diff --git a/Dockerfile.dapper b/Dockerfile.dapper index 95c5164da6..017e97161a 100644 --- a/Dockerfile.dapper +++ b/Dockerfile.dapper @@ -32,6 +32,9 @@ RUN if [ "$(go env GOARCH)" = "amd64" ]; then \ curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s v1.30.0; \ fi +ENV YQ_URL=https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux +RUN wget -O - ${YQ_URL}_$(go env GOARCH) > /usr/bin/yq && chmod +x /usr/bin/yq + ARG SELINUX=true ENV SELINUX $SELINUX diff --git a/manifests/traefik-crd.yaml b/manifests/traefik-crd.yaml new file mode 100644 index 0000000000..b35a32457e --- /dev/null +++ b/manifests/traefik-crd.yaml @@ -0,0 +1,7 @@ +apiVersion: helm.cattle.io/v1 +kind: HelmChart +metadata: + name: traefik-crd + namespace: kube-system +spec: + chart: https://%{KUBERNETES_API}%/static/charts/traefik-crd-9.12.3.tgz diff --git a/manifests/traefik.yaml b/manifests/traefik.yaml index 3e672e6de5..d258acc7a6 100644 --- a/manifests/traefik.yaml +++ b/manifests/traefik.yaml @@ -4,26 +4,30 @@ metadata: name: traefik namespace: kube-system spec: - chart: https://%{KUBERNETES_API}%/static/charts/traefik-1.81.0.tgz + chart: https://%{KUBERNETES_API}%/static/charts/traefik-9.12.3.tgz valuesContent: |- rbac: enabled: true - ssl: - enabled: true - metrics: - prometheus: - enabled: true - kubernetes: - ingressEndpoint: - useDefaultPublishedService: true + ports: + websecure: + tls: + enabled: true + podAnnotations: + prometheus.io/port: "8082" + prometheus.io/scrape: "true" + providers: + kubernetesIngress: + publishedService: + enabled: true priorityClassName: "system-cluster-critical" - image: "rancher/library-traefik" + image: + name: "traefik" tolerations: - - key: "CriticalAddonsOnly" - operator: "Exists" - - key: "node-role.kubernetes.io/control-plane" - operator: "Exists" - effect: "NoSchedule" - - key: "node-role.kubernetes.io/master" - operator: "Exists" - effect: "NoSchedule" + - key: "CriticalAddonsOnly" + operator: "Exists" + - key: "node-role.kubernetes.io/control-plane" + operator: "Exists" + effect: "NoSchedule" + - key: "node-role.kubernetes.io/master" + operator: "Exists" + effect: "NoSchedule" diff --git a/pkg/cli/cmds/stage.go b/pkg/cli/cmds/stage.go index b00eee6c67..726e9cdda4 100644 --- a/pkg/cli/cmds/stage.go +++ b/pkg/cli/cmds/stage.go @@ -6,5 +6,5 @@ const ( // coredns and servicelb run controllers that are turned off when their manifests are disabled. // The k3s CloudController also has a bundled manifest and can be disabled via the // --disable-cloud-controller flag or --disable=ccm, but the latter method is not documented. - DisableItems = "coredns, servicelb, traefik, local-storage, metrics-server" + DisableItems = "coredns, servicelb, traefik, traefik-crd, local-storage, metrics-server" ) diff --git a/pkg/deploy/zz_generated_bindata.go b/pkg/deploy/zz_generated_bindata.go index 807afb63b0..4a843ac035 100644 --- a/pkg/deploy/zz_generated_bindata.go +++ b/pkg/deploy/zz_generated_bindata.go @@ -11,6 +11,7 @@ // manifests/metrics-server/metrics-server-service.yaml // manifests/metrics-server/resource-reader.yaml // manifests/rolebindings.yaml +// manifests/traefik-crd.yaml // manifests/traefik.yaml // +build !no_stage @@ -310,7 +311,27 @@ func rolebindingsYaml() (*asset, error) { return a, nil } -var _traefikYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\xcf\x8a\xdb\x4c\x10\xc4\xef\x7a\x8a\x46\xb0\x47\x49\x9f\x6f\x1f\x73\xdb\x38\x86\x84\x80\xb3\xc4\x49\xae\xa1\x35\x2a\x5b\x83\x47\x33\xa2\xbb\x65\xa2\xfc\x79\xf7\x20\xad\xe3\x0d\x21\x81\x25\xba\xa9\xe7\x57\xd5\x35\xc5\xf0\x18\x3e\x42\x34\xe4\xe4\xa8\x47\x1c\x6a\xcf\x66\x11\x75\xc8\xcd\x65\x53\x9c\x43\xea\x1c\xbd\x42\x1c\xb6\x3d\x8b\x15\x03\x8c\x3b\x36\x76\x05\x51\xe2\x01\x8e\x4c\x18\xc7\x70\xbe\xfe\xeb\xc8\x1e\x8e\xce\x53\x8b\x4a\x67\x35\x0c\x85\x8e\xf0\x0b\xee\x17\x03\x47\xbd\xd9\xa8\xae\x69\xee\xbe\xbe\xf9\xf0\x62\xf7\x6e\xbf\x7b\xbf\x3b\x7c\xba\x7f\x78\xfd\xfd\xae\x51\x63\x0b\xbe\x59\x41\x6d\xae\xc6\xd5\xa6\xfe\x7f\x53\xff\x57\xdb\xe9\x4b\x41\x74\xe1\x38\x41\xb7\x39\x19\x92\x39\xfa\x56\x15\x44\x44\xd2\xf2\xba\x62\xf9\x90\xb8\x8d\xe8\x96\x60\x13\xd6\x99\x6a\xfc\xfb\xe1\x00\x93\xe0\xf5\x27\x30\x4a\x1e\x60\x3d\xa6\xdb\xe4\x4f\xa2\xe5\x7a\x92\x60\xb8\x51\x21\x9d\x04\xaa\xbb\xd4\x8d\x39\x24\x7b\x12\x4f\x8a\x97\x38\xf2\x14\xed\x61\x6a\x63\xd0\x1e\xdd\x01\x72\x09\x1e\xbf\xf8\x8d\x12\xb2\x04\x9b\xb7\x91\x55\xf7\x6b\xad\xe5\x63\x7b\x95\x8f\x93\x1a\xa4\xf2\x12\x2c\x78\x8e\xe5\x2a\x08\x03\x9f\x16\x48\x38\xf9\x1e\xd2\xc4\xd0\x0a\xcb\x5c\x5d\x3b\x7b\x84\x2c\x47\x08\x5b\xc8\xe9\x16\xb3\xa2\x33\x66\x47\xe5\xf6\xea\x76\xdf\x75\x39\xe9\xdb\x14\xe7\xf2\x96\x38\x8f\x8b\x2a\x8b\xa3\x72\xf7\x39\xa8\x69\xf9\x9b\x38\xe5\x0e\x95\xe4\x88\xfa\xa9\x87\xe5\xb9\xf8\x9c\x4c\x72\xac\xc6\xc8\x09\xcf\xf0\x23\xc2\xf1\x08\x6f\x8e\xca\x7d\x3e\xf8\x1e\xdd\x14\xf1\xdc\x65\x03\x2f\xb5\xfc\xfb\x96\x1f\x01\x00\x00\xff\xff\x8e\x38\x58\x4b\xf7\x02\x00\x00") +var _traefikCrdYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcc\x3d\x0b\xc2\x30\x10\xc6\xf1\x3d\x9f\x22\x4b\xc7\x26\x54\x27\x6f\x53\x29\x28\x82\x88\x6f\xab\x9c\xe9\x69\x43\x9b\x36\xe4\x4e\x41\xc5\xef\x2e\x15\x07\xd7\x87\xe7\xff\xc3\xe8\x8f\x94\xd8\xf7\x1d\xe8\x9a\xda\x60\x1c\x8a\xb4\x64\x7c\x6f\xef\x85\x6a\x7c\x57\x81\x5e\x50\x1b\xe6\x35\x26\x51\x81\x04\x2b\x14\x04\xa5\x75\x87\x81\x40\x4b\x42\xba\xf8\x26\x77\xa9\xfa\x6d\x1c\xd1\x11\xe8\xe6\x76\xa6\x9c\x1f\x2c\x14\x14\x47\x72\x43\xe2\x06\x04\x74\x2d\x12\x19\xac\xcd\x5e\xab\xc3\xac\xdc\xae\xcb\x7d\xb9\x3b\x4d\x37\xcb\x77\x66\x59\x50\xbc\xb3\xdf\x23\xdb\x3f\x3c\x9f\x98\x62\x64\xc6\x46\xae\x4f\xf5\x09\x00\x00\xff\xff\xc3\x85\xab\xf0\xb4\x00\x00\x00") + +func traefikCrdYamlBytes() ([]byte, error) { + return bindataRead( + _traefikCrdYaml, + "traefik-crd.yaml", + ) +} + +func traefikCrdYaml() (*asset, error) { + bytes, err := traefikCrdYamlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "traefik-crd.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _traefikYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x91\x4d\x6f\xdb\x3c\x10\x84\xef\xfa\x15\x0b\x01\x39\x4a\x7a\x93\xf7\x92\xf2\xe6\x1a\x06\x1a\x14\x70\x8b\xba\xed\xb5\xa0\xa9\xb1\x45\x98\x22\x89\xdd\x95\x5b\xf7\xe3\xbf\x17\xf4\x57\x52\x20\x40\x8a\xea\x46\x6a\xf8\xec\xec\x8c\xcd\xfe\x33\x58\x7c\x8a\x86\x06\x84\xb1\x75\x56\x35\xa0\xf5\xa9\xdb\xdf\x56\x3b\x1f\x7b\x43\x6f\x10\xc6\xf9\x60\x59\xab\x11\x6a\x7b\xab\xd6\x54\x44\xd1\x8e\x30\xa4\x6c\xb1\xf1\xbb\xf3\x59\xb2\x75\x30\xb4\x9b\xd6\x68\xe4\x20\x8a\xb1\x92\x0c\x57\xe4\xae\x00\x0c\x0d\xaa\x59\x4c\xd7\xdd\xfc\x78\xfb\xe9\xf5\xe2\xc3\x72\xf1\x71\xb1\xfa\x32\x7b\xff\xf0\xeb\xa6\x13\xb5\xea\x5d\x77\x14\x4a\x77\x06\x37\xaf\xda\xdb\xbb\xf6\xff\x56\xb7\xdf\x2b\xa2\xbd\x0d\x13\x64\x9e\xa2\x22\xaa\xa1\x9f\x4d\x45\x44\xc4\x6b\x7b\x1c\x51\x3e\x44\xbb\x0e\xe8\x8b\xb1\x09\xc7\xbb\x9c\x58\xe5\xf2\xfb\x2b\xd6\x02\x37\x31\x2e\x17\x44\x1a\xe4\xf1\xf0\x3c\xa0\x9f\xc5\x98\x8a\xbb\x14\xaf\xda\xcc\x69\x84\x0e\x98\xa4\x64\x55\x86\x18\xaa\xef\xff\xbb\xbf\xab\x9f\x15\x88\x63\x9b\x61\xa8\x2e\xd8\x93\x24\x73\xda\xfb\x1e\x7c\x45\x96\xd8\x38\x42\x21\x0f\x71\xcb\x90\x27\xbe\xf2\xb4\x0e\x5e\x06\xf4\x2b\xf0\xde\x3b\xbc\xe0\x98\x7d\x62\xaf\x87\x79\xb0\x22\xcb\x63\x4f\xf5\xa9\x8e\xc6\x85\x49\x14\xdc\x38\xf6\xea\x9d\x0d\x27\x2b\x7e\xb4\xdb\x2b\xf3\x54\x6c\x7d\x2e\xe0\x24\xd0\x14\xc0\x4f\x03\x68\x68\x87\x83\xa1\x7a\x7e\xe6\xcc\xfa\x3e\x45\x79\x17\xc3\xe1\xb2\x7f\xca\xe5\x45\x62\x43\xf5\xe2\x9b\x17\x95\xfa\x8f\x87\x31\xf5\x68\x38\x05\xb4\x8f\x6b\x97\xa0\x5c\x8a\xca\x29\x34\x39\xd8\x88\x17\x58\x44\xd8\x6c\xe0\x4a\xf2\xcb\xb4\x72\x03\xfa\x29\xe0\xef\xc6\x8c\xb6\xc4\xf0\x6f\xfc\xdf\x01\x00\x00\xff\xff\x49\x78\x8d\x66\x34\x03\x00\x00") func traefikYamlBytes() ([]byte, error) { return bindataRead( @@ -393,6 +414,7 @@ var _bindata = map[string]func() (*asset, error){ "metrics-server/metrics-server-service.yaml": metricsServerMetricsServerServiceYaml, "metrics-server/resource-reader.yaml": metricsServerResourceReaderYaml, "rolebindings.yaml": rolebindingsYaml, + "traefik-crd.yaml": traefikCrdYaml, "traefik.yaml": traefikYaml, } @@ -450,6 +472,7 @@ var _bintree = &bintree{nil, map[string]*bintree{ "resource-reader.yaml": &bintree{metricsServerResourceReaderYaml, map[string]*bintree{}}, }}, "rolebindings.yaml": &bintree{rolebindingsYaml, map[string]*bintree{}}, + "traefik-crd.yaml": &bintree{traefikCrdYaml, map[string]*bintree{}}, "traefik.yaml": &bintree{traefikYaml, map[string]*bintree{}}, }} diff --git a/pkg/server/server.go b/pkg/server/server.go index f0f7505aa5..d7a73c7cee 100644 --- a/pkg/server/server.go +++ b/pkg/server/server.go @@ -8,6 +8,7 @@ import ( "io/ioutil" net2 "net" "os" + "path" "path/filepath" "strconv" "strings" @@ -203,10 +204,10 @@ func coreControllers(ctx context.Context, sc *Context, config *Config) error { func stageFiles(ctx context.Context, sc *Context, controlConfig *config.Control) error { dataDir := filepath.Join(controlConfig.DataDir, "static") - if err := static.Stage(dataDir); err != nil { + stageTraefik := doStageTraefik(sc) + if err := static.Stage(dataDir, stageTraefik); err != nil { return err } - dataDir = filepath.Join(controlConfig.DataDir, "manifests") templateVars := map[string]string{ "%{CLUSTER_DNS}%": controlConfig.ClusterDNS.String(), @@ -214,13 +215,58 @@ func stageFiles(ctx context.Context, sc *Context, controlConfig *config.Control) "%{DEFAULT_LOCAL_STORAGE_PATH}%": controlConfig.DefaultLocalStoragePath, } - if err := deploy.Stage(dataDir, templateVars, controlConfig.Skips); err != nil { + skip := controlConfig.Skips + if !stageTraefik { + skip["traefik"] = true + skip["traefik-crd"] = true + } + if err := deploy.Stage(dataDir, templateVars, skip); err != nil { return err } return deploy.WatchFiles(ctx, sc.Apply, sc.K3s.K3s().V1().Addon(), controlConfig.Disables, dataDir) } +// doStageTraefik checks on running traefik HelmChart version and traefik +// HelmChartConfig. +// Traefik should skip stage when it is v1 and have existing customize traefik +// HelmChartConfig due to the incompatible configuration from v1 to v2. +// It will progress stage on upgrade or restart when no customized traefik +// HelmChartConfig exists on the cluster. +func doStageTraefik(sc *Context) bool { + if isHelmChartTraefikV1(sc) && isHelmChartConfigExist(sc, "traefik") { + return false + } + return true +} + +// isHelmChartTraefikV1 checks the chart with "traefik-1." prefix. +func isHelmChartTraefikV1(sc *Context) bool { + prefix := "traefik-1." + helmChart, err := sc.Helm.Helm().V1().HelmChart().Get(metav1.NamespaceSystem, "traefik", metav1.GetOptions{}) + if err != nil { + logrus.WithError(err).Info("Not find traefik") + return false + } + chart := path.Base(helmChart.Spec.Chart) + if strings.HasPrefix(chart, prefix) { + logrus.WithField("chart", chart).Info("Found traefik v1 running") + return true + } + return false +} + +func isHelmChartConfigExist(sc *Context, name string) bool { + helmChartConfig := sc.Helm.Helm().V1().HelmChartConfig() + _, err := helmChartConfig.Get(metav1.NamespaceSystem, name, metav1.GetOptions{}) + if err != nil { + logrus.WithField("name", name).Info("Not find HelmChartConfig") + return false + } + logrus.WithField("name", name).Info("Found HelmChartConfig ") + return true +} + func HomeKubeConfig(write, rootless bool) (string, error) { if write { if os.Getuid() == 0 && !rootless { diff --git a/pkg/static/stage.go b/pkg/static/stage.go index 6e28aec39d..b2c3815c58 100644 --- a/pkg/static/stage.go +++ b/pkg/static/stage.go @@ -6,13 +6,18 @@ import ( "io/ioutil" "os" "path/filepath" + "strings" "github.com/pkg/errors" "github.com/sirupsen/logrus" ) -func Stage(dataDir string) error { +func Stage(dataDir string, isStageTraefik bool) error { for _, name := range AssetNames() { + if !isStageTraefik && strings.HasPrefix(name, "charts/traefik-") { + logrus.WithField("name", name).Info("Skip staging") + continue + } content, err := Asset(name) if err != nil { return err diff --git a/pkg/static/zz_generated_bindata.go b/pkg/static/zz_generated_bindata.go index c981878be0..e7be932fcc 100644 --- a/pkg/static/zz_generated_bindata.go +++ b/pkg/static/zz_generated_bindata.go @@ -1,6 +1,7 @@ // Code generated for package static by go-bindata DO NOT EDIT. (@generated) // sources: -// build/static/charts/traefik-1.81.0.tgz +// build/static/charts/traefik-9.12.3.tgz +// build/static/charts/traefik-crd-9.12.3.tgz // +build !no_stage package static @@ -79,22 +80,42 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _chartsTraefik1810Tgz = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x00\x09\x40\xf6\xbf\x1f\x8b\x08\x14\x00\x00\x00\x00\x00\xff\x29\x00\x2b\x61\x48\x52\x30\x63\x48\x4d\x36\x4c\x79\x39\x35\x62\x33\x56\x30\x64\x53\x35\x69\x5a\x53\x39\x36\x4f\x56\x56\x36\x4d\x57\x6c\x6a\x61\x6e\x64\x79\x54\x51\x6f\x3d\x48\x65\x6c\x6d\x00\xec\xfd\xfd\x7a\xe2\xb8\xb2\x28\x8c\x9f\x7f\x17\x57\xa1\x43\xcf\xfe\x4d\x67\x4e\x43\xf8\x48\xd2\xdd\xd9\x7b\xf6\xb3\x12\x02\x09\x49\x70\xc0\x60\x93\x30\x67\x76\xb7\xb0\x05\x76\xb0\x2d\x8f\x25\x93\x90\xe9\xfe\x3d\xe7\x32\xde\xf7\xf6\xce\x95\xbc\x8f\x24\x7f\xdb\x10\x48\x7f\xcc\x5a\x7b\xb5\xd7\xb3\xa6\x83\x54\x2a\x95\x4a\xa5\x52\xa9\x54\x92\xa8\x07\xd1\xcc\x5c\xec\xb7\x0c\xe8\xd1\xea\x0a\xda\xd6\xff\xf8\xea\x5f\xad\x56\xab\xbd\x3d\x3c\xe4\xff\xd6\x6a\xb5\xec\xbf\xf5\x7a\xb3\x19\xfe\x2d\xd2\xeb\x8d\xc3\x5a\xed\x7f\x80\xaf\x4f\x49\xc1\xe7\x13\x0a\xbd\xff\x51\xab\x7d\x29\x9e\x6c\xe3\xfe\x49\x3e\xe8\x9a\x2a\xf2\x88\x89\x9d\x63\xb0\xac\x97\xa0\xeb\x46\x3f\xeb\xd5\xb7\xd5\xfa\xfb\x92\x8e\x88\xe6\x99\x2e\xe5\x69\x27\x60\x24\x04\x06\x4c\x21\x41\x3a\xb8\xf2\xa7\xc8\x73\x10\x45\x04\x98\xce\xdc\x43\x84\x00\x0d\x3b\xd4\xc3\x96\x85\x3c\xf0\x60\x52\x03\x5c\x23\xfa\x33\x01\x6d\x47\xf3\x56\x2e\x05\xc4\x77\x5d\xec\xd1\x12\x72\xe6\xa6\x83\x8e\xc1\x1c\x53\xd7\x2a\x19\xd8\x46\xc7\xc0\xa0\xd4\x25\xc7\xfb\xfb\x81\x4c\x56\x4d\xbc\x5f\x32\x35\x56\x6d\x98\xa3\x63\x8d\x54\x13\xd9\xa6\x3d\x8f\xa0\x2d\x3c\xc7\x55\xd7\x99\x97\x16\x68\xf5\x80\x3d\x9d\x1c\x97\x2a\x20\xc8\x2c\x55\x42\xf2\x4a\x15\x00\x35\x1b\x95\x2a\xc0\x42\x94\x20\x41\x55\xc9\x86\xa6\x43\xa1\xe9\x20\x8f\x97\x42\x36\x34\xad\x63\xb0\x40\x0e\xad\x7a\xd0\xd1\xb0\xef\xd1\xbf\xdb\xa6\xe6\x61\x82\x67\xb4\xaa\x61\xbb\x04\x80\x03\x19\xcd\x8b\x20\x3f\x2e\x85\x6c\xd3\x42\x7f\x5f\x42\x7f\x8e\x52\x90\x3c\x9d\x27\xc7\xb0\x3a\x74\x4c\x64\x55\x29\xb6\x35\x74\xff\xf7\x39\x4b\x4c\x95\xd1\x45\x4e\x5c\xc0\xf2\x75\xbc\x34\xb5\xbf\x33\x26\x43\xd3\xc1\x55\x9f\x44\xc0\x96\x8e\x9e\x4a\xe2\xcf\xb0\xd9\x04\xfb\x9e\x86\x78\x9b\x42\x16\xce\x4d\x6a\xf8\x53\x56\xcb\x7e\x88\xc4\x27\xfb\x31\x9f\x0a\xe0\x0c\x64\xd9\xfb\x1a\x53\x10\x0c\x10\xa1\x7d\x1b\x12\x8a\xbc\x7d\x42\xe1\xd4\x42\x51\xd9\x65\x2c\x38\xef\xea\xd5\x5a\xe9\xaf\x16\xed\x1f\xdf\x16\x5f\xa8\xff\x97\xd0\xf2\x11\xf9\x36\x13\xc0\x66\xfd\x7f\xd0\x3c\x38\x78\x9b\xd5\xff\x6f\x0f\x0f\x7e\xe8\xff\xef\xf1\xbd\x7a\x05\xce\xd0\x0c\xfa\x16\x05\x42\x04\xc0\x0c\x7b\xa1\x92\x2f\x99\x36\x9c\x27\xd4\x09\xff\x39\x82\xf3\x68\x6e\x28\xbd\x7a\x05\x6e\xf8\xd4\x00\x2d\x6b\x05\x88\x8b\x34\x73\xb6\x02\xd0\x01\xd0\xf3\xe0\x0a\xe0\x19\xe0\x65\xfa\xbe\x65\x0d\x91\xe6\x21\x4a\xaa\xac\x4c\xf0\x37\xb0\x7d\x42\xc1\x14\x01\x1b\x3a\x3e\xc7\xa0\x79\x08\x52\xa4\x03\xd3\x01\xd4\x40\x5c\xb1\x11\x17\x6a\x88\x97\xf2\xd0\x2c\x9e\x0a\x16\xd1\xcc\xc3\x26\x02\x36\x31\xec\x53\x48\x16\x84\x69\xb5\x99\x39\xf7\x3d\x54\x71\xb1\x5e\x09\x74\x1c\xf2\xf6\x5d\xdf\xb2\x2a\x9c\x9a\x8a\xeb\x99\x4b\x48\x51\xc5\x43\x73\x93\x50\x6f\xb5\x5f\x7a\x95\xa3\xf3\xb8\xf4\x0a\x54\x40\xd9\x43\x73\xc2\x13\xca\xa5\x52\x89\x22\x42\x3b\x1e\xb4\xd1\x03\xf6\x16\xc7\x25\x00\x02\xfe\x94\x75\xdd\x67\xb3\x1a\xb4\xf6\xa7\x90\x92\x72\x09\x00\xca\xb8\x54\xae\x55\x0f\xaa\xb5\x32\x67\x93\x06\x1d\x40\x1e\x4c\xaa\x19\xbc\x65\x04\x79\x4b\x53\x43\x80\xae\x5c\x04\x28\x06\x12\xd6\x51\x1f\x7b\x14\x98\x33\xe0\xa1\x3f\x7c\xd3\x43\x7a\x29\x00\x1a\xad\x5c\x74\x0c\xae\x31\xd4\x4f\xa1\x05\x1d\x0d\x79\xa5\x57\xc0\x4a\xfc\xec\xf6\x8f\x41\xb9\x9c\x49\x1c\x72\xdd\x2f\x43\x67\x8e\xc8\x31\xf8\xed\xf7\xd2\x83\x61\x52\x74\x6d\x12\x9a\xc8\xe1\x19\xe8\x91\x22\xcf\x81\xd6\xc8\x83\xb3\x99\xa9\xf5\xb1\x65\x6a\xab\x63\xd0\xb2\x7c\xa6\xe6\x4b\x1e\x72\x2d\x53\x83\xe4\x18\xd4\x4b\xaf\x00\x1b\x2e\xd4\x77\x4f\xbc\xb9\x6f\x23\x47\xf0\x09\x30\x4e\x55\x2a\xae\xe9\xcc\xcb\xe9\x9f\x55\xe4\x50\x6f\xe5\x62\xd3\xa1\xbf\xb2\x9e\x63\xbc\x00\xfb\x2c\x07\x18\x08\x5a\xd4\xa8\x68\x06\xd2\x16\x80\x83\x01\x0e\x57\x2d\xbd\x02\x0c\xa0\xcd\x92\xfa\x2c\x45\x74\x7a\xa9\xe4\x62\xfd\xcc\x24\x9e\xcf\x05\xee\xd4\xd7\xe7\x88\x1e\x83\x3f\x3f\x97\x00\x78\x05\x6c\xf8\xa8\x38\x70\x09\x4d\x8b\xcd\x49\x8c\x54\x9e\x6a\x3a\x27\x71\x5a\x83\x55\xee\x7a\x26\xf6\x4c\xba\x6a\x59\x90\x10\x89\xcf\x96\x65\x4e\x95\x87\x31\x6d\x9d\x08\x56\x95\x3c\x14\x4e\x9d\xac\x82\x92\x8e\xa6\xfe\x9c\x75\x38\x72\x18\x2a\xfd\x18\xcc\xa0\x45\x50\x89\xb3\x7c\x7e\x8d\x96\x88\x4d\xfc\x9e\x87\x3d\x96\x64\xc3\xc7\xae\x6e\xa1\x16\x76\x1c\xd2\x47\xde\x05\x26\xf4\x18\x34\x6a\x35\x86\xc7\xb5\xf0\x8a\xf1\x6d\x48\x3d\x48\xd1\x7c\x15\x35\x80\x99\x4c\xa6\x33\x57\x5c\x1d\x52\x74\xcc\x93\x00\xc3\x34\xf4\xbd\x79\xd4\x1e\x90\x6b\x67\x8d\xa7\x53\x2e\x21\x72\x12\x45\xa9\x44\x90\xe6\xf3\x96\x62\x87\xa2\x47\xc1\x2a\x9f\x20\x09\x3b\x7d\xcf\x5c\x9a\x16\xd2\xe7\x48\x67\x32\x47\xc2\xe6\x20\x67\x29\xda\xeb\x60\x1d\x0d\x91\x85\x34\x8a\xbd\x88\xc2\x05\x5a\x1d\x0b\x25\x51\x62\x72\xe2\x98\x74\x55\x94\x47\xb1\x85\x3c\xc8\xba\x48\xf0\x92\x0d\x23\x9e\x5d\x5e\xa0\x95\x10\x0f\xec\x32\x08\x86\xba\xdc\xfe\xc3\x87\xd6\xa7\xf6\xa3\x49\xd8\xb8\x61\x99\x1c\xcb\x31\x28\xf3\x7f\x45\x12\x9a\xcd\x90\x46\x8f\x41\x59\xc2\x43\xcd\x40\xba\x6f\xa1\x4f\x7d\x0f\xcd\x90\x97\x48\x90\x70\xfb\x11\x69\x3e\x45\xaf\xeb\xd5\x23\x80\x1d\x6b\xb5\x57\x66\x03\xaf\xc0\x44\x9d\x99\x16\x45\x1e\x29\xbd\x02\xb1\x16\x11\x2c\x47\x8e\xce\x85\x50\xfc\x8a\xd4\x4f\x90\x5b\x01\xba\xd0\x95\xfc\x97\x05\xa7\xc8\x8a\xb8\xc4\x93\x82\x0a\xb8\x6c\xa5\x52\xda\x29\xbc\x00\x18\x98\x50\x61\xaa\x95\x2d\xac\x41\x8b\xfd\x2e\x07\x79\xa6\x7b\x0c\xca\xf5\xc6\xdb\x6a\xad\x5a\xab\xd6\xc3\x54\xd7\x9f\x5a\x26\x31\x90\x3e\x14\x4a\xe1\x18\x94\x23\xf2\xf6\x03\x45\xc1\x12\x42\x78\x9f\xa0\x40\xb1\xf7\x73\x25\x03\xe1\x9d\x99\x16\x3a\x85\xda\x02\x39\x3a\x1f\x04\xac\x20\x64\x5c\x02\x04\xda\x28\xd4\xfa\xcc\x3a\xb5\x58\x1e\xcf\xff\x6d\x2a\x0a\x90\xdf\x83\x7a\xa2\x84\x6a\xf0\x47\x3d\xcc\x61\xff\xad\x56\xab\xeb\xe0\x1a\x45\x70\xbf\xcd\x3c\x26\xad\x49\xfc\x51\x4a\x35\xfc\x2b\xaa\x21\x85\x3f\x0f\x27\x6a\xe0\xf9\xd8\x03\x04\xb9\xd0\xe3\x93\x0b\x6b\x37\x98\x79\xd8\x06\x62\xae\xe8\x98\x16\x22\x1c\x8c\xe5\x30\x26\x82\x5f\x41\x39\x98\x48\xc8\xbe\xe7\x5b\x88\x70\x2e\x94\x4b\x25\xd7\xc3\x8f\xab\xbe\x87\x29\xd6\xb0\x55\xa0\x11\xf8\x68\xf4\x98\xe2\xd4\xbb\x7d\x02\x4c\x12\x69\x73\xf0\x60\x20\x27\x04\x67\x33\x44\x04\xc5\x87\x89\x90\xaf\x7a\x8d\xf7\x7a\x6d\xff\x5d\x69\x86\xbd\x07\xe8\xe9\x48\xbf\x40\x50\xe7\x0b\x93\x6f\x58\x19\x1b\x28\x27\xba\x0e\xa0\x37\x35\xa9\x07\xbd\x15\x68\xf1\xd6\xf7\xa0\x4b\xd8\xf4\x14\x2b\x2e\x06\x39\x36\x2d\x8b\x4f\xdb\xd8\x77\x18\x43\x29\x06\x11\xb7\xde\x00\xb3\x8a\xaa\xc0\x5e\x89\x84\xea\x3d\xc1\x0e\x78\xc0\xbe\xa5\xb3\x92\x6b\x0a\xa5\xa0\xab\xa5\x44\xb7\xc4\x0a\x3e\x09\x72\x0c\x3e\x05\xdd\xce\x7a\x4c\xe3\xdd\x4d\x09\x13\x86\x7c\x43\x42\x5b\x63\xab\x56\x88\xb9\x3e\x6a\x05\xc3\x5e\xe5\x02\xb1\xae\x05\x61\x01\x7b\x25\xfe\xaa\xd2\x47\xca\x8d\x95\x91\x81\x40\x48\x18\x78\x08\xaa\x62\x8b\xe6\xa3\x03\x80\x1c\x0d\xeb\x61\x27\x41\x5d\xe7\x53\x3d\x2b\x9d\x6d\x72\x8c\x73\x43\x8b\x09\x29\x16\x44\xe4\xcc\xb0\xa7\x25\x53\x5c\xe4\xd9\xd0\x41\x0e\x95\x91\x6e\x7a\x5c\xa5\x86\x59\xbe\x4b\xa8\x87\xa0\x1d\xa7\x98\x0e\x9f\x40\xd0\x70\x61\xba\x2a\xf2\xcc\xd9\x2a\xce\x9b\x23\x87\x69\x70\x34\xba\x1e\x26\x65\x31\xd0\x8e\x2d\xe9\x18\x94\xd1\x23\xb4\x5d\x8b\x2f\x81\x99\x66\x09\x06\xe1\x2f\xd5\x44\x7a\x09\x84\x25\x86\x27\x12\x33\x4c\x02\xd9\x14\xd2\x99\x06\x14\x69\xcc\x00\xab\x17\xa3\xe8\xf6\x73\x18\xea\xd5\x46\xb5\x59\x3d\xe0\xa4\x69\xa6\x6b\x20\x6f\xe8\x9b\x14\xc5\x43\x60\x9d\x5b\x21\x34\x21\xf9\x2c\xb6\x1f\x9b\x30\x64\xff\x55\x60\xe2\x56\x6c\xd3\x31\x6d\xdf\xae\x50\x8b\x54\x82\x85\xaf\x18\x8e\x16\xe9\x99\x4e\xe4\x43\x09\xfe\x18\x5d\x0f\xeb\x8d\x17\x57\x49\x3d\x53\xa3\x15\xe2\x98\xc2\x58\x32\x9d\x39\x47\x45\x1c\x73\xc8\xb3\xe2\x2e\x08\x3b\x00\x79\xf4\x18\x5c\x0f\x6b\xf4\x7a\x58\x6f\xc9\x8a\x7e\x39\x32\x4f\xcf\x64\xf5\x52\x19\x2a\x93\xcb\x41\xad\xa3\xc8\x3c\xaf\x46\x5b\x8b\xfa\xe5\x50\x51\x29\x5a\x48\x67\x83\x91\xdc\x9f\xd4\x3a\xcd\xa1\x72\x79\x3a\xa9\x59\x57\x03\xc5\x3d\x95\xeb\x1d\x32\x1a\xd7\xcf\x7a\xe7\xf4\x70\xa4\xb4\x1f\xe4\x9a\x34\xd2\x14\x7d\x34\x1c\x77\x9f\xe4\x4e\xa7\x33\x58\x5c\xca\xaa\xd2\x91\x86\x8a\x3e\x18\xa9\x9d\x27\xbd\x26\xc9\x63\x65\x70\xa5\x5a\x1d\x59\xae\xa9\xcd\xa1\x35\x51\xd1\x42\x1d\x8e\x94\xf6\x81\x5c\x6b\x3f\xaa\x8a\x7a\x36\x58\xd4\x2f\x95\x51\xf7\x50\x6b\x74\x9f\x86\xb6\x01\xe5\x27\xe3\x40\x56\xe4\xd3\x51\xed\xd2\x19\x59\x93\xd6\x60\x2c\x29\x83\xfb\xd3\x2b\xdd\x96\x6f\xd1\x39\x85\xe3\xb6\x75\x20\x2f\xe4\x53\xe5\xc1\x6d\x4d\x6a\x87\xe3\xc1\xa2\xb3\x54\xdb\xbd\x07\xf5\x5e\x9e\xa8\x4f\x9d\xe6\xdd\x42\x1f\xcb\xe7\xdd\xa7\xa1\xa3\x4b\xca\xad\xd4\x1c\xd4\x3b\x13\xb9\x33\x91\x15\xe5\xb1\xa3\xd7\xdc\x2b\x75\x21\x77\xd4\x5a\xbd\xa5\x28\xfa\x69\x4f\x55\x3b\x83\x5b\x43\x1e\x2d\xa8\x2b\x8d\x1f\x2d\xb9\x36\xa9\xb5\x6c\xe9\x02\x9d\x3f\xf6\xa6\xca\x61\xe3\xce\x92\x3b\x93\x5a\xbd\x25\xb5\xf5\x33\xa5\xd9\xb9\x50\x6a\x96\xd9\xab\xc9\xb2\xac\xb8\xa7\x8a\x65\x0d\xc7\xaa\x3e\xd4\xcf\x3b\xb7\x92\xd2\x81\xe3\x73\x03\xdf\x59\x46\x4b\xab\xbb\x23\x69\xec\x9a\xbd\xfb\xd3\xe6\xf0\xdc\xb8\x1f\x2d\xea\xca\xf8\x76\x7e\x35\x52\xe4\xcb\x5e\xbb\xfe\x87\x7c\xab\xf7\xd5\x8e\x7a\xa8\x36\x44\xde\x5d\xd3\x90\xe4\xf6\xe2\x61\x34\x76\x3b\x7a\xed\xbd\xa2\xde\x5a\xb7\x70\x21\xb5\xa0\xe3\x76\x46\xed\xfa\x29\xac\x05\x74\xda\x86\x34\xa8\x4f\xc6\xa3\x5b\xa3\xa3\xb6\x3b\x83\x81\xad\xdf\xa8\x73\xb7\x35\x18\xeb\xca\xa0\xa6\xde\xe8\xf6\xe5\xc5\xcd\xad\x35\x51\xeb\x97\x8d\x91\x7a\x79\xaa\xd7\x64\x67\xac\xc8\x63\x45\xed\x74\xe5\x5b\x7d\x31\x68\x74\x9f\x54\x47\x82\x72\x7d\x72\x38\x52\x2f\x65\xbd\xa6\x86\xf9\xd7\xf2\xad\x5e\x93\x6d\xf5\x42\x76\xe4\x7b\xb9\x69\x90\x96\xd5\x5e\xdd\xdc\x5a\xf7\x72\x5b\xed\x8d\x94\x8e\x17\xf6\x15\x6a\xd7\xcf\x94\xfa\x44\x46\xed\xc9\x1f\x03\x55\x0d\xf9\x2f\xa9\x8a\x3c\x9a\x36\xd5\x22\x1e\x1c\x0c\x15\xf9\x74\xa2\x5c\x3a\xb0\xd9\xbe\x82\xe7\xd4\x95\x9f\xac\x66\xaf\x7d\x79\xa6\x28\xea\xad\xac\xea\xe7\xb0\x71\x79\x3b\xbd\x50\x65\xb9\x7e\x57\x1b\xab\xda\xa3\xde\xb8\xbc\x50\x6f\xd5\x49\xef\xde\xaa\x8d\x14\xeb\x72\xb0\xb0\xfe\x18\x28\x87\xad\x49\x83\x3e\x26\xca\x9f\x2a\x8a\x7a\x3e\x50\x3a\xfd\xc1\x83\x7b\xaa\x8c\x8c\x53\x01\x2b\x39\xc3\x9a\xc4\xf2\x4e\xf5\x0b\xf5\xea\x66\x5c\x6f\xea\x4f\x56\xeb\xee\xf6\xa4\x31\x3c\x93\x6f\x74\xc5\xb8\x1b\x75\x4e\x8f\xf4\xba\xa4\x4e\x3a\xae\x2b\x9d\x5f\xae\xee\x46\x9d\x85\x54\x9f\x98\xb2\x72\x09\xc7\xe3\xc9\xd9\x70\x48\x27\xd2\xbd\x7c\xd6\xba\xbf\xac\xeb\x23\xe3\x41\x1f\x49\x86\x3a\x52\x9f\xee\x6e\x55\xe9\x6e\x31\x38\x94\x1a\xae\x7c\x37\x7e\x7f\xa8\x3e\x4d\x2e\x6e\x46\x46\x5f\xb9\xb8\xb4\xd4\xc6\xbb\x83\x69\xd3\xb2\xa7\xb6\x7c\x79\xd7\x94\x3b\x9a\xfd\xe8\xa3\x73\xf7\x11\x59\xca\x4a\x55\xe5\xb1\xd4\xec\xb4\xd5\x8b\x45\x6d\xba\x68\x5f\x49\xca\x7b\x38\x19\xbf\x1f\x4e\x94\x47\x7b\x72\xdb\x19\xa2\xf3\x47\x32\xbc\x6f\xd7\x54\xdb\x32\x24\xb5\xb3\x98\x34\xad\xa6\x5c\x7b\xc4\xf2\xc8\xfa\x63\xb2\x7a\x7f\x2f\x35\x94\xda\x58\x71\x8f\xa6\xf6\xfc\x70\x58\xd7\x27\x3d\xa7\x73\xaf\x3a\x46\x5b\x57\xf4\x76\xaf\x61\x59\xf0\x42\x6a\x4f\xe7\xae\x31\x72\xdc\xb1\xd4\xd1\xcf\x6f\xc6\xd2\xe5\xc4\xae\x3f\xdd\x5c\xb8\x4d\xe5\x62\xd2\x1f\x2d\x0e\x7b\x13\x47\x3a\x9d\xde\x6a\x4d\x5d\x31\x94\xab\x27\xc9\x1c\x3e\xb5\x9f\x86\x8a\x85\xd1\x59\xb7\x39\xb1\xd5\x86\x76\xab\x8e\xb5\xb6\xf4\x24\x9d\x75\x06\x92\x73\xfa\xa4\x0f\xe9\x78\x74\x7e\xb0\x6a\xdd\xab\x5d\xf9\x62\x51\xeb\xdd\xca\x78\xb0\x90\x9a\xa3\xda\x83\x37\x32\xa9\x31\x3d\xbf\xac\x4d\x16\x74\xa4\xdd\xf6\x9a\xa3\x76\xe7\xa9\xd7\x38\x94\x47\xf7\x1d\xa2\x5f\xb8\xdd\xd1\xc5\xe4\xb0\x77\xde\xae\xcb\xe7\xc6\x02\x2e\x5c\x45\x6f\xd0\x81\x66\x0d\x3c\xf5\xd6\x78\x98\xd6\x68\xeb\x46\x99\x5f\x49\x1d\x77\x02\x9f\xda\x9e\xac\xc8\x35\xa9\xf6\x7e\x30\x3d\x37\x0e\xa7\x4f\xbd\xa6\x74\xd6\x91\x61\xfb\x60\x39\x5c\x48\x93\xab\x86\x7c\x35\x5d\x74\x7a\x03\x47\x52\xa1\xd5\xb9\x94\xdb\x1d\x79\xa0\x5c\x2e\xa5\xf6\xfc\x69\xa4\x58\xdd\x5e\xbb\xde\xea\xb5\xf9\xd8\x58\xc8\xe7\xba\xac\x3e\xb8\xad\x81\x75\xf9\x30\x51\xb5\xba\xde\x31\x7a\xfa\x85\xd1\x1c\xdd\x5e\x2e\x07\xb7\xbd\x43\xbd\x21\x4b\xd3\x91\xf2\xa4\xaa\xea\xe5\xa8\x2d\x9f\x0d\x1c\xe3\x94\xcb\xfe\xfd\xe9\x1f\x83\x85\x75\x71\xd3\xae\x5f\xca\x4f\xaa\x53\x54\xbe\xb5\xe8\x3c\xdd\xdc\xea\x8b\xd1\xb8\x56\xef\xd5\x55\x75\xa8\x3c\x5e\xcb\xb5\x4b\x72\xa7\x4a\x2d\xd8\x70\xcf\x06\xb6\x7b\x24\x2b\x8f\xd2\x60\x4c\x2f\x06\xa3\x8e\x2a\x2b\x97\x78\xa4\x48\x63\x75\x51\x3f\x90\x55\xf9\x54\x69\x87\x7a\x2c\x39\x4e\x17\x57\x5c\x77\x2c\xea\xc3\xc1\xad\xde\x9e\xd4\xad\x36\xd3\x91\xc3\xb6\xda\x9c\xb4\x25\xb3\x57\x9f\x3c\x8d\x17\xfa\x18\x29\xf5\xa1\x72\xab\x77\xa2\xfc\x9a\xda\xd4\xdb\x13\xae\xa7\xee\x6a\xfa\xc1\xb4\x93\x19\xa7\x0f\xae\xd0\x15\x4d\xa6\x2b\xa4\xb1\x72\x6b\x9c\xc3\x45\x47\xe5\xba\x62\x71\x79\x3a\x52\xd5\xb6\xd2\x78\x5f\x1f\x5b\x06\x86\xe7\x97\x77\x03\x47\x82\xca\x93\xfa\xc7\xdd\x7d\xf7\x01\xb5\xad\xf6\x60\xac\x66\xc7\x19\x1f\xa7\xad\x85\x7a\x2b\xdb\xd4\x54\x1b\x8f\x75\x45\xd1\xc7\x52\xc7\xba\xed\xdd\xea\xa6\x5c\x57\xeb\xe3\x51\xf7\x50\x3f\xd7\x1d\x58\xeb\x78\x03\xd5\x3d\x53\x6f\xad\xc9\xa8\x23\x29\xc3\x5b\xbd\x3d\x50\x19\xdd\xdd\x07\xb5\x7d\x79\xaa\xde\xea\xa7\x7a\x4d\x6d\x5d\x37\xdd\xd3\xd1\x22\xa7\x0f\x4e\x15\x35\x18\xcf\xb5\x8e\x2c\x2b\x9d\x7b\xb9\x6e\x48\x13\x9b\x1c\x8c\x2c\xf7\x69\x60\xd2\xda\x8d\x42\x5b\xc8\x7e\x78\x94\xed\x87\x06\x52\xac\x3f\xe4\x31\xfd\x63\xd8\x7e\xf7\xa0\x74\x26\xea\xb4\xad\xde\x2b\xb5\xc1\x6a\x70\x2f\x9b\xd2\x83\x3b\x40\xe7\x87\xd2\xa8\xe1\x2e\xa6\x63\x7d\xa0\xd9\x9d\xfa\xf0\xbc\x7b\xa8\x8f\x0f\xef\xe4\x71\xa7\x27\x35\xdd\xc3\xc1\x6d\xc7\x90\xcf\x26\xb5\x3b\xcb\xb8\x55\x47\x93\x21\x6a\x4b\xa7\xd3\xb1\xde\xbb\x1b\xbb\xe3\xe1\xe2\x10\x0e\xdb\xef\x9b\xd2\x99\x7a\xd3\x3b\x37\x56\xf2\x39\xbd\x9d\xd4\xba\x07\xad\x85\xda\x18\x3b\xb2\x2c\x8d\x26\xc6\x74\x5c\x6f\x0e\x9e\x3a\x8f\xc3\xb1\x71\x0a\x95\x76\xa3\xf7\xb4\x78\x90\xcf\xa4\x33\xad\xa1\x1e\x48\x0d\xbd\x27\xd9\x87\x57\xd3\x27\xdd\xbb\x73\xba\x8f\x63\x55\x57\xe5\x27\xe9\x68\x78\x3b\x59\xa2\x73\xf9\xe8\xa6\x63\xb5\x35\xcb\xbd\x99\xa8\xfa\xf5\xa8\x3d\xb8\xd2\x3a\x97\x0d\xb5\xa1\xfa\xbd\xf3\x47\xe9\xce\x39\xfd\x63\xa8\x5e\x0e\xa4\x8e\x01\xb5\xc6\xe1\x99\x74\xa6\x9e\xdd\x8c\xf5\xf1\xf8\x5c\xc6\xbd\xda\xe3\x70\x32\x6a\x7b\x7a\xd3\x92\xb5\xd1\x04\xdf\xa8\x9d\x01\x1c\x3f\x2e\xd1\x79\xbd\x2d\x2d\x0e\x1f\xe4\x91\xe5\x4e\x55\xb9\x3f\xbd\xbf\x3c\x95\x06\x78\x79\xb7\xc0\x4f\xea\x82\x5e\xa2\x45\x47\xd2\xc7\xb2\xa5\x8e\x26\x9e\x76\x61\x4d\xa6\x6d\xb7\x85\x6c\xf9\xa2\x77\xab\x1a\xc3\x8e\xfc\x87\xa2\xbc\xbf\x9d\x36\xa5\x0b\x78\xab\x5b\x83\x1a\x1d\xab\xaa\x71\x2e\x59\x6a\x0d\xde\x4a\xe3\xc9\xb9\xbc\x42\x9d\x4e\x0d\x9e\x4d\x3a\x23\xc7\xba\x6d\x39\x93\x4b\xd9\xe9\x18\x63\x67\x7e\x20\xb5\x68\x7b\xda\x91\xce\xee\x9e\x16\x4f\x68\x3c\xf1\xae\x6b\x3a\x19\x38\x03\x4f\xa9\xd1\x0b\xe9\x6c\x72\x24\x2b\x86\x34\xb8\xb7\xb0\xa6\x9e\x9a\x83\x51\xed\x7d\xcb\x14\x36\x86\xac\x1c\xb6\xbb\x6d\xa9\xa3\x58\xf2\xa5\xbc\xb0\xce\x06\xaa\xdc\x11\xb6\x49\xed\x2a\xb6\x59\xae\xd0\x2a\x67\xb2\x0c\x95\x5a\x7b\xae\x74\x2e\x2f\xd5\x05\x33\x59\x4e\xaf\x65\x75\xc1\x51\x5e\x0f\x5c\x69\xa8\x58\x9d\x69\x53\xbf\x1c\x2c\x3a\xa7\x3f\xa6\x80\xff\xd6\x53\xc0\xe9\xb4\x66\xb5\x06\x8a\xe1\x8d\x2e\x8c\x05\xac\xe9\x8f\x92\x4d\x5b\xe3\xf1\xe0\x51\x3d\x71\x8f\x7a\x0b\xe5\xe0\x6e\xdc\x69\x4b\x8e\xe1\xa0\x73\x77\x75\xd7\xb8\x64\x26\x5a\x4b\x1b\x69\xcd\xeb\x86\x71\x31\x55\x0d\x7f\xa0\xe8\x70\x7c\xce\xda\xfb\xae\xde\x3b\xaf\x0f\xef\xc6\xef\x1e\xa6\x17\x93\x86\xaa\xcc\x1f\x60\xbb\xf6\xa4\x38\x13\x69\xf4\xa4\x5e\xdd\x5c\x9c\x7a\xfa\x93\x64\xb7\x1c\xd9\x18\x8f\x06\x8f\xa3\xba\x7e\x36\x5a\xd4\xfb\x3d\xeb\xee\x71\x5a\xef\x2d\x07\xf6\x44\xb9\x6a\x4e\xc8\xd4\x32\x8e\xd4\xba\x31\x42\xb6\x3a\x80\x35\xf7\x56\x6f\x58\xdd\x89\x3a\xe9\xe9\xaa\xde\x86\xaa\xda\x1b\xa8\xa7\x17\x70\x6c\x1d\x20\xbb\xd3\x90\x3b\xbd\x95\xe2\x58\x03\xd9\x6e\x5f\xa1\x73\x55\xd6\x55\xc9\xd0\xdb\x87\xee\xe8\xec\xf4\x1c\x8d\x2f\xcf\x7b\xe7\x87\x13\xbd\xe9\x0e\x47\xcd\x09\xbe\x6e\xa8\x43\xd8\x90\xae\x54\xe7\x52\x9e\x58\x13\x5f\x57\xea\x36\xb2\x3a\x8b\x9b\xf3\xf9\xaa\xf7\x34\xb1\xa6\x75\xe5\x51\x69\x9e\x1e\x29\x8e\x31\x94\x16\x96\x3f\x6d\x91\x43\xe5\xc4\x95\xb4\xba\xdc\x18\xdb\x87\x37\x03\xfb\xee\x50\xaf\x75\xc6\x5a\x07\x1f\x6a\x75\xa9\xd7\x73\x4e\xeb\x6a\x7d\xde\x1c\x9e\x4b\xc3\x9e\xa5\x3a\xc8\x3e\xc4\xbd\x33\x69\x32\x56\x26\x97\xfa\x39\x3d\x9b\x38\x3a\x9d\x9a\xb4\x3d\x6d\xeb\x4b\x58\x7b\x7f\x37\xbe\x38\x55\x7b\x8d\x77\x0d\x38\xbe\x3b\x6c\x59\x72\x17\x39\xa7\x16\xba\xd0\xfd\xa9\x7a\x39\x1e\xda\x1d\x47\x3e\x7f\x77\x38\x1d\x59\x03\xbd\x41\x0f\x06\xb7\xf8\xe1\x66\xfc\xae\xa6\xdd\xb6\x1f\xf5\x8b\x4b\xac\xd4\xe7\x75\xa5\xe1\xd6\xaf\x6a\x8f\x2b\xa9\x73\xb9\xbc\xb9\x98\x1f\x4e\x57\xf4\x56\x57\x3a\x75\xd5\x51\x1f\xa6\x35\xeb\x42\xaf\x3d\x5c\xf5\xc6\x2a\x41\x6d\xb9\x23\x2b\x92\x33\x56\xd4\x53\xe9\x89\x99\x91\x6e\x1d\x39\xd2\xa5\x5c\x7b\xdf\xef\x2d\xee\x0e\x47\x43\xba\xba\x53\x3b\x03\xed\xb6\xe7\xc9\x17\x93\x86\xdc\x76\x9f\x06\xcd\xf9\x6a\xe2\xc8\xbe\xbe\xa8\x8f\xc7\xea\xe5\x95\xa6\x5a\x26\x3c\xa7\x47\x77\x8e\x4b\xd4\x01\x7e\x18\x5e\x9c\xb6\x54\x67\xd1\x94\xec\x76\x73\x6c\x77\x8e\x14\xfb\xd1\xd0\x9b\xf2\xf9\xa4\x69\xdd\xf7\x2c\x77\x35\x18\x19\x6e\xaf\xd6\x69\x5e\x35\x2f\x8f\xf4\xba\x3b\xd0\x2c\xe9\x12\x8d\x25\x13\xb5\xde\x3b\x8a\xaa\xfb\x32\xe3\x6f\xa7\x53\xbf\xab\x75\x3a\xea\x58\xbf\xbd\x39\x93\xa5\xd6\x42\x1f\x4e\x6f\x8d\x2b\xe5\xdc\xb2\x6f\xce\xe5\x81\xa4\x3c\x92\xc9\xad\x2e\x43\xab\x73\xaf\x74\x98\xe9\x80\x1f\x7b\x4f\xd6\xdd\xcd\xd9\xa5\x87\xce\xe5\xe1\xb0\xad\xdb\xb0\xee\x12\xed\xc2\xba\x1d\x38\x9d\x6b\x78\x7f\x3a\x1a\xb7\x1f\xd9\x34\x7f\x36\xa9\x5b\x9d\xc1\xad\xb6\x62\xfa\x60\xaa\xa8\xb7\xfa\x78\xf0\x34\xe9\x5c\x2e\xa1\x7d\xf8\x34\x75\x3a\x37\x77\xf7\xa7\xd6\xdd\xad\xde\x51\x3a\x03\x6f\xfa\x74\x7a\x3f\x69\xc8\x2b\xd8\x96\x06\x37\xa3\xc9\xe0\xaa\xee\xb6\xd1\x42\x32\x34\x45\x56\xa6\xd6\xe4\x4a\x6d\xd4\xfb\x68\xac\x3e\xca\xd6\xa2\x8e\x54\x7d\x38\x6c\x4f\x6e\xae\x1f\xdc\xa7\x69\xdb\xb8\x55\x1a\xd6\x88\x4f\xa7\xb7\xf2\xdd\x64\x45\x0e\xe1\xb9\xd5\xd3\x6a\xf2\xad\x7e\xa1\xf6\xf5\x27\x43\x99\x3c\xdd\xad\xa4\x86\xea\xdd\xb4\x8d\xba\xa2\xd0\xde\xb4\x41\xc7\xe3\x76\x47\x19\x9f\xd7\xa5\xc9\xf9\xfb\xc7\x9b\xb1\xbc\x1a\x8c\xdf\x77\x25\xe5\xd0\x50\x1b\x56\xbb\x65\xcb\xc3\xbb\xa6\xde\x56\x1a\xed\x25\xb4\x8d\xae\xd4\x94\x27\x6a\xdd\xb8\x9a\x9c\x9d\x1c\xa8\x0b\x57\x91\xac\xcb\x4b\x5d\x79\xb7\xec\xa9\x13\x77\x7a\x76\x4a\xa7\xed\xc5\x61\xaf\x2d\xfa\x76\xda\xb0\x88\xb4\x30\x9c\x5e\x47\x52\xd4\x9a\x31\x1e\x9f\x49\x97\xe8\xfc\xbd\x07\xdb\x0f\x57\xc3\xce\xdc\xbb\xaa\xb7\x1f\xa7\xf7\xf2\x9d\xd6\xb9\x3c\x54\xdb\xf3\x1a\xb2\xf4\x95\x3e\xbe\xab\x8d\xee\x2d\xe3\x4e\x79\x7c\x94\x46\x77\xb5\xc1\xc8\xb0\x27\xe7\x12\xd6\x9d\x8e\x39\x3e\xbf\xbc\x40\x6d\xe9\x48\x69\xca\x8f\x72\xbd\xdd\xd0\xc6\x75\x17\x29\x4a\x7d\xa4\xba\x58\xba\xb7\x1e\xe5\x39\x5e\xe9\x8d\xfa\xd3\xa4\xed\x3e\xa2\x76\xfd\x40\x76\xda\x4f\x6a\xe3\xd1\xb8\xae\x59\x8f\xc3\xa7\x5e\x4d\x1b\x4d\xda\xf0\x62\xd1\xd4\x14\xc9\xd2\xeb\xc6\x95\x7a\x2e\x5f\x49\x67\x5a\x6d\xd2\x5c\x2c\xef\x6a\xf4\x61\xb2\x90\x6d\x74\x3b\x19\x0d\xeb\xf2\xf9\xe4\xec\xb4\x83\xee\xa5\xe5\x60\x34\xb9\x6e\xd9\xc6\x1f\x8a\x72\x57\xbb\x6e\x58\xd2\x9d\xe3\x3e\x2a\x43\x3a\x90\xdb\x9d\x81\x5c\xbb\xf3\xd4\x8b\x4e\x67\xd0\xd0\x27\x03\x7b\x50\xbf\x73\x26\x8e\x76\x7f\xd9\xeb\x29\xf2\x93\x5a\xef\x5c\x2a\xcd\xde\x41\xef\xc2\x68\xf6\xce\x4e\x87\x93\x33\xbd\x3b\x1d\xc9\x70\xa0\x9e\x3c\xea\xe7\x97\xbe\xb4\x78\x77\x75\x55\xeb\x2e\x95\xb1\x2a\xc9\xad\xf7\x0d\xe5\xf6\x14\x8e\xc6\xea\x81\x56\x37\x26\x53\xe5\xbd\xa5\x36\x24\xac\x35\x3b\xad\x9e\x73\xd9\x40\xe3\x7a\xef\xa6\x4d\x9a\xe3\xb3\xbb\xba\xe4\xc8\x63\xfd\xbc\x73\x07\x57\xef\x1d\xf5\x49\x22\xbd\xe6\x44\x95\x46\xfa\xdd\xb0\xd3\x39\x18\x34\x65\x49\x79\x70\x2f\x7b\xea\xdd\x52\x3b\x57\x87\xd2\x85\x6c\x4a\x8d\x83\x95\x5e\x9b\x38\x5a\xa7\x63\x8d\xec\xfa\xad\xb4\x18\x1c\x0c\x6e\x17\x07\x93\xda\xa3\x09\x95\x89\x21\x2f\x74\x79\x78\x36\x3f\x1c\x8c\x8d\x0e\xac\xe9\x23\xbd\xae\x1f\x6a\xe3\xcb\x2b\xad\x21\xe1\x91\x32\x99\xdc\x28\x97\x87\x37\x6d\xaa\xb4\x16\x13\xa8\x8e\x27\x44\x51\x68\x6b\x52\x53\x9b\xea\xd3\xe5\x42\x55\xdc\x9b\x49\xfb\xb2\x87\x6e\xa5\x95\x76\x66\xdc\x8c\xda\x75\x75\x7a\x4e\xeb\x13\xe7\xf2\x71\x6a\x59\xae\x32\x92\x46\x03\xc5\xc0\x52\x87\x99\xb7\xf3\xfa\xe8\x56\xa9\xf5\xc6\x87\x87\x77\xe6\xfb\x43\x49\x51\x56\xbd\xf1\xc1\x55\x6f\x71\x78\xa8\x37\x2d\x3a\x3e\x97\xad\x69\x53\xbd\xd4\x3a\x93\x7b\x4d\xb1\xd4\xd1\xad\x55\xbb\x6e\x76\xae\x64\xdb\xe8\x6a\x9d\x4b\x09\xa9\xed\xd5\x78\x41\xfb\x72\x6d\xb0\x1a\x9f\x1f\xde\xc1\xb6\x24\xa9\x96\x6c\x5d\xd7\x3a\x03\xe9\xec\x12\xeb\x8d\xf7\x07\x92\x5d\x6b\x0c\x16\x13\x77\x30\x77\x97\xc8\x9e\x74\x60\xe3\xe1\x01\x2e\x0e\xfd\x89\x2d\xb7\xb5\xfb\x89\x77\x5d\x77\x1b\x3d\x6b\x50\x1f\x39\x9d\x27\x38\x7e\x84\xf2\xed\xe5\xe9\xc0\x9a\x9c\xdf\x8c\x4e\xaf\xe0\x93\x4e\x95\xce\x69\x17\xd6\x06\x0d\xb9\x3e\xe9\x29\xca\xe5\x41\xca\x84\xe9\x5c\x8e\x06\xc3\xd3\x81\xb2\xb0\xc6\xcc\x84\xe9\xb6\x69\x67\x1c\xba\x51\xe6\xbf\xfe\xca\x7d\x32\xa7\x90\x98\x1a\x80\x3e\x35\x00\xc5\xc0\xf5\x30\x45\x1a\x05\xd0\xb2\xf8\xa6\x9f\x87\x7d\x8a\x48\x15\xb4\xa0\x03\x7c\x82\x80\x41\x5d\x48\xc8\x03\xf7\x24\x86\x2e\x35\xc0\x93\xb0\xa7\x0b\x8f\xf4\x7f\xc6\x40\x15\x07\x54\xa6\xdc\x05\xe6\x13\xe4\xf1\x3f\x58\x4e\x00\x16\xa6\x1f\xff\x04\x5d\xaf\xfe\xd3\xe5\xad\x7c\xf2\xf6\xbe\x41\x7e\xba\x76\x55\x87\xbc\x5f\x12\x1b\xbd\xeb\x5c\x48\x35\xaf\x0a\x87\xb4\x5e\x2f\x01\x4e\x64\xe0\x6a\x64\x18\xa6\x8c\xf2\xe3\xe0\x07\x88\xd1\x81\xed\xf0\x89\xcd\x03\x60\x99\x84\x02\x3c\x03\xd0\x59\x01\xf4\x48\x3d\x08\x34\xe4\x51\x73\x66\x6a\x90\xa2\xfd\x05\x5a\x45\x2e\x76\x02\x56\xd8\x07\x0f\xd0\xa1\xc0\x74\x34\xcb\xd7\xe3\x5d\xdf\xc0\x2d\x06\x4c\x87\x50\xe8\x68\xa8\x0a\x46\x86\x19\x6f\x16\xfb\x44\x80\x6a\xd8\xb9\xf7\x1d\x8d\x9a\xd8\xe1\x91\x46\xc2\xff\x66\x20\x50\x4e\x38\x53\xcb\xc0\x85\x1e\xb4\x11\x65\x1c\xc3\x61\x55\x1c\x8c\x51\x46\x00\x76\x00\x82\x9a\x11\x55\xea\x62\xbd\xca\xb3\xd1\xa3\x8b\x34\xbe\x5d\x80\x3d\x1b\x52\x60\x86\x5b\x44\xac\x59\x2d\x56\x36\xdc\xcc\xa9\x70\x54\xac\xba\xe3\xd8\x21\xcc\x92\xea\x55\xcd\xa3\xd1\x2e\xc7\x02\xad\x32\x30\x0b\xb4\xaa\x57\x17\x68\xf5\x1c\x9e\xc6\xf3\x78\x1a\x1c\x8f\x70\x1b\x53\x2b\x22\x2d\x72\x0a\x53\xcf\x47\x41\x1a\x0e\x36\xec\x93\x9e\x5b\x00\x34\xcb\x44\x0e\x6d\x05\x2d\x0b\x3d\xa4\xec\xff\x63\x03\x39\xc0\x1e\x5d\x0f\x81\x49\x42\x84\x6f\x82\x4d\x6c\xde\xd9\xad\x93\x64\x2f\x13\xd1\x41\x14\x83\x25\xb4\x4c\x9d\x89\xb4\xc0\x0d\x18\x8a\x24\x60\x35\xaa\xe2\x05\x5e\x51\x6a\x91\x8a\xed\x53\x1f\x5a\x15\x26\xc9\xc8\xa1\x0c\x69\xe8\x86\x65\xff\xcf\x92\x45\x0c\xec\x5b\x3a\x93\x20\xd3\x01\xfd\x76\x2f\xe8\xd8\x6a\xa9\xb4\x58\xba\x1e\x5e\x9a\x3a\x12\xdb\x78\xaf\x40\x77\x16\x4b\x27\xc5\xc0\xf3\x9d\x28\xee\xcd\x74\xc0\xc5\x09\xb0\xb1\x8e\xde\x08\x18\xd3\xb2\x80\x83\x44\x8b\x09\xa2\xbe\x0b\x20\xb8\x52\x41\x3f\xc0\xc8\x84\x17\x79\x68\x86\x3d\xc4\xe1\x35\xe8\x00\xcd\xc0\x98\x20\x80\x1d\x04\xf0\x4c\xd4\xf8\x0b\x40\x54\xd3\xc3\xbf\x35\xec\x10\xdf\x0a\x7f\x4d\xb1\x45\xf5\x69\xf8\xeb\x09\xe3\x05\x42\x2e\xf2\x78\x82\x48\x4d\x45\x46\x64\x99\xc8\x86\x71\x65\xee\x9b\x3a\xda\xd7\xc4\x96\xfe\x7e\x49\x14\x23\x14\x7b\xe8\x44\xb3\x11\x30\x20\xdf\x20\x99\xa2\xb0\x83\x79\x6b\x44\xac\x1e\x6b\xef\x30\xf8\xd3\x27\xa6\x33\xe7\x11\x74\x6f\xc0\xd4\xa7\x00\x52\x60\x21\xc8\xc6\xbc\x83\x40\xcc\x46\x26\x29\x8c\x27\x7c\xef\x29\xaa\x25\x16\x38\x86\x60\x48\xb1\x07\xe7\xe8\x1a\x8b\x6e\x8b\xa2\x4c\xf6\x59\xe6\x3e\xd4\x34\xec\x3b\x94\xc7\x58\xb0\x9a\x93\xe5\xc5\x30\xa4\x9a\x1e\xaa\xab\x68\xd7\x96\xa7\x56\x82\xdd\xd0\xe3\x46\xf3\xed\xfb\x00\xc2\x27\xe8\xa4\xdf\x55\x9b\x31\x09\x2c\xf5\x01\x52\xcd\x88\xc6\x06\x4b\x71\x3d\x34\x33\x1f\xe3\x88\x17\x91\xfc\x0a\xdc\x2c\x91\xe7\x99\x3a\x0a\x57\xab\x20\x25\x99\x80\x22\xdb\xb5\x20\x45\xd5\x10\xbe\x83\x3d\x00\xf5\x25\xd3\x5e\x3a\xab\xdc\x23\xe0\x78\x2f\xc8\x8c\x70\x06\xe3\x30\xa8\x3a\x54\x8c\xc7\x41\xef\x57\xa9\xed\x5a\x31\xf9\x9e\xc8\x9b\x61\x1c\x92\x1a\xcc\x13\xc7\x60\x0a\xbd\x20\x2d\x18\xf9\xc1\x88\x86\xc7\xa0\xbc\x8f\xa8\xb6\x4f\x88\xb5\xaf\x41\xa6\x44\xca\x71\x2e\xdf\x23\x48\xe4\x8b\x4a\x53\x30\x62\xdb\x3e\x0b\xc2\xb7\xf1\x43\x90\xa2\x5d\xa2\x98\x9f\x62\xeb\x85\x17\xcb\xf7\x95\x48\x8f\x7a\xeb\xdd\x61\xad\xf6\xa3\x5f\xbe\x79\xbf\x84\xad\xc4\x8e\xb5\x02\x1e\xb2\xd0\x92\x29\xb9\x19\xf6\x84\x02\x2a\x95\xd8\xf0\x63\xc4\x2e\xd0\x4a\x04\x1e\xc9\xc3\x93\x83\xda\xfb\xa3\xc2\x2d\x46\x11\x95\x0a\x75\xdb\x74\xfe\x9e\xde\x96\xc3\xce\x05\x26\x54\xf6\x2d\x14\x75\x24\xa1\x70\x6e\x3a\xf3\xe8\xb7\x85\xe7\xe2\x77\x3c\x0f\xb5\xc2\xe0\x2d\x00\x33\x81\xc3\x09\x55\x1e\x68\x2a\x1b\x3a\x70\x8e\x74\x30\x5d\x85\xbd\x2f\x26\x14\x6e\x2c\x98\x84\xcf\x50\xbc\x95\x0f\x70\xc5\xb5\x38\xfa\xc3\x47\x84\x32\x8d\xad\x6b\xd0\xd3\xd3\xb3\xc3\xeb\x07\xec\x2d\x48\x50\xc0\xa4\x06\xd0\x1d\x02\x34\x03\x5a\x16\x72\xe6\x68\x8f\xa1\xd6\xb1\x0d\x4d\x27\xe8\xc9\x1c\x2f\x58\xd5\xd7\x81\xf9\x43\x10\xb3\x2c\x66\x80\xc1\x03\xe8\xe8\xe0\x75\x38\xe9\xee\x81\xe1\x89\x44\x52\x06\xdf\x0c\x87\x62\xc2\x7a\xa1\x98\x3a\x82\xd0\x96\x93\x24\xd7\x9e\xaf\x42\x2c\x95\x80\x66\x5e\x41\xf0\x37\xdf\x27\xe5\x09\x62\x9b\x94\x25\x1e\x83\x72\x6a\x6b\xb6\x9c\xc8\x27\x30\x6c\x73\x68\xa6\xe4\x37\x77\x8b\x31\x35\xb6\x40\x95\xda\xd2\xcd\x14\x88\x00\x1a\x39\x80\x57\xaf\xc0\x49\xab\xd7\x8e\x7b\x28\x88\x81\x2a\x33\xbb\x80\x38\x66\xa5\x56\x2f\xbf\x11\xbf\xa0\xe5\x3a\xc1\x4f\xc6\x42\xf6\x27\xc0\x1e\x28\xeb\x0e\x61\x7f\x0b\x64\x12\xa6\x81\x55\x68\x40\x8f\xc9\x5d\xa8\x50\xf0\x0c\xc4\x28\xf9\x3c\x39\x45\xc8\x01\x67\xed\xbe\xdc\x6e\x9d\x8c\xda\x67\xa2\x7f\xd1\xa3\x86\x5c\x66\xca\x0a\x74\xac\xf3\x58\xdf\x6b\xa6\xa7\xf9\xb6\x30\x63\xc9\x1e\x38\xeb\x0e\x4f\x4e\xaf\xdb\x67\x4c\x66\x53\xe2\x5d\x05\x5d\x0a\x3c\xc4\xfb\x07\x40\x02\x60\x32\xd2\xe8\x95\x88\x89\x12\xe6\xb1\x49\x04\x89\x62\x7d\x81\x98\xf6\x44\xc0\x42\x73\xa8\xad\xc0\x14\x19\x70\x69\x32\x15\xe7\xe8\x00\x2e\xb1\xa9\x03\x08\xa6\x1e\x82\xe1\x9e\xf1\x2b\x56\xd6\x99\xa3\x2a\x50\xb8\xee\x63\x8d\x8b\x31\x06\x06\x12\xa1\x1e\x76\xe6\xd6\x8a\xeb\x3b\x3e\x9b\xdb\x1c\x81\x30\xf9\x82\x10\x46\x2c\xd0\xf1\x55\x0d\xd2\xb0\x6d\x23\x87\x59\xf0\x29\x86\x83\xd7\x51\xa0\x1a\x20\xa6\xa3\x21\xb0\xac\x57\xdf\xee\xbd\x01\x82\xf3\xac\x13\x82\x0e\x11\xc8\x8a\xc0\x0f\xf7\xe2\x2e\x66\x63\x30\xfa\x21\x74\x53\xdc\x35\x02\x45\xac\x3f\x74\x87\x84\x26\x18\x67\x15\xf2\x98\xb9\x17\x8c\x01\xb0\x64\x2a\x31\x30\x18\x03\xa3\x26\x35\xde\x03\x09\x73\x79\xe4\x23\x23\x88\xeb\x05\x73\x16\xc0\xb2\x66\x07\x8d\x48\x0b\x20\xf7\x67\x5b\x70\x75\xca\x0d\xbe\x96\x81\xb4\x85\x88\xd1\xf3\x10\xc1\xd6\x12\x79\x24\x13\xa1\xc0\xff\x77\x7c\xd8\x8c\x92\xde\x55\xf9\xff\x44\x52\xa2\x11\x62\xd8\x88\xc9\xc6\x31\xc5\x04\x84\x1e\x4d\x42\x4d\x67\x2e\x42\x5c\xa2\x60\x46\x96\x05\x7d\x0f\x7b\x50\x8f\x87\xdb\x89\x22\xdf\xc8\x27\x1f\x94\x61\x5b\xfe\xd0\x3d\x8b\xe0\xa2\x8c\xab\xf6\x5d\x3e\xb1\x2d\x9d\xf5\x6f\xba\xd2\x28\x46\xfb\xe4\x7b\x28\x42\x39\x51\xe4\xf6\x87\xd6\x75\xb7\x2d\x8d\x32\x38\x93\x39\xc3\x76\x4b\x6e\x8f\x72\xb9\x43\xe5\x74\xd8\x92\xbb\xfd\x51\xf7\x46\x2a\x2a\x3d\x6a\x4b\x27\xc5\x78\xe5\xf6\xf0\x46\x91\x5b\xed\x0f\xe7\xf2\x8d\xd2\x8f\xb2\x35\x0b\xfb\xfa\xcc\x82\x31\x81\xad\xeb\x1b\xe5\xac\x73\x7d\x22\xb7\x3f\xb4\x7b\x27\xdd\xeb\x04\xa6\x44\xd6\x49\xbf\x9b\x6a\xbd\x6e\xce\x4d\x0a\x2d\xac\x21\xe8\x84\x98\xce\x6e\x3e\x9c\x28\xa3\x8b\x0f\xa3\x9b\xab\xb6\x14\x43\x3a\xc4\x64\x5a\x29\x82\x92\x86\xdd\x5e\xff\xba\xfd\xe1\xa6\x00\x38\x91\x7d\x7a\x32\x6c\x7f\x50\xe4\xeb\x24\x22\x1b\xea\x08\x41\xb2\x4a\xe0\xea\x9d\x9c\xb5\xdb\x27\xc3\xbb\x1c\x85\xf9\xdc\x1c\x8f\x93\x00\xc3\x13\xe9\xec\xf4\xe6\x36\x59\x9b\x8b\xf5\x44\x45\xfd\x9b\xb3\x3c\x17\x3c\x04\x6d\x03\xc7\x53\xc5\x99\xdc\x3e\xe9\x5d\xdc\x0c\x47\x79\xd0\x55\xcc\xa7\x3b\xe9\x43\x4b\x19\x8e\x6e\x7a\x6d\xf9\x83\x74\xd2\x6b\x27\x49\xba\x93\x84\xf8\x15\xa4\xf7\x4f\x86\xc3\xf1\x8d\x1c\xf7\x35\x7a\xc4\x44\x83\x31\x6b\xdb\xb7\x37\xc3\xd6\xc9\x75\xbe\xb7\x32\x59\x39\x46\x44\xb9\x39\x59\x9e\x43\x47\x37\x43\xfc\xe7\x27\xd2\x59\x37\x87\x7c\x8e\x75\xa8\xeb\x51\x9f\x9c\xdf\x9c\x9d\x9c\x9d\x15\xf5\x47\x32\x27\x43\xc2\x9c\xcb\x65\x84\xa2\xd5\xfe\xd0\x97\x6f\x2e\xdb\xad\x24\x91\x2c\x75\xd8\x96\xd5\x6e\xab\xfd\xe1\xa4\xd5\xba\x51\xa4\xd1\x87\x4e\xf7\x3a\xe6\x92\x65\x3a\x58\x8f\x98\x71\xdd\x95\x6e\xce\xf2\xac\x60\xca\x41\x33\x10\x74\x43\x38\xc6\xe8\xd6\x45\xfb\xa4\xcf\x41\x19\xef\x13\x75\xa6\x33\x53\x78\x48\x3d\xc2\x30\xac\xe7\xb2\x31\xd5\xc2\xec\x9b\x51\xeb\xc3\xd9\x4d\xef\xa4\x2b\x65\x3b\x95\xe5\x14\x75\x36\x4b\xcf\x75\x76\x90\x2c\xd8\x52\x54\xa2\x7b\xd6\x96\x46\xdd\xd1\x5d\xbe\x13\xf1\xd2\x88\x88\x51\x2f\xf2\xf9\x22\xf9\xa4\xdf\xbf\xee\xb6\x4e\xb8\xaa\x49\x77\x5c\x36\x37\x27\x3f\x0c\xa0\x75\x23\x0d\x15\x26\xd1\xc9\xb2\x6e\x42\xb9\xf6\xcf\xa4\xa1\xe0\x71\x62\x50\x7b\x50\x5b\xf0\xf0\xdc\x10\x4a\x3e\x69\x5d\x0d\xfb\x27\xad\x76\xb6\x2b\xe2\x8c\x2c\xaf\xbd\x99\xd6\xa8\x37\x8f\x22\x0c\x9d\x16\xfb\xc9\x59\xc4\xe4\x25\x8d\x25\xc8\x1c\x0d\xbb\xe7\x1f\x4e\xae\xcf\x6f\xe4\xee\xe8\xa2\xb7\x0e\x20\xcd\x86\x54\x56\x8e\x07\x51\x6e\xb7\xd7\xbe\x51\xe2\x1c\xee\xcf\x3c\x6c\x46\xf3\xc1\x78\xf8\x41\x6e\x9f\x77\x6f\x92\x4a\x8f\x25\x9e\xb4\x5a\xed\xe1\x90\x55\x99\x51\xe7\xe3\x61\x50\x59\x02\x24\xca\x5f\xfa\x16\xf5\x42\xdc\xaa\x72\x3d\x92\x33\xec\x79\xf5\x0a\x0c\xe1\x12\x05\x86\x20\xf7\xe6\x51\x0c\x20\x9b\xeb\x89\x49\x28\x72\x28\x58\x62\xcb\xb7\xb9\xe1\xf0\xea\x15\x18\x9f\xc8\x52\x57\x3a\x3f\x0e\xdd\x3b\x3a\x06\x0e\xa6\xec\x1f\x6e\x04\x31\xa3\x89\x27\x9b\x3a\x4f\x37\x18\xee\xe8\x34\x49\xe0\x9b\x81\x09\x2f\x47\xc2\x01\xe4\xa1\x4a\xb8\xbc\x10\x84\xa0\x25\xf2\x56\x80\x9a\x36\x5b\xc9\xb8\x58\x07\xaf\x3d\x54\xd9\xe3\x87\x27\x48\x80\x29\xa8\x6e\xdc\xbd\xbe\x66\xcb\x19\xbe\x16\xb0\x4c\xdb\xa4\x48\xff\x9f\x22\x58\x53\xb4\x22\x14\xa0\xac\x2f\x0f\x00\xe8\x38\x98\x86\xa1\xf6\xa1\x27\xf7\x15\xf7\xae\x00\x1d\x52\x08\xfa\x31\x27\x54\xce\x09\x10\x78\x5d\x00\x0f\x51\x0f\x0b\x74\x67\xcc\xdc\x34\x1d\xa4\xbf\xe1\xde\x1a\x38\x47\x89\xe3\x11\xff\x91\x4c\xfa\xcf\x44\x19\x82\xb8\x15\x5a\xae\x94\x8b\x8a\x95\xcb\x6f\xc0\x83\x61\x6a\x06\xd0\x4d\xc2\x28\x27\x6c\xa2\x80\xb6\xa9\x01\xce\x40\x62\x62\x47\x98\xa5\x21\x3e\xdf\x09\xa8\x00\xaf\xb9\x81\x25\x2c\xe0\x3d\x11\xbc\xcd\xab\x72\x7c\xcb\x7a\x03\x1c\x9c\xab\x8e\x1f\x3d\x02\x66\xd4\x22\xc0\x4a\xbc\x11\x8e\xb6\xc8\x60\x0b\x2c\xfa\xa8\x76\xe4\x55\x01\x78\x3d\x77\x1b\x00\x3b\x4c\x16\x59\x2b\xa0\xa3\xb3\xc5\x17\x77\x23\x06\x98\xce\xaf\xda\x6f\x58\x36\xf8\xff\x81\x1b\x17\x39\x43\x0a\xb5\x45\xda\x67\x90\x22\xe7\x98\x31\x44\x74\x8f\xa6\x21\x42\x7a\x4c\x71\x03\x19\x41\x7d\xec\x99\x14\xdd\x38\x9a\xe8\x3c\x62\x3e\xa1\x63\x50\x3f\x37\xc3\x9a\x4e\xe2\x63\x50\xe1\xd2\x36\xdf\x7f\x2d\x0b\x9a\x76\x58\x42\x16\xd1\xde\x24\x29\x2b\xd5\xbc\x98\x64\x7a\xb8\xaf\xb6\x22\x5f\x7a\x78\xde\x2a\xaa\x79\x2a\x3c\x95\x62\xdc\xc4\x71\xcb\xd8\x77\xf4\x74\x93\x43\xdb\x93\x13\x74\x5c\xd2\x21\x31\xa6\x18\x7a\x7a\x61\x28\xb2\xb0\xba\x23\xf7\x4d\x26\x82\xf7\x15\x48\x1d\x74\x0a\xce\x1d\x75\xfb\x25\x10\x66\x24\xf6\x29\x92\x32\x9f\x76\x88\x88\xe3\x27\x20\x3c\x72\xb1\x53\x99\xe8\x3c\xc7\x26\x80\xc8\x8b\x23\x2c\x75\x66\x1c\x65\x56\xb3\xc5\xed\x0b\xf3\x49\xc2\x4c\x0f\x20\x2b\x81\x50\x56\x98\xd6\x78\x76\x53\x26\x76\x37\x85\x4e\x26\xe1\x55\xa1\xac\x2b\xb4\x94\x0e\x90\x7c\x7b\x8a\x3c\xb6\xc0\xf3\x90\xc6\xe4\x87\x9f\x4e\xe2\x0a\x92\x18\xf8\x21\xdc\x6a\xf9\xbf\xff\xe7\xff\xb9\xe0\xe7\xb0\xfe\xef\xff\xf9\x7f\x01\x85\xd3\xa0\x2a\x51\xa6\xcd\x8b\x1c\x87\xc7\xd0\xc4\x9e\x42\x86\x97\x39\x46\x25\xf9\x98\xcf\x7c\x05\x3a\xbe\x47\x0d\xe4\x05\x8a\x95\xbb\x3c\xc2\xb3\x70\x6c\x35\xba\x72\x51\x74\x16\x4e\x14\x38\x4b\x79\xf6\x84\x6f\x06\xd9\x2e\x5d\xb1\x85\x2a\x1b\xdb\xe5\xb2\x90\x53\x48\x88\x39\x77\xd8\xd2\x59\xa8\x19\x51\xdc\x09\x0f\xd6\x51\xcc\x57\x9b\x5c\xef\x72\x57\x0a\x70\xb1\x50\xc6\x21\x48\xd0\x99\x2c\x33\x9a\x84\x84\xd3\x25\x9a\x6f\x98\xd6\x63\xad\xd7\x62\xbc\x69\x8f\x63\xf2\x0c\x86\x49\xb9\xb7\x3f\xe1\x54\xe7\xde\x03\x0b\x3f\x64\x17\xab\x9c\x12\xd6\x27\xd0\xb2\xf0\x03\x5f\x70\x7a\x6c\x9d\x0e\x5e\xa3\x79\x15\x34\x6b\xb5\x5a\x0d\x54\x40\xb3\xf1\xf6\xe8\x2d\xd3\x55\xb6\xe9\x98\x0b\x7f\x8a\xf6\xc4\x29\xa5\x24\xf9\xaf\xa2\x06\x34\x6b\xb5\x77\xb5\x44\x0a\x61\x49\x07\x07\xcd\xd2\xfc\xc9\x74\x53\xa3\x94\x2b\x8a\x40\x20\xaf\xf1\xbc\xc3\xb7\x45\x8e\xc1\x3d\xc1\x4e\x49\xe8\xb0\x6b\x3c\x5f\x73\xfe\xe4\x15\xe8\x43\xb1\xd9\xc9\xc4\x49\x40\x03\x0b\xcf\x89\x38\x3b\xc1\x18\xc6\xe6\xd2\x60\xca\xd4\xdf\x44\xfb\x28\x81\xe0\x13\xc6\x25\x26\x94\x54\xc7\x7e\xe0\xc0\x63\x25\x19\xd6\x80\xed\xb3\x80\x1e\x0d\xdb\x36\x76\xb8\x47\xd9\xc0\xa6\x86\x08\x60\x4b\xbd\x20\xf9\x8d\x20\x97\x53\xc4\x64\xea\x72\x78\x23\x85\x0e\xc6\x37\x80\x69\x3e\xaf\x32\xf7\x20\x9f\x5d\x82\x1b\x0a\x00\x5e\x22\x0f\x3c\x18\x7c\x6f\x8f\xc3\x22\xbd\x0a\x3a\x26\xb2\x74\x12\x74\x5c\xb8\xbb\x42\x45\x41\xec\x01\xdd\xc3\xae\xcb\xda\xc1\xc4\x28\x9c\xf2\x0d\x71\x42\x27\xec\xed\x10\xfe\x4d\x08\xcd\x0a\x7a\x48\x87\x1a\xe5\x66\xc4\x8c\x57\x11\x0e\xeb\x44\x63\xc0\x02\x21\x57\x94\x12\x0b\x2b\xc1\x23\x31\x83\xb0\xbc\xc8\xcc\x8f\xc7\x3a\xf7\x9a\xf2\xfd\x35\x25\xd2\x0e\x11\x02\x23\x3e\x3a\xb4\xa9\xb2\x37\x01\x75\x01\x58\x71\xb5\xf9\x8a\x19\xc2\x13\x9f\x1a\xd8\x33\x9f\x82\x3d\x9c\x00\x8f\x37\x85\x5a\x81\xbc\xbc\x7a\x05\xda\x3c\x85\x0b\xcb\xbe\x8d\xa8\x67\x6a\x24\xda\x12\x78\xc3\x7b\xce\xc1\x0f\xc2\xdb\x12\x6c\x3f\x11\x26\x3c\x36\xa2\x06\xf2\x09\xc3\x10\x98\x02\x4c\x68\xd9\xbf\xa2\x0a\x20\x70\x01\x0d\x5b\x16\x12\x5b\xc2\xd3\x55\xb2\x60\x50\x17\x23\x2a\x4e\xdd\xe0\xc9\x9d\xfa\xda\x02\xf1\x8d\xd0\x5a\xb5\xfe\xa6\x56\x6d\xbe\xa9\x57\x1b\x6f\x0e\xb9\xeb\x26\x9a\xaf\x7a\xd8\x31\x83\xb3\x7f\xd1\x46\x29\x27\x8f\xd1\xc6\x04\xc4\x9c\x81\x7e\x54\x1b\xb3\x1e\xf8\xb1\x47\x26\x6e\x7c\x6f\xdb\xe2\x1b\x6d\xac\x94\x4f\x98\x9d\x38\x4c\xa1\x65\xad\x8b\xcc\x4f\x40\x34\x0f\xba\x91\xbd\x54\x4c\xf4\x90\xd5\x9d\x3c\x36\xcd\x7f\x65\xb0\xc6\xdb\xa0\xe2\x38\x14\x0a\x26\xf6\xb8\xd4\x31\xb0\x05\x6c\x5c\x1d\xc3\xcc\xa6\x8d\x19\x17\x79\x87\x5a\xab\x64\xc3\x42\xc7\x21\x23\x31\xa4\xc5\x74\x28\xf2\x96\xd0\x62\x5a\x87\x24\xb0\x88\xd9\x81\xf7\x74\x9e\xb8\x37\x9c\x11\xdc\x1a\xe7\xc7\xb5\xd8\xb8\x65\x46\xb2\x17\xe0\x16\xa5\x79\xe1\x02\xbe\xe6\xe6\x71\x66\x03\xeb\x78\xbe\xa1\x9b\xa1\xae\x0b\x5b\x21\x3a\x85\x79\xfc\xae\xde\x38\x0c\x72\x5d\x9f\x18\x71\x3b\xea\xbc\x1d\x4c\xfd\x13\xfd\x2b\xa2\x8c\x0f\xa5\x1d\x27\xa6\x4f\xbe\x92\xd1\xf5\x50\xb1\x26\x4e\xae\x3d\x37\xc5\x6e\x3d\x43\x67\xaa\x60\x8b\x94\xe8\xb4\x3c\x1b\x4f\x90\xb1\x8f\xc3\xbb\x58\xbf\xde\x54\xa3\x8b\xf5\x93\x67\x2a\x65\x7c\x60\x93\x54\x3c\xc5\xb6\xf3\xcc\xe3\xd3\x54\x41\x7a\x64\x5c\x16\xe4\x89\xe0\x01\x8e\x1a\xbc\xab\x25\x92\x88\x48\x63\x33\x9e\x48\x8c\xb0\x84\xc0\xef\x6a\x25\x82\x1c\xfd\xc4\xc1\xce\xca\xc6\x3e\x51\x08\x3f\xcd\x2f\x70\x53\x0f\x6a\xa6\x53\x74\xe8\x3b\xb2\x4a\x53\x96\x5c\x49\xd8\x6b\xc1\x69\xda\xa4\x9e\xbd\x87\x68\xce\x16\x8b\x4f\xa6\xbb\x30\x9d\x37\xa1\x54\xf2\x02\x22\x2f\xe4\x18\x97\x98\x93\x39\x72\xe8\x45\xc8\xae\xc4\x49\xe0\xe3\xa3\x77\xcd\xe8\x38\x30\x61\x06\x26\x77\xfd\x7a\x4b\xe4\x71\xb7\x03\x9f\xf6\xf7\xf7\x63\xb1\x3b\x7c\xfb\xf6\xdd\x7e\x08\x98\x29\x27\x4c\x6d\x0d\x3b\x84\x66\x72\xfa\xd0\x83\xf6\x31\xa8\x57\x85\xf1\x20\xa8\x4e\x9a\x16\xd1\x59\xe6\x7c\x8d\xef\x0f\xea\xf5\x7d\xe8\x9a\xfb\xcb\xfa\x3e\x71\xa1\x43\x82\x62\xe2\xfc\x7c\x2a\xde\x84\x40\x1b\x0d\x5d\xe8\xa4\x53\x4d\xbd\xde\x78\x37\x35\x69\x22\x60\x25\x31\x88\xb7\xe0\xd1\xbb\x7a\xe3\xa8\xbc\xbe\xd6\xb9\x85\xa7\xd0\xe2\x57\x58\x94\xc5\xbd\x0c\x2d\xbe\x02\x02\x17\x6c\x12\x63\xd2\x6f\xf5\xb1\x7e\xe2\x53\xe1\x7d\xf4\x00\x9e\xde\x23\x8d\x9f\xe8\x2c\xbd\x62\xd6\x39\x4f\xe7\x72\xc1\x4f\xe3\x9b\x8e\x9c\xba\x1d\x81\x1f\xd0\x4f\x24\xd5\x44\x5a\x38\xf9\x04\xab\x04\xb1\xad\x1a\x5c\x31\x50\x12\x51\x3d\xe1\x8d\x03\xc7\xc1\xef\xd0\xd7\xaf\xb9\x7e\x94\x42\xa1\x37\x47\xf4\x64\x89\xd8\x62\x53\xa1\xa6\x15\xcd\xbb\x47\xb5\x97\xe0\xb6\x91\x8d\xbd\xd5\x76\xe8\xf9\x99\x56\xd3\x46\xd8\xa7\x44\x70\x83\x06\xbf\x04\x56\x6e\x27\x11\x17\x3b\x3a\x8f\x10\xf1\x50\x94\xcf\xd5\xb5\xe9\x68\xd8\x66\x39\x81\xcd\x44\x42\xb5\x33\xca\x04\x7b\x71\x64\x31\xa6\xe3\xa8\x09\x50\x0f\xaa\x3f\x06\x35\x12\xa4\x3e\xb0\x15\x75\x3e\xd9\xd4\xad\x38\xb5\xfe\x2e\x48\x17\x96\xe1\x03\xf4\x8a\x29\x8c\x08\x8b\x0e\x5e\x87\x24\x06\xa3\x9a\x0f\x7b\x71\x6d\x00\x48\x60\x0a\x29\xd4\x4d\x68\x45\x95\x36\x23\x5a\x44\x53\x08\x12\xa7\xb8\x93\xb4\x96\x22\x7a\x98\x11\x25\xd0\xa0\xe8\xd2\x0b\x66\x7a\xf0\xfd\xca\x70\xdf\x92\x94\x7f\xe7\x20\xd1\xfc\x12\xee\x07\xb3\x35\xa3\x20\x8d\xdf\xd6\xc4\x7e\x72\x40\x7e\xe6\xbb\x23\x6a\x10\xb5\x87\x21\x00\xaf\xc0\x49\x14\x9f\x27\x56\xfa\xc9\xf9\x36\x9c\x9a\x5d\xac\x97\x38\x8c\x70\x3d\x24\x4f\x8e\x07\x37\x5a\x89\x55\x6e\x85\xfd\x4a\xdc\x6b\xc0\x4d\xf7\x28\x5a\xcd\xe5\x86\xfc\x3e\xfb\x67\x1f\x3b\xfb\x0c\x20\xca\x13\xc2\x7a\xc6\x8f\x22\x63\x6f\x75\xe3\x89\xc1\x58\x44\xa0\x38\x74\x5d\x44\x66\x28\x40\xd1\xdc\x95\x24\xba\xc7\x4b\x05\xf7\x50\x80\x62\xca\x05\x2d\x1c\x7f\x3f\x41\xac\xe9\xec\xc7\x28\xff\xea\x6b\x7a\xbe\xd9\x17\x06\x5d\x85\x91\x32\x64\x5f\xba\x19\xb5\x87\x55\xfa\x48\xbf\x5a\x1d\xcf\xdc\xff\xd7\x38\x68\x64\xef\x7f\x3a\x68\xd4\xeb\x3f\xee\x7f\xfa\x1e\xdf\x9f\x7f\x56\xd8\x2a\x05\xfd\x01\xaa\xaa\xb8\x02\x2c\xe1\x8b\x03\xe5\xe4\xa5\x43\x65\xf0\xf9\x73\xa9\x5e\x05\xe7\x88\x86\x83\xee\x67\xc2\xaf\x1c\x02\xd3\x00\x04\x74\xfb\xfb\xd1\xd5\x26\x22\xd4\x08\x30\x79\x3a\x06\x5d\x0a\x6c\xb8\x02\x14\x2e\xd8\x42\x67\x86\x1e\xd8\xdc\xe9\x53\x14\xae\x04\xcc\x20\xfe\x50\xc3\x36\x02\x51\x1c\x40\x35\xc0\x71\x17\x04\x4e\xf2\xc0\x30\x11\x87\x40\x21\xf5\x09\x5b\xe4\x79\xbe\xe3\x70\x35\x1c\xad\x4a\xc1\x4f\xfc\x5e\x17\x8d\x5a\x60\x8e\x28\x20\x4b\x0d\xfc\xf9\x67\x14\x0b\x06\xca\xa1\x97\x6e\xe6\x5b\x16\xbf\x32\x05\x54\xc1\xe7\xcf\xa0\x52\x89\xd7\x4d\x7f\xfe\x09\xaa\x32\xb2\x10\x24\xa8\x2a\x45\xa9\x0c\xe8\x21\xa8\xe7\xc6\xd1\x10\xf8\xb9\x7d\x3b\x6a\xcb\xd2\xc9\x75\xa5\xdb\xff\x99\x07\x3d\x62\x60\x61\x67\x8e\x3c\xf0\xf3\x7f\xb8\x88\xcf\x60\xff\xf9\x73\x31\x69\xe2\x5e\xc5\x29\xfa\xba\xf4\x7d\x02\x73\x0f\xb9\xa0\x1b\xdc\x74\xf3\x09\xc0\x87\x05\xf8\xf9\x4f\xd7\x33\x1d\x0a\x7e\x6a\x7e\xfe\xb9\x54\x6a\x54\x13\x9e\xa7\x33\x69\xc8\x03\x38\x3c\x9d\x00\x0d\x7b\x89\x29\x9c\xe2\xa2\xab\x73\xa2\x8b\x91\x78\x50\x05\x9b\xa8\xc2\x59\x72\xad\x20\x80\x19\xf6\x1d\x1e\xb1\x4d\x28\x72\x41\xbd\xc4\x64\x8e\xcd\xa7\x9f\x3f\x97\x9e\x11\xbf\xd0\x13\x58\x4e\xc0\xbe\xe6\xf1\x36\x0e\xa6\xe0\xb5\x70\x03\x66\x4a\x56\x23\x7f\x58\x95\xcf\x90\x7b\x7b\x3b\x40\xef\xed\xed\x09\x21\x8f\xcc\x12\xc2\x63\xda\x11\x13\x31\x80\x85\xd3\x74\x86\x2d\x0b\x3f\xb0\x04\xe1\x9f\x08\x92\x59\x7b\x81\x0d\x35\xc3\x74\x22\xe1\xe7\x1e\xc7\x0a\xef\xae\x8d\xf5\xb2\xf6\x45\x05\xc8\x36\x25\x48\xc8\x12\x64\x11\x04\xd2\x44\x47\x51\x4a\x7c\xbf\x09\xe9\xd5\x68\x00\xcd\x4c\x47\x07\xd8\xa7\xc1\x04\xef\x51\xe0\x70\x47\x31\x83\x67\x0d\xe2\xa1\xdb\xd3\x55\x14\x0d\x5f\x3c\xbe\xbe\xb5\x14\x97\x92\x22\xf2\xad\xe4\x95\x6f\xa1\x77\xfb\xfb\xfc\xdf\x8b\x9b\xe1\x28\x59\xe9\x5f\xad\x96\xbf\xdb\x97\x9f\xff\x3f\x18\xc8\x72\x91\x47\xaa\xd4\xfd\x4a\x57\x41\x6e\x9e\xff\xeb\xb5\xe6\xc1\x51\x66\xfe\x3f\xac\xd7\x7e\xcc\xff\xdf\xe5\xfb\xf3\xcf\xfd\x5f\xc0\xd2\xb4\x8f\xb9\xe3\x72\x66\x5a\x88\x19\xe5\xbf\xda\x8c\x2d\x9a\x81\x8e\xc1\x2f\xfb\x62\x3c\xee\xff\x52\x6a\x3f\xba\x4c\xf7\x86\x1e\x46\x11\x3d\x18\x44\x4c\x56\x4b\x1c\x90\x0d\xa1\xc0\x3e\x8f\x14\x80\x18\xfc\x95\x38\x97\x6f\xe7\x54\xc5\x8d\xd3\x7c\xf3\x36\xd4\x74\x0c\x32\x8a\xe8\xfe\xc4\x16\x2b\x8e\x06\x8e\x9a\xfc\x4f\xd3\x1e\xfa\xb3\x99\xf9\x08\xca\x95\x18\x19\x1b\xad\xec\xef\x80\xc0\x60\x2d\x1f\x05\x4f\x02\xa6\x7b\x56\xe0\x0f\x1f\x5a\xe6\xcc\x44\x3a\x80\xae\xcb\x49\xaf\x96\xc6\x48\xa0\xe7\xf0\x94\x55\xc2\x9a\xc1\xd4\xa0\x06\x7d\x82\x00\x61\x76\x48\x42\x9f\x88\x89\x4c\xec\x0d\xb0\xa5\x63\xb0\x51\x2f\x94\x89\x49\xc0\x6b\xa6\x34\x0d\xa1\x9f\x1c\xc8\x57\xba\xc4\x45\xda\x5e\xb5\xd4\x9d\xf1\x30\x6b\x48\x02\xae\x05\x8b\x8a\x30\xe8\x92\xa7\x99\x34\xda\x6a\xe5\x1a\x98\x47\x80\x32\xe2\x03\x6a\xd7\xf2\x36\x56\xae\x95\x78\x86\x0c\xd9\x19\x66\x46\x2c\x0d\x61\xd6\x02\x6c\xc5\x73\x36\xdf\x84\x3f\x7e\xe2\xe4\x1f\xff\xba\x7d\xb7\x26\xe8\x8c\x38\x21\xb0\xa4\xa6\x82\x98\xd6\x54\xea\xce\x04\x72\xc3\x67\x06\xca\xff\x46\x2a\xff\x46\xca\x19\x6c\xa2\xde\x5d\x04\x6d\xdd\xdf\x29\xf9\x4b\x74\x2c\x1b\x2f\xc1\xf5\x50\xac\x53\xa3\xe9\x35\x1c\x36\xc2\x15\xbb\xa1\x83\x39\x54\x79\x6d\x73\x92\xdc\x16\x7f\x07\x37\x4e\x81\x4f\xc0\x43\xae\xc5\xe6\xd3\xf2\xff\x2a\x83\xf2\x87\xf2\x6e\x03\x2a\xd9\x1e\xee\x03\xb1\xb0\xb6\x88\xd6\xdc\xfd\xe4\x2d\x78\x3f\x13\x30\x12\xd7\xcb\x81\x6e\x9f\x6c\x68\x4b\x70\x09\x9d\xe9\x12\x51\x61\x64\x4e\x24\xee\xb0\xfb\x15\xfc\x56\xfa\x1b\x00\x80\x95\x17\x5b\xa0\x3f\x99\xfa\xe3\x1b\xf0\x93\xe9\x12\x26\x67\xa1\x4c\xa5\xee\xe1\xab\x26\x10\x7c\xfe\xcc\xcb\x0b\x0c\xe6\x8c\x17\x07\x9f\x3f\xbf\x61\xc6\x46\x30\xb9\xc7\xf9\x1c\xeb\x27\xf0\x87\x8f\x29\x0a\x73\x92\x6c\x88\x28\xfc\x7d\x17\xee\x64\x6f\xee\xdb\x9a\x41\xd9\x82\xa3\xa8\x59\x5f\xce\xb0\x2c\xee\x7f\x20\x9e\x15\x5d\x4c\xbb\x81\x4b\x45\xe0\x29\xfe\x14\x01\x6c\xcd\xa7\xc2\xc2\x7f\x31\x83\xa0\x66\xa3\x6a\x70\x7a\x63\x03\x63\x92\x60\xf1\x90\x4e\x35\x56\x1c\x24\x48\x34\x37\x85\x3a\x71\x40\x24\x5c\x90\x84\x0d\xe6\x05\xab\x3c\x76\x3e\xc8\xf9\xed\xb7\x64\xd9\xdf\x7f\x0f\xdb\xc5\x61\x7e\x4d\xf2\x99\xa5\x74\x79\xf5\xec\x2f\x35\x24\x21\x20\xe6\xf3\x67\xc6\xc5\x44\x56\xcc\xba\x2c\xd7\xb2\xda\x37\x26\x8c\x40\x87\x80\x98\xb7\xfc\x27\xeb\xf1\x54\x7f\xb3\x54\x41\x47\x40\x74\x4c\x45\x84\xe0\x6f\x7f\xfb\x5b\xd4\xe6\x00\x7e\x7d\x47\x87\x68\x12\x9d\x9d\x26\xf2\x6f\x41\x3f\xff\x6d\xe7\x39\xa4\x40\x00\xa2\x23\x04\xcf\x8a\x80\x43\xe4\x10\x36\xa3\x38\x22\x1c\x5b\x8f\x87\x74\xd5\x6b\x47\xc2\xb7\x1a\x08\x9a\x4f\x28\xb6\x53\xd7\x37\x0a\xbe\xac\xe7\x01\x21\x56\x35\x09\x9f\x61\x41\x1a\x97\x10\x92\xf0\xcb\x31\x43\xc0\x26\xf9\x91\xc5\x0e\x52\xb8\x37\xf0\x25\x0d\x14\xa1\x4e\xc9\x4e\x12\x49\xae\xd8\xd6\xea\x42\x16\x37\x59\x6f\x10\x93\xe0\xae\xeb\xac\x70\x88\xd4\xf5\xa2\xa1\xc1\x24\x27\x42\xf0\xdd\x94\xa3\x06\xbf\xae\x6e\xe4\x07\xd3\x45\x00\xcc\xe6\x36\xb3\x8e\xb3\xa9\x45\xaa\x5a\x08\x9c\x69\x3e\x5b\xfc\x6c\x68\xfc\x87\xac\x14\x24\x91\x89\x63\xf3\xbb\xb1\x22\xb4\xe5\xf6\x19\xa2\xfd\x24\xa2\xca\xbf\xe9\xfc\xc0\xa7\x28\xff\x52\x76\x5d\xf0\x75\x3c\x67\x52\xb4\x91\xc1\x23\xd6\x5e\x73\x4f\xd7\x06\x9b\x33\x09\xcd\x9d\x4d\x82\x53\x7f\xcb\xac\x2f\x8a\x2f\x13\x17\xa0\x47\xb5\x77\xb5\x40\xed\x85\xe6\xf8\xdf\xa2\x94\xb5\xca\x2f\x41\xb2\x7c\x7a\xd2\x02\x43\x0d\xbb\x88\xad\xa0\x32\x2b\x31\xe1\x28\x22\x28\x8c\xf5\x31\x49\x18\xde\x0a\xc2\x15\xea\x6b\xec\xa0\xbd\x00\x04\xe9\xa5\xb8\x54\x70\x32\x34\xb9\x26\x13\x19\x41\xdc\x29\x20\xac\x52\x06\xe6\x3b\x0e\xd2\x10\x21\xd0\x5b\x6d\x1a\x4b\x53\xa8\x55\x79\x99\x62\x2e\xc5\x57\x8c\x8b\xec\x30\x5f\xf8\x24\xff\x00\xaf\xf3\x80\xd5\xf8\xe2\x71\xf0\x29\x5a\x5a\xbd\xb6\x4c\x42\xf7\x98\xed\x8e\x87\x3c\xf2\x71\x4f\x24\x15\xf9\xd0\x12\x40\x7b\x41\xb5\xe1\x75\xfe\x7f\x4b\xf5\x41\xa6\x8b\x22\xa0\xad\xfb\xa9\x40\xb4\xc8\x4e\xb2\x45\x5e\x20\x5c\x07\x07\xcd\x2c\xe5\x71\x52\x01\xd5\x7f\xb5\x97\xe5\x1f\xf7\xcb\xfb\xff\xd8\x84\x5f\x71\x97\xda\xd7\x7b\x0b\xe6\xb9\xf7\xbf\x8e\x9a\xb5\x9c\xff\xaf\xd9\xf8\xe1\xff\xfb\x1e\x5f\x30\xea\x98\xd6\x4c\x59\x7c\x61\xc4\x72\x2a\xb1\xe0\x98\x81\xd8\x5b\x59\x0f\x95\x3c\x25\xb0\xc7\xa6\xb0\x85\xe9\xe8\xc7\x89\x83\x0d\x62\x9f\x5e\x1c\x6b\xc8\x3c\x46\x16\xc6\xa0\x1d\x67\x1d\x5b\xb9\x6a\x12\x21\x6f\xc2\x66\x4a\xc5\xc0\xfd\xf9\x27\xa0\xf8\x0e\xda\xd6\x76\x08\x3e\x01\xd3\xd1\x91\x43\xc1\x01\x48\xa8\x11\x8e\x56\x44\x0f\x6c\xb1\xcd\x51\xe1\x8f\x8c\x81\xd4\x99\x02\xe8\xba\x6b\xca\xc6\xe5\x38\x20\xf7\xf9\xac\x01\x0d\xfc\x41\x11\x6c\x30\x8d\x1d\x83\x72\x76\x33\x05\x7c\xfe\x1c\x84\xb0\x23\xcf\xa4\xe2\x9d\x9a\x24\x4c\x10\x79\xc9\xc1\x88\x8b\x78\xbc\x6e\x7c\x62\x25\xa0\x39\xb5\x11\x95\xe7\x5a\x04\x9e\x36\x63\xe3\xd7\x53\x02\x1a\x45\x64\x4d\x18\x86\x1c\x9c\x96\x39\xde\x88\x9b\x98\x4f\x29\xac\xcf\x89\x40\xf2\x08\x4e\x72\xb7\x10\xfd\xc1\x1d\x5c\x5b\x95\xdb\x13\xe4\x17\x9d\x65\x4a\x6d\xb5\x15\x82\x6c\x6c\x4c\x9a\xb8\x72\x76\x0b\x34\xff\xe7\xf7\x1a\xff\x79\xfd\x2f\x0c\xd1\x8a\x06\x2b\x22\xf8\xd8\x86\xee\x17\x4e\x05\xcf\xe9\xff\x5a\x33\xbb\xff\xf3\xb6\xd1\x7c\xfb\x43\xff\x7f\x8f\xaf\x40\xff\xb3\xb5\x4d\x56\xfd\x87\xeb\x9d\x82\x91\x18\x2d\x85\xc2\x32\x9f\x3f\x67\x15\xb9\xd0\xf9\xd1\x8b\x22\x09\xc5\xbe\x8b\x4a\x4d\x08\x26\x12\x07\x77\xbe\x44\xbb\xf2\xf1\x9a\x70\x9f\x7f\xfe\x5c\x89\x53\x42\x27\x7a\xa8\x42\x23\x2d\x9b\x53\xb2\x99\xe5\x7b\xac\x6b\x8b\x54\x6d\x02\x58\x84\xbe\xdd\xb8\xf0\x0f\x1f\x95\xe2\x49\x2e\xb3\xdc\x66\x8b\xc1\xed\x96\x9d\xe9\x0b\xdc\x58\x53\x82\xb5\x27\x5b\x48\x1e\x0b\x87\x83\x40\x97\xd1\xa9\xff\x10\x5a\xe8\xc7\xf7\x57\x7d\x05\xfa\x9f\x0f\xd3\x0a\xf7\x86\x7c\x9d\x35\xc0\x33\xfa\xbf\x76\x74\xd4\xc8\xe8\xff\xa3\x5a\xfd\xc7\xfb\xbf\xdf\xe5\xcb\x28\xf3\xc4\xcb\x4b\xdf\x4e\x8f\x8b\x47\x9f\xfe\x79\xac\xe3\x9c\x7a\x0e\xaf\x84\x7b\x23\xfe\x6c\x85\xcf\x3c\x25\x34\x75\x86\x91\xc2\xe5\x1b\x3d\x2f\xf6\xf9\xf3\x31\xf8\x54\x29\x85\x69\x11\x82\xb5\x4b\x8f\x6f\xa6\x93\xd7\x8d\xff\x2f\xb7\xfa\xe2\x6f\xf3\xf8\x3f\xa8\xbf\x7d\x7b\x98\x5d\xff\x1f\x34\x7e\x8c\xff\xef\xf2\x7d\x8b\x11\xfe\x5d\x47\xf6\x57\xb3\xc8\xc2\x66\x26\x9f\x3d\x14\xaf\xae\xf1\xb3\xff\xe9\xc7\x10\x23\x0f\x7f\x38\xde\xf9\x59\xa3\xa4\x09\x0c\xc2\x03\x48\xe0\xd7\xf8\x26\x86\xf4\x22\x12\x44\x8f\x87\xf2\xfd\xd2\x08\x57\x94\x1a\xfb\x7e\xcb\xa6\x33\xc3\xe5\x6c\xdb\x32\xdb\x44\x19\x92\x0a\x9e\x21\x0d\x21\x8b\xb2\x52\x24\x6c\x28\xbb\xb9\xd2\xfc\x81\xba\x10\xb0\x20\x27\xcb\x99\xb5\x58\x13\x5b\x4d\xc1\xf6\x59\x5e\x42\xa2\x3d\xad\xea\x96\x94\x12\xab\x9a\xbf\x25\x33\x04\xee\xe6\x73\xb6\xa6\x36\xb9\x80\x8a\x24\x81\xf7\x63\xfc\xa6\x2d\xdf\x68\x0a\xce\xf7\x44\xc7\x7b\x8a\x44\x64\x63\x49\x71\x32\xc8\x49\x16\x8d\xa9\xfa\x2d\x71\x98\x28\xdc\x9d\x4f\xa6\x71\xef\x7b\x98\x11\x9c\x2a\x02\xbf\x82\xf2\x71\xf1\x00\x2c\xd8\x14\xaa\x46\xb3\x28\x00\x1a\xb6\xdd\x00\x43\x42\x8e\xe6\x4f\xa6\x9b\xe5\x45\x8e\x5f\x89\x53\x50\x39\x18\x03\x12\xd1\xc8\x72\x11\x78\x35\xd1\x9c\xe4\x66\x69\xae\x99\x55\xc8\xa0\x83\x92\x51\xa8\x42\xa2\xd5\x09\x9a\x93\xf8\x43\x80\x82\x5d\xda\xfc\xf1\xaa\xf5\x68\x0a\x60\x53\x0d\x4d\xed\xf5\x16\x26\x24\xd8\xb5\x2e\x42\x25\x04\x2e\xe8\xbc\xe2\x90\x99\xea\xf6\x75\xa6\xc3\xad\x72\x1d\x5a\xc4\xf1\x54\x91\x98\xe5\x85\xf4\x25\x23\xc3\x76\xa0\x2a\x17\xd3\xb4\x15\x61\xd9\x52\xcf\xd0\xb6\x29\x28\x6b\x13\xad\x6b\xd4\x82\x78\x93\x73\x33\x85\x5e\xf0\x3c\xe7\xef\x89\xdd\x7f\x0f\xcd\xd1\x23\x1b\x9e\xff\x15\x9c\xba\x7d\x5d\xfd\x65\xaf\x9c\x02\xe0\xe1\x7e\x36\x33\x1f\x7f\x0d\x8e\x0c\x1e\xef\xef\xff\x54\x2f\x67\x02\x0b\x32\x24\xe5\x1e\x05\x4d\x47\x1d\x44\xd9\x49\xfd\xb7\xb1\xc9\x9b\x7a\xac\x40\x35\x16\x30\x20\xea\x92\xbf\x42\xf2\x5f\xa0\x09\xc9\xf7\x55\x85\xe4\xcb\x74\x21\xf9\xef\xa4\x0c\x77\x57\x4c\xe4\x1f\x56\x33\xe5\x8b\x7d\x23\xd5\x94\x88\x40\x48\x0e\xcc\xf0\x0d\xe0\x67\x88\xa4\x16\xf9\x7d\xb3\x4a\x49\x3d\x82\x9b\x56\x27\x76\x9c\x9e\x12\x90\x7c\xb1\xed\x03\xa3\x0a\x28\x58\x1f\xa1\x55\xc8\xc8\x7c\xc8\x58\xf5\x65\xf5\x46\x6f\xf2\xa6\x21\xe3\xe4\x6d\x94\x68\x21\xe6\xd0\xfb\xfe\x2c\x50\x91\xa8\xad\xeb\xc7\x6a\x18\x38\xf5\xfb\x36\x1c\xca\x46\x4f\x65\x78\x14\x5e\x71\x9e\xef\x58\x5e\x30\xca\xde\x8e\xb1\xb9\xc4\xdf\xd6\x34\x21\x79\x4f\xfa\xef\xc9\x76\xb4\x82\xc7\x54\xf8\x63\xee\x84\x58\xfb\x1c\x3a\xbc\x47\x5f\x7c\x57\xe2\x2d\x95\x14\x48\x74\x8f\xfe\x5a\x36\xc7\x4f\xc0\xe4\xe9\x0e\x3d\xf8\x6f\xc0\x4f\x5a\x81\xf7\x7e\x5d\xd1\x2f\x6a\x1d\xf7\xee\x23\x8f\x56\xc3\xf7\x63\x12\x93\x51\xa6\x95\x11\x68\xf0\x8a\x4c\x06\x72\xbb\xee\xd8\xce\xd6\x81\xa9\x49\x6c\x2d\x48\x95\x5f\x72\xb7\xc5\x8c\xf5\xfb\x66\x71\x8e\x71\x25\x01\x41\xf0\xca\xc3\xaf\xe0\xb7\x3f\xff\x0c\x3b\x67\x81\x56\x45\xb1\xd0\x39\x8a\x38\xb7\x16\x88\x2d\x0a\x99\x29\x10\x05\x2c\x97\xe3\xb0\xce\xdf\xd7\x9b\x3e\xeb\x18\x97\x58\xdc\x15\x34\xc4\xf9\x47\xb1\x7d\xde\xbd\x7b\x57\xfb\x0a\x16\xcd\xee\x13\xb4\xf3\xb5\x26\xe8\x5d\xed\x2a\xe7\xcb\xec\x2a\xe7\x9f\xde\xae\xfa\xea\x16\x8d\xf3\x3d\x2d\x9a\x4d\xd4\x47\x77\x3f\x3d\xb3\xfa\x08\xe8\x28\xf2\x8a\xbc\xab\xc5\xe3\x61\x03\xfe\x67\xb4\x5e\x1a\xf0\x19\xdd\x17\x45\xf5\x6f\xd2\x7e\x49\xa0\x2f\xd3\x7f\x6b\x68\xfb\x36\x5a\x70\x43\x67\x05\xd7\x25\x55\xe3\x8b\xfa\x9e\xe9\xb5\x18\xb0\xa8\xe3\xde\xd7\x6b\x51\xc7\x65\x5d\x64\xae\xe9\xcc\x45\x99\x18\x5f\x30\x4d\x46\x0a\xcc\x74\xe6\xb1\xf7\x2d\xe9\x93\x15\x6e\xa9\x70\x02\xfd\x2d\x8e\xdf\x8d\xdd\x71\x85\x71\xc0\xeb\xda\x9d\x08\x00\x0e\xaf\x44\x0c\x09\x8d\x7e\xa7\x46\x7f\x51\x81\x9c\x12\x09\x9a\xbc\x45\xa5\x89\xa8\xe3\x00\x3a\x91\x92\x3c\x28\x91\x8b\x54\x40\x96\xf0\x3b\x24\x84\x69\x23\xde\xcc\xe0\x28\x08\x93\xcf\x42\x45\x55\x14\x28\xc9\xa2\x88\xf8\xdf\x77\x6e\x3d\xdf\xb2\x18\xf2\x78\x71\x1c\x69\x4e\xb1\x8f\x11\x26\xae\x63\x7e\xba\xe8\x17\xf4\x40\x70\x6b\x41\x14\xc4\x06\x40\x74\x9d\xb1\x48\x5b\x47\x41\x0a\xe8\xcb\x09\x68\x67\xc4\x2f\x25\xdd\x59\xa0\xdf\xd7\xe9\xba\xf5\x45\xaa\xd1\xdd\x20\x51\x05\x51\xca\x33\x4d\xcc\xa3\x58\x2f\x11\xeb\xd5\xf0\x06\xbc\x66\x7c\x19\x07\x30\xdd\xad\xc9\x31\xdd\xaf\x4d\x88\xeb\x4f\x2d\x93\x18\x48\x8f\xf7\xa2\x03\x2c\xb9\x9c\x6d\x89\xcc\x15\x5c\x47\x32\xb3\x51\xb7\xa3\xd2\x27\x28\xb8\xa1\xb9\xbf\x0b\xbd\xb9\x0d\xf9\xf0\xee\x8f\xfd\x2d\x36\x18\xcb\x6b\xf9\x9b\xfe\x9d\xff\x95\x34\x68\x4c\x0b\x9d\x06\x37\xbb\x85\xd3\x01\x4b\x8b\x95\x77\x11\xe4\x27\xe0\x24\xb7\xe8\x0b\xe6\x94\x4c\x35\xd9\x7b\x95\xa3\xba\xe2\x8c\x70\x00\x05\x0f\x8d\xa6\x3a\x33\x57\x7c\xa7\x2d\xc0\xf8\xf6\xe6\xec\x0c\xfa\x5b\x94\x55\x38\x59\x25\x0a\x86\xb7\x31\x87\x25\xa3\xdf\xbf\xa6\xe3\x77\xf3\x05\x8a\x49\x8d\xfa\xaa\xa8\xb9\x49\x34\x85\xed\x8d\xe9\xae\x8a\xdb\x18\x42\xe6\x25\x2e\x2d\xde\x40\x19\x2b\x51\x4d\x82\x3e\x87\x5e\x4c\x5e\x31\x8f\xa2\x08\x10\x64\xe9\x6f\xc0\x4f\x50\x9c\x3f\x4a\x9d\x97\xcc\x56\x27\x5e\xbb\x4d\x2e\xd5\xc2\x93\x5f\xff\xbb\xfc\x6f\xe4\x7f\x97\xc1\xaf\x40\xfc\x51\x0e\xf0\x46\x68\x0b\x19\x97\x27\xd1\x48\x9b\xd6\x3b\x70\x22\x28\xb9\x1b\x47\xc2\x42\xc5\x9c\x11\xb9\x5b\xb2\x26\x85\x6a\x4b\x16\x89\x32\x9b\x79\xb4\x71\xe0\xc7\x0f\x78\x54\x11\xd5\x12\xdb\xa5\x54\xd3\x7f\xdf\x64\x6d\xa5\xcb\xad\x35\xb9\xc4\x25\x65\x1b\x8b\x0a\x90\x00\x5e\xbc\x6d\xb9\xb9\x40\x00\x93\xa9\x29\x7c\xd5\x74\x73\xd9\x08\x6a\x2b\x76\x54\xc3\x47\x06\xc0\xe7\xcf\xd1\x9f\xcf\xe1\x0f\x0b\x6c\xd6\x46\xb9\x46\x05\x8f\x18\x80\xcf\x9f\xa3\x3f\x37\x73\x21\x2e\xf0\xdc\x1a\x22\x5b\x34\xe5\x3d\xfd\x2d\x4c\x8a\xad\xc4\x67\x96\x46\x1b\xd1\xc5\xeb\x23\x41\x7e\x50\xbc\xc0\x0c\xdb\xb8\x0e\xda\x9a\x79\xe2\xbd\xcf\x48\x6e\xc5\xcf\x2d\x25\x37\x78\x2b\xf4\x65\xb2\x1b\x14\xde\x45\x7a\x83\x22\xc5\xf2\xfb\x5c\x13\x77\x92\xc5\x6c\x91\xfc\x35\x02\xdb\xd6\xba\x8b\x5c\x66\x8b\x84\xb5\xee\x26\xa2\xe1\xcb\xb2\x29\x21\x8d\x13\x5f\x22\xa6\x45\x28\xbf\xb7\xa0\x8a\x87\xab\x23\x41\x15\x3f\xb7\x14\x54\x01\xfc\x42\x41\x0d\x0a\xef\x22\xa8\x41\x91\x5d\x05\x35\x28\xb6\x8b\xa0\xe6\x8b\xec\xc8\xd0\x9d\x04\x34\x5f\x64\x07\xb9\x0c\x0a\xa7\xe5\x32\x4e\x7c\x89\x5c\x16\xa1\x5c\x23\x97\x5f\x5d\x1e\xa3\xa7\xd3\x23\x91\x8c\x52\xb6\x94\xca\x08\xfe\x85\x82\x19\x97\xdf\x45\x36\xe3\x52\xbb\x8a\x67\x5c\x72\x17\x09\x2d\x2c\xb5\x3b\x97\x77\x92\xd3\xc2\x52\x3b\x88\x6a\x5c\x3e\x2d\xad\xa9\xf4\x97\x08\xec\x1a\xc4\xdf\x54\x66\x53\x47\x70\x63\x43\xdc\x0e\x16\xa7\x57\xe2\x69\xee\xac\x75\x6f\xa3\x6a\xf0\x68\x77\x56\x40\xf8\x3b\xdd\x05\xe0\x22\x7d\x6b\x69\x8a\x5e\xf2\x0f\x41\x83\x73\x8d\x19\x8f\x69\xa2\x44\xc1\x43\xff\xd1\xfa\x7d\x7d\x3d\xf1\x93\xff\x99\x8a\xa2\xbd\x5a\xfe\xca\x35\x6f\xc2\x3d\xc1\x4e\x79\x03\x4b\xb1\x97\xb8\x61\xa1\xa8\x8a\x3d\x7e\x46\x34\xf2\x45\xc8\x48\x3c\x0e\x07\xea\x7b\x21\xa6\xf0\xee\xba\x56\xf2\x45\xee\xcd\xd1\xa0\xc9\x4d\xbe\x04\x93\xb6\xa1\x3b\xed\x88\x16\xf1\x3e\x3c\x23\x7e\x51\xbd\xa0\x27\x13\x99\x1b\x44\x2a\x78\x81\x3d\x04\xd1\xa0\x78\x3e\x22\x19\x2f\xc6\x8f\xff\x07\x70\x95\x65\xad\x51\x85\xae\x59\xb5\x10\x25\x28\x78\xa9\x1a\x7b\xf3\x7d\x3d\xbc\xb2\x7d\x13\xe7\x53\x35\x07\x4f\x31\x85\x20\x2c\xed\x3a\x48\x7a\x36\xae\x36\x71\x3b\x30\xc7\x95\x7a\x03\x3a\x7a\xc7\x3b\x31\xe6\xc3\x5b\x90\x5a\x21\x60\x38\xee\xc3\xee\x2f\x60\x60\xe2\xa9\xe5\x6a\xb1\x5b\xb1\xa8\x59\xa9\x8b\x91\xa2\x81\x9f\xf7\x5f\x15\xdc\xcb\xb4\x43\x34\x91\x28\x9d\x79\x57\x3a\x86\xce\xe5\x14\xb4\x6e\x6d\xe1\x75\xc2\xfb\x3c\xdf\xa3\xc7\xd4\x33\x8c\x67\xe9\x39\xce\xe7\xa5\xba\xbc\x6b\x7d\xa9\xa7\xc5\x33\x75\x52\x2b\xdb\xd9\x5b\xc8\x64\x78\xed\x59\x46\xd1\x6e\x02\x4d\xdf\x90\xb6\xa1\xab\xc3\x5b\xd8\xaa\xc5\x33\xe7\xd6\x33\xc1\xda\x8d\xcb\xdf\xa0\x6b\x16\x33\x37\x20\x24\x74\x92\x46\x18\xd2\xb1\x47\x6b\xeb\x89\xdf\x13\xdc\x62\x37\x35\x06\xae\x26\xdf\x0c\x4c\x76\x8f\x6b\x26\xa0\xe2\xbd\x82\x14\x78\x4a\x60\x77\xc0\xfe\xdc\xd6\xe2\xda\x29\x61\x8b\xad\xc6\x2c\x88\x78\xf8\x69\x6d\x76\xf0\x4c\x4d\xae\x9b\x82\xfc\x42\xa1\x7c\xd9\xce\x67\x1e\x28\xe6\x6a\x5a\x12\x62\x88\xb5\x1b\xd7\x05\x35\x06\x4f\x9f\x25\xf7\x04\xc2\xa4\x67\x6e\x4b\x2b\xd8\x06\xdc\x0e\x7f\x8a\xb4\xcd\x57\xa7\x09\xb0\xe8\x1e\xd4\x59\x39\xae\x36\x05\x59\xb4\x29\x18\x6f\x0b\x16\xe5\x6f\xdb\x39\x6b\x7a\x3a\xd1\x33\x01\xc4\xda\x8d\xb1\x2c\xa6\x70\xb7\x3a\x41\x6a\x61\xd0\xc8\xba\x72\x2f\xd9\x78\xca\xe2\x4a\x3e\x4c\x96\x44\x94\x4a\xdf\x48\x4d\x0a\x72\x0b\x92\xb6\xe5\x77\x66\xe0\xe5\xd9\x2d\x00\x9e\xe5\x76\x80\x67\x57\x66\x67\x8a\x7d\x09\xaf\x03\x54\x2f\x67\x75\x11\x82\xdd\x39\x9d\xdf\xa1\xd2\x4c\x27\xaf\xb9\x82\xf4\x90\xaf\xe1\x2b\x48\xd9\xed\x29\x5e\x76\x1a\x6d\x8f\x65\x88\x49\x3c\x95\x56\x5c\x32\x09\x10\x94\xce\x0a\x44\xc2\x2e\xc8\xd6\x57\x16\x0f\xa8\x25\xed\x81\x10\x44\xe4\xac\x95\x8a\x34\x58\x35\xff\xac\x58\x92\xa1\x05\xb9\x85\x8d\x59\x8f\x6c\x43\xd8\xc2\x7a\xb9\xc9\xa0\xcd\xbc\xf9\xe6\xa5\x84\x27\x9f\xb9\x89\xc2\x3c\xf4\xd7\x24\x90\xdb\x6b\x05\xb4\xe5\x17\xad\x9b\x10\xec\x44\x91\x83\xe2\x65\xde\x1a\xa4\xfc\x61\xbb\x10\xeb\x1e\x28\x97\x8b\x48\x14\x40\xdb\xd0\x28\x20\x37\x11\xb7\x4e\xc1\x6d\x92\x67\xf1\xdc\x5e\x91\x3c\x8b\x9c\x67\xe5\x59\x80\x55\x93\x0f\xf5\x25\x89\x4c\xa5\x17\x36\xb3\x08\xc1\x17\x77\x45\x80\x54\x1c\x88\x5d\xd3\x05\xe1\x69\xd9\xf5\x34\x09\x88\x2f\x25\x22\x7c\x79\x70\x83\x28\x88\xfc\x4d\xa4\x44\x40\x5f\x4a\x4d\xf8\xe2\xe1\x3a\x6a\xa2\xfc\x4d\xd4\x44\x40\x5f\x5b\x1c\x83\xb9\xbd\x48\x1e\x9f\x33\x72\x32\x70\x5f\x49\xc3\x6e\xc0\xf6\xc5\x42\x1a\xe2\x7e\xa9\x94\xa6\xcb\x7f\x31\x19\xd1\x5b\x95\xeb\x48\x89\x01\x36\x92\x93\xc3\xb3\x8b\x94\x3c\x63\x3a\x84\x0f\x28\x6e\xce\xae\x26\x9e\xe9\x09\xad\x8b\x38\x29\x7c\x55\x72\x4d\xe0\x7b\x01\x92\x6a\xe2\x35\xc8\x98\xf2\x64\x62\x9a\x21\xcf\x60\x58\x17\x2f\xb7\xd6\x32\x2d\x42\x98\x7c\x8a\x32\x2e\x98\x4a\x7d\x96\xa8\x14\xf4\x57\xa1\x2a\xf1\x12\x66\x5c\x2e\x99\xf8\x2c\x4d\x49\xe0\xe7\x48\xda\x4e\x58\xaa\x89\x57\x38\x43\x69\x88\x93\xb6\x95\x86\xb8\x44\x35\xf1\xf2\x66\xc2\x29\x96\x48\x2c\x6e\xe4\x1a\x0c\x2f\xe7\x7b\x02\x61\xe1\xab\x9f\x49\x51\x2d\xca\x7e\x96\xcc\xe2\x62\x2f\xe8\x95\xf8\x2a\x99\xfc\xfd\x2f\x91\xfb\xa5\x12\x84\xfa\x7d\xf1\x3d\x30\xcf\xdd\xff\xf7\xf6\x30\xfb\xfe\xe3\xdb\xda\xe1\x8f\xfb\x5f\xbe\xcb\xb7\x8d\xbb\x31\x79\x47\x0c\x7a\xa4\xc8\x61\x7f\x92\xfd\x65\x7d\x8a\x28\x0c\xef\x8c\x09\x5e\x1c\x7c\xe1\x9d\x50\x51\xbd\xff\x9c\x77\xc7\x6c\xf0\x90\x86\x0f\xd1\x45\x50\xdb\x9e\xc1\x08\x47\x5f\xf0\x58\x7b\x34\x7a\xa3\xb3\x18\xeb\x22\x38\x52\xe3\x3d\xf5\x23\xf3\x32\xfc\xb7\xa3\x39\x77\x1f\xef\x17\x11\x1e\xde\x4e\xeb\xf9\x96\xb8\x52\xb6\xc2\xa3\xc5\x8f\x8b\x9d\xc6\xc2\xf5\x1e\x75\x21\xa5\x6e\x78\xef\xac\x0b\xa9\x11\x5d\x42\x5b\x89\x1e\x6b\x4f\xb8\x07\x53\x0f\xbb\xef\x2a\xb7\x19\x24\xe2\x69\xf2\x58\x9b\x32\x4a\xb6\x60\x7a\xbc\xcb\x4c\xad\xc2\xbb\x8b\x8b\x4b\xa4\x6f\x0e\x4b\xbb\x37\xd3\x1a\x3f\xfd\x6d\xd2\xff\xe1\xc3\x93\xdf\x5a\xff\x37\xf3\xf7\xbf\xd6\x1a\x3f\xee\x7f\xfd\x2e\xdf\xae\xfa\x3f\xba\x23\x2c\xd0\x82\xff\xaa\xfa\x7e\x5b\x55\x4a\x92\x67\x21\x76\x51\xa5\xe1\xe0\xfb\x36\xaa\x54\x5c\x3f\x5b\xbc\xe9\x96\x78\x80\x37\xf1\xf8\x44\x39\x78\x1a\xa2\xdb\x2f\x87\xd7\x64\x07\x07\x9e\x76\xec\xb9\xf5\xbd\xc1\x01\xf8\x93\xba\x42\xc9\x0b\x71\xca\x69\x50\x01\x73\x0c\xde\xd5\xf8\x0f\x0a\xbd\x39\xa2\xfd\x20\xe9\x5d\xed\xc7\xfd\xb5\xbb\x7c\x05\xfa\x5f\xf4\x38\xbf\x64\xb9\x42\x90\xe6\x21\xfa\x8d\xef\xff\x3e\xa8\x67\xef\x7f\x7c\xdb\xac\xfd\x78\xff\xe1\xbb\x7c\x7f\x6e\xbc\x9f\x69\x8d\xe6\x67\x32\xf1\x52\xc5\x9f\x90\xae\x7f\x4e\xdd\xbf\xe6\xe6\xee\x0c\x13\xe7\xc8\x41\x1e\xa4\x68\x74\x3d\x8c\x95\x70\xf0\x80\xd6\x1c\x39\xad\x13\x50\x8e\x58\x01\xcb\xa0\x79\x74\x98\x04\x73\x92\x4f\xaa\x96\xd1\x23\xb4\x5d\x0b\x55\x35\x6c\x97\x53\x95\x04\x10\x2d\x29\x51\x96\x88\x88\x2e\x51\xcd\xd0\x9c\x3b\x48\xe7\xd7\x7e\x33\xa4\xaf\x23\x9c\x8e\x69\x15\x61\xea\xf6\x79\x64\xcb\xde\xf3\x90\xc3\x13\x29\x00\x65\xa4\xb3\x86\x85\x36\x6b\x7c\xe1\xb8\x20\xa5\x1a\xdc\x3a\x3e\x3d\x3a\x40\x8e\x16\x83\x2d\xd0\x2a\x05\x76\x85\x56\x29\xa8\x74\x18\x5d\x12\x71\x11\x0b\x50\xe8\x4e\x4e\xa2\x2e\x00\xbc\xe2\xf3\xe6\x8f\xeb\xce\xc3\xaf\x48\xff\xbb\x16\x5e\xd9\xc8\xf9\x52\xb5\x1f\x7d\x9b\xf5\x7f\xa3\x56\x7f\x5b\xcf\xde\xff\x7b\xf4\xe3\xfe\xdf\xef\xf3\x05\xaa\x8b\x20\x7b\x89\xbc\x16\xb6\x5d\xe8\x21\x50\xfe\xaf\x7a\xf5\x7d\xa5\x56\x06\xd5\x16\x74\xe1\xd4\xb4\x4c\x6a\x22\x52\xbd\xf2\xa7\x28\x98\x0e\xaa\xe7\x26\x4d\xdc\xef\x95\x9c\x27\xa0\xeb\x92\xfd\x65\x3d\x35\x7e\x0b\xf2\x85\xef\x28\x31\xf8\xc4\xe4\x72\x16\x49\xdf\xbf\xd2\xdd\xc3\x05\x5e\xe5\xc4\x30\xcc\x7a\x80\x2a\x39\x97\x40\x0e\xf6\xb9\x63\xca\xec\xc7\x83\x49\x8d\x22\x14\x9b\x1f\x53\xca\x92\x90\xaf\xaa\xc8\x73\x83\x5c\xcb\xd4\x20\xe1\x8c\x08\x67\x96\x7a\x54\x79\x98\x5d\xb4\xae\xb0\x21\xd5\x8c\xeb\x44\x97\xee\xd0\xa9\xcf\x2e\x36\xd6\xf2\x7c\x48\xd9\xe4\x3d\x0f\xae\x03\x26\xc1\xaf\x42\x77\x4c\xbe\xcc\x3a\x5f\x8c\x98\x9f\x02\xa2\x83\xd6\x25\x64\x9c\x37\x2d\xcb\x6a\x21\x9b\x48\x5b\x10\xdf\x0e\xae\x66\xe7\x8d\x31\x1d\xcd\xf2\x75\x04\x5e\xf3\x48\x38\xf0\x53\x75\x14\xe0\xad\x9e\x42\x22\x8e\x5f\x97\x33\x57\xb9\x97\xf7\x78\x6f\x11\x03\x36\x0e\x8f\x88\x6f\xe7\x36\x34\xa0\xa3\x27\x76\x23\xb1\xc5\x0c\x18\x46\xc9\x1e\x78\x9d\xd1\x0f\xff\x51\xaf\x1e\x6d\xab\x1f\xf6\x52\x7b\xeb\x9a\x81\x74\xdf\x42\x5e\x15\x5a\xae\x01\x53\x17\x0b\xe0\xfd\x44\x9d\xc7\xe0\x67\xce\xeb\x4b\x82\x1d\x50\x40\x13\xf8\xfc\xf9\xe7\x4d\xfb\x33\xcf\x2c\xb3\x63\x69\x77\xb1\x7e\x92\x5f\x62\x6f\xb9\xcc\x2e\xac\xde\x4a\x09\xeb\x4e\xe2\xba\x9b\x1e\xda\x49\x17\xed\xac\x8f\x36\xeb\x24\x17\xeb\xd7\x91\x5a\xda\x34\x2a\x12\x90\xd1\xb8\x78\xb7\x61\x07\x3a\x54\x19\x05\xd5\xf3\x1b\xb9\x4d\xba\xe2\xcf\x25\x3c\x26\xb6\xd3\x32\x19\x45\xc3\x34\x5b\xb6\x88\x96\xe7\x36\xfa\xf8\x4b\x9f\xb9\x30\xc4\xc0\x5f\x72\xa2\x69\xd8\x77\xe8\xd6\xae\xe3\x64\x9d\xa9\x1b\xe1\x8a\xf0\x05\x2a\x73\x1d\x9d\x14\x79\xb6\xe9\x70\x09\x3e\xf7\xa0\x86\xfa\xc8\x33\xb1\x3e\x44\x1a\x76\x74\x72\x0c\x8e\x6a\xc5\xed\x71\xb0\x8e\xb2\x17\xde\x00\x90\x4c\x2d\xe2\x64\xaa\xd4\x4b\xd8\x08\x67\x33\xd3\x31\xe9\x2a\x06\x08\x53\x0a\x9f\xea\x0b\xa1\x5f\x52\x95\xeb\x99\x98\xf7\x7a\xf8\x4e\x5b\x0c\x99\xcb\x4a\xad\x18\xf2\x05\x77\xde\x16\x36\x6d\x38\x47\x7d\xdf\xb2\xc4\x7a\x39\xa1\x5a\xb2\x39\xc7\x39\xbd\xf5\x3c\x8e\xd8\x3f\xc6\xa8\x7e\x86\xaa\x54\x42\x74\x7d\x71\x62\x2b\x84\xd7\x93\x62\x00\x4f\x09\x6e\xfc\x4a\xa5\x8d\x60\x2a\xb4\x65\x17\xc3\x2c\xd4\x58\xa9\xc7\x01\x41\x61\x5c\xbe\xe6\xfa\xb2\x78\x35\x30\x11\x03\x6b\x63\x6f\x95\x4d\xd5\x5c\xff\xda\xb4\xcd\x2c\x98\x48\x4b\xd4\x9a\x7f\x85\x30\xe0\x86\xeb\xa7\xda\x9d\xa8\xb8\xf0\x02\x5a\x36\x65\xb3\x0a\x8e\xd3\xe1\xb9\x49\xd2\x0a\xcb\x59\x8c\xa0\xe7\xeb\x16\x74\xef\x5a\xf3\xda\x52\x49\xed\x92\x1f\x5a\x51\x4f\xc4\x63\xab\x5e\xdb\xa0\x9a\x41\x10\x64\x63\x3a\x88\x90\xbe\x87\xa7\x28\xd9\x1e\x83\x52\xf7\x1c\xd1\x74\x13\x5d\x48\x8d\x63\xb0\xef\x9a\xce\x3c\x9d\x8e\xa3\x37\xd8\xc2\x11\xb7\xe5\x35\x6b\xe2\x9b\x41\xd3\xf2\x3d\x34\x32\x3c\x44\x0c\x6c\xe9\xc7\xa0\x9e\xc8\x65\x0a\xc3\x84\xd6\x19\xb2\xe0\x2a\xd2\x82\xf5\x5a\x02\xc2\x4d\x6b\xc8\x54\x1e\xf1\xf9\x3d\x25\x6b\x70\x07\x71\x19\x51\xd1\x46\x29\xee\xe2\x25\xfa\x47\xe4\x4c\xf3\x2f\xe7\x4c\x3c\xbe\x5f\xaf\x7d\x68\xf6\xf5\x76\xa7\xfc\xf6\x36\x9f\xda\x8b\xb3\x91\xb3\x4c\xca\x2d\x72\x96\x69\x7d\x13\x1a\x88\xcc\x3c\x64\xa6\xe1\x6b\x36\x02\x1e\xd7\x62\x7f\xae\xda\xd4\x50\x8d\xdb\xfb\xd3\x12\xfc\xb4\xb6\x64\xf8\x38\xae\x50\xee\xe9\xe9\x09\xa4\x35\xfc\x4f\x8b\xac\x32\xe0\xd6\x68\xc7\xc3\x76\x5a\xac\xb8\x31\xe4\x21\x7a\x85\x56\x32\x9a\x65\xf3\xc2\x13\x36\x2f\x26\x49\x7c\x31\x59\x5f\x84\x28\x6f\xfb\x14\x54\xb1\x69\x5e\xf9\x89\x7b\x94\x1d\x12\x1e\xeb\x0c\x9e\x16\x2b\xaa\xa6\xe8\x20\x11\x00\x91\x0f\x72\x91\xef\xc0\xe7\x6e\xb1\xcc\x4d\xf8\x81\xc4\xe5\xf5\x2c\xcb\xd8\x5e\xc3\x16\x24\x2d\xf9\x1b\xc9\x3d\x66\x0f\xe6\x67\xcd\xa8\x96\x47\xea\x41\x35\x01\x19\x1c\x50\xcc\xd0\x92\x83\xfa\x04\xa8\x67\xda\x89\x65\xfc\x3b\x51\x30\x43\x43\x05\xd8\x0c\xbe\x2f\xd4\x56\x8e\xd1\xa2\xbf\x32\xc9\x9b\x37\x17\x32\x50\xdb\xdc\x46\x9f\x26\x82\x10\x2b\x47\x41\x32\xed\xf9\x2e\x2b\xba\x58\x7d\x0d\x48\x11\xe5\x69\x72\x18\x54\x8e\x9e\x54\xe2\xf6\x62\x55\x4c\x76\x6a\x81\x9e\xd4\x9e\x7b\xe9\x67\xb8\x8b\x8e\xec\xef\xad\x27\x3c\x78\xab\x3a\x4d\x78\x2a\xf1\x79\x4e\xe6\xde\xbb\x5b\x2f\x35\x79\x26\x6d\x33\xcc\xb3\x65\xf3\x12\x9a\x5f\x2d\x7a\x88\x3e\x43\x91\x00\x7a\x19\x45\xd9\xb2\x05\x4c\x8a\x36\xb3\xc3\xba\x05\xf6\x68\x23\x5b\x7c\xa9\x07\x45\xd6\xad\xfd\xd7\x3c\xbf\x94\x9f\x75\x0a\x96\xe0\x46\x10\x22\x1f\x1c\xea\x28\x78\x1e\x20\x84\x48\x39\xe8\xde\xd5\x9e\x45\x96\x0d\xe3\x5f\xa3\x6d\xdd\xe0\x2e\xef\x63\x30\x6a\xf5\x0b\xd9\xe1\xac\xe7\xc7\xbb\x77\xef\x6a\x3b\xe1\x22\x5f\xcc\xdb\xe2\x07\x20\xb6\x60\x2e\xd9\x9e\xbb\x07\x07\xcd\xe7\xd1\x7d\x11\x7f\xf3\xcb\xaa\x7c\x78\x4f\xf6\x84\xe1\xa6\x93\xc7\xe9\x98\x8c\x0d\x1d\x56\x4b\x75\xd8\x16\xac\x8b\xe8\xda\x45\x38\x9f\x11\xcf\x08\xe7\x17\xf3\x70\xb3\x9e\xd9\x8d\x73\x01\xf4\x7a\xe6\xbd\xaf\xd7\x9e\x97\xf6\x02\xaa\xa0\x37\x4f\x69\x9a\x4a\xa0\x31\x67\xa6\x85\x7e\x0d\x34\xef\x7e\xee\x15\x43\x50\xe8\x76\x20\x14\x7a\xd4\x77\x4f\xbc\xb9\x6f\x23\x27\xeb\x76\x48\x3b\x1c\x52\xc4\x04\x69\xc2\x5e\x21\x6b\xdc\x78\x09\x13\x84\x80\xe7\x8c\x94\x02\xfb\xe4\xa8\xc0\x3e\xa9\x14\x1b\x20\x5a\xf8\x90\xe5\xf1\xae\x1a\x7e\xfd\x53\x02\x85\x56\xcc\xd6\x36\x4c\xa5\xc0\x4e\x11\x13\x49\x3a\x0e\x35\xb4\x9a\x5f\x14\x55\x51\x28\x22\xcf\x9a\x3e\x5b\x1b\x3e\x95\x22\xdb\xe6\xcb\x58\x5d\xf0\xb8\xfb\xda\x46\x6c\x75\xa8\xed\x2b\x99\x4a\x95\xbc\x35\x94\xf5\x66\x32\xdc\x2e\xf2\x88\x49\x28\x72\xb4\xdc\xb5\x4d\x40\xac\xa9\x45\x36\x15\x42\xdd\xb2\xa0\x99\x5a\xb7\x69\x2c\x21\xe7\x84\xcc\xa3\x0e\x16\x55\xbc\x7c\x32\x38\x2f\xba\x0e\x81\x54\x58\xa1\x32\x5b\xcd\x8a\xfd\xa1\x22\x7e\xef\xed\x6d\xf2\x3f\x03\x80\x6c\x97\xae\xce\x4c\xef\x18\xfc\xb9\x33\xdf\x37\xda\x83\x95\x2f\xb0\xf7\x5e\x2e\x5f\x05\xe8\x8a\x2e\xe7\x7a\xce\x74\xdc\x85\xf8\xac\x69\xf8\x45\x23\xbc\x00\xe3\x56\x52\xbf\x71\x07\xef\xbf\x5e\xb6\x83\x97\xdc\xa1\x2b\x58\xe9\x26\x37\xe8\xa2\x15\xef\x51\xa1\xd4\xfc\xd5\x81\x0f\x3f\x3e\xfe\x15\xc4\xff\x38\xa4\x12\x39\x54\xbe\x4b\xfc\x67\x3e\xfe\xe7\x6d\xb3\x79\xf4\x23\xfe\xe7\x7b\x7c\x09\xc5\xf1\x0d\xdd\xb2\xe9\x39\x77\x0b\x67\x21\x57\x39\xdf\x20\xfa\xb4\xc8\x57\xf8\x4f\x18\x2f\xb4\x26\x06\xf5\x5b\xf8\xb4\x43\x97\x71\xe4\x4d\x0f\xdd\xa5\x41\x50\x44\x1c\xb3\xb9\xee\x00\xc2\x8f\x58\xcb\x7f\xe0\x2f\xaf\xff\x0d\x17\x7e\xad\xc0\xcf\xe0\x7b\x56\xff\x1f\x66\xcf\x7f\x1d\x34\xea\x3f\xe2\xff\xbf\xcb\x97\x5d\xcd\xf8\x14\x13\x0d\x5a\xc1\xd9\xfc\x54\xdc\x66\x9c\xb5\xbf\x6c\x24\x8f\xfe\x5e\x60\xcf\x7c\xc2\x0e\x85\x56\x1f\xeb\x27\x01\x18\xf2\xfe\x95\x02\x38\xc3\xa8\x25\xde\xf2\x11\x3f\x91\x14\x6d\xbf\x15\x05\xc7\xb2\xf4\x5c\xc0\xeb\x4e\x2b\xe6\x12\x7f\x4b\x57\x4e\x06\x56\x16\x74\x62\x35\x01\x13\x14\x82\x8f\xcf\x17\x8a\x61\x82\x42\xc2\x6b\x55\x18\x9f\x93\x2c\x27\xc0\x32\x01\x90\x3f\x94\xfe\x3f\xf0\x97\xd7\xff\x2e\xd6\x75\x93\x78\x3e\x7f\xae\x77\xea\xeb\xf3\x6f\x6d\xff\xd7\xde\xbe\xad\x65\xed\xff\xc3\x83\xfa\x0f\xfd\xff\x3d\xbe\x6c\xc0\x1c\xd6\xcf\xa2\xce\x3f\xe5\x9d\xcf\x8f\x90\x27\x75\x98\x8b\x2d\x53\x5b\x65\xae\x7f\xe8\xe7\x0b\xfe\x4b\xea\xff\xef\x15\xbb\x9e\x57\xc4\x45\x5d\x17\x29\xe2\x46\x52\x11\x57\x12\x9a\xb8\x60\xfc\x47\xfb\x18\x5f\xeb\x02\x80\xe7\xec\xbf\xa4\x2e\x08\xc6\x7f\xe3\xf0\xc7\xf9\xff\xef\xf2\xed\xb4\x99\xf5\x0d\x2e\x02\x88\x2b\xfa\xe7\x1e\xf8\x62\x45\x1e\x9d\x91\xff\xf6\xc7\xe3\x01\xa8\x04\xb1\x82\x89\x1d\xc3\xa2\x3d\xc6\xe4\xf9\xf8\x30\x27\x36\xc9\xf2\xe3\x9f\x47\xb9\x7f\xd5\x05\xe0\x33\xe3\xbf\x71\x78\x98\xf5\xff\x1d\x34\x0f\x7f\xcc\xff\xdf\xe5\x7b\xe6\x88\x43\x6a\x88\x07\x47\x12\xb2\x6a\xe0\x65\xd3\x7c\xa5\x52\x09\xb0\x27\x4e\x33\x45\xc0\x9c\x0e\xa2\x61\x97\x83\x7f\x8a\xef\xfb\x26\x32\xb6\x50\x39\x9c\xcd\x0a\x4f\x2e\xbe\x7b\xe9\xc9\x45\x5e\x29\xf4\xa9\xc1\xd6\xb3\x7c\x17\xa3\xba\x78\xc7\x0f\x26\x6d\x38\xce\xb8\xa9\x50\xee\x8c\xe3\xcb\x58\x95\xb8\xf7\x08\xba\xe6\xb9\x87\x7d\x37\x11\xbb\x5f\x2e\x07\x7a\x23\x13\x56\xcf\xd4\x83\x4e\xa2\x1f\xc1\x5c\x1e\x27\x84\x0f\x18\x25\x41\xe2\x3d\xa6\x25\xf2\xa6\x09\x54\xcc\x9c\x0b\xff\xb6\x4c\x12\xff\xe0\xcf\x18\xad\x23\x2d\xbe\x2c\x6c\x1d\x89\xc1\x15\x46\xe8\xaf\xa9\x74\x9f\x50\x48\xfd\xc2\xba\x7d\x57\x87\x14\x7d\x91\x94\x9e\x9a\xfc\x06\xc5\x7f\x35\x61\xc5\x16\x0a\x5c\x1f\x61\xe7\x6c\xa8\xb7\x14\xba\x41\x5e\xa8\x04\x76\xa1\x8c\xf8\xd3\x7b\xa4\xb1\xd9\xb3\x02\x0a\xf5\xda\x6e\xab\x94\xe8\x55\xf3\xfc\x54\x1d\xbe\x65\xfc\x4f\xe0\xfa\xc8\xcf\xff\x42\x0b\x54\x66\xa6\x85\xbe\xfc\xea\x47\xfe\x3d\xb7\xfe\x3f\x7a\x9b\xbd\xff\xf1\xa8\xf6\x63\xff\xef\xfb\x7c\x9b\x23\x1f\xbe\xfe\x0e\x5c\x3c\xc7\x7c\x3f\x63\x3f\xf7\xd6\x78\x74\x64\x26\x36\xf3\xcb\x45\x76\x3e\x03\xdb\xbc\xd5\xc6\x46\x09\x23\xf1\x8d\xf8\x93\x9f\x2e\x75\x28\x49\x9e\x35\xce\x05\x93\xfc\xf9\x67\x5c\x2e\xda\x47\x4b\x95\x2e\xda\x52\xfb\x46\xbb\x68\x45\xe3\xff\xeb\xdc\xfa\x17\x7f\xcf\x8c\xff\x66\xe3\x28\x77\xff\x47\xbd\xf6\xc3\xfe\xff\x2e\xdf\xd7\x5f\xd2\xff\x73\xae\xe3\x0b\x62\xc0\x76\xba\xb8\x2f\x1c\x35\xdf\xed\xb6\xd6\x17\xd2\xf7\x9d\xae\x13\x4c\x5e\x22\x58\xc4\x5d\x0b\x43\xfd\x14\x5a\xd0\xd1\x90\xd7\xed\x07\x52\x93\x4a\x4b\xa1\x2b\x02\xcf\xd1\x94\x0e\x31\x46\x9e\x03\xad\x10\x36\xfe\x1d\xf9\x4e\x12\xd8\xb3\xd0\x9b\x30\x27\x29\x19\xf2\x85\x85\xcc\xf8\x4e\xf2\x4d\x48\xe6\xc6\xd7\xa6\x04\xbd\xa4\x99\xba\x97\xec\x9e\xcd\x68\x03\x7a\x45\xa9\xa8\xd7\xd6\xc9\xcd\x1a\x5e\x8c\x3c\x38\x9b\x99\x5a\x9f\x7b\xef\xd3\x6c\x49\x65\x1d\x17\xb1\xa6\xa0\x70\xaa\xce\x6f\x7e\x17\x64\xea\xca\xc7\xcc\x29\x9a\xa0\xc1\xfc\x6c\x69\x32\x5e\x29\x29\x84\x65\x09\xeb\xfc\x4a\xde\x72\x10\x00\xfc\x9a\x47\xb9\xe6\xc6\x87\x13\x80\x11\x7e\xfe\x62\x6f\x6f\x2f\xa0\x34\x4c\x2f\x92\xf2\x4c\xa1\xc2\x1e\x4a\xfb\xe1\x02\xd2\xc3\x66\x1d\x1c\x34\x33\xed\x22\xdf\xb8\x61\xe4\x45\x2d\x23\x6b\x9a\xb6\x26\xfa\x3d\x13\x09\x9d\x65\x80\x13\xa3\x4a\x04\x20\x67\xa1\x48\xa6\xc2\xbf\x7a\xc2\xfc\x6f\xf6\xad\xb5\xff\x6c\xec\x98\x14\x7b\x5f\xc3\x0c\x7c\xce\xff\x5b\x7f\xdb\xcc\xae\xff\x0e\x7f\xc4\xff\x7c\x9f\x2f\x54\x31\xb9\x1d\xa0\x40\x0c\x7a\x42\x0c\xc0\x1e\x48\xb8\xb1\xb8\x3e\x7a\xa6\x44\x34\xfa\xf7\x0a\x40\x0b\xb6\x97\x72\x11\x9f\x81\x00\x9a\xce\xbc\xaa\x61\x0f\x61\x52\xd5\xb0\xbd\x9f\xb5\x51\x83\xda\x52\xa6\xea\x3f\xa1\xf9\xb9\x66\x1b\x2e\xc3\x52\x6b\xc3\x8d\x4b\x9b\x8b\xc4\x11\x39\xe9\xf5\xe3\xcb\xb6\xea\x2a\xe8\x91\x4d\x5c\xc8\xdb\x92\x6e\x27\xe9\x13\xcb\x79\xce\x76\x28\x5b\x60\x7a\x46\x6e\xec\xa4\x9d\x90\xdc\x01\x0b\x2e\xda\x48\x6e\x7d\x3d\x4f\x71\xf6\x79\xc6\xf0\xf7\x36\x14\x27\xcb\xa6\x58\x7d\x8f\xa7\x3c\x18\xe0\xe5\xec\x4e\xf0\x6e\x98\x8f\x34\xe0\xae\xc7\xa4\x7d\x5b\xe8\x93\xfc\x5e\x41\x0a\xdf\xde\x77\xf1\xe3\xfb\xf2\xaf\x60\xfe\xa7\xd8\x43\x22\x38\xbe\x72\x8f\xa7\x5f\xc1\x00\x78\x6e\xfe\x7f\x9b\x3b\xff\x71\x74\x78\xf0\xe3\xfe\xd7\xef\xf2\x65\xd4\x61\xd1\x71\xc8\xec\xc4\x3c\x65\x0a\x23\x9e\x88\x2f\xf1\xb4\xc0\x51\x54\xce\x88\x51\x25\xa9\x1f\x64\xb4\x34\x83\x3d\xad\x72\xd1\xfd\xa2\x65\x03\x59\x76\x95\x18\xfb\x06\xc6\x8b\xf2\x31\x70\x31\xa1\x15\xd3\x21\x14\x5a\xd6\x1b\xfe\xc3\x77\xe7\x1e\xd4\x51\x1e\xba\xa2\x23\x0b\x51\x54\x11\x41\x6a\xe5\x63\x50\xe6\xa9\xfc\xe6\x22\xa4\x23\xfd\xcd\x94\x3f\x82\x5f\xe1\x00\x93\x2a\x6c\xd5\xa9\x9a\x87\x78\xb5\xe5\x8c\xd1\xb0\x8b\x2d\xb0\x95\xae\x0c\x27\xab\x29\xd4\x16\x78\x36\xe3\xf7\x75\x1d\x83\xc3\x67\xaf\x03\xdd\x9d\x97\xe0\x7b\x5e\x40\x99\xbc\xab\xd1\x43\xfc\xd4\x78\xe8\x43\x90\xd0\x92\xcf\x57\xa0\xf0\xc6\xb9\xc4\x39\xe8\x74\xd3\x12\x27\x24\x83\x3b\xe9\xca\xdb\x5f\x4a\x97\xbc\x06\x2b\x7d\x1c\x9e\xef\x6e\xc7\x35\xa5\xd2\xb7\x3f\x28\xbf\xeb\x51\xf9\xa2\xc3\xf2\x6b\x2e\x1f\x28\xbe\xe1\xe7\xd9\x5b\x77\xd6\xdc\xbb\xf3\xcc\x05\x2f\x85\x57\xbc\xac\xbb\xce\x28\xce\xe7\x57\x68\x3d\x77\xbb\x51\xe3\x99\xc6\x66\xae\x06\xf8\x96\xe7\xf6\x7f\x9c\xdd\xce\xf5\x41\xde\xfa\xca\xcf\xff\x14\x11\x2a\xfe\x5b\x49\xdf\x1f\xfc\xe2\x39\xe6\xb9\xfd\xdf\xc3\xa3\xdc\xfb\x7f\x87\xcd\x1f\xfb\x3f\xdf\xe5\x2b\xdc\xff\x69\x85\xc3\xef\x85\x9b\xbc\x4c\x78\xb6\x5e\x87\x17\x8c\xdd\x5d\xe6\xa0\x2d\xb6\x70\xc1\xf3\x9b\xc1\x61\x1b\x3d\xdf\xa9\x12\xe3\x18\x7c\xaa\xf0\x52\x7f\x67\x2d\x01\xe5\x11\xfb\xef\x09\xbf\xfb\xb0\x0c\xfe\x0c\x67\x35\xdf\xb3\x40\xe5\x0c\x54\xc4\x1b\x73\xfb\xfb\x5b\xb4\x6e\x9f\x97\xfd\x5c\xfa\xc7\x59\xfb\x6c\x1a\xff\xdf\xe7\xfd\x87\x5a\xa3\x7e\x90\x1d\xff\x87\x87\x47\x07\x3f\xc6\xff\xf7\xf8\x0a\xc7\x7f\x1f\xeb\xff\x32\x23\x7f\x8b\xe5\x07\x9f\x0b\x83\xbb\x4f\x23\x53\xde\x74\x4c\xda\xca\x18\xb6\xa1\xc5\xc1\x0b\xcc\x3c\x68\xa3\x07\xec\x2d\x02\x7d\x51\x60\xcf\x32\xb8\x4e\x08\x26\x2c\xd9\xb4\x71\x9b\x06\xa0\x29\x2b\x57\xc3\xb6\x0d\xe3\xe7\x2b\x2b\xa0\x3c\x85\xc4\x28\xc7\x3f\x2b\x5a\xfc\xe3\x53\x64\x20\x10\x44\x41\x05\x3d\x46\xbf\x5f\x01\x0d\xbb\x2b\xb6\xa8\x23\x80\x62\x40\x31\xb6\x08\xd0\x4d\x2f\xb6\xc5\x5c\x50\x91\xc1\xbe\x4f\xbc\x7d\xfe\xe8\xfa\xbe\x65\x4e\xd1\x23\xd2\xf6\xc1\x3e\x07\xde\x67\x45\xf7\x53\xe6\x5d\xda\x8e\x4d\xdb\xa2\xbc\x4c\x29\x6d\xd3\x85\x69\xd9\x85\x42\xf2\x8a\xeb\x4c\xc7\x85\x92\xf6\x2d\x39\x0b\x7e\x2b\x27\x9b\xc8\xfe\x53\x7e\x03\xca\x15\xca\xfe\x1b\xe8\x49\x31\x61\x94\x7f\xdf\xbe\xfd\xac\x58\xb6\xfd\xa9\x34\x0f\x41\xfd\xc6\xb1\x56\xc7\x80\x7a\x3e\xda\x99\x89\x09\x0b\xbb\x92\xc3\x9f\x33\xac\x77\x1e\xda\x95\x4c\x75\x39\x93\xb3\x70\x21\xf8\x57\xab\xb9\x1f\xdf\x9a\x2f\x9c\xff\xab\x4c\xe7\x99\x73\x07\x7b\xe8\xab\xd7\xf1\xbc\xfd\x9f\xf5\xff\x35\xde\xd6\x7f\xd8\xff\xdf\xe5\x7b\x05\xfa\x90\x52\xe4\x39\x5c\xfb\x0b\x01\x00\x0f\x06\x72\xc0\xd4\x37\x2d\xfe\x46\xbf\x0b\xb5\x05\x9c\x23\x52\x2d\xbd\x02\x23\xc3\x24\x80\xf8\x2e\x8f\xcc\x00\xc4\x40\x96\x05\xe6\x16\x9e\x8a\x5d\x04\xd3\x99\xbf\x61\xf3\x2d\xa4\xe6\x12\xf1\x8d\x97\x44\x3a\x74\xf4\xd2\x2b\xe0\xa0\x39\x9f\x6a\xd9\xba\x17\xcd\xcc\x47\xa4\x8b\x77\x88\xfe\xe7\x5e\x15\x30\xa5\x07\xb0\xc3\x4b\x32\x92\xd8\xda\x1b\x58\xa6\x83\xaa\xa5\xea\xd9\xf0\xc3\x90\x62\x0f\x95\x5e\x81\x16\xb6\x6d\xec\x00\xb5\x35\x64\xf3\x14\x29\x55\xe7\x26\xdd\xe7\xff\x15\xe4\x97\xaa\xd3\x27\x6f\x9f\xff\x37\x4c\x30\xe6\xfb\xec\x3f\xe1\x4f\xb2\x74\xf6\x63\x44\x53\xa8\x2d\x7c\x17\xf0\x80\xe7\xd2\x2f\x55\xf2\xe0\x96\x7e\xa9\x4e\xe1\xa2\xf4\x4b\x95\xda\x6e\xe9\x97\xff\x7f\xe9\x15\x50\xa1\x67\x62\x9f\x80\xee\x59\x9b\x94\xaa\xae\x87\xef\x91\x46\x4b\x55\x53\x47\x70\x5f\xc0\x79\xf8\xbe\xf4\x0a\xdc\x8c\xa5\xb6\x3c\xe4\xb8\xc0\x0c\x7b\xe0\x2a\x7a\xdf\xa6\x24\xb2\xfe\xd1\x34\x61\x38\xfe\xe5\xf6\xc9\x59\xaf\x5d\xb5\xf5\x6f\x50\xc7\xc6\xf1\x5f\x6f\x1e\x1e\x1c\x66\xf7\xff\x1b\xb5\x83\x1f\xe7\x3f\xbf\xcb\xf7\x0a\x8c\x84\x04\x94\x4a\xbf\x05\x7f\xfd\xfe\x9a\xc7\xdd\x1c\xef\x47\x5e\x50\x13\xef\xef\x01\x93\x00\x08\x6c\xac\xb3\x81\x79\x31\x1a\xf5\x81\xc7\x66\x76\x82\x80\xeb\xe1\xc7\x15\x8f\x09\xb0\x30\xd4\xc1\x34\x08\x63\x03\x36\xd4\x11\x53\x2a\xe2\x72\xd6\x92\x6d\x6a\x1e\x0e\x4f\x21\x89\x41\xcf\x0d\xba\x52\xe9\xd5\x2b\xd0\x75\xa8\x87\x75\x5f\x63\xaa\xa1\x54\xe2\x5a\x86\x9b\xfb\x60\x8a\x31\x25\xd4\x83\x2e\x09\x09\x05\x90\x11\x12\x0f\xac\xf0\x38\x0f\xb7\x1e\x3d\x6c\x59\xc8\x13\xd8\x31\x3f\x09\x0d\xad\x50\x5f\xf1\x01\x39\x1c\x5e\x73\x4d\x74\x8d\xe8\xcf\x04\xb4\x1d\xcd\x5b\xb9\xb4\x5a\x2a\x7d\xf8\x20\xdd\x8c\xda\xc7\x1f\x3e\x80\x1b\x17\x79\x90\x62\x8f\xd1\x68\x59\x80\xae\x5c\x53\x83\x96\xb5\x02\x0f\x26\x31\xb8\x92\x14\x1b\x11\x80\x72\x2a\xb1\xed\x62\x07\x39\x14\x98\x0e\x33\x9f\x0d\x04\x3e\x2e\xfc\x29\xaa\x90\x15\xa1\xc8\xfe\x18\x6f\xd8\x96\x1e\x0c\xe4\x21\x40\x0d\x48\xe3\xc4\x9f\x49\xe4\x08\x0c\x03\x3a\xa1\x38\x8d\x22\x6a\x47\x0e\xf1\x3d\x04\xa0\x8e\xfe\xf0\x99\x71\xe6\x7a\xe6\xd2\xb4\xd0\x1c\x71\x75\xcd\xcf\x41\x81\x8f\x5d\xc1\x80\x8f\xa5\xf8\x41\x8f\x0f\x9a\x38\x89\x5a\x79\x30\x75\xf4\x41\xf0\xb8\xef\x21\x0f\xfd\xe1\x9b\xc4\x64\xea\xa8\x54\x49\xf2\xb0\x5e\x3d\xf8\x5f\x82\x6b\xa7\x88\x42\x70\xd2\xef\x12\x10\x38\x43\xb3\x80\x47\xff\x0b\x98\x33\xb0\xc2\x3e\x78\x80\x0e\x65\x64\x08\x40\x20\x9f\x9e\xb4\x4a\x15\x70\x87\x7d\x00\x3d\x14\x74\x3b\x9b\x40\x18\x53\x44\x6f\x52\x0c\x20\x08\x48\x13\xd5\xb1\x9f\xd8\xd7\x41\xb8\xed\x04\x34\xe8\x72\x6c\x78\x26\xd2\xd8\xd2\x94\x21\x81\x4e\x29\x0c\x46\xcc\xc8\xd9\x6b\x54\x9d\x57\xc1\xc9\x78\x08\xb0\x07\xce\xaf\xda\x7b\x01\x11\x81\x3c\x80\x33\x69\xc8\xbb\x9e\x91\xa1\x63\x1b\x9a\xce\x6b\xb2\xc7\x1b\x60\x3a\x14\x39\x3a\xa3\xca\xc3\x3e\x65\x7d\xe3\x61\x7f\x6e\x44\x43\xa2\x02\x3e\x7c\x18\xfa\xf3\x39\x22\x14\xe9\x4c\x36\xfa\x6a\x4c\x14\xf2\x22\xc1\x32\x1d\x8e\xdc\x77\x74\xe4\x59\xbc\xc9\xa6\x33\xf3\x20\xa1\x9e\xaf\x51\xdf\x43\x9c\xfd\x27\x60\xe0\x9b\xda\x02\x48\x98\x22\xc0\xe6\x2f\xb1\xec\x36\x9d\x79\xa9\xa4\xb8\xc0\x77\xa8\x69\x81\x65\x70\xd8\xab\x5e\x6d\x54\xeb\x95\x29\xe3\x02\x8d\x06\xc3\x1b\x5e\x0b\x41\x36\x74\xa8\xa9\x45\xb0\x1c\x26\xe4\xf0\x03\x24\xa5\x05\x72\x19\x4d\x15\xb2\x72\x34\xc1\xe5\x4d\xe5\x5e\x07\x02\xb8\x97\xcc\x08\x39\x10\xc8\x3a\xd2\xc1\x74\x15\xd7\x52\x05\x27\xfc\x0a\x68\x3e\xe8\x21\xb0\x10\xe5\xfd\xc9\xc4\x1b\xba\x2e\x72\x74\xc4\x99\x1a\x20\xf9\x99\x94\x72\x75\xf3\x61\xa4\x9b\x1a\x93\x69\xd3\xd1\x3c\x64\x23\x87\xf2\x51\x66\xb2\xa9\x74\x89\xf4\x10\x94\xa4\xda\x57\x32\x29\x41\xd6\xac\x0a\x3a\xd8\x03\xc1\xbb\xb8\x6f\x82\xa6\xa7\x79\x07\x39\x71\x21\x1f\x3f\x4c\x31\x35\x3e\x84\x52\x16\x35\x8f\x67\xbf\x01\x53\x9f\x46\x90\x5c\xcd\x05\xd2\xca\x86\xaa\x49\xd6\x11\x68\x3a\x80\x60\x1b\x81\x07\xb8\x02\x33\x0f\xdb\x8c\x36\x60\xda\x36\xd2\x4d\x31\x54\x91\x8e\x34\x44\x08\xf6\x2a\x95\x90\xa8\x6a\xa8\xdc\xb0\xb3\x44\x0e\xd3\x4f\x6f\x18\x1e\xd7\x83\x1a\x35\x35\xf4\x06\x10\x7f\x36\x43\x1e\xd2\x39\x46\x00\xc1\x0c\x3d\x30\xaa\xa7\x16\xb2\xc9\x1b\x1e\x61\xc9\x78\xc1\x96\xc2\x14\xe0\x59\xe9\xc1\x30\x35\x83\x75\x7a\x40\x2c\x65\xea\xc4\x64\x46\x15\xfb\xc9\xd2\x5d\xe4\xd9\x26\xa5\xbc\x07\x4b\xbf\x89\x03\x88\xa0\x51\xad\x55\x6b\x42\xcf\x1f\xef\xef\x8b\xc4\x2a\xf6\xe6\xfb\xc4\x45\xda\xfe\x92\x67\x57\x0d\x6a\x5b\x7b\x55\x6e\xf2\x71\x22\xa9\xef\x39\x6f\x58\xd5\xbc\x73\x59\xd3\x4b\xba\x39\x9b\x99\x9a\x6f\xd1\x15\x03\xb8\x40\x96\x2d\x06\x01\xa1\x90\x9f\x7d\xe4\xc4\xa6\x3b\x32\x14\xe6\x6a\xa9\x74\x8a\xe6\xa6\xc3\x07\x37\x17\xd2\xb8\xff\x9a\xd5\x5a\x91\xe4\x87\x00\x1e\x62\x2c\x72\xb8\x9e\xc3\x8e\xb5\xfa\x50\x62\xb9\x5e\xb8\x11\x9a\x1a\x0f\xa1\xbc\x8c\x98\x62\x86\xae\x1b\x8c\xba\x8f\x60\x66\x22\x8b\xf7\xe1\x47\x41\xce\x0a\xda\xd6\x47\xe0\xe0\x87\x12\xef\x9b\x15\xeb\xf6\x19\xf6\x6c\x61\xad\x7a\x68\x0e\xbd\xa8\x45\xc9\xaa\xc2\x59\x89\xf3\x3f\xae\x37\x90\x34\x12\x4e\x6f\x7c\x18\x85\xe5\x5b\x5c\x94\x4b\xa3\xe4\x5c\x12\x0d\xe0\x70\xbc\x06\x7e\x2b\x3e\x57\x80\x8f\xf6\xaa\x12\x24\x7c\x3c\x2e\x95\x3e\x7e\xfc\x38\x85\xc4\x28\xfd\x04\xd8\xb2\x2d\xc2\x42\x28\x53\x9d\xe1\xb4\x0d\x2a\x15\x5e\x36\x2e\x1a\xa4\x88\x50\xa0\xc4\x2c\xc5\xf0\x95\x4a\x27\x33\x36\x8a\xcd\x34\xa9\x01\xfb\xf9\x4e\x39\xe2\xaa\xd4\x43\x1a\xf6\x74\xc2\x55\x2a\x74\xf9\x2d\x51\x4c\x5f\x0b\xcd\xca\xa7\x25\xdd\xf4\x90\xc6\x34\xd0\x14\xfb\x4c\xbd\x8a\xd8\x71\x40\x31\xef\xa7\x94\xf2\xae\x0a\x4d\x0d\x1d\xe0\x13\x24\x2a\x14\xce\x17\x02\xa6\xc8\xc2\x0f\x0c\xdd\xcc\x64\x48\xb2\x25\x7f\x26\xa0\xdb\xdf\x37\x30\xa1\xdc\x1f\x91\x9c\xc1\xbb\x14\xd8\x70\x05\x28\x5c\xa0\x60\x04\xd9\xa6\xe3\xb3\xd9\x4b\x4c\x03\x26\xa7\x72\x8a\x34\x36\x7a\xe1\x12\x9a\x16\x6b\x41\xb5\x54\x0a\x69\x11\xf3\x2a\x57\x9a\xfc\x80\x30\x53\x7e\x9e\xcf\x45\x35\xc5\x7c\xc6\x42\x8d\x5a\x60\x8e\x28\x20\x4b\x2d\xc1\xe9\x4a\xba\x0f\x72\x1c\x07\x95\x07\xc1\xf4\x1b\x47\x43\xe0\x63\xfb\x76\xd4\x96\xa5\x93\xeb\x4a\xb7\xff\x91\x69\x1c\x07\x03\x0b\x3b\x73\xe4\x81\x8f\xff\xc1\xf4\xa9\xe9\xcc\xff\xf3\x63\x61\xd5\x3a\x22\x9a\x67\x4e\x51\x64\x3e\x14\xd1\xe0\xa4\xaa\xfe\x04\xe6\x1e\x72\x41\x60\x35\x80\x4f\x00\x3e\x2c\xc0\xcf\x7f\x06\x0f\x89\x36\x3f\xff\x2c\x28\x4b\xf0\x73\x06\x4e\x5a\xbd\x76\x3c\xdd\x45\xb6\xc1\x1b\xa6\x71\x4c\x02\xd8\x28\x04\x1f\x20\x13\xa0\x0f\x82\xc1\x84\x22\x17\x04\xf6\x91\x85\x68\x60\xf7\x84\x83\x85\xdb\x36\x53\x54\xe2\x92\xc3\x94\x89\x70\xae\xce\x7c\xa6\x60\x43\x49\xe0\x75\x86\xf7\xdf\x33\x28\x3c\xa5\xd0\x74\x80\x86\x3c\x6a\xce\xf8\xdc\x41\x84\x9a\xcc\x1a\x73\xaf\x5e\x01\xc5\x31\xd7\x8d\x39\x3f\xcc\xda\x17\xb1\x22\xc2\x68\x4b\x0c\x30\x10\x3f\x27\x90\x1f\x6b\x41\x99\x18\x5c\x70\x6b\x14\x8b\x2e\xf0\x90\x8d\x97\x88\x80\x70\x60\x27\xcc\xa7\xc8\x5c\x24\x00\x12\x82\x35\x36\x53\xe8\xf1\x98\x17\x2a\x80\xe1\x10\xd5\x30\xb5\x8e\x4a\x41\x45\xa2\x61\x62\x6f\xce\x17\xb7\x2c\x8b\x7a\x67\xd8\xb2\xf0\x03\x6f\x28\x67\xa8\x65\x12\x4a\x82\xc1\x14\x00\xb3\x64\x17\x7a\xd0\x46\x14\x79\xd1\x94\x1a\x76\x47\x5c\x2d\x35\x90\xe9\x45\x26\xe9\x52\xf8\x4a\x4b\xa5\x4f\xa0\x1f\x16\x06\x1b\xbf\x4f\xe0\x8c\x0b\x24\x37\xbd\x37\x83\x7e\x8b\x8f\x55\x2f\x48\xdf\xa1\x4c\xe9\x13\xa8\x6c\xf5\x81\x6d\x01\xbf\xcd\xf7\x92\xea\x79\xeb\x3e\x86\x9e\xdc\x9b\x25\xf2\x3c\x53\x47\x1f\xd7\x30\x2f\xcc\xe7\xc2\xc1\x0a\x45\xb7\x27\x88\x15\xcb\x57\xeb\xa7\xe2\xea\x3f\xfe\x19\x6a\x2e\x56\xdb\xe7\x50\x7f\x7d\x04\xaf\x99\xda\x0e\x64\xd5\x9c\x81\x24\x14\xd3\x31\x41\xd6\x9e\x68\x2c\x77\xf6\x17\xb7\x30\x55\x5b\x28\xfc\x22\xa8\x88\xe3\xfa\x7e\xdf\x27\xf0\x31\x6a\xdd\xd6\x65\xa2\xd6\x8d\xe0\x7c\x73\xb1\x4f\xdc\xde\xc9\x18\xfa\x98\xcd\xc2\x26\xb4\x32\x2d\xa7\x98\x6b\xdc\xaf\xf9\x7d\x02\x1f\xeb\xd5\xb7\xd5\xfa\xfb\xed\x1b\x97\x6c\x5e\xe2\xc1\xd3\x75\x92\x7a\xc2\x95\x1c\x6b\x99\x68\x84\xcb\x84\x35\x38\x5b\x0e\x5e\x9b\x33\xe0\xf0\x68\xbf\xbd\xaf\xd6\xa4\x74\xf5\x12\x76\x76\xe1\x18\x6f\x5a\xe2\xd0\xd6\x06\xb6\xb0\xa6\x2d\xa1\x65\xea\xc9\x59\x23\x9c\xdb\xe9\xca\xfd\xc6\x42\xfa\x09\x7c\xbc\x4e\x1c\x45\xdc\xaa\xff\x78\xeb\xd2\x27\x34\xd7\x95\xfb\x04\x4e\x9c\xd8\xe2\xe2\xd6\x95\xa9\x81\x6e\x9f\xaf\xc6\x0d\xb8\x64\x56\x2f\x6b\x2c\xd2\xd9\x0a\x79\x85\x7d\x2f\x74\x0f\x58\x90\x32\x6b\xfc\x4b\x5b\xb7\x63\xc7\x45\x7d\x97\x89\xf2\xdb\xd0\xbe\x48\x30\x83\x32\x00\x46\xa1\x81\x62\xb1\x06\x3d\x36\x15\x13\x22\xd6\xc8\xa1\x5a\xfb\xc2\x76\x7d\xfc\xed\xf7\x5d\xc6\x5a\xd8\xae\xf4\xd3\xa2\xeb\x5b\xc5\x61\x00\x3f\x67\x11\xea\x8b\xd0\xa3\xc2\x5f\x30\x05\x06\x82\x16\x35\x2a\xfc\xa5\x7a\xa0\xc8\xd7\xd5\x2f\x6b\x50\xa6\xfa\x8f\x6c\xa1\xfa\x31\x2b\x66\xc9\x73\xb2\x1f\x33\x25\xae\x83\x4e\xe8\xf6\x41\xab\x7b\x26\x73\x5b\x0c\x3f\x20\x1d\x40\x6e\x68\xb2\x46\x64\x9c\x48\xe6\x2c\xb4\x6f\xbf\x58\x6d\xbc\x58\xcc\xe2\x83\xc8\x9b\x3a\xf3\x13\x18\x46\xe3\x26\xec\x85\x50\x43\x7c\x87\xef\xc5\xad\x7b\x30\x4c\x8a\x58\xc7\x24\x3a\x2e\xdf\x4e\x26\x6c\x5c\x39\x74\xfb\x80\x97\xb0\x44\xdc\x24\x08\x96\xd7\x88\x89\xa2\x90\x44\x0b\x2d\x91\xf5\x35\x25\x4d\x08\xdb\x0c\x5a\xe4\x79\x03\x22\x59\x26\xd9\x77\xa9\x93\xd2\x39\x2c\x9f\xc0\x10\x05\xed\x28\x3c\x59\x1d\x78\x12\xc3\x18\x16\x8a\x01\x32\xa9\x81\xbc\xf0\x66\x41\x80\x3d\x70\x8d\x35\x68\xbd\xb8\x75\x01\xa2\x1d\xcd\x0e\x2f\xb8\x0e\x7a\x1b\xb3\xc3\xf1\xed\x29\xa3\x94\x19\x6a\xc1\x25\xd2\x14\xb3\xf5\xf3\xbf\x83\x78\x4d\xd9\x61\x13\x76\xb4\xfe\x10\x34\x45\x9e\x20\x0b\x41\x1d\x79\x80\x1f\x53\x62\x06\x0c\x5f\x11\x53\xb0\x62\xcb\xec\x70\x8c\xbe\x09\xd4\x29\x5b\xaf\xc3\xd9\x0c\x69\x6c\x01\xb3\x8a\x56\x3c\x48\x4f\xaf\x0a\x01\x41\xd4\x77\xff\x1d\x10\x84\x42\x5e\xb2\xea\x48\x50\x03\xb3\x58\x3e\x06\x3a\x31\x7f\x8f\x6a\x41\xab\x3f\x81\x3e\xd6\x41\x7c\x51\x32\x10\x37\x25\xbf\xa4\x53\x5e\xf2\x31\x63\xf9\xf3\x8b\x34\x7e\xf6\x61\xfb\x42\x24\xa2\x75\x21\x2c\xd0\x18\xf0\x77\x34\x91\x3f\x81\x8f\xe5\xf2\x4b\x5a\xe7\x61\x4c\x5b\x27\xcf\x48\x29\xf8\x04\x64\x34\x37\xf9\x70\x6a\x25\x7d\x09\xc1\xe0\x93\x39\x12\xee\x32\x24\x28\xed\x6d\x08\xfc\x16\xd1\x04\x38\x85\xda\x02\x39\x3a\x01\x1a\xb4\x2c\x52\x4d\xc8\x77\xd2\xad\xc5\x77\x83\xf9\x6e\x38\xf6\x38\x3e\xbe\x35\x81\x1c\x1a\x78\xca\xac\xd5\xb3\x33\x78\x30\x08\x83\xed\x9d\x8d\xed\x63\xad\x0b\x16\x6d\x3a\x9a\xf1\x07\xbf\xb1\x43\xa2\x99\x62\x8e\x1c\xe4\x71\xaf\x83\x8b\xf5\x6f\xb0\xa2\x7b\xb1\x64\xc6\x2f\xef\x6f\x9e\xfc\x7e\xf9\xe5\xac\xdd\x97\xdb\xad\x93\x51\xfb\xec\x97\x5f\x8e\x39\x87\x93\xac\x31\x1d\x42\x11\xd4\xab\xa0\x2b\xde\x3a\x07\xc4\x60\x26\x17\x9e\x81\x56\x5f\x01\x9e\xa8\x82\x35\x1f\x79\x91\x02\x72\xb1\xbe\x6d\xeb\x5e\x38\xf9\x89\x87\xfa\x9f\x6b\xe0\x97\xb4\x4e\xd4\xf0\x45\x0d\x7c\x71\xeb\x34\xd7\xe7\x67\x9a\x9e\x9b\x1e\xb6\x6e\x1d\xeb\x2a\x8b\x61\x7c\x59\x37\x7d\xdd\xd6\x09\xce\x3e\xd7\xc0\x1d\x5a\xd7\x13\x5d\xf5\x55\x1b\xf8\xe2\xd6\x25\xaf\x7c\x5d\xdf\xbc\x4f\x60\x6c\x20\x6e\x89\xa4\x37\x7c\xc3\x5d\x5c\xe2\x22\x8d\xa9\xc9\x68\x77\xd7\xc3\x16\xe2\x2e\xc5\xa9\xb8\x06\x93\x2b\xa0\xd1\x4b\x57\x3b\x2f\x36\xcb\x62\x57\xee\x90\x32\xb5\x37\xcf\xdb\x64\xc2\x2c\xe3\xf4\xaf\x12\xae\x5f\xde\x24\xd6\x0c\x0b\xfb\x14\x90\xa0\xf4\xee\xa4\x6f\x43\xe9\x4b\x75\x26\x41\x9a\xcf\x67\x73\x36\x9f\x3c\xae\x93\x4e\x66\x74\x0a\x38\x31\xf1\x3c\x7e\x37\x33\x25\xa8\xfe\x85\xad\xf3\x09\x92\xb0\xd3\x17\x21\x0f\xfa\x1c\xf1\x97\x7c\x73\x93\xdf\x27\xa0\x10\x04\x1c\xec\xc4\xc1\x11\xba\xb8\x39\x88\xaf\xf2\xf8\xf9\xab\x2a\x90\xb8\x3f\x08\x98\xb3\x38\xc8\x38\x34\x2b\x83\x9d\x1d\x00\x09\x60\xf6\xc3\xee\xad\x7b\xe1\x82\xc1\x59\x6e\x51\x86\x2d\x87\x96\xa6\x87\x1d\x2e\x92\x4b\xe8\x99\x6c\xe8\xc5\xd3\x79\xdc\x9a\x6f\xf2\xbd\xb8\xef\x1c\xac\x47\x57\x14\x6c\xd2\x2a\x12\xd6\x51\x70\x5c\x80\xb7\x89\x69\x40\x48\x88\x39\x17\x0d\xfe\xb6\xdf\x8b\x5b\xc7\x96\x6c\x8e\x49\x0b\x75\x49\x12\xfd\x49\x00\xc7\x56\x1f\x6c\x11\xfb\x6d\x3d\xe8\xb9\xea\x5f\xd8\xba\xc4\x2b\x9e\x1b\xe7\xbb\xd0\xc9\xc2\xfa\x1a\x30\x29\x0c\x8f\x10\xf0\xe2\xdf\xde\x53\xf9\x42\x9f\x97\x87\x1f\x57\xfd\x60\x5b\x71\xed\xc4\x17\xb9\x21\xfa\xf2\xcd\xed\x5d\xbc\x0d\x19\xac\x3f\xbf\xb2\xd7\x21\x4f\xe9\x4b\xb5\x4a\xba\x75\xd4\x63\x93\xb1\xde\xed\xaf\x75\x90\x89\xe6\x75\xfb\x04\xbc\x6e\x75\xcf\x64\x71\xba\x99\xec\x81\xa0\x24\x8f\xd8\xd2\x34\x9f\xf5\xa7\xb5\x12\x61\x2b\xab\xc0\x0f\xa3\x57\x7c\x82\x3c\xd0\xed\xef\xcc\x8c\x17\xf7\xdd\x0c\x7b\x0f\xd0\xd3\x91\x7e\xc1\x3d\x04\xa4\xb8\xfb\xa2\xbe\x0b\x37\xac\x49\x30\xb9\x87\x8d\x12\x8f\x4d\x0b\x85\x13\xa1\x04\x46\x80\x73\xd7\xd6\x14\xb4\xee\x65\x7d\x97\x6b\x5d\x61\xf7\x25\x9d\x9b\xb9\x5e\xc3\x6c\x75\x1a\x5e\xb4\x1d\x7a\x98\x7d\x12\x44\xa6\xf0\x66\xe7\x5b\x0c\x5e\xdf\x56\x3a\x61\x62\xe5\x97\xbd\x8d\x1c\x78\x71\xdf\xe9\x68\xea\xcf\x9f\x35\x34\x3f\x81\x91\xef\x39\x00\x3b\xfb\x78\x36\x8b\x23\xc8\x00\x2f\xcd\xc3\x4f\xab\xa2\x77\x79\x94\x5d\x10\x25\x89\x93\xfb\x96\x16\x9e\x5f\xa3\x25\xe2\x11\x03\x1f\xcf\xda\xa7\xca\xf9\x47\x6e\x87\x86\xb1\x5f\x1f\xf7\x39\xae\xfd\x25\xf4\xc8\xc7\xe8\xfa\x20\x11\x9f\xc0\xbd\xc4\x04\x9c\x73\x77\x15\x35\x6d\xb1\x45\x11\x84\x8b\x30\xfb\xdd\x45\x1a\xf7\x3d\x11\x5f\x33\x98\xc1\x10\xfb\xba\xce\xb1\x87\x7d\x6a\x3a\x88\xf0\xda\x82\xd5\x98\x28\xbe\x8b\x44\x04\xbb\x29\xa2\x0d\xcf\xce\x2f\x9a\x86\x5c\x26\xd1\x62\xa7\x9e\x87\x69\x61\x4f\x17\x14\x11\xb4\x44\xcc\xe8\x3b\x06\x65\xde\xe2\xf2\x1b\x50\x36\x9d\x19\x66\xff\x3e\x40\xcf\x61\xff\x22\xcf\xc3\x1e\xfb\x63\x06\x29\xb4\xd8\x1f\x2e\x74\x4c\xad\xcc\xd6\x28\x84\xc0\x39\x6b\x8d\x88\x0c\x80\x53\xbc\x44\x81\xaf\xd9\xe2\x5c\x10\xfe\xd7\xc8\x27\x62\xe1\xf9\x1c\xe9\x55\xd6\x58\x56\x4b\xe0\x4d\xb3\xe1\x63\x57\xe7\x57\x1b\x3b\xa4\x8f\xbc\x0b\x5c\xb8\xfa\xfd\x04\x5a\x22\x58\x53\x84\x2d\xd8\xf0\xd1\xb4\x7d\x1b\x98\xba\x85\xc0\xeb\x05\x42\x6e\x05\x5a\xe6\x12\xed\x31\x05\xe4\x08\x97\x1d\xef\x14\x96\xc5\x16\x50\x15\x03\x93\x2f\xd0\xc9\x62\xed\xc4\x0d\x6a\xb2\x7e\x4a\x48\xc2\xe7\x17\x43\x17\xa3\x51\x7f\xf8\x62\x0a\x76\x24\xf7\x85\x0a\x46\xb4\x6e\x86\x3d\x6d\xeb\xa5\x9e\x87\x82\x68\xae\x20\xe4\x9b\x3b\x17\x38\xef\xbf\x55\x83\xbf\xa8\x75\x2e\xf2\x6c\xe8\x20\x87\xca\x01\xdd\x05\x13\xfb\xd8\x40\x0e\x48\xb2\x82\x2d\x04\x08\xa2\x6f\xf8\x82\x1d\x82\x08\x07\x78\xdd\xac\xd5\xf7\x62\x16\x04\xeb\x77\x36\xb6\x20\x3f\x2f\x87\x3d\xc8\x3d\x2e\x41\xfe\xeb\x66\xad\xf1\xdc\xd6\xd1\x17\xb5\xce\x77\x09\xf5\x10\xb4\xb7\xec\x3b\xb2\x30\xdd\xc8\x21\xce\xf4\xa5\x86\x3c\xbe\x3d\x8e\x8e\x79\x1c\xbc\x49\x00\x45\x9e\x6d\x3a\x50\x84\x87\x82\xeb\x03\xd0\xbe\x3e\xfd\x82\xdd\xaf\x2f\x6a\x9d\xe9\xf0\xe5\x2c\x1a\x2e\x4c\x57\x45\x9e\x39\xcb\x99\xd7\xa9\xd6\x2d\x39\x48\xd0\x26\xec\xf0\x16\x25\xd5\xc3\xd7\xff\xbe\xa8\x75\xd4\x22\x3d\xd3\x89\xc2\x4f\x0b\xd1\xf7\x4c\x87\xeb\xbd\xd1\xf5\x30\x0a\xde\x60\x36\x8a\xb8\x7b\x35\xb1\xf3\xf5\x2d\xbe\x97\x6f\x8e\x13\xab\xaa\x99\xae\x81\xbc\xa1\x6f\xd2\x75\xde\xe9\xd8\xc5\x02\xd9\x62\xbd\x22\x6e\xa9\x0d\x37\xcb\x59\x8b\x05\x0e\xae\x5b\x52\x13\x7a\x18\x8d\xc6\xa8\x0b\x88\x8c\xea\x25\x8e\x39\xa4\x9e\x59\x30\xce\xe3\x7a\x43\x63\x90\xc3\x81\xa1\xd4\x05\x7c\x9b\x9a\x1f\x4a\x23\x58\x4c\xfc\x49\xc1\xd1\xf8\x81\x70\x36\xa5\xf1\x13\x2c\x26\x1b\xed\xe1\x31\xb6\xe4\x76\x00\xd0\x31\x12\x1e\x04\x7e\xb7\x4b\xf1\xf4\xf3\x09\x70\x91\x79\x19\x57\x43\x5f\xfd\xe8\x7a\xb8\xd6\xb5\x73\x1e\xc0\xb0\x69\x79\x06\xd8\xc2\x59\x6c\x31\x4c\x57\x3c\x1e\xbb\x0a\xba\x33\x60\xd2\x9f\x09\xf8\x48\x3d\x1f\x7d\x14\xc1\x8e\x01\x4b\x5b\xc8\xa3\x1f\xc3\xb8\xbf\x28\xf5\x0a\xad\x3e\x26\x83\x05\xc3\x09\x5e\x9c\x9e\xd3\xab\x5f\xab\x75\x21\x11\xd2\x86\xbe\x0b\x65\x26\xde\xb5\xc8\x34\xb3\x25\xed\x54\xf9\x6e\x94\x82\x72\x79\xe7\x32\x99\xd6\x0d\x4f\x24\x66\xae\x6f\x76\x3a\xae\x6d\xdd\xf0\x44\x12\x43\xe4\x1b\x7c\x2f\x36\xe4\x13\xad\xeb\xf6\xd7\x35\x6e\x9b\xd6\x75\xfb\xdf\xac\x71\x5f\xa5\x75\x62\x78\xac\x41\x7f\x0a\x09\x3a\x3a\x00\xc8\xd1\x30\x5b\x4a\x85\x4a\x2a\xa9\x1f\xbe\xdd\xf7\x09\x9c\x70\x66\x56\x18\x33\xd9\x82\x76\x8b\x5a\xb3\xad\xe3\xc3\x7c\x1d\xfa\x4c\xeb\x5c\xcf\x5c\x32\xdc\x0b\xb4\x8a\x3d\x8f\x89\x3a\xc5\xe2\xe0\xeb\xb5\x6e\x64\xa0\x1d\xeb\x8c\xed\xdb\x47\xea\x41\xd6\x73\x5b\x05\x69\x41\x67\x05\x78\x89\x24\xea\x7d\x5e\x65\xf0\x42\x0b\x89\x8f\xba\x41\x3d\x38\xd8\xc4\x48\xc9\xce\xc9\xe2\xa0\x0c\xb0\xd9\x62\x5b\xec\x10\xf3\xd3\x25\x1a\x76\xee\x7d\x47\x04\x19\x44\x61\xde\x1f\x13\x6f\xc2\x24\x54\xad\x38\x15\x25\xee\xfe\x0a\x5b\xcb\x4d\x1b\x04\x35\x23\x8a\x14\x73\xb1\xfe\x85\x1b\x61\x19\x6e\xfc\xf6\x7b\x9e\x8b\xd0\xa7\x46\x75\x0a\x89\xa9\x6d\x94\x11\x53\xe3\xce\x06\x71\x16\xc4\xb2\xb8\x0d\x16\x5d\xc8\xfb\x86\x07\x5b\x9c\xf8\xd4\x40\x0e\x65\x8c\x65\x3c\x08\x03\x2e\x76\xa0\xcf\x77\x08\xe2\xf3\x59\x20\xb8\xff\x2e\x4e\x18\xd8\x08\x3a\x04\x4c\x63\x22\x4c\x02\x74\x93\x88\x0b\xdc\xa2\x86\xd8\xd4\x5a\xe3\x25\x8a\x2b\xc8\x2f\xe6\x6c\x9f\xfa\xd0\x62\x56\x49\x15\x0c\x11\x02\xbf\x19\xc8\x43\xf1\xb9\x58\x1d\x6b\xa4\x9a\x38\x1c\xab\x25\x63\xf2\xf7\x63\x99\x20\xfb\xff\x1f\x7b\xd7\xba\xdc\x36\x8e\xac\xf7\x37\x9f\x02\xe5\xa4\x8e\xed\x94\x44\xc9\x76\x2e\x1e\xd5\xcc\xd4\x51\x1c\xcf\xc4\xbb\xb9\xb8\x62\x27\xd9\x3d\xd9\xad\x08\x22\x61\x09\x23\x8a\xd0\x10\x90\x35\xca\x6a\xab\xf6\x31\xce\x79\xbd\x7d\x92\x53\x68\x34\x48\x90\xa2\x64\x5d\x28\x67\x76\x2b\xfc\x63\x99\x04\x41\x7c\x68\xdc\x1a\xe8\xfe\xfa\x81\x8a\x64\xdd\xe4\x56\xa7\xb9\x9a\xb0\xbb\x2c\x5b\x4d\xa1\x80\xce\xfa\xb9\x2e\x18\x86\x53\x75\xc7\xad\x8a\x54\xe5\x99\x64\xd8\x29\x6c\x26\xd8\x5d\xa2\x9c\xdd\x83\x5e\xe4\xe0\x50\xd3\x35\x2e\xfa\x68\x53\x7c\xd6\x96\xf6\xe8\x0f\x3d\xe2\xec\x87\x4c\x36\x67\xa6\x2b\xfa\xeb\xc0\xcc\xa3\xcb\xe5\x53\xaa\x10\x2c\x41\x47\x63\x42\x93\x84\x4e\x75\x71\x11\xd7\x59\x3b\x07\xad\x66\x3a\x17\x8f\xc9\xe5\xf9\x6b\x62\x1c\xbe\x16\x6f\x24\xe4\x3a\xcb\x8a\x97\x39\x30\x08\x86\x6c\xcd\x43\x56\xad\x8c\xe6\x4d\x98\x16\xb8\xc0\x54\x76\x6d\xac\xdf\x00\xba\x01\x9b\x2e\xb7\x6d\x9e\x91\x3f\x99\x24\x66\x70\xd4\x63\x06\x2e\x0d\x8a\x0b\x6b\x67\xe8\xf7\x49\x3b\x8a\xc4\xc4\x6c\x70\x91\xfd\xf3\xb3\xe3\x27\x4f\xf7\x6b\xfa\xc7\xc9\xe9\x63\xfd\xe3\xdd\x55\xfb\xb8\xf9\xf8\x14\x7f\x3e\x6e\x7e\xf7\x14\x7f\x9e\x1e\x7d\x77\xbc\x5f\xe1\x3e\xfd\x8c\x74\xf0\x03\x9b\xd5\x4f\xd0\xa7\x51\xc4\xe2\xde\x42\x0b\xf0\x19\x81\xca\x11\xe8\x6d\x95\xa6\xd7\x72\x1f\xb1\x04\xcc\x9f\x8d\x97\x9d\xb1\x10\x37\x71\x14\x49\x47\x0f\x31\x32\xe6\xf5\xe6\x51\x87\x1c\x84\x6c\x94\x30\x5d\x89\xe1\x61\xcd\x3c\xa2\xd1\x28\x36\xcf\x12\x16\x88\xe1\x10\xdc\x73\xf5\x43\x3d\x9a\xc1\x03\x91\x90\x4e\x18\x4b\xf8\x3d\xcb\xe7\xb7\x32\xba\x90\x45\x74\xfa\x1c\xb8\x75\xcf\xb4\x76\xd5\x71\x60\x3d\x4f\x87\x6e\xe3\xc7\x99\xfa\x7a\x83\x66\x81\x7a\x3c\xf8\x23\xfd\xf9\x1a\x5c\x0c\x33\xe8\xc6\xd9\x90\x18\xd2\x5e\x70\x34\xd6\x6d\x05\xea\xc7\xbc\x07\xfa\x4d\xf1\xe3\xba\xff\xf7\xc0\x63\x51\x2f\x1b\x68\x4c\xbe\xb0\x44\xd4\xac\x3f\x29\x26\x80\x97\xb0\x1d\xba\xbe\x52\x7a\x31\x87\x43\x39\x0c\x68\x2c\x10\x71\x28\x7d\xf2\x5e\xb2\x9b\x71\x64\xb8\x51\x52\xc3\x45\xa3\x2a\x26\x4c\x8a\xe8\x36\xb3\xe9\x04\x10\xbf\x8e\x59\xc2\x19\x0c\x7d\x9d\x66\xc7\xad\xaa\x58\x5e\x5a\x92\xe5\xb8\xcc\x02\x4f\x0f\x03\x3c\xe8\x43\x2e\x69\x5d\x99\x11\xa1\x74\x3a\xea\x71\xd5\x1f\x77\x21\x3c\xc2\x6f\x2c\x16\xd1\x4d\x23\x62\x3d\xd1\x50\x09\x63\x8d\x21\x95\x8a\x25\x0d\x9b\x8d\x6c\x84\xb1\x3c\x4c\x31\xdb\x65\xd0\x48\x48\xc9\xf5\xc4\x87\x1e\x5f\xba\xcc\x31\xbf\x63\xfb\x79\x41\x43\x70\xd0\x59\xce\x53\xe3\xcc\x81\xd6\x86\x33\xf2\x42\xc4\xfb\xca\xba\x94\x52\x74\xdb\x80\x32\xe5\x10\xe7\x66\x55\xc2\xca\x8e\xc1\x8d\xeb\xb6\x75\x18\xcc\x26\x22\x3d\x43\xa5\xd6\x36\xe6\xeb\x44\xf6\xc5\x38\x0a\xed\x81\x39\xba\xd8\xfe\x3a\xe6\x5a\xe0\xa5\x99\xa7\x22\xd7\x73\xe3\xad\xe0\x21\x50\x08\xa3\xd5\x28\x38\x9a\xf0\xd8\xf8\x04\x2e\xb4\x57\x2c\xaf\x96\x87\x65\x52\x37\x8b\xde\x15\x30\x93\x03\xbb\x2a\x07\x22\x0c\x53\x96\x43\x74\x78\x49\x25\x5b\x6c\x3b\xa1\xc8\xf7\x2c\x9f\x9c\x1b\xef\xf9\xfc\x27\x5b\xe4\x53\xfb\xe3\x15\x79\x07\x74\x08\x4f\x4e\xfe\x76\xf0\x00\x9d\xec\xeb\x74\x22\xeb\xc0\x92\x50\x7f\x72\x72\x58\x23\x9f\x7e\x16\xa2\x17\x31\x72\x06\xee\x19\x2f\xde\x5c\x39\x49\x7b\xe0\xb3\x71\xe8\xdb\x13\x68\x67\x06\x1c\xd2\xe5\xad\x6a\x46\xce\x75\x12\xbd\xd4\x4e\xd0\x4e\xdf\x5d\x4c\xbb\xd3\x9e\x99\x0a\xad\xa7\x7c\x7e\xa6\xdc\xf4\xd2\xe5\x0c\x87\x3c\xfe\x6f\x84\xa2\xfb\xd4\x5d\x9d\x20\x43\x27\xe2\x97\x42\xaa\x77\xe3\x68\xd1\x24\x98\x9b\xdf\xad\x5a\x4c\x72\xba\x07\x08\x10\x96\x24\x37\x89\x30\xf4\x14\xa0\x36\xe8\x9c\x49\x32\x8e\xb6\xd1\xb2\x66\x76\x0f\x68\x9d\x77\x52\x74\x52\xd1\x1e\x8f\x97\x38\x9e\x15\xd0\x29\xd4\x5f\xe6\xc5\xb3\x2f\x09\x66\x96\x6b\xe1\x5b\x5e\xdb\xa1\x8b\x44\xef\x2e\x74\x2f\xb8\x1c\x45\x74\x8a\x47\x91\x91\xe8\x91\xa1\x3d\x23\x03\x8c\xa9\xcf\x32\xae\x34\x23\xde\x85\xf3\x81\x4a\xae\xed\xd6\x66\xe8\x9c\xbf\x78\x05\x9a\xee\x92\xba\x4d\xd1\xd2\xe3\x3b\xba\x17\x34\xcf\xd4\xd6\x0f\x57\x23\xbf\x17\x74\xf8\x77\x7e\x4b\x2a\x3b\x32\xb7\x2c\x05\xff\x45\x0e\xac\xda\x74\x48\x30\x30\xf4\xce\x7c\x5c\x37\xde\x8b\x5a\x84\xce\xd7\xbf\x3a\x59\xf6\xaf\xb5\x14\x50\x18\x60\xa5\x8f\xda\x59\xb6\xf3\xb6\xc3\x6d\xa9\x19\x79\xe4\x3b\xc3\x65\x05\xe8\x24\x75\x0c\x8f\x66\x19\x8f\x53\xba\x69\x13\xc1\x32\x0b\x48\xe6\xf2\xb2\xd3\x03\x8f\xbe\x8b\x7b\x34\x15\xa0\xde\x4e\x76\xb8\x30\x4c\x96\xec\x45\xe9\x59\x19\x5c\x1e\x13\x69\x00\x3a\xfe\x75\xf9\xb5\xf0\x0e\xae\xed\xd0\x95\x30\xe7\x17\xfb\xdd\x99\x5d\xe4\x19\x56\x52\x38\x95\x54\x7a\x29\x6f\x06\x4a\x3c\x8f\x44\x8d\x27\xe3\x95\xa8\xc6\x6f\x77\xbb\x19\xc1\x45\xe7\x50\x04\xbb\x8a\xcd\xe5\x87\x33\x97\x3d\xb8\x92\x42\xaf\x5e\xd2\x8d\x8d\x17\x8b\xe8\xb4\x44\x68\x8f\x81\x4b\x90\xd3\xef\xac\x36\xda\xb9\xca\x3d\x07\xa3\x00\x30\x03\xa8\xa5\x47\x43\x96\x6d\x2c\x9d\x19\xaa\x40\x07\x0a\xc8\xc1\x58\x02\x93\xc6\xa8\x4f\x09\x96\x13\xdd\x91\xb2\x8a\x3f\x5c\x8a\xce\x78\x7c\xbe\x16\x39\xda\x03\xad\xcc\x33\x1a\x7e\x4c\xb8\x62\x6f\xe3\x80\x19\x25\xf8\x1d\x32\xef\xae\x59\xab\x1b\xa1\x2b\x7c\x7e\x85\x77\xca\xfb\x9d\x1b\x56\xa2\x93\x66\xdf\x8e\xc9\x39\x3e\x81\x56\x7a\xaf\xf4\x06\xeb\x2a\x8f\x64\x71\xcb\xe4\x5f\xca\xd4\x63\x7b\x4e\xae\x1f\xdb\xb9\x0e\x07\x98\xcc\xfd\x65\x57\xd7\x8c\x74\x8e\x7e\xe6\x1b\xa0\x2b\x8b\xad\x54\xb6\x12\x03\x9e\x53\x88\x5a\x92\x57\x78\x78\x4c\xfe\xf4\x81\x58\x2d\x92\x1c\x38\x1a\xdf\xa7\x97\xed\x55\x77\xa7\x75\xbe\x8d\x07\x54\xd6\x69\x7d\xc0\xa6\x75\x50\xf8\xeb\x50\x9e\x3a\x6c\x5c\x1f\x1e\xae\xbd\x1a\x2b\xa2\xd3\x9f\xc0\x31\xe3\x95\x30\xbb\xdd\x65\x38\x2f\x29\x9e\x1c\x58\xb5\x1a\x20\x87\x54\x51\x87\x1e\xc3\x94\x17\x39\x11\x37\x2d\x10\x1f\x8e\x44\xa2\x4a\xeb\x7b\x46\x2e\xe0\x61\x49\x7d\x1b\x06\x36\xdd\x24\x7f\x91\x86\x45\x83\x1a\x12\x6e\x16\x92\xd1\x6d\x40\x0e\x24\xc3\xe8\x32\x8b\x7b\xe4\xce\xcc\x81\x1c\x74\xb0\x9d\xe0\xdb\x63\x97\x4e\x3e\xfb\x73\x6b\xdf\x88\xdd\x24\xdd\x13\x88\xf8\x80\x91\xbf\x7e\x3f\xb8\xad\xdb\x5b\xf5\x9b\x5f\xc3\xf8\xc7\xd6\x5f\xbf\xd7\xf5\xf1\xe3\x1a\x05\x5a\x82\x6e\x43\x93\x92\x39\x74\xc0\xc8\x55\xb2\xfb\x8f\xfa\x26\x6e\xc7\xe1\x16\x8f\xa1\xef\xd2\x2d\x2b\xe8\x9b\x28\xda\x3b\xb9\x36\x5e\x5e\xcc\xa1\x33\x54\xc8\x9d\x62\xf6\x97\x70\x9b\x20\x6f\x28\x62\x84\xfe\x61\xe7\x5d\xe8\xb7\xbb\x19\xea\x66\x1b\x50\x53\x94\xa3\xb3\x27\xa9\x85\x96\xd9\x0e\x6f\x69\x1c\xb0\x30\xbf\x01\x05\x1b\x9c\x18\xf9\xb9\x64\x2c\xab\x0e\x5d\xda\x11\xc2\x55\x19\xa3\xca\xd1\x8d\xa5\xd6\x45\xe6\xd0\xbd\xb5\x4a\x8b\x7d\x5e\x55\xc9\x57\xb9\xaa\xeb\x77\x23\x2a\xe5\x44\x24\xe1\x22\x74\xf6\x79\xc5\x00\x96\x97\xb4\x32\x74\x70\xbe\x48\xe7\xfa\x5d\x8a\x0e\xac\xd2\x5c\x93\x03\x63\x58\xaf\x76\xe3\x05\x68\x3f\x5f\x29\xba\xa2\x09\xcb\x12\x74\xf7\x71\x55\x8b\x6e\x50\x34\x61\x29\xa0\x1b\xb0\x29\xf8\xde\xdf\xd7\x55\x2d\xba\x05\xf6\xb0\x0e\xc6\x8f\x79\x53\x5f\x3c\x49\xdb\xd5\x55\x05\x3a\xa6\x82\x50\x0f\x99\xed\xcb\x8b\x0f\x27\x45\xd9\xbd\x97\x8c\x7c\x38\xd1\x9a\xd8\x58\xff\x3a\x26\xed\xcb\x0b\xbd\x6e\x39\xbf\x3e\x7b\x51\x2d\x94\xb2\x92\x6e\xec\x61\x4c\x65\xbf\x2b\x68\x12\x2e\x3d\xdf\x2f\xb3\x32\x71\x29\x18\xd3\x5c\xaa\x43\x94\xff\xfc\xd6\xe8\xcc\x0e\xdd\x22\x1b\x9a\x17\x66\xf7\xd1\x1e\x3f\xdd\x13\xac\xf4\xf3\x56\x5d\xf0\x57\x3e\xb8\x29\xa0\x5b\xc6\xce\x36\xb3\x7c\x3c\xb0\x23\xb2\x18\xe2\xd5\x6e\x48\x98\x32\xd2\x9e\xe5\xbc\x50\x77\xa3\x2b\xdd\xc7\x9a\x91\xb6\xb3\x85\x75\x37\xba\x8c\x54\xa4\xe6\x9c\xb8\xc2\x59\xe4\x90\x8e\x36\x40\xb7\xe1\xa8\x92\xa1\xc3\x00\x00\x5b\xa1\xb3\x6c\xb8\xbf\x5f\x74\xc6\x49\x7a\xee\x60\x23\x73\x9d\xbe\x57\x60\x55\xa3\x53\x45\x68\x66\x0b\xf2\xd5\x55\xe6\x3a\xbd\x0e\xc6\xcd\xf0\x54\x8e\x6e\x99\x19\xe5\x9c\x01\x65\x39\xb6\x79\x59\x7d\x75\xbb\x4a\x67\x5c\xd1\x1d\x4b\x2a\x1e\x48\x3f\x61\x01\x8b\xd5\x79\x92\x08\x3c\xed\x98\x91\x37\x0e\x11\x98\x7e\x48\xc0\xdb\x10\x4e\x69\x64\x5f\x4c\x2c\xdf\xd2\xbf\xfe\xf9\xbf\x2f\x81\x3e\xf0\x5f\xff\xfc\x3f\xa2\x68\x77\xbd\x1a\x5f\x8e\x71\x53\x97\x96\x25\xe3\xa5\x9b\xfd\xb2\xb1\x65\x47\xe3\x65\x85\xe8\xca\x46\x94\x1c\xba\x30\xe4\xf6\xe8\xad\x7c\x98\x59\x0d\xe3\x46\x46\x78\x5b\xa3\x8b\x45\xc8\x80\x30\xc4\x07\xf6\xc8\xb9\xec\x5f\x30\x09\xb6\x3f\x36\x9d\xd9\x8a\x44\x40\xe2\xc6\x90\xad\xbe\xb1\x0f\x53\x93\x45\x9d\x59\xe6\x07\xb9\xe9\x35\x23\xdd\x88\xc6\x03\x72\xb0\xbf\x7f\x48\xea\x66\x3f\xc7\xd0\x5e\x10\x4a\xc2\x69\x4c\x87\x3c\x30\xbc\x0a\xb0\x39\x79\x17\xba\xa2\x10\xb7\x42\x27\xb7\x86\xb7\x31\xba\xde\x17\x3e\xda\xc0\x4c\x56\xbf\x06\xd4\xea\x7a\x16\xd8\x39\xf1\xf8\xe6\xfb\x7e\x29\xa3\xaf\x9f\x06\x05\x28\x9b\xf5\xac\xb1\x82\xc3\x00\x9c\xa5\xcf\xe2\xfe\xec\xe6\x9a\x91\x76\x14\xb9\xdf\x5b\xe5\x9d\x02\x3a\x18\x2d\xca\xd9\x5f\x66\xe4\x43\x91\xdd\xd8\xc6\x6f\x82\xb7\xd0\xbb\x5c\x24\x19\xce\x03\xe6\xf7\x48\x27\x61\x34\x1a\xfe\x30\x1a\x77\x23\x1e\x74\x96\x53\x14\x2c\x45\xf7\x46\xe0\x87\x6e\x78\x74\x27\x9d\x7d\x29\x3a\x2c\x6f\xfe\xb8\xd4\x41\x37\x36\xa7\xa6\xee\x1b\xa2\x61\xd7\x39\x81\x79\x2b\x9b\x58\x32\x9c\x75\xe3\x3c\x02\xbc\xc1\xc6\xe8\x2b\xe3\x08\xe7\x37\x10\xb8\x75\x05\x74\x9b\x69\xe8\x73\xe8\xec\xb9\x81\x6f\x23\x6c\x74\xdc\x51\x05\x89\x9b\xed\x33\xe8\x87\xa3\xd0\x9a\xaf\x59\x81\x62\xf0\x0c\xe0\xd1\xaa\xe0\xda\x05\x3a\x3e\x72\x34\x85\x02\xba\x8b\xcb\xfb\xc1\xb5\x3b\x74\xd0\x5b\x64\x9f\x85\x38\x4f\x77\x1c\x90\x9d\xb4\x8b\x37\xa4\x7d\x0a\x61\x7d\x80\x39\xb2\x0c\x2a\x9c\x87\xfd\x8e\xd0\x8d\x25\xc3\x68\x0f\x97\x25\x38\x5d\x3f\x78\x83\xa9\x0c\xf1\x1c\x3e\x97\x4c\xd9\x58\x28\x63\xe8\xab\x34\x6e\x11\x79\x0d\xee\x3c\xd1\x94\xb0\xdf\x82\x68\x2c\xf9\x2d\xc3\xde\xba\x96\x24\x2a\xac\xa3\x1b\x1e\xb1\xe7\x86\x89\x74\x29\x69\xc5\x4f\x3c\x62\x04\x13\x16\x2c\x8d\x77\x7f\x6d\x46\x9a\x6f\x8c\x37\x5e\x89\xde\x52\x27\xae\xb2\xcd\xb5\x8c\x3a\x06\x29\xbf\x23\xb1\x2b\xfa\xad\x2d\xac\x17\x53\x74\x5a\x86\x97\x54\xcd\x9d\x71\x92\xd4\x1d\x92\xaa\xbe\xb5\x6b\x8b\x44\x0f\xfc\x13\x7d\xa2\xdf\x35\x46\x55\xa1\x18\x2b\x3d\x4d\x08\x8c\xf6\x55\x21\xba\x0d\x9b\xa5\x8b\x0e\xfc\xaa\x16\x6e\x8c\x52\x85\x9e\x57\x29\x3a\x16\xab\x84\x33\x69\x4f\x74\x81\x7c\xc7\x27\xe7\x86\x0b\xbb\x13\x40\xe0\x56\x63\xb3\xf3\x8b\x5c\x40\xa7\xb0\x2a\xba\x34\xb7\xcd\xd1\x71\x16\x85\xd2\xfa\xd5\xe6\x2c\x8d\x8c\xec\xec\x11\x63\x97\xf5\xe9\x2d\x17\xe3\xc4\x30\x4f\xc1\x6b\xc8\x9b\xa3\x95\xe1\x3f\x5e\xbd\x7d\xe3\xb6\xd6\x1a\x11\xa6\x51\xf7\x69\x9c\xb1\x53\xd9\x4a\x18\x30\x36\x42\xdf\x9d\x44\xcc\xe9\x37\x29\x3a\x93\x6c\x9d\x1a\x29\x47\x07\x83\xe7\xdc\x72\xa7\x0d\x3a\xac\xb8\x31\x60\x32\xfb\x2f\x34\xa7\xce\x10\xcb\x72\x80\x30\x70\x9a\x50\x6c\xc6\x82\x93\x4a\x32\x60\x53\x09\xe1\x82\x2d\xf7\xf9\x1c\x54\x6a\x68\x82\x8c\x4f\x58\x6a\x30\xaf\x4b\x02\x26\x2c\xcb\x9a\xec\x02\x74\xb6\x76\x5d\x19\x2e\x93\x9d\xc5\x07\xac\x38\x96\x46\xab\x04\x61\x41\x5c\x35\x8b\x40\x63\x49\x58\x48\x97\x12\x57\x54\x26\x3b\x8b\xce\x95\xa1\x23\x3b\x0d\xa2\x6e\xd2\x6c\x28\x41\xa7\x1a\xca\xe4\xb8\x04\xfc\x3a\xa2\x44\x32\x5e\x95\xf0\x40\xfa\xa3\x44\x0c\xf5\x98\x3f\x2e\x9d\x19\x16\x1d\xb7\x74\x1a\xf8\xbe\xc3\xfc\xa5\xbf\x6a\xee\x92\x40\x44\x96\x73\xbe\x3b\x25\x97\xd9\x27\xd6\x11\xc2\x36\x33\x42\x09\xba\xee\x38\x18\x14\x22\xe1\xb8\x1e\xec\x09\x93\x23\x11\x4b\x46\x14\xd7\xf5\x7e\x90\xb9\xac\x69\xd5\x3b\xad\x51\x48\xce\x22\x08\x63\x59\xcb\xc7\x61\x4b\x98\x31\x80\x32\xe1\x9e\xdc\xcc\x22\x70\xc1\xd1\xa3\x0f\x30\xfe\x99\xb7\xc1\xad\xe7\x53\xd3\x3f\xaa\x35\xfd\x93\xda\x91\x7f\x5c\x7b\xb2\x82\x09\x71\x0e\x1d\x2e\xb0\x5e\x8b\x98\x2b\x91\x14\xe5\x57\x26\x3b\x7c\x63\x68\xde\x00\x58\x5f\x51\x3a\x21\x55\x34\x14\x8b\xc8\xec\xca\xca\x3f\x1a\x4b\xa0\x8f\xc1\x1c\xf4\x93\x17\x98\xc9\x9a\x85\xbf\x3f\x74\xe8\x83\x35\xbf\xb5\x64\x9e\x83\xf6\x67\xf7\x70\x71\xfa\xfe\xde\x6a\x84\x3f\xb6\xaa\xb3\x22\x2b\x7c\xbe\x13\x89\x80\x46\xfa\x43\xad\xd3\xa3\xe3\x27\x2b\xc0\x2c\x45\xa7\x25\x72\x11\x2b\x96\xdc\xba\x9e\xf3\x33\xf2\x52\x4c\x88\xb8\x51\x0c\x14\x73\x9d\xe8\x3e\x64\xe6\xa0\x3b\x6a\xde\x15\xbe\xa0\xf8\x4e\xae\x67\x29\xaa\xe4\xc2\x93\xe8\x15\x5b\xe6\x95\xc9\xa4\x52\x64\xa4\x8a\x96\x89\xe8\xca\x1b\x26\xc6\xc5\x91\xe1\xd7\x69\x98\xdb\xb7\x4c\x44\x57\xde\x30\xef\x6a\x99\xbb\x92\x99\x83\x6e\xb3\x96\x99\x11\xaa\xfb\x23\x11\xb6\x17\x1c\xa8\xdc\x71\x4c\x9b\xe5\x51\x35\x2e\xfb\xf9\x4d\x8f\xfa\x72\xe8\x5e\x2d\x38\x50\x59\x7c\x4c\xbb\x6b\x60\xf8\xf9\x4a\xd0\x6d\x26\xbb\x91\x08\x2b\x3e\x97\x2d\x96\xf4\x2b\xc9\x6e\xe7\xc0\xf0\xf3\xdb\xa3\xd3\x23\xd2\xa5\x48\x14\x1c\x15\x9d\xe7\xa6\x86\xb2\x19\xc1\x26\x4f\x23\x37\x28\x61\x86\x54\x7b\x40\x54\x5d\x5b\xad\x20\xac\x43\x1e\x9d\xfe\xe1\xce\xe6\x76\xb7\x13\xca\x3f\x5a\x7c\x90\xb7\x93\xee\x37\x23\x9d\xd3\xe6\x26\x1e\x5a\x8b\xd0\xc9\x9c\xf0\x36\x92\x5d\x75\x48\x2b\x97\x9d\xcc\x09\xef\x4e\xd9\xc9\x9d\x0a\x6f\x46\x3a\x8f\x1f\x9f\x6c\x37\xdf\xa5\xe8\x52\x83\x89\x54\x7e\x6b\xcb\x2e\xb3\xb9\xa8\x08\x5d\x75\xb2\x4b\x8b\x96\xca\x6f\xa9\xec\xcc\xee\x81\xc6\x57\x2d\xa6\x1c\xba\xd3\xe6\x9a\x3d\x0f\x0f\xd7\xe3\xb0\x1d\x8b\x78\x3a\x14\x63\xf9\x5e\x2e\x88\x23\x3c\x23\x57\x2c\x0e\x09\xb5\x09\xc9\x58\xa7\x24\x8e\x2d\x4c\x75\x50\x4a\x3f\xbf\xa1\xec\x54\x42\x03\x1e\xdf\x45\xc1\x5e\xd6\x32\xb1\xa3\x11\xcc\xa1\x2a\x24\xe5\x9f\xdf\x12\x5d\x77\xe9\x41\x08\x84\x7d\x06\x0c\x98\x0e\x4d\x08\x6a\xe9\x5e\xe3\x2f\x94\xf5\x58\x62\x36\xa9\xbe\xf0\xd1\x80\xe3\x3e\x33\xea\x8d\xdb\xb9\x86\x6e\x3c\x9b\x5b\x74\xb8\x0f\xb2\x20\x70\x5f\x6a\xa8\x4a\xec\xa9\xac\x43\x9e\xa2\x0a\xc0\xab\xbf\x36\x0e\x6a\x6d\xd1\x99\xba\xf7\x41\x8d\x6a\xf7\x58\xac\x5e\xe2\x18\x83\xa3\x8a\xf5\x26\xb4\xce\x6c\x7f\x84\xf4\x84\xea\xa4\xe8\x26\x25\x47\x34\xce\x28\x6b\x65\x85\x31\x64\xb4\x06\x74\xfc\xcc\x6f\xfa\x4d\xff\xa8\xf5\xf4\xf4\xe4\x6e\x76\xac\x72\x74\x92\x0e\x47\x11\x90\x22\x25\xb7\x2c\x79\x9f\x44\x76\x36\x6f\x23\xe7\x4d\x19\x38\xd8\x60\xb5\x6f\x22\x5f\x40\x55\xc0\x2c\x3a\x3d\xa9\xb6\x1a\x8d\x4c\x89\x7d\xf2\xec\xd9\x69\xc3\x7e\xb4\xac\xb9\x2d\x41\x57\x30\xa4\xce\xbc\xc9\x11\x16\xa4\x4b\x2d\x78\x6a\xc8\x29\xd8\x22\x9d\x40\xc4\x52\x75\x6a\x10\xc9\xa4\x4b\xbb\x1c\xc2\xbf\x06\xfa\x06\xc4\x20\xe1\x43\xae\x96\xf2\xb4\x2c\x42\x67\xf2\x5d\xe7\x9d\x25\xe8\x2e\x69\xe2\xb2\xb0\x5b\xb3\x0f\x27\xac\x73\x26\x40\x8b\x74\x77\x17\x84\x5b\x5f\x73\xa1\x99\x43\x67\xc6\x39\x54\x0f\xe6\xdc\x48\x67\xe4\x7f\xe0\xb9\x69\x84\xe9\xb6\xf9\x7d\x5d\x65\x2d\xf3\xbb\xc7\x47\x47\x0d\x3a\xe2\x8d\xdb\xa3\x06\xf4\xf8\xe2\x26\x65\x09\x3a\xa0\xed\x29\xd3\xef\xcc\xa2\x4c\x5a\x94\x90\xae\xb7\xe3\x69\xce\x45\xb7\xdd\x7c\x87\xe8\x24\x1d\xb2\xab\x11\x2d\x1e\x63\x1a\xa7\x1a\x44\x76\x85\x69\xc8\xbb\xcb\x33\x22\xd5\x34\x02\xaf\xd2\x15\x6d\xbc\x36\xba\xaa\x42\xc7\xc3\xa3\xe3\xd3\xe7\x73\xe1\x17\x73\xe8\x8e\x8e\x4f\x49\x97\x2b\x13\xc3\x4d\x37\x0a\x72\xf1\x62\xb7\x94\x1c\x1b\x1b\x02\x5a\x74\x76\x2f\xba\x7c\xc2\x9b\x9f\xef\xec\xce\xfb\xbd\x4c\x78\xb9\xf9\xee\xf4\xe8\x78\x15\xda\xcb\x52\x74\xe5\x1d\x2f\xeb\x77\x16\xd5\xbd\x76\xbc\xad\x5b\xa6\x45\xd7\x8b\x44\x97\x46\xd7\xb4\x57\xdc\x13\x1b\x8d\xa2\xa9\x89\xce\x1a\x12\x45\x7b\x7a\x09\x46\x61\x3b\x1a\x4c\x3b\xd9\xb4\x65\xe6\x0c\x25\xe0\xe4\x4d\x8b\xb7\xba\xce\xb8\x71\x00\x65\xc5\x87\x4c\x8c\x95\xf4\xcd\x49\xa0\x56\x43\xfd\x84\xd1\xf0\xda\xdc\x4f\x77\x8d\xae\x9d\x28\x3d\x29\x5b\xa6\xd6\xee\x74\x62\xd0\x5d\x4d\xa8\x76\x9e\xb0\x8c\x2d\xc6\x70\x5b\xdb\xa7\x5d\x11\x1a\xf6\x4e\x43\xce\x19\x0b\x82\x1f\x37\xe1\x14\x96\x68\x51\x1a\x5d\x53\xae\x87\x6f\x21\xba\x49\xc2\x15\xcb\xc1\x5b\x80\x0e\x39\x48\x15\x1f\x6a\x04\xba\x9c\xf0\x6a\xba\x5e\xb3\x67\xa7\x9b\x61\xda\x11\x3a\x1e\x46\x6c\x25\xd9\xd1\x78\x69\xb4\x25\x7b\x52\x0c\x4e\x7e\x90\x10\xab\x23\x88\x84\x34\xa1\xb8\x24\x8b\x6e\xee\xc6\xbe\x3d\x3a\x0c\x5f\x06\x7d\x90\xd3\xa8\x0c\x1d\x05\x9a\x0e\x10\x0c\x37\x7a\xd0\x84\x72\x45\xc6\xb1\xe2\x11\xa1\x2e\x2c\xdd\xfb\x52\x8d\x08\x97\xd5\x01\xd5\xc2\x26\x4c\x2a\x8a\x46\x7b\x2b\x8b\x54\xa3\x3b\x59\x13\xde\x42\x74\xb6\x41\x99\x68\x70\x29\xce\xa5\x10\x61\x83\x05\x81\xec\xcb\xec\x3c\xdf\x9a\xa8\xd0\x1b\xc5\x12\x72\x33\x8e\xa2\x29\x34\x5f\xdb\x19\xad\x86\x7f\x90\xf5\x51\xae\x24\xf4\xd1\x1a\x44\x40\x89\xa7\x87\xcb\x6b\x61\x01\x74\x63\x91\x32\x56\x42\x06\x74\x81\x1a\x91\x55\xde\x4b\x91\xf0\x2f\x22\x56\x34\xba\x14\x61\x1b\x5f\x62\x49\xba\xf5\x6e\x19\x29\x5e\x64\x41\x7a\xab\xbb\x36\x0f\x5c\x0e\x96\x94\x48\xe6\xbf\x24\xfb\x33\x48\x07\x86\x7b\x70\x64\x37\xa4\x03\x46\xe8\x2d\xe5\x11\x6c\xb2\xe0\x81\xa5\x7b\x24\x34\x60\xd3\x1f\x2c\x7b\x46\xcd\xd8\xc8\xc0\xff\x36\x7e\xfc\x1a\x73\xc5\x36\x21\x86\xb3\x50\x05\x4b\xb2\x47\x96\xdd\x7f\x33\x74\x8a\x49\xf5\x53\x42\x87\x6c\x22\x92\x81\xcf\x87\xe5\x5b\x7e\x98\xb0\x7e\x63\x53\x76\x08\x24\x05\xd3\x19\xc9\x95\x48\xa6\xbb\x3d\xbf\xeb\x84\xe1\x78\x24\x12\x45\xa3\x46\x97\x2e\x8e\x6c\xe1\xbe\x33\x8f\x4e\xd1\xf2\xde\xb7\x10\x9d\xa2\xbb\xb3\x74\xc8\x7d\xbe\xe9\x3f\x5e\x4f\x7f\x35\x66\xcf\x66\xa8\x6c\x8f\x55\xdf\x07\x63\xb1\x4b\x88\xb9\x30\xa7\x23\x20\xb3\x29\x26\x27\xf9\x30\x0c\x76\x6c\x91\x8c\x38\x79\xb4\xc8\x9e\xd6\x39\xf7\x6a\xe6\xaf\xb4\x3f\xe2\xf5\xe3\x01\xad\xfb\x42\x19\xba\x05\x06\x0f\x46\x03\x7a\xf7\xca\x8d\x63\x5a\x84\xb7\xdb\xab\x12\x74\x10\xa0\x14\xe3\x8f\x9a\xb9\x2e\xb3\x04\xbb\x86\xe0\xa5\xb9\xf0\xa4\xe9\x5c\xb6\xf3\x6b\x63\x74\x10\x51\xe6\x03\x10\xd2\xbd\xd6\xd3\xb4\x63\x73\x99\xc6\x9b\x31\x7c\x75\xd2\x30\x8a\xc1\x88\x09\x87\xc9\xf3\xfc\x02\x3b\x8e\xf0\xfd\xd5\xae\x4d\xb8\x47\x2b\xfb\x76\x41\x4a\x45\xeb\xca\x39\x29\xcd\x8b\xa7\xc2\x10\x3c\xbf\xeb\xeb\xeb\x8a\xc9\xb3\x41\xc4\xc0\x88\x35\x8b\x94\x34\x96\x76\xe5\xda\xa9\xd7\x25\x53\xb0\x98\x80\x25\xc4\xa7\x5a\xfa\xf3\x6f\x1d\x42\x93\xde\x18\xd6\x89\x4a\x90\x0e\x70\xf5\xf3\x58\x2a\x1a\x45\x1d\x9f\xfc\x24\x12\x82\x74\x21\x2d\xcf\xeb\x74\x3a\x5d\x2a\xfb\xde\x43\xe2\x26\x23\xf5\x3a\x1c\xa5\x0c\xa7\xf5\x84\x45\x8c\x4a\x86\x77\xc0\x8f\x88\x0c\xc6\x5d\x56\x97\x53\xa9\xd8\x90\xfc\xd5\x23\xc4\x94\x65\x8e\x11\xe6\x07\x95\x8c\x59\xad\x48\xa5\xf2\x43\x09\x67\x09\x01\xa5\x83\x35\xf0\x91\x2e\x95\xe7\xc1\x7a\x1f\xa2\x5d\x05\x62\x38\x04\xc3\x78\xdc\x3a\x29\xa7\x0c\x10\xb8\xd6\x32\x94\x2c\xa5\xd4\x28\xbe\xe7\xb5\x33\x16\xe5\x68\x5a\x23\x94\xfc\xa5\xfd\xfa\x15\xac\xdf\x4c\x48\x44\xeb\xc7\xed\x18\x68\x67\x46\x30\x4e\x78\x40\x54\x97\x90\xe2\x27\x24\x93\x3e\x8f\x98\x87\xf5\x67\xa5\x84\xae\x53\x15\x57\x79\xbd\x8e\xc5\xc2\xb0\x15\x53\x3a\x8c\x4a\x6b\xf0\xc1\x83\x07\x04\x39\x54\x74\x89\x1a\xe4\x25\xef\xf5\x49\xdb\xac\x4e\x79\xc4\xd5\xd4\xf3\xae\xd3\xe3\x4e\x64\xb3\xb5\xe1\xc3\x6b\x10\x01\x2c\x66\x18\x57\x42\xdc\xb4\xbc\x47\x84\xa9\x20\xf4\x1e\xe9\xc1\x59\x8e\x23\xef\x11\xe9\x8a\x48\x85\x5d\xef\x11\xf9\x22\x84\x56\xa1\x59\xe2\x79\x54\x92\x8c\xfa\xa8\x46\x18\xd4\x28\x78\x8e\x41\x10\x11\x9d\x2b\x4d\x18\xb6\xe5\x1c\x43\xbe\xef\x5d\xdc\xc0\xf3\x3e\xbd\x65\x84\x46\x09\xa3\xe1\x34\xcf\x4e\x89\xd4\x7f\x54\x3a\x14\x95\x1c\xf4\x78\x4b\x40\x49\x52\x56\x4a\x65\xd9\x51\x83\x88\xf2\xa1\xc1\xa3\xc5\x66\x78\x31\x09\x57\xbe\xe7\xfd\xcc\x6f\xb1\x4c\xfa\x9b\x1a\x22\x25\xc9\x38\x8e\x75\x46\x9f\x34\x5a\x22\x46\x2c\xa1\x4a\x24\xa5\x81\x47\xb4\x04\x1b\x20\x65\x99\x0b\x3c\x82\xd2\xd0\x19\xd4\x6d\x06\x87\x3a\xf7\x14\x9d\xf5\xb2\xa3\xc4\xbc\x62\xda\x0a\xc6\xe6\x30\xed\x87\xcb\x54\xf5\x83\x87\xba\x70\x2e\xce\xdb\xc0\xb8\x21\xd0\x18\x39\x64\x8d\x53\x50\x40\xa3\x88\x85\xe6\x56\x1d\xb8\xa6\xeb\xa3\xdb\xa0\xe3\x7e\x5c\x67\xa3\xb1\x29\x36\x1c\x45\x54\x31\xa0\xc5\x6c\x79\x84\xe8\x66\x43\x08\x1d\x71\x8c\xd8\xda\x22\x7b\xc0\x5d\x15\x52\x45\xbb\x54\xea\x5e\x94\x30\x21\x01\xfb\xed\x51\x97\x29\x7a\xbc\xe7\x11\x32\xe0\x71\xd8\x22\x7b\xe7\x2a\x08\xb1\xbd\xe9\xbb\x43\xa6\xa8\x7e\x51\x67\x4c\xe0\x6c\xb6\x45\xfe\xfe\x77\xe2\x7f\x30\xcd\x96\x65\xa9\xc1\x45\x83\xfc\xe3\x1f\x90\xd0\x90\x2e\x98\x97\x88\x2e\xcc\x68\xa5\xd7\x1c\xd2\x8a\xf4\xdd\x85\x65\x97\x81\x18\xb1\x96\x6d\xf2\x13\x1e\x32\x8f\x40\xd7\x37\xaf\x4a\xfe\x85\xb5\xc8\x09\xfc\xbe\x4d\x6b\xe2\xc4\x3f\xf2\x4f\xf7\xb0\x96\x1e\xd9\x00\xa2\x32\x1d\x25\x38\x34\xa4\xc4\xed\x96\x69\x95\x3a\xa5\x76\xab\x03\xe5\x5b\x87\x86\x82\xa5\xf1\x3c\x62\xef\x9b\xa4\x09\x1b\x45\x3c\xa0\xd2\x96\x48\x0b\xd6\x42\x74\x28\x58\x53\xd4\x96\x4e\x5c\x67\x3f\x66\xd9\x5d\x97\xa1\xd5\x30\xb8\x66\xcd\x03\x52\x65\xdd\xd6\xe6\x95\x32\xf6\xe6\xf2\xca\x88\x65\x73\xb7\x35\x08\xb7\x10\xe6\xc4\xac\x45\xf6\xca\x50\xd6\x4d\xb8\x88\xd6\xf1\xc9\xb3\xef\xf6\xd2\x97\x2c\x47\x5a\xcb\xc4\x4d\x4b\xef\x83\xab\x78\x01\x8f\xa1\x0f\x4d\xeb\x10\xab\x5a\x4f\x1b\xd9\x20\xd3\x13\x02\x0e\x26\x87\xbc\x07\x41\x47\x40\x3e\x22\x0a\x91\x83\x9d\xc7\x78\x68\x99\x21\x07\xb1\x26\xe3\x38\xed\x7a\x3c\x26\x2f\xdb\x0d\x94\x5d\xfd\xb5\x08\x99\xef\x99\xa1\xf5\x45\x3a\xf5\x18\x4a\x1b\xbd\xac\xf7\xbc\x4f\x19\xbf\xcd\x46\xa1\xf3\x0a\xf1\xf2\xec\x44\x93\xf1\x8b\xdc\x72\xba\x88\x6c\x27\xa5\x57\x11\x37\x29\x03\x27\xac\xe2\x2c\x61\x25\x78\x28\x75\x59\x24\x26\xbe\x77\xc5\x18\x46\x43\x8a\x07\x2c\xcc\x26\x54\x11\xc0\xda\x21\xd3\x13\xa9\x0d\xb7\x9f\xe5\x02\xb1\x78\x78\xdc\x93\xbe\x77\xa1\x08\x97\x84\x86\xb7\x1c\x0f\x81\xf5\xb8\x1e\x31\xf2\xeb\x58\x28\xe6\xbc\x92\x86\x13\xe2\x52\xea\xde\x02\x43\x17\xce\x0d\x30\xbe\xd1\x40\x4f\xac\xf7\xbc\x26\xc9\x6a\xcf\x57\x4c\xaa\x1f\xf6\x1f\xd2\x51\x72\xf4\xf0\xe5\xd3\xb1\x1c\x0c\x06\x1f\x1f\x5e\xf4\xfe\xfc\xea\xf2\x29\x9b\x5c\x27\x57\xe3\xe7\x83\xeb\xe4\xd7\xf3\xd3\xc9\x2f\x8d\x7d\xf8\x44\xd9\x94\x9b\x5b\x5e\xe8\xb6\x63\x96\x17\x22\x19\x1a\x60\x30\x28\xa4\x9f\xd7\xbd\xa5\xd8\x59\xcd\xfa\x25\x6d\xd6\xee\xfa\x45\x0f\xcd\x63\xd5\x37\x7d\x0c\x0a\x6d\xbb\x9b\x2e\x7b\x8b\xac\x54\xf6\x6c\x69\x90\x0f\x1e\x64\x63\xac\xb1\xc4\x4c\xb6\x5a\xfa\x66\x8e\xce\xc5\x63\xf0\x3c\x88\x3d\x68\xc2\x10\x01\x7d\x75\x6c\xc2\x18\x1c\xe4\xb2\x3b\x74\xa7\xed\x1a\x91\x62\xc8\x8c\x73\x15\x04\x65\x1e\x8a\x84\x91\x90\x49\x9e\x18\x17\xb5\xf9\x40\x4d\x35\xe3\xc3\x65\xb0\xc3\x5e\xac\xea\x33\x0f\xb7\xaa\xd3\xd0\xa4\x59\x68\xc0\xf9\x68\x42\x69\x98\x6a\x33\xe3\x11\xc3\xa1\x41\x2e\x2e\x6d\x94\x25\xdf\xf3\x7e\xe2\x89\x54\x35\x1b\x1c\xed\xc6\x0c\x0f\xb9\x18\x52\x5c\xda\xf5\x90\xf1\x88\xff\x14\xb1\x9e\xd8\x22\x06\xd9\x41\x1a\x2e\xc7\xc6\xc9\x81\x55\xa7\xed\x7c\x5c\x9a\x3a\x3f\xf4\xbd\x37\xec\x37\x5c\x83\xc1\x21\x04\x2c\xc4\x94\xc8\xe2\xb5\xe5\xb5\x65\x58\x3c\x20\x2f\x4c\x21\xe2\xd5\x45\x9c\xc5\xe8\x41\xbe\x2c\xa7\x2d\xda\xc9\xa4\xd8\x0c\x73\x71\xfb\x5a\x64\xcf\x44\xca\xd3\x23\xb5\x13\xd3\xcb\x9d\xca\xc8\x83\x5c\x10\x96\x30\x96\xc5\x28\x6e\x90\xf8\xa1\x49\xfd\x20\x17\x7c\x2e\x77\xdc\xeb\xbe\x69\x02\xbf\x19\x8f\x96\x28\x12\x13\x0c\x43\x96\x0d\x4d\xb1\x6d\x23\xd8\x11\x1e\x38\x11\xc3\xa0\x66\x9d\x08\x69\x41\xbe\x50\x18\x06\x4d\x2e\xea\x10\x13\x1e\x85\x81\x1e\xdd\x9d\x96\x05\xeb\x65\xdb\xe4\x16\x34\xfc\xb2\xf7\x40\x8e\xc0\x73\xa2\x05\x44\x0b\x21\x4e\xa8\x24\xec\xb7\x51\x64\xe2\x7a\x81\xca\xe3\x67\xd3\x98\x15\xbc\x44\x95\x50\x03\x4a\x3f\xe1\x46\xbf\xc1\xbd\xe6\x5c\x80\x99\x4e\x5a\x5b\x40\x7c\x0e\x6b\xca\x6f\xc2\x77\x85\x6f\x07\x5c\x5c\x34\xce\x2f\x9d\x9c\x10\x3d\x76\xb4\xad\x13\x33\x44\xef\xe5\x42\x00\xed\x15\x2a\xa1\x54\x48\x25\x21\x9d\xd3\x4c\x25\x75\x96\xae\xa4\x4e\xf6\x0a\x99\xbf\xbd\xbc\xbe\x78\xfb\xa6\xfd\xaa\x45\x9c\x59\x06\xb2\x3d\x70\x82\x1b\xe6\xc6\x5d\x33\xa6\xe1\x60\xa9\x2b\x83\xe6\xe9\xfe\xd3\xb7\xc0\x7c\xc4\xca\xa0\x50\xde\x7c\x25\xcf\x83\x3f\xde\x0a\xbd\xed\x7d\x0f\x6c\x68\xbe\x16\x71\x63\xf1\x79\xde\x7b\x98\x84\x3a\x10\x85\xef\xc9\x09\x2c\x72\x72\x43\xb4\x15\x65\xa1\xa5\xe4\x9b\x97\xd3\x30\x84\xb1\x18\x51\x2d\xaf\x4e\x3a\xed\x8f\x57\x9f\xdb\x67\x67\xe7\x57\x57\x9f\xff\x74\xfe\x97\xcf\x17\x2f\x3a\xf6\xee\xd5\xf9\xd9\xbb\xf3\x6b\xe7\x61\xfa\xe4\xdd\xf9\xcf\x17\x6f\xdf\xe0\x0e\x45\xfe\x33\x13\xe0\x6d\x88\x84\x18\x64\x1d\x6e\x85\xfe\xb6\xa0\x57\x21\x64\xa3\x04\x98\xdf\xb6\x7d\xcc\x95\xbb\x45\x7c\xdf\x77\x1e\xce\x15\xbf\x98\xc0\xa0\x68\x91\xb1\xac\x33\x2a\x55\xfd\xa8\x4c\x12\xc5\x70\x87\xa9\x34\x4c\xb0\xc3\x8a\x85\xf1\xf3\xd9\xf9\xe7\xcb\x77\x6f\xff\x78\x7e\x76\xdd\xb1\xff\x5f\x9d\xbf\xfb\x70\x71\x76\xae\x81\xbc\x7d\xff\xe6\xfa\xf3\x4f\x17\xaf\xce\x37\xa9\x7a\xcf\x39\xd1\xd3\x95\x68\x00\xd4\x83\x84\x85\x7a\xb5\x4d\x23\x09\xea\x73\x8b\xec\xff\x7d\x4f\x4d\x47\x6c\xaf\xb5\x87\x56\xc7\x9f\x31\x0c\xc7\x5e\x6d\x6f\x94\x88\x5f\x58\xa0\x3e\xf3\x70\xaf\xb5\xf7\x3d\xfe\xf7\x86\x0e\xd9\x8f\xf0\x10\xc2\xf7\x7e\x1e\xb0\x29\x26\xe8\x53\xd9\xff\x71\xaf\xe6\xfb\xfe\x3f\xf6\xbd\x75\x85\x6f\x0a\x08\x37\xcc\x4f\x2b\x7a\xa7\x96\x5a\x24\x57\x08\x27\x41\x59\xb5\xb5\x48\x03\x43\x78\x36\x16\xa0\xcf\xa6\xc2\xcb\x44\xfc\x06\x54\x00\x4a\x04\x22\xf2\xbc\x8b\x98\x48\xae\xc6\xe8\xed\x66\x6c\xb0\xec\xe2\x23\xe2\xb7\x4c\x6b\x15\x7d\x0e\xfe\x01\x04\xdc\x38\x63\xa6\xea\x37\xc6\xf4\x3a\x12\x34\xec\xd2\x88\xc6\x01\x4b\xc8\x01\x08\x47\xcf\x9d\x1f\xaf\xc8\xf9\xab\xe7\x87\xa0\x70\xe9\x41\x4a\x2a\xbd\xce\x81\xa1\x8a\xc3\x5a\x46\xe2\xe8\x4f\x03\x08\x4b\x8e\x7c\x46\x17\x97\x69\xec\x1b\x0e\x87\x90\x36\xe4\xa9\xbd\xcd\x63\x0c\x47\x9b\xa5\x74\x4b\x90\xed\x03\x39\x04\x09\xb9\x22\xe2\x32\x4a\xdf\x37\xd5\x30\xc2\x6a\x00\x13\x57\x1a\x0d\xf4\x5f\x04\x8f\xf1\xef\xd9\xcd\x8d\x9e\x98\x60\xd1\x3f\xa4\x03\x6c\xff\xf9\x5c\x13\x1a\xcb\x11\x4d\x80\x89\x80\xca\x3c\x19\x81\xc1\xde\x63\xca\x05\x6c\xf1\x65\x4b\xd6\x8c\xd8\x00\x2d\x17\xf0\xf3\x22\x8e\xa6\x64\x22\x92\x81\xd4\x23\xbe\xcd\x79\x10\x8b\x09\x2e\xb8\x13\x16\x30\x7e\x0b\xdb\x4a\x09\xbd\xd1\xb3\xa1\xd6\x22\x33\x84\x56\xd0\x76\x53\x23\x5f\xf4\xac\x00\x7a\x49\x8d\xeb\x91\x2e\x23\x93\x3e\x57\x2c\xe2\x10\x77\x88\x4a\x32\x61\x51\xe4\x7b\xde\x4b\x31\x31\xd2\x53\x66\xbd\x31\x1e\x11\x61\xc4\x0d\xe1\x87\x65\x90\xf0\x2e\xda\xe6\xf7\x99\xcb\x88\x97\xd7\x3c\x0b\xd1\x7e\xf3\xbc\x72\x5a\x9f\xd6\x4a\xb4\x56\x4c\xa5\xe5\xb5\x92\xf5\x98\x29\x5d\x0b\x3c\xee\xd9\x7b\x8d\x07\x23\x0d\xb0\x6e\x45\x58\xc7\xd5\x7c\x5d\xc4\x75\x3a\x91\x87\x35\xdd\xd6\xa0\x31\x50\xc9\xa3\xa9\x46\x15\x8a\x98\xe9\xa5\x3e\x0d\x43\xd4\x6f\xf2\xb4\x75\xba\xd4\xf3\x0c\xa0\xbe\xe7\x3d\x7a\x74\x46\xc7\xfa\xf7\xa3\x47\x9e\x77\x71\x63\xa4\xe2\x44\x8d\x0f\xc4\x70\x24\x62\x38\xe2\x3f\x40\xbf\x8b\xb9\xaa\x16\x89\x15\xdf\x21\x86\x73\x5f\xd2\x1c\xad\xb0\x0c\x5f\x0e\x07\x75\x07\xe3\x3d\x1b\xcb\xc8\x84\xd1\x01\xe9\xd2\x30\x9a\x22\xe3\xc8\x14\x95\x09\xa1\x34\x52\xab\x7c\x05\x62\x38\x1c\xc7\x66\x41\x00\x6a\x39\x34\x31\xc8\xd5\xf7\xfe\xf0\x9f\x78\xd9\x30\x4b\x01\x6f\x04\xbc\xee\x6c\xd8\x55\xf8\x8d\x66\xb3\xd9\x7c\xf6\xe4\x09\xfc\x6d\x36\x9b\xc5\xbf\xcd\xe6\xf1\xd3\xec\xb7\xbe\x7f\x74\xf2\xec\xf8\xf8\x0f\xa4\xc2\x22\x2c\xbe\xc6\x52\xd1\xe4\x0f\xcd\xe6\xb6\xf9\x14\xc1\xfd\x9b\x5c\x0e\xef\x7d\x2b\xe5\x83\xfd\xcf\x6c\xea\xdf\xae\x6f\xd7\xb7\xeb\xdb\xf5\xed\x72\xae\xff\x0f\x00\x00\xff\xff\x4f\x21\x64\xa2\x00\x08\x02\x00\x01\x00\x00\xff\xff\x4e\x63\x44\xb8\x9c\x6a\x00\x00") +var _chartsTraefik9123Tgz = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x00\x08\x3f\xf7\xc0\x1f\x8b\x08\x00\x00\x00\x00\x00\x02\x03\xec\x5c\x7b\x73\x1b\xb7\xb5\xcf\xdf\xfc\x14\xb8\xf2\xdc\xa9\x34\x43\x51\x4f\xdb\x8d\x72\xe7\x4e\x54\x49\x4e\xd8\x3a\x92\x46\x92\xeb\x9b\xc9\x74\x6c\x70\x17\x4b\x22\x5e\x2e\xb6\xc0\xae\x28\x36\xd3\xef\x7e\xcf\x03\xc0\x62\x49\x4a\x76\xe7\x26\x6e\xe7\xd6\x9c\xc4\x22\x97\xbb\xc0\xc1\x79\xfc\xce\x0b\x60\x63\xa5\x2a\xf4\x87\xbd\xaf\x7e\xc3\xd7\x3e\xbc\x5e\x3e\x7f\x4e\x7f\xe1\xb5\xfa\x97\xde\x1f\x1c\xbd\x7c\x79\x74\xfc\xe2\x88\xaf\xbf\x3c\x7a\x79\xfc\x95\x78\xfe\x5b\x12\x15\x5e\xad\x6b\xa4\x15\xe2\x73\x4c\xf5\xaf\xf8\x6a\xbc\xfc\x47\x33\x55\xce\xf5\xb4\x32\x56\xfd\xea\x73\xa0\x80\x5f\x1c\x1f\x3f\x21\xff\x97\x7d\xf9\x1f\x1c\x3c\x3f\x3c\xfa\x4a\xec\x7f\x0e\x06\xfc\xbb\xcb\x5f\xb9\xc6\xed\x0d\xfe\xd9\x64\x7c\x79\xfd\x93\x5e\xc1\xfe\xcf\x66\xd2\x36\xa3\xa5\x9c\x97\xbf\xfe\x1c\x1f\xb1\xff\x83\xfd\xa3\xfd\x55\xfb\x3f\x3a\xf8\x62\xff\x9f\xe5\x25\x6b\xfd\x67\x65\x9d\x36\xd5\x89\xb8\x3f\x1c\xc8\xba\x8e\x1f\x0f\x47\x47\xa3\x17\x83\x5c\xb9\xcc\xea\xba\xa1\x4b\xa7\xe2\x8e\xf5\x45\x4c\xa4\x53\xb9\xf8\x53\x3b\x51\xb6\x52\x00\x22\x42\x57\x53\xab\x9c\x13\x99\xa9\x1a\x6b\xca\x52\xd9\xc1\xcc\xcc\xd5\x89\x98\x35\x4d\xed\x4e\xf6\xf6\xbc\xa6\x8d\xb4\xd9\x1b\xe8\x0c\x47\x0b\xdf\x58\xb9\x18\x4d\x75\x33\x6b\x27\xad\x53\x16\x07\x50\x55\x33\xca\xcc\x3c\x3c\x13\xff\xde\x03\x4d\x7b\xb9\xc9\xdc\x9e\xbf\x6b\x4f\x3a\xa7\x00\xc0\xf4\x7c\x1a\x27\x28\xcd\xd4\x8c\xea\x6a\x3a\xf8\xa0\x96\x0b\x63\x73\x77\x32\xd8\x15\xfe\x4b\x78\xe7\x09\x1d\xcc\xa5\xae\x1a\xf8\x1f\x96\x8b\x37\x28\xf8\x5c\x9e\xc0\x1f\x5d\xaa\x6f\xef\x65\x3b\x55\x48\xc1\x40\x88\x4a\xe2\x2a\xe8\x3a\x5d\xee\xee\xcd\x65\xa5\x55\x39\x6a\xcc\x3c\x53\x3f\x7f\x3b\xc5\x8b\xbd\x67\x72\xfe\xa6\x7b\xa0\xcc\xd5\xdf\xbe\xed\xf8\x10\x6f\xc4\xeb\x03\x7e\x1b\xe8\x74\xa6\xb5\x99\x22\xca\x02\x9b\x98\x45\x9b\xf8\xf2\x49\x37\xed\xa2\x87\xdf\xcd\xd0\xce\x07\xcd\xb2\x86\xb9\x40\xd8\xa5\xce\x24\x8a\x76\x70\x1f\xa4\xfe\xf5\xe8\x00\x98\xfc\xc5\x21\xfc\x9b\xbc\x82\x92\x7c\xd7\xea\x5c\x95\x60\x0d\x6e\x34\xcf\x7f\xe5\x39\x3e\x82\xff\xcf\x5f\xbe\x3c\x58\xc1\xff\xc3\xfd\xc3\xfd\x2f\xf8\xff\x39\x5e\xcf\x22\xa2\x7f\x0f\xf0\x20\x28\x0c\x10\x9d\x32\x0c\x06\x77\x33\xed\x04\x40\x6e\x3b\x07\xb8\x15\xa6\x6d\xe8\xba\x68\x66\x4a\x4c\xe3\x6d\xa2\x30\x56\xe4\xea\x5e\x95\xa6\x06\x7c\x1d\x8a\xb9\xac\xe4\x14\xde\x09\x59\xe5\x42\x3d\x00\x54\xe7\xf8\x09\x9f\x0a\xf3\x21\x1c\x09\x82\xa3\xd1\x60\x70\x45\x0e\x46\x96\xa5\x6e\x96\x83\xd3\xb2\x14\x95\xa9\x76\xc1\xef\x34\x80\x4f\xa5\x28\x94\x6c\x5a\x00\x6d\xb1\xfd\x2a\xbc\xab\x4c\x83\x93\xe4\xb2\x31\x76\x29\x1a\x23\x50\x8c\x0d\xce\xe1\xc7\xdf\x01\xa0\xa7\xf9\xba\x79\xc4\x1c\x84\x2d\x26\x4a\x18\x3f\xdb\x48\x3c\x3e\x95\x9b\x99\xb6\xcc\xf1\xee\x5c\x3b\x39\x29\xc1\xdb\x6d\x03\xaa\x22\x17\xe0\x2d\xf0\x21\x4e\x70\x2f\xcb\x16\xcc\x06\x63\x27\x51\x80\x97\xe0\x51\xc3\x1c\xbf\xfa\xf0\x43\xe2\xe9\x4c\xde\x2b\x21\x85\x7f\x44\x3c\x13\xdb\x81\x85\xf1\x41\x94\x8c\x90\x13\x73\x0f\x14\x91\x14\x81\xbd\x66\xe1\xc4\x5c\x57\x7a\x0e\xb4\x80\x0b\x2d\xf4\xb4\xb5\xe4\x00\x78\x54\x05\x5e\x5d\x98\x82\x25\x86\xfe\x00\x44\xf3\xec\x99\x38\x0b\xe4\x7b\xf6\x8b\x8b\x07\x39\xaf\x4b\x35\x18\xbc\x7f\xff\x1e\x09\x1b\xc0\x80\x53\x75\x12\x1d\x5a\xf0\x4b\xf0\xb5\xd7\x20\xbf\x70\x01\x6f\x03\x33\x78\x4a\xa0\xd4\x2a\x50\x1f\xfa\x2a\x87\xa7\x2a\x58\x7f\x56\x2a\x69\xcb\xe5\xa3\x1c\x26\xaa\x2e\x81\xb1\x1f\xa7\xec\x19\x68\x86\xb1\x44\xdd\x33\x21\x42\x78\x72\x69\x72\x7f\x41\x08\x76\x86\x6a\x5e\x37\xcb\x73\x6d\x37\xd3\x9c\x0a\x71\x03\xdd\x3d\xc9\x89\xc9\x12\x17\x22\xdb\xb2\x79\x62\x01\x77\x86\xe5\x01\xdf\x6b\x37\x14\x0d\xcc\x5f\xca\x46\x89\x49\x69\xb2\x0f\x68\x5f\xb2\x11\x10\x0e\xd1\xd7\xa2\x52\x30\x34\x28\xb9\x55\x59\x0b\x7e\x1a\xec\x0c\x74\x1e\x32\x37\xb2\x3b\xf5\xa0\x1d\x88\x2b\x23\xc9\xf1\x4c\xa0\x57\x44\x5a\xeb\xbc\xd5\xcd\x4f\x3a\x8e\xfc\xf2\x0b\x04\x41\x85\x18\xfd\x99\x89\xf2\xec\xf9\xfb\xdf\x41\x7a\x9b\xbf\x1a\x25\x4c\x13\x74\x9f\x10\x7b\x10\x81\xe5\x8a\xde\xfe\xf2\xcb\x53\x0f\x8c\x90\xbd\x22\x8e\x0e\x40\x80\x1f\x92\xb7\x9e\xdf\x6a\xa3\xa1\x04\x46\xa6\x06\x53\x9b\xba\x45\x56\xe5\xc2\x19\xe6\x13\x2c\x70\x29\x32\x59\xe1\xb7\xaa\x62\x6b\x02\x21\x38\x0d\x3c\x5d\x8a\xb6\xf2\xe2\x09\x08\xe4\x54\x86\x2a\xff\xb4\x76\x05\x73\xfa\xad\xd4\x8c\x2f\xa6\x76\x1b\x2f\xdd\x9b\xb2\x45\x2b\x3a\xf8\x4e\x77\xdc\xe1\x8b\x1e\x56\x48\xe7\xbc\x8d\x04\xa0\x61\xb5\x4c\x99\x38\x12\xe3\x66\x5d\x3b\xb7\x65\x8d\x58\x58\x58\x33\x67\x6e\x30\xdd\x91\x2b\x01\x52\x48\x11\x77\x78\x54\x02\x0f\xe0\x76\x0d\x0a\x08\xaa\xc8\xec\xed\xd0\x07\xf4\x6e\x13\x00\xf9\xbb\x91\xed\x88\x45\x1e\x85\x0a\x99\x69\x80\x79\x89\x49\xc3\x0a\x04\x2d\x66\xaa\xda\x48\x13\x3c\x16\xa5\xa8\xf2\x21\xdd\x13\x01\x36\x62\xaa\xb4\xf8\xa4\x06\xf0\x8d\x98\xda\x99\x22\x48\xf5\x56\x43\x10\x0f\xce\x1e\x0c\x69\x55\xd7\xf0\x79\x1a\xd6\x85\x81\x3b\xa3\x03\xa5\x42\x5b\x83\x0f\xd1\xda\x24\x5a\x5b\xb4\x31\x15\x16\x1c\x8c\x18\xe6\xba\x34\x8d\x42\xb9\xc1\x0d\x5e\x31\x23\xbd\xde\x44\xe1\x99\x35\xb7\x80\x2c\x42\x12\xbc\xb2\xff\xec\xfd\x95\xcc\x91\xe5\x12\x56\x58\xa5\x7c\xd8\x68\x31\x27\x1f\x05\x65\x50\x45\x39\xc5\xf4\x6e\x7f\xb4\x3f\x58\x51\x41\xfc\x08\xd6\x55\x5e\x1b\xc8\x0c\x96\x27\x62\x5c\xc0\x42\xae\x81\x32\x98\x90\x75\xf1\x14\xf4\x80\x05\x50\x68\x0b\xe4\xd1\x6a\x80\xaa\x5c\x59\x2f\x74\x98\x16\x5c\x32\x5f\x87\x14\x0c\x82\x07\xef\xaf\xad\xfa\x6b\xab\x81\x21\xb0\x8a\xc8\x0c\xbf\x98\x93\xd4\x92\x6a\x63\x1b\xc7\x66\x83\x69\xcd\x89\xf8\xfd\x3e\x7d\x58\x33\x96\x67\x3e\xed\x11\xc7\xc7\x47\x09\x6e\x6b\xc4\xbf\x4c\x92\x60\x0a\x22\x0a\x73\x3d\xe1\xda\x09\x92\xa3\x99\x18\xef\x6a\x78\x29\x08\x0e\x56\x35\x4b\xd4\x64\x5a\x5a\x87\xfc\x31\x56\x20\x54\x78\x3b\xd3\xa0\x0b\xb5\xcc\xc0\xf4\x2f\x1e\x80\xa3\xa0\xb3\xe1\x0a\xde\xcd\xea\x22\xef\x8d\x46\x89\xa1\x5a\xb0\x4a\x80\x0d\x8c\xc4\x99\x81\x28\x88\x47\x8b\x78\x96\x41\x92\x5c\x27\x83\x3c\x8a\xd3\x8f\xa0\xa6\x55\x09\x32\x02\x63\x09\x5f\x12\x8b\xa7\x20\x60\xa2\x9a\x85\x02\xd3\x52\x32\x9b\x45\x01\x11\x2f\x36\x23\x20\xc5\x53\x0a\x60\x02\x1d\x52\x34\x2f\x42\x0c\x1a\xc2\xa0\xf3\x63\x86\x78\xe2\x7e\x3c\xfd\xe1\xb5\x38\x57\x4e\x4f\x2b\x0f\x57\xab\x43\x92\x77\xc7\xef\xa3\x51\x61\xb2\xbf\x5b\x58\x0d\x2b\x2a\x97\x84\x55\x51\x53\x28\xba\x21\x7f\xe7\xd4\x7c\x82\x04\x25\xd6\x95\xf7\x61\x03\x79\xa4\x9b\x20\x56\xf8\x2a\x6f\x33\x8d\x31\x8f\x37\xf7\x72\x39\xf4\xca\x88\x66\xe0\xd8\xfa\xbb\x29\x32\x63\x61\x96\xda\x54\x44\x56\x01\x09\x7d\xee\x52\x7b\x46\x16\xac\xcf\x80\x3e\xd8\xc7\x46\xcc\x6a\xf7\xc8\xb2\xbd\x70\xfc\x83\x58\x6f\x08\xc2\x01\xd5\x42\x34\x81\x25\xe9\x4a\x32\xe2\x80\xf6\x2d\xd0\x9f\x05\x04\x02\x40\x1b\xe2\x5d\x74\xd1\xc3\x06\x82\x9c\xbc\x97\xb0\xb2\x49\x49\x90\x1a\x26\x05\xab\x46\x4e\x79\xd2\x6f\x2e\x4e\xcf\x7f\xb8\x88\xac\x47\xe4\xa2\x48\xa2\x6e\x6d\x6d\x1c\xd0\xee\xe3\xff\x90\xff\xbd\x1e\x9f\x5d\x5c\xde\x5e\xfc\x26\x39\xc6\xd3\xf9\xdf\xe1\x8b\x83\xe7\x47\x2b\xf9\xdf\xfe\xf1\xc1\x97\xfc\xef\xb3\xbc\xc4\xc7\x5e\xa7\x80\x4a\xa0\x4f\xaf\x75\x06\x19\x01\x07\x7c\x8f\xbc\x7c\xe1\x10\x1d\xcb\x50\xfc\x51\x56\x2d\xa2\xcc\xe1\xfe\xfe\xf1\xa3\x0f\x11\xba\xef\xed\x2d\x16\x8b\x91\xa4\x69\x46\xc6\x4e\xf7\x4a\x9e\xca\xed\x0d\xf0\xc1\xbb\x8b\x9b\x1f\x6e\xc5\xe9\xe5\xb9\x38\xbb\xba\x3c\x1f\xdf\x8d\xaf\x2e\x6f\xc5\xab\xab\x1b\xf1\xe6\xf6\x62\x08\x6a\x7e\x7d\x73\x75\xfe\xe6\x0c\x2f\x0f\xe9\xae\xf3\xf1\xed\xdd\xcd\xf8\x0f\x6f\xf0\x0a\x0d\x70\x30\x02\x60\x02\xac\x27\xe4\x75\xa3\x81\xa7\x66\xcb\xaf\x68\x0b\x4c\x14\x02\x71\x31\x57\x32\x18\xbd\x9d\x3b\x8a\x7a\xb2\x80\xd7\x6c\x3f\x80\x57\x43\x40\xa4\xda\x1a\x40\x18\x0a\x58\xfc\x50\x78\x2f\x44\x1c\x8d\xd5\x93\x96\x10\x49\x76\x99\x0c\x04\x20\xb7\x1c\xc4\x38\x71\x00\xe3\x5b\xd3\x4e\x67\xe2\x6b\x76\x34\x49\x66\xbd\x4a\x97\xb1\x6b\x84\x65\xa6\x5e\x5a\x3d\x9d\x01\x3e\x2c\x2a\xf0\xb6\x08\x1f\xe0\xb7\x00\xee\x65\xdb\xcc\x8c\xd5\x7f\xa3\xf9\xfc\x38\x9b\x9e\xa0\x60\x19\x26\x9d\x5a\xd9\x45\xc3\x9e\x0f\x09\x01\x6a\x0a\x8e\xf9\x82\x86\x5e\x23\xa2\xad\x70\x81\xde\x4d\xca\x8c\x46\x09\x54\x00\x1b\xe0\x5e\x3f\x0c\xf9\x08\xfe\x4a\x2b\x9f\xcf\xf8\xa8\x78\x48\x20\x16\x0b\xc5\x48\x34\xc1\x1c\x5e\xe5\x40\x02\x21\xd2\x54\x7e\x24\x7f\xa3\x58\xe8\x66\xc6\xe3\xf0\x84\x23\xf1\xca\xf8\x98\x83\x41\xcd\x75\x5c\x8d\x02\x0f\x32\xda\xf2\xa3\x6c\xd1\x52\x9c\xd8\xd6\x3b\xfc\xa8\x59\x28\x3b\x04\xf1\x41\xac\xda\x20\x11\xba\xe2\xf7\x43\x72\x0e\x92\x53\xb0\xa0\xf7\xfc\x15\x71\xc0\x72\x8d\x43\x85\x00\xd8\xb5\xe0\x18\x99\x30\x0a\x64\x69\xf9\x93\x25\x53\x2f\x69\xec\x94\x33\x0b\xed\x18\xdb\xb7\x35\x50\x42\xe2\x71\x33\x5d\xe3\x48\x85\x2e\x80\x9b\xb5\xb2\x19\x0e\xbd\xfd\x7c\xff\x3f\x77\x68\x3a\x0c\x36\x99\xf1\x61\xa0\xb6\xc1\x50\x94\x02\x6c\x10\x13\x85\xb0\x3c\x22\x0c\x39\x51\x15\x30\x21\xd3\x20\xca\xde\xe8\x09\x9d\x9d\xc8\x7f\x34\xed\x96\xd8\x86\x67\xf1\x9d\xdd\xda\x49\xa5\x2e\x2b\xe2\xc9\xbd\xce\x5b\x1c\xcb\x8a\x54\x3f\xfc\x00\xea\x01\xa8\xd5\x94\x6c\x02\xdd\x73\xed\x1c\x29\x3c\xe9\x19\x1b\x01\x89\x65\x4d\xd5\x6e\xa9\xca\xbd\x85\xe6\x35\x5f\xd5\x34\xc8\x1e\x0a\x05\xbe\x39\xe7\x6f\x0b\xe2\xf8\x07\x9c\x62\x6e\x72\x5d\xf8\xc2\xb5\x0b\x02\xd6\x55\x56\xb6\xc4\x0a\x30\x42\xf2\xb7\x25\xf8\xff\x86\xa3\x0d\x67\x8a\x66\x41\xe9\x01\x4d\x28\x30\x77\x1d\x46\xdb\xe3\x0a\x38\x0f\xc3\x37\x0c\x83\xfd\x27\x61\x06\xba\xd2\x04\x3e\xae\x26\x3f\x83\x2a\xac\x93\x2e\xab\x25\x5f\x03\x71\x40\xda\x81\x04\x51\xe0\x34\x57\xd9\x4c\x56\x18\xa9\x07\x03\x05\xe6\x38\xbc\x53\x06\x85\xa2\x2b\xa5\xff\x58\x40\x7e\xc5\xec\xa1\xe1\x86\xfd\x05\xfa\x31\x56\x96\x09\x66\x53\x6b\x34\x28\x43\xc4\xf9\x65\x4e\x41\x13\x2c\xc5\x4d\xbd\x05\xa7\xe8\x05\x2b\xf5\x0d\x00\x8a\x8f\xd8\x76\xe7\x90\xba\x49\x4a\x5b\x93\x65\xbf\x35\xf6\xc3\x1a\x28\x2c\xe0\x22\x51\x4c\x38\x84\x9a\xd6\x99\x00\xc4\x23\x7e\x19\xd1\x00\x98\x75\x7e\x59\x73\x99\x27\x01\x4d\x92\x48\x78\x65\x19\x22\x9a\xa2\x02\x66\xd2\xab\x92\x8c\xb8\x10\xd0\x0d\xd8\x00\x37\x47\x78\x63\x4e\x71\xfc\x8d\xb0\xd2\x34\xe8\x5b\x88\x43\x81\x5a\x3f\xc4\x36\x46\xcc\x9c\xca\xe3\x83\x00\xed\xf7\x31\x70\x87\x3b\x4f\xeb\x1a\x0b\x97\x0f\x60\x4c\xa5\x59\xec\x74\x5c\x38\x57\x56\xdf\x03\x17\x21\x84\x44\x86\xb8\xad\x55\x0d\xc0\x39\x36\xf3\xc0\xaf\xde\x8f\xc4\x3c\x08\x84\x73\x53\x0d\xa4\xbf\x4d\xe5\x54\x98\x03\xb5\x1f\xb4\x87\xb1\x0a\xa7\x22\x71\x15\x14\x13\xea\x6c\x96\x80\x01\x08\x0b\x92\x66\x34\x77\xab\xee\x35\x89\x12\xb5\x18\x58\xe3\xed\x44\x28\xe0\xb0\xb1\xe1\x13\x0c\xe1\xc5\x9c\x5a\x93\x1f\x0c\xbd\x1c\xe5\x7c\xc4\x7d\x4c\x72\x0c\x17\x1e\xe1\x31\x3d\xd5\x98\xb8\xad\xcb\x7c\x1d\x8f\x03\x4e\x15\x3d\xf3\x1f\x8a\x55\xf6\x79\xee\xa1\x36\x7b\xd9\xd1\xf0\xde\x6b\x58\xec\x9e\x45\xfb\xa4\xb4\x04\x35\x05\xf9\x42\xcb\x98\x43\x12\x54\x2e\x31\xd3\xf9\x40\x8c\x9b\x80\xb6\xa0\x9e\x60\xb8\xbf\x13\x84\xae\x01\x88\x6c\x01\x09\x16\x3a\x89\x61\xe2\x23\x23\x53\xd7\x88\xa2\x0a\x9f\x29\x3a\xa9\x9f\x21\x94\x7b\x1f\xbf\x51\xe2\xab\x36\x10\x4d\x36\x99\x2f\x32\xd0\x1b\x5c\xf0\xa5\x91\x0e\x1c\xac\x27\x13\xd2\xe1\xdc\x47\x22\x61\x24\x5f\xf9\xa2\xa7\xe0\xfb\xc7\x88\x1f\x26\x46\x81\xfd\x52\x2e\xb2\x07\xd8\x86\x8c\x18\xb0\xc3\x83\x47\x88\x3b\x48\xbb\x88\x72\x97\x14\xc9\x68\x22\xc2\xf1\xb5\xb0\x22\x48\x99\xdc\xdd\x93\xde\x22\x0d\x54\x10\x95\x69\x7a\xd4\xf7\x89\x02\x66\x16\xc0\x8a\xc7\x83\x97\x4f\xf3\xf6\x62\x2b\xae\x69\xcb\x8f\xc5\xfe\x3e\xc2\x32\x56\xb7\x4b\x30\x40\x6b\x00\x8c\x87\x28\x85\x09\xd6\xce\xd0\xa2\x2c\x3e\xc7\xf9\x59\x5b\x79\xee\x0b\xaa\x7c\x24\x4c\x57\x1d\xa3\x90\x4f\x90\xc6\x45\x63\x21\xfe\xbb\xe1\x93\xae\x28\x62\x57\x3a\x07\xfc\xd7\xd1\x84\xc5\x8a\x92\x6b\x66\xae\x81\xd1\x12\x97\x15\x43\x21\xb7\x74\x90\x9b\xba\x14\xc2\xc1\xe7\x42\x8a\x8b\xa1\x06\xf9\x48\x7f\x07\x8b\x1f\x3d\x1f\x47\x2b\x31\xd6\x4a\x99\x3e\x4c\x60\xa4\xa7\x05\x09\xb7\x91\x6f\x10\xe3\x66\xad\x73\xa1\xad\xa3\xe7\x84\x97\x3e\x8c\x7c\x4b\x88\xd7\xb9\x26\xf5\x10\x98\xd0\x5f\x6b\xd0\x47\x58\x8a\xab\x75\xd6\x9a\xd6\x81\xf1\xce\xa5\xfd\x80\xd0\x67\xbb\xe8\x28\x84\x5c\x54\x34\x20\xec\x07\x55\x44\x19\x11\x63\x37\x6a\x22\x82\xd5\xd6\x25\xf0\x5b\x8a\xd4\x56\x47\x5b\xeb\x26\xbc\x12\x5f\xc7\x65\x07\x0b\xfc\x68\xc8\x93\x32\x10\xf1\x71\xbe\x32\xa9\x98\x49\x2c\x43\x81\x3e\x61\x15\x94\x90\x1c\x88\x4e\xe7\xe9\x8c\xd0\xa9\xbf\xb6\xa0\x3f\xd4\xf0\xc8\x0c\xf0\x9b\xdd\x35\x06\xbc\x89\xf9\x31\x10\x1d\x8e\xc4\x77\x18\x56\xe1\xb4\x67\x71\xf9\x21\xb2\x12\xb7\x2d\x3b\x57\xaf\xab\x1b\x93\x99\xc4\xcc\x52\x54\xa6\xd2\x4e\xc2\x20\x81\x10\x02\x34\x53\x14\x47\x71\x01\x04\x87\xb0\x4a\x88\xf0\x6a\xd5\x00\x67\x82\xfa\x01\xf4\x95\xf9\x42\x63\xac\x81\x15\x49\x92\x3c\x16\x48\xf0\x23\x6d\x38\x98\x62\xe2\x64\x96\xb2\x6c\x96\xbb\x85\x55\xf0\x49\x43\x60\x77\x6f\x32\x04\xf2\x35\x6f\xee\xf3\x3f\xae\xff\x70\xb6\x05\x4f\x80\x8d\xd5\xa8\xc7\x6b\x48\xd7\xc1\x79\xdd\x4e\xe0\x59\xe0\x22\x28\x6a\x5d\x4a\x50\xf4\x78\x05\x68\x66\x57\xeb\xe8\x8a\x0f\x2c\xd2\xbc\x2d\x0d\xf3\x23\x16\x53\xb0\xbc\x36\xe3\x06\x77\x4e\xd8\xc2\x02\x3a\x4a\x04\x74\x2d\x11\x74\xff\x1f\x48\x67\x1b\x1e\x53\x75\x83\x06\xe6\x9a\x60\x8c\x44\xa0\x2f\xd1\xef\x88\x9a\xd7\x9a\x48\x0f\xc2\x75\x18\x8c\x0a\x6d\x18\xe5\x05\x82\x28\x8f\x36\x45\xa1\x2c\xd7\x19\x4b\x80\x5f\xfe\x17\x10\xc5\xd8\x86\x05\x13\x71\xc0\x07\xca\x3e\x2a\x24\x98\x09\x2b\xe3\xf2\x27\xca\x28\xcc\x4a\x5b\x5a\xd0\x35\x54\xe5\x92\xb9\x8c\xd8\xe5\x49\xcb\x4a\xa9\x81\xdf\x7c\x6f\xb2\x38\x6c\x15\xb5\x2b\xdc\x8d\xb8\x59\x81\xf5\x3a\x27\xad\x26\xeb\x2c\x2c\xa0\x4f\xc8\x68\x94\x0e\xbe\x2f\x35\xfc\x6d\xb7\x03\x69\xb0\xa9\x94\xf7\x88\x00\x7f\x13\x5f\xe1\xf3\xbe\x5e\xdb\xd5\x07\xc2\x82\x38\xc3\xf5\xde\x16\xc8\xe7\x20\xaf\x4f\x9c\x9f\x62\x81\xa2\x08\xbe\x6e\x24\xc6\x05\xca\x3f\xe6\x42\x0e\x90\x0a\x75\x3a\x0a\xa5\xd1\x53\x26\x41\x4e\x25\x7e\x4d\x20\xe7\x13\xf7\xed\xce\x61\xc5\xd8\xda\x1a\xe7\x76\x89\x61\xb8\x8c\xcc\xb4\x18\x3f\xf1\x67\x90\xbc\x14\xa5\x5c\xb8\x56\x37\xb8\xd4\x52\x4d\xd9\x09\x70\x27\x8e\x88\xef\x62\x82\x15\x54\x7c\x0a\xe0\xc8\x27\x30\xe1\xce\xa7\xda\xdd\x38\x59\x27\x9c\x65\x58\x56\x90\xc7\x9c\x22\xd5\x06\xbb\x47\xb8\xac\xbe\x26\x86\x90\x29\x24\xa3\xde\x52\x42\xa2\xd1\xd9\x98\x77\x79\x21\xaa\x62\xef\x80\x26\x8a\xd2\x0b\xba\x22\x5d\x08\xd8\x72\xac\x0c\x7b\xe5\x8b\xdc\xc5\x52\x2b\x66\x60\x0c\x05\xc7\x23\x71\xa3\xd2\xca\xd0\x88\xa6\x9e\xcb\x65\x87\x6c\xab\x28\x04\x38\xa8\x43\x6c\xd3\xc3\xa3\x27\xa2\x3c\x12\x09\x86\x8d\x30\x59\x0b\x20\x47\x7a\x84\x11\x0d\xfc\x35\xd1\x23\xf7\xd3\x66\x76\xe1\x8f\x20\xd9\xb0\x4b\x85\x88\x21\x9d\x6a\xcd\x95\x62\x29\x17\x06\xbb\xd7\xec\xdf\x03\x76\x9d\x0c\x62\x5e\xb5\xc3\x2b\xc5\x06\xd6\x14\xe9\x45\xf2\x38\xdf\x00\xb1\x6a\x58\x22\x15\xc0\x93\xd0\x37\x66\x87\xf8\x5a\x5b\xa8\x24\xff\xb0\x9a\x49\x7c\x43\x6e\x34\xcc\x39\x49\xe6\xe4\xc2\x4d\x17\x4a\x63\x1e\x85\xf9\x3b\x17\x75\x2c\xaa\x10\xa4\x0f\xba\x42\x3d\xe1\xec\xd1\x25\xd3\x23\xc4\x45\x95\xc6\x31\x31\x75\x9f\x12\x33\x14\x8f\xd3\x9f\x39\x4b\x66\xb6\x0a\x8b\xfc\xc3\x10\x37\x27\x29\x3c\x65\x07\x40\xd1\xea\xe2\x92\x89\xe3\x84\x9d\x42\x0c\xd1\xc2\x3a\xef\x38\xf4\xda\x3d\x44\x58\xcc\x15\xc6\x4d\xc3\x24\x98\x20\x15\x6d\x3a\x73\xf3\x6b\xeb\xba\xbd\x2b\xf4\xac\x42\x6a\x3f\x72\x63\xf4\x0c\x63\x10\x71\x39\x77\x4f\xc0\xcb\x50\x2f\x03\xd8\xc9\x16\x67\x9b\xce\x71\x85\x08\x7e\x75\xa1\x7d\xa6\xe5\x3b\x08\x5a\x51\xfe\x3e\xf1\x43\x51\x6f\x5d\x5e\xdd\x8d\xcf\x2e\xb6\xc0\xf8\x1e\x1a\x6e\x61\x80\xd9\xf9\x39\x30\xe4\x4e\xe6\x49\xad\x2b\x81\x80\x0d\x96\xb2\xc6\x59\x92\x57\x32\x54\x48\x3d\x25\xc8\x50\xe6\x94\x63\x76\x4a\xa7\x36\xb2\xd5\xb7\x74\x54\xca\x7e\x0f\x6a\x84\x0c\xbc\x10\xbf\x6d\xe7\x13\xf8\x9a\x0c\xb3\x99\xc3\x1b\xf9\x4a\xca\x06\x63\x94\x4a\x3a\x4c\xa7\xd2\x2a\x7d\x68\x68\x46\x6b\x85\xc0\x08\xf7\x95\x06\x32\x65\xa0\xb1\xe3\x75\xc7\xa1\x9e\x56\xb9\x27\x69\xf8\x26\x05\xf3\x9e\x92\xa5\x76\xdd\x2f\x40\x61\x5f\x2d\xe2\x0c\xba\xcc\x69\xe7\x01\xd7\xc7\x37\x76\xb8\xce\x65\x19\x62\xbd\xa4\xca\xe5\x73\x83\x0d\x5c\x2a\x56\x2c\x85\x02\x08\xc8\x00\x59\x58\x30\xa0\xcd\x77\x71\x91\xcb\x28\x9b\x0a\xeb\x73\x90\x30\x63\x60\xa1\xa4\xe5\x7e\x9b\xdf\x7b\xec\xd6\xd9\x9c\xc8\x9b\x82\x07\x4e\xa5\x63\x91\x0f\x72\x88\x2e\x79\xc5\x08\xa5\x4f\x8e\xb7\x2d\x42\xac\x65\xaf\x36\x1f\xdd\x86\xcc\x73\x7c\x6f\x31\xdf\x49\x35\x32\x19\x25\x90\xee\x39\xf4\x29\x96\x30\x64\xee\x3b\x9d\xf7\x54\xc7\xfa\x2d\x07\xb8\xfd\xa0\xca\xdb\x79\x08\x5b\x7b\x1a\x13\x80\x85\xf3\xbf\x20\xce\x55\x4c\x23\x06\x87\x22\x06\xb0\x61\xa3\x31\x51\xb5\x0a\x3b\xc3\x14\x07\xd8\x76\x55\xff\x98\x31\x8f\xf5\x2d\x36\xb2\xa8\xcb\x2a\x28\x6c\xa5\x62\x3d\x07\x00\x2b\x85\xaf\x44\x14\x38\x88\x5f\x47\x4a\x32\x96\xe4\x34\x46\xad\xbd\x28\x77\x43\x04\xdf\x95\xf6\x36\xb4\x8c\x78\x98\xa4\x57\x64\x8a\x0d\xd4\x0c\x3b\xb3\x29\x28\x59\x5c\x3e\x92\x8a\xa4\xd5\xb9\x68\x4a\x34\x1e\x4e\x9d\x54\xf3\x3a\x02\xd6\xba\x55\x3d\x2f\x1c\xa3\x6e\xac\x25\x53\x28\x8d\x7a\xd4\x2b\xcb\xc4\x4c\x65\x25\x13\xe8\x09\xe4\x39\x25\x3b\xbe\x13\xc0\xb9\x6a\x17\x05\xba\x91\x78\x53\x95\x78\x5a\x00\x85\x86\x3d\x70\x9d\x69\x4c\x7f\x69\xc4\xa4\x41\x12\xeb\x1b\xcb\xd5\x28\x32\x29\x66\x25\x65\xac\x47\x4b\x57\x5d\xa4\x8f\x33\xae\x16\x72\x38\xd4\x9b\xa4\xd5\xe7\x7f\x24\x35\xf3\x61\x16\x91\x99\x28\x0c\x0f\xc1\xa1\x6b\x1e\xba\x8f\xfc\xfc\xa5\x69\xf0\xa1\xd8\xbd\x21\xff\x82\x3b\x35\x31\x29\x43\xb3\x9d\x52\x7a\x87\x6e\x84\x48\x73\x2d\xb8\x03\xa7\x72\xc5\x8d\x20\x34\x83\x44\x24\x7e\x22\x8e\x2e\xe2\xbe\x8d\x98\x12\x4d\x21\xa7\x23\xc5\x5f\x7a\x0b\xa1\x8c\x4c\x3d\xa8\x2c\x81\x78\x02\xde\xc8\x10\xab\xa6\xd2\x72\x5f\x69\x35\xf7\xf0\xbd\x80\x17\x23\xdc\x68\xcb\x01\x88\xf3\x3b\xbb\x42\x1c\x1d\xb7\x71\x50\xc8\x9d\x74\x84\x90\xf1\xbe\xa1\xc6\xe1\x4b\x68\x63\xe0\xc6\x8c\x24\xa2\xc1\xaa\x97\xb2\xf7\x58\xd3\xf7\x1f\x81\x26\xaf\xc3\x7e\x17\x87\x57\xda\x40\x71\xd0\x94\x2e\x4d\xf5\x9b\x8d\x58\x27\xc0\xa1\x3b\x43\x1b\x03\x59\xa4\xe0\xf8\x0d\x6d\x82\xf1\x9b\xb7\xf8\x90\xcb\xc4\x8b\x22\x26\x1d\x58\xa9\x5d\xab\xcf\x06\x6b\x0a\x72\xf3\xde\x60\x83\x0b\x60\x4e\xbd\x1c\x89\x73\xed\x28\x75\xc2\xa6\x6d\x21\xde\x42\xfc\x09\x7c\x59\x46\x23\x88\xa4\x4e\x96\xe1\x4c\x06\x52\x0a\x29\x56\x07\x03\x24\x45\x4a\x5e\xba\x2a\xd8\xb0\x13\x98\xb7\x7d\xd7\x91\xba\xcd\xfb\x79\xb3\xd9\x6a\x8a\x9a\xde\x8d\xe5\xcb\x9e\x70\x77\xb0\xae\x05\x90\xbf\x75\x7a\x2b\xc6\xb7\x5b\xe2\x0f\xa7\xb7\xe3\xdb\xc0\xdc\xb7\xe3\xbb\xef\xaf\xde\xdc\x89\xb7\xa7\x37\x37\xa7\x97\x77\xe3\x8b\x5b\x71\x75\x93\xb6\xe5\xaf\x5e\x89\xd3\xcb\x1f\xc5\x9f\xc6\x97\xe7\x10\xee\x68\xee\x00\x3f\xd4\x74\x2e\x28\xae\x44\x13\xae\xe4\x49\x99\xb4\xb3\x20\xaa\x93\xc6\xfd\xc8\x4b\x48\x72\x89\x55\x94\x10\xd9\x75\x88\x05\x66\xde\x8d\xef\x5e\x5f\x0c\x81\xeb\x97\xbb\xe3\xcb\x57\x37\xe3\xcb\xef\x2e\x7e\xb8\xb8\xbc\x1b\x8a\x1f\x2e\x6e\xce\xbe\x07\x2a\x4f\xff\x30\x7e\x3d\xbe\xfb\x91\x54\xe8\xd5\xf8\xee\xf2\xe2\x96\xb7\x0f\x9c\xfa\x31\xae\x4f\x6f\x40\x60\x6f\x5e\x9f\xde\x88\xeb\x37\x37\xd7\x57\xb7\x17\xec\x6d\xb9\x5b\x58\x62\x67\x81\xf7\x07\x39\x4d\x5d\x07\xea\xcc\x70\x56\xd8\x57\x17\x90\x9c\x35\xb5\xd5\x18\x9e\xd3\x82\x0b\xbf\xfd\x96\xf4\xaf\x43\xdc\xa4\x5e\xca\xd5\x46\xe7\x70\x63\x27\x2c\x37\xc0\xb5\x76\x84\xec\xce\x64\x3a\xa6\xc9\x0c\xea\xbe\xcf\x4a\xd5\xd8\xb4\xd1\xba\x9e\xcc\xb2\xee\xfd\x7e\x04\x9f\x03\x4b\xf1\xa1\xd7\x5a\x4e\x70\xf7\x25\xee\xb7\x42\xcf\x2b\x20\xfc\xa9\x1a\xa2\x83\xc7\x80\x4b\x25\x15\x3b\x81\x46\xc8\xb4\x93\x52\x4b\xe8\x64\x81\x02\x35\x69\xc9\xa0\x52\xd3\x52\x4f\x71\xff\xf1\xce\x30\x76\xbb\x87\xbd\x52\x6e\xac\xfc\x7c\x54\xdf\xb7\x39\x50\xc0\x9a\x7e\xa9\x27\x14\xd0\x11\x71\x53\xac\x47\xc4\xbe\x45\x98\xb2\xc1\x1d\x08\x8e\xba\xe3\x9b\xed\x83\xd1\xb3\xe7\x3e\xb0\x28\x13\x44\x56\x6a\x9a\xd8\x57\x04\x48\xb4\x12\xf7\x4c\xf6\x6a\xf8\xf8\x74\xd8\x12\xd0\x6d\x0e\x70\xb5\xc2\xde\x7a\xd2\x7d\x06\x83\x82\xc0\x96\x5b\x09\x18\xc0\x70\x4d\x17\x1b\x72\x7e\xd0\x80\xd0\x58\x73\x03\xba\xb1\x5c\x6d\xb9\x67\x8e\x5e\x3c\xfa\x6a\xec\x1a\xaf\x26\xba\xc4\xcd\x36\x62\x4c\xcb\x57\x74\xe5\x85\x99\xe0\x6a\x5a\x31\xd8\x7e\xb2\x27\x1e\xa8\xc2\x65\x97\x86\x15\x76\x6a\x4c\xbe\xd0\x65\x5a\x3b\xfc\x80\x9b\x71\xeb\x5a\x62\x95\x10\x63\x82\x16\x09\x2f\xa4\x2e\x71\x7f\x24\xf5\xe4\xcb\xa2\xad\xba\xe0\x86\x9c\xe0\x86\x9d\x20\xb4\xeb\xcd\x66\x3d\x7e\xf0\xc4\xca\x81\xe2\xa0\x1e\x62\x80\xbe\x5a\x88\xf3\x63\xc4\x62\xba\xcc\xef\x35\x35\x49\x0b\xbf\x7d\x03\x2c\xc0\x33\x21\x6c\x6e\xf0\xc3\xb3\x05\x7c\x3d\x12\xa7\x19\xfa\x04\xe4\x42\x40\x5e\x9c\xf9\xb4\x73\xd4\x89\x51\xbc\x9d\x61\xe8\xde\x37\xd7\xd5\x66\xe1\x93\xed\xb6\x10\x85\x66\x33\x63\xb8\x0a\x4a\x95\xce\x5e\xb3\x9d\x6a\xae\x10\xb7\x15\x8a\xf0\x04\xa0\x8e\x28\x94\x7e\x0b\x3f\x38\x7b\x2e\x83\x7a\xf4\x5b\x92\xde\xa9\x79\x85\x5b\x4b\xba\x82\x18\xb3\xb5\x0c\xb4\x0b\x33\x29\x7d\x15\x8a\xe2\x96\x3d\x84\x1d\x8c\x7c\xb9\xd5\x42\x47\x04\x9a\x90\x5f\xe9\x80\xa0\x31\xc1\xf8\xde\x2c\x30\x13\xe2\x54\x32\x32\x8c\xf8\x99\x0c\xdc\xad\x8f\x76\xb4\x54\x65\xd2\x0d\x89\x31\xb7\x6f\x8b\x50\x11\xd7\x5f\x46\x20\xed\x60\x94\xe8\xa5\x48\xa7\xeb\xa2\x74\x88\xde\x55\x8a\x12\x35\xf0\x35\x61\xcc\x99\x74\xc1\xf8\x8c\x06\xcf\xf6\x4e\xbc\x29\x22\x6f\x72\x55\x40\xba\xe2\x8f\xc9\x98\x32\xdf\x50\x3a\x97\x76\x4e\x48\x14\x82\xeb\xc8\xc5\xce\x9c\x5b\x6b\xbb\x6e\x99\xaf\x1c\xe3\x61\x53\x8b\xe6\xe3\x8b\xa8\xc3\xf5\xba\xf1\x64\xe9\x83\x8d\x6e\x41\x4b\xe4\x40\xc7\xd3\x18\xcc\x2f\x12\x6d\x4c\xc2\xc6\x48\x0b\x2b\xf0\xc5\xe5\x39\xfa\xd5\x4d\xdb\xe0\xe8\xfb\xd3\xeb\x6b\xb8\x65\xfc\x3f\x27\x28\x42\xaa\x16\xd4\x78\xe8\x81\xb7\x2f\xa4\x5b\xf7\xf0\x3b\x22\x65\x11\x7b\x49\xf0\xba\xfb\xc4\x07\x86\x7e\x1b\x45\xbf\x9a\x10\xc2\x6a\x03\x56\x63\xf9\xfc\x0a\x67\x73\xc3\x2e\x93\xf7\x5b\x6a\xc1\x41\x80\xb1\x33\xe8\x4f\xb0\x4b\xa9\x40\x33\xb7\x7e\xfa\xcb\x56\x97\xa4\x60\x65\xc2\x7b\xbb\x65\x50\x26\x42\x55\x9f\xf5\x25\x99\xf4\x48\x6c\x9f\x9b\xea\x77\x71\xbf\x40\x62\xa3\x61\xf0\xff\xd8\x11\x94\xad\x53\x9a\xda\xed\x91\x8e\x74\xf8\xec\x20\x71\xdb\x49\x6f\x16\x6d\xc5\x2d\x01\xcf\x1f\x62\x23\x94\x92\x7a\x26\x00\x70\x42\xf1\x81\x08\x70\x06\x74\xb7\xaf\x93\x06\x14\xa7\x7b\x59\x6f\x40\xcb\x30\x62\xe5\xb4\xab\x3b\x4b\x4d\x1e\xdc\xb7\x56\x27\xaa\xdb\xb2\x42\x1d\xd2\x40\x89\xc3\x07\xb7\x80\x38\x2a\x5c\x23\x06\x6f\xa1\xaf\xe8\x77\x3e\xfd\xe6\x17\x3a\x9b\x20\x9d\x8e\xfd\x78\xcf\xb9\xd0\x77\x8d\xe5\x99\xae\xc8\x21\x6d\x36\xc3\x8e\x35\x2b\x43\xd7\x4c\xc4\xd3\x97\xa4\xd4\xa0\xe4\xa6\x75\x1b\xbe\x0c\x67\xf8\x5e\xcb\x89\xa3\x87\xbd\xca\xe4\x49\x06\xd5\x57\xa6\x61\xba\x3d\x54\x6c\xe3\x0d\x71\x07\xe6\xce\x37\x38\x44\xc8\x4e\x10\x16\xe2\xc1\x27\x62\xa4\x0f\xea\x79\xeb\x34\x84\x0b\x04\x94\x51\xbf\x62\xc0\x93\xd4\x00\xcc\x84\x6a\x67\xb2\x57\xc0\x0b\x6a\x2d\x9b\xa0\xfc\x1f\xdb\x80\xea\x37\x45\xef\x02\xc9\xf4\xc8\xa7\xc4\xeb\x8f\x45\x22\x7e\x07\x1a\x0e\x93\x14\xd8\xd6\xf7\x3b\xd1\x46\xf9\xe4\x86\xc7\xe2\xf1\xff\x63\x30\x1e\xc2\x70\x62\xdb\xad\x52\x3d\x12\x82\xca\x53\x90\x03\x1a\x04\x4b\xab\xa6\x2d\x1e\xc8\x99\x42\x8e\x6a\xab\xd5\x7d\x7e\xbe\x76\xd2\x45\xef\x6e\x7d\x5d\xa3\x2f\x47\xca\xff\x15\x5f\x61\xff\x3f\x9f\x17\xf8\xf5\xcf\x7e\xe3\xeb\x23\xe7\xbf\x8f\x5f\x1c\xae\xfe\xfe\xcf\xfe\x8b\x17\xc7\x5f\xf6\xff\x7f\x8e\x57\x3c\xff\x3d\x18\xfc\xe4\xdf\xfd\x65\x7b\xc3\x4f\x76\xec\xd0\x19\x40\xac\x3d\x81\xfd\x8b\xef\xef\xee\xae\x05\x95\xce\xb1\xbb\x6e\xcd\x03\xc7\xfc\xa5\x91\x00\x8a\xb2\x44\x80\xb6\xbc\xb3\x13\x13\x0d\xf0\xec\x66\x39\x98\x6b\x6c\x2a\x73\x59\x87\xab\x8a\x74\xdc\x98\x4f\xd1\x8c\x71\x5f\x93\x2f\x51\xfa\x53\x5c\x7c\x64\x7b\x62\x4c\x03\x60\x28\x6b\x17\x9d\x4e\xd8\x38\x77\xc8\xd5\xcf\x27\x7f\x83\x64\x38\xe0\x1c\xfc\x8c\x2a\x3e\xe2\x46\xf9\xdf\xd5\x10\xef\xc7\x7c\xef\x0d\xa4\x55\xea\xfd\x89\xf8\xaf\xb0\x66\xfc\x75\x91\x51\xb2\x70\x5f\x2b\xb1\x6e\xef\x43\x9c\x68\x37\xb3\xf9\xde\x7f\x13\xe5\xcf\xc4\x35\xa4\x0c\xc6\x99\x7a\xb6\xe4\x23\x40\xe9\x79\x7a\x3e\x4e\x4f\xe7\x6f\xb2\xd6\xef\xed\x0c\xdf\x33\x5b\x28\xd2\xe8\x6d\x34\xe6\xb3\xc1\x1f\x94\xaa\xd9\x05\x76\xe3\xc0\x72\xa9\xcb\x01\x80\x8c\xdd\x18\x4a\x7d\xc0\xef\x2c\x30\xc6\x01\x04\xc6\xd8\x0f\x0f\x9e\x51\x75\x74\x6a\x65\x8c\x36\xc9\xe7\x0b\xf6\xf9\x10\x89\xb7\xfe\x78\x63\x28\x2c\x07\x90\x47\xa7\x9b\x81\x44\x30\x1e\x80\x9c\xc9\x50\x01\x10\x4f\x4f\xf1\x09\xb9\x0c\x38\x47\x3b\xc8\x28\x62\xa2\x50\xd0\x88\xa2\x2d\x0b\x3c\x70\x49\xf1\x1a\x1e\x98\x74\x27\x83\x83\x91\x40\x2f\x61\xb1\x7e\x4e\x8d\x72\x7f\x16\x3a\x2c\xbc\xbf\xad\xda\x1f\x5e\xda\xfe\xa9\x3b\x33\x45\x81\x93\xee\xd4\x10\x4f\xf0\x8f\xdc\xcc\xff\xf0\x0b\xb2\xe2\x5d\x38\x0b\xf6\x8e\x7e\x83\x60\x8f\x07\x79\x47\xad\xd9\xbd\x9d\x9d\xc1\xe1\x88\x1a\x36\xa0\x92\xcb\xae\x13\x90\xcc\x0a\xf3\xbd\x47\x71\x66\x4d\xe9\xc3\xdf\xdd\x42\xcc\x97\x78\x0f\x9d\xdd\x7a\xbf\x33\x38\x1a\xf9\xdf\x2d\x58\x95\xc2\xf6\x4f\xa4\x76\xb7\xed\x84\x48\xf9\x47\xc8\x74\xfe\x19\xf7\x0e\xac\xe5\xdd\xb4\x34\x60\x2b\x44\x2f\x9b\x00\x20\x51\x89\x3b\xff\xbc\x5e\x59\x45\x81\x86\xc3\xa3\x81\x83\xc1\xdb\x10\xef\x60\xc0\x89\xc6\xf6\x9e\x7e\xd8\xc0\x1b\xc3\xfb\x21\xed\xb6\x81\xc4\xc2\xfa\x7d\xd0\x18\x4e\x61\xa1\x17\x7f\x41\x86\x7e\xda\xe1\xfe\x48\xfc\xa4\x79\x0e\x95\x3f\x42\x35\x19\xcb\x3b\xbc\xb4\xf7\x4c\x47\x7a\xe8\x97\x63\x80\x48\x48\x99\x83\x10\x7f\x17\xec\x13\xc2\x76\xe3\x74\xf8\x11\x06\x9c\x88\x4f\x30\x4e\xa4\x9b\x0d\x88\x42\xbc\x83\x9a\x32\x4d\xf8\xe1\x87\x74\xe6\xc4\xd2\x7a\x3f\x1a\x40\x5d\x77\x3c\xee\x5a\xd3\x3e\x0b\x5a\xf8\xea\x84\x98\x6b\xb5\x15\x46\x23\x1b\xe7\xe4\x47\x79\x38\x64\xe8\x39\x19\x5c\xf2\x13\x11\x2b\x0f\xf9\x05\x47\x3a\x57\x7f\x64\x27\x0c\xf4\x0c\xeb\x08\x15\xc9\x69\x4c\xd9\x1d\x1f\x5c\x21\x9c\x61\x4e\x1f\x32\xfd\xe1\x88\x21\x5b\xba\x38\xbb\x39\x77\xb8\x0d\xb3\xa5\xa6\x45\x97\x1f\x25\x1b\x29\x48\xb2\xbc\x98\xc1\x9a\x7e\x06\x7a\x00\x7c\x5c\xb7\xaa\x8b\x07\xe4\xc7\xca\x6f\x6b\xe4\xb0\xa8\x89\x91\x36\xf7\x58\xda\x69\x6f\xac\xcd\xab\xff\x6d\xef\x49\xbb\xdb\x36\x92\xfc\xbc\xfc\x15\x78\x90\x67\x46\x9e\x15\x40\xdd\x72\xf8\x46\xd9\x55\x64\x3b\xd1\x8e\x2d\xf3\x49\x72\xf2\xf6\xcd\xe4\xd9\x10\x09\x49\x88\x41\x82\x83\x43\xb6\x36\xf1\x7f\xdf\x3a\xfa\x04\x1a\xbc\xa4\xc8\x99\x84\xd8\x1d\x47\xec\xbb\xab\xbb\xeb\xea\xea\xaa\x4f\x24\x7b\x38\x6b\x19\xcf\xa6\x37\x88\x19\x2c\xd0\xef\x40\x42\x0f\x4b\x11\xb5\xe3\x25\xc0\xc5\x4d\xc5\x2f\xa6\x73\xbe\xea\x1c\xe1\x63\x07\xb4\xa3\xff\x18\xdd\x91\x99\x85\xd1\x81\x6a\x38\xec\xbc\x24\xbd\x15\xbf\xa0\xde\xb0\x33\x49\x46\x26\xec\x2d\x9f\xb3\x82\x78\x12\xdf\x92\xd9\x05\x3f\x9b\x8a\xe8\x69\x70\x00\x23\xfa\x88\xe5\x6b\x80\xb2\xf2\x9e\xac\xcb\xe4\xeb\xb8\x84\x2c\x90\x40\x83\xa0\x20\x2b\x5b\x7c\xe6\x02\x40\x0d\x35\x3e\xc7\xdd\x87\x42\xda\xa1\x00\xb1\x0f\x65\x81\x2e\x4c\xaa\xf2\x90\x8d\xc8\xbf\x02\xb6\xa4\x87\xff\x88\x37\xd0\x63\x56\x50\xc0\x54\x41\x38\x16\xa3\x55\xa2\xb7\x1b\xe5\x6c\x88\xcb\x29\x31\xf5\x0e\x83\x98\x95\xc8\xa4\x2f\xc3\xba\xfc\xc3\x33\x69\x13\x6e\x1b\x17\xb6\xd2\x30\x65\x84\x65\xbd\xa0\xb6\x33\x3b\xa6\x93\x2f\x79\xe0\x84\xe9\x42\x16\x56\x45\xf7\x76\x2b\x4a\x27\x37\xd1\x56\xe7\x43\x02\xdb\xcf\xea\xbe\x33\x8a\xcb\x08\xce\x51\xa4\xdf\x91\xeb\xcd\x85\xa4\x03\xd3\x81\x86\xe5\x77\xfd\x0c\xe8\x4e\xd1\x23\xd1\x2a\x00\xa2\x74\x09\x7f\xe5\xd8\x84\x4a\x03\xc9\x79\x70\x83\x7a\x8a\xa2\x5c\x7f\xaf\xbd\x75\x0d\xa2\xf4\x06\x92\xde\x3f\xf5\xfe\xfc\x67\x6f\xbd\x1f\x95\x37\x80\xfa\xae\x92\x4f\xeb\xef\xbb\xaa\x2b\xc8\xfc\xe5\x17\xcf\xca\x83\x49\xbd\x7f\x2a\x2d\xe7\x78\xe0\x67\x95\xb2\xe9\x93\x8c\x46\x4f\x5d\x21\x07\x62\xf8\x50\xef\xbf\xe9\x35\xc0\x58\x3d\xc5\xd1\x2d\x88\xa3\x70\xce\xb5\xe5\x29\x33\xee\x48\x8c\x53\xff\x31\xe2\xcb\x64\x65\x99\x16\xf3\xc5\xa2\xe4\x5d\x36\xbc\x49\x4a\x0e\x55\xd0\x9c\x84\xb6\xfa\x3f\xcc\x76\xd8\xcb\xce\x8f\xeb\x61\xd8\x05\xa9\x4d\xbc\x59\x3c\xfd\x16\x58\xf0\xa7\x8f\x28\x2b\x29\x24\x27\x28\x55\xf1\x2b\x78\x82\x5d\xd8\xff\xeb\x16\xfc\xda\x5e\xf9\x7f\x7d\x8c\xaf\xb9\xfe\x48\xfe\xf1\xb6\x39\x2c\x27\x0f\xe4\x0b\x72\x96\xfc\xb7\xb3\x57\x97\xff\x60\xf9\xf7\x56\xf2\xdf\x63\x7c\x3f\xff\xdc\xfd\xab\x77\x9b\x8c\x7a\x80\x31\xd9\xfe\x0b\x1f\xfc\x1d\xa2\x69\x1c\xea\xc3\x7a\xde\x5f\xbb\x9f\x3f\x77\x3a\x58\xac\x03\xac\x86\xf0\x7c\xc4\x2a\x4d\xa1\x57\x13\x3e\xbc\xa8\x20\x7a\xa8\xe0\xa7\xcf\x9e\x2f\x31\x3c\x96\x05\x8a\xaa\x73\x49\x1a\x08\xd9\xe3\xe8\x29\x36\x24\xdd\x07\x61\xc9\x37\x52\x74\xf8\x05\x48\x55\x35\x1e\x78\xfb\x3b\xf4\x67\x32\x3a\xaf\xae\x00\xf3\x7b\x7e\xa0\x1b\x43\xf6\x3c\x50\xe3\x3b\x06\x44\x5b\x4a\x3e\x51\x29\x5d\xa5\xb8\x08\x5c\x7b\x55\x68\xf3\x30\x2e\x95\x46\x97\x71\x3a\x65\xec\x54\x4a\xf7\x47\xaa\xd8\x2b\xcf\xff\x53\x11\xfc\xa9\xf0\xed\x39\xf0\xdf\x52\xcb\xf9\x8b\x54\x68\x7b\xfe\x7f\xfa\x9e\xff\xce\x5f\x7e\x3e\x91\x82\x19\x48\x5b\x40\xfc\xff\x05\x0c\x24\x9b\xb4\x02\x33\x40\xf3\x0c\x3b\x3f\xc4\xdc\x3a\x95\x2f\xb1\x0f\x1c\xb9\xf6\x83\x52\x64\x30\x44\x43\x52\x26\xe8\x08\xcd\x3c\x72\x6f\xc6\xbd\x20\x11\xb0\x75\x69\x44\x77\x7a\x8e\x65\xe9\x2e\x08\x88\x3d\x50\x26\x20\x7e\x79\xcc\x74\x8d\x1a\x11\x7c\x44\x61\x82\x3d\xc1\x8b\x26\x61\x51\x53\x08\xcf\x35\x34\x78\x31\xda\x56\x70\x63\x19\x7b\xbb\x18\xde\xa8\x64\xa6\xda\x21\xb2\x4c\x6b\x81\xb9\x40\x9e\x16\xba\xa5\x27\x34\xfc\xde\xe1\xfc\xbb\xd4\x18\xa7\x82\x04\xb7\x12\x9e\x31\x98\xb8\xb2\x1a\xab\x95\xba\xf0\x00\xeb\x1b\xd0\x6a\x8d\xfb\x5d\x64\x9f\xb5\xfd\xcd\xfb\xef\xa2\x76\xd0\xa5\x4d\x0e\xf0\xe9\xf8\x1e\x40\xdc\x3a\xb7\xaf\xa6\x28\x7f\xc4\xc5\x4f\x9d\x68\x60\x5d\x5a\xdd\x3a\xf6\x40\xf8\x54\x3b\x16\xb3\x9a\xa2\x25\x68\x3b\x34\x6c\x3b\x38\x60\x2b\xf5\x09\x70\x8c\xfa\x29\x9b\x54\xe5\x18\xac\xbf\x50\x19\x85\xe2\xbf\xd0\xd6\x04\xf9\xd8\x90\x5e\x0e\x15\x37\xf1\x50\xf4\x1c\x76\xbe\xb9\xe3\x67\xd2\x63\xf1\x8c\x2d\x29\x78\x93\x4b\x2f\x63\x42\xd6\xf9\x1b\xd9\x27\xa1\x2b\x9f\xaf\xbb\x7f\x13\x95\x03\x4c\xfb\x9a\x9f\xc4\x94\xe2\x0e\xcd\x00\x6c\x47\x02\x56\xd9\xb0\x86\x9d\xb7\x90\x46\x26\x91\xda\x14\x71\xac\xd5\x2a\x7c\x6f\xa9\x2c\xe7\xd4\xca\x90\x23\x34\xe2\x4b\x2f\x01\x4e\x80\xfb\x92\xc8\x7b\x2f\x61\xe8\x9a\xbe\x60\xf5\xf5\x74\x05\xe7\x1b\x22\xe0\xe4\x26\x7f\xdf\x5c\xe2\x45\xda\x42\xae\x5d\x2f\xfc\x13\x68\x42\x64\x9c\x8a\xc3\xa6\x37\x75\xb7\xb1\xa9\xd9\xb3\xd2\x8c\x5d\xa2\xda\x2e\x74\x8f\xe6\x29\xae\xf7\x79\x6f\x88\x78\xe6\x71\xb4\xbb\x9d\x17\xb7\xab\x6d\xca\x6e\xd4\xa2\x40\x1a\xee\x0d\xe9\xe1\x27\xbf\x2a\x04\x9c\x8c\x3f\xd0\xd5\x97\x84\x45\xb1\xd8\x62\xe8\x7a\x0e\x12\xec\x00\xf4\x4f\xb0\xfb\x3d\x7f\xc3\x9f\x0b\x46\xba\xf1\xa7\x9e\x03\x9b\x4c\x1b\x1f\x48\xb5\xbf\xce\xd8\xec\x86\xeb\xe3\xfa\xd2\xec\xd6\x6f\xee\x73\xf0\xff\x93\x6c\xa8\x1c\xd9\x3d\x88\x0c\x30\xc3\xff\xd3\xf6\xc1\x76\xdd\xff\xef\xee\xde\xc1\xea\xfe\xe7\x51\x3e\x17\xdd\x86\x0d\x70\x21\x36\x80\x2f\xfd\x7d\x9a\x6a\x20\x36\x64\x52\x9e\x25\x64\x12\x36\x45\x5a\x4d\x79\x3c\xf5\x0d\x07\x36\x79\xa4\x6b\xc8\x46\xb9\x4e\x99\xfd\x2f\xaa\xfe\x43\x40\x9d\x63\x34\xe6\x01\x8c\xfa\xcc\x2e\x21\x7c\xde\x09\xa3\x3d\x64\xd9\x0d\xbd\x8e\x5b\x95\xd7\x43\xb7\xa4\xca\xa9\x6a\x4d\x16\x09\x75\x6b\x9e\x27\x15\xe0\xc4\xbf\xb6\x54\x13\x62\x80\x55\xaf\xd9\xaf\x78\x62\x1f\x5c\xde\x51\x33\x0a\x85\x09\x0a\x32\xbd\xb2\xd4\x0c\xda\x55\x89\x5c\x59\xb0\x98\x02\xe1\x57\x04\x99\x7b\x00\x57\xea\xf3\x66\xf5\x45\x8e\x25\xfb\x40\x81\xcf\xe3\x41\x8e\x76\x3c\xaa\xc1\x7a\x8e\x5e\xa6\x25\x56\xba\xc9\x3f\x12\x70\x1a\xbc\x80\x8b\xcf\x34\x96\x4a\x3e\xe1\x84\x9d\xf7\x6d\x0e\x44\xa1\x1f\xe7\x49\x06\x64\x1d\xcd\x89\x8b\x9e\xb7\xbf\x29\x6d\x0c\xb3\xa2\x3c\x8d\x4b\xb4\x76\xea\x99\x4e\x6d\x8d\xf4\xf9\x96\x62\x38\x2e\xd8\x7f\xa6\x2e\xae\x92\xb8\xe5\x29\x93\x9e\x0a\xf7\x71\x52\x0a\xbb\x1c\xe4\x0e\x35\xd4\xad\xf4\xde\xf4\xe5\xdf\x9f\xd2\xf9\xa0\xd1\x48\xc0\x4b\xda\xf3\x7c\x03\x22\x94\xc4\x4c\xf8\xe7\xcf\x3d\xc8\xa8\x89\x4b\x47\x2a\x8a\x44\xad\x4a\x19\x5d\x43\x0d\x5f\x6d\x0a\xb5\x5d\x4c\xe0\x58\x35\xb4\x33\x52\xf3\xf8\x4c\x39\xe1\x06\x63\x68\xd6\xc8\x63\x15\x51\x41\xeb\x7c\x1b\xb0\x56\xa5\xcc\xaa\xad\x90\xdc\xda\x6c\x16\xb3\xc0\xe9\x91\xea\x17\x1d\xa4\x17\xfd\x3c\xbb\x8c\xcd\xbe\xf1\x16\xec\xdb\xb8\x34\x93\x3c\x12\x57\x7a\x5e\x77\xa2\x4d\xeb\x44\x7a\x26\x50\x93\xe2\x7c\xd0\x45\x6a\xa8\x11\x36\x48\xde\xd6\x50\x84\x81\xee\xc5\x0d\xcc\x08\x6d\x20\x7b\xde\x96\xf5\xd2\x31\x41\xc3\xe4\xe7\x71\x1a\xdd\xa9\x73\xb0\xb5\x69\x94\x98\xd8\x67\xc4\xca\x2b\x2a\xba\xa7\x69\x69\xbb\x4c\x46\x71\x56\x95\xaa\xea\xb6\xca\x4b\x93\xdb\xf8\x37\x01\x8a\x9d\x2f\x0e\x0a\xe1\xe1\xd6\xdc\x38\x39\xbe\x30\x66\x11\x7e\xc3\x7b\xc2\x57\x47\x28\xc3\x58\xd3\x34\x67\x26\xb4\x0e\xb2\xa8\x91\x13\xe8\xf3\x21\x55\x02\xff\xaa\xb2\x32\xb6\xe1\xa2\xce\x7a\x5f\x42\x54\x34\xe5\x80\xa1\xdd\x17\x61\xc4\x7e\xa3\x90\x4c\xb5\xda\x72\x17\x75\x9c\x14\x67\x27\x27\xfd\x66\x17\x27\xfd\x46\x07\xf5\x62\xce\xe6\x41\x58\x28\xb3\x41\x96\x52\x6d\x89\xb0\xfc\x8b\xe3\xbe\xaf\x27\x2e\x8a\xb8\x00\xe6\x68\xb3\x25\xc9\xc2\x28\xf2\xe6\x14\xd1\x33\x1a\xa2\x1a\x65\x6b\x59\xbd\x45\x11\x8e\xa3\x7b\x76\x12\xfe\x1a\xc9\xa0\x85\xe8\x02\x75\x75\x57\x46\xd6\x69\x1a\x61\xd1\x3e\x1d\x35\xf3\x48\x21\xf2\x66\x9f\xf2\x24\xf6\xda\x80\x6c\xb8\x89\x37\x8b\x17\xd5\x65\xdf\x51\x43\x24\xb7\xf6\xd2\x52\xcd\xb9\x90\x72\x32\xe5\x68\xd2\x36\x97\xae\x9d\x47\xba\x81\x3c\xcb\x4a\x3a\x50\xcd\xbd\xc2\x67\x4f\x8e\x8b\x81\x58\xb8\x3b\x45\x9a\x33\x49\xbd\xf5\x90\x2f\x86\xb9\xd5\xda\xa8\x6b\x40\x55\x3f\xeb\xe5\x90\x38\xbc\x19\xa7\x77\x78\x29\x5b\xc5\x73\x1e\x0f\x39\xca\xf8\x13\x22\x26\x7a\x4c\x9d\x86\x93\xb4\xba\x06\x06\x32\x94\xce\xef\x9d\x43\x17\x85\xda\x86\xea\x77\x45\x81\x40\x78\x5f\xf7\x17\x1c\x91\xb6\x61\xff\xde\xd8\x86\xae\x25\x95\x5b\x7b\x7a\xc5\x85\x08\x6d\x94\x5f\x4f\x27\xed\x6c\x6d\x73\x94\x5f\x57\xec\x7c\xb9\x6d\x13\xd4\x61\x47\xec\x9a\x13\x81\xb6\xc2\xc4\x99\xb8\x30\x7e\x9f\x86\xe1\x71\x60\x7e\x10\x18\xf7\xee\xe1\xcf\x3f\x53\xdb\x9f\x3f\x23\x38\x51\x3b\x73\xd8\x6b\xa2\xf4\xae\x89\xfa\xca\xc1\xc4\x89\xfa\x52\x74\x89\x6a\xb1\x69\x8b\xcc\x95\x06\x16\x4d\x92\x50\xdd\xdd\x1f\xe2\xee\xf6\xeb\x45\x90\xb0\x37\x72\xea\x88\xa5\x45\xbf\xd3\xb2\xcd\xb1\x55\x47\x8d\x41\x3e\x5c\x74\x2b\x4f\x53\x7a\x2d\xd6\xb9\xd0\x2b\x3b\x26\x89\x77\x53\x35\xf5\xb6\x6a\x7b\x29\x05\xe5\x52\x03\x9b\xa9\xf8\x3e\xb4\xb8\xec\xc5\xf5\xbe\xe1\xd2\x3b\xc9\x01\xa7\xfc\x32\x1a\x34\x80\x44\x89\x4a\xe5\xb7\xc0\xae\x30\xf4\x84\xb3\x67\x59\x57\x58\xd6\xe7\x35\x13\xd0\x8b\x74\xe6\xd2\xde\xce\x0d\x48\x81\x69\x08\x39\xd0\x9a\x5a\xf8\xe6\xc9\xdc\x08\x27\xc4\x67\x70\xf8\xda\xf1\x22\x6b\x16\x7b\x52\x66\xc4\xd6\x41\x8b\x88\xa4\x3f\xd5\xdb\x9d\xd5\x86\xc6\x5f\x13\x89\xbf\xcc\x21\x43\xe1\x10\xc5\x02\x55\x9f\x5e\x9e\x6b\x7c\x17\x96\x19\xe3\x37\x1e\x46\xc8\xc6\x66\x43\xc1\x69\xfa\x0f\xd8\x51\x31\xb8\x89\x47\xf1\x21\x19\x2d\xce\x8b\x46\xe4\xe4\xcb\xb4\x98\x95\x3f\xe5\xd4\xce\x31\x68\x68\xa0\x0d\x87\x9a\x7d\xc8\x78\x02\xcb\xf6\x21\x1b\x38\x34\x28\x8a\xdd\xee\x12\x90\x09\x07\x71\x5e\xa2\x41\x76\x7a\x4b\xe4\x66\xc9\xa1\x99\xad\xd4\xc7\x57\xeb\x61\x99\x41\x0e\xb3\x11\xdd\xe9\xb6\x9d\x32\xda\xfc\x70\xc0\xb8\x1c\x1d\xb0\x79\x6a\x63\x2f\x9c\x19\x52\xbd\xa5\xa7\x2f\x7a\xf8\x07\x16\xe1\x83\xf8\xf9\xf3\x8f\xd4\x26\x01\xc3\xee\x63\x6e\x00\x88\x6a\x45\x74\x9f\x4d\xe3\x1e\x1a\xb6\x89\x43\x53\x97\x39\xb5\xce\x96\xa7\x15\xbf\x46\xa2\xc5\x42\xa6\xd9\xb5\x7b\x29\x43\xbe\xb8\x4d\x43\x7e\x1e\xe8\x00\x19\x54\x15\x99\x38\xf7\x66\xf9\x79\x57\x66\x1c\xeb\xca\x29\xc6\xdb\xf3\xfc\x17\x67\x67\x6f\xce\xfc\x96\x3e\xa9\x8c\xd5\x25\xd7\xfa\xc5\xab\x26\x93\x85\x0e\x45\xc8\xd6\xb9\x53\xf0\x15\x17\x80\x5e\x5b\xd9\x3a\xd1\x44\x2b\x94\x54\x0b\x26\xac\xea\x95\x16\x1d\xf0\x65\x85\x0f\xb0\x13\x74\x6f\xf4\x7f\xf1\xd4\x4e\xad\x92\x66\xdf\xf5\x26\x16\x1d\xc2\x55\x92\x96\x96\xc2\xb6\xbd\x4c\x88\x2e\x70\xaa\x02\xbd\xfd\x16\xd3\x21\xd4\x2c\x6f\x81\xcb\xd9\xdc\x92\x03\x07\xe2\x08\x27\x3c\x2a\x91\x69\x29\xe7\x1b\x96\x55\x63\xd9\x6e\x47\x80\x36\xe4\x3b\x91\x79\x3a\x35\xca\xbb\x60\x61\x37\x77\x1f\xf1\xc6\xe8\x19\x4d\xa8\x42\x21\x53\xe1\xeb\x28\xbb\x63\xca\x95\x47\xcf\x28\xe5\xe8\x5f\x10\x14\xaa\x23\xa4\x44\xfa\x3b\xe2\x80\x13\x28\x2a\xba\x9b\x65\x87\x38\x73\x8c\x92\x0a\x12\xc6\x56\x9d\x40\xb5\x43\x95\x20\x7a\x9a\x03\x34\xee\xf6\x6f\xe2\x88\xf8\xd8\xe9\xd0\x70\x94\x7a\x08\x68\xc8\x66\xe7\x86\x86\x55\xe1\x41\xa0\xb2\xb0\x68\xa3\x58\xe6\x24\xcd\xca\x69\xf2\x1b\xe5\x97\xd9\x87\x98\xf7\xb5\x55\x8d\x92\xe7\x1d\x9e\x45\xcf\xb4\xde\xe5\x4b\xa8\x45\x1a\xc3\x89\xc7\xb7\x66\x3e\xfc\x7c\x08\x95\xa8\xab\x9b\x97\xe8\xb4\xce\xee\x0a\x93\xee\xdf\x5d\x6d\x5d\x8d\xab\x3b\x0d\x6b\xd7\x05\x9e\x53\x2d\x36\xab\xf6\x7c\x57\x7a\x42\x9b\xd9\x7c\x07\x51\xd3\x05\x4f\xd1\xe9\x3a\x37\xa6\x2a\x50\xb2\xd2\xee\x18\x5d\x64\xd8\x57\x38\xe4\x35\x43\x5d\xdb\x2e\x68\xf1\x67\x0d\x00\x63\x2e\x02\xf9\xa5\x3e\x1c\x1b\x0b\x2d\x24\xad\x54\x19\x65\x13\x3a\x9e\xb1\x0b\xdd\xca\x64\x67\xfd\x76\x2d\xf2\x5c\x3a\xe4\xf9\x35\xc8\x62\x29\xe2\x7f\x79\x1c\x3c\xd5\x2f\xe8\x32\xbd\xc6\xe3\x71\xa2\x0d\x71\x4e\x3b\x5d\xa0\x1f\x82\x9d\xd5\x19\x8b\x2f\xaf\xa3\x49\xad\x3f\x95\x6e\x77\xb9\xc8\xa4\xe6\xbb\x3f\x99\x75\x80\xbe\x77\xe9\xe7\xe7\x3d\x3f\xb2\xb2\xd3\x02\x61\x9e\x21\xcd\xab\x77\x6f\xd7\xba\xb7\x6e\xae\xe9\x76\x00\xd1\x15\x45\xb9\x30\xee\xc1\x65\xca\xbd\x8c\x2c\x1a\xfd\x94\x59\x1a\xe7\x75\x3b\x1d\x23\xf1\x61\x7b\x1b\x03\xf9\x3f\x97\xcf\xf2\x54\x31\x33\xf5\xde\xfd\x59\x7a\xdd\x24\xa3\x2b\x37\xf4\xcb\x62\xdb\xd6\x34\xb2\xec\xbb\xaa\xf6\x8a\xb3\xe7\x38\xa1\xeb\x63\xf7\x35\x60\xeb\x25\xe0\x42\x93\x85\x91\x4a\xc3\xcb\x05\xed\xbf\x9a\xf6\x7f\xc3\x28\x1e\xa1\xfb\xb2\x92\xde\x0e\x3e\x84\x8d\xd9\x8c\xf7\x3f\xdb\xdb\xbb\xfb\x75\xfb\xbf\xed\xdd\xad\x95\xfd\xdf\x63\x7c\x0e\x25\xbb\x81\x37\x25\x5e\x5b\x47\xf2\xd0\xcc\xc6\x37\x93\x9e\xff\x9c\x36\xcc\x39\x10\x28\xb6\xc4\x9e\x93\xd3\x0c\xc4\x46\x36\x99\xcc\xa0\x7e\x70\xd5\x9b\x0a\x1f\xd8\xfd\x51\x1c\xfa\x56\x21\x2e\x86\x06\x1e\xde\xba\x34\x22\x3f\x3a\xc6\xb0\xa7\xc2\x23\x5d\x44\x9e\xd1\x44\xe0\x56\xe1\x57\x0d\x5d\x4c\xa1\x9b\x70\xf1\x74\x5c\xbd\x7e\xa6\x47\x2a\xcd\xb9\x98\x27\xcd\x1c\xb2\xfe\x6d\x19\x77\x07\x41\x60\x3d\xb7\x8d\x26\x13\x7c\x5f\x2b\x5e\xd6\xaa\xe6\x1d\xcf\x6a\xe7\xb3\x66\x32\xad\x1f\xef\x63\xf9\xb8\x8c\xd5\xe3\xd2\x16\x8f\x8b\x5b\x3b\x2e\x60\xe9\x38\x1d\x51\x5a\xd8\xb9\x66\xb4\x3a\xad\x93\xa8\x6e\xad\xda\xd2\xcd\x6e\xa3\x1b\x69\x44\x59\x58\xf4\x8b\x1e\x7e\xbc\xb2\x4c\x57\xef\x67\xb8\xba\x38\x4c\xd9\x1f\xc2\x79\x89\x8f\x0c\xae\x05\xd3\xc0\x41\xe9\xcf\x32\xf2\xf3\xf0\x96\x1d\x26\x60\x7a\x6e\xa6\xc8\x01\x8f\xa2\x4f\x6f\xc7\x2a\x54\x9f\x45\x1f\xad\xf2\xa1\x5d\x90\x7b\x97\x53\x6a\x99\x9f\x65\x73\x1c\xd6\x5f\x13\x7c\x69\x2c\xf9\xfb\xfd\x5c\xf4\x5f\xdc\xdb\x07\x37\x59\xf6\x21\x10\xd7\x97\xf4\x92\x7f\x49\x8e\x60\x06\xfd\xdf\xda\xdb\xdd\xab\xd1\xff\x83\xfd\x83\x83\x15\xfd\x7f\x8c\xaf\xc6\x20\x27\x86\xeb\x07\x6d\xc1\xa1\xf8\x00\x3c\x8b\x0f\xeb\x4c\x62\x0e\xaa\x17\x68\x87\x13\x8e\x77\x07\x92\x90\xe1\x66\xed\x79\xfe\x24\x2b\xca\x40\x78\x72\xd9\xa0\x1f\xd5\xe4\x1a\xfd\x8a\xfb\x1d\x27\x6f\xde\x32\xe1\xa8\xf9\x58\x61\x3a\x01\xa8\x51\x9a\x3f\x08\x99\x9e\x1f\xa0\xa9\xf5\x36\x61\x01\x58\x4e\xf1\x31\x22\x1d\xf3\x98\x7e\x46\x94\x97\x91\xc5\xfc\x88\x50\x8b\x35\x27\x22\xb6\x0b\x91\x29\xee\x43\x9c\xae\x43\xfe\x4d\xc8\x97\x03\xff\x6b\x26\xe8\x81\x04\xc0\x59\xf2\xdf\xee\xee\x4e\x5d\xfe\xdb\x5d\xc9\x7f\x8f\xf3\x3d\x84\xfc\xa7\x12\x2c\x01\x10\x5a\xbd\x26\x6d\x6f\xe9\xaa\x8a\xde\x11\x92\x41\x54\x3c\xf5\xb6\x2c\xb1\x6a\x6e\xb1\xb1\x4d\x70\x9c\x5b\x74\x74\x09\x8f\xd2\xeb\x18\x39\xc8\x12\x73\xc7\xca\xd8\x1e\xba\xfc\x41\x1f\x19\x14\x87\xbd\xbc\xc1\xe7\xd8\xe3\x58\x39\x0b\x13\xf3\xb1\xc4\xc6\xa6\xe0\xf8\x90\xa2\xa4\x82\xe5\x4a\x96\x9c\x4e\xa4\x1e\x55\xea\x93\x76\x1a\x99\xde\xf5\x51\x55\x66\xc5\x20\x42\xf9\xc8\x56\x14\xcb\x33\x60\x5d\x8f\x6c\x4d\x3b\x2d\x0e\x99\xf6\x37\x27\x66\x16\xcb\x0b\x98\xcd\xf7\x58\x66\xa9\xb6\xeb\xb2\x39\x2e\xc2\x56\xc2\x67\xdb\xd7\xa4\xff\x37\x93\xe8\xc1\x34\xbf\xfc\xcd\x92\xff\xb6\xf7\xea\xfe\xbf\x76\x80\x29\x58\xd1\xff\xc7\xf8\xea\x6f\x38\xdc\xb8\xca\x22\x43\xba\x48\xf7\x76\xfb\x12\x68\x8f\x24\x49\xdf\x61\x68\x77\xa4\xba\x69\x3f\x1b\x1e\x89\x62\x71\xbe\xa2\x4f\xd3\x10\xa6\x52\x17\x22\xac\x2e\x30\x32\x48\x79\x16\x5f\xc9\x49\x37\xa9\xbf\x16\x38\x0c\x0e\x80\xee\xcc\x16\x80\xec\x28\x19\x9f\x99\xc4\xc7\xb5\xfc\x46\x19\x51\x29\xfa\x34\xbb\x92\x2e\x23\x2a\xc5\x65\x9e\x0c\x60\x11\x71\x60\xb5\x67\x3f\x66\x3d\x2e\x06\xa8\xdc\xa4\xb0\x06\x0e\xff\xd2\xe7\xe4\xf7\xfa\x35\xf1\xbf\x10\xe0\x29\x74\xc5\xc3\x10\x82\x59\xf8\x7f\xff\xa0\xae\xff\xdb\x3d\xd8\x5f\xe9\xff\x1e\xe5\x73\xc8\x7f\x62\x03\xd0\x55\xb7\x96\x00\x8b\x78\x74\x1b\xe7\xc7\xd9\x68\x82\xfe\xe2\xfc\xaf\x0f\xb7\xc3\x9d\x70\xd3\xf7\xd6\x17\x78\xfb\xff\xb4\x26\x1f\x86\xc7\xd1\x84\x83\xdd\x24\x50\xec\xa8\x7f\x22\x6a\x16\xe1\x77\x80\x3f\xfc\x31\x3b\x5d\x40\xfc\xf0\xe1\x19\xa1\xd2\xdb\xad\xee\x89\x31\x3a\xbf\x4e\x9b\x5c\x35\x3a\xb6\xa1\xcb\x12\x7d\x12\x8d\x5b\xbc\x63\x26\x8d\x4d\x13\x25\x25\x76\xfa\xff\x1c\xff\x73\xec\x91\xfd\x76\x4f\x07\x90\x26\xaf\xd1\x51\xc9\xc1\x7c\x5b\xdb\x95\x21\xbf\x92\xfa\xa8\x2c\xce\xd7\x52\xc1\x52\x19\x8b\x18\x37\x94\xa9\xd6\xd9\xaf\x51\xb1\x22\x10\x2b\x1d\x50\xb6\xed\xab\xc1\xdc\x32\x49\xf1\x9c\x0b\xd2\x4f\xdb\x48\xf0\x0f\x41\xd2\x17\xa1\xc5\x92\xfc\xeb\x90\x05\x5a\xab\x4e\x1d\x11\x60\x03\x9d\xfd\xc0\x44\xb1\x89\xff\x41\x18\x1a\x26\x45\x5e\xd1\xdb\x9e\xcb\x6a\x78\x7d\x6f\x4b\x90\x59\xf8\x7f\xf7\xa0\xce\xff\xef\xef\xec\xed\xaf\xf0\xff\x63\x7c\x75\x03\xa9\x6c\xf8\x5c\x2d\xfe\x37\xbc\xf8\x6d\x97\x3f\x13\x72\xcb\xa2\x10\x1d\xe3\x9a\x7e\xb3\x81\x15\xff\x3f\x17\xff\xff\x5b\xd3\xe3\xcc\xb1\x33\x40\x44\x38\xb2\x6f\xf9\xcd\x94\x9a\x97\x96\x19\xd5\x91\xf3\x2f\x1d\xfa\xad\x79\x86\xe1\x30\x37\x98\x62\xab\x30\x47\x13\xee\xc1\xfc\x1e\x95\x42\x0e\xfc\x7f\x3b\x78\x64\xfd\xcf\x6e\xe3\xfe\x7f\x67\x73\x6f\x7b\x85\xff\x1f\xe3\x73\xf0\xff\x2e\xd3\xff\x75\x53\xa1\xdd\x6a\x9a\xff\xb4\x41\x23\xd4\x75\x45\xdf\xf5\x5c\x60\x69\xca\x30\x4b\xa5\x6f\x8e\xd0\xd4\xe9\xcb\x23\x6d\xea\x8e\x5b\x55\xfa\x7f\x30\x02\xc4\x0f\xa4\x5e\xe3\x4b\x41\x79\xe3\xdd\xe2\xac\x47\x97\xb4\x99\xfb\x9a\x8f\x35\x8c\x5e\x14\x17\xda\x11\x91\x70\x2b\xd3\xee\x03\x08\x1f\x57\x5a\x0d\x4e\xf3\x33\xc4\x8d\xb1\x88\x21\xee\x1d\x74\x4a\xd3\x7e\xbb\xad\x6a\xa3\x3f\x07\xae\xff\xdd\x20\x7b\xc7\xd7\xc4\xff\xe8\x4e\xe3\x61\x83\x80\x2c\x1e\xff\x63\x7b\x67\x73\x6b\x15\xff\xe3\x31\xbe\x96\xf5\x1f\xa4\x00\x97\x38\x07\x91\x73\x59\xa3\x3f\xe3\x9b\x69\xff\x71\x50\xb7\xff\xd8\xdb\xdb\x59\xc9\x7f\x8f\xf2\xcd\x72\xb2\x63\x11\xfe\x9a\xa7\x1d\x26\xf7\x4c\xdf\x8f\x79\xc3\x9c\xc1\x86\xb1\x18\x00\xaa\x12\x55\xe5\x0d\xde\x0d\x71\x7c\x43\xad\x99\x5b\x09\x86\x53\xe8\x72\x5e\xa5\xd2\xa4\x0d\x00\xfa\x6d\x9e\x55\x13\xc3\x2b\xab\xef\x0b\x1a\x5b\x73\x6b\x1a\x28\xb3\x35\x95\x20\x5d\x3b\x15\x46\x11\x72\xce\x4b\xbf\x6f\xe3\xfc\xd2\xa8\x8d\xf2\xba\xfc\x1b\x5d\xcf\xab\x1f\x1f\x51\x22\x6d\x1b\x0d\x45\x4a\x24\x2d\xaa\x4a\x6a\x68\x2e\xdb\xc6\x2b\x1d\x50\x15\xf5\x14\x52\x33\xc6\xbf\xb5\x51\x76\xd9\xa3\x82\x6b\x54\x95\x34\x6f\x70\xf6\xee\xb0\x95\x9d\xd1\x19\x5b\x35\x3a\x53\xcb\xc1\xc4\x9d\x51\x0d\x8d\x8c\x51\x32\x1c\xa6\x31\x86\x9d\xd6\x69\x65\x5a\x08\xb7\x3d\x66\x12\xf2\x44\x66\x21\x1e\xab\xb5\x95\x16\x5b\x82\xa6\xd8\x2e\x9f\xc0\xb1\x37\x5f\xdb\x12\xc6\x09\x30\xd6\x2f\x59\x30\xa2\x60\x00\xba\xc4\xbc\x0e\x80\x1d\x20\xc6\x88\x80\x62\x40\xd4\x4f\xe2\x9e\x25\xc6\x37\x69\x0b\x92\xf2\xa5\x51\xf7\x83\x7c\xb3\xe9\xff\x25\xe0\x77\x3c\x1f\xcb\xb3\x01\x33\xed\x3f\x76\x1a\xf6\xff\x9b\xab\xf8\xcf\x8f\xf3\xdd\x8f\xfe\xbb\xc8\xff\x37\xbc\x5f\x56\x5c\xc0\xc3\x70\x01\x00\x51\x61\x0f\x22\x51\xe4\x14\x70\x76\xa4\x6d\x88\xc9\x8e\x2d\x74\x1d\x55\x5d\xfe\x14\x0f\x4a\xc1\x77\x70\x5b\xe7\x96\x7b\x7d\xdb\xd6\x64\x31\x5f\xfc\x6a\xeb\x34\xe7\xca\x21\x5e\x7e\x8f\x18\xf6\xb7\xfd\xb5\xe0\xff\x3a\x79\xbc\xbb\x8f\x14\x38\x03\xff\xef\x6c\x6d\xd6\xdf\x7f\xef\x1f\xec\xad\xec\x3f\x1e\xe5\x5b\x84\x4f\xab\x1b\xa4\xb7\x5d\x00\xda\x2d\x4c\xb7\x38\x80\x5d\x36\xc8\x46\x13\xe5\x27\x3d\xa4\xc7\x63\x35\x14\x19\x61\x84\xec\x78\xd8\xcf\x33\x0c\x50\xc9\x4c\x20\xbe\xdf\x46\x07\xfb\x5d\x61\x95\x30\x7f\x6b\xa2\x82\xd1\x9a\xab\xb1\x15\x25\x6a\xd1\x13\x4f\xf2\xe4\x16\xe0\x06\x3d\xf4\xbc\xab\x28\x2d\x90\xc0\xd0\x02\xf5\x65\xc6\x0b\xb4\xea\xa3\x45\xd6\x25\x28\x94\x7d\x1e\x0f\x9f\xe7\xd9\xc4\xb4\xc0\x91\xaa\xe6\xa3\x57\xaf\x3a\x0e\xdb\xf9\x9a\x7b\x8c\x10\xd6\xe9\xa8\x38\xcd\xc6\x67\xca\xbf\x8c\xd8\x1b\xae\x36\x4f\x5f\x5c\xbc\xfb\xe6\xe4\xf4\xf9\xbb\xf3\x17\x67\xdf\x9f\x1c\xbf\xe8\x58\xca\xfd\xb9\xc3\xbd\x70\x84\x81\x63\x3d\x17\x8a\x69\x70\xf2\x5c\x27\x5c\x15\x4c\x98\xeb\x52\xcf\xec\xd1\x7b\xfc\x82\xc5\x08\x91\xfd\xa9\xe7\xed\xef\xed\xed\xec\xc9\x37\xd7\xc9\x58\x06\x95\x40\x85\x40\xcf\x7b\x0d\x08\xeb\x0c\xdb\xe9\xd4\xed\x8a\x38\x9f\xf2\x8e\xc6\x77\x9d\x9a\x32\xdb\x18\x96\x73\x86\x7d\x19\x92\xa2\x31\x08\x31\x04\x0b\x78\xd2\x75\x3d\xce\xe4\x25\x2c\x7a\x71\x07\xec\xc6\x48\x39\xb2\xa7\x89\x62\x08\xc3\xe5\x40\x62\x4f\x54\xe4\x2e\x30\x5f\x44\x04\xaf\x92\x71\xf5\xa9\xe7\x2a\xe8\x91\x27\x88\x34\x66\x1f\x3e\x52\xea\xfc\x8d\x2e\x9d\xe5\xc0\x2b\xd0\x4e\x98\xe8\xd7\x30\xfb\x38\xc6\x68\xf7\x47\xfd\x93\x8e\xd6\xeb\xd0\x9f\xd2\xc9\x10\xfd\x98\xe4\x19\x72\x75\xf1\xb0\x33\xe5\x46\xa5\x26\x90\x3b\xfd\x7b\xb5\xc9\xc2\x5f\x9a\x8a\xad\xbe\x65\xbf\x16\xfe\xef\x61\x14\xff\xe2\x9b\xa5\xff\xdf\x69\xfa\xff\xd9\xda\xd9\x59\xf1\x7f\x8f\xf1\xdd\xc3\xc9\xbe\x78\x2e\xbd\xd2\xf8\xaf\x34\xfe\xb3\xf5\xfa\x8f\xdd\xe9\x4a\x4d\xff\x58\x6a\xfa\x96\x45\x59\xa9\xea\xff\x2d\xbe\x29\xf4\xff\xfe\x8a\x7f\xf1\xcd\xd4\xff\x6f\xd5\xe3\xff\xee\xed\xee\xad\xf4\xff\x8f\xf2\x3d\x08\xfd\x5f\xa9\xfc\x7f\x03\x2a\xff\x95\xae\x7f\xf5\x2d\xfe\xb5\xe0\x7f\xb1\xb4\x11\x2f\xed\xaf\xfb\xfe\x67\xf3\x60\xaf\x6e\xff\xb5\xbf\xbd\xb9\xd2\xff\x3f\xca\xe7\xd4\xb9\x9a\xc7\x9a\xc3\x3c\x6b\x43\xaf\x1a\x86\xa8\x19\x7b\x3b\x11\xfb\x22\x88\xe3\x0f\x81\xe1\x67\x1b\xb0\xdb\x10\x3a\x5a\xda\x2d\xcd\x4c\x0c\xdb\x3c\xff\x32\x16\xe1\xc3\xbd\x01\x99\x71\xfe\xf7\x0f\x76\x0e\xea\xef\x3f\x0e\x56\xfa\x9f\xc7\xf9\x1a\x6a\x6f\x3b\x96\x24\x99\xbf\x53\x9c\xbd\xc1\x84\x6e\x08\x30\xf6\xc1\x30\x19\x94\xc2\xeb\xf8\x13\x10\x64\x1d\xe9\x0b\x85\x3b\xd5\xe1\x0e\xd6\xcb\xec\xbc\xc4\x38\x4b\x8d\xb0\xa4\x4f\x3d\xff\xed\xf3\xbe\x8a\x48\x80\x3d\xbf\xc3\xe6\xd0\x21\x97\x1e\x03\x47\xbb\xb6\xe2\xa5\x36\x1f\x5f\x9b\x35\xd5\xac\xda\x6a\xda\xa7\x08\x81\xe1\x7c\xdd\xf2\x0a\x25\xeb\x04\xce\x90\xbe\x48\x30\x1a\xd7\xb2\xb3\x59\x13\x47\x63\xa1\x54\xbe\x6c\x31\x10\xa8\xc5\x7d\xcd\x19\xe9\x3e\xb5\xde\x0c\xde\xf7\xd5\xe0\x72\x78\xf4\x5e\xb8\x74\x39\x7c\xca\x4b\xeb\x46\xa2\x35\xdf\x93\x4b\xc5\x11\x68\xdc\x5b\x4f\xe9\xce\xe1\x3b\x74\x89\x3e\xe5\x75\xab\xcc\x7a\x42\xd1\x39\xf0\x94\xc9\xf8\xbd\xaf\xb2\x68\xf8\x4d\x94\x22\x58\x72\xbf\x31\x0a\x2a\xae\xe3\x37\x90\x1b\x2e\x3a\xc8\x56\x7a\xeb\x24\xb0\xfb\x99\xa3\x9f\x16\x77\xa6\x68\x84\x6f\xb8\xef\x56\x5c\x6e\x57\x4c\xe4\xbd\xa6\x1c\x65\x1b\x66\xaa\x9d\x57\x59\xdc\x88\x07\xc9\x41\x46\x75\x76\x40\x8d\x5b\xde\xdb\xac\x78\xcb\x76\x3d\x19\x9c\x54\xcd\x47\xcd\xfe\xc9\xd8\x1a\x31\xac\x16\xb9\x01\xea\xcb\xc6\x39\xdf\x11\x6c\xe9\x01\x42\xda\x1b\xd3\xc3\xa0\x1b\x8d\x31\x8a\x34\x1e\xc7\x94\x82\xce\x28\x18\xb3\x13\x18\xef\xf3\xa6\xac\x6d\xe8\x39\xce\xb5\x51\xfe\x9c\xb4\x86\x67\x74\x23\x6b\x60\xc3\x96\x12\xbd\x85\xf7\x75\x30\x23\xc5\x39\x40\x54\x8d\xa2\x9f\xd8\x93\xbe\x31\x26\x23\x71\xb9\x61\x98\xd4\x48\x11\x1b\x45\x03\x1f\x85\xd8\x04\xd0\xdd\x8a\xe0\xac\x88\xc2\xef\x9f\x28\xd8\xe7\xea\xdf\x97\x28\x10\xf7\xbc\x22\x0a\x7f\x04\xa2\xb0\x90\x56\xb5\x29\xff\xab\x9b\xc7\xc7\xb2\xff\xd8\xdc\xdf\xdb\xad\xdb\x7f\xec\x6c\xad\xde\x7f\x3e\xca\x37\x8f\xac\x0e\x3b\xe2\x8d\x8e\x20\xbf\x60\xfc\x87\x8b\x57\xe7\x5c\xd9\xad\x1b\x34\xd0\xdc\x3d\x55\x7f\x4f\x96\x50\xfd\xa9\x3a\x33\xb9\x87\x27\x4b\xea\xfe\x9e\xb4\xda\xd1\x1a\xe7\x5b\xc2\x5c\x9f\xf2\x6d\x69\x6f\xfd\x6b\x5f\x91\x34\xcf\xff\x6d\x94\x26\x68\x20\x21\xa3\x68\x04\x83\x7c\x78\x3f\x54\x30\xeb\xfe\xf7\x60\xa7\xe1\xff\x6b\x7b\x7f\xe5\xff\xe5\x51\xbe\x35\xc3\x55\x7f\x1a\x8f\xe1\x9f\x2c\xfb\x50\x4d\x3c\x7f\xda\xfd\xad\xef\xf9\xc6\x03\x23\xf8\x85\xff\xff\xf4\xa9\xb7\x49\xdb\x74\x8d\x59\xd3\xab\xac\x82\x7d\x2b\xd5\x82\x3a\x83\x14\x6f\x9c\xe9\x4f\xc3\x1f\x5d\x33\x72\x8c\xcf\xb6\xd6\xf7\x6d\x86\x44\xe3\x07\x69\x89\xf8\xa9\xa5\x5b\x7a\xad\x2c\x7e\xee\xd1\x88\xc2\xac\xf7\x6b\xe3\x1c\x6d\x8a\xee\xd3\x84\x15\xf7\xa4\xd9\x90\x08\xd1\xd0\xe6\x76\xd3\x28\x09\xdb\xf0\x26\x2a\xfe\x1e\xdf\xc9\x8e\xb5\x3e\x38\x7c\x2a\xca\xfd\x47\x6d\x6c\x56\x11\xb4\x3e\x37\xda\x93\x78\xd3\xf5\x4b\xd0\xbc\x77\x40\xf0\xc8\x85\x11\x29\xb0\x45\x9b\xd6\x88\x30\xf4\x85\x2c\x42\x53\xb3\x46\x22\x9f\x35\x78\xfe\x99\xfc\xeb\xf8\xec\x79\xe1\xa1\x8f\xd4\x51\x52\x14\x68\x3f\xe3\xf5\x89\x00\x78\x02\x9f\x7a\xe5\x8d\x0a\x1b\x81\xb8\xd5\x23\x5a\xe4\x5d\xc6\x57\x18\x58\x42\x14\xc2\x09\x95\x37\x49\xc1\x99\x21\x1d\xb1\x99\x13\x5b\x86\x56\x48\xfc\x7f\xcb\xa4\xfe\x61\x1d\x7f\x89\x6f\x3a\xfe\xdf\xd9\xdc\xda\xac\xdb\xff\x6c\xed\xad\xfc\x7f\x3d\xce\xb7\xe6\x09\x67\xad\x1e\xef\x00\x0f\x76\xa1\x0c\x65\xd4\x21\xc7\xbd\x9a\x5d\xd3\xf1\x96\xd6\xa4\x60\x59\xa0\x1f\xda\x48\xb9\xfc\xed\xa0\x98\x7a\xdd\x63\x5b\xd5\x49\x95\xa6\x6c\x45\xd8\xf3\x4e\xae\x4e\xb3\xb2\x0f\xd8\x13\xbd\x95\x77\xd6\x60\xe7\x1e\x13\xcb\x53\x51\x2c\x95\xd8\xd3\xb1\x2e\x20\x53\xff\xe0\xc0\x4f\x74\x15\xa5\xde\x96\x40\xd5\x68\x0c\xc7\xc5\x8b\x41\xba\x8a\x73\xc3\x0d\xba\x07\x43\xd7\x11\x36\x9d\x6e\xd2\xd7\xbc\xd3\x6a\x04\xcc\x9a\x97\x5d\x91\x5d\x21\xfe\xd7\xee\xdf\x5b\xcf\xc6\xe9\x1d\xce\x29\x05\x4c\xc5\xa1\x42\x29\xce\xcd\xe1\xa1\xd1\xd4\xd3\x8e\x19\xbe\x63\x8b\x5a\x3e\x52\xd1\x6a\xcc\xe6\x4c\xc5\xcf\x7a\x1c\x02\x3a\x40\x08\xff\x14\xc5\xd7\x71\x1e\x64\x13\x8c\xaa\x0c\xbf\x8b\x64\x18\x0f\x60\x1f\x26\x63\x34\xc9\x81\xc2\x4f\x6b\x97\xc4\x1c\x2b\xda\xea\x04\xc6\xdf\xd2\xfa\x28\x2e\x6e\x74\x53\x08\x16\x90\xf8\x81\xfd\xbe\x89\xab\xc2\x2b\x06\x39\xb0\xf0\xe3\x6b\xec\x01\x9a\x38\x9a\xde\x49\x1f\x3a\x11\xf7\x27\xba\xfd\xab\x24\x05\xda\x8f\x38\x0a\xb3\x2f\xef\xbc\x01\x9c\xa2\x6c\x24\x0a\x8a\x86\x85\xf7\x4a\x47\x9b\x03\x1d\xc3\xde\x1c\x33\x7a\x80\x87\xf5\xb8\x42\xf9\x1c\xdb\x16\x30\xa1\xf6\x74\x24\xa0\x63\x55\xb9\xe7\xfd\xe3\x47\x62\xc1\xd7\xbc\x9b\xb2\x9c\x14\xbd\x6e\x77\x98\x0d\x8a\x10\x65\x8c\x61\x76\x7d\xf3\x2f\xa0\x57\xa3\xee\x30\xbe\x8d\x53\x84\x73\x01\xb9\xd7\x68\x15\x5c\x0c\xbb\xd5\x38\xf9\xf4\xae\xc8\x06\x1f\xe2\xb2\xfb\x5f\x65\x74\x79\x88\x2f\xa0\x44\x5b\x32\xd0\x17\x64\x47\x65\x00\x80\xfb\x74\x27\x72\xf8\x38\x78\x40\xf7\xa0\xff\x2e\xe5\xf7\xb6\xc2\xcd\x70\x4f\xe4\x47\xf9\x35\x0e\xca\x0f\x0a\x7f\xc3\xf3\x83\x0a\xff\xad\x86\x93\x20\x8f\x07\xb7\xbd\x67\x5b\xdb\x7b\x94\x00\x5d\x07\x70\x0c\x86\x65\xd6\xeb\x8a\x21\xf0\x7f\x7c\x39\x1b\x7e\xf1\xf3\x1a\x6f\xfe\x85\x38\xb4\xe6\xe9\x00\x64\xc3\x62\xc8\xe5\x55\x8e\xe7\x8d\xb0\x2c\x46\x35\xeb\x79\x5d\x95\x69\xc1\x5c\x06\xa4\xd7\x3e\x2e\x11\xe8\xe8\x41\x9a\x94\x14\x18\x47\x5c\x43\x96\xcc\x01\x5d\x20\xb7\x56\x42\x84\x52\x37\x96\xa1\x7d\x88\xf4\xc2\x0c\xc7\xa7\x52\x26\x3c\xda\xdb\x28\xef\xe6\xd5\xb8\xcb\x0b\x13\xa0\x56\x2c\x87\xbd\x55\x1f\x7e\x6d\x7c\x7a\xdb\x00\x2b\x80\xee\x07\x71\x4b\xc6\xf8\x66\x89\x88\x2e\xec\xf9\x08\x36\xfa\x4d\xf6\x11\x11\x45\x9a\x7d\xc4\x2d\x64\x37\x61\x8c\xfa\x02\xce\xbf\xcf\xf0\x09\x74\x0b\x85\x4f\x35\xf4\x66\xc5\x30\xc2\x8a\xdc\x8b\x78\x50\x30\x72\xf4\x14\x9a\x99\x3d\xc3\x7f\x90\x92\x8a\xc6\x41\xfa\x8b\x30\xe4\x30\xa5\xf6\xd4\x46\xbd\x06\xa0\x57\x97\xb4\x41\x95\x04\x26\xfe\xcb\xf5\xbb\xfb\x5f\x1d\x6c\xd7\xc0\xda\x1c\xa3\x82\xa6\xd8\x9a\x97\x55\x71\x77\x99\x7d\x82\x5d\xb9\xb3\x15\x6e\xa9\x5c\xe8\x06\xc4\xd9\x21\xee\xcd\xe2\x86\xf6\xe6\x00\xff\x1d\xdc\x8c\xe0\xf8\x06\x67\xb7\xde\xfe\xe6\xa6\xd7\xc5\x73\xd3\xfd\xab\xda\x85\x5e\xcb\x3e\x34\x76\x22\x54\x30\x92\xed\x6d\x28\x32\x01\x5b\x33\x6e\x40\x6c\xf5\xfc\xf4\x5c\x3c\x1a\x0e\xbd\x23\x40\xb0\x77\x08\xc7\xf7\xd6\x43\x4c\x44\xf2\xef\x99\xc2\x8c\x0b\x49\x3d\x84\xb0\xf1\x32\xc9\x8b\xf2\x07\x80\xdc\x77\x5c\xa3\xb1\x49\x10\x08\x7d\xa0\x3a\xe7\xea\xb5\x43\x3d\x49\x2e\xbb\x06\xea\xe8\xee\x2c\xbe\x06\xee\x2e\xbf\x03\xc6\x93\x4b\xa1\xa4\x0e\x44\x8a\x90\x9b\x76\x85\xed\xb1\x2f\xec\x8e\xc3\x7d\xac\x45\xa6\xe4\xa3\xd0\xb5\x86\x0f\x5a\x26\x13\xb6\x8b\xdc\x4d\xec\xe8\x6d\xcd\x91\x7b\xe8\x9d\x5c\x8f\x33\xb1\xcf\x64\x7c\xea\x5b\xe1\x55\xff\x6f\xde\x76\xb8\xe3\x75\x3d\xad\x74\x80\x24\x58\xed\x67\xe1\xa7\x8e\xd9\x48\x8f\x7a\x23\x96\x58\x04\xc0\x06\xd4\x53\x06\x50\xbe\xa4\xf3\x7f\x17\x97\x1b\xb0\x6f\xc9\x72\xd7\xb5\x2f\x81\x43\x1e\x00\x7d\xed\xa2\x3a\x25\xc0\xaa\x58\xb3\x8b\x44\xbd\xbb\xb5\xed\x9a\xb0\xed\xf7\x5d\xa6\xc3\xf4\x8e\x80\x0c\xdd\xa2\xfa\xa5\x9f\xa4\x30\x0c\x8c\x9e\x78\x9d\x13\xc9\xe9\x4c\x30\xc5\x09\xbe\x32\xfb\x10\x8f\x89\x93\x80\x16\x5e\x50\xae\x07\xd8\x01\xc8\x0e\xbf\xdb\xf4\xae\xe2\xa8\xac\xf0\x35\x84\x99\x4a\x0f\x94\xd3\xea\x3a\x91\x57\x32\xb5\x76\x91\xf1\xc8\x63\x1c\x0b\xf0\x10\xa6\x3c\x47\xc8\x84\x38\x01\x15\x6c\xd4\x8c\x64\x89\x8d\xa9\x9c\x5a\xcb\x82\x2f\x69\x60\x2c\xa3\x71\x37\x99\xae\xab\x8d\xa8\x42\x48\x6e\xaf\x38\x20\x65\x93\x01\x98\xd6\xc9\x14\x32\x6d\xcd\xd4\x45\xaf\x95\xf6\x0d\xbb\xe9\x34\x82\x73\xb9\x76\x32\xa4\x9d\x57\xf9\x35\xfd\xaa\xb3\x74\x40\x35\x6f\x81\x7a\x03\xc1\x58\xeb\xa8\xbf\xb1\x21\x3d\x65\x10\x93\xda\xe0\xa8\x4c\x87\x35\x96\xe6\x13\xeb\x0b\xae\xd3\xb7\x5a\x12\x93\xbb\x57\x6b\x98\x72\xd2\x47\x7a\x38\x24\xd0\xfd\x5d\x1f\x2e\xd1\x7c\xed\x51\xd5\xa4\xba\x4c\x93\xe2\x26\x1e\x0a\xb9\x57\x6a\xed\x1b\xfb\x98\xdb\xee\xcb\xe2\x66\xcb\x52\x93\x08\xf4\x63\x90\x4d\xee\x3c\x7e\xb2\xe4\x5d\x01\xaf\x16\x7a\x2f\xb3\x7c\x04\xfc\x85\x1e\xbe\x34\xcc\xc3\x04\xd5\xee\x37\x77\xea\x8a\x87\xc4\x45\x89\x2c\x0a\xe3\x96\x17\xcb\x21\xb5\x7d\x03\x18\x24\x87\x95\x10\x87\xaa\x43\x3b\x49\x31\x06\x30\x08\x43\x30\x45\x74\x1d\x12\x65\xe4\x7c\x1a\x06\xb0\x0a\x20\xbe\x02\xe7\x3d\x41\xc7\x6c\x43\xaa\x32\x49\xc3\x0e\x92\x50\x14\x55\x99\x2d\xaf\x44\x16\x11\x03\x2f\xf2\x06\x31\x48\xb7\x93\x28\xc9\x91\x0f\x8d\xc4\x0b\xe6\x51\x34\xc1\x18\x8a\x25\x30\x06\x29\x70\xe1\x32\x39\x84\x5d\x99\x12\x2d\xc7\x56\x8f\xae\x60\xfb\xd2\xa8\xc4\x20\x6e\x80\xaa\x5f\xc6\xc0\x90\x53\xdb\xf1\x70\x03\xb9\x11\x2a\xc0\xd5\x0b\x26\xc6\x72\x0e\xb0\xd1\xab\x82\x25\xe9\xd8\x7b\xef\x08\x26\xf9\x9e\x9e\x44\x31\x8b\xb0\xe1\xc5\xd7\x3d\xe8\xd4\x51\x0c\x93\x61\xbb\x04\x81\xda\xca\x21\x0d\x11\xff\x41\xb8\x1c\x76\xb9\xfb\xee\xf0\x0e\x7e\x26\x03\x9a\x85\xdf\xb9\x35\xf8\x23\x4d\x6f\x68\xe3\x0c\x02\x84\x4a\x67\xcd\xa6\x99\x7e\x17\x53\x0b\x9f\xd2\xf9\x72\x56\xbc\xe8\xd6\xd5\xff\xf2\xf3\xcf\x9e\x8c\x56\xf9\x27\x8a\x0b\x81\xf3\xf6\x1b\x17\x9d\x7f\x71\x34\x4e\x65\xcd\xd6\xf5\x6b\xf2\x8e\x83\x59\x64\xc2\x4f\x02\xde\x70\x28\xf7\x87\xdc\x60\x8a\x2d\xea\xd4\x19\x42\xc1\x2f\xf0\x59\x5b\xc3\x7d\xec\x49\x8d\x38\x4b\x53\xbc\x26\x91\x97\x02\x3b\x7e\x93\x4c\x00\x79\xd3\x91\x63\xaf\xc2\x94\xda\x31\x09\xb4\x54\x95\xa8\x0c\x9b\xcf\x40\x06\x12\xb2\x24\xfb\x84\x33\x79\x85\x25\x6b\x42\x81\x11\x53\x23\xbb\xc4\xd3\xc1\xca\xa8\x3b\xac\x5b\x74\x3b\xf8\x2f\x13\x4c\x39\x41\x4c\xc1\x59\xc2\x92\x8c\x3d\x90\x21\xf2\x3b\x38\x60\xb4\x97\x70\xd7\x82\x78\x18\x8f\x09\x36\xb2\x7c\x52\x16\x71\x7a\xe5\xad\xa3\x3a\xa1\xac\x26\x1b\x02\xb8\x15\x13\xba\x0d\x6c\x02\xc0\xb2\x01\x5c\x69\x55\xe2\xbb\xfd\x0d\x62\xb2\x8b\xcc\x03\x59\x0f\x99\xc5\xeb\x18\x80\xc9\x04\xcc\x3e\xd8\x1b\x04\x77\x1a\x0e\xb2\xeb\x91\x87\xfe\x08\x10\x62\x80\x1e\xbc\x75\x64\xed\xa0\x85\x0d\xe0\x4e\x4a\x62\x49\xe1\x14\x4a\x71\x24\x85\xd6\xa3\xe2\x83\x22\x6d\x3f\x15\xc0\x3e\x88\x8a\xc9\x98\x92\xc4\x2f\xbe\xf0\x13\xf5\xae\x04\xe6\xc1\xe2\x6d\xa3\x41\xa1\x0a\xd9\x0a\xd4\xc4\x01\x10\x28\x86\x0d\xf0\x74\x29\xdd\x62\x02\xb5\xa7\x01\x5f\x23\xbc\xa8\x28\x2b\xc4\x9e\xbf\xf8\xe6\xed\xb7\x1b\x5e\xff\xe8\xf4\xe4\x78\xc3\x7b\x79\x74\x71\xf4\x6a\x83\xab\x6e\x78\x3f\x1c\x9d\x9d\x32\x48\x4e\x4e\x5f\xbe\x61\xee\x99\xaa\xf6\xb8\x44\x47\x3a\xa8\x96\x00\xba\xc8\x04\xae\xad\x6d\x1c\x27\x0a\xb6\x67\x40\xb0\xc4\x01\x7d\xcc\x91\xab\x19\x1b\x58\xe2\x98\xc0\x89\x3b\x48\x20\x60\x6f\xfd\xf8\xd5\xcb\xa7\xa1\xee\x14\xeb\x88\xe5\x00\x18\xfe\xcf\xf9\x1b\x18\x36\xae\x0b\x01\xd7\x05\x55\x59\xf7\x84\x35\x0d\xd7\x00\x1c\xbd\x0a\xb0\xa6\x63\xf4\x46\x81\x42\xcf\x70\x43\xa8\x22\x18\x9f\x53\xc7\x54\x02\x11\x2a\x1e\xa1\x38\x1a\x86\xed\x6b\xa4\xc6\xa6\xb6\x0b\x8c\x26\x42\x49\xe8\x0e\x18\xb9\x3c\x1b\x67\x48\x5b\x80\x87\xa1\xed\x88\xb7\x50\xc9\xd5\x1d\x6c\xa7\xcb\xea\xea\x8a\xb8\x84\x73\xf4\xbf\x6d\x8f\x99\xf0\x3a\x27\xa1\xba\x83\xf5\x37\x05\xf5\x30\x56\x7a\x14\xe8\x0b\xf0\xe8\x38\xd6\xd4\x87\xe8\xc4\x87\x38\x9e\xe0\x10\x46\xf1\x28\xcb\xef\xa4\x7e\x13\x87\x88\x4f\xc5\xb8\x7d\x68\x68\x24\x31\x0b\xdb\x86\xc0\x54\x81\x49\x99\x54\x25\xf0\xc0\x63\x38\x1e\x80\xcc\x06\x80\xd6\x8a\x0d\xa6\x6f\x62\x2c\x48\x6a\xae\x91\x8f\x03\x11\x02\xf8\xd3\x09\xca\x5f\x04\x12\x38\xae\x4a\xf4\xb2\x26\x06\x5c\xca\xe6\xa6\xc8\x78\xa9\xf8\xa2\xf9\x50\x04\x6f\x30\x42\x40\xdd\x35\xc5\x54\x51\x63\xfc\x4b\x73\x67\xd8\x3c\x93\xf1\x01\x39\x52\xf7\xfc\xed\xcd\xcd\x8d\x9d\xcd\xcd\x60\x67\x73\xdb\x57\x45\x00\xa7\xe7\x77\x51\x89\x97\x6e\x88\x2a\x15\xaf\x22\xe4\x83\xa1\xc0\x1a\x38\xe8\x51\xa1\x46\x1d\x03\xa9\x74\x29\x3c\xe6\x1b\x78\x9a\x8c\x08\xf4\x01\x00\x3b\xb8\xa2\xc6\xf8\x61\x06\xa6\xdd\xc0\xde\x62\xf9\x1e\xe7\x84\x79\x92\xa1\xb1\xf0\x12\x7e\x62\x7f\x82\xe8\x08\x40\xc5\x45\xb6\x6c\x57\x4c\x50\xf0\x50\x5f\x7c\x8a\x46\x93\x34\x36\x4c\xc4\x48\x2a\x4c\x13\xd8\x4a\xe8\x22\x46\xc8\x92\x79\x26\x1b\x12\x63\x69\xe9\xd1\x28\xb8\x58\x8f\xd8\x57\x70\x74\x8d\x5a\x45\x80\xff\x30\x1a\x94\x56\xf6\x91\x79\xd5\x55\xeb\x86\x06\x8c\x8e\x60\xc6\x65\x70\x41\x94\x93\xe6\xdd\xb9\x4e\xb3\x4b\x8b\x4f\xf0\x98\x4f\xe0\xf4\x10\xc4\xa7\xc1\x87\x71\xfc\x51\x48\x6e\x7e\x2d\x1b\x95\x40\xd1\x38\x1b\xdf\x01\x39\x2b\xaa\x02\x04\x55\xbf\xce\x47\x2b\x76\x0e\xa5\x80\x81\x4d\x52\x6c\x92\x1d\xa9\x00\xd9\x70\x9c\x34\x8b\x06\x38\x46\xb4\xf1\x17\x60\x9d\x92\x71\x94\xdf\x61\x3d\x38\x9e\x5a\x11\x24\xde\x99\x9b\x29\xe3\xd6\x0d\x96\xc7\x70\xa6\xd0\x5f\x4c\x97\xc7\x14\x58\x63\xea\x0e\xd2\xa4\xdb\x59\x63\x89\x76\x50\xe5\x70\x3c\x2f\x73\x64\xbd\x71\x54\x38\x24\xa1\x65\xee\x81\xd4\x0f\x62\xa5\xba\x12\x09\x02\x20\x24\x87\xbe\x83\xf7\x3a\xfc\xd9\x64\xbb\x34\xd3\x2f\xa5\x25\xd3\x57\xf0\xa1\x64\x15\x50\xc2\x44\x6b\x9a\x8d\x00\xf7\x7e\x48\x74\xe4\x90\xa8\xcf\x67\xff\x7d\xc7\xc5\xe1\x31\x8f\x56\xe7\xf2\x16\xec\xce\x57\x4d\xd4\x7a\x15\x32\xec\x6d\x02\x58\x98\x94\xc2\xc0\xb4\x24\x08\xe9\xda\x6a\x69\x76\x42\xaf\x56\x3c\xbe\xad\x71\x90\xe7\x6f\x5e\xbf\x78\xf7\xfd\xd1\x19\x31\x72\x04\xcf\x1e\x21\xca\x00\x5a\x0d\xe8\xb7\xa3\xf0\xbb\x97\x67\x6f\x5e\xbf\x3b\x7e\x73\xfa\xf2\xe4\xdb\x77\xaf\x8f\xfa\xba\xf2\x4b\x10\x37\x7a\x1d\x56\xe1\x28\x86\x90\xde\x9f\xae\x19\xa7\xac\xa7\x19\xf7\x80\x24\x10\x99\xf9\x21\xbe\x93\x79\x01\xfc\x5d\xef\xfa\xfc\xc5\xf1\xd9\x8b\x0b\x77\x6f\xcc\xdc\xfe\x3d\xbe\x73\xf4\xc6\x79\x8e\xae\x44\x06\x76\x85\xb0\xa1\xf6\x24\x7c\x5c\xc3\x37\x07\x1f\x18\xa3\x97\x3e\x31\x1a\x45\xcd\x9e\x6d\xa1\x16\xed\x00\x3b\xca\x74\x90\x15\x87\x24\x17\xd1\x25\x02\x52\xa7\x31\x52\xab\xf1\x5f\x50\xa4\xc0\x9b\xbb\xf1\x35\x1e\x41\x20\xc4\xa5\xa2\xe3\x92\x17\x43\x07\x5a\x48\x33\x49\xd7\x4a\xad\xa5\xc8\x18\x60\x02\xec\xbf\x4b\x24\x78\x06\x47\x07\x1c\xf8\x4f\x18\x1b\x10\x98\x4c\x31\x15\xdc\x2b\x90\x99\x43\xb5\x0f\x4c\x8c\xc4\x6e\x64\xa4\xc7\x36\x88\x5f\x6d\x2a\x9a\x87\x07\x52\xba\xf9\x42\xad\x12\x9c\x37\x49\x27\x65\xb2\x59\xbe\x56\x0b\x44\x63\x51\x07\xd9\x18\xd4\x25\x15\xa8\x3d\x32\x64\x59\x22\xf9\x4a\x14\xcd\xbc\xcd\x90\xfe\x6f\x03\x58\xfe\x84\x1c\x7a\x10\x69\x8b\xa3\x31\x42\x03\x76\x77\x4a\xbe\xa5\x90\x06\xa3\xb2\x16\xea\xd2\x64\xe8\x24\x5d\x11\xc2\x20\x15\xb4\x4c\x3f\xe9\x17\x21\x47\x48\x8c\xee\xbc\x8f\xd1\x58\x2a\x96\xa1\x23\xe2\x40\x11\xf8\xb4\xbd\xa4\x62\x76\x1c\xe3\x71\x12\xd8\x13\x4a\x71\x77\xd8\x17\x33\x3e\x80\x4c\x55\x5f\xa2\x2d\xbc\xf6\x31\x41\x72\xd2\x07\xf2\xfb\xd5\x76\xb8\xb5\xff\x2c\x04\xde\x01\xfe\xd7\x11\xb9\xcf\xa1\xd5\x31\xdf\x0d\xd1\x0d\x14\xae\x27\xd9\x76\xc2\x28\x84\x59\x27\x83\xcb\x30\xba\x85\x2c\xd3\x92\x11\x64\x61\xd1\xd8\xa9\xb0\x9b\x0c\x2d\xc0\xe3\x5c\xcf\xbf\x7b\xf3\xf6\xd5\x73\xef\xf4\xcd\x85\x68\xb5\x26\xa0\x43\x87\x30\x1f\xd8\x2d\xc3\x8a\xef\x79\xf4\xad\x53\x61\x30\x9d\x08\x0e\x04\x19\x09\x72\xcc\x2a\xc3\x7e\x44\x25\x03\x72\x5a\x78\xc9\x82\xfb\x97\xc0\x2c\xbc\x3e\x6f\x88\xca\xc8\xd6\xbe\x47\x1c\x38\x28\x53\xea\x2f\x80\xdd\x8b\xfe\xc6\xde\xa3\x28\x3f\x10\x7a\x34\x8f\x9c\x73\x28\x05\x26\xb3\xe0\x34\x5e\x9b\x03\xc7\xd3\x22\xa1\x43\x83\xe7\xa3\x40\x42\x84\x56\x56\x18\x66\xb1\xd6\xfe\xbd\x90\x30\x56\xb6\xab\xeb\x17\xc7\xfd\xee\xdb\xe7\x7d\x56\x5f\x69\xab\x57\x48\x86\x94\x8f\xf1\xa5\x79\x12\x9e\xe9\x96\xf4\x76\x57\x89\x72\xb8\x8a\x0f\xb3\x46\xf1\x6c\xd9\x31\xc8\x13\x84\xa6\xb1\x13\xe3\xdc\x31\x5b\xcd\x18\xe1\xaa\x4a\xe5\x9e\xa5\xc0\x9f\x92\x9c\x02\x90\x94\x64\x09\x07\x44\xb4\x66\x6e\x21\x91\xa4\x8d\x71\x77\xb6\x37\xd5\x50\xe9\x98\x9f\xc5\xc3\x24\xe7\x3b\x40\xc9\x37\x02\xc7\x40\xc2\x84\xb7\x1d\x6e\x6f\x28\xec\x32\x8a\x3e\xf0\xe5\x49\x34\x46\xea\x94\x8b\x7a\x70\xa6\x92\x08\xc4\x29\xe0\x55\x59\xf3\x15\xce\xe0\x3e\xd1\xb5\x0d\x86\x05\x37\xaa\x74\xd7\x72\x3d\x8a\x8e\xe4\x7e\x39\xe5\x22\xeb\xe1\x3a\xf1\xfe\xe1\x35\xe3\xbf\xad\x95\xdb\xdd\xdd\x69\xae\x9c\x4c\x9c\xbe\x72\xba\xea\x32\x4b\x67\x42\x56\xb7\x74\x0e\xf8\xe6\xe2\xd5\x39\x72\x56\x78\x1c\xf5\x54\x9b\xb0\x31\x41\x23\x6f\x77\x9c\x20\x2a\x53\x5e\x9f\x52\x3f\xa4\x68\xd1\x23\x96\x62\xe7\x94\x06\xe9\x89\xb4\x8d\x25\x62\x60\xbc\xb5\x92\xb0\xf6\x24\x73\xd7\x93\xee\xa3\x3c\xd2\xc7\x9d\xc5\x45\x96\xde\x62\xac\x51\x95\x3c\xcc\x46\x11\x6a\xcd\x6d\x1d\x29\xa6\xf5\x00\xa8\xc4\x50\xe3\xb5\x80\xca\x03\xf2\x1d\xe9\x77\x0f\xf2\x62\xe8\x2a\xcb\x42\x77\x69\xcc\xbd\x8c\x72\x2b\x17\x35\x87\x00\x4a\x69\x5c\x8a\x22\x39\x63\x15\xa2\x9a\x7a\x56\x68\x52\xd3\x99\x09\x5a\xca\x46\xf3\x65\x02\x68\x20\xdd\x27\x29\x79\x00\xc9\xbc\x36\x65\x65\xa2\x2f\x28\x96\xe2\x48\xc6\x09\x5a\x13\x0d\x4a\xb1\xa3\x38\x75\x42\x4c\x2f\x6a\x6b\xe3\xfc\x38\x99\x00\xca\x3f\xaf\x40\xd0\x2e\x8c\x42\x30\x6f\x98\x9c\x62\xa3\x2a\x28\xda\x57\xac\x72\xa1\x99\x9b\xc0\x3b\xa6\xbc\xbd\xed\xad\x46\xda\xce\xb3\xdd\x8e\x31\x3e\xd2\xc4\xaf\x29\xe0\x48\xc6\x01\x57\x44\x11\x01\x81\x39\x91\xca\xc6\xc2\x92\xc2\xd8\x58\x58\xec\xea\x8a\xe4\x06\x10\x93\xa0\x2d\xd2\x2c\x77\x0a\xad\xb1\xae\x6b\xcb\x59\x2d\x58\xc3\x32\xb6\x9c\xe1\xbc\xc9\x18\xa4\x59\x35\x54\x5a\x7f\x4d\x63\x19\x9b\xcd\x61\xcb\x20\xc6\x34\xed\x0e\x43\x6a\xcb\x5d\xd7\x17\x69\xab\xad\x01\x82\x03\xed\x38\x08\x3e\x52\x7f\x1d\x11\x16\x54\x7a\x07\x6e\x17\x07\x1d\xa2\x6d\x09\xb2\x37\x42\xbd\xc9\x0a\x47\x84\xca\x86\x7a\xbb\x42\xe6\x14\xf4\x24\x44\xb4\x8d\x58\x91\x8c\x7a\xf5\x15\x8d\x34\xe7\xbf\xe0\x05\xa8\xdd\x63\x8a\x42\xe6\x3b\x04\x64\x36\xfc\xad\x10\x63\x6a\xef\xca\xfb\x08\x41\x8d\x29\x8b\x32\xc2\x3d\xcc\x6a\x7d\xbe\x60\xde\xc3\x4b\xc6\x05\xd8\x96\xee\x8e\xbe\x47\xde\x3a\xc0\x64\x64\xcc\xba\x5b\xfb\x1d\xfb\xd9\x81\x55\x9d\x47\xd2\x41\x51\x4e\xdc\x97\x7d\x87\xc2\x31\x42\x25\xed\x67\x43\x10\x96\x33\x74\xf2\x8b\x8c\x0c\x39\x91\x09\xa1\x64\x27\x12\xa9\xb0\x5a\x8e\x2b\x3d\x52\xdc\x26\xe3\x33\xc3\x6a\x86\x92\xa2\x4f\x46\xd2\x26\xa7\x91\x2d\x88\x38\x36\x81\xd8\x95\x67\xc2\x33\x98\x38\x37\xd2\x51\x58\x43\x4c\x99\x54\x2a\x85\x9f\xcc\x1c\xc1\xb1\x05\xe1\xfa\x6d\x99\xa4\x4a\xbc\xdf\xdf\x5c\xa6\x6d\x56\x65\xcd\xd7\xbc\xbe\xb5\x34\x9c\xac\x0a\x4d\xa3\x0e\x86\xe8\xb1\xce\xdc\x23\xef\xaa\x78\x44\x01\x69\xb0\x95\x00\xe0\xb9\x9a\xdb\x6a\x20\xb6\xdd\x0a\x95\x18\xd7\x15\x9c\xb2\xae\x76\xd0\x1a\x88\x9b\x86\xae\x75\x67\x32\xb9\x1d\x7c\xf1\x0b\x13\xa4\x35\x88\x08\xd0\xb0\x3c\x17\x34\xa7\x00\xc9\x38\x8c\x06\x23\x15\x88\xef\x90\x2d\x0f\x28\x09\xf5\x99\x28\x46\x9f\x94\x7c\x58\xc5\x24\x89\x4c\x98\x8d\x85\x1d\x03\xaa\xee\xcd\x66\x45\xa6\x14\x84\x4e\x47\x2e\xc4\x35\x8f\x86\x3f\xa0\xc2\xf4\xcd\x98\x78\xcf\x82\xb5\x84\xdb\xcf\x5e\x27\x1d\x56\xe3\xe9\x30\x81\xd2\xa2\xcd\x32\x6d\x70\xa1\xb4\xa2\xba\x14\xd7\x2d\xbe\x10\x29\xd4\x3d\x18\x64\x61\x7d\x69\x71\x26\x16\x9e\xe1\x4f\xdc\xc9\x10\xf7\x0c\x30\xec\xa6\x7b\x66\x24\xf5\x80\x9a\x37\xd0\xd2\xa4\x50\xeb\x24\xd4\xcc\x58\x50\x46\x30\xd2\xf7\x84\x1d\x52\x05\x03\xcd\xc2\x0b\x07\x54\x2f\x0f\x6e\xe2\x61\x45\x18\x92\x4d\xde\x86\x15\x5d\x39\x12\x3b\x34\xc0\x9b\x5e\x32\x25\xd9\x20\xf3\x5b\xdd\xf5\xa1\xa0\x6d\x28\x87\x49\x4b\xb7\xaf\xb7\x60\x03\x09\xbb\xb3\x32\x09\x10\xb7\x01\xb3\x71\xc7\x96\x31\x78\x13\x11\x8f\x11\xb1\x62\x15\x89\x6a\x51\x3c\x4b\x68\xc6\xd8\x96\x51\x21\x8d\xaf\x4a\xa4\xf2\x82\x02\x87\x1d\xcb\x0c\x44\xdd\xd6\xff\x20\x64\x2c\x34\x34\xf7\xbe\x89\x50\x78\x38\x62\x21\xe6\x98\x43\xa2\x0b\x04\x84\x12\x25\x30\xb1\xe8\x3b\x8b\x65\x47\xc3\x83\x1d\x99\x02\x55\xe9\x90\xa4\x72\xe6\x2f\x3a\x68\xde\xde\xa4\x80\x1d\x21\x33\x89\x6b\x0d\x1a\xc5\x86\xd4\x52\x15\x66\x54\x0d\xea\xa3\x19\xf5\x04\x2f\x74\xd4\x15\x99\x71\x1f\x1a\x0d\xf2\x0c\xc6\xac\xef\xa2\xc3\x5a\x57\xbc\xca\xaa\x27\x55\x30\x50\xb4\x54\xf5\x6a\x76\xc7\xab\x43\x46\x49\x85\xa6\xbf\x96\x4e\x4e\xae\x02\xed\x33\xe0\x5a\x8b\x48\x5c\xe7\xf2\x6e\x31\x2e\xc8\x4d\x2b\x09\x81\xbb\xf0\x6a\x5a\xca\x79\x0d\xcf\xfe\x2c\xa3\x17\x45\x72\x3d\x46\x91\x52\x6c\x64\x49\xa7\x85\xef\x1a\x92\x21\xf4\x90\x91\x7a\x3a\x82\xc5\x34\x1c\x4f\x3a\xce\x74\x87\xd9\x78\x49\xaf\x85\x6f\x2a\x79\x78\x84\x0a\x02\x65\x56\x18\x08\x09\xf7\xd1\xa0\x64\xeb\x36\x2c\x62\xe8\x2a\xd0\x5d\xb6\xed\x60\xa7\x67\xac\x06\xde\x42\x29\xe4\xd1\xe8\x4d\xe8\x71\x64\x79\xa5\x0a\x89\x5c\x25\x15\x33\x0b\x84\x71\x84\xda\x52\x58\x5b\x13\xc5\xca\x47\xd5\xea\x81\x92\x32\xb5\x65\xb3\x97\x26\x83\x24\x81\xea\x66\xc3\xb2\x64\x38\xc0\xce\x6e\xe0\xe4\x23\x9e\x24\x3b\xd2\x56\x57\x42\xc2\xd6\x43\x39\xdc\x94\x38\xcc\x8c\xdb\x4a\xd6\x63\x93\x0a\x99\x93\xcd\xcd\x91\x2f\xef\x5f\x89\x0e\x42\xe2\xde\xe6\xeb\xc4\x17\xda\xab\x51\x52\xaf\xb2\xe3\xaa\xb2\xc5\x75\x24\x2a\xa0\x5e\xd7\xe4\x55\x93\x10\x0e\x1c\x28\x06\xa6\x47\x6a\x64\xdc\x00\x8c\xd0\x90\xcc\x01\x16\xab\x4a\xd3\x66\xa1\xa0\xb6\x60\xd3\xa3\xf0\x56\x08\xb6\x78\x9c\x79\x19\x2b\x6a\x8c\x82\x24\x6d\xc8\xa6\x86\x21\xd5\x03\xaa\xa3\x31\x05\x9d\x5b\xba\xb0\x6e\x18\xa8\x51\xc7\x02\xc1\x0a\x34\x3a\xbe\x82\x5d\x5b\x16\xc4\x1b\x90\x55\x6d\x99\x1c\xc9\x29\x2a\xae\x42\x84\x40\xa8\xe8\x52\x8a\xbb\x86\xbf\x84\xad\x17\x27\xbf\xf8\x04\xc7\x80\x98\x88\x8e\x94\x9a\x08\x75\x9f\xab\x97\xd3\x92\xfb\x10\x41\xe2\x5f\x7c\xc2\x6b\xb9\x42\x8b\x34\x52\xa8\x20\x6d\x69\x34\x99\x18\x89\x28\x0e\xb2\xc1\x71\xcf\x3b\x19\x5b\x19\x42\x2f\x6f\xa5\x05\x33\x5f\x61\x2b\x4e\x28\x9b\x64\x69\x76\x8d\x26\x74\x78\x5a\x93\x14\x84\xf8\x80\x25\xca\x10\x83\x83\xd4\x5e\xc8\x01\x1f\x19\x77\x70\x85\xd4\xac\x70\x17\x94\x80\x0f\x72\xb9\x35\x81\x19\x65\x0b\x3c\xb6\x2b\x21\xdd\xc8\x24\x4f\x32\x8a\xea\x81\x39\xe2\x6f\x0c\xdf\xcc\x2c\x01\xed\x8d\x64\x84\xeb\x41\xb6\x06\x24\x19\xa3\x09\x5f\x8e\x26\x98\x78\x25\x5d\xca\x7d\x80\xcd\x02\x07\x21\x9a\x30\x22\x06\xf3\xb1\x3b\x8f\x4b\xc9\x23\x09\xd3\x4f\xe9\x7f\x96\x92\x80\x69\x66\x1a\x8b\xd6\x9f\x76\x39\xc2\x36\x2c\x1c\x10\x8f\x04\x0c\xed\xf6\x2e\x0b\xed\x84\x9d\x58\x2d\x99\xb1\x0c\x42\x1a\xdd\x92\x9b\x01\x42\x98\x63\x8c\x83\x5a\xd8\x01\x3c\x4f\x83\x46\x64\x0b\xbc\x9b\x02\x08\x1d\xbd\x7a\xf5\x63\x67\xbe\x50\x0c\xc2\x89\x24\x46\x27\xd8\x96\x69\x22\x98\x81\x23\x66\x83\x28\x67\x22\x65\x63\x3c\x57\x76\x6b\x5f\xfa\x01\xc3\xea\x5b\x7d\xab\x6f\xf5\xad\xbe\xd5\xb7\xfa\x56\xdf\xea\x5b\x7d\xab\x6f\xf5\xad\xbe\xb9\xbe\xff\x07\x22\x13\x66\xec\x00\x40\x01\x00\x01\x00\x00\xff\xff\xd6\x1f\x44\x06\x08\x3f\x00\x00") -func chartsTraefik1810TgzBytes() ([]byte, error) { +func chartsTraefik9123TgzBytes() ([]byte, error) { return bindataRead( - _chartsTraefik1810Tgz, - "charts/traefik-1.81.0.tgz", + _chartsTraefik9123Tgz, + "charts/traefik-9.12.3.tgz", ) } -func chartsTraefik1810Tgz() (*asset, error) { - bytes, err := chartsTraefik1810TgzBytes() +func chartsTraefik9123Tgz() (*asset, error) { + bytes, err := chartsTraefik9123TgzBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "charts/traefik-1.81.0.tgz", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + info := bindataFileInfo{name: "charts/traefik-9.12.3.tgz", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _chartsTraefikCrd9123Tgz = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x00\x55\x03\xaa\xfc\x1f\x8b\x08\x00\x00\x00\x00\x00\x02\x03\xed\x98\x4b\x73\x9b\x30\x10\x80\x7d\xe6\x57\x68\xd2\x4b\x7b\x08\x98\x97\xdd\xfa\x96\xb1\x73\xc8\x4c\x5f\xe3\xa4\xbd\x74\x7a\x50\x40\xb1\x35\xe6\x35\x92\x70\x9b\x7f\xdf\x15\x38\x2e\x60\x3b\xa4\x13\x43\x32\xf5\x7e\x17\x88\x04\x5a\x0d\xd2\xb7\xda\x58\x09\xca\xee\xf8\xea\x3c\x10\xa1\x35\xe8\x88\x21\x30\xf6\xfd\xe2\x0a\x34\xaf\xc5\xbd\xed\x8e\xc7\xae\x37\x72\x8b\x76\x7b\x68\x7b\xce\x80\xf8\x5d\x4d\xa8\x4a\x2e\x15\x15\x84\xf4\x11\xea\x35\xa2\x2a\xeb\x3f\x5d\x52\xa1\xcc\x7b\x1a\x47\xc7\x8d\xa1\x17\x78\xe4\x79\x07\xd7\xdf\x71\xc7\x8d\xf5\x77\x86\x63\x7b\x40\x86\x7d\x7c\x80\x13\x5f\x7f\x9a\xf1\xef\x4c\x48\x9e\x26\x13\xb2\x76\x8c\xf5\xc3\xfd\x07\xd3\x76\x4c\xd7\x08\x99\x0c\x04\xcf\x54\xd1\x76\x95\xc0\xb7\x8a\x22\x49\xd4\x92\x91\xe9\x7c\x26\xc9\x5d\x2a\xc8\x66\x07\x99\x46\x42\x63\x36\x21\x95\x0d\x65\xa8\xfb\x0c\x5a\x68\x96\x45\x3c\xa0\x7a\x0c\x83\x26\x49\xaa\x8a\x5b\x39\x31\x08\x81\x56\x1a\xa5\x0b\x13\xae\x2a\x62\x26\x4f\xad\x25\x0f\x43\x06\xb1\xce\x94\xc8\xd9\x99\xf1\xd2\x9f\xe7\xbf\xa7\xea\xff\xfc\xf2\x62\xf6\xe9\xd2\x8c\xc3\x23\xc7\x68\xf5\xdf\xf6\x1a\xfe\xdb\x9e\x3d\x42\xff\xfb\xe0\x4d\x4d\xd8\x0b\x32\xa7\x49\xb0\x64\x82\x04\xfa\x2c\x00\xd1\xa9\x22\x7c\x47\xfb\x5c\xb2\x90\xdc\xde\x93\x1f\x9b\x77\x7f\xbe\x5d\x2a\x95\xc9\x89\x65\x2d\xb8\x5a\xe6\xb7\x66\x90\xc6\x96\x28\x47\xb2\x42\xb6\x3e\x2f\x46\x93\x96\x12\x8c\x59\x31\x95\x0a\x9a\x33\x1a\xac\xe8\x82\xe9\xc6\x62\x8c\x77\x26\xca\xfe\x02\x54\xfd\x57\x2c\xce\x22\xaa\x60\x4d\x8e\x1b\xe3\xdf\xeb\x3f\xc8\x08\x43\xac\xff\xfa\x60\xff\xfa\xf3\x64\x21\x98\x94\x22\xcd\x15\x7b\x7e\x41\xd8\x96\xff\x3d\xb7\x99\xff\x7d\xdf\xc7\xfc\xdf\x0b\xd5\xfa\x0f\xee\xd9\x6f\xc5\x12\xfd\x97\x34\x57\xef\xa5\x2e\xc8\xd6\xf6\x2d\x53\xd4\x36\x56\x3c\x09\x27\x64\x0a\x9f\x2b\x8d\xe7\x4c\xa6\xb9\x08\xd8\x0c\xb6\x4e\xc2\x8b\xc2\x2e\x86\x87\x42\xa8\xe6\x74\x55\x57\x16\x82\xd5\x3d\x24\xcd\x87\x2a\x31\x48\x13\x45\x79\x92\x9a\xb9\x34\x64\xc6\x02\xfd\xfc\x02\x9e\xc9\xb6\x95\x63\xed\x11\x42\xb6\x15\xe9\xda\xa6\x51\xb6\x84\x99\x94\x01\x8a\xfa\x91\x90\x72\x5a\x57\x65\xac\xb9\x8e\x55\x34\x67\x51\x2e\x68\xd4\x98\x44\xd1\x23\xa1\x29\x8f\xa8\xa8\xf7\x41\x97\x0c\x52\x5d\xad\x7e\xd6\x63\xc3\xe1\xc4\xc2\x93\x38\x8f\xda\xfd\x57\x41\xf6\xcc\x14\xd0\xea\xbf\xdf\xcc\xff\x23\x67\xe4\xa2\xff\x7d\xd0\x8f\xff\xb0\x87\xfa\x4c\x01\x37\xd3\xaf\x07\xb3\x80\x9e\xca\x23\x89\x00\xba\x4f\x2a\x17\xb4\xfb\x9f\x87\xdd\xfb\x6f\xef\xfa\x8f\xe7\x7f\x2f\xf4\xe3\x3f\xec\xa1\xfd\xfe\x77\x94\x00\xbe\xcd\x0e\x27\x00\x3d\x97\x47\x12\x00\x74\x9f\x52\x02\xd8\xef\x7f\xcc\xc3\x30\x62\xbf\x28\x7c\x95\x23\xfc\x1e\xdc\xea\xbf\xb3\x53\xff\xbb\xd0\x84\xfe\xf7\x40\x77\xfe\x57\xf7\x50\xb7\x47\xff\xa7\x6d\xa4\x9a\xf4\x95\x09\x34\x7c\x8f\xab\x2f\x9c\x8c\xea\x7b\xd9\xef\xbf\x8a\x64\x5a\xfc\xe8\x7f\x0c\xfd\x9f\xe0\x7f\xb3\xfe\xf7\x1d\x17\xcf\xff\x5e\xe8\xce\xff\xca\x1e\xea\x56\xff\x9b\x8f\xd7\x5f\x8a\x40\x35\xfb\xff\x86\x6f\xc8\xbf\xed\x38\x79\xf7\x35\x07\xfd\x87\x75\x3e\xce\xe9\xff\x04\xff\x6d\xbf\xe9\xff\x10\xeb\xff\x7e\xe8\xd4\xff\xcd\x1e\xea\xb8\xf0\x07\xff\xaf\x75\xa0\xa6\xfe\x65\xf4\x5d\xfb\xe5\xe6\x61\x94\x7f\x70\xd0\xff\xb2\x55\x32\xb1\xe6\xc1\xb3\xb3\x40\xab\xff\x9e\xb7\xf3\xff\xbf\x3d\x46\xff\xfb\xa0\x43\xff\x1b\x7b\xa8\xe3\x22\xa0\x7c\xf5\xba\x8c\x56\x4f\x05\xf5\x89\x34\x13\x42\xad\x17\xd3\x02\x82\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\x08\x82\x20\xaf\x9e\x3f\x82\xc9\x82\xca\x00\x50\x00\x00\x01\x00\x00\xff\xff\xd8\xd1\x3a\x32\x55\x03\x00\x00") + +func chartsTraefikCrd9123TgzBytes() ([]byte, error) { + return bindataRead( + _chartsTraefikCrd9123Tgz, + "charts/traefik-crd-9.12.3.tgz", + ) +} + +func chartsTraefikCrd9123Tgz() (*asset, error) { + bytes, err := chartsTraefikCrd9123TgzBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "charts/traefik-crd-9.12.3.tgz", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -151,7 +172,8 @@ func AssetNames() []string { // _bindata is a table, holding each asset generator, mapped to its name. var _bindata = map[string]func() (*asset, error){ - "charts/traefik-1.81.0.tgz": chartsTraefik1810Tgz, + "charts/traefik-9.12.3.tgz": chartsTraefik9123Tgz, + "charts/traefik-crd-9.12.3.tgz": chartsTraefikCrd9123Tgz, } // AssetDir returns the file names below a certain @@ -196,7 +218,8 @@ type bintree struct { var _bintree = &bintree{nil, map[string]*bintree{ "charts": &bintree{nil, map[string]*bintree{ - "traefik-1.81.0.tgz": &bintree{chartsTraefik1810Tgz, map[string]*bintree{}}, + "traefik-9.12.3.tgz": &bintree{chartsTraefik9123Tgz, map[string]*bintree{}}, + "traefik-crd-9.12.3.tgz": &bintree{chartsTraefikCrd9123Tgz, map[string]*bintree{}}, }}, }} diff --git a/scripts/airgap/image-list.txt b/scripts/airgap/image-list.txt index 003e69afd3..67dfd98b58 100644 --- a/scripts/airgap/image-list.txt +++ b/scripts/airgap/image-list.txt @@ -1,8 +1,8 @@ +docker.io/library/traefik:2.3.6 docker.io/rancher/coredns-coredns:1.8.0 docker.io/rancher/klipper-helm:v0.4.3 docker.io/rancher/klipper-lb:v0.1.2 docker.io/rancher/library-busybox:1.32.1 -docker.io/rancher/library-traefik:1.7.19 docker.io/rancher/local-path-provisioner:v0.0.19 docker.io/rancher/metrics-server:v0.3.6 docker.io/rancher/pause:3.1 diff --git a/scripts/chart-templates/crd-base/Chart.yaml b/scripts/chart-templates/crd-base/Chart.yaml new file mode 100644 index 0000000000..6707168691 --- /dev/null +++ b/scripts/chart-templates/crd-base/Chart.yaml @@ -0,0 +1,7 @@ +apiVersion: ${api_version} +version: ${chart_version} +description: Installs the CRDs for ${name}. +name: ${name}-crd +type: application +annotations: + catalog.cattle.io/hidden: "true" diff --git a/scripts/chart-templates/crd-base/README.md b/scripts/chart-templates/crd-base/README.md new file mode 100644 index 0000000000..2dd38fbfa8 --- /dev/null +++ b/scripts/chart-templates/crd-base/README.md @@ -0,0 +1,2 @@ +# ${name}-crd +A Rancher chart that installs the CRDs used by [${name}](https://github.com/rancher/dev-charts/tree/master/packages/${name}). diff --git a/scripts/chart-templates/crd-base/overlay-upstream/templates/validate-install-crd.yaml b/scripts/chart-templates/crd-base/overlay-upstream/templates/validate-install-crd.yaml new file mode 100644 index 0000000000..a6f74065e7 --- /dev/null +++ b/scripts/chart-templates/crd-base/overlay-upstream/templates/validate-install-crd.yaml @@ -0,0 +1,14 @@ +#{{- if gt (len (lookup "rbac.authorization.k8s.io/v1" "ClusterRole" "" "")) 0 -}} +# {{- \$found := dict -}} +${set_found_crd} +# {{- range .Capabilities.APIVersions -}} +# {{- if hasKey \$found (toString .) -}} +# {{- set \$found (toString .) true -}} +# {{- end -}} +# {{- end -}} +# {{- range \$_, \$exists := \$found -}} +# {{- if (eq \$exists false) -}} +# {{- required "Required CRDs are missing. Please install the ${name}-crd chart before installing this chart." "" -}} +# {{- end -}} +# {{- end -}} +#{{- end -}} diff --git a/scripts/download b/scripts/download index eb21f3e2e9..3f16b42287 100755 --- a/scripts/download +++ b/scripts/download @@ -5,23 +5,93 @@ cd $(dirname $0)/.. . ./scripts/version.sh ROOT_VERSION=v0.8.1 -TRAEFIK_VERSION=1.81.0 +TRAEFIK_VERSION=9.12.3 # appVersion: 2.3.6 CHARTS_DIR=build/static/charts mkdir -p ${CHARTS_DIR} curl --compressed -sfL https://github.com/k3s-io/k3s-root/releases/download/${ROOT_VERSION}/k3s-root-${ARCH}.tar | tar xf - +setup_tmp() { + TMP_DIR=$(mktemp -d --tmpdir=${CHARTS_DIR}) + cleanup() { + code=$? + set +e + trap - EXIT + rm -rf ${TMP_DIR} + exit $code + } + trap cleanup INT EXIT +} + +download_and_package_traefik () { + echo "Downloading Traefik Helm chart from ${TRAEFIK_URL}" + curl -sfL ${TRAEFIK_URL} -o ${TMP_DIR}/${TRAEFIK_FILE} + code=$? + + if [ $code -ne 0 ]; then + echo "Error: Failed to download Traefik Helm chart!" + exit $code + fi + + echo "Uncompress ${TMP_DIR}/${TRAEFIK_FILE}" + tar xf ${TMP_DIR}/${TRAEFIK_FILE} -C ${TMP_DIR} + + echo "Prepare traefik CRD" + TRAEFIK_TMP_CHART=${TMP_DIR}/traefik + TRAEFIK_TMP_CRD=${TRAEFIK_TMP_CHART}-crd + + # Collect information on chart + name=$(cat ${TRAEFIK_TMP_CHART}/Chart.yaml | yq r - 'name') + api_version=$(cat ${TRAEFIK_TMP_CHART}/Chart.yaml | yq r - 'apiVersion') + chart_version=$(cat ${TRAEFIK_TMP_CHART}/Chart.yaml | yq r - 'version') + + # Collect information on CRDs + crd_apis=() + for crd_yaml in ${TRAEFIK_TMP_CHART}/crds/*; do + crd_group=$(yq r ${crd_yaml} 'spec.group') + crd_kind=$(yq r ${crd_yaml} 'spec.names.kind') + crd_version=$(yq r ${crd_yaml} 'spec.version') + if [[ -z "$crd_version" ]]; then + crd_version=$(yq r ${crd_yaml} 'spec.versions[0].name') + fi + crd_apis+=("${crd_group}/${crd_version}/${crd_kind}") + done + + set_found_crd=$( + for crd in ${crd_apis[@]}; do + echo "# {{- set \$found \"${crd}\" false -}}" + done + ) + + # Copy base template and apply variables to the template + mkdir -p ${TRAEFIK_TMP_CRD} + cp -R ./scripts/chart-templates/crd-base/* ${TRAEFIK_TMP_CRD} + for template_file in $(find ${TRAEFIK_TMP_CRD} -type f); do + # Applies any environment variables currently set onto your template file + eval "echo \"$(sed 's/"/\\"/g' ${template_file})\"" > ${template_file} + done + + # Move anything from ${f}/charts-crd/overlay-upstream to the main chart + cp -R ${TRAEFIK_TMP_CRD}/overlay-upstream/* ${TRAEFIK_TMP_CHART} + rm -rf ${TRAEFIK_TMP_CRD}/overlay-upstream + + # Move CRDs from main chart to CRD chart + mkdir -p ${TRAEFIK_TMP_CRD}/templates + mv ${TRAEFIK_TMP_CHART}/crds/* ${TRAEFIK_TMP_CRD}/templates + rm -rf ${TRAEFIK_TMP_CHART}/crds + + # Package charts + OPTS="--format gnu --sort=name --owner=0 --group=0 --numeric-owner" + GZIP=-n tar ${OPTS} --mtime='UTC 2021-01-01' -cz -f ${CHARTS_DIR}/${TRAEFIK_FILE} -C ${TMP_DIR} $(basename ${TRAEFIK_TMP_CHART}) + GZIP=-n tar ${OPTS} --mtime='UTC 2021-01-01' -cz -f ${CHARTS_DIR}/${TRAEFIK_CRD_FILE} -C ${TMP_DIR} $(basename ${TRAEFIK_TMP_CRD}) +} + TRAEFIK_FILE=traefik-${TRAEFIK_VERSION}.tgz -TRAEFIK_URL=https://charts.helm.sh/stable/packages/${TRAEFIK_FILE} +TRAEFIK_CRD_FILE=traefik-crd-${TRAEFIK_VERSION}.tgz +TRAEFIK_URL=https://helm.traefik.io/traefik/${TRAEFIK_FILE} -echo "Downloading Traefik Helm chart from ${TRAEFIK_URL}" -curl -sfL ${TRAEFIK_URL} -o ${CHARTS_DIR}/${TRAEFIK_FILE} -code=$? - -if [ $code -ne 0 ]; then - echo "Error: Failed to download Traefik Helm chart!" - exit $code -fi +setup_tmp +download_and_package_traefik cp scripts/wg-add.sh bin/aux/