From 30a5983664e03ec88a265fda57ffffc84d79a4fa Mon Sep 17 00:00:00 2001 From: Michael Beaumont Date: Wed, 6 Jan 2021 18:25:29 +0100 Subject: [PATCH 1/6] Add support for well known policies with IRSA --- examples/13-iamserviceaccounts.yaml | 5 +++ .../eksctl.io/v1alpha5/assets/schema.json | 36 +++++++++++++++++++ pkg/apis/eksctl.io/v1alpha5/iam.go | 2 ++ pkg/apis/eksctl.io/v1alpha5/schema.go | 6 ++-- pkg/apis/eksctl.io/v1alpha5/validation.go | 4 +-- .../eksctl.io/v1alpha5/validation_test.go | 6 +++- .../v1alpha5/well_known_iam_policy.go | 13 +++++++ .../v1alpha5/zz_generated.deepcopy.go | 17 +++++++++ pkg/cfn/builder/iam.go | 23 ++++++++++-- pkg/cfn/builder/iam_helper.go | 33 +++++++++++++++++ pkg/cfn/builder/partition.go | 6 +++- pkg/cfn/template/api_test.go | 2 +- pkg/cfn/template/iam.go | 2 +- 13 files changed, 144 insertions(+), 11 deletions(-) create mode 100644 pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go diff --git a/examples/13-iamserviceaccounts.yaml b/examples/13-iamserviceaccounts.yaml index e514267802..bba25c5428 100644 --- a/examples/13-iamserviceaccounts.yaml +++ b/examples/13-iamserviceaccounts.yaml @@ -18,6 +18,11 @@ iam: labels: {aws-usage: "application"} attachPolicyARNs: - "arn:aws:iam::aws:policy/AmazonS3ReadOnlyAccess" + - metadata: + name: aws-load-balancer-controller + namespace: kube-system + wellKnownPolicies: + awsLoadBalancer: true - metadata: name: cache-access namespace: backend-apps diff --git a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json index 5db1a7f79e..f0e98b7a00 100755 --- a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json +++ b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json @@ -343,6 +343,9 @@ "description": "AWS tags for the service account", "x-intellij-html-description": "AWS tags for the service account", "default": "{}" + }, + "wellKnownPolicies": { + "$ref": "#/definitions/WellKnownPolicies" } }, "preferredOrder": [ @@ -351,6 +354,7 @@ "labels", "annotations", "attachPolicyARNs", + "wellKnownPolicies", "attachPolicy", "permissionsBoundary", "status", @@ -1703,6 +1707,38 @@ "description": "defines the configuration for KMS encryption provider", "x-intellij-html-description": "defines the configuration for KMS encryption provider" }, + "WellKnownPolicies": { + "properties": { + "autoScaler": { + "type": "boolean", + "default": "false" + }, + "awsLoadBalancer": { + "type": "boolean", + "default": "false" + }, + "certManager": { + "type": "boolean", + "default": "false" + }, + "externalDNS": { + "type": "boolean", + "default": "false" + }, + "imageBuilder": { + "type": "boolean", + "default": "false" + } + }, + "preferredOrder": [ + "imageBuilder", + "autoScaler", + "awsLoadBalancer", + "externalDNS", + "certManager" + ], + "additionalProperties": false + }, "github.com|weaveworks|eksctl|pkg|utils|ipnet.IPNet": { "type": "string", "description": "an IP address in CIDR notation", diff --git a/pkg/apis/eksctl.io/v1alpha5/iam.go b/pkg/apis/eksctl.io/v1alpha5/iam.go index c62f6c433e..5b60b9ed0c 100644 --- a/pkg/apis/eksctl.io/v1alpha5/iam.go +++ b/pkg/apis/eksctl.io/v1alpha5/iam.go @@ -80,6 +80,8 @@ type ClusterIAMServiceAccount struct { // +optional AttachPolicyARNs []string `json:"attachPolicyARNs,omitempty"` + WellKnownPolicies WellKnownPolicies `json:"wellKnownPolicies,omitempty"` + // AttachPolicy holds a policy document to attach to this service account // +optional AttachPolicy InlineDocument `json:"attachPolicy,omitempty"` diff --git a/pkg/apis/eksctl.io/v1alpha5/schema.go b/pkg/apis/eksctl.io/v1alpha5/schema.go index 84a22e05d7..d215d6af77 100644 --- a/pkg/apis/eksctl.io/v1alpha5/schema.go +++ b/pkg/apis/eksctl.io/v1alpha5/schema.go @@ -1,6 +1,6 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: -// assets/schema.json (66.222kB) +// assets/schema.json (67.072kB) package v1alpha5 @@ -69,7 +69,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _schemaJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xfd\x73\xdb\x36\xb6\xe8\xef\xfd\x2b\x30\xca\xce\xdd\x64\x46\xb4\xe2\xee\xb6\xdb\xdb\xed\xf3\x3c\xc5\x76\x53\xbd\xc4\x8e\xae\x95\xb6\xf3\x6a\x67\x6e\x20\xf2\x48\xc2\x9a\x02\x58\x00\x94\xe3\xde\xf4\x7f\x7f\x83\x0f\x7e\x83\x14\x49\xd1\x49\x76\x9e\x7f\xb2\x4c\x82\x07\xe7\x0b\x07\x07\x07\x07\x07\xff\xf3\x15\x42\xa3\xbf\x70\x58\x8d\xbe\x47\xa3\x27\x93\x00\x56\x84\x12\x49\x18\x15\x93\xd3\x30\x16\x12\xf8\x29\xa3\x2b\xb2\x1e\x8d\x55\x43\x79\x1f\x81\x6a\xc8\x96\xff\x02\x5f\x9a\x67\x7f\x11\xfe\x06\xb6\x58\x3d\xde\x48\x19\x7d\x3f\x99\xfc\x4b\x30\xea\x99\xa7\x1e\xe3\xeb\x49\xc0\xf1\x4a\x7a\xcf\xff\x31\x31\xcf\x9e\x98\xef\x72\x5d\x8d\xbe\x47\x0a\x0f\x84\x46\xd3\xdf\x16\xf1\x92\x82\xbc\xc0\x51\x44\xe8\x3a\x7d\x81\xd0\x08\x07\x81\x6e\x8d\xc3\x39\x67\x11\x70\x49\x40\xe4\xde\xd7\x92\x91\x80\x5c\x44\xe0\x8f\x6c\xe3\x3f\xc7\x09\x54\x07\x45\xfa\x79\x00\xc2\xe7\x24\x52\x20\x34\x65\x2c\x0c\x04\x12\x1a\x10\x92\x0c\x4d\x7f\x43\x5b\x83\xa2\x38\x42\xb3\x15\x92\x1b\x40\xb7\x70\x8f\x88\x40\x98\xa2\xe9\x6f\x63\x24\x37\x58\x22\x1c\x0a\x86\x96\xe0\xb3\x2d\x08\xdd\x86\xe2\x2d\x20\x66\xda\x5b\x68\x4c\x6e\x80\xdf\x11\x01\x28\x16\x90\x02\x92\x0c\x71\x58\x01\x57\x3f\xe4\x86\x24\x7d\x1f\x65\x18\x7e\xf0\x08\x95\x10\x86\xe4\x5f\xde\x46\x6e\x43\xef\xcb\xc7\x38\x80\x15\x8e\x43\xa9\xb0\xfb\x9f\x3f\x8d\x28\xac\x20\x46\x05\x21\xe5\x84\x1e\xd5\x88\x1a\xff\x51\xf8\x3f\x27\x48\x21\xb9\x52\x9c\x71\xfe\x5d\x89\x35\x3e\xa6\x68\x09\x88\x6d\x89\x94\x10\x20\x52\x65\x46\xf1\xf3\x3d\x9c\x6e\x01\x2e\x85\xf6\x67\x06\x78\xe4\x93\x80\x97\xa9\x70\xab\xf0\x9a\xc8\x4d\xbc\x3c\xf2\xd9\xf6\xe3\x1d\xe0\x1d\xdc\x31\x7e\x2b\x3e\xc2\xad\xf0\x65\xf8\x31\xba\x5d\x7f\x8c\x25\x09\xc5\x47\x12\x29\x7e\xcf\xe6\x97\x20\xdd\x3d\x92\x60\x0f\xd7\xb2\xaf\x2a\x03\x25\xd2\xc2\xe5\x10\xbc\xe1\x01\x28\xbc\xaf\x0b\x70\xc7\x05\xd9\x94\xa9\xb4\xff\xbe\x1b\xef\x19\xcc\x2b\x1c\x0a\x28\x2a\x46\x10\x68\x2e\xa7\x1a\xc1\xe1\xf7\x98\x70\x08\x8a\x18\x28\x2d\xad\xf6\x52\xab\x3d\x52\x62\x7f\x33\x67\x21\xf1\xef\xdb\x49\x60\x46\x43\x42\xe1\x8c\xf9\xf1\x16\xa8\x6c\xd4\x2e\x33\xf0\x30\x8a\x34\x78\x14\xd8\x6f\xd4\xb0\x30\xfd\x66\x03\x04\xf8\x8e\xf8\x80\xb0\xef\xb3\xb8\x0c\xb5\xd5\xf0\xee\xd3\x8b\x53\x33\xf2\x1c\x99\x5e\x5d\x8a\x32\x57\x88\x84\x6d\xf9\x61\x83\xfa\x14\x80\xe7\xda\x61\xce\xf1\x7d\x23\xf7\x42\x22\xa4\x32\x37\x0a\x89\xc4\xec\xcc\xa6\x17\x86\x4e\xa2\x6c\x52\x42\x60\x27\x76\x75\x00\xeb\xe4\x8f\xd6\xaf\xb6\x63\x27\xf7\x9d\x65\xfe\xd4\xf0\xfe\x8a\x85\x30\xbd\xba\xec\x03\x68\x07\x5c\x90\xc2\x48\x68\xfe\xb4\xd3\xf8\xd5\xd4\x39\x3a\xdb\x4b\x48\x93\x06\xd5\xbc\xeb\x66\x0b\x9a\xe7\x63\x25\xc5\xf3\x57\x0b\x84\x95\x91\x40\xbe\x76\x54\x62\x8e\x65\x1e\xf7\x76\x03\xa9\x09\x52\xc1\x1e\x25\x4e\x51\xc8\xe2\xe0\x57\x2c\xfd\x4d\x9b\xd9\xca\x37\x1f\xbd\x66\xeb\x75\xd1\xa9\x41\xf5\x16\xa7\xd2\x51\xf2\x75\x4f\x19\x97\x70\x18\x44\x0a\x3e\xa3\x12\x13\x2a\x2c\xc3\x50\x84\x39\xde\x82\x04\x2e\x10\x87\x10\xab\xd9\x50\x32\x94\xe3\x55\x5b\xa1\x74\x06\xdc\x2c\xa3\x2a\xe3\x6b\x45\x05\x14\x2f\x43\x78\x7b\x1f\x41\x4f\x1b\x38\x2e\xbe\x05\x1a\x6f\x0b\x82\x48\xd8\x1d\x91\x52\x53\xf5\x30\x0e\x88\x74\x3d\x96\x1b\xa0\x92\xf8\x58\x32\x5e\x7d\xad\x98\xc5\x59\x18\x02\xbf\xc0\x14\xaf\xc1\xd1\x44\x39\xde\x41\x1c\x02\x1f\x15\xde\xbc\x1b\xc0\x60\x6b\x56\x29\x93\x1a\x1a\x26\x2b\xc1\x18\x26\xa2\xa7\x02\x00\x5d\x67\x62\x50\xb3\x94\x78\xf7\x74\x12\x0b\xbc\x86\x89\xaf\x9e\xdf\xa9\xe7\x9e\xd5\x4d\xcf\x82\x98\x3c\xb1\x0f\x8c\xf4\x3d\xf8\x80\xb7\x51\x08\xe2\xd9\xb3\x23\xf4\x0b\x0e\x49\x80\x80\x4a\xae\xac\x36\xe6\xf0\x3d\x7a\x7f\xa3\xb8\x79\x33\x7a\x3f\xd6\x3f\x15\x0f\xb3\x7f\x72\x9c\x4b\x1e\x56\xf8\x95\xbc\x48\xb9\x74\x33\x7a\x7f\xd4\x69\x7a\xd9\xc7\x84\x1f\x30\xda\x70\x58\xfd\xaf\x9b\x51\x6f\xe2\x6f\x46\x27\x25\x4e\xfe\x30\xc1\x27\x6e\x8e\xfc\xe0\xb3\x00\x4e\xfe\xe3\xf7\x98\xc9\x7f\xe2\x88\x98\x1f\x3f\x4c\xf4\xd3\x71\xf1\xad\xe2\x56\xe3\xfb\x1c\x03\x1b\xda\x55\x78\xda\xd0\x36\x65\x73\xa1\xcd\x51\x5f\xc3\x96\x1f\xb1\x43\x5a\x35\xe0\xcd\xd6\xc7\x8a\x29\x11\x79\x57\xdb\xd6\x15\xbc\xd3\xc2\x99\xa5\xf9\x5e\xef\x78\x0b\x12\x07\x58\xe2\xfc\x9c\x7c\x4b\x68\xd1\x6b\x8f\xc8\x2f\x76\xda\x6f\xef\x47\xab\xd9\xb2\xad\x9d\xac\x59\x9d\x6b\xff\xbe\xa5\x1d\x72\xbb\xae\x19\xe2\x1d\x96\x84\x4e\xbb\x3c\x32\x4b\xaa\x23\xc2\x26\xbb\x63\x1c\x46\x1b\xfc\x4d\x1e\xb5\x77\xee\xfe\x77\x98\x84\x78\x49\x42\x22\xef\x7f\x63\xb4\xef\xbc\x71\x08\x0b\x7c\x97\x37\xd2\xc0\xf4\xaa\x13\xd3\x64\xe1\x17\x25\x2b\x2e\xe2\x28\x62\x5c\xb6\x31\xe4\xcf\x3a\x59\xd1\x45\x47\x4b\x59\x34\x89\x16\x2d\x65\x15\xdd\x5c\x5a\x61\xbe\xc6\x12\xe6\x9c\xad\x48\xd8\x5a\x4c\x6e\x0e\xfe\x58\x80\x75\x90\xf0\xd6\x44\xb6\x93\xda\x4b\x52\xb7\xac\xc7\xdb\x4e\x72\x9f\x4d\x2f\xdc\x80\xb4\x4d\x38\x78\x10\x15\x8d\xd3\xde\xf1\x73\x1b\x2f\x81\x53\x90\x20\x2e\x41\xde\x31\x7e\x5b\xb1\x6a\x0d\x14\xbd\xaa\xf9\xd8\xd9\xd3\x56\x4f\x4d\xc1\x25\x0b\xe0\x25\x67\x71\x74\x98\x0a\x5c\x94\xa0\x0d\xb1\xfa\xd5\x43\x4d\x41\x5c\x6b\xfc\x90\x1e\x02\xe9\x40\xd3\xf8\x13\xba\xf6\x68\xda\xe2\x19\xc2\x34\x40\xd7\x96\x32\x94\xbd\x48\x3f\x82\x5b\xe1\xd9\xd7\xfa\x3b\x31\xc4\xa0\x74\x60\x72\x33\x3a\x29\x23\xae\x86\xa2\xc6\xaf\xf2\x7d\x15\xa9\x9b\xd1\x49\x95\x88\xfa\xb1\x9c\xce\x68\x5d\xf4\xfe\x02\x24\xae\x59\xde\x0f\xa3\x12\x83\xea\xc2\x8f\x8c\x23\x42\x57\x8c\x6f\xf5\x32\x54\x33\x32\x71\x06\x91\xf6\xac\x1d\xd2\x76\xa9\x48\x27\x71\xef\xed\xb5\xa5\x2e\xb4\x11\x62\xc4\xc9\x0e\x4b\xb0\xd2\x69\x27\xca\x79\xf1\x9b\x26\x06\xe2\x30\x64\x77\x22\x5d\xcc\x2b\xb7\x1c\xa3\x55\x1c\x86\xf7\x9e\xed\x39\x75\xb2\x08\x45\x77\x1b\xe2\x6f\x10\x65\x5a\xfd\xd0\x06\x0b\xc4\x62\xb9\x64\x31\x0d\x90\x62\x98\x32\x32\x08\xfb\x3e\x08\x31\xd6\x4c\x49\x40\x98\x67\x3a\xc2\xfe\xeb\x22\x09\xb6\x09\x44\x84\x5d\x00\x04\x68\x47\x30\xfa\x65\x7e\x8a\x80\x06\x11\x23\x54\x8a\x4e\x02\xf9\x72\xa9\x70\xca\x54\x80\xcf\x41\x8a\x73\xea\xf3\xfb\x84\x86\x16\x62\x5d\x54\x3e\x73\x43\x97\x58\xc6\x95\x31\xda\x38\xe8\x17\xe6\x13\x27\xb8\x5d\xe4\x77\x82\xf5\xcb\xfc\xb4\xef\x2a\xa5\xc1\xdd\x76\x99\xb5\x16\xf3\x63\xc9\x01\x28\x91\x35\xae\x78\xe9\xf5\x03\xcf\x6d\x08\x1b\x27\xce\x06\xb7\xaa\xd1\x35\x76\x3b\xad\x8d\xfa\x53\x15\x7f\xc9\x79\x1a\x64\xd1\x87\x91\x20\xca\xc8\xd9\x81\x36\x56\x43\x61\x09\x88\x43\x14\x62\x1f\x02\x74\x47\xe4\x06\x59\x86\xa1\xe9\x7c\xd6\x7a\xb9\xd7\x19\xb0\x6b\xa1\x77\x9e\x0e\xba\x16\x21\x2c\x2b\xdd\xa9\x1e\xd2\x75\xee\xdc\x92\xb1\x10\x70\xcd\x30\x8b\xe2\x65\x48\xfc\xae\x00\x3a\x8d\x87\x22\x92\x75\x7d\x0f\x22\x5a\x13\xe1\x4d\x8c\x24\x8e\x88\xb6\x6f\xc0\x53\x53\x96\x58\xbf\xdc\xbc\xd7\x31\x7c\xdc\x11\xb8\x4b\xc4\xca\x29\x6f\x21\xdc\x64\xb4\xb1\xe0\xfc\x03\xf8\xb1\x02\xd7\x6e\x57\xa1\x69\xa6\xe4\x2c\xd4\x7b\xb9\x01\x5a\xde\xa3\x88\x05\x66\x3b\xc4\xe0\xad\xe6\x83\xe9\x7c\x26\x8e\xd0\xdb\x0d\x11\x48\x37\x25\x02\xe1\x20\x30\x71\x0a\xb9\x01\x94\x79\xe1\xe8\xea\xc5\xf4\x14\xad\x18\x47\x38\x96\x1b\xc6\xc9\x1f\x9a\xe2\x23\xa4\x3d\xdb\x39\x0b\x50\x8a\x36\x52\x78\xbf\x7b\xba\x91\x32\x12\xdf\x4f\x26\x01\xf3\xc5\x11\xbe\x13\x47\x78\x8b\xff\x60\xf4\xc8\x67\x5b\xe5\x26\x4e\x42\x2c\x41\xc8\x49\x2c\x80\xaf\x63\x12\xc0\x24\x62\x81\x07\x09\x10\x4f\xe1\x73\xa4\x04\xd3\xcd\xcd\xf9\x44\x14\x67\xce\xd2\x50\x64\xde\x8c\x4e\xaa\x5c\xdc\xbf\xe6\x2d\xa9\xcb\x1c\xf8\x96\x08\x35\xfb\x88\x17\xca\x39\xc0\xbc\xb2\x0f\xda\x41\x7d\xa2\x0c\x1a\x5a\x5a\x70\x9a\x23\x8a\x53\x16\x03\xc5\x64\x94\xd2\xa3\x99\xfa\xde\x6a\xc5\xf9\xab\x05\xb2\xeb\x69\xb4\x28\xc5\x16\xec\xd7\x9e\x5d\xdc\x77\x5c\xbb\x1c\x86\x58\xc5\xd3\x2d\x23\x73\x33\x3a\x71\xe0\x5e\x2f\x8c\xe2\x1e\xda\x61\x4b\x8d\xcc\x6a\x2c\x0a\x50\x87\x58\x79\x94\x76\x8c\xf5\xd8\xf0\x39\x28\x1a\x09\xd5\xbc\xb3\xf6\xce\x0a\x70\x36\xbd\x40\x16\x0b\x94\x10\xf7\xee\xe9\x84\xe0\xad\x85\x94\x00\x9a\x3c\xd1\x8c\xf4\xd4\x9c\xe7\xd9\xf8\xb6\x76\x1a\xba\x89\xb5\x23\x7e\x39\x39\x76\x40\xe9\x66\x74\xe2\xa2\x6b\xaf\x74\x0f\xd8\xe3\xcd\x41\xf8\x44\x03\x14\x87\x21\x22\x01\x50\x49\xe4\xbd\xb7\xc4\xca\x1e\xea\x7f\x08\x08\xcb\x51\x6d\x20\x6d\x58\xd4\x48\x5b\x99\xc7\x0c\x3d\x94\xa0\xd7\x6c\xc9\x67\xd3\x8b\xc4\xc4\xfd\x2c\x80\xbf\xd4\x26\xce\xd8\xdb\xff\x4e\xf6\xe0\xff\xdb\xa2\x46\x40\xf4\xb0\xe8\x43\xd2\xd8\xce\x6c\xf7\xa1\xe9\x66\x74\x52\xc3\xbf\x7a\xc5\xda\x45\xfe\x15\x08\x16\x73\x1f\x4e\xd3\x6d\x16\x77\xf2\x4a\xd9\x39\x6b\x5c\x1e\xeb\x4d\x79\x9b\xe5\x95\xe6\x42\xdc\x23\x0a\x8a\x02\xc5\x3d\xc9\x10\x8f\xcd\x80\x52\x2b\xbf\x6c\x8f\x27\x1d\x66\xe6\x09\x8a\x42\x4c\xa1\xdb\xaa\xf6\x41\x3b\xcf\x12\xcd\x24\x8f\xc1\xc9\x54\x35\xde\xdf\xcc\xce\x4e\x0f\xe1\xa0\x59\x1a\x67\x34\x28\x78\x28\xe2\x6c\x47\x02\xe5\x0b\x0a\x74\x07\x61\xa8\xfe\xce\xae\x16\xd3\x74\xde\x99\x6a\x0d\x42\xa7\x97\x33\x14\x85\xf1\x9a\xd0\x4e\x8c\x1b\xaa\xcf\x9e\x6e\x7b\xc9\xc8\xb5\x37\x5e\xfb\x7d\x92\x12\xbc\x0e\x9e\x8b\x4b\xac\x0d\xd3\x6e\xcb\xa1\x35\xe0\xda\x43\x99\x20\x25\x2c\x2c\x25\x27\xcb\x58\x9a\xbd\x62\x9c\x4c\x53\x1d\x17\x1b\xfb\xa0\xd5\xac\x2e\x4a\x7e\x42\x9b\x24\x4b\x4a\x99\xc4\xc5\x0c\xdd\x66\x5e\x1c\xb8\xc5\x55\x4a\xc2\x45\xc8\x9d\x34\x8a\x1a\x92\xd7\x1e\xd3\xf9\xca\x1c\x79\x4c\xe7\xab\xf2\x27\xc4\x4b\x08\xbf\x6c\xa5\xee\x9b\x71\xa8\xbe\x13\x11\xf6\x7b\x7d\x1c\x0d\xea\x76\x4e\xaf\x2e\x13\xe1\x38\xbd\x33\x25\x24\x21\x98\x4f\x94\xe7\xae\xe3\x60\x3a\xc9\xfc\x80\x61\x34\x4c\x8f\x4e\xd6\xa8\x85\xe1\xe5\x7e\x99\x34\xee\xee\x45\xe0\x93\x15\xf1\x4d\x48\x41\x27\xd6\x13\x2a\x24\xe0\x20\x41\x5a\x6f\x67\xa7\x71\x22\x6f\x0d\x14\xb8\x76\x50\xd3\x2f\xba\xed\xdd\x0d\xd1\xa1\x7b\xa9\xd2\x3d\x10\x5f\x99\x82\x9a\x22\xf3\x12\xaf\x3f\xeb\xf0\x2c\x6a\xd5\xaf\x0b\xa4\x10\x4a\xdd\xa9\x83\x54\xb4\x13\xb0\x3a\x43\xd1\xc9\x69\x2b\xa7\xf7\x66\x26\xa2\x6a\x12\xc7\xee\xe9\xbf\x69\x6e\xa9\x9b\x89\xf7\xd8\x95\xc6\xb8\x7e\x3a\xda\xca\x3a\x31\xa4\x57\x46\xf5\x9c\x51\xe2\x3f\x4a\xf6\x60\xf4\xfe\xd8\x21\x39\xc5\xdd\xe1\xb7\xf2\xdc\x16\xe5\xa1\x57\xeb\xbf\xf1\x8e\xa1\x88\x4e\x4a\x95\x00\x1f\x50\x20\x46\x0d\xf2\xf3\x79\xdd\xd8\x68\x79\xf8\x69\x2f\x3c\x17\xc3\x75\x96\x40\xbb\x03\x27\x79\x85\x85\x75\xb7\xd4\xb9\x2f\xc3\xb7\x2e\x2e\xca\xf9\x92\x48\xae\xe6\xc9\x54\x47\xc9\x9a\x32\x6e\x02\x24\xef\x4d\x84\xa4\x63\x66\x6c\x33\x4c\x93\x16\x6a\x00\xa7\x79\xa0\x0f\xe0\x29\x35\x51\x6d\xd5\xa3\xbc\x16\x6b\x43\x5c\xe9\x53\xb7\xdf\x60\x14\xa3\x3f\x7e\x7a\xfd\xfe\xeb\x02\x19\x40\x68\xc3\x84\xd4\x19\xc6\x6a\x31\xd0\x07\xe9\x36\xf0\xbe\xfc\x39\x59\xef\xdd\xa8\x35\x11\x5e\x5b\x6a\xcc\x32\xde\x11\xd3\xeb\xc4\x9d\xde\x70\x5b\x28\x6a\xbb\x33\x3c\x4d\x54\x9b\x5c\xef\x1d\xe6\x04\x53\x99\xa5\xbf\x1f\x1f\x1d\xff\x3d\x49\x62\x3f\x3e\x3a\xfe\x26\xf7\xfb\xdb\xdc\xef\x7f\xe4\x7e\x7f\x77\x33\x7a\x8f\x9e\x5a\xa4\x9f\x75\x1b\xd3\x2e\x2c\xf2\x09\xde\x0a\x9d\x86\xfc\x6f\x85\x61\xf3\xeb\x6f\x9b\x5f\xff\xa3\xf9\xf5\x77\x85\xd7\xb5\x44\xe6\x04\xa6\x3e\x6a\x93\xd9\xa8\x08\x2b\x1f\xf0\x50\xd4\x38\x9e\x7d\xeb\x78\xf6\x0f\xc7\xb3\xef\x6a\x12\x24\x0f\x72\xf0\xac\xcd\x71\xa8\x5e\x79\x38\xd7\xb8\x7b\x83\x4c\xea\xe9\x21\x1e\xb3\xaa\x08\x73\x79\x4a\xdd\xf7\xd9\x5b\x01\x73\x4d\xe7\x97\xd3\xb7\x6d\x7c\xa5\x35\x96\x70\x87\x0f\x59\xed\xd6\x8c\xcd\x9f\xc8\x7a\x13\xde\x4f\x4d\x26\x4c\x08\x6a\xd8\x25\x4e\x1f\x08\x84\xd1\x46\xbf\x47\x38\x69\x80\x2e\xa7\x6f\x91\xc5\x46\x0f\xd6\x05\xa1\x6b\xc7\x77\x42\x3f\xce\xb7\xce\x34\x5d\x7f\x77\x46\x44\xd2\x61\x60\x7e\x0a\xd5\x7a\xd8\xa1\x5e\xa2\xae\x38\xf2\x3a\xd0\x99\x87\x69\x08\x6e\x00\xd5\x4c\x7a\x1e\x94\xe5\x41\x11\x56\x03\x37\x72\x36\xc1\x60\xd1\xc6\x2a\x94\x78\x50\x1e\xe4\x0e\x40\x08\x25\xd2\x19\x62\xf4\x27\xaa\x3b\xc8\xa0\x55\x4c\xf5\x8b\x09\x66\xfb\x74\x24\xf7\x89\x6b\x00\xb6\x5f\xaf\x60\xde\xfe\x7c\x6b\xce\x70\xf9\x0a\xd6\x8a\xf8\x58\xc2\xd4\xa4\x60\xc8\xfb\x33\x47\x6e\x70\xaf\xf3\x7b\xca\xee\x00\x95\xe7\xd4\x67\x81\x39\x42\x38\x5a\x62\x01\xdf\xfe\xfd\xa0\x9c\x7f\xe3\x40\x9c\x1a\x8f\xa2\x5d\x14\xe5\xfc\xd5\xe2\xf4\xed\xeb\xe4\x13\x37\x54\x9b\x72\xd4\x6b\xef\x59\x62\xff\xb6\x45\x7c\xab\xa7\x8e\xa6\xa8\xb5\x91\xdb\xb8\xa8\x12\x4e\x2c\x6b\x99\x39\xd8\x7a\x14\x71\xc0\x81\xc7\xa8\x32\x5a\x03\xec\xdb\xb4\x00\xe7\x1c\x3d\xba\x2c\x46\x97\xbc\xbf\x76\xea\x54\x2e\xb4\xe2\x54\x0a\x93\x8b\x77\x28\xc0\x4e\x8a\x92\x10\x51\xc5\x62\x30\xc1\x8a\x2c\xeb\x99\x06\xc8\x40\xb7\xc5\x4a\x44\xc7\x08\x43\x03\x20\x97\x30\x7f\x99\x9f\xb6\xb2\x83\xb1\x64\xd3\x30\x64\x6a\x64\xcc\xe6\xbb\x6f\x0f\xd9\xa3\x9e\x16\x60\xfd\xf2\x2d\xe2\xf0\x7b\x0c\x42\x9a\xf0\xd4\x7c\xf7\x2d\x3a\x9d\x9d\x5d\xa1\x65\xc8\xfc\x5b\x13\x11\x9f\x7c\xf3\x2d\x52\x12\x22\x1f\xd2\x10\xa5\xc2\xbb\x53\x8c\x73\xa8\x4e\xdd\xf6\xfe\x93\xd7\x4d\xf1\xeb\xb3\x70\x1b\x7a\xaf\xe4\xee\x36\xee\x0d\x00\xd8\x63\x3c\x3a\xc3\x3f\x4b\xc7\x9f\xcf\xd2\x64\xb8\x5d\xe4\x7b\xd4\xe4\x80\xeb\x83\xc2\xe9\xc9\x0b\xd3\xdc\x93\xcc\x93\x1b\xf0\xb2\x84\x71\x0f\x47\xc4\x33\xf9\xa8\x5e\x9a\xb7\x3f\xc0\xf1\x9f\x61\x10\x49\x8e\xfc\x54\x08\xae\x4f\x85\x81\x0f\x92\x63\xa5\x3b\x87\x25\xcf\x1d\xa2\x17\xfd\xf7\x42\x75\x32\x52\x6a\xb3\xcc\x10\x48\x76\xa3\x14\x5a\x63\x04\x47\xeb\x23\x84\xcd\x1b\xd5\x3a\x31\x2f\xd6\xa6\x20\x05\x80\xde\x23\x1c\x78\x1b\x56\x35\x59\x6d\xc4\xf9\x50\x38\x38\xa5\xd5\xa1\xdc\x50\x21\x9c\xd7\xf2\x3c\x64\x6e\x81\xd7\x30\x7b\x99\x4c\xf2\x2e\x3a\x33\xfc\x2e\xb8\x39\x95\x93\xd9\x3c\xb3\x3f\x1d\x86\xec\x2e\xa7\xf8\x76\xfe\xb8\xfd\x4e\xa8\x31\x80\x1c\x1e\xd3\x7e\xf1\x1e\xd4\x91\xdb\x2f\x04\x3f\x56\x8e\x99\x39\xd6\xd6\x7f\x75\xac\x54\xc9\x67\xdb\x6d\x4c\x95\xc3\x47\x18\x45\x4b\x90\x77\x00\xb4\x98\xc7\xa5\x67\x52\x7d\x22\xb0\xb3\x5a\x77\x83\xee\x26\x76\x83\xb9\x39\xe6\xb2\x18\x90\xec\x88\x83\xa7\xf5\x16\x02\x64\x7a\x30\xa7\xb3\x16\x2f\x3b\xd3\xd8\x00\xca\x4d\x50\xc5\x7b\x44\x7b\xc7\xd3\xc2\x65\x56\x4a\xb8\xdc\xc2\xbd\x89\x84\x4e\x7f\x43\x86\xf7\x74\x07\x94\x00\xf5\xc1\x66\x89\xea\x70\xb2\x3d\x38\xf8\xee\xe9\x24\x39\x42\x38\xe1\x10\xab\xe5\xbb\x47\xf0\xd6\xc3\x34\xf0\x76\x91\x3f\x79\x96\xcf\x5b\xbb\xd6\xef\x11\x7c\x20\x26\x2e\xfd\xcb\xfc\x54\xd4\xce\x80\xb1\x00\x2f\x69\xa9\x40\x79\xba\x34\x9d\xe7\xc7\x42\xb2\xad\x57\xd8\x5c\xeb\x18\xe3\xdc\x4b\x61\x6e\x52\x6c\x24\xee\x66\x74\x92\xe7\x85\x39\x13\x9b\x91\xbb\x77\x6e\xed\x40\xe2\xcd\xe8\xc4\xc1\x3c\xd5\x63\xef\xe2\x1a\xc5\xca\x6e\xda\xf3\xaa\x35\x0e\x0e\xbd\x73\x4f\xdd\x2d\x46\xdc\xb8\xc1\x1b\x2e\xcd\x15\x4d\x7e\x5a\xe3\x6c\x30\xe0\x82\x62\x1d\xb2\x25\x0e\x93\xfa\x88\xca\xca\xe0\x30\x44\xfe\x86\x84\x41\xcf\x95\x45\x1b\x88\x85\x25\x46\x31\x3e\x90\x5b\x65\xb8\xa6\xb3\xe4\xa3\x52\x19\x83\x81\xcb\xec\x0d\xb3\x31\x97\x1c\xaf\x88\x0c\x92\xdd\x86\x71\x1d\x0c\xb7\xc3\x30\xe8\xa1\xaa\xd9\xf4\x42\x67\xd1\xfc\x55\xa0\xe9\xd5\xa5\x9a\x78\x75\xb5\x4c\x93\xd6\xac\x8f\x1c\x31\x2a\x59\x82\x5a\x37\xb2\xba\xc2\xae\x99\xda\x43\xf0\x25\xe3\x43\x56\xc2\x58\x58\x98\x43\x78\x4d\x66\xa2\xd3\xf2\xe3\x71\x68\x92\xfa\x0c\xce\x48\x59\xc7\x90\x61\xbd\x53\x97\x94\x13\x3a\x80\x9d\x87\xf5\x54\x17\x4f\x73\x24\x48\x75\x50\x9f\xb7\x1b\x40\x7e\xcc\x39\x50\x59\x4a\x64\x38\x68\x40\x74\x00\xdb\xc5\xa3\xf8\xc4\xae\x74\x82\xab\xd8\xb0\x38\x0c\x12\xe5\x0f\x18\xb2\x33\x27\xd2\x87\x6b\x75\x06\x6d\x52\xba\x56\x8b\x13\x82\x54\xa0\xba\x08\x2e\x65\x14\x92\xec\xf9\x60\xac\x4d\x6c\xb2\xce\x49\xc2\x10\xc9\x3e\xd3\x1d\x09\x43\xb4\x34\x87\x06\xbb\xb1\xfc\x0b\x41\xd9\x29\xce\x2f\x6a\x4f\xff\xe7\xdc\xde\x7b\x96\xa5\x60\xf7\xdf\x3b\xb1\xbc\x03\xa4\x07\xc9\xb0\x73\xcd\x24\x4e\xcb\xdb\xec\x33\x95\xb7\x68\x45\x21\x63\xf2\x30\xc7\xc5\xd8\x3c\x61\x35\x4d\x2a\x77\x51\xa0\x24\xfb\x21\xb5\x74\xa9\xf9\x73\x1b\xd7\x76\x86\xb5\x67\x27\x0d\x9e\x4a\x3a\xcd\xb4\xf2\x58\x4c\xae\x63\x6b\xb7\xe5\xf3\x27\x87\x17\x78\x98\x3b\x6a\xac\x31\x43\xa9\xf6\xe4\xe6\xfd\xd2\x6c\xd5\xcd\x40\x0d\xd0\x43\xcb\x34\xad\x36\x89\xe9\x2d\x79\x91\x82\x43\x2b\xce\xb6\xb6\xf0\xc9\x80\x9c\x68\x0d\xff\x00\x93\x51\x97\x84\x3b\xe8\x00\x3f\xc0\x77\x6a\x3b\xbc\xfb\x3a\x4d\xc9\xe0\x7e\x49\x5a\x9d\x47\x5a\x32\x26\x85\xe4\x38\xaa\xae\x57\x50\xbd\x83\x9a\x34\x6e\xd2\xab\xeb\x19\x15\x12\x87\xa1\xa9\xae\xf3\x5f\x31\xf1\x6f\x85\xc4\x5c\x26\xce\x50\x1a\x80\x58\x13\xc9\x22\x31\x79\x42\xd2\xf6\x1e\xf6\x7e\x4f\xdb\x7b\xb6\xbd\x47\xa8\x77\xcf\x62\x9e\x94\xac\xeb\x16\x73\xaf\xc4\x04\x7a\xf6\x7a\x33\x3a\xd9\x43\x57\x7d\xa4\x5d\x49\x00\x17\x2d\x6c\x03\x8f\xdf\x24\xad\x1b\x99\x7c\x6e\x2a\xa2\x5e\x41\xc4\x9a\x18\xba\x0a\xe3\x0f\xc3\x33\x4c\x41\xbd\x19\x9d\xe4\x70\xa8\x27\x9e\x43\xc4\xda\x11\xae\xe0\xfc\x3b\x13\xdd\xc9\x64\xf1\x22\xb1\x99\x8e\x8c\x1b\xc6\xe8\x20\xb6\xcc\x56\x95\xd3\x21\x90\x7c\xc4\x0b\x31\xdd\xa4\x50\x38\x55\x9f\x90\x55\x0a\xff\x92\xc8\x37\x91\x5a\x09\x67\x5b\xec\x3a\x90\x12\x12\x7a\xab\xde\x13\x73\xbc\x4e\xb5\x43\x8a\x34\x41\x24\xe3\xf7\x47\xe8\xfa\xa5\x66\x24\xd2\x07\xba\xdf\x3d\xb5\x7c\xcd\x8d\xb7\x5c\x15\x8a\x7d\x42\xfa\xa4\x88\xe7\x34\xa2\x8a\xf3\xcd\xe8\x24\x4f\x57\xa6\x07\x89\x11\x2e\x9d\x89\xcc\xd9\xe3\x3a\xd7\xa7\xe7\x2d\x2a\x7a\xfb\x28\x4d\x0b\xff\x3f\x8b\x37\x97\x93\xff\x3b\xbd\x78\x9d\x1e\x7a\x14\x63\x24\x62\x7f\x83\xb0\x40\x3a\x68\xe8\xa8\x93\xcb\x78\xe1\xb8\x5f\xe7\x83\x19\x0f\x87\x40\xc3\x1d\x27\x75\xb5\x2a\x5b\xcc\x7c\xf6\xdc\xc2\x6c\xbe\xfb\xfb\xe9\xec\xec\xea\x00\x0f\x4a\xef\x0d\x71\x4c\xd7\xa9\x5f\x03\x1c\xd0\xfb\xe4\xb0\xc9\xfc\xbd\x4e\xf2\x43\x58\x08\xb2\xa6\x10\x74\xb2\x48\x6e\xd8\x26\x1f\x2f\xed\xc0\x66\xe1\x95\xba\xe9\x69\x91\xca\x7c\x19\xc4\xd8\x64\xc5\xe7\xed\xd8\xcb\xc2\xf1\xc9\xb0\xed\x9e\xb6\xda\x00\xab\xa0\x24\xaf\x71\x4c\xfd\xcd\x5b\xd8\x46\x61\x31\x97\xa7\x66\x7d\x43\x1c\x19\x4f\x75\x5a\xb4\x77\x3f\xb6\x49\x71\x0c\x62\x48\x5a\xcc\xd0\xec\xac\x93\x6e\x38\x3e\x77\x4e\xbd\x87\xe7\xc8\x97\x7b\xb2\x10\xd1\x99\x19\x99\x22\x29\xe1\x64\x47\x2a\x0a\x6b\xda\xbf\x7d\x73\xf6\x26\x29\x2a\x8c\xfe\x62\xbf\x1e\xa3\xbf\xbc\xd6\x25\x3f\x0e\x22\xfe\x81\x50\xea\x39\x88\x8a\x7b\x3c\xbb\xba\x22\xe0\xad\xaf\xec\xa9\x14\xc6\x1d\x78\x5b\x01\x6f\xc9\xc1\x87\x70\xef\xd1\xb5\xd9\x41\x43\xd3\x8b\x59\xee\x4e\x02\xb3\xab\x86\xb7\x24\xab\x38\x35\x46\xef\x71\x2c\x99\x27\xc4\xf6\xbd\xfd\xfd\x7e\xac\x26\x80\xf7\x42\x62\x49\xfc\xf7\x3d\x8e\xe4\xde\x3b\xea\x5c\x57\xbb\xbe\x19\x9d\xe4\x90\x54\x33\x76\x92\xdd\x9c\x20\x54\x3a\x02\xa1\x1e\xa7\x8f\x18\xb7\x4f\x0d\x9a\xf6\x79\x4d\xbd\x80\x2d\xf9\x11\x6f\x49\xf8\x00\xf9\xef\xa6\xf4\xc8\x6b\x42\xe3\x0f\x5f\x17\xce\x9c\xe8\x24\xf5\x9f\x97\x31\x95\xf1\xd7\xcf\x9f\xa7\xe7\x57\xcc\x93\xe3\xef\xb2\x27\x2f\x98\x94\x21\x70\xe6\xdf\x42\x7a\xb1\xc3\xaf\x84\x06\xec\x4e\x2c\x74\x4a\xd1\xd7\xcf\x8f\xff\xf3\x94\x71\x5d\xc2\x43\x57\xd6\xaf\x6d\xf5\x63\x1c\x86\xcd\xad\x8e\xff\xf3\x79\x2b\x58\xcf\xff\x5e\x6e\x35\x6c\x62\x7d\x9e\x6d\x35\xe7\x59\x8a\xa9\xee\x19\x27\x1b\x4e\xc7\x64\xcc\x6d\x68\x94\xe7\x77\x43\xb3\x66\x11\x74\xf9\xb0\x20\x95\xb6\x1f\x56\x04\xd5\xbe\xc7\x92\xec\x4a\xd7\x50\xd4\xc5\xb5\xf2\x12\x69\x73\x2c\xa0\xb6\x3d\x42\x39\xb5\x77\xbf\x51\x12\x2a\xbf\xc9\x8b\xa5\xfc\xae\x59\x16\x7b\x5b\x17\x04\xd0\xd8\xba\xc2\xf5\x3d\xb0\x4b\xac\x6e\x71\x9b\x82\x58\x2f\x62\x11\x01\x0d\xe6\x9c\xf9\x20\xc4\x03\xdf\xa7\xd0\x38\x55\x00\xa0\x6b\x0e\x21\xec\x30\x95\x7a\x0f\xc1\x5c\x60\xd3\x54\x14\x6c\xfa\xeb\x42\xd7\x54\xf8\x31\x39\x94\xe4\x28\x11\x76\x27\xbc\x34\x05\xdc\x8b\xa3\x00\x4b\x30\x75\x5f\x74\x89\xb0\x27\xfe\x8a\x66\xef\x45\xa1\x81\xc7\x99\x5e\xd8\x9b\x67\x9e\x30\x9c\x8a\x12\x4e\x1d\x92\xda\xf9\xc5\x12\x75\x33\x3a\xa9\xc8\xa0\x3e\x74\xf3\x69\x6f\xe3\x68\xf4\x43\xc9\x96\x48\x53\xa4\xdd\xc4\x46\x93\x62\x1c\xd3\xdf\x32\x87\x43\xcd\xd8\xc2\xc7\xa1\x4e\xf5\xf9\x83\x51\xf0\xf0\x1d\xe6\xe0\x99\x09\xde\xbc\xe8\x26\x55\xd3\x6d\xc5\xbd\x68\xd3\x91\x2d\xdb\x5e\xc1\xb6\x9e\xdb\x01\x08\xe5\xcd\x9d\xe2\x08\xfb\x44\xd6\x7a\x0f\x0a\xe1\x75\xdd\xb1\x62\x7b\x1c\x6b\x76\x71\xb6\xd8\x1d\x1f\x92\xea\x6e\x7d\x4b\x91\x65\x9b\x5b\xb7\x3a\x3d\x79\x9e\x1c\xff\xb7\xbb\x1a\xba\xcb\xaf\x91\x64\xb7\x40\xbb\xed\x2f\x0e\xd9\x55\x36\xc5\x64\xae\x74\x0d\x8f\xe6\x2c\x50\x80\x0e\x61\x92\x4d\x0b\xd5\x35\xc4\x2e\xce\x16\x19\x01\x7a\xc5\x4e\xed\x81\xf0\xfc\x32\x35\x62\x41\x37\xe6\x0c\xd1\x45\x1b\xa6\xc0\x52\xbc\x89\x24\xd9\x92\x3f\xaa\x67\xa8\xfa\x94\xf1\xbb\x3e\x7f\xb1\xd0\x8b\xf2\xad\xad\xe1\xbb\xd7\xd2\x9f\x9f\x7e\x5d\xb5\x84\xb0\x14\x1e\x4b\xf0\xea\x51\xc8\x32\x41\xa7\xb5\x69\x6e\x89\xc5\xcd\xe8\xa4\x4c\x60\xfd\xc0\x6e\x7d\xa5\x4c\xba\xca\xab\xbd\x54\x46\x87\xa3\xa9\xdf\xa6\x78\x52\xe3\xf7\x73\x7d\x3c\xe4\x10\x08\x6f\x4d\xdb\x83\xbe\xff\x7c\xf3\x89\xb5\xc8\xfa\x04\x6c\x52\xff\x2c\xc1\x0c\x49\x8d\x5a\x17\x35\x6b\x01\xce\xc9\x8c\xcf\xbf\x3b\xbe\x77\xa7\x39\xac\x8b\xa1\xa1\x7a\x3d\x2e\xc5\xdd\x5a\x0a\x82\x66\xa9\xb6\xe5\x98\x8d\x35\xfc\x49\x4e\x4e\x7a\x1f\x4a\x5f\x21\xf5\xe9\xca\xc9\x9d\x2d\xfe\x30\x67\x81\x98\x03\x57\x63\xb7\xd7\x94\xbd\xc5\x1f\x16\xe4\x8f\x9e\xdf\x12\xda\xfb\xdb\xbe\x35\xf1\xd8\x0e\x38\x27\x01\xbc\x48\x36\xa7\x4e\xd9\x76\x8b\xbb\xdd\x75\x55\x92\xcc\x1b\x0b\x32\x2d\x8b\xf3\x57\x81\xd2\xbd\xaf\x48\x49\xc9\x34\xef\x24\xee\x14\xa8\xa3\x2e\x4e\x1d\x7c\x27\xc1\x69\x2e\x59\xcb\x2d\xf2\xb4\x79\x3b\xbd\xd7\xf5\xf5\xd2\x74\x35\xad\x6b\xf9\xcb\x67\x94\x0b\x69\xd3\xdc\x96\x80\x44\x84\xef\xba\xee\x24\x1c\xd8\x95\x9b\x27\xbc\x22\xff\xcf\x67\xcc\x4d\xc1\x79\x50\x58\xaf\x18\x87\x92\x68\x13\x3b\x9c\xba\x95\x7d\xea\xfc\xf4\xec\xa2\x86\x77\xfa\x10\xd8\x65\xea\xb2\x1d\xe2\x6f\xd9\xdd\xe8\xeb\xe4\x64\x59\xe6\x08\x36\x9e\xf3\xb0\xcd\x3d\x9b\x27\xe7\xad\x18\xf7\xb4\x06\xe3\x30\xbb\x7a\xea\x99\xb6\x82\xfd\x8c\xad\xc5\xab\xd5\x89\x8c\x56\xc8\xdc\x8c\x4e\xaa\x34\xea\x03\x20\x0d\x48\xe6\xe6\x37\xed\xfa\xb6\x38\x96\xd5\xf2\x7c\x4f\xea\xaa\x2d\x5e\xd6\x9d\x7f\x8a\x58\x6d\xf1\x80\x36\x92\x35\x25\x92\x74\x89\x8e\x88\xc9\x9e\x62\x68\x07\xa4\x25\x9b\x44\xcb\x1b\x31\x33\xde\x2c\x7e\x6a\x26\x31\x2b\x44\x22\xc4\x26\x39\x55\x67\xa6\x5e\x22\xfa\x92\xdc\x16\xa8\x9b\xc8\xcf\x9c\x92\x6d\x22\x0e\xd5\xc8\x41\x9f\xf3\xa9\xfb\x60\x39\x19\xf0\xb9\x93\x98\xf7\x17\xfe\x62\x61\xbc\x05\x7b\xa7\xd5\xfe\xc5\x6a\x03\x8c\xd9\x9b\x79\xed\xf2\xbf\xd1\x75\x32\x9f\xbf\xda\x8a\x57\x70\x3f\x3b\xeb\xe3\x44\x19\x08\x7d\x57\x71\xe6\xeb\x36\x9e\x5f\x93\xaa\xad\xc9\x1a\x2f\xef\x65\xc7\xa5\x4e\xcd\x57\x99\xe0\xbe\x7b\xde\x80\x73\x8b\x55\x63\x8f\x6d\xb1\x75\xa4\x77\xc3\x88\x40\x2f\x6d\x41\xab\x79\xcc\x23\x26\x00\x2d\x16\x67\xa5\x4d\x32\xc2\x8e\x6d\xdb\x39\x67\x3b\x22\x08\xa3\x10\x20\xa5\x0a\xaa\xb1\xbd\xba\x3c\x69\x72\xca\xc2\x00\xfd\x74\x66\x1f\xcb\xe4\xf1\xdb\x0d\x67\xf1\x7a\x13\xc5\x12\xa5\x41\x13\xd5\x6c\xd8\x5d\xab\x75\x54\xda\xac\xda\x4f\x5f\xfe\x73\xc2\x8e\x2b\x9f\xbb\x49\x2e\xde\x27\x5e\xfd\x2a\xe3\x42\xa1\xa5\xac\xb6\x6c\xc9\x98\xdc\x28\x5f\x47\xad\xf6\x7f\xca\xcd\x94\x49\x66\xc7\xe5\x47\xc2\xaf\x3e\x92\xc7\x0f\x51\x14\x2e\xdb\xe3\xad\x0b\x8d\x34\x86\xd1\x1d\x13\x4e\x7d\x90\xa6\x2e\xfc\xd3\x10\x3a\x76\x2c\x11\x1d\x2b\x4e\xb7\x45\x29\xcd\xf8\xd5\x68\x45\xa3\x2b\x5b\x9e\x49\x4a\x61\xb0\x22\x0b\x6b\x8f\xbf\x96\x2e\x4c\x2c\xac\xb1\xf7\xec\x6f\xd5\xc5\x34\xdd\xa6\xc8\x6d\x92\x1b\x66\x9b\xfa\x59\xc0\x3d\xbd\xec\x5b\x33\xb5\x59\x58\xd7\xc6\xf7\xeb\x83\xda\xce\xe5\x6b\x6d\x14\xae\xec\xb5\xd6\x87\x7f\xec\x8b\xc3\x72\xc2\x38\x44\x1c\x04\x50\x53\xc2\xe6\xfc\xd5\xc2\xab\xdc\x56\x6c\xb2\x73\xb4\x85\x54\x1e\xbf\xf2\xde\x62\xba\xc5\x51\x04\x01\x5a\x11\x30\x89\x87\x01\x92\x1b\xce\xee\x74\x38\x87\x73\xd6\xbe\x84\xd4\x83\x21\xa0\xfb\x4f\x53\x77\x40\x72\xe2\x8b\x53\x16\x86\xe0\xcb\x62\x1e\x56\x4d\xee\xce\x9a\x63\x1a\x87\x58\x8d\x83\xf6\x29\x3c\xf9\x8f\x7a\x38\x13\x5b\x83\xe6\x83\x7a\xbc\x3d\xad\x6e\x9e\x32\x07\xc6\x83\x28\x63\x72\x6f\xa1\x3e\x55\x65\xb6\xee\xd2\xdb\x45\xf5\xc5\xd0\x7e\xa1\xaa\xff\x70\xbb\xd6\x99\x38\x3d\x2c\x3c\x4b\x93\x9f\x2a\x4b\x69\xb3\xa3\x55\xa9\xdd\x06\x32\x06\xdd\x9b\x6e\x83\xfa\xcd\xe8\xc4\xc1\xb9\x6a\xa6\xf4\x63\x66\xdb\x63\x66\xdb\x63\x66\xdb\x63\x66\xdb\x63\x66\xdb\x63\x66\x5b\xa7\xcc\xb6\x26\xf7\x0a\x35\x78\x30\xee\x98\x65\x15\x5a\x67\xd7\x66\xcf\xc2\xe4\x31\xf1\xee\x31\xf1\xee\x31\xf1\xae\xa5\x54\x3f\x69\xe2\xdd\x32\x6f\x32\xbb\xed\x70\x14\xac\xad\x13\xb8\x1f\x62\x21\x88\xff\x9a\xe1\xe0\x05\x0e\xd5\x9a\x9b\x5f\xe2\xed\x67\x94\xe8\x34\xbd\xb3\x4d\x9f\x2a\x5f\x5a\xa4\x84\xa9\x1d\xab\x38\x99\x2e\x20\xba\x6f\xbe\x74\x06\x5e\xc3\x33\xbd\x7d\x7a\x76\x59\x1b\x9e\x6f\xe1\x68\x5e\x9f\x1a\xa7\x18\x07\x01\x07\x51\x5f\xf6\x2e\x29\xfe\x66\xfa\xf4\x02\x2a\x3c\xfb\xc9\x33\x53\x5d\x43\xad\xfd\xcf\x2e\x17\x28\x64\xec\xb6\x18\x9a\xea\x71\xae\xb8\x7d\xef\x37\xa3\x93\x22\x05\x7a\xb3\xd3\x89\x91\x9b\x89\x51\x7c\xca\x21\x20\xd5\xcd\xac\x0e\x4c\xcc\x6d\xa6\x5d\xbf\xfd\x1b\xfa\x99\x86\x6a\x60\x42\xd0\x2f\x9b\x6f\x19\x73\x21\xf1\x32\x04\x2f\x02\xae\x17\x86\xd4\x07\x2f\xdd\x3d\xf7\xe2\x04\xbc\xb7\x65\x81\xb9\xa2\xff\xd9\x18\xed\xb4\x0f\xac\x8b\x7d\x2b\xc2\xdf\x7a\x0a\xff\x6c\xcf\xbd\xef\xe6\xe0\x61\x29\x81\x3d\x48\xb9\x19\x9d\xe4\x59\x68\x16\x6a\xfb\x88\x73\x8a\xf6\x31\x53\xf8\x31\x53\xf8\x31\x53\xf8\x31\x53\xf8\xff\x8f\x4c\x61\x71\x46\x84\x71\xb9\x1d\x8b\xbc\x7d\xec\x71\xc2\x70\x76\x77\x1b\x2f\x21\x04\x79\xae\x4b\xab\x96\x8b\x09\x34\xf4\xd5\xe1\xfa\x6b\xeb\x92\x90\x3f\x00\xbd\xb7\xdd\x25\x17\x11\x95\x62\x8b\xe4\x0f\x42\xd7\x69\xdd\xf7\x10\xf2\x65\x32\xda\x68\x73\x4d\xdc\xb0\x0a\x36\xf5\x32\x14\x52\x26\x18\x62\x5f\x15\x6f\x0b\xaa\xd7\xd9\x7f\x83\x1c\xe6\xc7\x2c\xdd\xc7\x2c\xdd\xc7\x2c\xdd\xc7\x2c\xdd\xc7\x2c\xdd\xc7\x2c\xdd\xc7\xa4\xd6\xf4\xf1\x63\x52\xeb\x17\xe3\xa1\x48\xec\xba\x0a\xe9\x0b\x43\x91\xaf\x41\xea\x21\xa0\x6f\xaa\xff\xfc\xf1\x4b\x83\x91\x9d\x21\x87\x8d\x5e\xb6\x02\xed\x64\xd3\x63\x7a\xf2\x63\x7a\xf2\x63\x7a\xf2\x63\x7a\xf2\x63\x7a\xf2\x57\xf9\x61\xf2\x98\x9e\xfc\x98\x9e\xdc\x3d\x3d\xb9\x18\xb6\xdb\x97\xff\xe1\xde\xfc\xaa\x7a\x59\x6d\x76\x67\x1b\x1c\x9f\xba\x9d\x63\xf7\x06\x66\x73\x84\xd1\xbe\x1c\xe2\xda\xa4\x62\x49\xdc\xdc\xb5\xb8\x72\x83\xa5\x2e\x10\x9a\xfa\xca\xba\xe0\x6d\x75\x21\xd2\xae\xe0\x6b\xff\x7e\x74\x37\x95\xbc\xcf\x17\xee\xdd\xf7\xda\xbc\x4e\x13\xa8\x9f\x06\x5b\x42\xb3\x84\xa1\x3e\x5e\x56\x72\x87\xc2\xe0\x61\xde\xb4\x4e\x29\xa6\xf7\xe8\x3a\xaf\x23\xe9\xbd\x0d\xd9\x1e\x47\x76\x7d\xe6\x24\xdf\xd2\x63\xa2\xf0\xff\xe4\x49\xae\x13\x8f\xad\xbc\x04\x52\xb7\xb8\x70\x01\xb5\xea\x56\xc7\xa1\xc8\xdc\x8c\x4e\x9c\xe4\x1e\x52\x28\xdb\x29\x6f\x97\x18\x07\x1c\x4b\x3a\x3a\x54\xd0\x73\xb5\xd4\xce\x6b\x2a\x5a\x62\x01\x01\x4a\xb5\x58\xb4\x2f\xf4\x7f\x40\x17\xee\x11\x34\x9b\x5e\xb4\x19\x38\x58\x4a\xec\x6f\xe6\x3a\x5b\xe9\xc1\x57\x70\xce\x11\x97\x79\x0e\xba\x9c\xf9\xfe\x2b\xc1\x1a\xa1\xb4\xbb\x55\x6c\x2f\x88\x43\x37\xc8\x14\x8c\x39\xf0\x2d\x11\xca\x73\x15\x2f\x58\x4c\x03\xcc\x7b\x1d\xc5\x50\x0b\xcd\x69\x10\x30\x3a\x4f\x4a\x61\x77\xde\x0c\x2c\x7e\xde\x73\xc8\x55\x34\xa5\x59\x86\x0d\xb2\x69\xe2\x79\x07\x5e\x36\xf2\x68\xc0\x71\xaf\x37\xcf\xa7\x17\x95\x4b\xe5\xb3\x43\x0a\xdd\x06\xf9\x7e\x78\xb5\x23\xba\x4e\x0f\xea\x87\x77\xb8\x9c\xd1\x35\x07\x51\x9b\xef\xd3\x38\x1b\xe2\x28\xba\x80\x6a\x30\xb4\xcf\x8e\xfe\x2a\x0e\xc3\xfc\x25\xd4\x16\x72\xa7\x48\x7e\x33\xa8\x26\x0a\xe6\x1c\x76\x04\xee\x1e\x8e\x10\x94\xf4\x30\x1c\x41\x29\x48\x37\x61\xb1\x64\x0b\x1f\x87\xfb\xfd\x9c\x36\x44\xa5\xa5\xf6\x4d\xc6\x51\x92\x79\x96\xa4\x56\x76\xdd\x72\x69\x0d\xd5\x49\x9a\x0f\x5c\x9a\x12\xd7\x83\xd0\xa6\x26\x55\xbb\x92\xd5\xce\x67\x10\x20\x0e\x3e\xe3\x81\x66\xf6\x15\x8b\x25\xa0\x6f\xfe\x86\x08\x45\x4c\x59\x3d\x1d\x40\x66\xe1\xce\xdc\x56\x78\x76\xb9\x78\x7e\x8c\xfc\x0d\x0e\x43\xa0\x6b\x38\x42\x17\x8c\x03\x22\x34\x3b\xc1\xe4\x63\x8a\x96\x80\x56\xca\x2c\xa1\xeb\x0d\x70\xc8\xfc\x38\x45\x89\x3d\x46\xc8\x8f\x08\xd3\x59\x23\x93\xc2\x04\x3f\xc1\xfe\x16\x26\x01\x15\xcf\x8f\x27\x5c\xa1\xf2\xcd\xdf\x26\x4f\x04\x48\x2f\x8e\x3c\xac\xaf\xb9\xe5\x2c\x84\x7e\x59\x2b\x9f\x92\xf0\xaa\xdb\x38\x14\xed\x37\xa3\x13\xc5\xd4\xfa\x5c\x03\x7d\xa2\xec\x57\x2c\xfd\xbd\x76\xca\xf9\x39\x2c\xf7\xda\xc6\xb6\x5a\x46\xe1\x0e\x9d\xbf\x58\xa0\xd3\xc5\x0c\x3d\x3d\x0f\xb1\x90\xc4\x47\x2f\x42\xe6\xdf\xa2\x85\x54\xec\x4b\x7d\x55\xfd\x3f\x5e\x03\x9a\x51\x09\x7c\x85\x7d\x78\x86\x02\x4e\x76\x3d\x07\xda\x60\x9d\xbb\x39\xb4\xea\x37\x7b\xc0\x07\x09\x9c\xe2\xb0\x21\x65\xb7\x0d\x87\x71\x60\x3d\xe3\x04\x9e\x17\x50\x81\x22\xce\xfe\x05\xbe\x4c\x2f\x08\xd1\x16\xc6\x9c\x9b\x49\x55\xbb\x13\x2f\x0f\xe8\xc6\x49\xfd\x4a\xd4\x26\x48\x35\x72\x8d\x6c\xf1\x1a\x5e\xc4\x24\x0c\x0e\x33\x7f\xfa\x52\x7a\x83\xaf\x9e\x5f\xce\x4f\xaf\x32\xbd\xc8\x74\xe1\x0a\xd6\x44\x48\x7e\xff\xcc\x4e\x40\x47\xe8\xed\x86\x08\x44\xf4\x2d\x82\xab\x38\xd4\x00\x96\x0a\x1d\x42\xd7\x63\xfd\x9f\xbd\x68\x7b\x8c\x30\x3a\x9d\xe9\xec\x4a\x65\x3c\xd4\x42\x9f\x02\x04\xf6\x06\x7c\xb1\x41\x9a\x12\xfd\xef\xf9\xe9\x55\x37\x59\x7c\x61\xb8\x3b\x05\xf5\xe1\x0a\xd7\x3a\xf4\x55\x09\x77\xf2\xb5\x0b\x3a\xe0\x9e\xf4\x6b\xc6\x59\xcd\x34\xea\xf0\xe9\xea\x9d\xa4\x92\x71\x2c\xe9\x74\xc9\x30\x8c\x9d\xce\x66\x99\x4d\x6e\x73\xfd\x10\x4e\xba\xf2\x90\x7b\x5f\x5b\xe4\x06\x52\xe3\x8e\xef\xc9\x44\xac\xbb\x4e\xa6\x50\x64\xa1\xc2\x81\xda\x9b\x65\x3e\x59\x85\x54\xa7\xae\x6f\xf1\x87\x39\x27\xf5\x37\x4b\xd2\x78\xbb\xac\x6e\xdd\xa5\x3b\x26\x8c\xa2\x00\xb6\x98\x06\x28\xd2\x50\x9c\x7d\x30\x7a\xa6\xdb\xbc\xc0\x02\xda\x66\xb1\xd7\x74\xe8\xde\xce\x4b\x3a\x98\x03\xf7\x81\x4a\xbc\x86\xe9\x92\xed\xe0\x80\xfe\x0a\x3a\x74\xa5\xef\x65\xba\x7e\xee\x1d\x3f\x7f\xfe\xae\x93\xb9\x6b\xf8\x32\xa3\xe9\xf8\xb9\x9b\x2a\x11\x31\x69\x6f\xef\x27\x8c\x2e\x24\xc7\x12\xd6\xbd\x22\x0d\x0a\x52\xa2\xd5\x73\xc6\xaa\xf9\x9b\x3d\xb8\x71\xec\x7d\xdd\x8f\x19\x8e\x0f\x33\x5e\x7c\xdd\xd7\xae\xd6\x55\x38\x49\xf5\x7b\x9f\x3e\x76\x54\xa7\x46\xee\xee\x17\xe2\x80\x06\xd2\x1d\x5a\xbc\xd6\x15\x00\xd3\x9d\x95\x34\xf1\x4c\x3d\xce\x0e\xae\x74\xb8\x8e\xaf\xa9\xb3\x4a\x46\x59\xa9\x97\x9b\xd1\x49\x11\x9d\x86\xc2\x10\x8b\x97\xed\xe2\x1f\x3a\x68\x35\x3b\xfb\x7c\x99\x29\x06\x03\x10\x28\x13\x1d\x4a\xf6\x0d\x91\xbd\xbc\xd0\xa6\x1e\xf6\xcb\x02\xeb\xd5\x81\x73\xfc\xdf\x11\xb9\x79\xcd\x7c\x1c\x1e\xe4\x76\x6a\x74\x10\x2e\xe1\x80\x94\x6e\x87\x06\x91\x7c\x6e\x1a\xba\x64\x32\xb9\x70\xcb\x1e\x62\xab\x94\xdd\xe9\x96\xec\xf1\xf0\x08\x64\x76\x48\xf2\xd8\x7d\x1e\x46\xb1\x72\xb1\xc1\xfc\xb0\xd3\x30\x96\x14\x73\xb7\x77\x81\x18\xa1\x61\x23\xbc\x65\x74\xad\xdd\x96\x0c\x57\xb5\x9e\xef\x9b\x2b\x3b\x7c\x87\x75\xbc\xea\x64\xb6\xb3\x51\xec\x66\xb1\x53\x87\x07\xb1\x9d\x3e\xa3\x92\xb3\x50\x54\x46\x54\x43\xea\x66\x9b\xed\xb6\xb6\x30\x6b\x8c\xdf\xe2\xa7\x76\xc1\xdf\x90\x1d\x14\xf2\x34\x99\xc0\x62\x72\x66\x36\xea\x85\x4b\x31\x0a\x66\xfe\x08\xfd\x82\xc3\x18\xf4\xb2\x79\x47\x02\x53\x7d\x68\xc1\x62\xee\xc3\x22\x9f\x2b\x31\x3b\x33\xb7\x53\x92\x35\x65\x4a\xad\xc8\x0a\x09\xd0\x77\xae\x9a\x5c\xdf\x2e\x3a\xfb\xd9\x90\x74\xc7\x3c\x34\x36\x0b\x51\x39\xb2\xd5\x83\xef\xe5\x00\xde\xf5\x62\xf1\x93\xb9\xe4\xdb\x64\xba\xc6\x82\xd0\x35\x5a\x2c\x2e\xde\x3d\x9d\x10\xa5\x53\x41\xac\x73\x1e\x9e\x08\xb1\xf1\xcc\x8a\xb8\x5b\xe0\xb0\xa6\xdf\xdc\xbc\x5d\xd3\xcd\xcd\xe8\xa4\x0e\xb7\xfa\xb8\x5d\x14\x2f\x43\xe2\xbf\x82\x5e\xbe\x6a\xfa\x71\xdf\x9d\xba\x14\xc0\x1c\xcb\xda\xc0\x61\xa3\xb7\xec\xd0\x98\x07\x3e\x49\xd1\xd7\x7c\x6a\x3b\x50\x4b\xbb\x53\x24\xb5\xac\xde\xcf\x01\xe7\x68\x18\x78\xa9\xaf\xc7\x78\x96\xf3\x5e\xf4\x35\x75\x86\xc9\x21\xbb\x73\x5d\xa0\x17\x2c\xf4\x9b\xea\x9d\xee\xf5\xd6\x39\x65\xc0\x8f\x61\xfc\x61\xca\xab\x39\x27\x9f\x2e\x7b\x3a\xf3\x1c\x7d\x93\xbf\x85\x42\x42\x01\x61\xbe\x36\xd7\x35\xa7\x37\x5f\x28\x54\x51\x80\x61\xcb\x68\xb7\x24\xea\x5e\x3d\x38\xc7\x5d\xc6\xb7\x9f\x20\xdc\x26\x1c\xff\x37\xe1\x9f\x42\x19\xb9\xef\xf2\x1f\x8c\x83\xc5\x3e\x9c\x3c\x54\x10\x88\x4c\xda\x5c\x60\x4a\x56\x20\xea\x6b\x42\xb4\x99\xb3\x4e\x35\x48\x5d\xff\x52\x07\x50\xb5\x1c\xb7\x09\xe4\x64\x05\xf2\x92\x48\x7d\x49\x3e\x62\x14\xd9\x5b\xf4\x3b\x71\xa1\x7f\x2f\x4e\x3e\xe8\xec\xd0\x03\x72\xbb\x55\x47\x1a\x86\xea\xf9\x16\x20\x42\x92\x63\xff\x16\xb1\x95\xc6\xec\xaf\x02\x89\x7b\xea\x2b\x47\x43\x87\x45\xff\x69\xdc\x3b\x22\x10\xfc\x1e\x93\x1d\x0e\x81\x6a\x7f\xc2\x66\x51\xaa\x19\xd3\xf3\xd6\x44\x7a\xea\x2b\x4f\xe2\xb5\x26\xd4\x3c\xa2\x4c\x82\xf0\x38\xac\x94\xbb\xad\x80\x77\xe2\xdb\x67\x45\xd4\xc9\x7a\x8a\xb7\x20\x22\x5c\x1f\x52\x6c\x73\xd5\x7a\x72\xe5\x77\x02\xcb\x5e\x88\x2e\x59\x22\x76\xa3\x20\xa6\x28\x6b\x69\x64\x20\x38\x5a\x1f\xa1\x55\x57\x4e\x0e\xd5\xa7\x93\x29\x1c\x70\xf0\x86\xd6\x97\x52\x6c\x33\x10\x67\x54\x48\x1e\xfb\xd2\xa0\x21\x19\x52\x40\x3d\x5d\x4c\x64\xcb\x02\xd0\x88\x99\x1b\x20\xec\x8d\xd8\x51\xc8\xee\xd1\x2d\xdc\x23\x2c\xb2\xb6\x9d\x78\xf2\x10\x5d\xb6\x3b\xff\xa7\x96\x7b\x8a\xc3\x87\x32\x2c\x99\xf5\xfb\xdb\xe7\x7a\x28\x3d\xbd\xb6\x3a\x1b\x5d\x31\x5f\xce\x41\xe5\xe2\x91\x4b\xd1\x9c\x13\x6b\xea\x90\xb4\x9b\x76\x07\xf1\xed\xec\x1a\x58\xb1\xb0\xe8\x6f\xd9\x4b\xfc\x11\x87\x10\x4b\x08\x12\x1b\xcf\x92\x21\xa5\x8b\x1f\xa5\x56\x2d\x8b\x43\xa4\x23\x50\xd9\x3e\x0e\x11\x13\x44\x32\x7e\xaf\xac\x92\xb2\x5a\xed\x53\x33\x3f\x3d\x66\x05\x9f\x72\xee\x38\xc3\xde\x50\xf6\x99\xc5\x51\xa7\x25\x51\x27\x9d\xcc\xc0\x0f\x22\xf3\xec\x78\x7b\xf5\x68\x7b\x9a\x67\xd2\x5a\x4e\xed\xa0\x15\x79\x6b\xce\x82\x58\x9b\xde\xcd\x6b\x3f\xa7\x41\xc4\x08\x95\x0b\x53\x5d\xa8\xa7\xf7\x39\x2e\xbe\x75\x9e\x24\x4a\x36\x4d\xab\x2c\xc9\xd0\xca\x6a\xe0\x55\x5f\x86\x6c\x2d\x46\x85\x87\xef\x06\x70\x7a\x73\x37\xe7\x65\xae\x29\x58\xa6\x24\x35\x97\xec\x01\x80\x6d\x2c\x24\x5a\x02\x32\xeb\x41\x13\x65\x4d\x8e\x84\x27\x5b\xf7\xe6\x68\x19\x50\xc9\x35\x4c\x7b\x4c\xae\x48\x78\x52\x50\x37\x47\x6e\xf2\x48\x11\xd9\xb9\x92\xee\x27\xa0\x21\x7f\xfc\xac\x48\x4c\x43\xd1\xd9\x1c\x7d\x0d\xad\x14\xc9\xa5\x02\xb4\x0d\x31\xa9\x41\xea\x32\xe9\x59\x5c\xdb\xbe\x15\xc2\x3a\x37\xe3\x3e\xa9\x01\xd0\xaf\x38\x43\x5f\xb8\x0d\xee\x41\x27\x8b\x96\xf0\xc6\x39\xd3\x55\x86\xf8\x20\x56\x4f\x67\x69\x43\xdd\x26\xd9\x3e\xea\xf7\x71\xb4\x1f\xf4\x92\x55\xd4\x59\xdc\x6d\xcc\x21\x8b\x65\x14\xcb\x16\x21\xb4\x26\xe5\x7a\xa3\x81\xa0\x80\x70\xf0\xf5\x44\x98\xac\x64\x93\x42\xa9\x81\xfa\xa5\x50\x4a\x6f\xe4\x14\xe8\xe9\x5a\x1f\x2b\x95\x90\xbe\xb3\xcb\xe2\x6e\x21\xcf\x07\xed\x3b\xa7\xa4\x47\x93\x1f\x7e\x8f\x89\x7f\x2b\x24\xe6\xd2\x53\x93\xbe\xa7\x9c\xb5\x9a\xd0\x28\x07\x73\xe4\xf5\x00\xa6\xb2\x95\x26\xe3\xbf\x54\xa7\x68\xa1\x7a\x4d\x90\x3d\x42\xa7\x26\x73\x13\xa3\x25\xc7\xd4\xdf\x8c\x91\x5a\xc1\x31\x8e\x8c\xcb\x89\x36\xb8\x63\x62\xf6\xa1\x7d\x39\x79\x60\xa2\x8b\x07\x70\x40\xf9\x29\xaa\xa7\x9f\xaf\x5e\xa3\x7a\x0c\x3b\x11\xda\x07\xa4\xcd\x38\x13\xd5\x03\xc2\x38\x8a\xbc\x00\x76\x43\x9c\xf5\xb5\xcc\x72\xa9\xd0\xd8\x39\x5a\x87\xf6\xd9\x03\x90\x98\x84\x02\x31\x8a\x30\xca\x34\x3d\x1b\x3c\xcc\x4e\x9c\xaa\x45\xd9\x17\xc6\x41\x90\x0f\xdd\x64\x2e\x71\x2f\x27\xfd\xa1\x50\x29\xd8\xc8\x2b\x88\x58\x1b\x03\x69\xb4\xfe\x00\x2d\x7e\xbb\x01\xb4\x26\xd2\x0e\x1f\x14\xd3\x00\xb8\x2d\xfb\x94\xe0\x5d\x32\xf3\x44\x4d\xa8\x77\x24\x0c\xd5\xb8\x33\xc3\x4c\xad\x4e\xfe\x43\x47\xcc\x20\x18\x9b\x20\xc4\x16\x77\x9e\xac\x87\x43\x05\x6f\xa3\x7f\x3a\xd1\x71\xfb\x2f\x5b\x4c\x0e\x8d\xd2\x69\x18\x16\xd9\x04\xa1\x64\x7d\x66\x4d\x91\xbf\xc1\x74\xdd\xb1\xb2\x44\x47\xd0\x4e\xf2\x56\x61\xfc\xe1\xc0\x19\x54\x49\x26\x9b\xc2\xf2\x82\xd1\x11\x99\x26\xa9\xdc\x71\x25\x13\x3a\xce\x42\x53\x93\xce\x4a\x31\x60\xd7\x4e\x0e\x45\x58\x6e\x3e\x5f\x74\xff\x4a\x2d\xef\xc9\x0e\x90\x46\x43\x17\x7e\xb1\x19\x0f\xa5\xf5\xbb\x21\xdb\xbe\x78\x13\x89\x2c\x12\xa0\x29\xde\x32\xaa\xda\xe9\x0d\x64\x42\x03\xf4\x2a\x5e\x02\xa7\xa0\x1c\x8a\x42\x04\x1b\x47\x51\x78\x6f\x99\x72\x7d\xa3\x0f\x88\x7b\xe2\x5e\x48\xd8\xde\x8c\xc6\xe8\x66\xb4\xc4\x02\x6e\x46\x1d\x93\xea\x3e\x27\x0d\x66\x8d\x92\xa3\xc3\x3c\x18\x23\xf3\x57\xd1\x63\x7e\xbd\x6b\xac\xba\xb6\x58\xfc\xd4\x6e\xbb\xb6\x49\x98\xea\xf3\xc4\xc0\x27\x4e\xf0\x62\xf1\x93\x0e\x46\xda\xfa\xc0\x0a\xfd\x58\x6e\x80\x4a\xe2\x57\x6e\xaa\xdf\xc3\xe7\x1e\xe0\x9d\x24\xc7\xfc\x10\x83\xf7\xd6\xca\x55\xf5\xac\x5c\x15\x8b\x50\x45\xcc\x5a\xa4\xf6\xf4\x77\x61\x26\x2c\x8c\xda\xce\xe6\xe0\xa1\xba\xae\xf7\xa4\xd6\x44\xfe\xef\xec\x98\xfa\xf7\x8c\xaf\x27\xaa\xc7\xfd\x57\x86\xc4\xa2\xfe\x90\x45\xcb\x99\x45\x81\x78\x98\x89\xa5\x3d\xe4\x9e\x5e\xa3\xd2\xb2\x71\xc5\x57\xa9\x18\x5e\xd7\x5c\x55\xe6\x61\x65\xba\x6e\x1c\xbf\x43\x7b\x9f\x7b\xe3\xb2\xb8\x6c\xe7\xd2\x92\xf9\xc6\xcc\x3d\x4c\x34\x78\x7f\xaf\x05\x9f\x72\x01\x3e\x07\x29\x6c\xe1\x96\x56\xa7\x09\x6e\xe1\x7e\x7a\x75\xd9\xfe\x18\x81\x6d\xff\x20\xc1\xe1\x3a\x5c\x86\x8f\x91\xbc\xba\x58\x20\x48\xb9\x94\xe4\x71\x0d\x15\x23\xa9\x83\x5e\x90\x55\x66\x6d\x3e\xde\x01\xde\xc1\x1d\xe3\xb7\xe2\xa3\xa9\x54\xfb\x31\xba\x5d\x7f\x8c\x25\x09\xc5\x47\x12\x51\x90\x47\xb3\xf9\x65\xb1\x8c\x49\x8d\x89\xa9\xe4\x7f\x52\x34\x9b\x27\x37\x3d\x20\x42\xd1\xe9\xec\xec\x0a\x51\x26\xbb\x05\xc6\xf7\x80\xf9\x2a\x11\xf5\x9f\x5f\xfd\xf9\xd5\xff\x0b\x00\x00\xff\xff\x02\x5b\x0b\xb2\xae\x02\x01\x00") +var _schemaJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6b\x73\xdb\x38\xb2\xe8\xf7\xf9\x15\x28\x65\xeb\x6c\x52\x25\x5a\xf1\xec\xce\xec\x9c\xd9\xb9\xae\xab\xd8\x9e\x44\x37\xb1\xa3\x63\x65\x92\xba\x63\xa7\x4e\x20\xb2\x25\x61\x4d\x01\x1c\x00\xb4\xe3\x9c\xcc\x7f\xbf\x85\x07\xdf\x20\x45\x52\x74\x92\xad\xeb\x4f\x71\x28\xb2\xd1\x2f\x34\x1a\x8d\xee\xc6\xff\x7c\x87\xd0\xe8\x2f\x1c\x56\xa3\x9f\xd1\xe8\xd1\x24\x80\x15\xa1\x44\x12\x46\xc5\xe4\x38\x8c\x85\x04\x7e\xcc\xe8\x8a\xac\x47\x63\xf5\xa2\xbc\x8b\x40\xbd\xc8\x96\xff\x02\x5f\x9a\x67\x7f\x11\xfe\x06\xb6\x58\x3d\xde\x48\x19\xfd\x3c\x99\xfc\x4b\x30\xea\x99\xa7\x1e\xe3\xeb\x49\xc0\xf1\x4a\x7a\x4f\xff\x31\x31\xcf\x1e\x99\xef\x72\x43\x8d\x7e\x46\x0a\x0f\x84\x46\xd3\xdf\x17\xf1\x92\x82\x3c\xc3\x51\x44\xe8\x3a\xfd\x01\xa1\x11\x0e\x02\xfd\x36\x0e\xe7\x9c\x45\xc0\x25\x01\x91\xfb\xbd\x96\x8c\x04\xe4\x22\x02\x7f\x64\x5f\xfe\x73\x9c\x40\x75\x50\xa4\x9f\x07\x20\x7c\x4e\x22\x05\x42\x53\xc6\xc2\x40\x20\xa1\x01\x21\xc9\xd0\xf4\x77\xb4\x35\x28\x8a\x03\x34\x5b\x21\xb9\x01\x74\x0d\x77\x88\x08\x84\x29\x9a\xfe\x3e\x46\x72\x83\x25\xc2\xa1\x60\x68\x09\x3e\xdb\x82\xd0\xef\x50\xbc\x05\xc4\xcc\xfb\x16\x1a\x93\x1b\xe0\xb7\x44\x00\x8a\x05\xa4\x80\x24\x43\x1c\x56\xc0\xd5\x1f\x72\x43\x92\xb1\x0f\x32\x0c\x3f\x7a\x84\x4a\x08\x43\xf2\x2f\x6f\x23\xb7\xa1\xf7\xed\x63\x1c\xc0\x0a\xc7\xa1\x54\xd8\xfd\xcf\x9f\x46\x14\x56\x10\xa3\x82\x90\x72\x42\x8f\x6a\x44\x8d\x3f\x15\xfe\x9f\x13\xa4\x90\x5c\x29\xce\x38\xff\x5b\x89\x35\x3e\xa6\x68\x09\x88\x6d\x89\x94\x10\x20\x52\x65\x46\xf1\xf3\x1d\x9c\x6e\x01\x2e\x85\xf6\x67\x06\x78\xe4\x93\x80\x97\xa9\x70\xab\xf0\x9a\xc8\x4d\xbc\x3c\xf0\xd9\xf6\xf3\x2d\xe0\x1b\xb8\x65\xfc\x5a\x7c\x86\x6b\xe1\xcb\xf0\x73\x74\xbd\xfe\x1c\x4b\x12\x8a\xcf\x24\x52\xfc\x9e\xcd\xcf\x41\xba\x47\x24\xc1\x0e\xae\x65\x5f\x55\x26\x4a\xa4\x85\xcb\x21\x78\xcd\x03\x50\x78\x5f\x16\xe0\x8e\x0b\xb2\x29\x53\x69\xff\xfb\x7e\xbc\x63\x32\xaf\x70\x28\xa0\xa8\x18\x41\xa0\xb9\x9c\x6a\x04\x87\x3f\x62\xc2\x21\x28\x62\xa0\xb4\xb4\x3a\x4a\xad\xf6\x48\x89\xfd\xcd\x9c\x85\xc4\xbf\x6b\x27\x81\x19\x0d\x09\x85\x13\xe6\xc7\x5b\xa0\xb2\x51\xbb\xcc\xc4\xc3\x28\xd2\xe0\x51\x60\xbf\x51\xd3\xc2\x8c\x9b\x4d\x10\xe0\x37\xc4\x07\x84\x7d\x9f\xc5\x65\xa8\xad\xa6\x77\x9f\x51\x9c\x9a\x91\xe7\xc8\xf4\xe2\x5c\x94\xb9\x42\x24\x6c\xcb\x0f\x1b\xd4\xa7\x00\x3c\xf7\x1e\xe6\x1c\xdf\x35\x72\x2f\x24\x42\x2a\x73\xa3\x90\x48\xcc\xce\x6c\x7a\x66\xe8\x24\xca\x26\x25\x04\x76\x62\x57\x07\xb0\x4e\xfe\x68\xfd\x6a\x3b\x77\x72\xdf\x59\xe6\x4f\x0d\xef\x2f\x58\x08\xd3\x8b\xf3\x3e\x80\x6e\x80\x0b\x52\x98\x09\xcd\x9f\x76\x9a\xbf\x9a\x3a\xc7\x60\x3b\x09\x69\xd2\xa0\x9a\xdf\xba\xd9\x82\xe6\xf5\x58\x49\xf1\xf4\xe5\x02\x61\x65\x24\x90\xaf\x1d\x95\x98\x63\x99\xc7\xbd\xdd\x44\x6a\x82\x54\xb0\x47\x89\x53\x14\xb2\x38\x78\x87\xa5\xbf\x69\xb3\x5a\xf9\xe6\xa3\x57\x6c\xbd\x2e\x3a\x35\xa8\xde\xe2\x54\x06\x4a\xbe\xee\x29\xe3\x12\x0e\x83\x48\xc1\x67\x54\x62\x42\x85\x65\x18\x8a\x30\xc7\x5b\x90\xc0\x05\xe2\x10\x62\xb5\x1a\x4a\x86\x72\xbc\x6a\x2b\x94\xce\x80\x9b\x65\x54\x65\x7c\xad\xa8\x80\xe2\x65\x08\x6f\xee\x22\xe8\x69\x03\xc7\xc5\x5f\x81\xc6\xdb\x82\x20\x12\x76\x47\xa4\xf4\xaa\x7a\x18\x07\x44\xba\x1e\xcb\x0d\x50\x49\x7c\x2c\x19\xaf\xfe\xac\x98\xc5\x59\x18\x02\x3f\xc3\x14\xaf\xc1\xf1\x8a\x72\xbc\x83\x38\x04\x3e\x2a\xfc\xf2\x7e\x00\x83\xad\x59\xa5\x4c\x6a\x68\x98\xac\x04\x63\x98\x88\x1e\x0b\x00\x74\x99\x89\x41\xad\x52\xe2\xfd\xe3\x49\x2c\xf0\x1a\x26\xbe\x7a\x7e\xab\x9e\x7b\x56\x37\x3d\x0b\x62\xf2\xc8\x3e\x30\xd2\xf7\xe0\x23\xde\x46\x21\x88\x27\x4f\x0e\xd0\x5b\x1c\x92\x00\x01\x95\x5c\x59\x6d\xcc\xe1\x67\xf4\xe1\x4a\x71\xf3\x6a\xf4\x61\xac\xff\x54\x3c\xcc\xfe\x93\xe3\x5c\xf2\xb0\xc2\xaf\xe4\x87\x94\x4b\x57\xa3\x0f\x07\x9d\x96\x97\x5d\x4c\xf8\x05\xa3\x0d\x87\xd5\xff\xba\x1a\xf5\x26\xfe\x6a\x74\x54\xe2\xe4\x2f\x13\x7c\xe4\xe6\xc8\x2f\x3e\x0b\xe0\xe8\x3f\xfe\x88\x99\xfc\x27\x8e\x88\xf9\xe3\x97\x89\x7e\x3a\x2e\xfe\xaa\xb8\xd5\xf8\x7b\x8e\x81\x0d\xef\x55\x78\xda\xf0\x6e\xca\xe6\xc2\x3b\x07\x7d\x0d\x5b\x7e\xc6\x0e\x69\xd5\x80\x37\x5b\x1f\x2b\xa6\x44\xe4\x5d\x6d\x5b\x57\xf0\x4e\x0b\x67\xb6\xe6\x3b\xbd\xe3\x2d\x48\x1c\x60\x89\xf3\x6b\xf2\x35\xa1\x45\xaf\x3d\x22\x6f\xed\xb2\xdf\xde\x8f\x56\xab\x65\x5b\x3b\x59\xb3\x3b\xd7\xfe\x7d\x4b\x3b\xe4\x76\x5d\x33\xc4\x3b\x6c\x09\x9d\x76\x79\x64\xb6\x54\x07\x84\x4d\x6e\x0e\x71\x18\x6d\xf0\x0f\x79\xd4\xde\xbb\xc7\xbf\xc1\x24\xc4\x4b\x12\x12\x79\xf7\x3b\xa3\x7d\xd7\x8d\x7d\x58\xe0\xbb\xbc\x91\x06\xa6\x57\x9d\x98\x26\x0b\xbf\x28\x59\x71\x11\x47\x11\xe3\xb2\x8d\x21\x7f\xd2\xc9\x8a\x2e\x3a\x5a\xca\xa2\x49\xb4\x68\x29\xab\xe8\xe6\xd2\x0a\xf3\x35\x96\x30\xe7\x6c\x45\xc2\xd6\x62\x72\x73\xf0\xd7\x02\xac\xbd\x84\xb7\x26\xb2\x9d\xd4\x9e\x93\xba\x6d\x3d\xde\x76\x92\xfb\x6c\x7a\xe6\x06\xa4\x6d\xc2\xde\x93\xa8\x68\x9c\x76\xce\x9f\xeb\x78\x09\x9c\x82\x04\x71\x0e\xf2\x96\xf1\xeb\x8a\x55\x6b\xa0\xe8\x65\xcd\xc7\xce\x91\xb6\x7a\x69\x0a\xce\x59\x00\xcf\x39\x8b\xa3\xfd\x54\xe0\xac\x04\x6d\x88\xdd\xaf\x9e\x6a\x0a\xe2\x5a\xe3\x87\xf4\x14\x48\x27\x9a\xc6\x9f\xd0\xb5\x47\xd3\x37\x9e\x20\x4c\x03\x74\x69\x29\x43\xd9\x0f\xe9\x47\x70\x2d\x3c\xfb\xb3\xfe\x4e\x0c\x31\x29\x1d\x98\x5c\x8d\x8e\xca\x88\xab\xa9\xa8\xf1\xab\x7c\x5f\x45\xea\x6a\x74\x54\x25\xa2\x7e\x2e\xa7\x2b\x5a\x17\xbd\x3f\x03\x89\x6b\xb6\xf7\xc3\xa8\xc4\xa0\xba\xf0\x2b\xe3\x88\xd0\x15\xe3\x5b\xbd\x0d\xd5\x8c\x4c\x9c\x41\xa4\x3d\x6b\x87\xb4\x5d\x2a\xd2\x49\xdc\x3b\x47\x6d\xa9\x0b\x6d\x84\x18\x71\x72\x83\x25\x58\xe9\xb4\x13\xe5\xbc\xf8\x4d\x13\x03\x71\x18\xb2\x5b\x91\x6e\xe6\x95\x5b\x8e\xd1\x2a\x0e\xc3\x3b\xcf\x8e\x9c\x3a\x59\x84\xa2\xdb\x0d\xf1\x37\x88\x32\xad\x7e\x68\x83\x05\x62\xb1\x5c\xb2\x98\x06\x48\x31\x4c\x19\x19\x84\x7d\x1f\x84\x18\x6b\xa6\x24\x20\xcc\x33\x1d\x61\x7f\xb7\x48\x82\x6d\x02\x11\x61\x37\x00\x01\xba\x21\x18\xbd\x9d\x1f\x23\xa0\x41\xc4\x08\x95\xa2\x93\x40\xbe\x5d\x2a\x9c\x32\x15\xe0\x73\x90\xe2\x94\xfa\xfc\x2e\xa1\xa1\x85\x58\x17\x95\xcf\xdc\xd0\x25\x96\x71\x65\x8e\x36\x4e\xfa\x85\xf9\xc4\x09\xee\x26\xf2\x3b\xc1\x7a\x3b\x3f\xee\xbb\x4b\x69\x70\xb7\x5d\x66\xad\xc5\xfa\x58\x72\x00\x4a\x64\x8d\x2b\x5e\x7a\xfd\xc4\x73\x1b\xc2\xc6\x85\xb3\xc1\xad\x6a\x74\x8d\xdd\x4e\x6b\xa3\xfe\x54\xc5\x5f\x72\x9e\x06\xd9\xf4\x61\x24\x88\x32\x72\x76\xa2\x8d\xd5\x54\x58\x02\xe2\x10\x85\xd8\x87\x00\xdd\x12\xb9\x41\x96\x61\x68\x3a\x9f\xb5\xde\xee\x75\x06\xec\xda\xe8\x9d\xa6\x93\xae\x45\x08\xcb\x4a\x77\xaa\xa7\x74\x9d\x3b\xb7\x64\x2c\x04\x5c\x33\xcd\xa2\x78\x19\x12\xbf\x2b\x80\x4e\xf3\xa1\x88\x64\xdd\xd8\x83\x88\xd6\x44\x78\x13\x23\x89\x23\xa2\xed\x1b\xf0\xd4\x94\x25\xd6\x2f\xb7\xee\x75\x0c\x1f\x77\x04\xee\x12\xb1\x72\xca\x5b\x08\x37\x99\x6d\x2c\x38\xfd\x08\x7e\xac\xc0\xb5\x3b\x55\x68\x5a\x29\x39\x0b\xf5\x59\x6e\x80\x96\x77\x28\x62\x81\x39\x0e\x31\x78\xab\xf5\x60\x3a\x9f\x89\x03\xf4\x66\x43\x04\xd2\xaf\x12\x81\x70\x10\x98\x38\x85\xdc\x00\xca\xbc\x70\x74\xf1\x6c\x7a\x8c\x56\x8c\x23\x1c\xcb\x0d\xe3\xe4\x93\xa6\xf8\x00\x69\xcf\x76\xce\x02\x94\xa2\x8d\x14\xde\xef\x1f\x6f\xa4\x8c\xc4\xcf\x93\x49\xc0\x7c\x71\x80\x6f\xc5\x01\xde\xe2\x4f\x8c\x1e\xf8\x6c\xab\xdc\xc4\x49\x88\x25\x08\x39\x89\x05\xf0\x75\x4c\x02\x98\x44\x2c\xf0\x20\x01\xe2\x29\x7c\x0e\x94\x60\xba\xb9\x39\x5f\x88\xe2\xcc\x59\x1a\x8a\xcc\xab\xd1\x51\x95\x8b\xbb\xf7\xbc\x25\x75\x99\x03\xdf\x12\xa1\x56\x1f\xf1\x4c\x39\x07\x98\x57\xce\x41\x3b\xa8\x4f\x94\x41\x43\x4b\x0b\x4e\x73\x44\x71\xca\x62\xa0\x98\x8c\x52\x7a\x34\x53\x3f\x58\xad\x38\x7d\xb9\x40\x76\x3f\x8d\x16\xa5\xd8\x82\xfd\xda\xb3\x9b\xfb\x8e\x7b\x97\xfd\x10\xab\x78\xba\x65\x64\xae\x46\x47\x0e\xdc\xeb\x85\x51\x3c\x43\xdb\x6f\xab\x91\x59\x8d\x45\x01\xea\x10\x3b\x8f\xd2\x89\xb1\x9e\x1b\x3e\x07\x45\x23\xa1\x9a\x77\xd6\xde\x59\x01\xce\xa6\x67\xc8\x62\x81\x12\xe2\xde\x3f\x9e\x10\xbc\xb5\x90\x12\x40\x93\x47\x9a\x91\x9e\x5a\xf3\x3c\x1b\xdf\xd6\x4e\x43\x37\xb1\x76\xc4\x2f\x27\xc7\x0e\x28\x5d\x8d\x8e\x5c\x74\xed\x94\xee\x1e\x67\xbc\x39\x08\x5f\x68\x82\xe2\x30\x44\x24\x00\x2a\x89\xbc\xf3\x96\x58\xd9\x43\xfd\x1f\x02\xc2\x72\x54\x1b\x48\x1b\x16\x35\xd2\x56\xe6\x31\x43\x0f\x25\xe8\x35\x5b\xf2\xd9\xf4\x2c\x31\x71\xbf\x09\xe0\xcf\xb5\x89\x33\xf6\xf6\xbf\x93\x33\xf8\xff\xb6\xa8\x11\x10\x3d\x2c\xfa\x90\x34\xb6\x33\xdb\x7d\x68\xba\x1a\x1d\xd5\xf0\xaf\x5e\xb1\x6e\x22\xff\x02\x04\x8b\xb9\x0f\xc7\xe9\x31\x8b\x3b\x79\xa5\xec\x9c\x35\x6e\x8f\xf5\xa1\xbc\xcd\xf2\x4a\x73\x21\xee\x10\x05\x45\x81\xe2\x9e\x64\x88\xc7\x66\x42\xa9\x9d\x5f\x76\xc6\x93\x4e\x33\xf3\x04\x45\x21\xa6\xd0\x6d\x57\x7b\xaf\x83\x67\x89\x66\x92\xc7\xe0\x64\xaa\x9a\xef\xaf\x67\x27\xc7\xfb\x70\xd0\x6c\x8d\x33\x1a\x14\x3c\x14\x71\x76\x43\x02\xe5\x0b\x0a\x74\x0b\x61\xa8\xfe\x9d\x5d\x2c\xa6\xe9\xba\x33\xd5\x1a\x84\x8e\xcf\x67\x28\x0a\xe3\x35\xa1\x9d\x18\x37\xd4\x98\x3d\xdd\xf6\x92\x91\x6b\x6f\xbc\x76\xfb\x24\x25\x78\x1d\x3c\x17\x97\x58\x1b\x96\xdd\x96\x53\x6b\xc0\xbd\x87\x32\x41\x4a\x58\x58\x4a\x4e\x96\xb1\x34\x67\xc5\x38\x59\xa6\x3a\x6e\x36\x76\x41\xab\xd9\x5d\x94\xfc\x84\x36\x49\x96\x94\x32\x89\x8b\x19\xba\xcd\xbc\xd8\xf3\x88\xab\x94\x84\x8b\x90\x3b\x69\x14\x35\x24\xaf\x3d\xa4\xf3\x95\x39\xf2\x90\xce\x57\xe5\x4f\x88\x97\x10\x7e\xdb\x4a\xdd\x37\xe3\x50\x7d\x27\x22\xec\xf7\xfa\x38\x1a\xd4\xed\x9c\x5e\x9c\x27\xc2\x71\x7a\x67\x4a\x48\x42\x30\x9f\x28\xcf\x5d\xc7\xc1\x74\x92\xf9\x1e\xd3\x68\x98\x11\x9d\xac\x51\x1b\xc3\xf3\xdd\x32\x69\x3c\xdd\x8b\xc0\x27\x2b\xe2\x9b\x90\x82\x4e\xac\x27\x54\x48\xc0\x41\x82\xb4\x3e\xce\x4e\xe3\x44\xde\x1a\x28\x70\xed\xa0\xa6\x5f\x74\x3b\xbb\x1b\x62\x40\xf7\x56\xa5\x7b\x20\xbe\xb2\x04\x35\x45\xe6\x25\x5e\x7f\xd5\xe9\x59\xd4\xaa\x77\x0b\xa4\x10\x4a\xdd\xa9\xbd\x54\xb4\x13\xb0\x16\x86\x42\x39\x7c\x2f\x29\xbb\xa5\x73\x6b\xfc\xda\x49\xe5\x5d\xe5\xb3\x9e\x2e\x61\x39\x79\x38\x33\x40\x55\x83\x3b\x76\x3b\x17\x4d\x2b\x57\x23\xa5\x75\x4e\xc0\x0e\x93\xd6\x78\xa4\x90\x4e\xf4\xb2\x3a\x0e\xe9\x10\x52\xbd\x5c\x95\x44\x8f\x92\xe3\x1f\x7d\x34\xb7\x4f\x3a\x73\x77\xf8\xad\x9c\xc6\x45\x79\xd6\xd7\xba\x8e\xbc\x63\x14\xa4\x93\xc6\x25\xc0\x07\x14\x88\x51\x83\xbc\x2b\x51\x37\x2d\x5b\xd6\x5d\xed\x84\xe7\x62\xb8\x4e\x50\x68\x57\xeb\x92\x57\x58\x58\x77\xcb\xda\xfb\x36\xdc\xfa\x62\x3c\x80\x2f\x89\xe4\x6a\x89\x4e\x75\x94\xac\x29\xe3\x26\x36\xf3\xc1\x04\x67\x3a\x26\xe5\x36\xc3\x34\x19\xa9\x06\x70\x9a\x82\x7a\x0f\x4e\x5a\x13\xd5\x56\x3d\xca\xdb\xc0\x36\xc4\x95\x3e\x75\xbb\x2c\x46\x31\xfa\xe3\xa7\x43\x07\xef\x16\xc8\x00\x42\x1b\x26\xa4\x4e\x6e\x56\xfb\x90\x3e\x48\xb7\x81\xf7\xed\xbb\x03\xfa\xd8\x48\x6d\xc7\xf0\xda\x52\x63\x22\x08\x8e\x70\x62\x27\xee\xf4\x86\xdb\x42\x51\xdb\x95\x0f\x35\x51\x6d\xd2\xcc\x6f\x30\x27\x98\xca\x2c\xf3\xfe\xf0\xe0\xf0\xef\x49\xfe\xfc\xe1\xc1\xe1\x0f\xb9\xbf\x7f\xcc\xfd\xfd\x8f\xdc\xdf\x3f\x5d\x8d\x3e\xa0\xc7\x16\xe9\x27\xdd\xe6\xb4\x0b\x8b\x7c\x6e\xb9\x42\xa7\x21\xf5\x5c\x61\xd8\xfc\xf3\x8f\xcd\x3f\xff\xa3\xf9\xe7\x9f\x0a\x3f\xd7\x12\x99\x13\x98\xfa\xa8\x4d\x52\xa5\x22\xac\x5c\x5b\xa2\xa8\x71\x3c\xfb\xd1\xf1\xec\x1f\x8e\x67\x3f\xd5\xe4\x66\xee\xe5\xfd\x59\x9b\xe3\x50\xbd\xf2\x74\xae\xf1\x05\x07\x59\xd4\xd3\xfa\x21\xb3\xa1\x09\x73\x29\x52\xdd\x8f\xf8\x5b\x01\x73\x2d\xe7\xe7\xd3\x37\x6d\x7c\xa5\x35\x96\x70\x8b\xf7\xd9\x68\xd7\xcc\xcd\x17\x64\xbd\x09\xef\xa6\x26\x09\x27\x04\x35\xed\x12\xa7\x0f\x04\xc2\x68\xa3\x7f\x47\x38\x79\x01\x9d\x4f\xdf\x20\x8b\x8d\x9e\xac\x0b\x42\xd7\x8e\xef\x84\x7e\x9c\x7f\x3b\xd3\x74\xfd\xdd\x09\x11\xc9\x80\x81\xf9\x53\xa8\xb7\x87\x9d\xea\x25\xea\x8a\x33\xaf\x03\x9d\x79\x98\x86\xe0\x06\x50\xcd\xa4\xe7\x41\x59\x1e\x14\x61\x35\x70\x23\x67\x13\x0c\x16\x6d\xac\x42\x89\x07\xe5\x49\xee\x00\x84\x50\x22\x9d\x21\x66\x7f\xa2\xba\x83\x4c\x5a\xc5\x54\xbf\x98\xdb\xb6\x4b\x47\x72\x9f\xb8\x26\x60\xfb\xfd\x0a\xe6\xed\x4b\x6b\x73\x86\xcb\x57\xb0\x56\xc4\xc7\x12\xa6\x26\xfb\x43\xde\x9d\x38\xd2\x92\x7b\x95\x0e\x2a\xbb\x03\x54\x9e\x52\x9f\x05\xa6\x7a\x71\xb4\xc4\x02\x7e\xfc\xfb\x5e\xe5\x06\xc6\x81\x38\x36\x1e\x45\xbb\x50\xc1\xe9\xcb\xc5\xf1\x9b\x57\xc9\x27\x6e\xa8\x36\xdb\xa9\xd7\xb1\xb7\xc4\xfe\x75\x8b\xd0\x5a\x4f\x1d\x4d\x51\x6b\x23\xb7\x71\x51\x25\x9c\x58\xd6\x32\x73\xb0\xfd\x28\xe2\x80\x03\x8f\x51\x65\xb4\x06\x38\x32\x6a\x01\xce\x39\x7b\x74\x47\x8e\x2e\x29\x87\xed\xd4\xa9\xdc\xe3\xc5\xa9\x14\x26\x0d\x70\x5f\x80\x9d\x14\x25\x21\xa2\x8a\xc5\x60\x82\x15\x59\xc2\x35\x0d\x90\x81\x6e\xfb\xa4\x88\x8e\x11\x86\x06\x40\x2e\x61\xbe\x9d\x1f\xb7\xb2\x83\xb1\x64\xd3\x30\x64\x6a\x66\xcc\xe6\x37\x3f\xee\x73\x3c\x3e\x2d\xc0\x7a\xfb\x23\xe2\xf0\x47\x0c\x42\x9a\xf0\xd4\xfc\xe6\x47\x74\x3c\x3b\xb9\x40\xcb\x90\xf9\xd7\x26\x18\x3f\xf9\xe1\x47\xa4\x24\x44\x3e\xa6\xd1\x51\x85\x77\xa7\xf0\xea\x50\x83\xba\xed\xfd\x17\x6f\xd9\xe2\xd7\x27\x00\x37\x8c\x5e\x49\x1b\x6e\x3c\x96\x00\xb0\x15\x44\xba\xb8\x20\xab\x04\x98\xcf\xd2\x3c\xbc\x9b\xc8\xf7\xa8\x49\x3f\xd7\x35\xca\x69\xd1\x87\x79\xdd\x93\xcc\x93\x1b\xf0\xb2\x5c\x75\x0f\x47\xc4\x33\xa9\xb0\x5e\x5a\x32\x30\x40\xe5\xd1\x30\x88\x24\xd5\x46\x15\x82\xeb\xb3\x70\xe0\xa3\xe4\x58\xe9\xce\x7e\x79\x7b\xfb\xe8\x45\xff\x63\x58\x9d\x07\x95\xda\x2c\x33\x05\x92\x83\x30\x85\xd6\x18\xc1\xc1\xfa\x00\x61\xf3\x8b\x7a\x3b\x31\x2f\xd6\xa6\x20\x05\x80\xde\x21\x1c\x78\x1b\x56\x35\x59\x6d\xc4\x79\x5f\x38\x38\xa5\xd5\xa1\xd3\x51\x21\x9c\xd7\xb2\x14\x33\xb7\xc1\x6b\x58\xbd\x4c\x12\x7b\x17\x9d\x19\xfe\x00\xde\x14\x04\x65\x36\xcf\x1c\x8d\x87\x21\xbb\xcd\x29\xbe\x5d\x3f\xae\x7f\x12\x6a\x0e\x20\x87\xc7\xb4\x5b\xbc\x7b\x0d\xe4\xf6\x0b\xc1\x8f\x95\x63\x66\x2a\xea\xfa\xef\x8e\x95\x2a\xf9\x6c\xbb\x8d\xa9\x72\xf8\x08\xa3\x68\x09\xf2\x16\x80\x16\x53\xc8\xf4\x4a\xaa\x8b\x11\x3b\xab\x75\x37\xe8\x6e\x62\x37\x98\x9b\x0a\x9b\xc5\x80\x64\x47\x1c\x3c\xad\xb7\x10\x20\x33\x82\x29\x0c\x5b\x3c\xef\x4c\x63\x03\x28\x37\x41\x15\xef\x11\xed\x9c\x4f\x0b\x97\x59\x29\xe1\x72\x0d\x77\x26\x12\x3a\xfd\x1d\x19\xde\xd3\x1b\xa0\x04\xa8\x0f\x36\x41\x55\x87\x93\x6d\xcd\xe2\xfb\xc7\x93\xa4\x7a\x71\xc2\x21\x56\xdb\x77\x8f\xe0\xad\x87\x69\xe0\xdd\x44\xfe\xe4\x49\x3e\x65\xee\x52\xff\x8e\xe0\x23\x31\x71\xe9\xb7\xf3\x63\x51\xbb\x02\xc6\x02\xbc\xe4\x4d\x05\xca\xd3\x5d\xf1\x3c\x3f\x16\x92\x6d\xbd\xc2\xe1\x5a\xc7\x18\xe7\x4e\x0a\x73\x8b\x62\x23\x71\x57\xa3\xa3\x3c\x2f\x4c\x39\x6e\x46\xee\xce\xb5\xb5\x03\x89\x57\xa3\x23\x07\xf3\xd4\x88\xbd\xfb\x7a\x14\x9b\xca\x69\xcf\xab\xd6\x38\x38\xf4\xce\xbd\x74\xb7\x98\x71\xe3\x06\x6f\xb8\xb4\x56\x34\xf9\x69\x8d\xab\xc1\x80\x1b\x8a\x75\xc8\x96\x38\x4c\x5a\x33\x2a\x2b\x83\xc3\x10\xf9\x1b\x12\x06\x3d\x77\x16\x6d\x20\x16\xb6\x18\xc5\xf8\x40\x6e\x97\xe1\x5a\xce\x92\x8f\x4a\x1d\x14\x06\xee\xf0\x37\xcc\xc1\x5c\x52\xd9\x11\x19\x24\xbb\x4d\xe3\x3a\x18\x6e\x87\x61\xd0\x7a\xae\xd9\xf4\x4c\x27\xf0\xfc\x55\xa0\xe9\xc5\xb9\x5a\x78\x75\xa3\x4e\x93\x51\xad\xab\x9d\x18\x95\x2c\x41\xad\x1b\x59\x5d\x61\xd7\x2c\xed\x21\xf8\x92\xf1\x21\x9b\x70\x2c\x2c\xcc\x21\xbc\x26\xb3\xd0\x69\xf9\xf1\x38\x34\xf9\x84\x06\x67\xa4\xac\x63\xc8\xb0\x3e\xa9\x4b\x3a\x19\xed\xc1\xce\xfd\x46\xaa\x8b\xa7\x39\x72\xb3\x3a\xa8\xcf\x9b\x0d\x20\x3f\xe6\x1c\xa8\x2c\x25\x32\xec\x35\x21\x3a\x80\xed\xe2\x51\x7c\x61\x57\x3a\xc1\x55\x6c\x58\x1c\x06\x89\xf2\x07\x0c\xd9\x95\x13\xe9\xba\x5e\x9d\xbc\x9b\x74\xcd\xd5\xe2\x84\x20\x15\xa8\xee\xbf\x4b\x19\x85\x24\x71\x3f\x18\x6b\x13\x9b\xec\x73\x92\x30\x44\x72\xce\x74\x4b\xc2\x10\x2d\x4d\xbd\x62\x37\x96\x7f\x23\x28\x3b\xc5\xf9\x4d\x9d\xe9\xff\x96\x3b\x7b\xcf\xb2\x14\xec\xf9\x7b\x27\x96\x77\x80\x54\x77\x6e\xdf\xc9\x4d\x2a\x1f\xc0\xba\x56\x12\xa7\xe5\x6d\xf6\x99\xca\x47\xb4\xa2\x90\xac\xb9\x9f\xe3\x62\x6c\x9e\xb0\x9a\x26\x95\xbb\x28\x50\x92\xfd\x90\x5a\xba\xd4\xfc\xb9\x8d\x6b\x3b\xc3\xda\x73\x90\x06\x4f\x25\x5d\x66\x5a\x79\x2c\x26\x11\xb2\xb5\xdb\xf2\xf5\xf3\xd2\x0b\x3c\xcc\x55\x39\x6b\xcc\x50\xaa\x3d\xb9\x75\xbf\xb4\x5a\x75\x33\x50\x03\x8c\xd0\x32\x4d\xab\x4d\x4e\x7c\x4b\x5e\xa4\xe0\xd0\x8a\xb3\xad\xed\xb9\x32\x20\x27\x5a\xc3\xdf\xc3\x64\xd4\x65\xe8\x0e\x3a\xc1\xf7\xf0\x9d\xda\x4e\xef\xbe\x4e\x53\x32\xb9\x9f\x93\x56\xa5\x50\x4b\xc6\xa4\x90\x1c\x47\xd5\xfd\x0a\xaa\x77\x50\x93\x97\x9b\xf4\xea\x72\x46\x85\xc4\x61\x68\x1a\xfb\xfc\x57\x4c\xfc\x6b\x21\x31\x97\x89\x33\x94\x06\x20\xd6\x44\xb2\x48\x4c\x1e\x91\xf4\x7d\x0f\x7b\x7f\xa4\xef\x7b\xf6\x7d\x8f\x50\xef\x8e\xc5\x3c\xe9\x96\xd7\x2d\xe6\x5e\x89\x09\xf4\x1c\xf5\x6a\x74\xb4\x83\xae\xfa\x48\xbb\x92\x00\x2e\x5a\xd8\x06\x1e\xbf\x4e\xde\x6e\x64\xf2\xa9\x69\xc6\x7a\x01\x11\x6b\x62\xe8\x2a\x8c\x3f\x0e\xcf\x30\x05\xf5\x6a\x74\x94\xc3\xa1\x9e\x78\x0e\x11\x6b\x47\xb8\x82\xf3\xef\x4c\x74\x27\x93\xc5\x8b\xc4\x66\x3a\x32\x6e\x98\xa3\x83\xd8\x32\xdb\xd0\x4e\x87\x40\xf2\x11\x2f\xc4\xf4\x2b\x85\x9e\xad\xba\x38\x57\x29\xfc\x73\x22\x5f\x47\x6a\x27\x9c\x1d\xb1\xeb\x40\x4a\x48\xe8\xb5\xfa\x9d\x98\xca\x3e\xf5\x1e\x52\xa4\x09\x22\x19\xbf\x3b\x40\x97\xcf\x35\x23\x91\xae\x25\x7f\xff\xd8\xf2\x35\x37\xdf\x72\x0d\x30\x76\x09\xe9\x8b\x22\x9e\xd3\x88\x2a\xce\x57\xa3\xa3\x3c\x5d\x99\x1e\x24\x46\xb8\x54\x8e\x99\xb3\xc7\x75\xae\x4f\xcf\x0b\x5c\xf4\xf1\x51\x9a\x16\xfe\x7f\x16\xaf\xcf\x27\xff\x77\x7a\xf6\x2a\xad\xb7\x14\x63\x24\x62\x7f\x83\xb0\x40\x3a\x68\xe8\x68\xd1\xcb\x78\xa1\xd2\xb0\x73\x61\xc6\xfd\x21\xd0\x70\xbd\x4a\x5d\x9b\xcc\x16\x2b\x9f\xad\x5b\x98\xcd\x6f\xfe\x7e\x3c\x3b\xb9\xd8\xc3\x83\xd2\x67\x43\x1c\xd3\x75\xea\xd7\x00\x07\xf4\x21\x29\x36\x99\x7f\xd0\x49\x7e\x08\x0b\x41\xd6\x14\x82\x4e\x16\xc9\x0d\xdb\xe4\xe3\xa5\x03\xd8\x2c\xbc\xd2\x30\x3d\x2d\x52\x99\x2f\x83\x18\x9b\xac\xef\xbd\x9d\x7b\x59\x38\x3e\x99\xb6\xdd\xd3\x56\x1b\x60\x15\x94\xe4\x15\x8e\xa9\xbf\x79\x03\xdb\x28\x2c\xe6\xf2\xd4\xec\x6f\x88\x23\xe3\xa9\x4e\x8b\x76\x9e\xc7\x36\x29\x8e\x41\x0c\x49\x8b\x19\x9a\x9d\x74\xd2\x0d\xc7\xe7\xce\xa5\x77\xff\x1c\xf9\xf2\x48\x16\x22\x3a\x31\x33\x53\x24\xdd\xa3\xec\x4c\x45\x61\xcd\xfb\x6f\x5e\x9f\xbc\x4e\xfa\x19\xa3\xbf\xd8\xaf\xc7\xe8\x2f\xaf\x74\xb7\x91\xbd\x88\xbf\x27\x94\x7a\x4e\xa2\xe2\x19\xcf\x4d\x5d\xff\xf1\xd6\xb7\x05\x55\x7a\xf2\x0e\x7c\xac\x80\xb7\x64\xef\xfa\xdf\x3b\x74\x69\x4e\xd0\xd0\xf4\x6c\x96\xbb\x0e\xc1\x9c\xaa\xe1\x2d\xc9\x9a\x5d\x8d\xd1\x07\x1c\x4b\xe6\x09\xb1\xfd\x60\xff\xfe\x30\x56\x0b\xc0\x07\x21\xb1\x24\xfe\x87\x1e\xd5\xc0\x77\x8e\x16\xdb\xd5\xa1\xaf\x46\x47\x39\x24\xd5\x8a\x9d\x64\x37\x27\x08\x95\x4a\x20\xd4\xe3\xf4\x11\xe3\xf6\xa9\x41\xd3\x3e\xaf\x69\x55\xb0\x25\xbf\xe2\x2d\x09\xef\x21\xff\xdd\x74\x3d\x79\x45\x68\xfc\xf1\xfb\x42\xcd\x89\x4e\x52\xff\x6d\x19\x53\x19\x7f\xff\xf4\x69\x5a\xbf\x62\x9e\x1c\xfe\x94\x3d\x79\xc6\xa4\x0c\x81\x33\xff\x1a\xd2\x3b\x25\xde\x11\x1a\xb0\x5b\xb1\xd0\x29\x45\xdf\x3f\x3d\xfc\xcf\x63\xc6\x75\xf7\x10\xdd\xd4\xbf\xf6\xad\x5f\xe3\x30\x6c\x7e\xeb\xf0\x3f\x9f\xb6\x82\xf5\xf4\xef\xe5\xb7\x86\x4d\xac\xcf\xb3\xad\xa6\x9e\xa5\x98\xea\x9e\x71\xb2\xa1\x3a\x26\x63\x6e\xc3\x4b\x79\x7e\x37\xbc\xd6\x2c\x82\x2e\x1f\x16\xa4\xd2\xf6\xc3\x8a\xa0\xda\x8f\x58\x92\x5d\xe9\x06\x8c\xba\xb8\x56\x5e\x22\x6d\xca\x02\x6a\xdf\x47\x28\xa7\xf6\xee\x5f\x94\x84\xca\xbf\xe4\xc5\x52\xfe\xad\x59\x16\x3b\xdf\x2e\x08\xa0\xf1\xed\x0a\xd7\x77\xc0\x2e\xb1\xba\xc5\x45\x0e\x62\xbd\x88\x45\x04\x34\x98\x73\xe6\x83\x10\xf7\x7c\x95\x43\xe3\x52\x01\x80\x2e\x39\x84\x70\x83\xa9\xd4\x67\x08\xe6\xee\x9c\xa6\x7e\x64\xd3\x77\x0b\xdd\xce\xe1\xd7\xa4\x28\xc9\xd1\x9d\xec\x56\x78\x69\x0a\xb8\x17\x47\x01\x96\x60\x5a\xce\xe8\xee\x64\x8f\xfc\x15\xcd\x7e\x17\x85\x17\x3c\xce\xf4\xc6\xde\x3c\xf3\x84\xe1\x54\x94\x70\x6a\x9f\xd4\xce\x6f\x96\xa8\xab\xd1\x51\x45\x06\xf5\xa1\x9b\x2f\x7b\x11\x48\xa3\x1f\x4a\xb6\x44\x9a\xfe\xf0\x26\x36\x9a\xf4\x01\x99\xfe\x9e\x39\x1c\x6a\xc5\x16\x3e\x0e\x75\xaa\xcf\x27\x46\xc1\xc3\xb7\x98\x83\x67\x16\x78\xf3\x43\x37\xa9\x9a\x61\x2b\xee\x45\x9b\x81\x6c\xc7\xf8\x0a\xb6\xf5\xdc\x0e\x40\x28\x6f\xee\x18\x47\xd8\x27\xb2\xd6\x7b\x50\x08\xaf\xeb\xca\x8a\x6d\x39\xd6\xec\xec\x64\x71\x73\xb8\x4f\xaa\xbb\xf5\x2d\x45\x96\x6d\x6e\xdd\xea\xb4\xf2\x3c\x29\xff\xb7\xa7\x1a\x7a\xc8\xef\x91\x64\xd7\x40\xbb\x9d\x2f\x0e\x39\x54\xb6\xc4\x64\xae\x74\x0d\x8f\xe6\x2c\x50\x80\xf6\x61\x92\x4d\x0b\xd5\xed\xcb\xce\x4e\x16\x19\x01\x7a\xc7\x4e\x6d\x41\x78\x7e\x9b\x1a\xb1\xa0\x1b\x73\x86\x18\xa2\x0d\x53\x60\x29\x5e\x47\x92\x6c\xc9\xa7\x6a\x0d\x55\x9f\x0e\x82\x97\xa7\xcf\x16\x7a\x53\xbe\xb5\xed\x83\x77\x5a\xfa\xd3\xe3\xef\xab\x96\x10\x96\xc2\x63\x09\x5e\x3d\x7a\x68\x26\xe8\xb4\x36\xcd\x2d\xb1\xb8\x1a\x1d\x95\x09\xac\x9f\xd8\xad\x6f\xb3\x49\x77\x79\xb5\xf7\xd9\xe8\x70\x34\xf5\xdb\xf4\x6d\x6a\xfc\x7e\xae\xcb\x43\xf6\x81\xf0\xc6\xbc\xbb\xd7\xf7\x5f\x6f\x3d\xb1\x16\x59\x57\xc0\x26\xad\xd7\x12\xcc\x90\xd4\xa8\x75\x51\xb3\x16\xe0\x9c\xcc\xf8\xfa\xa7\xe3\x3b\x4f\x9a\xc3\xba\x18\x1a\xaa\xd7\xe3\x52\xdc\xad\xa5\x20\x68\x96\x6a\x5b\x8e\xd9\x58\xc3\x9f\xe4\xe4\xa4\x57\xb1\xf4\x15\x52\x9f\xa1\x9c\xdc\xd9\xe2\x8f\x73\x16\x88\x39\x70\x35\x77\x7b\x2d\xd9\x5b\xfc\x71\x41\x3e\xf5\xfc\x96\xd0\xde\xdf\xf6\x6d\xc7\xc7\x6e\x80\x73\x12\xc0\xb3\xe4\x70\xea\x98\x6d\xb7\xb8\xdb\x35\x5b\x25\xc9\xbc\xb6\x20\xd3\xb6\x38\x7f\x15\x28\x3d\xfb\x8a\x94\x94\xcc\xeb\x9d\xc4\x9d\x02\x75\xf4\xc5\xa9\x83\xef\x24\x38\xcd\x25\x6b\x79\x44\x9e\xbe\xde\x4e\xef\x75\x6b\xbf\x34\x5d\x4d\xeb\x5a\xfe\xde\x1b\xe5\x42\xda\x34\xb7\x25\x20\x11\xe1\xdb\xae\x27\x09\x7b\x0e\xe5\xe6\x09\xaf\xc8\xff\xeb\x19\x73\xd3\xeb\x1e\x14\xd6\x2b\xc6\xa1\x24\xda\xc4\x0e\xa7\x6e\x65\x9f\x3e\x3f\x3d\x87\xa8\xe1\x9d\x2e\x02\x3b\x4f\x5d\xb6\x7d\xfc\x2d\x7b\x1a\x7d\x99\x54\x96\x65\x8e\x60\x63\x9d\x87\x7d\xdd\xb3\x79\x72\xde\x8a\x71\x4f\x6b\x30\x0e\xb3\x5b\xaf\x9e\x68\x2b\xd8\xcf\xd8\x5a\xbc\x5a\x55\x64\xb4\x42\xe6\x6a\x74\x54\xa5\x51\x17\x80\x34\x20\x99\x5b\xdf\xb4\xeb\xdb\xa2\x2c\xab\x65\x7d\x4f\xea\xaa\x2d\x9e\xd7\xd5\x3f\x45\xac\xb6\x79\x40\x1b\xc9\x9a\x16\x49\xba\x45\x47\xc4\x64\x4f\x31\xb4\x03\xd2\x92\x4d\xa2\xe5\x65\x9c\x19\x6f\x16\x2f\x9a\x49\xcc\x1a\x91\x08\xb1\x49\xaa\xea\xcc\xd2\x4b\x44\x5f\x92\xdb\x02\x75\x13\xf9\x95\x53\xb2\x4d\xc4\xa1\x1a\x39\xe8\x53\x9f\xba\x0b\x96\x93\x01\x5f\x3b\x89\x79\x77\xe3\x2f\x16\xc6\x5b\xb0\xd7\x69\xed\xde\xac\x36\xc0\x98\xbd\x9e\xd7\x6e\xff\x1b\x5d\x27\xf3\xf9\xcb\xad\x78\x09\x77\xb3\x93\x3e\x4e\x94\x81\xd0\x77\x17\x67\xbe\x6e\xe3\xf9\x35\xa9\xda\x9a\xac\xf1\xf2\x4e\x76\xdc\xea\xd4\x7c\x95\x09\xee\xa7\xa7\x0d\x38\xb7\xd8\x35\xf6\x38\x16\x5b\x47\xfa\x34\x8c\x08\xf4\xdc\x36\xb4\x9a\xc7\x3c\x62\x02\xd0\x62\x71\x52\x3a\x24\x23\xec\xd0\xbe\x3b\xe7\xec\x86\x08\xc2\x28\x04\x48\xa9\x82\x7a\xd9\xde\x9a\x9e\xbc\x72\xcc\xc2\x00\xbd\x38\xb1\x8f\x65\xf2\xf8\xcd\x86\xb3\x78\xbd\x89\x62\x89\xd2\xa0\x89\x7a\x6d\xd8\x53\xab\x75\x54\x3a\xac\xda\x4d\x5f\xfe\x73\xc2\x0e\x2b\x9f\xbb\x49\x2e\x5e\x65\x5e\xfd\x2a\xe3\x42\xe1\x4d\x59\x7d\xb3\x25\x63\x72\xb3\x7c\x1d\xb5\x3a\xff\x29\xbf\xa6\x4c\x32\x3b\x2c\x3f\x12\x7e\xf5\x91\x3c\xbc\x8f\xa6\x70\xd9\x19\x6f\x5d\x68\xa4\x31\x8c\xee\x58\x70\xea\x83\x34\x75\xe1\x9f\x86\xd0\xb1\x63\x8b\xe8\xd8\x71\xba\x2d\x4a\x69\xc5\xaf\x46\x2b\x1a\x5d\xd9\xf2\x4a\x52\x0a\x83\x15\x59\x58\x5b\xfe\x5a\xba\xab\xb1\xb0\xc7\xde\x71\xbe\x55\x17\xd3\x74\x9b\x22\xb7\x49\x6e\x58\x6d\xea\x57\x01\xf7\xf2\xb2\x6b\xcf\xd4\x66\x63\x5d\x1b\xdf\xaf\x0f\x6a\x3b\xb7\xaf\xb5\x51\xb8\xb2\xd7\x5a\x1f\xfe\xb1\x3f\xec\x97\x13\xc6\x21\xe2\x20\x80\x9a\x16\x36\xa7\x2f\x17\x5e\xe5\xa2\x64\x93\x9d\xa3\x2d\xa4\xf2\xf8\x95\xf7\x16\xd3\x2d\x8e\x22\x08\xd0\x8a\x80\x49\x3c\x0c\x90\xdc\x70\x76\xab\xc3\x39\x9c\xb3\xf6\x2d\xa4\xee\x0d\x01\x3d\x7e\x9a\xba\x03\x92\x13\x5f\x1c\xb3\x30\x04\x5f\x16\xf3\xb0\x6a\x72\x77\xd6\x1c\xd3\x38\xc4\x6a\x1e\xb4\x4f\xe1\xc9\x7f\xd4\xc3\x99\xd8\x1a\x34\xef\xd5\xe3\xed\x69\x75\xf3\x94\x39\x30\x1e\x44\x19\x93\x2b\x13\x75\x55\x95\x39\xba\x4b\x2f\x36\xd5\x77\x52\xfb\x85\x0b\x05\x86\x3b\xb5\xce\xc4\xe9\x61\xe1\x59\x9a\xfc\x54\x59\x4a\x87\x1d\xad\x5a\xed\x36\x90\x31\xe8\xd9\x74\x1b\xd4\xaf\x46\x47\x0e\xce\x55\x33\xa5\x1f\x32\xdb\x1e\x32\xdb\x1e\x32\xdb\x1e\x32\xdb\x1e\x32\xdb\x1e\x32\xdb\x3a\x65\xb6\x35\xb9\x57\xa8\xc1\x83\x71\xc7\x2c\xab\xd0\x3a\xbb\x36\x3b\x36\x26\x0f\x89\x77\x0f\x89\x77\x0f\x89\x77\x2d\xa5\xfa\x45\x13\xef\x96\x79\x93\xd9\xed\x84\xa3\x60\x6d\x9d\xc0\xfd\x10\x0b\x41\xfc\x57\x0c\x07\xcf\x70\xa8\xf6\xdc\xfc\x1c\x6f\xbf\xa2\x44\xa7\xe9\x75\x71\xba\xaa\x7c\x69\x91\x12\xa6\x77\xac\xe2\x64\xba\x81\xe8\x7e\xf8\xd2\x19\x78\x0d\xcf\xf4\xf1\xe9\xc9\x79\x6d\x78\xbe\x85\xa3\x79\x79\x6c\x9c\x62\x1c\x04\x1c\x44\x7d\xdb\xbb\xa4\xf9\x9b\x19\xd3\x0b\xa8\xf0\xec\x27\x4f\x4c\x77\x0d\xb5\xf7\x3f\x39\x5f\xa0\x90\xb1\xeb\x62\x68\xaa\x47\x5d\x71\xfb\xd1\xaf\x46\x47\x45\x0a\xf4\x61\xa7\x13\x23\x37\x13\xa3\xf8\x98\x43\x40\xaa\x87\x59\x1d\x98\x98\x3b\x4c\xbb\x7c\xf3\x37\xf4\x1b\x0d\xd5\xc4\x84\xa0\x5f\x36\xdf\x32\xe6\x42\xe2\x65\x08\x5e\x04\x5c\x6f\x0c\xa9\x0f\x5e\x7a\x7a\xee\xc5\x09\x78\x6f\xcb\x02\x30\x3b\xe0\x31\xba\xd1\x3e\xb0\x6e\xf6\xad\x08\x7f\xe3\x29\xfc\xb3\x33\xf7\xbe\x87\x83\xfb\xa5\x04\xf6\x20\xe5\x6a\x74\x94\x67\xa1\xd9\xa8\xed\x22\xce\x29\xda\x87\x4c\xe1\x87\x4c\xe1\x87\x4c\xe1\x87\x4c\xe1\xff\x3f\x32\x85\xc5\x09\x11\xc6\xe5\x76\x6c\xf2\x76\xb1\xc7\x09\xc3\x39\xdc\x75\xbc\x84\x10\xe4\xa9\x6e\xad\x5a\x6e\x26\xd0\x30\x56\x87\x9b\xb7\xad\x4b\x42\x3e\x01\xfa\x60\x87\x4b\x2e\x22\x2a\xc5\x16\xc9\x27\x42\xd7\x69\xdf\xf7\x10\xf2\x6d\x32\xda\x68\x73\x4d\xdc\xb0\x0a\x36\xf5\x32\x14\x52\x26\x18\x62\x7f\x2a\xde\x16\x54\xaf\xb3\xff\x06\x39\xcc\x0f\x59\xba\x0f\x59\xba\x0f\x59\xba\x0f\x59\xba\x0f\x59\xba\x0f\x59\xba\x0f\x49\xad\xe9\xe3\x87\xa4\xd6\x6f\xc6\x43\x91\xd8\x75\x15\xd2\x37\x86\x22\x5f\x83\xd4\x53\x40\x5f\x63\xff\xf5\xe3\x97\x06\x23\xbb\x42\x0e\x1b\xbd\x6c\x05\xda\xc9\xa6\x87\xf4\xe4\x87\xf4\xe4\x87\xf4\xe4\x87\xf4\xe4\x87\xf4\xe4\xef\xf2\xd3\xe4\x21\x3d\xf9\x21\x3d\xb9\x7b\x7a\x72\x31\x6c\xb7\x2b\xff\xc3\x7d\xf8\x55\xf5\xb2\xda\x9c\xce\x36\x38\x3e\x75\x27\xc7\xee\x03\xcc\xe6\x08\xa3\xfd\x71\x88\x6b\x93\x8a\x2d\x71\x73\xd7\xe2\xca\x0d\x96\xba\x41\x68\xea\x2b\xeb\x86\xb7\xd5\x8d\x48\xbb\x86\xaf\xfd\xc7\xd1\xc3\x54\xf2\x3e\x9f\xb9\x4f\xdf\x6b\xf3\x3a\x4d\xa0\x7e\x1a\x6c\x09\xcd\x12\x86\xfa\x78\x59\xc9\x1d\x0a\x83\x87\x79\xd3\x3e\xa5\x98\xde\xa1\xcb\xbc\x8e\xa4\xf7\x36\x64\x67\x1c\xd9\xf5\x99\x93\xfc\x9b\x1e\x13\x85\xff\x4f\x1e\xe5\x06\xf1\xd8\xca\x4b\x20\x75\x8b\x0b\x17\x50\xab\x1e\x75\xec\x8b\xcc\xd5\xe8\xc8\x49\xee\x3e\x8d\xb2\x9d\xf2\x76\x89\x71\xc0\xb9\xa4\xa3\x43\x05\x3d\x57\x5b\xed\xbc\xa6\xa2\x25\x16\x10\xa0\x54\x8b\x45\xfb\x46\xff\x7b\x0c\xe1\x9e\x41\xb3\xe9\x59\x9b\x89\x83\xa5\xc4\xfe\x66\xae\xb3\x95\xee\x7d\x07\xe7\x9c\x71\x99\xe7\xa0\xdb\x99\xef\xbe\x12\xac\x11\x4a\xbb\x5b\xc5\x76\x82\xd8\xf7\x80\x4c\xc1\x98\x03\xdf\x12\xa1\x3c\x57\xf1\x8c\xc5\x34\xc0\xbc\x57\x29\x86\xda\x68\x4e\x83\x80\xd1\x79\xd2\x0a\xbb\xf3\x61\x60\xf1\xf3\x9e\x53\xae\xa2\x29\xcd\x32\x6c\x90\x4d\x13\xcf\x3b\xf0\xb2\x91\x47\x03\xce\x7b\x7d\x78\x3e\x3d\xab\x5c\x2a\x9f\x15\x29\x74\x9b\xe4\xbb\xe1\xd5\xce\xe8\x3a\x3d\xa8\x9f\xde\xe1\x72\x46\xd7\x1c\x44\x6d\xbe\x4f\xe3\x6a\x88\xa3\xe8\x0c\xaa\xc1\xd0\x3e\x27\xfa\xab\x38\x0c\xf3\x97\x50\x5b\xc8\x9d\x22\xf9\xcd\xa0\x9a\x28\x98\x73\xb8\x21\x70\x7b\x7f\x84\xa0\x64\x84\xe1\x08\x4a\x41\xba\x09\x8b\x25\x5b\xf8\x38\xdc\xed\xe7\xb4\x21\x2a\x6d\xb5\x6f\x32\x8e\x92\xcc\xb3\x24\xb5\xb2\xeb\x91\x4b\x6b\xa8\x4e\xd2\x7c\xe0\xd2\xb4\xb8\x1e\x84\x36\xb5\xa8\xda\x9d\xac\x76\x3e\x83\x00\x71\xf0\x19\x0f\x34\xb3\x2f\x58\x2c\x01\xfd\xf0\x37\x44\x28\x62\xca\xea\xe9\x00\x32\x0b\x6f\xcc\x6d\x85\x27\xe7\x8b\xa7\x87\xc8\xdf\xe0\x30\x04\xba\x86\x03\x74\xc6\x38\x20\x42\xb3\x0a\x26\x1f\x53\xb4\x04\xb4\x52\x66\x09\x5d\x6e\x80\x43\xe6\xc7\x29\x4a\x6c\x19\x21\x3f\x20\x4c\x67\x8d\x4c\x0a\x0b\xfc\x04\xfb\x5b\x98\x04\x54\x3c\x3d\x9c\x70\x85\xca\x0f\x7f\x9b\x3c\x12\x20\xbd\x38\xf2\xb0\xbe\xe6\x96\xb3\x10\xfa\x65\xad\x7c\x49\xc2\xab\x6e\xe3\x50\xb4\x5f\x8d\x8e\x14\x53\xeb\x73\x0d\x74\x45\xd9\x3b\x2c\xfd\x9d\x76\xca\xf9\x39\x2c\x77\xda\xc6\xb6\x5a\x46\xe1\x16\x9d\x3e\x5b\xa0\xe3\xc5\x0c\x3d\x3e\x0d\xb1\x90\xc4\x47\xcf\x42\xe6\x5f\xa3\x85\x54\xec\x4b\x7d\x55\xfd\x7f\xbc\x06\x34\xa3\x12\xf8\x0a\xfb\xf0\x04\x05\x9c\xdc\xf4\x9c\x68\x83\x0d\xee\xe6\xd0\xaa\xdf\xea\x01\x1f\x25\x70\x8a\xc3\x86\x94\xdd\x36\x1c\xc6\x81\xf5\x8c\x13\x78\x5e\x40\x05\x8a\x38\xfb\x17\xf8\x32\xbd\x20\x44\x5b\x18\x53\x37\x93\xaa\x76\x27\x5e\xee\x31\x8c\x93\xfa\x95\xa8\x4d\x90\x6a\xe4\x1a\xd9\xe2\x35\x3c\x8b\x49\x18\xec\x67\xfe\xf4\xa5\xf4\x06\x5f\xbd\xbe\x9c\x1e\x5f\x64\x7a\x91\xe9\xc2\x05\xac\x89\x90\xfc\xee\x89\x5d\x80\x0e\xd0\x9b\x0d\x11\x88\xe8\x5b\x04\x57\x71\xa8\x01\x2c\x15\x3a\x84\xae\xc7\xfa\x7f\xf6\xa2\xed\x31\xc2\xe8\x78\xa6\xb3\x2b\x95\xf1\x50\x1b\x7d\x0a\x10\xd8\x1b\xf0\xc5\x06\x69\x4a\xf4\x7f\x4f\x8f\x2f\xba\xc9\xe2\x1b\xc3\xdd\x29\xa8\x8f\x17\xb8\xd6\xa1\xaf\x4a\xb8\x93\xaf\x5d\xd0\x01\xf7\xa2\x5f\x33\xcf\x6a\x96\x51\x87\x4f\x57\xef\x24\x95\x8c\x63\x49\xa7\x4b\x86\x61\xec\x74\x36\xcb\x6c\x72\x9b\xeb\xfb\x70\xd2\x95\x87\xdc\xfb\xda\x22\x37\x90\x1a\x77\x7c\x47\x26\x62\xdd\x75\x32\x85\x26\x0b\x15\x0e\xd4\xde\x2c\xf3\xc5\x3a\xa4\x3a\x75\x7d\x8b\x3f\xce\x39\xa9\xbf\x59\x92\xc6\xdb\x65\xf5\xe8\x2e\x3d\x31\x61\x14\x05\xb0\xc5\x34\x40\x91\x86\xe2\x1c\x83\xd1\x13\xfd\xce\x33\x2c\xa0\x6d\x16\x7b\xcd\x80\xee\xe3\xbc\x64\x80\x39\x70\x1f\xa8\xc4\x6b\x98\x2e\xd9\x0d\xec\x31\x5e\x41\x87\x2e\xf4\xbd\x4c\x97\x4f\xbd\xc3\xa7\x4f\xdf\x77\x32\x77\x0d\x5f\x66\x34\x1d\x3e\x75\x53\x25\x22\x26\xed\xed\xfd\x84\xd1\x85\xe4\x58\xc2\xba\x57\xa4\x41\x41\x4a\xb4\x7a\xce\x58\x35\x7f\xb3\x07\x37\x0e\xbd\xef\xfb\x31\xc3\xf1\x61\xc6\x8b\xef\xfb\xda\xd5\xba\x0e\x27\xa9\x7e\xef\xd2\xc7\x8e\xea\xd4\xc8\xdd\xdd\x42\x1c\xd0\x40\xba\x43\x8b\x97\xba\x03\x60\x7a\xb2\x92\x26\x9e\xa9\xc7\x59\xe1\x4a\x87\xeb\xf8\x9a\x06\xab\x64\x94\x95\x46\xb9\x1a\x1d\x15\xd1\x69\x68\x0c\xb1\x78\xde\x2e\xfe\xa1\x83\x56\xb3\x93\xaf\x97\x99\x62\x30\x00\x81\x32\xd1\xa1\xe4\xdc\x10\xd9\xcb\x0b\x6d\xea\x61\xbf\x2c\xb0\x5e\x03\x38\xe7\xff\x2d\x91\x9b\x57\xcc\xc7\xe1\x5e\x6e\xa7\x46\x07\xe1\x12\x0e\x48\xe9\x76\x68\x10\xc9\xe7\xa6\xa1\x73\x26\x93\x0b\xb7\x6c\x11\x5b\xa5\xed\x4e\xb7\x64\x8f\xfb\x47\x20\xb3\x43\x92\xc7\xee\x7a\x18\xc5\xca\xc5\x06\xf3\xfd\xaa\x61\x2c\x29\xe6\x6e\xef\x02\x31\x42\xc3\x46\x78\xcb\xe8\x5a\xbb\x2d\x19\xae\x6a\x3f\xdf\x37\x57\x76\xf8\x01\xeb\x78\xd5\xc9\x6c\x67\xb3\xd8\xcd\x62\xa7\x0e\x0f\x62\x3b\x7d\x46\x25\x67\xa1\xa8\xcc\xa8\x86\xd4\xcd\x36\xc7\x6d\x6d\x61\xd6\x18\xbf\xc5\x8b\x76\xc1\xdf\x90\xed\x15\xf2\x34\x99\xc0\x62\x72\x62\x0e\xea\x85\x4b\x31\x0a\x66\xfe\x00\xbd\xc5\x61\x0c\x7a\xdb\x7c\x43\x02\xd3\x7d\x68\xc1\x62\xee\xc3\x22\x9f\x2b\x31\x3b\x31\xb7\x53\x92\x35\x65\x4a\xad\xc8\x0a\x09\xd0\x77\xae\x9a\x5c\xdf\x2e\x3a\xfb\xd5\x90\x74\xc7\x3c\x34\x36\x0b\x51\x29\xd9\xea\xc1\xf7\x72\x00\xef\x72\xb1\x78\x61\x2e\xf9\x36\x99\xae\xb1\x20\x74\x8d\x16\x8b\xb3\xf7\x8f\x27\x44\xe9\x54\x10\xeb\x9c\x87\x47\x42\x6c\x3c\xb3\x23\xee\x16\x38\xac\x19\x37\xb7\x6e\xd7\x0c\x73\x35\x3a\xaa\xc3\xad\x3e\x6e\x17\xc5\xcb\x90\xf8\x2f\xa1\x97\xaf\x9a\x7e\xdc\xf7\xa4\x2e\x05\x30\xc7\xb2\x36\x70\xd8\xe8\x2d\x3b\x34\xe6\x9e\x2b\x29\xfa\x9a\x4f\x6d\x07\x6a\x69\x77\x8a\xa4\x96\xd5\xbb\x39\xe0\x9c\x0d\x03\x6f\xf5\xf5\x1c\xcf\x72\xde\x8b\xbe\xa6\xce\x30\xd9\xe7\x74\xae\x0b\xf4\x82\x85\x7e\x5d\xbd\xd3\xbd\xde\x3a\xa7\x0c\xf8\x35\x8c\x3f\x4e\x79\x35\xe7\xe4\xcb\x65\x4f\x67\x9e\xa3\x6f\xf2\xb7\x50\x48\x28\x20\xcc\xd7\xe6\xba\xe6\xf4\xe6\x0b\x85\x2a\x0a\x30\x6c\x19\xed\x96\x44\xdd\x6b\x04\xe7\xbc\xcb\xf8\xf6\x02\xc2\x6d\xc2\xf1\x7f\x13\xfe\x29\x94\x91\xfb\x2e\xff\xc1\x38\x58\x1c\xc3\xc9\x43\x05\x81\xc8\xe4\x9d\x33\x4c\xc9\x0a\x44\x7d\x4f\x88\x36\x6b\xd6\xb1\x06\xa9\xfb\x5f\xea\x00\xaa\x96\xe3\x36\x81\x9c\xec\x40\x9e\x13\xa9\x2f\xc9\x47\x8c\x22\x7b\x8b\x7e\x27\x2e\xf4\x1f\xc5\xc9\x07\x9d\x1d\xba\x47\x6e\xb7\x1a\x48\xc3\x50\x23\x5f\x03\x44\x48\x72\xec\x5f\x23\xb6\xd2\x98\xfd\x55\x20\x71\x47\x7d\xe5\x68\xe8\xb0\xe8\x3f\x8d\x7b\x47\x04\x82\x3f\x62\x72\x83\x43\xa0\xda\x9f\xb0\x59\x94\x6a\xc5\xf4\xbc\x35\x91\x9e\xfa\xca\x93\x78\xad\x09\x35\x8f\x28\x93\x20\x3c\x0e\x2b\xe5\x6e\x2b\xe0\x9d\xf8\xf6\x55\x11\x75\xb2\x9e\xe2\x2d\x88\x08\xd7\x87\x14\xdb\x5c\xb5\x9e\x5c\xf9\x9d\xc0\xb2\x17\xa2\x4b\x96\x88\xdd\x28\x88\x69\xca\x5a\x9a\x19\x08\x0e\xd6\x07\x68\xd5\x95\x93\x43\x8d\xe9\x64\x0a\x07\x1c\xbc\xa6\xf5\xad\x14\xdb\x4c\xc4\x19\x15\x92\xc7\xbe\x34\x68\x48\x86\x14\x50\x4f\x37\x13\xd9\xb2\x00\x34\x62\xe6\x06\x08\x7b\x23\x76\x14\xb2\x3b\x74\x0d\x77\x08\x8b\xec\xdd\x4e\x3c\xb9\x8f\x21\xdb\xd5\xff\xa9\xed\x9e\xe2\xf0\xbe\x0c\x4b\x56\xfd\xfe\xf6\xb9\x1e\x4a\x4f\xaf\xad\xce\x46\x57\xcc\x97\x73\x52\xb9\x78\xe4\x52\x34\xe7\xc2\x9a\x3a\x24\xed\x96\xdd\x41\x7c\x3b\xbb\x07\x56\x2c\x2c\xfa\x5b\xf6\x12\x7f\xc4\x21\xc4\x12\x82\xc4\xc6\xb3\x64\x4a\xe9\xe6\x47\xa9\x55\xcb\xe2\x10\xe9\x0c\x54\xb6\x8f\x43\xc4\x04\x91\x8c\xdf\x29\xab\xa4\xac\x56\xfb\xd4\xcc\x2f\x8f\x59\xc1\xa7\x9c\x3b\x6a\xd8\x1b\xda\x3e\xb3\x38\xea\xb4\x25\xea\xa4\x93\x19\xf8\x41\x64\x9e\x95\xb7\x57\x4b\xdb\xd3\x3c\x93\xd6\x72\x6a\x07\xad\xc8\x5b\x53\x0b\x62\x6d\x7a\x37\xaf\xfd\x94\x06\x11\x23\x54\x2e\x4c\x77\xa1\x9e\xde\xe7\xb8\xf8\xab\xb3\x92\x28\x39\x34\xad\xb2\x24\x43\x2b\xeb\x81\x57\xfd\x31\x64\x6b\x31\x2a\x3c\x7c\x3f\x80\xd3\x9b\xbb\x39\x2f\x73\x4d\xc1\x32\x25\xe9\xb9\x64\x0b\x00\xb6\xb1\x90\x68\x09\xc8\xec\x07\x4d\x94\x35\x29\x09\x4f\x8e\xee\x4d\x69\x19\x50\xc9\x35\x4c\x5b\x26\x57\x24\x3c\x69\xa8\x9b\x23\x37\x79\xa4\x88\xec\xdc\x49\xf7\x0b\xd0\x90\x2f\x3f\x2b\x12\xd3\xd0\x74\x36\x47\x5f\xc3\x5b\x8a\xe4\x52\x03\xda\x86\x98\xd4\x20\x7d\x99\xf4\x2a\xae\x6d\xdf\x0a\x61\x9d\x9b\x71\x97\xf4\x00\xe8\xd7\x9c\xa1\x2f\xdc\x06\xf7\xa0\x93\x45\x4b\x78\xe3\x5c\xe9\x2a\x53\x7c\x10\xab\xa7\xb3\xb4\xa1\xee\x90\x6c\x17\xf5\xbb\x38\xda\x0f\x7a\xc9\x2a\xea\x2c\xee\x36\xe6\x90\xc5\x32\x8a\x65\x8b\x10\x5a\x93\x72\xbd\xd6\x40\x50\x40\x38\xf8\x7a\x21\x4c\x76\xb2\x49\xa3\xd4\x40\xfd\xa5\x50\x4a\x6f\xe4\x14\xe8\xf1\x5a\x97\x95\x4a\x48\x7f\xb3\xdb\xe2\x6e\x21\xcf\x7b\x1d\x3b\xa7\xa4\x07\x93\x5f\xfe\x88\x89\x7f\x2d\x24\xe6\xd2\x53\x8b\xbe\xa7\x9c\xb5\x9a\xd0\x28\x07\x53\xf2\xba\x07\x53\xd9\x4a\x93\xf1\x5f\x6a\x50\xb4\x50\xa3\x26\xc8\x1e\xa0\x63\x93\xb9\x89\xd1\x92\x63\xea\x6f\xc6\x48\xed\xe0\x18\x47\xc6\xe5\x44\x1b\xdc\x31\x31\x7b\xdf\xb1\x9c\x3c\x30\xd1\xc5\x3d\x38\xa0\xfc\x14\x35\xd2\x6f\x17\xaf\x50\x3d\x86\x9d\x08\xed\x03\xd2\x66\x9c\x89\x6a\x81\x30\x8e\x22\x2f\x80\x9b\x21\x6a\x7d\x2d\xb3\x5c\x2a\x34\x76\xce\xd6\xa1\x7d\xf6\x00\x24\x26\xa1\x40\x8c\x22\x8c\x32\x4d\xcf\x26\x0f\xb3\x0b\xa7\x7a\xa3\xec\x0b\xe3\x20\xc8\x87\x6e\x32\x97\xb8\x97\x93\x7e\x5f\xa8\x14\x6c\xe4\x05\x44\xac\x8d\x81\x34\x5a\xbf\x87\x16\xbf\xd9\x00\x5a\x13\x69\xa7\x0f\x8a\x69\x00\xdc\xb6\x7d\x4a\xf0\x2e\x99\x79\xa2\x16\xd4\x5b\x12\x86\x6a\xde\x99\x69\xa6\x76\x27\xff\xa1\x23\x66\x10\x8c\x4d\x10\x62\x8b\x3b\x2f\xd6\xc3\xa1\x82\xb7\xd1\x3f\x9d\xe8\xb8\xfd\x97\x2d\x26\xfb\x46\xe9\x34\x0c\x8b\x6c\x82\x50\xb2\x3f\xb3\xa6\xc8\xdf\x60\xba\xee\xd8\x59\xa2\x23\x68\x27\x79\xab\x30\xfe\xb8\xe7\x0a\xaa\x24\x93\x2d\x61\x79\xc1\xe8\x88\x4c\x93\x54\x6e\xb9\x92\x09\x1d\x67\xa1\xa9\x49\x67\xa5\x18\x70\x68\x27\x87\x22\x2c\x37\x5f\x2f\xba\x7f\xa1\xb6\xf7\xe4\x06\x90\x46\x43\x37\x7e\xb1\x19\x0f\xa5\xfd\xbb\x21\xdb\xfe\xf0\x3a\x12\x59\x24\x40\x53\xbc\x65\x54\xbd\xa7\x0f\x90\x09\x0d\xd0\xcb\x78\x09\x9c\x82\x72\x28\x0a\x11\x6c\x1c\x45\xe1\x9d\x65\xca\xe5\x95\x2e\x10\xf7\xc4\x9d\x90\xb0\xbd\x1a\x8d\xd1\xd5\x68\x89\x05\x5c\x8d\x3a\x26\xd5\x7d\x4d\x1a\xcc\x1e\x25\x47\x87\x79\x30\x46\xe6\x5f\x45\x8f\xf9\xeb\x7d\x63\xd7\xb5\xc5\xe2\x45\xbb\xe3\xda\x26\x61\xaa\xcf\x13\x03\x9f\x38\xc1\x8b\xc5\x0b\x1d\x8c\xb4\xfd\x81\x15\xfa\xb1\xdc\x00\x95\xc4\xaf\xdc\x54\xbf\x83\xcf\x3d\xc0\x3b\x49\x8e\xf9\x3e\x06\xef\x8d\x95\xab\x1a\x59\xb9\x2a\x16\xa1\x8a\x98\xb5\x48\x6d\xf5\x77\x61\x25\x2c\xcc\xda\xce\xe6\xe0\xbe\x86\xae\xf7\xa4\xd6\x44\xfe\xef\xac\x4c\xfd\x67\xc6\xd7\x13\x35\xe2\xee\x2b\x43\x62\x51\x5f\x64\xd1\x72\x65\x51\x20\xee\x67\x61\x69\x0f\xb9\xa7\xd7\xa8\xb4\x6c\x5c\xf1\x55\x2a\x86\xd7\xb5\x56\x95\x79\x58\x59\xae\x1b\xe7\xef\xd0\xde\xe7\xce\xb8\x2c\x2e\xdb\xb9\xb4\x65\xbe\x31\x73\xf7\x13\x0d\xde\x3d\x6a\xc1\xa7\x5c\x80\xcf\x41\x0a\xdb\xb8\xa5\x55\x35\xc1\x35\xdc\x4d\x2f\xce\xdb\x97\x11\xd8\xf7\xef\x25\x38\x5c\x87\xcb\xf0\x31\x92\x97\x67\x0b\x04\x29\x97\x92\x3c\xae\xa1\x62\x24\x75\xd0\x0b\xb2\x7a\x07\x61\xf8\x92\xb2\xdb\x6e\xd5\xd8\x7d\x6b\x76\xdb\x1c\x85\xe1\x5b\x91\xef\x58\x73\x0f\x23\xf4\xaf\xcb\x6d\x03\xbd\x7f\xb5\x60\x1b\xe8\x7b\x54\xd5\x0d\x13\x68\xec\x56\xd2\x55\x16\x66\x0d\x9f\x6a\x84\xd3\x69\x0a\x16\xd4\x3a\x5b\x44\x3f\xdf\x02\xbe\x81\x5b\xc6\xaf\xc5\x67\xd3\x80\xf9\x73\x74\xbd\xfe\x1c\x4b\x12\x8a\xcf\x24\xa2\x20\x0f\x66\xf3\xf3\x62\x77\x9e\x9a\x95\xb3\x92\xd6\x4c\xd1\x6c\x9e\x5c\x60\x82\x08\x45\xc7\xb3\x93\x0b\x44\x99\xec\x76\xde\xb3\x03\xcc\x77\x89\x8c\xfe\xfc\xee\xcf\xef\xfe\x5f\x00\x00\x00\xff\xff\x43\x06\xfc\xd6\x00\x06\x01\x00") func schemaJsonBytes() ([]byte, error) { return bindataRead( @@ -85,7 +85,7 @@ func schemaJson() (*asset, error) { } info := bindataFileInfo{name: "schema.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa6, 0x3, 0x3, 0x22, 0x5b, 0x8f, 0xfa, 0x43, 0xc, 0xa2, 0xd8, 0x27, 0x6e, 0xc3, 0x7e, 0xac, 0x98, 0xe7, 0x9b, 0x56, 0xb3, 0x3e, 0x2d, 0xd, 0x54, 0xd8, 0x41, 0x49, 0x4e, 0xf4, 0x71, 0x7f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x38, 0xe4, 0x6d, 0xa0, 0xe5, 0xe6, 0x2a, 0xca, 0x74, 0xa8, 0x6, 0xb, 0xdb, 0x93, 0xaa, 0xa4, 0x38, 0x51, 0xf1, 0x73, 0x6c, 0x37, 0x52, 0x8c, 0xa3, 0x9f, 0x35, 0x20, 0x6b, 0xe0, 0x31, 0xa6}} return a, nil } diff --git a/pkg/apis/eksctl.io/v1alpha5/validation.go b/pkg/apis/eksctl.io/v1alpha5/validation.go index b08a1a0fe2..f1365d04f5 100644 --- a/pkg/apis/eksctl.io/v1alpha5/validation.go +++ b/pkg/apis/eksctl.io/v1alpha5/validation.go @@ -53,8 +53,8 @@ func ValidateClusterConfig(cfg *ClusterConfig) error { if ok, err := saNames.checkUnique("/ of "+path, sa.NameString()); !ok { return err } - if len(sa.AttachPolicyARNs) == 0 && sa.AttachPolicy == nil { - return fmt.Errorf("%s.attachPolicyARNs or %s.attachPolicy must be set", path, path) + if !sa.WellKnownPolicies.HasPolicy() && len(sa.AttachPolicyARNs) == 0 && sa.AttachPolicy == nil { + return fmt.Errorf("%[1]s.wellKnownPolicies, %[1]s.attachPolicyARNs or %[1]s.attachPolicy must be set", path) } } diff --git a/pkg/apis/eksctl.io/v1alpha5/validation_test.go b/pkg/apis/eksctl.io/v1alpha5/validation_test.go index 1ae5c2312a..05bcf1f6bc 100644 --- a/pkg/apis/eksctl.io/v1alpha5/validation_test.go +++ b/pkg/apis/eksctl.io/v1alpha5/validation_test.go @@ -255,7 +255,11 @@ var _ = Describe("ClusterConfig validation", func() { err = ValidateClusterConfig(cfg) Expect(err).To(HaveOccurred()) - Expect(err.Error()).To(HavePrefix("iam.serviceAccounts[1].attachPolicyARNs or iam.serviceAccounts[1].attachPolicy must be set")) + Expect(err.Error()).To(SatisfyAll( + ContainSubstring("iam.serviceAccounts[1]"), + ContainSubstring("attachPolicy"), + ContainSubstring("must be set"), + )) }) It("should fail when non-uniquely named iam.serviceAccounts are given", func() { diff --git a/pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go b/pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go new file mode 100644 index 0000000000..5d86de4211 --- /dev/null +++ b/pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go @@ -0,0 +1,13 @@ +package v1alpha5 + +type WellKnownPolicies struct { + ImageBuilder bool `json:"imageBuilder,inline"` + AutoScaler bool `json:"autoScaler,inline"` + AWSLoadBalancer bool `json:"awsLoadBalancer,inline"` + ExternalDNS bool `json:"externalDNS,inline"` + CertManager bool `json:"certManager,inline"` +} + +func (p *WellKnownPolicies) HasPolicy() bool { + return p.ImageBuilder || p.AutoScaler || p.AWSLoadBalancer || p.ExternalDNS || p.CertManager +} diff --git a/pkg/apis/eksctl.io/v1alpha5/zz_generated.deepcopy.go b/pkg/apis/eksctl.io/v1alpha5/zz_generated.deepcopy.go index f9bdaeb007..49e2c48d9a 100644 --- a/pkg/apis/eksctl.io/v1alpha5/zz_generated.deepcopy.go +++ b/pkg/apis/eksctl.io/v1alpha5/zz_generated.deepcopy.go @@ -405,6 +405,7 @@ func (in *ClusterIAMServiceAccount) DeepCopyInto(out *ClusterIAMServiceAccount) *out = make([]string, len(*in)) copy(*out, *in) } + out.WellKnownPolicies = in.WellKnownPolicies in.AttachPolicy.DeepCopyInto(&out.AttachPolicy) if in.Status != nil { in, out := &in.Status, &out.Status @@ -1422,3 +1423,19 @@ func (in *SecretsEncryption) DeepCopy() *SecretsEncryption { in.DeepCopyInto(out) return out } + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *WellKnownPolicies) DeepCopyInto(out *WellKnownPolicies) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WellKnownPolicies. +func (in *WellKnownPolicies) DeepCopy() *WellKnownPolicies { + if in == nil { + return nil + } + out := new(WellKnownPolicies) + in.DeepCopyInto(out) + return out +} diff --git a/pkg/cfn/builder/iam.go b/pkg/cfn/builder/iam.go index aebbf46f67..fa57cfd3a0 100644 --- a/pkg/cfn/builder/iam.go +++ b/pkg/cfn/builder/iam.go @@ -224,10 +224,27 @@ func (rs *IAMServiceAccountResourceSet) AddAllResources() error { PermissionsBoundary: rs.spec.PermissionsBoundary, RoleName: rs.spec.RoleName, } - role.ManagedPolicyArns = append(role.ManagedPolicyArns, rs.spec.AttachPolicyARNs...) + for _, arn := range rs.spec.AttachPolicyARNs { + role.ManagedPolicyArns = append(role.ManagedPolicyArns, arn) + } + + wellKnownPolicies := createWellKnownPolicies(rs.spec.WellKnownPolicies) + + for _, p := range wellKnownPolicies { + for _, np := range p.NamedPolicies { + role.ManagedPolicyArns = append(role.ManagedPolicyArns, makePolicyARN(np)) + } + } roleRef := rs.template.NewResource("Role1", role) + for _, p := range wellKnownPolicies { + if p.Name != "" { + doc := cft.MakePolicyDocument(p.Statements...) + rs.template.AttachPolicy(p.Name, roleRef, doc) + } + } + // TODO: declare output collector automatically when all stack builders migrated to our template package rs.template.Outputs["Role1"] = cft.Output{ Value: cft.MakeFnGetAttString("Role1.Arn"), @@ -321,7 +338,9 @@ func (rs *IAMRoleResourceSet) AddAllResources() error { role := &cft.IAMRole{ AssumeRolePolicyDocument: assumeRolePolicyDocument, } - role.ManagedPolicyArns = append(role.ManagedPolicyArns, rs.attachPolicyARNs...) + for _, arn := range rs.attachPolicyARNs { + role.ManagedPolicyArns = append(role.ManagedPolicyArns, arn) + } roleRef := rs.template.NewResource("Role1", role) diff --git a/pkg/cfn/builder/iam_helper.go b/pkg/cfn/builder/iam_helper.go index 552c434aff..aa18d2423f 100644 --- a/pkg/cfn/builder/iam_helper.go +++ b/pkg/cfn/builder/iam_helper.go @@ -18,6 +18,39 @@ type cfnTemplate interface { newResource(name string, resource gfn.Resource) *gfnt.Value } +type customPolicy struct { + Name string + Statements []cft.MapOfInterfaces + NamedPolicies []string +} + +func createWellKnownPolicies(wellKnownPolicies api.WellKnownPolicies) []customPolicy { + var policies []customPolicy + if wellKnownPolicies.ImageBuilder { + policies = append(policies, customPolicy{NamedPolicies: []string{iamPolicyAmazonEC2ContainerRegistryPowerUser}}) + } else if wellKnownPolicies.AutoScaler { + policies = append(policies, customPolicy{Name: "PolicyAutoScaling", Statements: autoScalerStatements()}) + } else if wellKnownPolicies.AWSLoadBalancer { + policies = append(policies, customPolicy{Name: "PolicyAWSLoadBalancerController", Statements: loadBalancerControllerStatements()}) + } else if wellKnownPolicies.ExternalDNS { + policies = append(policies, + customPolicy{Name: "PolicyExternalDNSChangeSet", Statements: changeSetStatements()}, + customPolicy{Name: "PolicyExternalDNSHostedZones", Statements: externalDNSHostedZonesStatements()}, + ) + } else if wellKnownPolicies.CertManager { + policies = append(policies, + customPolicy{Name: "PolicyCertManagerChangeSet", Statements: changeSetStatements()}, + customPolicy{Name: "PolicyCertManagerGetChange", Statements: certManagerGetChangeStatements()}, + ) + if wellKnownPolicies.ExternalDNS { + policies = append(policies, customPolicy{Name: "PolicyCertManagerHostedZones", Statements: certManagerHostedZonesStatements("route53:ListHostedZones", "route53:ListTagsForResource")}) + } else { + policies = append(policies, customPolicy{Name: "PolicyCertManagerHostedZones", Statements: certManagerHostedZonesStatements()}) + } + } + return policies +} + // createRole creates an IAM role with policies required for the worker nodes and addons func createRole(cfnTemplate cfnTemplate, clusterIAMConfig *api.ClusterIAM, iamConfig *api.NodeGroupIAM, managed, enableSSM, forceAddCNIPolicy bool) error { managedPolicyARNs, err := makeManagedPolicies(clusterIAMConfig, iamConfig, managed, enableSSM, forceAddCNIPolicy) diff --git a/pkg/cfn/builder/partition.go b/pkg/cfn/builder/partition.go index 3c203dbea0..826cf78498 100644 --- a/pkg/cfn/builder/partition.go +++ b/pkg/cfn/builder/partition.go @@ -34,10 +34,14 @@ func MakeServiceRef(servicePrincipalName string) *gfnt.Value { ) } +func makePolicyARN(policyName string) *gfnt.Value { + return gfnt.MakeFnSubString(fmt.Sprintf("arn:${%s}:iam::aws:policy/%s", gfnt.Partition, policyName)) +} + func makePolicyARNs(policyNames ...string) []*gfnt.Value { policyARNs := make([]*gfnt.Value, len(policyNames)) for i, policy := range policyNames { - policyARNs[i] = gfnt.MakeFnSubString(fmt.Sprintf("arn:${%s}:iam::aws:policy/%s", gfnt.Partition, policy)) + policyARNs[i] = makePolicyARN(policy) } return policyARNs } diff --git a/pkg/cfn/template/api_test.go b/pkg/cfn/template/api_test.go index 54f93189a7..2a472f049c 100644 --- a/pkg/cfn/template/api_test.go +++ b/pkg/cfn/template/api_test.go @@ -19,7 +19,7 @@ var _ = Describe("CloudFormation template", func() { roleRef := t.NewResource("aRole", &IAMRole{ RoleName: "foo", - ManagedPolicyArns: []string{"abc"}, + ManagedPolicyArns: []interface{}{"abc"}, }) t.Outputs["aRole"] = Output{ diff --git a/pkg/cfn/template/iam.go b/pkg/cfn/template/iam.go index 990d083a31..feafa2505d 100644 --- a/pkg/cfn/template/iam.go +++ b/pkg/cfn/template/iam.go @@ -25,7 +25,7 @@ type IAMRole struct { Path string `json:",omitempty"` AssumeRolePolicyDocument MapOfInterfaces `json:",omitempty"` - ManagedPolicyArns []string `json:",omitempty"` + ManagedPolicyArns []interface{} `json:",omitempty"` PermissionsBoundary string `json:",omitempty"` } From 0347704dcea369227a48f1330515c5eb65220964 Mon Sep 17 00:00:00 2001 From: Michael Beaumont Date: Mon, 11 Jan 2021 10:00:56 +0100 Subject: [PATCH 2/6] Don't skip policies --- pkg/cfn/builder/iam_helper.go | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/pkg/cfn/builder/iam_helper.go b/pkg/cfn/builder/iam_helper.go index aa18d2423f..57518560f8 100644 --- a/pkg/cfn/builder/iam_helper.go +++ b/pkg/cfn/builder/iam_helper.go @@ -28,16 +28,20 @@ func createWellKnownPolicies(wellKnownPolicies api.WellKnownPolicies) []customPo var policies []customPolicy if wellKnownPolicies.ImageBuilder { policies = append(policies, customPolicy{NamedPolicies: []string{iamPolicyAmazonEC2ContainerRegistryPowerUser}}) - } else if wellKnownPolicies.AutoScaler { + } + if wellKnownPolicies.AutoScaler { policies = append(policies, customPolicy{Name: "PolicyAutoScaling", Statements: autoScalerStatements()}) - } else if wellKnownPolicies.AWSLoadBalancer { + } + if wellKnownPolicies.AWSLoadBalancer { policies = append(policies, customPolicy{Name: "PolicyAWSLoadBalancerController", Statements: loadBalancerControllerStatements()}) - } else if wellKnownPolicies.ExternalDNS { + } + if wellKnownPolicies.ExternalDNS { policies = append(policies, customPolicy{Name: "PolicyExternalDNSChangeSet", Statements: changeSetStatements()}, customPolicy{Name: "PolicyExternalDNSHostedZones", Statements: externalDNSHostedZonesStatements()}, ) - } else if wellKnownPolicies.CertManager { + } + if wellKnownPolicies.CertManager { policies = append(policies, customPolicy{Name: "PolicyCertManagerChangeSet", Statements: changeSetStatements()}, customPolicy{Name: "PolicyCertManagerGetChange", Statements: certManagerGetChangeStatements()}, From fa4f8f63f4f954a3fb4f5283d187d3ff5013a950 Mon Sep 17 00:00:00 2001 From: Michael Beaumont Date: Mon, 11 Jan 2021 13:31:48 +0100 Subject: [PATCH 3/6] Simplify statements for well known and addon IAM policies --- pkg/cfn/builder/api_test.go | 13 +++++++++++-- pkg/cfn/builder/iam_helper.go | 15 ++++----------- pkg/cfn/builder/statement.go | 13 +++++-------- 3 files changed, 20 insertions(+), 21 deletions(-) diff --git a/pkg/cfn/builder/api_test.go b/pkg/cfn/builder/api_test.go index d14b95a73b..64948ad753 100644 --- a/pkg/cfn/builder/api_test.go +++ b/pkg/cfn/builder/api_test.go @@ -1066,13 +1066,22 @@ var _ = Describe("CloudFormation template builder API", func() { Expect(policy2.PolicyDocument.Statement[0].Action).To(Equal([]string{ "route53:ListResourceRecordSets", "route53:ListHostedZonesByName", + })) + + policy3 := ngTemplate.Resources["PolicyExternalDNSHostedZones"].Properties + + Expect(policy3.Roles).To(HaveLen(1)) + isRefTo(policy3.Roles[0], "NodeInstanceRole") + Expect(policy3.PolicyDocument.Statement).To(HaveLen(1)) + Expect(policy3.PolicyDocument.Statement[0].Effect).To(Equal("Allow")) + Expect(policy3.PolicyDocument.Statement[0].Resource).To(Equal("*")) + Expect(policy3.PolicyDocument.Statement[0].Action).To(Equal([]string{ "route53:ListHostedZones", + "route53:ListResourceRecordSets", "route53:ListTagsForResource", })) Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyAutoScaling")) - Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyExternalDNSChangeSet")) - Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyExternalDNSHostedZones")) Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyAppMesh")) Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyAppMeshPreview")) Expect(ngTemplate.Resources).ToNot(HaveKey("PolicyEBS")) diff --git a/pkg/cfn/builder/iam_helper.go b/pkg/cfn/builder/iam_helper.go index 57518560f8..279c0ab682 100644 --- a/pkg/cfn/builder/iam_helper.go +++ b/pkg/cfn/builder/iam_helper.go @@ -45,12 +45,8 @@ func createWellKnownPolicies(wellKnownPolicies api.WellKnownPolicies) []customPo policies = append(policies, customPolicy{Name: "PolicyCertManagerChangeSet", Statements: changeSetStatements()}, customPolicy{Name: "PolicyCertManagerGetChange", Statements: certManagerGetChangeStatements()}, + customPolicy{Name: "PolicyCertManagerHostedZones", Statements: certManagerHostedZonesStatements()}, ) - if wellKnownPolicies.ExternalDNS { - policies = append(policies, customPolicy{Name: "PolicyCertManagerHostedZones", Statements: certManagerHostedZonesStatements("route53:ListHostedZones", "route53:ListTagsForResource")}) - } else { - policies = append(policies, customPolicy{Name: "PolicyCertManagerHostedZones", Statements: certManagerHostedZonesStatements()}) - } } return policies } @@ -83,13 +79,10 @@ func createRole(cfnTemplate cfnTemplate, clusterIAMConfig *api.ClusterIAM, iamCo if api.IsEnabled(iamConfig.WithAddonPolicies.CertManager) { cfnTemplate.attachAllowPolicy("PolicyCertManagerChangeSet", refIR, changeSetStatements()) - if api.IsEnabled(iamConfig.WithAddonPolicies.ExternalDNS) { - cfnTemplate.attachAllowPolicy("PolicyCertManagerHostedZones", refIR, certManagerHostedZonesStatements("route53:ListHostedZones", "route53:ListTagsForResource")) - } else { - cfnTemplate.attachAllowPolicy("PolicyCertManagerHostedZones", refIR, certManagerHostedZonesStatements()) - } + cfnTemplate.attachAllowPolicy("PolicyCertManagerHostedZones", refIR, certManagerHostedZonesStatements()) cfnTemplate.attachAllowPolicy("PolicyCertManagerGetChange", refIR, certManagerGetChangeStatements()) - } else if api.IsEnabled(iamConfig.WithAddonPolicies.ExternalDNS) { + } + if api.IsEnabled(iamConfig.WithAddonPolicies.ExternalDNS) { cfnTemplate.attachAllowPolicy("PolicyExternalDNSChangeSet", refIR, changeSetStatements()) cfnTemplate.attachAllowPolicy("PolicyExternalDNSHostedZones", refIR, externalDNSHostedZonesStatements()) } diff --git a/pkg/cfn/builder/statement.go b/pkg/cfn/builder/statement.go index a9918a64c3..b311bb5294 100644 --- a/pkg/cfn/builder/statement.go +++ b/pkg/cfn/builder/statement.go @@ -183,18 +183,15 @@ func cloudWatchMetricsStatements() []cft.MapOfInterfaces { } } -func certManagerHostedZonesStatements(appendActions ...string) []cft.MapOfInterfaces { - actions := []string{ - "route53:ListResourceRecordSets", - "route53:ListHostedZonesByName", - } - actions = append(actions, appendActions...) - +func certManagerHostedZonesStatements() []cft.MapOfInterfaces { return []cft.MapOfInterfaces{ { "Effect": effectAllow, "Resource": resourceAll, - "Action": actions, + "Action": []string{ + "route53:ListResourceRecordSets", + "route53:ListHostedZonesByName", + }, }, } } From 7cd22240ff70d90017412febfc2d031284d8235b Mon Sep 17 00:00:00 2001 From: Michael Beaumont Date: Wed, 13 Jan 2021 15:10:51 +0100 Subject: [PATCH 4/6] Add test that wellKnownPolicies are respected --- pkg/cfn/builder/iam_test.go | 38 +++++++++++++++++++++++++++ pkg/cfn/template/matchers/matchers.go | 4 +-- 2 files changed, 40 insertions(+), 2 deletions(-) diff --git a/pkg/cfn/builder/iam_test.go b/pkg/cfn/builder/iam_test.go index 8fd100b90e..e665342037 100644 --- a/pkg/cfn/builder/iam_test.go +++ b/pkg/cfn/builder/iam_test.go @@ -254,6 +254,44 @@ var _ = Describe("template builder for IAM", func() { Expect(t).To(HaveOutputWithValue("Role1", `{ "Fn::GetAtt": "Role1.Arn" }`)) }) + It("can construct an iamserviceaccount addon template with wellKnownPolicies", func() { + serviceAccount := &api.ClusterIAMServiceAccount{} + + serviceAccount.Name = "sa-1" + + serviceAccount.WellKnownPolicies = api.WellKnownPolicies{ + ImageBuilder: true, + } + + appendServiceAccountToClusterConfig(cfg, serviceAccount) + + rs := NewIAMServiceAccountResourceSet(serviceAccount, oidc) + + templateBody := []byte{} + + Expect(rs).To(RenderWithoutErrors(&templateBody)) + + t := cft.NewTemplate() + + Expect(t).To(LoadBytesWithoutErrors(templateBody)) + + Expect(t.Description).To(Equal("IAM role for serviceaccount \"default/sa-1\" [created and managed by eksctl]")) + + Expect(t.Resources).To(HaveLen(1)) + Expect(t.Outputs).To(HaveLen(1)) + + Expect(t).To(HaveResource("Role1", "AWS::IAM::Role")) + + Expect(t).To(HaveResourceWithPropertyValue("Role1", "AssumeRolePolicyDocument", expectedServiceAccountAssumeRolePolicyDocument)) + Expect(t).To(HaveResourceWithPropertyValue("Role1", "ManagedPolicyArns", `[ + { + "Fn::Sub": "arn:${AWS::Partition}:iam::aws:policy/AmazonEC2ContainerRegistryPowerUser" + } + ]`)) + + Expect(t).To(HaveOutputWithValue("Role1", `{ "Fn::GetAtt": "Role1.Arn" }`)) + }) + It("can parse an iamserviceaccount addon template", func() { t := cft.NewTemplate() diff --git a/pkg/cfn/template/matchers/matchers.go b/pkg/cfn/template/matchers/matchers.go index 496ed6f6e0..740155a87e 100644 --- a/pkg/cfn/template/matchers/matchers.go +++ b/pkg/cfn/template/matchers/matchers.go @@ -164,11 +164,11 @@ func (m *ResourcePropertiesMatcher) Match(actualTemplate interface{}) (bool, err } func (m *ResourcePropertiesMatcher) FailureMessage(_ interface{}) string { - return m.failureMessageWithError(fmt.Sprintf("Expected the template to have resoruce %q with propertes %v", m.resourceName, m.propertyNames)) + return m.failureMessageWithError(fmt.Sprintf("Expected the template to have resource %q with propertes %v", m.resourceName, m.propertyNames)) } func (m *ResourcePropertiesMatcher) NegatedFailureMessage(_ interface{}) string { - return fmt.Sprintf("Expected the template to NOT have resoruce %q with properties %v", m.resourceName, m.propertyNames) + return fmt.Sprintf("Expected the template to NOT have resource %q with properties %v", m.resourceName, m.propertyNames) } type ResourceWithPropertyValueMatcher struct { From a0e0b0e2b9f3622819f5c01fbab24e21887a06d6 Mon Sep 17 00:00:00 2001 From: Michael Beaumont Date: Thu, 14 Jan 2021 10:52:01 +0100 Subject: [PATCH 5/6] Improve docs for wellKnownPolicies --- examples/13-iamserviceaccounts.yaml | 2 +- .../eksctl.io/v1alpha5/assets/schema.json | 18 +++++++++++--- pkg/apis/eksctl.io/v1alpha5/schema.go | 6 ++--- .../v1alpha5/well_known_iam_policy.go | 24 ++++++++++++++----- pkg/cfn/builder/iam_helper.go | 2 +- 5 files changed, 38 insertions(+), 14 deletions(-) diff --git a/examples/13-iamserviceaccounts.yaml b/examples/13-iamserviceaccounts.yaml index bba25c5428..574b18e5bc 100644 --- a/examples/13-iamserviceaccounts.yaml +++ b/examples/13-iamserviceaccounts.yaml @@ -22,7 +22,7 @@ iam: name: aws-load-balancer-controller namespace: kube-system wellKnownPolicies: - awsLoadBalancer: true + awsLoadBalancerController: true - metadata: name: cache-access namespace: backend-apps diff --git a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json index f0e98b7a00..539c6b9970 100755 --- a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json +++ b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json @@ -1711,33 +1711,45 @@ "properties": { "autoScaler": { "type": "boolean", + "description": "adds policies for cluster-autoscaler. See [autoscaler AWS docs](https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html).", + "x-intellij-html-description": "adds policies for cluster-autoscaler. See autoscaler AWS docs.", "default": "false" }, - "awsLoadBalancer": { + "awsLoadBalancerController": { "type": "boolean", + "description": "adds policies for using the aws-load-balancer-controller. See [Load Balancer docs](https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html).", + "x-intellij-html-description": "adds policies for using the aws-load-balancer-controller. See Load Balancer docs.", "default": "false" }, "certManager": { "type": "boolean", + "description": "adds cert-manager policies. See [cert-manager docs](https://cert-manager.io/docs/configuration/acme/dns01/route53).", + "x-intellij-html-description": "adds cert-manager policies. See cert-manager docs.", "default": "false" }, "externalDNS": { "type": "boolean", + "description": "adds external-dns policies for Amazon Route 53. See [external-dns docs](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md).", + "x-intellij-html-description": "adds external-dns policies for Amazon Route 53. See external-dns docs.", "default": "false" }, "imageBuilder": { "type": "boolean", + "description": "allows for full ECR (Elastic Container Registry) access.", + "x-intellij-html-description": "allows for full ECR (Elastic Container Registry) access.", "default": "false" } }, "preferredOrder": [ "imageBuilder", "autoScaler", - "awsLoadBalancer", + "awsLoadBalancerController", "externalDNS", "certManager" ], - "additionalProperties": false + "additionalProperties": false, + "description": "for attaching common IAM policies", + "x-intellij-html-description": "for attaching common IAM policies" }, "github.com|weaveworks|eksctl|pkg|utils|ipnet.IPNet": { "type": "string", diff --git a/pkg/apis/eksctl.io/v1alpha5/schema.go b/pkg/apis/eksctl.io/v1alpha5/schema.go index d215d6af77..5b5f31dfa7 100644 --- a/pkg/apis/eksctl.io/v1alpha5/schema.go +++ b/pkg/apis/eksctl.io/v1alpha5/schema.go @@ -1,6 +1,6 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: -// assets/schema.json (67.072kB) +// assets/schema.json (68.908kB) package v1alpha5 @@ -69,7 +69,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _schemaJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6b\x73\xdb\x38\xb2\xe8\xf7\xf9\x15\x28\x65\xeb\x6c\x52\x25\x5a\xf1\xec\xce\xec\x9c\xd9\xb9\xae\xab\xd8\x9e\x44\x37\xb1\xa3\x63\x65\x92\xba\x63\xa7\x4e\x20\xb2\x25\x61\x4d\x01\x1c\x00\xb4\xe3\x9c\xcc\x7f\xbf\x85\x07\xdf\x20\x45\x52\x74\x92\xad\xeb\x4f\x71\x28\xb2\xd1\x2f\x34\x1a\x8d\xee\xc6\xff\x7c\x87\xd0\xe8\x2f\x1c\x56\xa3\x9f\xd1\xe8\xd1\x24\x80\x15\xa1\x44\x12\x46\xc5\xe4\x38\x8c\x85\x04\x7e\xcc\xe8\x8a\xac\x47\x63\xf5\xa2\xbc\x8b\x40\xbd\xc8\x96\xff\x02\x5f\x9a\x67\x7f\x11\xfe\x06\xb6\x58\x3d\xde\x48\x19\xfd\x3c\x99\xfc\x4b\x30\xea\x99\xa7\x1e\xe3\xeb\x49\xc0\xf1\x4a\x7a\x4f\xff\x31\x31\xcf\x1e\x99\xef\x72\x43\x8d\x7e\x46\x0a\x0f\x84\x46\xd3\xdf\x17\xf1\x92\x82\x3c\xc3\x51\x44\xe8\x3a\xfd\x01\xa1\x11\x0e\x02\xfd\x36\x0e\xe7\x9c\x45\xc0\x25\x01\x91\xfb\xbd\x96\x8c\x04\xe4\x22\x02\x7f\x64\x5f\xfe\x73\x9c\x40\x75\x50\xa4\x9f\x07\x20\x7c\x4e\x22\x05\x42\x53\xc6\xc2\x40\x20\xa1\x01\x21\xc9\xd0\xf4\x77\xb4\x35\x28\x8a\x03\x34\x5b\x21\xb9\x01\x74\x0d\x77\x88\x08\x84\x29\x9a\xfe\x3e\x46\x72\x83\x25\xc2\xa1\x60\x68\x09\x3e\xdb\x82\xd0\xef\x50\xbc\x05\xc4\xcc\xfb\x16\x1a\x93\x1b\xe0\xb7\x44\x00\x8a\x05\xa4\x80\x24\x43\x1c\x56\xc0\xd5\x1f\x72\x43\x92\xb1\x0f\x32\x0c\x3f\x7a\x84\x4a\x08\x43\xf2\x2f\x6f\x23\xb7\xa1\xf7\xed\x63\x1c\xc0\x0a\xc7\xa1\x54\xd8\xfd\xcf\x9f\x46\x14\x56\x10\xa3\x82\x90\x72\x42\x8f\x6a\x44\x8d\x3f\x15\xfe\x9f\x13\xa4\x90\x5c\x29\xce\x38\xff\x5b\x89\x35\x3e\xa6\x68\x09\x88\x6d\x89\x94\x10\x20\x52\x65\x46\xf1\xf3\x1d\x9c\x6e\x01\x2e\x85\xf6\x67\x06\x78\xe4\x93\x80\x97\xa9\x70\xab\xf0\x9a\xc8\x4d\xbc\x3c\xf0\xd9\xf6\xf3\x2d\xe0\x1b\xb8\x65\xfc\x5a\x7c\x86\x6b\xe1\xcb\xf0\x73\x74\xbd\xfe\x1c\x4b\x12\x8a\xcf\x24\x52\xfc\x9e\xcd\xcf\x41\xba\x47\x24\xc1\x0e\xae\x65\x5f\x55\x26\x4a\xa4\x85\xcb\x21\x78\xcd\x03\x50\x78\x5f\x16\xe0\x8e\x0b\xb2\x29\x53\x69\xff\xfb\x7e\xbc\x63\x32\xaf\x70\x28\xa0\xa8\x18\x41\xa0\xb9\x9c\x6a\x04\x87\x3f\x62\xc2\x21\x28\x62\xa0\xb4\xb4\x3a\x4a\xad\xf6\x48\x89\xfd\xcd\x9c\x85\xc4\xbf\x6b\x27\x81\x19\x0d\x09\x85\x13\xe6\xc7\x5b\xa0\xb2\x51\xbb\xcc\xc4\xc3\x28\xd2\xe0\x51\x60\xbf\x51\xd3\xc2\x8c\x9b\x4d\x10\xe0\x37\xc4\x07\x84\x7d\x9f\xc5\x65\xa8\xad\xa6\x77\x9f\x51\x9c\x9a\x91\xe7\xc8\xf4\xe2\x5c\x94\xb9\x42\x24\x6c\xcb\x0f\x1b\xd4\xa7\x00\x3c\xf7\x1e\xe6\x1c\xdf\x35\x72\x2f\x24\x42\x2a\x73\xa3\x90\x48\xcc\xce\x6c\x7a\x66\xe8\x24\xca\x26\x25\x04\x76\x62\x57\x07\xb0\x4e\xfe\x68\xfd\x6a\x3b\x77\x72\xdf\x59\xe6\x4f\x0d\xef\x2f\x58\x08\xd3\x8b\xf3\x3e\x80\x6e\x80\x0b\x52\x98\x09\xcd\x9f\x76\x9a\xbf\x9a\x3a\xc7\x60\x3b\x09\x69\xd2\xa0\x9a\xdf\xba\xd9\x82\xe6\xf5\x58\x49\xf1\xf4\xe5\x02\x61\x65\x24\x90\xaf\x1d\x95\x98\x63\x99\xc7\xbd\xdd\x44\x6a\x82\x54\xb0\x47\x89\x53\x14\xb2\x38\x78\x87\xa5\xbf\x69\xb3\x5a\xf9\xe6\xa3\x57\x6c\xbd\x2e\x3a\x35\xa8\xde\xe2\x54\x06\x4a\xbe\xee\x29\xe3\x12\x0e\x83\x48\xc1\x67\x54\x62\x42\x85\x65\x18\x8a\x30\xc7\x5b\x90\xc0\x05\xe2\x10\x62\xb5\x1a\x4a\x86\x72\xbc\x6a\x2b\x94\xce\x80\x9b\x65\x54\x65\x7c\xad\xa8\x80\xe2\x65\x08\x6f\xee\x22\xe8\x69\x03\xc7\xc5\x5f\x81\xc6\xdb\x82\x20\x12\x76\x47\xa4\xf4\xaa\x7a\x18\x07\x44\xba\x1e\xcb\x0d\x50\x49\x7c\x2c\x19\xaf\xfe\xac\x98\xc5\x59\x18\x02\x3f\xc3\x14\xaf\xc1\xf1\x8a\x72\xbc\x83\x38\x04\x3e\x2a\xfc\xf2\x7e\x00\x83\xad\x59\xa5\x4c\x6a\x68\x98\xac\x04\x63\x98\x88\x1e\x0b\x00\x74\x99\x89\x41\xad\x52\xe2\xfd\xe3\x49\x2c\xf0\x1a\x26\xbe\x7a\x7e\xab\x9e\x7b\x56\x37\x3d\x0b\x62\xf2\xc8\x3e\x30\xd2\xf7\xe0\x23\xde\x46\x21\x88\x27\x4f\x0e\xd0\x5b\x1c\x92\x00\x01\x95\x5c\x59\x6d\xcc\xe1\x67\xf4\xe1\x4a\x71\xf3\x6a\xf4\x61\xac\xff\x54\x3c\xcc\xfe\x93\xe3\x5c\xf2\xb0\xc2\xaf\xe4\x87\x94\x4b\x57\xa3\x0f\x07\x9d\x96\x97\x5d\x4c\xf8\x05\xa3\x0d\x87\xd5\xff\xba\x1a\xf5\x26\xfe\x6a\x74\x54\xe2\xe4\x2f\x13\x7c\xe4\xe6\xc8\x2f\x3e\x0b\xe0\xe8\x3f\xfe\x88\x99\xfc\x27\x8e\x88\xf9\xe3\x97\x89\x7e\x3a\x2e\xfe\xaa\xb8\xd5\xf8\x7b\x8e\x81\x0d\xef\x55\x78\xda\xf0\x6e\xca\xe6\xc2\x3b\x07\x7d\x0d\x5b\x7e\xc6\x0e\x69\xd5\x80\x37\x5b\x1f\x2b\xa6\x44\xe4\x5d\x6d\x5b\x57\xf0\x4e\x0b\x67\xb6\xe6\x3b\xbd\xe3\x2d\x48\x1c\x60\x89\xf3\x6b\xf2\x35\xa1\x45\xaf\x3d\x22\x6f\xed\xb2\xdf\xde\x8f\x56\xab\x65\x5b\x3b\x59\xb3\x3b\xd7\xfe\x7d\x4b\x3b\xe4\x76\x5d\x33\xc4\x3b\x6c\x09\x9d\x76\x79\x64\xb6\x54\x07\x84\x4d\x6e\x0e\x71\x18\x6d\xf0\x0f\x79\xd4\xde\xbb\xc7\xbf\xc1\x24\xc4\x4b\x12\x12\x79\xf7\x3b\xa3\x7d\xd7\x8d\x7d\x58\xe0\xbb\xbc\x91\x06\xa6\x57\x9d\x98\x26\x0b\xbf\x28\x59\x71\x11\x47\x11\xe3\xb2\x8d\x21\x7f\xd2\xc9\x8a\x2e\x3a\x5a\xca\xa2\x49\xb4\x68\x29\xab\xe8\xe6\xd2\x0a\xf3\x35\x96\x30\xe7\x6c\x45\xc2\xd6\x62\x72\x73\xf0\xd7\x02\xac\xbd\x84\xb7\x26\xb2\x9d\xd4\x9e\x93\xba\x6d\x3d\xde\x76\x92\xfb\x6c\x7a\xe6\x06\xa4\x6d\xc2\xde\x93\xa8\x68\x9c\x76\xce\x9f\xeb\x78\x09\x9c\x82\x04\x71\x0e\xf2\x96\xf1\xeb\x8a\x55\x6b\xa0\xe8\x65\xcd\xc7\xce\x91\xb6\x7a\x69\x0a\xce\x59\x00\xcf\x39\x8b\xa3\xfd\x54\xe0\xac\x04\x6d\x88\xdd\xaf\x9e\x6a\x0a\xe2\x5a\xe3\x87\xf4\x14\x48\x27\x9a\xc6\x9f\xd0\xb5\x47\xd3\x37\x9e\x20\x4c\x03\x74\x69\x29\x43\xd9\x0f\xe9\x47\x70\x2d\x3c\xfb\xb3\xfe\x4e\x0c\x31\x29\x1d\x98\x5c\x8d\x8e\xca\x88\xab\xa9\xa8\xf1\xab\x7c\x5f\x45\xea\x6a\x74\x54\x25\xa2\x7e\x2e\xa7\x2b\x5a\x17\xbd\x3f\x03\x89\x6b\xb6\xf7\xc3\xa8\xc4\xa0\xba\xf0\x2b\xe3\x88\xd0\x15\xe3\x5b\xbd\x0d\xd5\x8c\x4c\x9c\x41\xa4\x3d\x6b\x87\xb4\x5d\x2a\xd2\x49\xdc\x3b\x47\x6d\xa9\x0b\x6d\x84\x18\x71\x72\x83\x25\x58\xe9\xb4\x13\xe5\xbc\xf8\x4d\x13\x03\x71\x18\xb2\x5b\x91\x6e\xe6\x95\x5b\x8e\xd1\x2a\x0e\xc3\x3b\xcf\x8e\x9c\x3a\x59\x84\xa2\xdb\x0d\xf1\x37\x88\x32\xad\x7e\x68\x83\x05\x62\xb1\x5c\xb2\x98\x06\x48\x31\x4c\x19\x19\x84\x7d\x1f\x84\x18\x6b\xa6\x24\x20\xcc\x33\x1d\x61\x7f\xb7\x48\x82\x6d\x02\x11\x61\x37\x00\x01\xba\x21\x18\xbd\x9d\x1f\x23\xa0\x41\xc4\x08\x95\xa2\x93\x40\xbe\x5d\x2a\x9c\x32\x15\xe0\x73\x90\xe2\x94\xfa\xfc\x2e\xa1\xa1\x85\x58\x17\x95\xcf\xdc\xd0\x25\x96\x71\x65\x8e\x36\x4e\xfa\x85\xf9\xc4\x09\xee\x26\xf2\x3b\xc1\x7a\x3b\x3f\xee\xbb\x4b\x69\x70\xb7\x5d\x66\xad\xc5\xfa\x58\x72\x00\x4a\x64\x8d\x2b\x5e\x7a\xfd\xc4\x73\x1b\xc2\xc6\x85\xb3\xc1\xad\x6a\x74\x8d\xdd\x4e\x6b\xa3\xfe\x54\xc5\x5f\x72\x9e\x06\xd9\xf4\x61\x24\x88\x32\x72\x76\xa2\x8d\xd5\x54\x58\x02\xe2\x10\x85\xd8\x87\x00\xdd\x12\xb9\x41\x96\x61\x68\x3a\x9f\xb5\xde\xee\x75\x06\xec\xda\xe8\x9d\xa6\x93\xae\x45\x08\xcb\x4a\x77\xaa\xa7\x74\x9d\x3b\xb7\x64\x2c\x04\x5c\x33\xcd\xa2\x78\x19\x12\xbf\x2b\x80\x4e\xf3\xa1\x88\x64\xdd\xd8\x83\x88\xd6\x44\x78\x13\x23\x89\x23\xa2\xed\x1b\xf0\xd4\x94\x25\xd6\x2f\xb7\xee\x75\x0c\x1f\x77\x04\xee\x12\xb1\x72\xca\x5b\x08\x37\x99\x6d\x2c\x38\xfd\x08\x7e\xac\xc0\xb5\x3b\x55\x68\x5a\x29\x39\x0b\xf5\x59\x6e\x80\x96\x77\x28\x62\x81\x39\x0e\x31\x78\xab\xf5\x60\x3a\x9f\x89\x03\xf4\x66\x43\x04\xd2\xaf\x12\x81\x70\x10\x98\x38\x85\xdc\x00\xca\xbc\x70\x74\xf1\x6c\x7a\x8c\x56\x8c\x23\x1c\xcb\x0d\xe3\xe4\x93\xa6\xf8\x00\x69\xcf\x76\xce\x02\x94\xa2\x8d\x14\xde\xef\x1f\x6f\xa4\x8c\xc4\xcf\x93\x49\xc0\x7c\x71\x80\x6f\xc5\x01\xde\xe2\x4f\x8c\x1e\xf8\x6c\xab\xdc\xc4\x49\x88\x25\x08\x39\x89\x05\xf0\x75\x4c\x02\x98\x44\x2c\xf0\x20\x01\xe2\x29\x7c\x0e\x94\x60\xba\xb9\x39\x5f\x88\xe2\xcc\x59\x1a\x8a\xcc\xab\xd1\x51\x95\x8b\xbb\xf7\xbc\x25\x75\x99\x03\xdf\x12\xa1\x56\x1f\xf1\x4c\x39\x07\x98\x57\xce\x41\x3b\xa8\x4f\x94\x41\x43\x4b\x0b\x4e\x73\x44\x71\xca\x62\xa0\x98\x8c\x52\x7a\x34\x53\x3f\x58\xad\x38\x7d\xb9\x40\x76\x3f\x8d\x16\xa5\xd8\x82\xfd\xda\xb3\x9b\xfb\x8e\x7b\x97\xfd\x10\xab\x78\xba\x65\x64\xae\x46\x47\x0e\xdc\xeb\x85\x51\x3c\x43\xdb\x6f\xab\x91\x59\x8d\x45\x01\xea\x10\x3b\x8f\xd2\x89\xb1\x9e\x1b\x3e\x07\x45\x23\xa1\x9a\x77\xd6\xde\x59\x01\xce\xa6\x67\xc8\x62\x81\x12\xe2\xde\x3f\x9e\x10\xbc\xb5\x90\x12\x40\x93\x47\x9a\x91\x9e\x5a\xf3\x3c\x1b\xdf\xd6\x4e\x43\x37\xb1\x76\xc4\x2f\x27\xc7\x0e\x28\x5d\x8d\x8e\x5c\x74\xed\x94\xee\x1e\x67\xbc\x39\x08\x5f\x68\x82\xe2\x30\x44\x24\x00\x2a\x89\xbc\xf3\x96\x58\xd9\x43\xfd\x1f\x02\xc2\x72\x54\x1b\x48\x1b\x16\x35\xd2\x56\xe6\x31\x43\x0f\x25\xe8\x35\x5b\xf2\xd9\xf4\x2c\x31\x71\xbf\x09\xe0\xcf\xb5\x89\x33\xf6\xf6\xbf\x93\x33\xf8\xff\xb6\xa8\x11\x10\x3d\x2c\xfa\x90\x34\xb6\x33\xdb\x7d\x68\xba\x1a\x1d\xd5\xf0\xaf\x5e\xb1\x6e\x22\xff\x02\x04\x8b\xb9\x0f\xc7\xe9\x31\x8b\x3b\x79\xa5\xec\x9c\x35\x6e\x8f\xf5\xa1\xbc\xcd\xf2\x4a\x73\x21\xee\x10\x05\x45\x81\xe2\x9e\x64\x88\xc7\x66\x42\xa9\x9d\x5f\x76\xc6\x93\x4e\x33\xf3\x04\x45\x21\xa6\xd0\x6d\x57\x7b\xaf\x83\x67\x89\x66\x92\xc7\xe0\x64\xaa\x9a\xef\xaf\x67\x27\xc7\xfb\x70\xd0\x6c\x8d\x33\x1a\x14\x3c\x14\x71\x76\x43\x02\xe5\x0b\x0a\x74\x0b\x61\xa8\xfe\x9d\x5d\x2c\xa6\xe9\xba\x33\xd5\x1a\x84\x8e\xcf\x67\x28\x0a\xe3\x35\xa1\x9d\x18\x37\xd4\x98\x3d\xdd\xf6\x92\x91\x6b\x6f\xbc\x76\xfb\x24\x25\x78\x1d\x3c\x17\x97\x58\x1b\x96\xdd\x96\x53\x6b\xc0\xbd\x87\x32\x41\x4a\x58\x58\x4a\x4e\x96\xb1\x34\x67\xc5\x38\x59\xa6\x3a\x6e\x36\x76\x41\xab\xd9\x5d\x94\xfc\x84\x36\x49\x96\x94\x32\x89\x8b\x19\xba\xcd\xbc\xd8\xf3\x88\xab\x94\x84\x8b\x90\x3b\x69\x14\x35\x24\xaf\x3d\xa4\xf3\x95\x39\xf2\x90\xce\x57\xe5\x4f\x88\x97\x10\x7e\xdb\x4a\xdd\x37\xe3\x50\x7d\x27\x22\xec\xf7\xfa\x38\x1a\xd4\xed\x9c\x5e\x9c\x27\xc2\x71\x7a\x67\x4a\x48\x42\x30\x9f\x28\xcf\x5d\xc7\xc1\x74\x92\xf9\x1e\xd3\x68\x98\x11\x9d\xac\x51\x1b\xc3\xf3\xdd\x32\x69\x3c\xdd\x8b\xc0\x27\x2b\xe2\x9b\x90\x82\x4e\xac\x27\x54\x48\xc0\x41\x82\xb4\x3e\xce\x4e\xe3\x44\xde\x1a\x28\x70\xed\xa0\xa6\x5f\x74\x3b\xbb\x1b\x62\x40\xf7\x56\xa5\x7b\x20\xbe\xb2\x04\x35\x45\xe6\x25\x5e\x7f\xd5\xe9\x59\xd4\xaa\x77\x0b\xa4\x10\x4a\xdd\xa9\xbd\x54\xb4\x13\xb0\x16\x86\x42\x39\x7c\x2f\x29\xbb\xa5\x73\x6b\xfc\xda\x49\xe5\x5d\xe5\xb3\x9e\x2e\x61\x39\x79\x38\x33\x40\x55\x83\x3b\x76\x3b\x17\x4d\x2b\x57\x23\xa5\x75\x4e\xc0\x0e\x93\xd6\x78\xa4\x90\x4e\xf4\xb2\x3a\x0e\xe9\x10\x52\xbd\x5c\x95\x44\x8f\x92\xe3\x1f\x7d\x34\xb7\x4f\x3a\x73\x77\xf8\xad\x9c\xc6\x45\x79\xd6\xd7\xba\x8e\xbc\x63\x14\xa4\x93\xc6\x25\xc0\x07\x14\x88\x51\x83\xbc\x2b\x51\x37\x2d\x5b\xd6\x5d\xed\x84\xe7\x62\xb8\x4e\x50\x68\x57\xeb\x92\x57\x58\x58\x77\xcb\xda\xfb\x36\xdc\xfa\x62\x3c\x80\x2f\x89\xe4\x6a\x89\x4e\x75\x94\xac\x29\xe3\x26\x36\xf3\xc1\x04\x67\x3a\x26\xe5\x36\xc3\x34\x19\xa9\x06\x70\x9a\x82\x7a\x0f\x4e\x5a\x13\xd5\x56\x3d\xca\xdb\xc0\x36\xc4\x95\x3e\x75\xbb\x2c\x46\x31\xfa\xe3\xa7\x43\x07\xef\x16\xc8\x00\x42\x1b\x26\xa4\x4e\x6e\x56\xfb\x90\x3e\x48\xb7\x81\xf7\xed\xbb\x03\xfa\xd8\x48\x6d\xc7\xf0\xda\x52\x63\x22\x08\x8e\x70\x62\x27\xee\xf4\x86\xdb\x42\x51\xdb\x95\x0f\x35\x51\x6d\xd2\xcc\x6f\x30\x27\x98\xca\x2c\xf3\xfe\xf0\xe0\xf0\xef\x49\xfe\xfc\xe1\xc1\xe1\x0f\xb9\xbf\x7f\xcc\xfd\xfd\x8f\xdc\xdf\x3f\x5d\x8d\x3e\xa0\xc7\x16\xe9\x27\xdd\xe6\xb4\x0b\x8b\x7c\x6e\xb9\x42\xa7\x21\xf5\x5c\x61\xd8\xfc\xf3\x8f\xcd\x3f\xff\xa3\xf9\xe7\x9f\x0a\x3f\xd7\x12\x99\x13\x98\xfa\xa8\x4d\x52\xa5\x22\xac\x5c\x5b\xa2\xa8\x71\x3c\xfb\xd1\xf1\xec\x1f\x8e\x67\x3f\xd5\xe4\x66\xee\xe5\xfd\x59\x9b\xe3\x50\xbd\xf2\x74\xae\xf1\x05\x07\x59\xd4\xd3\xfa\x21\xb3\xa1\x09\x73\x29\x52\xdd\x8f\xf8\x5b\x01\x73\x2d\xe7\xe7\xd3\x37\x6d\x7c\xa5\x35\x96\x70\x8b\xf7\xd9\x68\xd7\xcc\xcd\x17\x64\xbd\x09\xef\xa6\x26\x09\x27\x04\x35\xed\x12\xa7\x0f\x04\xc2\x68\xa3\x7f\x47\x38\x79\x01\x9d\x4f\xdf\x20\x8b\x8d\x9e\xac\x0b\x42\xd7\x8e\xef\x84\x7e\x9c\x7f\x3b\xd3\x74\xfd\xdd\x09\x11\xc9\x80\x81\xf9\x53\xa8\xb7\x87\x9d\xea\x25\xea\x8a\x33\xaf\x03\x9d\x79\x98\x86\xe0\x06\x50\xcd\xa4\xe7\x41\x59\x1e\x14\x61\x35\x70\x23\x67\x13\x0c\x16\x6d\xac\x42\x89\x07\xe5\x49\xee\x00\x84\x50\x22\x9d\x21\x66\x7f\xa2\xba\x83\x4c\x5a\xc5\x54\xbf\x98\xdb\xb6\x4b\x47\x72\x9f\xb8\x26\x60\xfb\xfd\x0a\xe6\xed\x4b\x6b\x73\x86\xcb\x57\xb0\x56\xc4\xc7\x12\xa6\x26\xfb\x43\xde\x9d\x38\xd2\x92\x7b\x95\x0e\x2a\xbb\x03\x54\x9e\x52\x9f\x05\xa6\x7a\x71\xb4\xc4\x02\x7e\xfc\xfb\x5e\xe5\x06\xc6\x81\x38\x36\x1e\x45\xbb\x50\xc1\xe9\xcb\xc5\xf1\x9b\x57\xc9\x27\x6e\xa8\x36\xdb\xa9\xd7\xb1\xb7\xc4\xfe\x75\x8b\xd0\x5a\x4f\x1d\x4d\x51\x6b\x23\xb7\x71\x51\x25\x9c\x58\xd6\x32\x73\xb0\xfd\x28\xe2\x80\x03\x8f\x51\x65\xb4\x06\x38\x32\x6a\x01\xce\x39\x7b\x74\x47\x8e\x2e\x29\x87\xed\xd4\xa9\xdc\xe3\xc5\xa9\x14\x26\x0d\x70\x5f\x80\x9d\x14\x25\x21\xa2\x8a\xc5\x60\x82\x15\x59\xc2\x35\x0d\x90\x81\x6e\xfb\xa4\x88\x8e\x11\x86\x06\x40\x2e\x61\xbe\x9d\x1f\xb7\xb2\x83\xb1\x64\xd3\x30\x64\x6a\x66\xcc\xe6\x37\x3f\xee\x73\x3c\x3e\x2d\xc0\x7a\xfb\x23\xe2\xf0\x47\x0c\x42\x9a\xf0\xd4\xfc\xe6\x47\x74\x3c\x3b\xb9\x40\xcb\x90\xf9\xd7\x26\x18\x3f\xf9\xe1\x47\xa4\x24\x44\x3e\xa6\xd1\x51\x85\x77\xa7\xf0\xea\x50\x83\xba\xed\xfd\x17\x6f\xd9\xe2\xd7\x27\x00\x37\x8c\x5e\x49\x1b\x6e\x3c\x96\x00\xb0\x15\x44\xba\xb8\x20\xab\x04\x98\xcf\xd2\x3c\xbc\x9b\xc8\xf7\xa8\x49\x3f\xd7\x35\xca\x69\xd1\x87\x79\xdd\x93\xcc\x93\x1b\xf0\xb2\x5c\x75\x0f\x47\xc4\x33\xa9\xb0\x5e\x5a\x32\x30\x40\xe5\xd1\x30\x88\x24\xd5\x46\x15\x82\xeb\xb3\x70\xe0\xa3\xe4\x58\xe9\xce\x7e\x79\x7b\xfb\xe8\x45\xff\x63\x58\x9d\x07\x95\xda\x2c\x33\x05\x92\x83\x30\x85\xd6\x18\xc1\xc1\xfa\x00\x61\xf3\x8b\x7a\x3b\x31\x2f\xd6\xa6\x20\x05\x80\xde\x21\x1c\x78\x1b\x56\x35\x59\x6d\xc4\x79\x5f\x38\x38\xa5\xd5\xa1\xd3\x51\x21\x9c\xd7\xb2\x14\x33\xb7\xc1\x6b\x58\xbd\x4c\x12\x7b\x17\x9d\x19\xfe\x00\xde\x14\x04\x65\x36\xcf\x1c\x8d\x87\x21\xbb\xcd\x29\xbe\x5d\x3f\xae\x7f\x12\x6a\x0e\x20\x87\xc7\xb4\x5b\xbc\x7b\x0d\xe4\xf6\x0b\xc1\x8f\x95\x63\x66\x2a\xea\xfa\xef\x8e\x95\x2a\xf9\x6c\xbb\x8d\xa9\x72\xf8\x08\xa3\x68\x09\xf2\x16\x80\x16\x53\xc8\xf4\x4a\xaa\x8b\x11\x3b\xab\x75\x37\xe8\x6e\x62\x37\x98\x9b\x0a\x9b\xc5\x80\x64\x47\x1c\x3c\xad\xb7\x10\x20\x33\x82\x29\x0c\x5b\x3c\xef\x4c\x63\x03\x28\x37\x41\x15\xef\x11\xed\x9c\x4f\x0b\x97\x59\x29\xe1\x72\x0d\x77\x26\x12\x3a\xfd\x1d\x19\xde\xd3\x1b\xa0\x04\xa8\x0f\x36\x41\x55\x87\x93\x6d\xcd\xe2\xfb\xc7\x93\xa4\x7a\x71\xc2\x21\x56\xdb\x77\x8f\xe0\xad\x87\x69\xe0\xdd\x44\xfe\xe4\x49\x3e\x65\xee\x52\xff\x8e\xe0\x23\x31\x71\xe9\xb7\xf3\x63\x51\xbb\x02\xc6\x02\xbc\xe4\x4d\x05\xca\xd3\x5d\xf1\x3c\x3f\x16\x92\x6d\xbd\xc2\xe1\x5a\xc7\x18\xe7\x4e\x0a\x73\x8b\x62\x23\x71\x57\xa3\xa3\x3c\x2f\x4c\x39\x6e\x46\xee\xce\xb5\xb5\x03\x89\x57\xa3\x23\x07\xf3\xd4\x88\xbd\xfb\x7a\x14\x9b\xca\x69\xcf\xab\xd6\x38\x38\xf4\xce\xbd\x74\xb7\x98\x71\xe3\x06\x6f\xb8\xb4\x56\x34\xf9\x69\x8d\xab\xc1\x80\x1b\x8a\x75\xc8\x96\x38\x4c\x5a\x33\x2a\x2b\x83\xc3\x10\xf9\x1b\x12\x06\x3d\x77\x16\x6d\x20\x16\xb6\x18\xc5\xf8\x40\x6e\x97\xe1\x5a\xce\x92\x8f\x4a\x1d\x14\x06\xee\xf0\x37\xcc\xc1\x5c\x52\xd9\x11\x19\x24\xbb\x4d\xe3\x3a\x18\x6e\x87\x61\xd0\x7a\xae\xd9\xf4\x4c\x27\xf0\xfc\x55\xa0\xe9\xc5\xb9\x5a\x78\x75\xa3\x4e\x93\x51\xad\xab\x9d\x18\x95\x2c\x41\xad\x1b\x59\x5d\x61\xd7\x2c\xed\x21\xf8\x92\xf1\x21\x9b\x70\x2c\x2c\xcc\x21\xbc\x26\xb3\xd0\x69\xf9\xf1\x38\x34\xf9\x84\x06\x67\xa4\xac\x63\xc8\xb0\x3e\xa9\x4b\x3a\x19\xed\xc1\xce\xfd\x46\xaa\x8b\xa7\x39\x72\xb3\x3a\xa8\xcf\x9b\x0d\x20\x3f\xe6\x1c\xa8\x2c\x25\x32\xec\x35\x21\x3a\x80\xed\xe2\x51\x7c\x61\x57\x3a\xc1\x55\x6c\x58\x1c\x06\x89\xf2\x07\x0c\xd9\x95\x13\xe9\xba\x5e\x9d\xbc\x9b\x74\xcd\xd5\xe2\x84\x20\x15\xa8\xee\xbf\x4b\x19\x85\x24\x71\x3f\x18\x6b\x13\x9b\xec\x73\x92\x30\x44\x72\xce\x74\x4b\xc2\x10\x2d\x4d\xbd\x62\x37\x96\x7f\x23\x28\x3b\xc5\xf9\x4d\x9d\xe9\xff\x96\x3b\x7b\xcf\xb2\x14\xec\xf9\x7b\x27\x96\x77\x80\x54\x77\x6e\xdf\xc9\x4d\x2a\x1f\xc0\xba\x56\x12\xa7\xe5\x6d\xf6\x99\xca\x47\xb4\xa2\x90\xac\xb9\x9f\xe3\x62\x6c\x9e\xb0\x9a\x26\x95\xbb\x28\x50\x92\xfd\x90\x5a\xba\xd4\xfc\xb9\x8d\x6b\x3b\xc3\xda\x73\x90\x06\x4f\x25\x5d\x66\x5a\x79\x2c\x26\x11\xb2\xb5\xdb\xf2\xf5\xf3\xd2\x0b\x3c\xcc\x55\x39\x6b\xcc\x50\xaa\x3d\xb9\x75\xbf\xb4\x5a\x75\x33\x50\x03\x8c\xd0\x32\x4d\xab\x4d\x4e\x7c\x4b\x5e\xa4\xe0\xd0\x8a\xb3\xad\xed\xb9\x32\x20\x27\x5a\xc3\xdf\xc3\x64\xd4\x65\xe8\x0e\x3a\xc1\xf7\xf0\x9d\xda\x4e\xef\xbe\x4e\x53\x32\xb9\x9f\x93\x56\xa5\x50\x4b\xc6\xa4\x90\x1c\x47\xd5\xfd\x0a\xaa\x77\x50\x93\x97\x9b\xf4\xea\x72\x46\x85\xc4\x61\x68\x1a\xfb\xfc\x57\x4c\xfc\x6b\x21\x31\x97\x89\x33\x94\x06\x20\xd6\x44\xb2\x48\x4c\x1e\x91\xf4\x7d\x0f\x7b\x7f\xa4\xef\x7b\xf6\x7d\x8f\x50\xef\x8e\xc5\x3c\xe9\x96\xd7\x2d\xe6\x5e\x89\x09\xf4\x1c\xf5\x6a\x74\xb4\x83\xae\xfa\x48\xbb\x92\x00\x2e\x5a\xd8\x06\x1e\xbf\x4e\xde\x6e\x64\xf2\xa9\x69\xc6\x7a\x01\x11\x6b\x62\xe8\x2a\x8c\x3f\x0e\xcf\x30\x05\xf5\x6a\x74\x94\xc3\xa1\x9e\x78\x0e\x11\x6b\x47\xb8\x82\xf3\xef\x4c\x74\x27\x93\xc5\x8b\xc4\x66\x3a\x32\x6e\x98\xa3\x83\xd8\x32\xdb\xd0\x4e\x87\x40\xf2\x11\x2f\xc4\xf4\x2b\x85\x9e\xad\xba\x38\x57\x29\xfc\x73\x22\x5f\x47\x6a\x27\x9c\x1d\xb1\xeb\x40\x4a\x48\xe8\xb5\xfa\x9d\x98\xca\x3e\xf5\x1e\x52\xa4\x09\x22\x19\xbf\x3b\x40\x97\xcf\x35\x23\x91\xae\x25\x7f\xff\xd8\xf2\x35\x37\xdf\x72\x0d\x30\x76\x09\xe9\x8b\x22\x9e\xd3\x88\x2a\xce\x57\xa3\xa3\x3c\x5d\x99\x1e\x24\x46\xb8\x54\x8e\x99\xb3\xc7\x75\xae\x4f\xcf\x0b\x5c\xf4\xf1\x51\x9a\x16\xfe\x7f\x16\xaf\xcf\x27\xff\x77\x7a\xf6\x2a\xad\xb7\x14\x63\x24\x62\x7f\x83\xb0\x40\x3a\x68\xe8\x68\xd1\xcb\x78\xa1\xd2\xb0\x73\x61\xc6\xfd\x21\xd0\x70\xbd\x4a\x5d\x9b\xcc\x16\x2b\x9f\xad\x5b\x98\xcd\x6f\xfe\x7e\x3c\x3b\xb9\xd8\xc3\x83\xd2\x67\x43\x1c\xd3\x75\xea\xd7\x00\x07\xf4\x21\x29\x36\x99\x7f\xd0\x49\x7e\x08\x0b\x41\xd6\x14\x82\x4e\x16\xc9\x0d\xdb\xe4\xe3\xa5\x03\xd8\x2c\xbc\xd2\x30\x3d\x2d\x52\x99\x2f\x83\x18\x9b\xac\xef\xbd\x9d\x7b\x59\x38\x3e\x99\xb6\xdd\xd3\x56\x1b\x60\x15\x94\xe4\x15\x8e\xa9\xbf\x79\x03\xdb\x28\x2c\xe6\xf2\xd4\xec\x6f\x88\x23\xe3\xa9\x4e\x8b\x76\x9e\xc7\x36\x29\x8e\x41\x0c\x49\x8b\x19\x9a\x9d\x74\xd2\x0d\xc7\xe7\xce\xa5\x77\xff\x1c\xf9\xf2\x48\x16\x22\x3a\x31\x33\x53\x24\xdd\xa3\xec\x4c\x45\x61\xcd\xfb\x6f\x5e\x9f\xbc\x4e\xfa\x19\xa3\xbf\xd8\xaf\xc7\xe8\x2f\xaf\x74\xb7\x91\xbd\x88\xbf\x27\x94\x7a\x4e\xa2\xe2\x19\xcf\x4d\x5d\xff\xf1\xd6\xb7\x05\x55\x7a\xf2\x0e\x7c\xac\x80\xb7\x64\xef\xfa\xdf\x3b\x74\x69\x4e\xd0\xd0\xf4\x6c\x96\xbb\x0e\xc1\x9c\xaa\xe1\x2d\xc9\x9a\x5d\x8d\xd1\x07\x1c\x4b\xe6\x09\xb1\xfd\x60\xff\xfe\x30\x56\x0b\xc0\x07\x21\xb1\x24\xfe\x87\x1e\xd5\xc0\x77\x8e\x16\xdb\xd5\xa1\xaf\x46\x47\x39\x24\xd5\x8a\x9d\x64\x37\x27\x08\x95\x4a\x20\xd4\xe3\xf4\x11\xe3\xf6\xa9\x41\xd3\x3e\xaf\x69\x55\xb0\x25\xbf\xe2\x2d\x09\xef\x21\xff\xdd\x74\x3d\x79\x45\x68\xfc\xf1\xfb\x42\xcd\x89\x4e\x52\xff\x6d\x19\x53\x19\x7f\xff\xf4\x69\x5a\xbf\x62\x9e\x1c\xfe\x94\x3d\x79\xc6\xa4\x0c\x81\x33\xff\x1a\xd2\x3b\x25\xde\x11\x1a\xb0\x5b\xb1\xd0\x29\x45\xdf\x3f\x3d\xfc\xcf\x63\xc6\x75\xf7\x10\xdd\xd4\xbf\xf6\xad\x5f\xe3\x30\x6c\x7e\xeb\xf0\x3f\x9f\xb6\x82\xf5\xf4\xef\xe5\xb7\x86\x4d\xac\xcf\xb3\xad\xa6\x9e\xa5\x98\xea\x9e\x71\xb2\xa1\x3a\x26\x63\x6e\xc3\x4b\x79\x7e\x37\xbc\xd6\x2c\x82\x2e\x1f\x16\xa4\xd2\xf6\xc3\x8a\xa0\xda\x8f\x58\x92\x5d\xe9\x06\x8c\xba\xb8\x56\x5e\x22\x6d\xca\x02\x6a\xdf\x47\x28\xa7\xf6\xee\x5f\x94\x84\xca\xbf\xe4\xc5\x52\xfe\xad\x59\x16\x3b\xdf\x2e\x08\xa0\xf1\xed\x0a\xd7\x77\xc0\x2e\xb1\xba\xc5\x45\x0e\x62\xbd\x88\x45\x04\x34\x98\x73\xe6\x83\x10\xf7\x7c\x95\x43\xe3\x52\x01\x80\x2e\x39\x84\x70\x83\xa9\xd4\x67\x08\xe6\xee\x9c\xa6\x7e\x64\xd3\x77\x0b\xdd\xce\xe1\xd7\xa4\x28\xc9\xd1\x9d\xec\x56\x78\x69\x0a\xb8\x17\x47\x01\x96\x60\x5a\xce\xe8\xee\x64\x8f\xfc\x15\xcd\x7e\x17\x85\x17\x3c\xce\xf4\xc6\xde\x3c\xf3\x84\xe1\x54\x94\x70\x6a\x9f\xd4\xce\x6f\x96\xa8\xab\xd1\x51\x45\x06\xf5\xa1\x9b\x2f\x7b\x11\x48\xa3\x1f\x4a\xb6\x44\x9a\xfe\xf0\x26\x36\x9a\xf4\x01\x99\xfe\x9e\x39\x1c\x6a\xc5\x16\x3e\x0e\x75\xaa\xcf\x27\x46\xc1\xc3\xb7\x98\x83\x67\x16\x78\xf3\x43\x37\xa9\x9a\x61\x2b\xee\x45\x9b\x81\x6c\xc7\xf8\x0a\xb6\xf5\xdc\x0e\x40\x28\x6f\xee\x18\x47\xd8\x27\xb2\xd6\x7b\x50\x08\xaf\xeb\xca\x8a\x6d\x39\xd6\xec\xec\x64\x71\x73\xb8\x4f\xaa\xbb\xf5\x2d\x45\x96\x6d\x6e\xdd\xea\xb4\xf2\x3c\x29\xff\xb7\xa7\x1a\x7a\xc8\xef\x91\x64\xd7\x40\xbb\x9d\x2f\x0e\x39\x54\xb6\xc4\x64\xae\x74\x0d\x8f\xe6\x2c\x50\x80\xf6\x61\x92\x4d\x0b\xd5\xed\xcb\xce\x4e\x16\x19\x01\x7a\xc7\x4e\x6d\x41\x78\x7e\x9b\x1a\xb1\xa0\x1b\x73\x86\x18\xa2\x0d\x53\x60\x29\x5e\x47\x92\x6c\xc9\xa7\x6a\x0d\x55\x9f\x0e\x82\x97\xa7\xcf\x16\x7a\x53\xbe\xb5\xed\x83\x77\x5a\xfa\xd3\xe3\xef\xab\x96\x10\x96\xc2\x63\x09\x5e\x3d\x7a\x68\x26\xe8\xb4\x36\xcd\x2d\xb1\xb8\x1a\x1d\x95\x09\xac\x9f\xd8\xad\x6f\xb3\x49\x77\x79\xb5\xf7\xd9\xe8\x70\x34\xf5\xdb\xf4\x6d\x6a\xfc\x7e\xae\xcb\x43\xf6\x81\xf0\xc6\xbc\xbb\xd7\xf7\x5f\x6f\x3d\xb1\x16\x59\x57\xc0\x26\xad\xd7\x12\xcc\x90\xd4\xa8\x75\x51\xb3\x16\xe0\x9c\xcc\xf8\xfa\xa7\xe3\x3b\x4f\x9a\xc3\xba\x18\x1a\xaa\xd7\xe3\x52\xdc\xad\xa5\x20\x68\x96\x6a\x5b\x8e\xd9\x58\xc3\x9f\xe4\xe4\xa4\x57\xb1\xf4\x15\x52\x9f\xa1\x9c\xdc\xd9\xe2\x8f\x73\x16\x88\x39\x70\x35\x77\x7b\x2d\xd9\x5b\xfc\x71\x41\x3e\xf5\xfc\x96\xd0\xde\xdf\xf6\x6d\xc7\xc7\x6e\x80\x73\x12\xc0\xb3\xe4\x70\xea\x98\x6d\xb7\xb8\xdb\x35\x5b\x25\xc9\xbc\xb6\x20\xd3\xb6\x38\x7f\x15\x28\x3d\xfb\x8a\x94\x94\xcc\xeb\x9d\xc4\x9d\x02\x75\xf4\xc5\xa9\x83\xef\x24\x38\xcd\x25\x6b\x79\x44\x9e\xbe\xde\x4e\xef\x75\x6b\xbf\x34\x5d\x4d\xeb\x5a\xfe\xde\x1b\xe5\x42\xda\x34\xb7\x25\x20\x11\xe1\xdb\xae\x27\x09\x7b\x0e\xe5\xe6\x09\xaf\xc8\xff\xeb\x19\x73\xd3\xeb\x1e\x14\xd6\x2b\xc6\xa1\x24\xda\xc4\x0e\xa7\x6e\x65\x9f\x3e\x3f\x3d\x87\xa8\xe1\x9d\x2e\x02\x3b\x4f\x5d\xb6\x7d\xfc\x2d\x7b\x1a\x7d\x99\x54\x96\x65\x8e\x60\x63\x9d\x87\x7d\xdd\xb3\x79\x72\xde\x8a\x71\x4f\x6b\x30\x0e\xb3\x5b\xaf\x9e\x68\x2b\xd8\xcf\xd8\x5a\xbc\x5a\x55\x64\xb4\x42\xe6\x6a\x74\x54\xa5\x51\x17\x80\x34\x20\x99\x5b\xdf\xb4\xeb\xdb\xa2\x2c\xab\x65\x7d\x4f\xea\xaa\x2d\x9e\xd7\xd5\x3f\x45\xac\xb6\x79\x40\x1b\xc9\x9a\x16\x49\xba\x45\x47\xc4\x64\x4f\x31\xb4\x03\xd2\x92\x4d\xa2\xe5\x65\x9c\x19\x6f\x16\x2f\x9a\x49\xcc\x1a\x91\x08\xb1\x49\xaa\xea\xcc\xd2\x4b\x44\x5f\x92\xdb\x02\x75\x13\xf9\x95\x53\xb2\x4d\xc4\xa1\x1a\x39\xe8\x53\x9f\xba\x0b\x96\x93\x01\x5f\x3b\x89\x79\x77\xe3\x2f\x16\xc6\x5b\xb0\xd7\x69\xed\xde\xac\x36\xc0\x98\xbd\x9e\xd7\x6e\xff\x1b\x5d\x27\xf3\xf9\xcb\xad\x78\x09\x77\xb3\x93\x3e\x4e\x94\x81\xd0\x77\x17\x67\xbe\x6e\xe3\xf9\x35\xa9\xda\x9a\xac\xf1\xf2\x4e\x76\xdc\xea\xd4\x7c\x95\x09\xee\xa7\xa7\x0d\x38\xb7\xd8\x35\xf6\x38\x16\x5b\x47\xfa\x34\x8c\x08\xf4\xdc\x36\xb4\x9a\xc7\x3c\x62\x02\xd0\x62\x71\x52\x3a\x24\x23\xec\xd0\xbe\x3b\xe7\xec\x86\x08\xc2\x28\x04\x48\xa9\x82\x7a\xd9\xde\x9a\x9e\xbc\x72\xcc\xc2\x00\xbd\x38\xb1\x8f\x65\xf2\xf8\xcd\x86\xb3\x78\xbd\x89\x62\x89\xd2\xa0\x89\x7a\x6d\xd8\x53\xab\x75\x54\x3a\xac\xda\x4d\x5f\xfe\x73\xc2\x0e\x2b\x9f\xbb\x49\x2e\x5e\x65\x5e\xfd\x2a\xe3\x42\xe1\x4d\x59\x7d\xb3\x25\x63\x72\xb3\x7c\x1d\xb5\x3a\xff\x29\xbf\xa6\x4c\x32\x3b\x2c\x3f\x12\x7e\xf5\x91\x3c\xbc\x8f\xa6\x70\xd9\x19\x6f\x5d\x68\xa4\x31\x8c\xee\x58\x70\xea\x83\x34\x75\xe1\x9f\x86\xd0\xb1\x63\x8b\xe8\xd8\x71\xba\x2d\x4a\x69\xc5\xaf\x46\x2b\x1a\x5d\xd9\xf2\x4a\x52\x0a\x83\x15\x59\x58\x5b\xfe\x5a\xba\xab\xb1\xb0\xc7\xde\x71\xbe\x55\x17\xd3\x74\x9b\x22\xb7\x49\x6e\x58\x6d\xea\x57\x01\xf7\xf2\xb2\x6b\xcf\xd4\x66\x63\x5d\x1b\xdf\xaf\x0f\x6a\x3b\xb7\xaf\xb5\x51\xb8\xb2\xd7\x5a\x1f\xfe\xb1\x3f\xec\x97\x13\xc6\x21\xe2\x20\x80\x9a\x16\x36\xa7\x2f\x17\x5e\xe5\xa2\x64\x93\x9d\xa3\x2d\xa4\xf2\xf8\x95\xf7\x16\xd3\x2d\x8e\x22\x08\xd0\x8a\x80\x49\x3c\x0c\x90\xdc\x70\x76\xab\xc3\x39\x9c\xb3\xf6\x2d\xa4\xee\x0d\x01\x3d\x7e\x9a\xba\x03\x92\x13\x5f\x1c\xb3\x30\x04\x5f\x16\xf3\xb0\x6a\x72\x77\xd6\x1c\xd3\x38\xc4\x6a\x1e\xb4\x4f\xe1\xc9\x7f\xd4\xc3\x99\xd8\x1a\x34\xef\xd5\xe3\xed\x69\x75\xf3\x94\x39\x30\x1e\x44\x19\x93\x2b\x13\x75\x55\x95\x39\xba\x4b\x2f\x36\xd5\x77\x52\xfb\x85\x0b\x05\x86\x3b\xb5\xce\xc4\xe9\x61\xe1\x59\x9a\xfc\x54\x59\x4a\x87\x1d\xad\x5a\xed\x36\x90\x31\xe8\xd9\x74\x1b\xd4\xaf\x46\x47\x0e\xce\x55\x33\xa5\x1f\x32\xdb\x1e\x32\xdb\x1e\x32\xdb\x1e\x32\xdb\x1e\x32\xdb\x1e\x32\xdb\x3a\x65\xb6\x35\xb9\x57\xa8\xc1\x83\x71\xc7\x2c\xab\xd0\x3a\xbb\x36\x3b\x36\x26\x0f\x89\x77\x0f\x89\x77\x0f\x89\x77\x2d\xa5\xfa\x45\x13\xef\x96\x79\x93\xd9\xed\x84\xa3\x60\x6d\x9d\xc0\xfd\x10\x0b\x41\xfc\x57\x0c\x07\xcf\x70\xa8\xf6\xdc\xfc\x1c\x6f\xbf\xa2\x44\xa7\xe9\x75\x71\xba\xaa\x7c\x69\x91\x12\xa6\x77\xac\xe2\x64\xba\x81\xe8\x7e\xf8\xd2\x19\x78\x0d\xcf\xf4\xf1\xe9\xc9\x79\x6d\x78\xbe\x85\xa3\x79\x79\x6c\x9c\x62\x1c\x04\x1c\x44\x7d\xdb\xbb\xa4\xf9\x9b\x19\xd3\x0b\xa8\xf0\xec\x27\x4f\x4c\x77\x0d\xb5\xf7\x3f\x39\x5f\xa0\x90\xb1\xeb\x62\x68\xaa\x47\x5d\x71\xfb\xd1\xaf\x46\x47\x45\x0a\xf4\x61\xa7\x13\x23\x37\x13\xa3\xf8\x98\x43\x40\xaa\x87\x59\x1d\x98\x98\x3b\x4c\xbb\x7c\xf3\x37\xf4\x1b\x0d\xd5\xc4\x84\xa0\x5f\x36\xdf\x32\xe6\x42\xe2\x65\x08\x5e\x04\x5c\x6f\x0c\xa9\x0f\x5e\x7a\x7a\xee\xc5\x09\x78\x6f\xcb\x02\x30\x3b\xe0\x31\xba\xd1\x3e\xb0\x6e\xf6\xad\x08\x7f\xe3\x29\xfc\xb3\x33\xf7\xbe\x87\x83\xfb\xa5\x04\xf6\x20\xe5\x6a\x74\x94\x67\xa1\xd9\xa8\xed\x22\xce\x29\xda\x87\x4c\xe1\x87\x4c\xe1\x87\x4c\xe1\x87\x4c\xe1\xff\x3f\x32\x85\xc5\x09\x11\xc6\xe5\x76\x6c\xf2\x76\xb1\xc7\x09\xc3\x39\xdc\x75\xbc\x84\x10\xe4\xa9\x6e\xad\x5a\x6e\x26\xd0\x30\x56\x87\x9b\xb7\xad\x4b\x42\x3e\x01\xfa\x60\x87\x4b\x2e\x22\x2a\xc5\x16\xc9\x27\x42\xd7\x69\xdf\xf7\x10\xf2\x6d\x32\xda\x68\x73\x4d\xdc\xb0\x0a\x36\xf5\x32\x14\x52\x26\x18\x62\x7f\x2a\xde\x16\x54\xaf\xb3\xff\x06\x39\xcc\x0f\x59\xba\x0f\x59\xba\x0f\x59\xba\x0f\x59\xba\x0f\x59\xba\x0f\x59\xba\x0f\x49\xad\xe9\xe3\x87\xa4\xd6\x6f\xc6\x43\x91\xd8\x75\x15\xd2\x37\x86\x22\x5f\x83\xd4\x53\x40\x5f\x63\xff\xf5\xe3\x97\x06\x23\xbb\x42\x0e\x1b\xbd\x6c\x05\xda\xc9\xa6\x87\xf4\xe4\x87\xf4\xe4\x87\xf4\xe4\x87\xf4\xe4\x87\xf4\xe4\xef\xf2\xd3\xe4\x21\x3d\xf9\x21\x3d\xb9\x7b\x7a\x72\x31\x6c\xb7\x2b\xff\xc3\x7d\xf8\x55\xf5\xb2\xda\x9c\xce\x36\x38\x3e\x75\x27\xc7\xee\x03\xcc\xe6\x08\xa3\xfd\x71\x88\x6b\x93\x8a\x2d\x71\x73\xd7\xe2\xca\x0d\x96\xba\x41\x68\xea\x2b\xeb\x86\xb7\xd5\x8d\x48\xbb\x86\xaf\xfd\xc7\xd1\xc3\x54\xf2\x3e\x9f\xb9\x4f\xdf\x6b\xf3\x3a\x4d\xa0\x7e\x1a\x6c\x09\xcd\x12\x86\xfa\x78\x59\xc9\x1d\x0a\x83\x87\x79\xd3\x3e\xa5\x98\xde\xa1\xcb\xbc\x8e\xa4\xf7\x36\x64\x67\x1c\xd9\xf5\x99\x93\xfc\x9b\x1e\x13\x85\xff\x4f\x1e\xe5\x06\xf1\xd8\xca\x4b\x20\x75\x8b\x0b\x17\x50\xab\x1e\x75\xec\x8b\xcc\xd5\xe8\xc8\x49\xee\x3e\x8d\xb2\x9d\xf2\x76\x89\x71\xc0\xb9\xa4\xa3\x43\x05\x3d\x57\x5b\xed\xbc\xa6\xa2\x25\x16\x10\xa0\x54\x8b\x45\xfb\x46\xff\x7b\x0c\xe1\x9e\x41\xb3\xe9\x59\x9b\x89\x83\xa5\xc4\xfe\x66\xae\xb3\x95\xee\x7d\x07\xe7\x9c\x71\x99\xe7\xa0\xdb\x99\xef\xbe\x12\xac\x11\x4a\xbb\x5b\xc5\x76\x82\xd8\xf7\x80\x4c\xc1\x98\x03\xdf\x12\xa1\x3c\x57\xf1\x8c\xc5\x34\xc0\xbc\x57\x29\x86\xda\x68\x4e\x83\x80\xd1\x79\xd2\x0a\xbb\xf3\x61\x60\xf1\xf3\x9e\x53\xae\xa2\x29\xcd\x32\x6c\x90\x4d\x13\xcf\x3b\xf0\xb2\x91\x47\x03\xce\x7b\x7d\x78\x3e\x3d\xab\x5c\x2a\x9f\x15\x29\x74\x9b\xe4\xbb\xe1\xd5\xce\xe8\x3a\x3d\xa8\x9f\xde\xe1\x72\x46\xd7\x1c\x44\x6d\xbe\x4f\xe3\x6a\x88\xa3\xe8\x0c\xaa\xc1\xd0\x3e\x27\xfa\xab\x38\x0c\xf3\x97\x50\x5b\xc8\x9d\x22\xf9\xcd\xa0\x9a\x28\x98\x73\xb8\x21\x70\x7b\x7f\x84\xa0\x64\x84\xe1\x08\x4a\x41\xba\x09\x8b\x25\x5b\xf8\x38\xdc\xed\xe7\xb4\x21\x2a\x6d\xb5\x6f\x32\x8e\x92\xcc\xb3\x24\xb5\xb2\xeb\x91\x4b\x6b\xa8\x4e\xd2\x7c\xe0\xd2\xb4\xb8\x1e\x84\x36\xb5\xa8\xda\x9d\xac\x76\x3e\x83\x00\x71\xf0\x19\x0f\x34\xb3\x2f\x58\x2c\x01\xfd\xf0\x37\x44\x28\x62\xca\xea\xe9\x00\x32\x0b\x6f\xcc\x6d\x85\x27\xe7\x8b\xa7\x87\xc8\xdf\xe0\x30\x04\xba\x86\x03\x74\xc6\x38\x20\x42\xb3\x0a\x26\x1f\x53\xb4\x04\xb4\x52\x66\x09\x5d\x6e\x80\x43\xe6\xc7\x29\x4a\x6c\x19\x21\x3f\x20\x4c\x67\x8d\x4c\x0a\x0b\xfc\x04\xfb\x5b\x98\x04\x54\x3c\x3d\x9c\x70\x85\xca\x0f\x7f\x9b\x3c\x12\x20\xbd\x38\xf2\xb0\xbe\xe6\x96\xb3\x10\xfa\x65\xad\x7c\x49\xc2\xab\x6e\xe3\x50\xb4\x5f\x8d\x8e\x14\x53\xeb\x73\x0d\x74\x45\xd9\x3b\x2c\xfd\x9d\x76\xca\xf9\x39\x2c\x77\xda\xc6\xb6\x5a\x46\xe1\x16\x9d\x3e\x5b\xa0\xe3\xc5\x0c\x3d\x3e\x0d\xb1\x90\xc4\x47\xcf\x42\xe6\x5f\xa3\x85\x54\xec\x4b\x7d\x55\xfd\x7f\xbc\x06\x34\xa3\x12\xf8\x0a\xfb\xf0\x04\x05\x9c\xdc\xf4\x9c\x68\x83\x0d\xee\xe6\xd0\xaa\xdf\xea\x01\x1f\x25\x70\x8a\xc3\x86\x94\xdd\x36\x1c\xc6\x81\xf5\x8c\x13\x78\x5e\x40\x05\x8a\x38\xfb\x17\xf8\x32\xbd\x20\x44\x5b\x18\x53\x37\x93\xaa\x76\x27\x5e\xee\x31\x8c\x93\xfa\x95\xa8\x4d\x90\x6a\xe4\x1a\xd9\xe2\x35\x3c\x8b\x49\x18\xec\x67\xfe\xf4\xa5\xf4\x06\x5f\xbd\xbe\x9c\x1e\x5f\x64\x7a\x91\xe9\xc2\x05\xac\x89\x90\xfc\xee\x89\x5d\x80\x0e\xd0\x9b\x0d\x11\x88\xe8\x5b\x04\x57\x71\xa8\x01\x2c\x15\x3a\x84\xae\xc7\xfa\x7f\xf6\xa2\xed\x31\xc2\xe8\x78\xa6\xb3\x2b\x95\xf1\x50\x1b\x7d\x0a\x10\xd8\x1b\xf0\xc5\x06\x69\x4a\xf4\x7f\x4f\x8f\x2f\xba\xc9\xe2\x1b\xc3\xdd\x29\xa8\x8f\x17\xb8\xd6\xa1\xaf\x4a\xb8\x93\xaf\x5d\xd0\x01\xf7\xa2\x5f\x33\xcf\x6a\x96\x51\x87\x4f\x57\xef\x24\x95\x8c\x63\x49\xa7\x4b\x86\x61\xec\x74\x36\xcb\x6c\x72\x9b\xeb\xfb\x70\xd2\x95\x87\xdc\xfb\xda\x22\x37\x90\x1a\x77\x7c\x47\x26\x62\xdd\x75\x32\x85\x26\x0b\x15\x0e\xd4\xde\x2c\xf3\xc5\x3a\xa4\x3a\x75\x7d\x8b\x3f\xce\x39\xa9\xbf\x59\x92\xc6\xdb\x65\xf5\xe8\x2e\x3d\x31\x61\x14\x05\xb0\xc5\x34\x40\x91\x86\xe2\x1c\x83\xd1\x13\xfd\xce\x33\x2c\xa0\x6d\x16\x7b\xcd\x80\xee\xe3\xbc\x64\x80\x39\x70\x1f\xa8\xc4\x6b\x98\x2e\xd9\x0d\xec\x31\x5e\x41\x87\x2e\xf4\xbd\x4c\x97\x4f\xbd\xc3\xa7\x4f\xdf\x77\x32\x77\x0d\x5f\x66\x34\x1d\x3e\x75\x53\x25\x22\x26\xed\xed\xfd\x84\xd1\x85\xe4\x58\xc2\xba\x57\xa4\x41\x41\x4a\xb4\x7a\xce\x58\x35\x7f\xb3\x07\x37\x0e\xbd\xef\xfb\x31\xc3\xf1\x61\xc6\x8b\xef\xfb\xda\xd5\xba\x0e\x27\xa9\x7e\xef\xd2\xc7\x8e\xea\xd4\xc8\xdd\xdd\x42\x1c\xd0\x40\xba\x43\x8b\x97\xba\x03\x60\x7a\xb2\x92\x26\x9e\xa9\xc7\x59\xe1\x4a\x87\xeb\xf8\x9a\x06\xab\x64\x94\x95\x46\xb9\x1a\x1d\x15\xd1\x69\x68\x0c\xb1\x78\xde\x2e\xfe\xa1\x83\x56\xb3\x93\xaf\x97\x99\x62\x30\x00\x81\x32\xd1\xa1\xe4\xdc\x10\xd9\xcb\x0b\x6d\xea\x61\xbf\x2c\xb0\x5e\x03\x38\xe7\xff\x2d\x91\x9b\x57\xcc\xc7\xe1\x5e\x6e\xa7\x46\x07\xe1\x12\x0e\x48\xe9\x76\x68\x10\xc9\xe7\xa6\xa1\x73\x26\x93\x0b\xb7\x6c\x11\x5b\xa5\xed\x4e\xb7\x64\x8f\xfb\x47\x20\xb3\x43\x92\xc7\xee\x7a\x18\xc5\xca\xc5\x06\xf3\xfd\xaa\x61\x2c\x29\xe6\x6e\xef\x02\x31\x42\xc3\x46\x78\xcb\xe8\x5a\xbb\x2d\x19\xae\x6a\x3f\xdf\x37\x57\x76\xf8\x01\xeb\x78\xd5\xc9\x6c\x67\xb3\xd8\xcd\x62\xa7\x0e\x0f\x62\x3b\x7d\x46\x25\x67\xa1\xa8\xcc\xa8\x86\xd4\xcd\x36\xc7\x6d\x6d\x61\xd6\x18\xbf\xc5\x8b\x76\xc1\xdf\x90\xed\x15\xf2\x34\x99\xc0\x62\x72\x62\x0e\xea\x85\x4b\x31\x0a\x66\xfe\x00\xbd\xc5\x61\x0c\x7a\xdb\x7c\x43\x02\xd3\x7d\x68\xc1\x62\xee\xc3\x22\x9f\x2b\x31\x3b\x31\xb7\x53\x92\x35\x65\x4a\xad\xc8\x0a\x09\xd0\x77\xae\x9a\x5c\xdf\x2e\x3a\xfb\xd5\x90\x74\xc7\x3c\x34\x36\x0b\x51\x29\xd9\xea\xc1\xf7\x72\x00\xef\x72\xb1\x78\x61\x2e\xf9\x36\x99\xae\xb1\x20\x74\x8d\x16\x8b\xb3\xf7\x8f\x27\x44\xe9\x54\x10\xeb\x9c\x87\x47\x42\x6c\x3c\xb3\x23\xee\x16\x38\xac\x19\x37\xb7\x6e\xd7\x0c\x73\x35\x3a\xaa\xc3\xad\x3e\x6e\x17\xc5\xcb\x90\xf8\x2f\xa1\x97\xaf\x9a\x7e\xdc\xf7\xa4\x2e\x05\x30\xc7\xb2\x36\x70\xd8\xe8\x2d\x3b\x34\xe6\x9e\x2b\x29\xfa\x9a\x4f\x6d\x07\x6a\x69\x77\x8a\xa4\x96\xd5\xbb\x39\xe0\x9c\x0d\x03\x6f\xf5\xf5\x1c\xcf\x72\xde\x8b\xbe\xa6\xce\x30\xd9\xe7\x74\xae\x0b\xf4\x82\x85\x7e\x5d\xbd\xd3\xbd\xde\x3a\xa7\x0c\xf8\x35\x8c\x3f\x4e\x79\x35\xe7\xe4\xcb\x65\x4f\x67\x9e\xa3\x6f\xf2\xb7\x50\x48\x28\x20\xcc\xd7\xe6\xba\xe6\xf4\xe6\x0b\x85\x2a\x0a\x30\x6c\x19\xed\x96\x44\xdd\x6b\x04\xe7\xbc\xcb\xf8\xf6\x02\xc2\x6d\xc2\xf1\x7f\x13\xfe\x29\x94\x91\xfb\x2e\xff\xc1\x38\x58\x1c\xc3\xc9\x43\x05\x81\xc8\xe4\x9d\x33\x4c\xc9\x0a\x44\x7d\x4f\x88\x36\x6b\xd6\xb1\x06\xa9\xfb\x5f\xea\x00\xaa\x96\xe3\x36\x81\x9c\xec\x40\x9e\x13\xa9\x2f\xc9\x47\x8c\x22\x7b\x8b\x7e\x27\x2e\xf4\x1f\xc5\xc9\x07\x9d\x1d\xba\x47\x6e\xb7\x1a\x48\xc3\x50\x23\x5f\x03\x44\x48\x72\xec\x5f\x23\xb6\xd2\x98\xfd\x55\x20\x71\x47\x7d\xe5\x68\xe8\xb0\xe8\x3f\x8d\x7b\x47\x04\x82\x3f\x62\x72\x83\x43\xa0\xda\x9f\xb0\x59\x94\x6a\xc5\xf4\xbc\x35\x91\x9e\xfa\xca\x93\x78\xad\x09\x35\x8f\x28\x93\x20\x3c\x0e\x2b\xe5\x6e\x2b\xe0\x9d\xf8\xf6\x55\x11\x75\xb2\x9e\xe2\x2d\x88\x08\xd7\x87\x14\xdb\x5c\xb5\x9e\x5c\xf9\x9d\xc0\xb2\x17\xa2\x4b\x96\x88\xdd\x28\x88\x69\xca\x5a\x9a\x19\x08\x0e\xd6\x07\x68\xd5\x95\x93\x43\x8d\xe9\x64\x0a\x07\x1c\xbc\xa6\xf5\xad\x14\xdb\x4c\xc4\x19\x15\x92\xc7\xbe\x34\x68\x48\x86\x14\x50\x4f\x37\x13\xd9\xb2\x00\x34\x62\xe6\x06\x08\x7b\x23\x76\x14\xb2\x3b\x74\x0d\x77\x08\x8b\xec\xdd\x4e\x3c\xb9\x8f\x21\xdb\xd5\xff\xa9\xed\x9e\xe2\xf0\xbe\x0c\x4b\x56\xfd\xfe\xf6\xb9\x1e\x4a\x4f\xaf\xad\xce\x46\x57\xcc\x97\x73\x52\xb9\x78\xe4\x52\x34\xe7\xc2\x9a\x3a\x24\xed\x96\xdd\x41\x7c\x3b\xbb\x07\x56\x2c\x2c\xfa\x5b\xf6\x12\x7f\xc4\x21\xc4\x12\x82\xc4\xc6\xb3\x64\x4a\xe9\xe6\x47\xa9\x55\xcb\xe2\x10\xe9\x0c\x54\xb6\x8f\x43\xc4\x04\x91\x8c\xdf\x29\xab\xa4\xac\x56\xfb\xd4\xcc\x2f\x8f\x59\xc1\xa7\x9c\x3b\x6a\xd8\x1b\xda\x3e\xb3\x38\xea\xb4\x25\xea\xa4\x93\x19\xf8\x41\x64\x9e\x95\xb7\x57\x4b\xdb\xd3\x3c\x93\xd6\x72\x6a\x07\xad\xc8\x5b\x53\x0b\x62\x6d\x7a\x37\xaf\xfd\x94\x06\x11\x23\x54\x2e\x4c\x77\xa1\x9e\xde\xe7\xb8\xf8\xab\xb3\x92\x28\x39\x34\xad\xb2\x24\x43\x2b\xeb\x81\x57\xfd\x31\x64\x6b\x31\x2a\x3c\x7c\x3f\x80\xd3\x9b\xbb\x39\x2f\x73\x4d\xc1\x32\x25\xe9\xb9\x64\x0b\x00\xb6\xb1\x90\x68\x09\xc8\xec\x07\x4d\x94\x35\x29\x09\x4f\x8e\xee\x4d\x69\x19\x50\xc9\x35\x4c\x5b\x26\x57\x24\x3c\x69\xa8\x9b\x23\x37\x79\xa4\x88\xec\xdc\x49\xf7\x0b\xd0\x90\x2f\x3f\x2b\x12\xd3\xd0\x74\x36\x47\x5f\xc3\x5b\x8a\xe4\x52\x03\xda\x86\x98\xd4\x20\x7d\x99\xf4\x2a\xae\x6d\xdf\x0a\x61\x9d\x9b\x71\x97\xf4\x00\xe8\xd7\x9c\xa1\x2f\xdc\x06\xf7\xa0\x93\x45\x4b\x78\xe3\x5c\xe9\x2a\x53\x7c\x10\xab\xa7\xb3\xb4\xa1\xee\x90\x6c\x17\xf5\xbb\x38\xda\x0f\x7a\xc9\x2a\xea\x2c\xee\x36\xe6\x90\xc5\x32\x8a\x65\x8b\x10\x5a\x93\x72\xbd\xd6\x40\x50\x40\x38\xf8\x7a\x21\x4c\x76\xb2\x49\xa3\xd4\x40\xfd\xa5\x50\x4a\x6f\xe4\x14\xe8\xf1\x5a\x97\x95\x4a\x48\x7f\xb3\xdb\xe2\x6e\x21\xcf\x7b\x1d\x3b\xa7\xa4\x07\x93\x5f\xfe\x88\x89\x7f\x2d\x24\xe6\xd2\x53\x8b\xbe\xa7\x9c\xb5\x9a\xd0\x28\x07\x53\xf2\xba\x07\x53\xd9\x4a\x93\xf1\x5f\x6a\x50\xb4\x50\xa3\x26\xc8\x1e\xa0\x63\x93\xb9\x89\xd1\x92\x63\xea\x6f\xc6\x48\xed\xe0\x18\x47\xc6\xe5\x44\x1b\xdc\x31\x31\x7b\xdf\xb1\x9c\x3c\x30\xd1\xc5\x3d\x38\xa0\xfc\x14\x35\xd2\x6f\x17\xaf\x50\x3d\x86\x9d\x08\xed\x03\xd2\x66\x9c\x89\x6a\x81\x30\x8e\x22\x2f\x80\x9b\x21\x6a\x7d\x2d\xb3\x5c\x2a\x34\x76\xce\xd6\xa1\x7d\xf6\x00\x24\x26\xa1\x40\x8c\x22\x8c\x32\x4d\xcf\x26\x0f\xb3\x0b\xa7\x7a\xa3\xec\x0b\xe3\x20\xc8\x87\x6e\x32\x97\xb8\x97\x93\x7e\x5f\xa8\x14\x6c\xe4\x05\x44\xac\x8d\x81\x34\x5a\xbf\x87\x16\xbf\xd9\x00\x5a\x13\x69\xa7\x0f\x8a\x69\x00\xdc\xb6\x7d\x4a\xf0\x2e\x99\x79\xa2\x16\xd4\x5b\x12\x86\x6a\xde\x99\x69\xa6\x76\x27\xff\xa1\x23\x66\x10\x8c\x4d\x10\x62\x8b\x3b\x2f\xd6\xc3\xa1\x82\xb7\xd1\x3f\x9d\xe8\xb8\xfd\x97\x2d\x26\xfb\x46\xe9\x34\x0c\x8b\x6c\x82\x50\xb2\x3f\xb3\xa6\xc8\xdf\x60\xba\xee\xd8\x59\xa2\x23\x68\x27\x79\xab\x30\xfe\xb8\xe7\x0a\xaa\x24\x93\x2d\x61\x79\xc1\xe8\x88\x4c\x93\x54\x6e\xb9\x92\x09\x1d\x67\xa1\xa9\x49\x67\xa5\x18\x70\x68\x27\x87\x22\x2c\x37\x5f\x2f\xba\x7f\xa1\xb6\xf7\xe4\x06\x90\x46\x43\x37\x7e\xb1\x19\x0f\xa5\xfd\xbb\x21\xdb\xfe\xf0\x3a\x12\x59\x24\x40\x53\xbc\x65\x54\xbd\xa7\x0f\x90\x09\x0d\xd0\xcb\x78\x09\x9c\x82\x72\x28\x0a\x11\x6c\x1c\x45\xe1\x9d\x65\xca\xe5\x95\x2e\x10\xf7\xc4\x9d\x90\xb0\xbd\x1a\x8d\xd1\xd5\x68\x89\x05\x5c\x8d\x3a\x26\xd5\x7d\x4d\x1a\xcc\x1e\x25\x47\x87\x79\x30\x46\xe6\x5f\x45\x8f\xf9\xeb\x7d\x63\xd7\xb5\xc5\xe2\x45\xbb\xe3\xda\x26\x61\xaa\xcf\x13\x03\x9f\x38\xc1\x8b\xc5\x0b\x1d\x8c\xb4\xfd\x81\x15\xfa\xb1\xdc\x00\x95\xc4\xaf\xdc\x54\xbf\x83\xcf\x3d\xc0\x3b\x49\x8e\xf9\x3e\x06\xef\x8d\x95\xab\x1a\x59\xb9\x2a\x16\xa1\x8a\x98\xb5\x48\x6d\xf5\x77\x61\x25\x2c\xcc\xda\xce\xe6\xe0\xbe\x86\xae\xf7\xa4\xd6\x44\xfe\xef\xac\x4c\xfd\x67\xc6\xd7\x13\x35\xe2\xee\x2b\x43\x62\x51\x5f\x64\xd1\x72\x65\x51\x20\xee\x67\x61\x69\x0f\xb9\xa7\xd7\xa8\xb4\x6c\x5c\xf1\x55\x2a\x86\xd7\xb5\x56\x95\x79\x58\x59\xae\x1b\xe7\xef\xd0\xde\xe7\xce\xb8\x2c\x2e\xdb\xb9\xb4\x65\xbe\x31\x73\xf7\x13\x0d\xde\x3d\x6a\xc1\xa7\x5c\x80\xcf\x41\x0a\xdb\xb8\xa5\x55\x35\xc1\x35\xdc\x4d\x2f\xce\xdb\x97\x11\xd8\xf7\xef\x25\x38\x5c\x87\xcb\xf0\x31\x92\x97\x67\x0b\x04\x29\x97\x92\x3c\xae\xa1\x62\x24\x75\xd0\x0b\xb2\x7a\x07\x61\xf8\x92\xb2\xdb\x6e\xd5\xd8\x7d\x6b\x76\xdb\x1c\x85\xe1\x5b\x91\xef\x58\x73\x0f\x23\xf4\xaf\xcb\x6d\x03\xbd\x7f\xb5\x60\x1b\xe8\x7b\x54\xd5\x0d\x13\x68\xec\x56\xd2\x55\x16\x66\x0d\x9f\x6a\x84\xd3\x69\x0a\x16\xd4\x3a\x5b\x44\x3f\xdf\x02\xbe\x81\x5b\xc6\xaf\xc5\x67\xd3\x80\xf9\x73\x74\xbd\xfe\x1c\x4b\x12\x8a\xcf\x24\xa2\x20\x0f\x66\xf3\xf3\x62\x77\x9e\x9a\x95\xb3\x92\xd6\x4c\xd1\x6c\x9e\x5c\x60\x82\x08\x45\xc7\xb3\x93\x0b\x44\x99\xec\x76\xde\xb3\x03\xcc\x77\x89\x8c\xfe\xfc\xee\xcf\xef\xfe\x5f\x00\x00\x00\xff\xff\x43\x06\xfc\xd6\x00\x06\x01\x00") +var _schemaJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xfd\x73\xdb\xb6\xb2\xe8\xef\xfd\x2b\x30\xea\x99\x7b\x92\x19\xd1\x8a\x7b\x4e\x7b\x7a\x7b\xfa\x3c\x4f\xb1\xdd\x54\x2f\xb1\xa3\x6b\xa5\xcd\xbc\x5a\x99\x1b\x88\x5c\x49\x38\xa6\x00\x16\x00\xed\xb8\x37\xfd\xdf\xdf\xe0\x83\xdf\x20\x45\x52\x74\x92\x33\xcf\x3f\xc5\xa1\xc8\xc5\x7e\x61\xb1\x58\xec\x2e\xfe\xe7\x2b\x84\x46\x7f\xe1\xb0\x1e\xfd\x80\x46\x5f\x4f\x02\x58\x13\x4a\x24\x61\x54\x4c\x4e\xc3\x58\x48\xe0\xa7\x8c\xae\xc9\x66\x34\x56\x2f\xca\xfb\x08\xd4\x8b\x6c\xf5\x2f\xf0\xa5\x79\xf6\x17\xe1\x6f\x61\x87\xd5\xe3\xad\x94\xd1\x0f\x93\xc9\xbf\x04\xa3\x9e\x79\xea\x31\xbe\x99\x04\x1c\xaf\xa5\xf7\xec\x1f\x13\xf3\xec\x6b\xf3\x5d\x6e\xa8\xd1\x0f\x48\xe1\x81\xd0\x68\xfa\xdb\x22\x5e\x51\x90\x17\x38\x8a\x08\xdd\xa4\x3f\x20\x34\xc2\x41\xa0\xdf\xc6\xe1\x9c\xb3\x08\xb8\x24\x20\x72\xbf\xd7\x92\x91\x80\x5c\x44\xe0\x8f\xec\xcb\x7f\x8e\x13\xa8\x0e\x8a\xf4\xf3\x00\x84\xcf\x49\xa4\x40\x68\xca\x58\x18\x08\x24\x34\x20\x24\x19\x9a\xfe\x86\x76\x06\x45\x71\x84\x66\x6b\x24\xb7\x80\x6e\xe0\x1e\x11\x81\x30\x45\xd3\xdf\xc6\x48\x6e\xb1\x44\x38\x14\x0c\xad\xc0\x67\x3b\x10\xfa\x1d\x8a\x77\x80\x98\x79\xdf\x42\x63\x72\x0b\xfc\x8e\x08\x40\xb1\x80\x14\x90\x64\x88\xc3\x1a\xb8\xfa\x43\x6e\x49\x32\xf6\x51\x86\xe1\x07\x8f\x50\x09\x61\x48\xfe\xe5\x6d\xe5\x2e\xf4\xbe\x7c\x8c\x03\x58\xe3\x38\x94\x0a\xbb\xff\xf9\xd3\x88\xc2\x0a\x62\x54\x10\x52\x4e\xe8\x51\x8d\xa8\xf1\x1f\x85\xff\xe7\x04\x29\x24\x57\x8a\x33\xce\xff\x56\x62\x8d\x8f\x29\x5a\x01\x62\x3b\x22\x25\x04\x88\x54\x99\x51\xfc\x7c\x0f\xa7\x5b\x80\x4b\xa1\xfd\x99\x01\x1e\xf9\x24\xe0\x65\x2a\xdc\x2a\xbc\x21\x72\x1b\xaf\x8e\x7c\xb6\xfb\x78\x07\xf8\x16\xee\x18\xbf\x11\x1f\xe1\x46\xf8\x32\xfc\x18\xdd\x6c\x3e\xc6\x92\x84\xe2\x23\x89\x14\xbf\x67\xf3\x4b\x90\xee\x11\x49\xb0\x87\x6b\xd9\x57\x95\x89\x12\x69\xe1\x72\x08\x5e\xf3\x00\x14\xde\xd7\x05\xb8\xe3\x82\x6c\xca\x54\xda\xff\xbe\x1b\xef\x99\xcc\x6b\x1c\x0a\x28\x2a\x46\x10\x68\x2e\xa7\x1a\xc1\xe1\xf7\x98\x70\x08\x8a\x18\x28\x2d\xad\x8e\x52\xab\x3d\x52\x62\x7f\x3b\x67\x21\xf1\xef\xdb\x49\x60\x46\x43\x42\xe1\x8c\xf9\xf1\x0e\xa8\x6c\xd4\x2e\x33\xf1\x30\x8a\x34\x78\x14\xd8\x6f\xd4\xb4\x30\xe3\x66\x13\x04\xf8\x2d\xf1\x01\x61\xdf\x67\x71\x19\x6a\xab\xe9\xdd\x67\x14\xa7\x66\xe4\x39\x32\xbd\xba\x14\x65\xae\x10\x09\xbb\xf2\xc3\x06\xf5\x29\x00\xcf\xbd\x87\x39\xc7\xf7\x8d\xdc\x0b\x89\x90\xca\xdc\x28\x24\x12\xb3\x33\x9b\x5e\x18\x3a\x89\xb2\x49\x09\x81\x9d\xd8\xd5\x01\xac\x93\x3f\x5a\xbf\xda\xce\x9d\xdc\x77\x96\xf9\x53\xc3\xfb\x2b\x16\xc2\xf4\xea\xb2\x0f\xa0\x5b\xe0\x82\x14\x66\x42\xf3\xa7\x9d\xe6\xaf\xa6\xce\x31\xd8\x5e\x42\x9a\x34\xa8\xe6\xb7\x6e\xb6\xa0\x79\x3d\x56\x52\x3c\x7f\xb9\x40\x58\x19\x09\xe4\x6b\x47\x25\xe6\x58\xe6\x71\x6f\x37\x91\x9a\x20\x15\xec\x51\xe2\x14\x85\x2c\x0e\xde\x62\xe9\x6f\xdb\xac\x56\xbe\xf9\xe8\x15\xdb\x6c\x8a\x4e\x0d\xaa\xb7\x38\x95\x81\x92\xaf\x7b\xca\xb8\x84\xc3\x20\x52\xf0\x19\x95\x98\x50\x61\x19\x86\x22\xcc\xf1\x0e\x24\x70\x81\x38\x84\x58\xad\x86\x92\xa1\x1c\xaf\xda\x0a\xa5\x33\xe0\x66\x19\x55\x19\x5f\x2b\x2a\xa0\x78\x15\xc2\x9b\xfb\x08\x7a\xda\xc0\x71\xf1\x57\xa0\xf1\xae\x20\x88\x84\xdd\x11\x29\xbd\xaa\x1e\xc6\x01\x91\xae\xc7\x72\x0b\x54\x12\x1f\x4b\xc6\xab\x3f\x2b\x66\x71\x16\x86\xc0\x2f\x30\xc5\x1b\x70\xbc\xa2\x1c\xef\x20\x0e\x81\x8f\x0a\xbf\xbc\x1b\xc0\x60\x6b\x56\x29\x93\x1a\x1a\x26\x2b\xc1\x18\x26\xa2\x27\x02\x00\x5d\x67\x62\x50\xab\x94\x78\xf7\x64\x12\x0b\xbc\x81\x89\xaf\x9e\xdf\xa9\xe7\x9e\xd5\x4d\xcf\x82\x98\x7c\x6d\x1f\x18\xe9\x7b\xf0\x01\xef\xa2\x10\xc4\xd3\xa7\x47\xe8\x57\x1c\x92\x00\x01\x95\x5c\x59\x6d\xcc\xe1\x07\xf4\x7e\xa9\xb8\xb9\x1c\xbd\x1f\xeb\x3f\x15\x0f\xb3\xff\xe4\x38\x97\x3c\xac\xf0\x2b\xf9\x21\xe5\xd2\x72\xf4\xfe\xa8\xd3\xf2\xb2\x8f\x09\x3f\x62\xb4\xe5\xb0\xfe\x5f\xcb\x51\x6f\xe2\x97\xa3\x93\x12\x27\x7f\x9c\xe0\x13\x37\x47\x7e\xf4\x59\x00\x27\xff\xf1\x7b\xcc\xe4\x3f\x71\x44\xcc\x1f\x3f\x4e\xf4\xd3\x71\xf1\x57\xc5\xad\xc6\xdf\x73\x0c\x6c\x78\xaf\xc2\xd3\x86\x77\x53\x36\x17\xde\x39\xea\x6b\xd8\xf2\x33\x76\x48\xab\x06\xbc\xd9\xfa\x58\x31\x25\x22\xef\x6a\xdb\xba\x82\x77\x5a\x38\xb3\x35\xdf\xeb\x1d\xef\x40\xe2\x00\x4b\x9c\x5f\x93\x6f\x08\x2d\x7a\xed\x11\xf9\xd5\x2e\xfb\xed\xfd\x68\xb5\x5a\xb6\xb5\x93\x35\xbb\x73\xed\xdf\xb7\xb4\x43\x6e\xd7\x35\x43\xbc\xc3\x96\xd0\x69\x97\x47\x66\x4b\x75\x44\xd8\xe4\xf6\x18\x87\xd1\x16\x7f\x9b\x47\xed\x9d\x7b\xfc\x5b\x4c\x42\xbc\x22\x21\x91\xf7\xbf\x31\xda\x77\xdd\x38\x84\x05\xbe\xcb\x1b\x69\x60\x7a\xd5\x89\x69\xb2\xf0\x8b\x92\x15\x17\x71\x14\x31\x2e\xdb\x18\xf2\xa7\x9d\xac\xe8\xa2\xa3\xa5\x2c\x9a\x44\x8b\x96\xb2\x8a\x6e\x2e\xad\x31\xdf\x60\x09\x73\xce\xd6\x24\x6c\x2d\x26\x37\x07\x7f\x2a\xc0\x3a\x48\x78\x1b\x22\xdb\x49\xed\x05\xa9\xdb\xd6\xe3\x5d\x27\xb9\xcf\xa6\x17\x6e\x40\xda\x26\x1c\x3c\x89\x8a\xc6\x69\xef\xfc\xb9\x89\x57\xc0\x29\x48\x10\x97\x20\xef\x18\xbf\xa9\x58\xb5\x06\x8a\x5e\xd6\x7c\xec\x1c\x69\xa7\x97\xa6\xe0\x92\x05\xf0\x82\xb3\x38\x3a\x4c\x05\x2e\x4a\xd0\x86\xd8\xfd\xea\xa9\xa6\x20\x6e\x34\x7e\x48\x4f\x81\x74\xa2\x69\xfc\x09\xdd\x78\x34\x7d\xe3\x29\xc2\x34\x40\xd7\x96\x32\x94\xfd\x90\x7e\x04\x37\xc2\xb3\x3f\xeb\xef\xc4\x10\x93\xd2\x81\xc9\x72\x74\x52\x46\x5c\x4d\x45\x8d\x5f\xe5\xfb\x2a\x52\xcb\xd1\x49\x95\x88\xfa\xb9\x9c\xae\x68\x5d\xf4\xfe\x02\x24\xae\xd9\xde\x0f\xa3\x12\x83\xea\xc2\x4f\x8c\x23\x42\xd7\x8c\xef\xf4\x36\x54\x33\x32\x71\x06\x91\xf6\xac\x1d\xd2\x76\xa9\x48\x27\x71\xef\x1d\xb5\xa5\x2e\xb4\x11\x62\xc4\xc9\x2d\x96\x60\xa5\xd3\x4e\x94\xf3\xe2\x37\x4d\x0c\xc4\x61\xc8\xee\x44\xba\x99\x57\x6e\x39\x46\xeb\x38\x0c\xef\x3d\x3b\x72\xea\x64\x11\x8a\xee\xb6\xc4\xdf\x22\xca\xb4\xfa\xa1\x2d\x16\x88\xc5\x72\xc5\x62\x1a\x20\xc5\x30\x65\x64\x10\xf6\x7d\x10\x62\xac\x99\x92\x80\x30\xcf\x74\x84\xfd\xed\x22\x09\xb6\x09\x44\x84\xdd\x00\x04\xe8\x96\x60\xf4\xeb\xfc\x14\x01\x0d\x22\x46\xa8\x14\x9d\x04\xf2\xe5\x52\xe1\x94\xa9\x00\x9f\x83\x14\xe7\xd4\xe7\xf7\x09\x0d\x2d\xc4\xba\xa8\x7c\xe6\x86\x2e\xb1\x8c\x2b\x73\xb4\x71\xd2\x2f\xcc\x27\x4e\x70\xb7\x91\xdf\x09\xd6\xaf\xf3\xd3\xbe\xbb\x94\x06\x77\xdb\x65\xd6\x5a\xac\x8f\x25\x07\xa0\x44\xd6\xb8\xe2\xa5\xd7\x4f\x3c\xb7\x21\x6c\x5c\x38\x1b\xdc\xaa\x46\xd7\xd8\xed\xb4\x36\xea\x4f\x55\xfc\x25\xe7\x69\x90\x4d\x1f\x46\x82\x28\x23\x67\x27\xda\x58\x4d\x85\x15\x20\x0e\x51\x88\x7d\x08\xd0\x1d\x91\x5b\x64\x19\x86\xa6\xf3\x59\xeb\xed\x5e\x67\xc0\xae\x8d\xde\x79\x3a\xe9\x5a\x84\xb0\xac\x74\xa7\x7a\x4a\xd7\xb9\x73\x2b\xc6\x42\xc0\x35\xd3\x2c\x8a\x57\x21\xf1\xbb\x02\xe8\x34\x1f\x8a\x48\xd6\x8d\x3d\x88\x68\x4d\x84\x37\x31\x92\x38\x22\xda\xbe\x01\x4f\x4d\x59\x62\xfd\x72\xeb\x5e\xc7\xf0\x71\x47\xe0\x2e\x11\x2b\xa7\xbc\x85\x70\x93\xd9\xc6\x82\xf3\x0f\xe0\xc7\x0a\x5c\xbb\x53\x85\xa6\x95\x92\xb3\x50\x9f\xe5\x06\x68\x75\x8f\x22\x16\x98\xe3\x10\x83\xb7\x5a\x0f\xa6\xf3\x99\x38\x42\x6f\xb6\x44\x20\xfd\x2a\x11\x08\x07\x81\x89\x53\xc8\x2d\xa0\xcc\x0b\x47\x57\xcf\xa7\xa7\x68\xcd\x38\xc2\xb1\xdc\x32\x4e\xfe\xd0\x14\x1f\x21\xed\xd9\xce\x59\x80\x52\xb4\x91\xc2\xfb\xdd\x93\xad\x94\x91\xf8\x61\x32\x09\x98\x2f\x8e\xf0\x9d\x38\xc2\x3b\xfc\x07\xa3\x47\x3e\xdb\x29\x37\x71\x12\x62\x09\x42\x4e\x62\x01\x7c\x13\x93\x00\x26\x11\x0b\x3c\x48\x80\x78\x0a\x9f\x23\x25\x98\x6e\x6e\xce\x27\xa2\x38\x73\x96\x86\x22\x73\x39\x3a\xa9\x72\x71\xff\x9e\xb7\xa4\x2e\x73\xe0\x3b\x22\xd4\xea\x23\x9e\x2b\xe7\x00\xf3\xca\x39\x68\x07\xf5\x89\x32\x68\x68\x65\xc1\x69\x8e\x28\x4e\x59\x0c\x14\x93\x51\x4a\x8f\x66\xea\x7b\xab\x15\xe7\x2f\x17\xc8\xee\xa7\xd1\xa2\x14\x5b\xb0\x5f\x7b\x76\x73\xdf\x71\xef\x72\x18\x62\x15\x4f\xb7\x8c\xcc\x72\x74\xe2\xc0\xbd\x5e\x18\xc5\x33\xb4\xc3\xb6\x1a\x99\xd5\x58\x14\xa0\x0e\xb1\xf3\x28\x9d\x18\xeb\xb9\xe1\x73\x50\x34\x12\xaa\x79\x67\xed\x9d\x15\xe0\x6c\x7a\x81\x2c\x16\x28\x21\xee\xdd\x93\x09\xc1\x3b\x0b\x29\x01\x34\xf9\x5a\x33\xd2\x53\x6b\x9e\x67\xe3\xdb\xda\x69\xe8\x26\xd6\x8e\xf8\xe5\xe4\xd8\x01\xa5\xe5\xe8\xc4\x45\xd7\x5e\xe9\x1e\x70\xc6\x9b\x83\xf0\x89\x26\x28\x0e\x43\x44\x02\xa0\x92\xc8\x7b\x6f\x85\x95\x3d\xd4\xff\x21\x20\x2c\x47\xb5\x81\xb4\x61\x51\x23\x6d\x65\x1e\x33\xf4\x50\x82\x5e\xb3\x25\x9f\x4d\x2f\x12\x13\xf7\x8b\x00\xfe\x42\x9b\x38\x63\x6f\xff\x3b\x39\x83\xff\x6f\x8b\x1a\x01\xd1\xc3\xa2\x0f\x49\x63\x3b\xb3\xdd\x87\xa6\xe5\xe8\xa4\x86\x7f\xf5\x8a\x75\x1b\xf9\x57\x20\x58\xcc\x7d\x38\x4d\x8f\x59\xdc\xc9\x2b\x65\xe7\xac\x71\x7b\xac\x0f\xe5\x6d\x96\x57\x9a\x0b\x71\x8f\x28\x28\x0a\x14\xf7\x24\x43\x3c\x36\x13\x4a\xed\xfc\xb2\x33\x9e\x74\x9a\x99\x27\x28\x0a\x31\x85\x6e\xbb\xda\x07\x1d\x3c\x4b\x34\x93\x3c\x06\x27\x53\xd5\x7c\x7f\x3d\x3b\x3b\x3d\x84\x83\x66\x6b\x9c\xd1\xa0\xe0\xa1\x88\xb3\x5b\x12\x28\x5f\x50\xa0\x3b\x08\x43\xf5\xef\xec\x6a\x31\x4d\xd7\x9d\xa9\xd6\x20\x74\x7a\x39\x43\x51\x18\x6f\x08\xed\xc4\xb8\xa1\xc6\xec\xe9\xb6\x97\x8c\x5c\x7b\xe3\xb5\xdf\x27\x29\xc1\xeb\xe0\xb9\xb8\xc4\xda\xb0\xec\xb6\x9c\x5a\x03\xee\x3d\x94\x09\x52\xc2\xc2\x52\x72\xb2\x8a\xa5\x39\x2b\xc6\xc9\x32\xd5\x71\xb3\xb1\x0f\x5a\xcd\xee\xa2\xe4\x27\xb4\x49\xb2\xa4\x94\x49\x5c\xcc\xd0\x6d\xe6\xc5\x81\x47\x5c\xa5\x24\x5c\x84\xdc\x49\xa3\xa8\x21\x79\xed\x31\x9d\xaf\xcc\x91\xc7\x74\xbe\x2a\x7f\x42\xbc\x82\xf0\xcb\x56\xea\xbe\x19\x87\xea\x3b\x11\x61\xbf\xd7\xc7\xd1\xa0\x6e\xe7\xf4\xea\x32\x11\x8e\xd3\x3b\x53\x42\x12\x82\xf9\x44\x79\xee\x3a\x0e\xa6\x93\xcc\x0f\x98\x46\xc3\x8c\xe8\x64\x8d\xda\x18\x5e\xee\x97\x49\xe3\xe9\x5e\x04\x3e\x59\x13\xdf\x84\x14\x74\x62\x3d\xa1\x42\x02\x0e\x12\xa4\xf5\x71\x76\x1a\x27\xf2\x36\x40\x81\x6b\x07\x35\xfd\xa2\xdb\xd9\xdd\x10\x03\xba\xb7\x2a\xdd\x03\xf1\x95\x25\xa8\x29\x32\x2f\xf1\xe6\xb3\x4e\xcf\xa2\x56\xbd\x5d\x20\x85\x50\xea\x4e\x1d\xa4\xa2\x9d\x80\xb5\x30\x14\xca\xe1\x7b\x49\xd9\x1d\x9d\x5b\xe3\xd7\x4e\x2a\x6f\x2b\x9f\xf5\x74\x09\xcb\xc9\xc3\x99\x01\xaa\x1a\xdc\xb1\xdb\xb9\x68\x5a\xb9\x1a\x29\xad\x73\x02\xf6\x98\xb4\xc6\x23\x85\x74\xa2\x97\xd5\x71\x48\x87\x90\xea\xe5\xaa\x24\x7a\x94\x1c\xff\xe8\xa3\xb9\x43\xd2\x99\xbb\xc3\x6f\xe5\x34\x2e\xca\xb3\xbe\xd6\x75\xe4\x1d\xa3\x20\x9d\x34\x2e\x01\x3e\xa0\x40\x8c\x1a\xe4\x5d\x89\xba\x69\xd9\xb2\xee\x6a\x2f\x3c\x17\xc3\x75\x82\x42\xbb\x5a\x97\xbc\xc2\xc2\xa6\x5b\xd6\xde\x97\xe1\xd6\x17\xe3\x01\x7c\x45\x24\x57\x4b\x74\xaa\xa3\x64\x43\x19\x37\xb1\x99\xf7\x26\x38\xd3\x31\x29\xb7\x19\xa6\xc9\x48\x35\x80\xd3\x14\xd4\x07\x70\xd2\x9a\xa8\xb6\xea\x51\xde\x06\xb6\x21\xae\xf4\xa9\xdb\x65\x31\x8a\xd1\x1f\x3f\x1d\x3a\x78\xbb\x40\x06\x10\xda\x32\x21\x75\x72\xb3\xda\x87\xf4\x41\xba\x0d\xbc\x2f\xdf\x1d\xd0\xc7\x46\x6a\x3b\x86\x37\x96\x1a\x13\x41\x70\x84\x13\x3b\x71\xa7\x37\xdc\x16\x8a\xda\xae\x7c\xa8\x89\x6a\x93\x66\x7e\x8b\x39\xc1\x54\x66\x99\xf7\xc7\x47\xc7\x7f\x4f\xf2\xe7\x8f\x8f\x8e\xbf\xcd\xfd\xfd\x5d\xee\xef\x7f\xe4\xfe\xfe\x7e\x39\x7a\x8f\x9e\x58\xa4\x9f\x76\x9b\xd3\x2e\x2c\xf2\xb9\xe5\x0a\x9d\x86\xd4\x73\x85\x61\xf3\xcf\xdf\x35\xff\xfc\x8f\xe6\x9f\xbf\x2f\xfc\x5c\x4b\x64\x4e\x60\xea\xa3\x36\x49\x95\x8a\xb0\x72\x6d\x89\xa2\xc6\xf1\xec\x3b\xc7\xb3\x7f\x38\x9e\x7d\x5f\x93\x9b\x79\x90\xf7\x67\x6d\x8e\x43\xf5\xca\xd3\xb9\xc6\x17\x1c\x64\x51\x4f\xeb\x87\xcc\x86\x26\xcc\xa5\x48\x75\x3f\xe2\x6f\x05\xcc\xb5\x9c\x5f\x4e\xdf\xb4\xf1\x95\x36\x58\xc2\x1d\x3e\x64\xa3\x5d\x33\x37\x7f\x26\x9b\x6d\x78\x3f\x35\x49\x38\x21\xa8\x69\x97\x38\x7d\x20\x10\x46\x5b\xfd\x3b\xc2\xc9\x0b\xe8\x72\xfa\x06\x59\x6c\xf4\x64\x5d\x10\xba\x71\x7c\x27\xf4\xe3\xfc\xdb\x99\xa6\xeb\xef\xce\x88\x48\x06\x0c\xcc\x9f\x42\xbd\x3d\xec\x54\x2f\x51\x57\x9c\x79\x1d\xe8\xcc\xc3\x34\x04\x37\x80\x6a\x26\x3d\x0f\xca\xf2\xa0\x08\xab\x81\x1b\x39\x9b\x60\xb0\x68\x63\x15\x4a\x3c\x28\x4f\x72\x07\x20\x84\x12\xe9\x0c\x31\xfb\x13\xd5\x1d\x64\xd2\x2a\xa6\xfa\xc5\xdc\xb6\x7d\x3a\x92\xfb\xc4\x35\x01\xdb\xef\x57\x30\x6f\x5f\x5a\x9b\x33\x5c\xbe\x82\xb5\x26\x3e\x96\x30\x35\xd9\x1f\xf2\xfe\xcc\x91\x96\xdc\xab\x74\x50\xd9\x1d\xa0\xf2\x9c\xfa\x2c\x30\xd5\x8b\xa3\x15\x16\xf0\xdd\xdf\x0f\x2a\x37\x30\x0e\xc4\xa9\xf1\x28\xda\x85\x0a\xce\x5f\x2e\x4e\xdf\xbc\x4a\x3e\x71\x43\xb5\xd9\x4e\xbd\x8e\xbd\x25\xf6\x6f\x5a\x84\xd6\x7a\xea\x68\x8a\x5a\x1b\xb9\x8d\x8b\x2a\xe1\xc4\xb2\x96\x99\x83\xed\x47\x11\x07\x1c\x78\x8c\x2a\xa3\x35\xc0\x91\x51\x0b\x70\xce\xd9\xa3\x3b\x72\x74\x49\x39\x6c\xa7\x4e\xe5\x1e\x2f\x4e\xa5\x30\x69\x80\x87\x02\xec\xa4\x28\x09\x11\x55\x2c\x06\x13\xac\xc8\x12\xae\x69\x80\x0c\x74\xdb\x27\x45\x74\x8c\x30\x34\x00\x72\x09\xf3\xd7\xf9\x69\x2b\x3b\x18\x4b\x36\x0d\x43\xa6\x66\xc6\x6c\x7e\xfb\xdd\x21\xc7\xe3\xd3\x02\xac\x5f\xbf\x43\x1c\x7e\x8f\x41\x48\x13\x9e\x9a\xdf\x7e\x87\x4e\x67\x67\x57\x68\x15\x32\xff\xc6\x04\xe3\x27\xdf\x7e\x87\x94\x84\xc8\x87\x34\x3a\xaa\xf0\xee\x14\x5e\x1d\x6a\x50\xb7\xbd\xff\xe4\x2d\x5b\xfc\xfa\x04\xe0\x86\xd1\x2b\x69\xc3\x8d\xc7\x12\x00\xb6\x82\x48\x17\x17\x64\x95\x00\xf3\x59\x9a\x87\x77\x1b\xf9\x1e\x35\xe9\xe7\xba\x46\x39\x2d\xfa\x30\xaf\x7b\x92\x79\x72\x0b\x5e\x96\xab\xee\xe1\x88\x78\x26\x15\xd6\x4b\x4b\x06\x06\xa8\x3c\x1a\x06\x91\xa4\xda\xa8\x42\x70\x7d\x16\x0e\x7c\x90\x1c\x2b\xdd\x39\x2c\x6f\xef\x10\xbd\xe8\x7f\x0c\xab\xf3\xa0\x52\x9b\x65\xa6\x40\x72\x10\xa6\xd0\x1a\x23\x38\xda\x1c\x21\x6c\x7e\x51\x6f\x27\xe6\xc5\xda\x14\xa4\x00\xd0\x7b\x84\x03\x6f\xcb\xaa\x26\xab\x8d\x38\x1f\x0a\x07\xa7\xb4\x3a\x74\x3a\x2a\x84\xf3\x5a\x96\x62\xe6\x36\x78\x0d\xab\x97\x49\x62\xef\xa2\x33\xc3\x1f\xc0\x9b\x82\xa0\xcc\xe6\x99\xa3\xf1\x30\x64\x77\x39\xc5\xb7\xeb\xc7\xcd\xf7\x42\xcd\x01\xe4\xf0\x98\xf6\x8b\xf7\xa0\x81\xdc\x7e\x21\xf8\xb1\x72\xcc\x4c\x45\x5d\xff\xdd\xb1\x52\x25\x9f\xed\x76\x31\x55\x0e\x1f\x61\x14\xad\x40\xde\x01\xd0\x62\x0a\x99\x5e\x49\x75\x31\x62\x67\xb5\xee\x06\xdd\x4d\xec\x16\x73\x53\x61\xb3\x18\x90\xec\x88\x83\xa7\xf5\x16\x02\x64\x46\x30\x85\x61\x8b\x17\x9d\x69\x6c\x00\xe5\x26\xa8\xe2\x3d\xa2\xbd\xf3\x69\xe1\x32\x2b\x25\x5c\x6e\xe0\xde\x44\x42\xa7\xbf\x21\xc3\x7b\x7a\x0b\x94\x00\xf5\xc1\x26\xa8\xea\x70\xb2\xad\x59\x7c\xf7\x64\x92\x54\x2f\x4e\x38\xc4\x6a\xfb\xee\x11\xbc\xf3\x30\x0d\xbc\xdb\xc8\x9f\x3c\xcd\xa7\xcc\x5d\xeb\xdf\x11\x7c\x20\x26\x2e\xfd\xeb\xfc\x54\xd4\xae\x80\xb1\x00\x2f\x79\x53\x81\xf2\x74\x57\x3c\xcf\x8f\x85\x64\x3b\xaf\x70\xb8\xd6\x31\xc6\xb9\x97\xc2\xdc\xa2\xd8\x48\xdc\x72\x74\x92\xe7\x85\x29\xc7\xcd\xc8\xdd\xbb\xb6\x76\x20\x71\x39\x3a\x71\x30\x4f\x8d\xd8\xbb\xaf\x47\xb1\xa9\x9c\xf6\xbc\x6a\x8d\x83\x43\xef\xdc\x4b\x77\x8b\x19\x37\x6e\xf0\x86\x4b\x6b\x45\x93\x9f\xd6\xb8\x1a\x0c\xb8\xa1\xd8\x84\x6c\x85\xc3\xa4\x35\xa3\xb2\x32\x38\x0c\x91\xbf\x25\x61\xd0\x73\x67\xd1\x06\x62\x61\x8b\x51\x8c\x0f\xe4\x76\x19\xae\xe5\x2c\xf9\xa8\xd4\x41\x61\xe0\x0e\x7f\xc3\x1c\xcc\x25\x95\x1d\x91\x41\xb2\xdb\x34\xae\x83\xe1\x76\x18\x06\xad\xe7\x9a\x4d\x2f\x74\x02\xcf\x5f\x05\x9a\x5e\x5d\xaa\x85\x57\x37\xea\x34\x19\xd5\xba\xda\x89\x51\xc9\x12\xd4\xba\x91\xd5\x15\x76\xcd\xd2\x1e\x82\x2f\x19\x1f\xb2\x09\xc7\xc2\xc2\x1c\xc2\x6b\x32\x0b\x9d\x96\x1f\x8f\x43\x93\x4f\x68\x70\x46\xca\x3a\x86\x0c\xeb\x93\xba\xa4\x93\xd1\x01\xec\x3c\x6c\xa4\xba\x78\x9a\x23\x37\xab\x83\xfa\xbc\xd9\x02\xf2\x63\xce\x81\xca\x52\x22\xc3\x41\x13\xa2\x03\xd8\x2e\x1e\xc5\x27\x76\xa5\x13\x5c\xc5\x96\xc5\x61\x90\x28\x7f\xc0\x90\x5d\x39\x91\xae\xeb\xd5\xc9\xbb\x49\xd7\x5c\x2d\x4e\x08\x52\x81\xea\xfe\xbb\x94\x51\x48\x12\xf7\x83\xb1\x36\xb1\xc9\x3e\x27\x09\x43\x24\xe7\x4c\x77\x24\x0c\xd1\xca\xd4\x2b\x76\x63\xf9\x17\x82\xb2\x53\x9c\x5f\xd4\x99\xfe\x2f\xb9\xb3\xf7\x2c\x4b\xc1\x9e\xbf\x77\x62\x79\x07\x48\x75\xe7\xf6\x9d\xdc\xa4\xf2\x01\xac\x6b\x25\x71\x5a\xde\x66\x9f\xa9\x7c\x44\x2b\x0a\xc9\x9a\x87\x39\x2e\xc6\xe6\x09\xab\x69\x52\xb9\x8b\x02\x25\xd9\x0f\xa9\xa5\x4b\xcd\x9f\xdb\xb8\xb6\x33\xac\x3d\x07\x69\xf0\x54\xd2\x65\xa6\x95\xc7\x62\x12\x21\x5b\xbb\x2d\x9f\x3f\x2f\xbd\xc0\xc3\x5c\x95\xb3\xc6\x0c\xa5\xda\x93\x5b\xf7\x4b\xab\x55\x37\x03\x35\xc0\x08\x2d\xd3\xb4\xda\xe4\xc4\xb7\xe4\x45\x0a\x0e\xad\x39\xdb\xd9\x9e\x2b\x03\x72\xa2\x35\xfc\x03\x4c\x46\x5d\x86\xee\xa0\x13\xfc\x00\xdf\xa9\xed\xf4\xee\xeb\x34\x25\x93\xfb\x05\x69\x55\x0a\xb5\x62\x4c\x0a\xc9\x71\x54\xdd\xaf\xa0\x7a\x07\x35\x79\xb9\x49\xaf\xae\x67\x54\x48\x1c\x86\xa6\xb1\xcf\x7f\xc5\xc4\xbf\x11\x12\x73\x99\x38\x43\x69\x00\x62\x43\x24\x8b\xc4\xe4\x6b\x92\xbe\xef\x61\xef\xf7\xf4\x7d\xcf\xbe\xef\x11\xea\xdd\xb3\x98\x27\xdd\xf2\xba\xc5\xdc\x2b\x31\x81\x9e\xa3\x2e\x47\x27\x7b\xe8\xaa\x8f\xb4\x2b\x09\xe0\xa2\x85\x6d\xe0\xf1\xeb\xe4\xed\x46\x26\x9f\x9b\x66\xac\x57\x10\xb1\x26\x86\xae\xc3\xf8\xc3\xf0\x0c\x53\x50\x97\xa3\x93\x1c\x0e\xf5\xc4\x73\x88\x58\x3b\xc2\x15\x9c\x7f\x67\xa2\x3b\x99\x2c\x5e\x24\x36\xd3\x91\x71\xc3\x1c\x1d\xc4\x96\xd9\x86\x76\x3a\x04\x92\x8f\x78\x21\xa6\x5f\x29\xf4\x6c\xd5\xc5\xb9\x4a\xe1\x5f\x10\xf9\x3a\x52\x3b\xe1\xec\x88\x5d\x07\x52\x42\x42\x6f\xd4\xef\xc4\x54\xf6\xa9\xf7\x90\x22\x4d\x10\xc9\xf8\xfd\x11\xba\x7e\xa1\x19\x89\x74\x2d\xf9\xbb\x27\x96\xaf\xb9\xf9\x96\x6b\x80\xb1\x4f\x48\x9f\x14\xf1\x9c\x46\x54\x71\x5e\x8e\x4e\xf2\x74\x65\x7a\x90\x18\xe1\x52\x39\x66\xce\x1e\xd7\xb9\x3e\x3d\x2f\x70\xd1\xc7\x47\x69\x5a\xf8\xff\x59\xbc\xbe\x9c\xfc\xdf\xe9\xc5\xab\xb4\xde\x52\x8c\x91\x88\xfd\x2d\xc2\x02\xe9\xa0\xa1\xa3\x45\x2f\xe3\x85\x4a\xc3\xce\x85\x19\x0f\x87\x40\xc3\xf5\x2a\x75\x6d\x32\x5b\xac\x7c\xb6\x6e\x61\x36\xbf\xfd\xfb\xe9\xec\xec\xea\x00\x0f\x4a\x9f\x0d\x71\x4c\x37\xa9\x5f\x03\x1c\xd0\xfb\xa4\xd8\x64\xfe\x5e\x27\xf9\x21\x2c\x04\xd9\x50\x08\x3a\x59\x24\x37\x6c\x93\x8f\x97\x0e\x60\xb3\xf0\x4a\xc3\xf4\xb4\x48\x65\xbe\x0c\x62\x6c\xb2\xbe\xf7\x76\xee\x65\xe1\xf8\x64\xda\x76\x4f\x5b\x6d\x80\x55\x50\x92\x57\x38\xa6\xfe\xf6\x0d\xec\xa2\xb0\x98\xcb\x53\xb3\xbf\x21\x8e\x8c\xa7\x3a\x2d\xda\x7b\x1e\xdb\xa4\x38\x06\x31\x24\x2d\x66\x68\x76\xd6\x49\x37\x1c\x9f\x3b\x97\xde\xc3\x73\xe4\xcb\x23\x59\x88\xe8\xcc\xcc\x4c\x91\x74\x8f\xb2\x33\x15\x85\x35\xef\xbf\x79\x7d\xf6\x3a\xe9\x67\x8c\xfe\x62\xbf\x1e\xa3\xbf\xbc\xd2\xdd\x46\x0e\x22\xfe\x81\x50\xea\x39\x89\x8a\x67\x3c\xb7\x75\xfd\xc7\x5b\xdf\x16\x54\xe9\xc9\x3b\xf0\xb1\x02\xde\x91\x83\xeb\x7f\xef\xd1\xb5\x39\x41\x43\xd3\x8b\x59\xee\x3a\x04\x73\xaa\x86\x77\x24\x6b\x76\x35\x46\xef\x71\x2c\x99\x27\xc4\xee\xbd\xfd\xfb\xfd\x58\x2d\x00\xef\x85\xc4\x92\xf8\xef\x7b\x54\x03\xdf\x3b\x5a\x6c\x57\x87\x5e\x8e\x4e\x72\x48\xaa\x15\x3b\xc9\x6e\x4e\x10\x2a\x95\x40\xa8\xc7\xe9\x23\xc6\xed\x53\x83\xa6\x7d\x5e\xd3\xaa\x60\x47\x7e\xc2\x3b\x12\x3e\x40\xfe\xbb\xe9\x7a\xf2\x8a\xd0\xf8\xc3\x37\x85\x9a\x13\x9d\xa4\xfe\xcb\x2a\xa6\x32\xfe\xe6\xd9\xb3\xb4\x7e\xc5\x3c\x39\xfe\x3e\x7b\xf2\x9c\x49\x19\x02\x67\xfe\x0d\xa4\x77\x4a\xbc\x25\x34\x60\x77\x62\xa1\x53\x8a\xbe\x79\x76\xfc\x9f\xa7\x8c\xeb\xee\x21\xba\xa9\x7f\xed\x5b\x3f\xc5\x61\xd8\xfc\xd6\xf1\x7f\x3e\x6b\x05\xeb\xd9\xdf\xcb\x6f\x0d\x9b\x58\x9f\x67\x5b\x4d\x3d\x4b\x31\xd5\x3d\xe3\x64\x43\x75\x4c\xc6\xdc\x86\x97\xf2\xfc\x6e\x78\xad\x59\x04\x5d\x3e\x2c\x48\xa5\xed\x87\x15\x41\xb5\x1f\xb1\x24\xbb\xd2\x0d\x18\x75\x71\xad\xbc\x44\xda\x94\x05\xd4\xbe\x8f\x50\x4e\xed\xdd\xbf\x28\x09\x95\x7f\xc9\x8b\xa5\xfc\x5b\xb3\x2c\xf6\xbe\x5d\x10\x40\xe3\xdb\x15\xae\xef\x81\x5d\x62\x75\x8b\x8b\x1c\xc4\x66\x11\x8b\x08\x68\x30\xe7\xcc\x07\x21\x1e\xf8\x2a\x87\xc6\xa5\x02\x00\x5d\x73\x08\xe1\x16\x53\xa9\xcf\x10\xcc\xdd\x39\x4d\xfd\xc8\xa6\x6f\x17\xba\x9d\xc3\x4f\x49\x51\x92\xa3\x3b\xd9\x9d\xf0\xd2\x14\x70\x2f\x8e\x02\x2c\xc1\xb4\x9c\xd1\xdd\xc9\xbe\xf6\xd7\x34\xfb\x5d\x14\x5e\xf0\x38\xd3\x1b\x7b\xf3\xcc\x13\x86\x53\x51\xc2\xa9\x43\x52\x3b\xbf\x58\xa2\x96\xa3\x93\x8a\x0c\xea\x43\x37\x9f\xf6\x22\x90\x46\x3f\x94\xec\x88\x34\xfd\xe1\x4d\x6c\x34\xe9\x03\x32\xfd\x2d\x73\x38\xd4\x8a\x2d\x7c\x1c\xea\x54\x9f\x3f\x18\x05\x0f\xdf\x61\x0e\x9e\x59\xe0\xcd\x0f\xdd\xa4\x6a\x86\xad\xb8\x17\x6d\x06\xb2\x1d\xe3\x2b\xd8\xd6\x73\x3b\x00\xa1\xbc\xb9\x53\x1c\x61\x9f\xc8\x5a\xef\x41\x21\xbc\xa9\x2b\x2b\xb6\xe5\x58\xb3\x8b\xb3\xc5\xed\xf1\x21\xa9\xee\xd6\xb7\x14\x59\xb6\xb9\x75\xab\xd3\xca\xf3\xa4\xfc\xdf\x9e\x6a\xe8\x21\xbf\x41\x92\xdd\x00\xed\x76\xbe\x38\xe4\x50\xd9\x12\x93\xb9\xd2\x35\x3c\x9a\xb3\x40\x01\x3a\x84\x49\x36\x2d\x54\xb7\x2f\xbb\x38\x5b\x64\x04\xe8\x1d\x3b\xb5\x05\xe1\xf9\x6d\x6a\xc4\x82\x6e\xcc\x19\x62\x88\x36\x4c\x81\x95\x78\x1d\x49\xb2\x23\x7f\x54\x6b\xa8\xfa\x74\x10\xbc\x3e\x7f\xbe\xd0\x9b\xf2\x9d\x6d\x1f\xbc\xd7\xd2\x9f\x9f\x7e\x53\xb5\x84\xb0\x12\x1e\x4b\xf0\xea\xd1\x43\x33\x41\xa7\xb5\x69\x6e\x89\xc5\x72\x74\x52\x26\xb0\x7e\x62\xb7\xbe\xcd\x26\xdd\xe5\xd5\xde\x67\xa3\xc3\xd1\xd4\x6f\xd3\xb7\xa9\xf1\xfb\xb9\x2e\x0f\x39\x04\xc2\x1b\xf3\xee\x41\xdf\x7f\xbe\xf5\xc4\x5a\x64\x5d\x01\x9b\xb4\x5e\x4b\x30\x43\x52\xa3\xd6\x45\xcd\x5a\x80\x73\x32\xe3\xf3\x9f\x8e\xef\x3d\x69\x0e\xeb\x62\x68\xa8\x5e\x8f\x4b\x71\xb7\x96\x82\xa0\x59\xaa\x6d\x39\x66\x63\x0d\x7f\x92\x93\x93\x5e\xc5\xd2\x57\x48\x7d\x86\x72\x72\x67\x87\x3f\xcc\x59\x20\xe6\xc0\xd5\xdc\xed\xb5\x64\xef\xf0\x87\x05\xf9\xa3\xe7\xb7\x84\xf6\xfe\xb6\x6f\x3b\x3e\x76\x0b\x9c\x93\x00\x9e\x27\x87\x53\xa7\x6c\xb7\xc3\xdd\xae\xd9\x2a\x49\xe6\xb5\x05\x99\xb6\xc5\xf9\xab\x40\xe9\xd9\x57\xa4\xa4\x64\x5e\xef\x24\xee\x14\xa8\xa3\x2f\x4e\x1d\x7c\x27\xc1\x69\x2e\x59\xcb\x23\xf2\xf4\xf5\x76\x7a\xaf\x5b\xfb\xa5\xe9\x6a\x5a\xd7\xf2\xf7\xde\x28\x17\xd2\xa6\xb9\xad\x00\x89\x08\xdf\x75\x3d\x49\x38\x70\x28\x37\x4f\x78\x45\xfe\x9f\xcf\x98\x9b\x5e\xf7\xa0\xb0\x5e\x33\x0e\x25\xd1\x26\x76\x38\x75\x2b\xfb\xf4\xf9\xe9\x39\x44\x0d\xef\x74\x11\xd8\x65\xea\xb2\x1d\xe2\x6f\xd9\xd3\xe8\xeb\xa4\xb2\x2c\x73\x04\x1b\xeb\x3c\xec\xeb\x9e\xcd\x93\xf3\xd6\x8c\x7b\x5a\x83\x71\x98\xdd\x7a\xf5\x54\x5b\xc1\x7e\xc6\xd6\xe2\xd5\xaa\x22\xa3\x15\x32\xcb\xd1\x49\x95\x46\x5d\x00\xd2\x80\x64\x6e\x7d\xd3\xae\x6f\x8b\xb2\xac\x96\xf5\x3d\xa9\xab\xb6\x78\x51\x57\xff\x14\xb1\xda\xe6\x01\x6d\x24\x6b\x5a\x24\xe9\x16\x1d\x11\x93\x3d\xc5\xd0\x0e\x48\x4b\x36\x89\x96\x97\x71\x66\xbc\x59\xfc\xdc\x4c\x62\xd6\x88\x44\x88\x6d\x52\x55\x67\x96\x5e\x22\xfa\x92\xdc\x16\xa8\x9b\xc8\xcf\x9c\x92\x6d\x22\x0e\xd5\xc8\x41\x9f\xfa\xd4\x7d\xb0\x9c\x0c\xf8\xdc\x49\xcc\xfb\x1b\x7f\xb1\x30\xde\x81\xbd\x4e\x6b\xff\x66\xb5\x01\xc6\xec\xf5\xbc\x76\xfb\xdf\xe8\x3a\x99\xcf\x5f\xee\xc4\x4b\xb8\x9f\x9d\xf5\x71\xa2\x0c\x84\xbe\xbb\x38\xf3\x75\x1b\xcf\xaf\x49\xd5\x36\x64\x83\x57\xf7\xb2\xe3\x56\xa7\xe6\xab\x4c\x70\xdf\x3f\x6b\xc0\xb9\xc5\xae\xb1\xc7\xb1\xd8\x26\xd2\xa7\x61\x44\xa0\x17\xb6\xa1\xd5\x3c\xe6\x11\x13\x80\x16\x8b\xb3\xd2\x21\x19\x61\xc7\xf6\xdd\x39\x67\xb7\x44\x10\x46\x21\x40\x4a\x15\xd4\xcb\xf6\xd6\xf4\xe4\x95\x53\x16\x06\xe8\xe7\x33\xfb\x58\x26\x8f\xdf\x6c\x39\x8b\x37\xdb\x28\x96\x28\x0d\x9a\xa8\xd7\x86\x3d\xb5\xda\x44\xa5\xc3\xaa\xfd\xf4\xe5\x3f\x27\xec\xb8\xf2\xb9\x9b\xe4\xe2\x55\xe6\xd5\xaf\x32\x2e\x14\xde\x94\xd5\x37\x5b\x32\x26\x37\xcb\x37\x51\xab\xf3\x9f\xf2\x6b\xca\x24\xb3\xe3\xf2\x23\xe1\x57\x1f\xc9\xe3\x87\x68\x0a\x97\x9d\xf1\xd6\x85\x46\x1a\xc3\xe8\x8e\x05\xa7\x3e\x48\x53\x17\xfe\x69\x08\x1d\x3b\xb6\x88\x8e\x1d\xa7\xdb\xa2\x94\x56\xfc\x6a\xb4\xa2\xd1\x95\x2d\xaf\x24\xa5\x30\x58\x91\x85\xb5\xe5\xaf\xa5\xbb\x1a\x0b\x7b\xec\x3d\xe7\x5b\x75\x31\x4d\xb7\x29\x72\x9b\xe4\x86\xd5\xa6\x7e\x15\x70\x2f\x2f\xfb\xf6\x4c\x6d\x36\xd6\xb5\xf1\xfd\xfa\xa0\xb6\x73\xfb\x5a\x1b\x85\x2b\x7b\xad\xf5\xe1\x1f\xfb\xc3\x61\x39\x61\x1c\x22\x0e\x02\xa8\x69\x61\x73\xfe\x72\xe1\x55\x2e\x4a\x36\xd9\x39\xda\x42\x2a\x8f\x5f\x79\x6f\x31\xdd\xe1\x28\x82\x00\xad\x09\x98\xc4\xc3\x00\xc9\x2d\x67\x77\x3a\x9c\xc3\x39\x6b\xdf\x42\xea\xc1\x10\xd0\xe3\xa7\xa9\x3b\x20\x39\xf1\xc5\x29\x0b\x43\xf0\x65\x31\x0f\xab\x26\x77\x67\xc3\x31\x8d\x43\xac\xe6\x41\xfb\x14\x9e\xfc\x47\x3d\x9c\x89\x9d\x41\xf3\x41\x3d\xde\x9e\x56\x37\x4f\x99\x03\xe3\x41\x94\x31\xb9\x32\x51\x57\x55\x99\xa3\xbb\xf4\x62\x53\x7d\x27\xb5\x5f\xb8\x50\x60\xb8\x53\xeb\x4c\x9c\x1e\x16\x9e\xa5\xc9\x4f\x95\xa5\x74\xd8\xd1\xaa\xd5\x6e\x03\x19\x83\x9e\x4d\xb7\x41\x7d\x39\x3a\x71\x70\xae\x9a\x29\xfd\x98\xd9\xf6\x98\xd9\xf6\x98\xd9\xf6\x98\xd9\xf6\x98\xd9\xf6\x98\xd9\xd6\x29\xb3\xad\xc9\xbd\x42\x0d\x1e\x8c\x3b\x66\x59\x85\xd6\xd9\xb5\xd9\xb3\x31\x79\x4c\xbc\x7b\x4c\xbc\x7b\x4c\xbc\x6b\x29\xd5\x4f\x9a\x78\xb7\xca\x9b\xcc\x6e\x27\x1c\x05\x6b\xeb\x04\xee\x87\x58\x08\xe2\xbf\x62\x38\x78\x8e\x43\xb5\xe7\xe6\x97\x78\xf7\x19\x25\x3a\x4d\xaf\x8b\xd3\x55\xe5\x2b\x8b\x94\x30\xbd\x63\x15\x27\xd3\x0d\x44\xf7\xc3\x97\xce\xc0\x6b\x78\xa6\x8f\x4f\xcf\x2e\x6b\xc3\xf3\x2d\x1c\xcd\xeb\x53\xe3\x14\xe3\x20\xe0\x20\xea\xdb\xde\x25\xcd\xdf\xcc\x98\x5e\x40\x85\x67\x3f\x79\x6a\xba\x6b\xa8\xbd\xff\xd9\xe5\x02\x85\x8c\xdd\x14\x43\x53\x3d\xea\x8a\xdb\x8f\xbe\x1c\x9d\x14\x29\xd0\x87\x9d\x4e\x8c\xdc\x4c\x8c\xe2\x53\x0e\x01\xa9\x1e\x66\x75\x60\x62\xee\x30\xed\xfa\xcd\xdf\xd0\x2f\x34\x54\x13\x13\x82\x7e\xd9\x7c\xab\x98\x0b\x89\x57\x21\x78\x11\x70\xbd\x31\xa4\x3e\x78\xe9\xe9\xb9\x17\x27\xe0\xbd\x1d\x0b\xc0\xec\x80\xc7\xe8\x56\xfb\xc0\xba\xd9\xb7\x22\xfc\x8d\xa7\xf0\xcf\xce\xdc\xfb\x1e\x0e\x1e\x96\x12\xd8\x83\x94\xe5\xe8\x24\xcf\x42\xb3\x51\xdb\x47\x9c\x53\xb4\x8f\x99\xc2\x8f\x99\xc2\x8f\x99\xc2\x8f\x99\xc2\xff\x7f\x64\x0a\x8b\x33\x22\x8c\xcb\xed\xd8\xe4\xed\x63\x8f\x13\x86\x73\xb8\x9b\x78\x05\x21\xc8\x73\xdd\x5a\xb5\xdc\x4c\xa0\x61\xac\x0e\x37\x6f\x5b\x97\x84\xfc\x01\xe8\xbd\x1d\x2e\xb9\x88\xa8\x14\x5b\x24\x7f\x10\xba\x49\xfb\xbe\x87\x90\x6f\x93\xd1\x46\x9b\x6b\xe2\x86\x55\xb0\xa9\x97\xa1\x90\x32\xc1\x10\xfb\x53\xf1\xb6\xa0\x7a\x9d\xfd\x37\xc8\x61\x7e\xcc\xd2\x7d\xcc\xd2\x7d\xcc\xd2\x7d\xcc\xd2\x7d\xcc\xd2\x7d\xcc\xd2\x7d\x4c\x6a\x4d\x1f\x3f\x26\xb5\x7e\x31\x1e\x8a\xc4\xae\xab\x90\xbe\x30\x14\xf9\x06\xa4\x9e\x02\xfa\x1a\xfb\xcf\x1f\xbf\x34\x18\xd9\x15\x72\xd8\xe8\x65\x2b\xd0\x4e\x36\x3d\xa6\x27\x3f\xa6\x27\x3f\xa6\x27\x3f\xa6\x27\x3f\xa6\x27\x7f\x95\x9f\x26\x8f\xe9\xc9\x8f\xe9\xc9\xdd\xd3\x93\x8b\x61\xbb\x7d\xf9\x1f\xee\xc3\xaf\xaa\x97\xd5\xe6\x74\xb6\xc1\xf1\xa9\x3b\x39\x76\x1f\x60\x36\x47\x18\xed\x8f\x43\x5c\x9b\x54\x6c\x89\x9b\xbb\x16\x57\x6e\xb1\xd4\x0d\x42\x53\x5f\x59\x37\xbc\xad\x6e\x44\xda\x35\x7c\xed\x3f\x8e\x1e\xa6\x92\xf7\xf9\xdc\x7d\xfa\x5e\x9b\xd7\x69\x02\xf5\xd3\x60\x47\x68\x96\x30\xd4\xc7\xcb\x4a\xee\x50\x18\x3c\xcc\x9b\xf6\x29\xc5\xf4\x1e\x5d\xe7\x75\x24\xbd\xb7\x21\x3b\xe3\xc8\xae\xcf\x9c\xe4\xdf\xf4\x98\x28\xfc\x7f\xf2\x75\x6e\x10\x8f\xad\xbd\x04\x52\xb7\xb8\x70\x01\xb5\xea\x51\xc7\xa1\xc8\x2c\x47\x27\x4e\x72\x0f\x69\x94\xed\x94\xb7\x4b\x8c\x03\xce\x25\x1d\x1d\x2a\xe8\xb9\xda\x6a\xe7\x35\x15\xad\xb0\x80\x00\xa5\x5a\x2c\xda\x37\xfa\x3f\x60\x08\xf7\x0c\x9a\x4d\x2f\xda\x4c\x1c\x2c\x25\xf6\xb7\x73\x9d\xad\xf4\xe0\x3b\x38\xe7\x8c\xcb\x3c\x07\xdd\xce\x7c\xff\x95\x60\x8d\x50\xda\xdd\x2a\xb6\x17\xc4\xa1\x07\x64\x0a\xc6\x1c\xf8\x8e\x08\xe5\xb9\x8a\xe7\x2c\xa6\x01\xe6\xbd\x4a\x31\xd4\x46\x73\x1a\x04\x8c\xce\x93\x56\xd8\x9d\x0f\x03\x8b\x9f\xf7\x9c\x72\x15\x4d\x69\x96\x61\x83\x6c\x9a\x78\xde\x81\x97\x8d\x3c\x1a\x70\xde\xeb\xc3\xf3\xe9\x45\xe5\x52\xf9\xac\x48\xa1\xdb\x24\xdf\x0f\xaf\x76\x46\xd7\xe9\x41\xfd\xf4\x0e\x57\x33\xba\xe1\x20\x6a\xf3\x7d\x1a\x57\x43\x1c\x45\x17\x50\x0d\x86\xf6\x39\xd1\x5f\xc7\x61\x98\xbf\x84\xda\x42\xee\x14\xc9\x6f\x06\xd5\x44\xc1\x9c\xc3\x2d\x81\xbb\x87\x23\x04\x25\x23\x0c\x47\x50\x0a\xd2\x4d\x58\x2c\xd9\xc2\xc7\xe1\x7e\x3f\xa7\x0d\x51\x69\xab\x7d\x93\x71\x94\x64\x9e\x25\xa9\x95\x5d\x8f\x5c\x5a\x43\x75\x92\xe6\x03\x97\xa6\xc5\xf5\x20\xb4\xa9\x45\xd5\xee\x64\xb5\xf3\x19\x04\x88\x83\xcf\x78\xa0\x99\x7d\xc5\x62\x09\xe8\xdb\xbf\x21\x42\x11\x53\x56\x4f\x07\x90\x59\x78\x6b\x6e\x2b\x3c\xbb\x5c\x3c\x3b\x46\xfe\x16\x87\x21\xd0\x0d\x1c\xa1\x0b\xc6\x01\x11\x9a\x55\x30\xf9\x98\xa2\x15\xa0\xb5\x32\x4b\xe8\x7a\x0b\x1c\x32\x3f\x4e\x51\x62\xcb\x08\xf9\x11\x61\x3a\x6b\x64\x52\x58\xe0\x27\xd8\xdf\xc1\x24\xa0\xe2\xd9\xf1\x84\x2b\x54\xbe\xfd\xdb\xe4\x6b\x01\xd2\x8b\x23\x0f\xeb\x6b\x6e\x39\x0b\xa1\x5f\xd6\xca\xa7\x24\xbc\xea\x36\x0e\x45\xfb\x72\x74\xa2\x98\x5a\x9f\x6b\xa0\x2b\xca\xde\x62\xe9\xef\xb5\x53\xce\xcf\x61\xb5\xd7\x36\xb6\xd5\x32\x0a\x77\xe8\xfc\xf9\x02\x9d\x2e\x66\xe8\xc9\x79\x88\x85\x24\x3e\x7a\x1e\x32\xff\x06\x2d\xa4\x62\x5f\xea\xab\xea\xff\xe3\x0d\xa0\x19\x95\xc0\xd7\xd8\x87\xa7\x28\xe0\xe4\xb6\xe7\x44\x1b\x6c\x70\x37\x87\xd6\xfd\x56\x0f\xf8\x20\x81\x53\x1c\x36\xa4\xec\xb6\xe1\x30\x0e\xac\x67\x9c\xc0\xf3\x02\x2a\x50\xc4\xd9\xbf\xc0\x97\xe9\x05\x21\xda\xc2\x98\xba\x99\x54\xb5\x3b\xf1\xf2\x80\x61\x9c\xd4\xaf\x45\x6d\x82\x54\x23\xd7\xc8\x0e\x6f\xe0\x79\x4c\xc2\xe0\x30\xf3\xa7\x2f\xa5\x37\xf8\xea\xf5\xe5\xfc\xf4\x2a\xd3\x8b\x4c\x17\xae\x60\x43\x84\xe4\xf7\x4f\xed\x02\x74\x84\xde\x6c\x89\x40\x44\xdf\x22\xb8\x8e\x43\x0d\x60\xa5\xd0\x21\x74\x33\xd6\xff\xb3\x17\x6d\x8f\x11\x46\xa7\x33\x9d\x5d\xa9\x8c\x87\xda\xe8\x53\x80\xc0\xde\x80\x2f\xb6\x48\x53\xa2\xff\x7b\x7e\x7a\xd5\x4d\x16\x5f\x18\xee\x4e\x41\x7d\xb8\xc2\xb5\x0e\x7d\x55\xc2\x9d\x7c\xed\x82\x0e\xb8\x17\xfd\x9a\x79\x56\xb3\x8c\x3a\x7c\xba\x7a\x27\xa9\x64\x1c\x4b\x3a\x5d\x32\x0c\x63\xa7\xb3\x59\x66\x93\xdb\x5c\x3f\x84\x93\xae\x3c\xe4\xde\xd7\x16\xb9\x81\xd4\xb8\xe3\x7b\x32\x11\xeb\xae\x93\x29\x34\x59\xa8\x70\xa0\xf6\x66\x99\x4f\xd6\x21\xd5\xa9\xeb\x3b\xfc\x61\xce\x49\xfd\xcd\x92\x34\xde\xad\xaa\x47\x77\xe9\x89\x09\xa3\x28\x80\x1d\xa6\x01\x8a\x34\x14\xe7\x18\x8c\x9e\xe9\x77\x9e\x63\x01\x6d\xb3\xd8\x6b\x06\x74\x1f\xe7\x25\x03\xcc\x81\xfb\x40\x25\xde\xc0\x74\xc5\x6e\xe1\x80\xf1\x0a\x3a\x74\xa5\xef\x65\xba\x7e\xe6\x1d\x3f\x7b\xf6\xae\x93\xb9\x6b\xf8\x32\xa3\xe9\xf8\x99\x9b\x2a\x11\x31\x69\x6f\xef\x27\x8c\x2e\x24\xc7\x12\x36\xbd\x22\x0d\x0a\x52\xa2\xd5\x73\xc6\xaa\xf9\x9b\x3d\xb8\x71\xec\x7d\xd3\x8f\x19\x8e\x0f\x33\x5e\x7c\xd3\xd7\xae\xd6\x75\x38\x49\xf5\x7b\x9f\x3e\x76\x54\xa7\x46\xee\xee\x17\xe2\x80\x06\xd2\x1d\x5a\xbc\xd6\x1d\x00\xd3\x93\x95\x34\xf1\x4c\x3d\xce\x0a\x57\x3a\x5c\xc7\xd7\x34\x58\x25\xa3\xac\x34\xca\x72\x74\x52\x44\xa7\xa1\x31\xc4\xe2\x45\xbb\xf8\x87\x0e\x5a\xcd\xce\x3e\x5f\x66\x8a\xc1\x00\x04\xca\x44\x87\x92\x73\x43\x64\x2f\x2f\xb4\xa9\x87\xfd\xb2\xc0\x7a\x0d\xe0\x9c\xff\x77\x44\x6e\x5f\x31\x1f\x87\x07\xb9\x9d\x1a\x1d\x84\x4b\x38\x20\xa5\xdb\xa1\x41\x24\x9f\x9b\x86\x2e\x99\x4c\x2e\xdc\xb2\x45\x6c\x95\xb6\x3b\xdd\x92\x3d\x1e\x1e\x81\xcc\x0e\x49\x1e\xbb\xeb\x61\x14\x2b\x17\x5b\xcc\x0f\xab\x86\xb1\xa4\x98\xbb\xbd\x0b\xc4\x08\x0d\x1b\xe1\x1d\xa3\x1b\xed\xb6\x64\xb8\xaa\xfd\x7c\xdf\x5c\xd9\xe1\x07\xac\xe3\x55\x27\xb3\x9d\xcd\x62\x37\x8b\x9d\x3a\x3c\x88\xed\xf4\x19\x95\x9c\x85\xa2\x32\xa3\x1a\x52\x37\xdb\x1c\xb7\xb5\x85\x59\x63\xfc\x16\x3f\xb7\x0b\xfe\x86\xec\xa0\x90\xa7\xc9\x04\x16\x93\x33\x73\x50\x2f\x5c\x8a\x51\x30\xf3\x47\xe8\x57\x1c\xc6\xa0\xb7\xcd\xb7\x24\x30\xdd\x87\x16\x2c\xe6\x3e\x2c\xf2\xb9\x12\xb3\x33\x73\x3b\x25\xd9\x50\xa6\xd4\x8a\xac\x91\x00\x7d\xe7\xaa\xc9\xf5\xed\xa2\xb3\x9f\x0d\x49\x77\xcc\x43\x63\xb3\x10\x95\x92\xad\x1e\x7c\x2f\x07\xf0\xae\x17\x8b\x9f\xcd\x25\xdf\x26\xd3\x35\x16\x84\x6e\xd0\x62\x71\xf1\xee\xc9\x84\x28\x9d\x0a\x62\x9d\xf3\xf0\xb5\x10\x5b\xcf\xec\x88\xbb\x05\x0e\x6b\xc6\xcd\xad\xdb\x35\xc3\x2c\x47\x27\x75\xb8\xd5\xc7\xed\xa2\x78\x15\x12\xff\x25\xf4\xf2\x55\xd3\x8f\xfb\x9e\xd4\xa5\x00\xe6\x58\xd6\x06\x0e\x1b\xbd\x65\x87\xc6\x3c\x70\x25\x45\x5f\xf3\xa9\xed\x40\x2d\xed\x4e\x91\xd4\xb2\x7a\x3f\x07\x9c\xb3\x61\xe0\xad\xbe\x9e\xe3\x59\xce\x7b\xd1\xd7\xd4\x19\x26\x87\x9c\xce\x75\x81\x5e\xb0\xd0\xaf\xab\x77\xba\xd7\x5b\xe7\x94\x01\x3f\x85\xf1\x87\x29\xaf\xe6\x9c\x7c\xba\xec\xe9\xcc\x73\xf4\x4d\xfe\x16\x0a\x09\x05\x84\xf9\xc6\x5c\xd7\x9c\xde\x7c\xa1\x50\x45\x01\x86\x1d\xa3\xdd\x92\xa8\x7b\x8d\xe0\x9c\x77\x19\xdf\x7e\x86\x70\x97\x70\xfc\xdf\x84\x7f\x0a\x65\xe4\xbe\xcb\x7f\x30\x0e\x16\xc7\x70\xf2\x50\x41\x20\x32\x79\xe7\x02\x53\xb2\x06\x51\xdf\x13\xa2\xcd\x9a\x75\xaa\x41\xea\xfe\x97\x3a\x80\xaa\xe5\xb8\x4b\x20\x27\x3b\x90\x17\x44\xea\x4b\xf2\x11\xa3\xc8\xde\xa2\xdf\x89\x0b\xfd\x47\x71\xf2\x41\x67\x87\x1e\x90\xdb\xad\x06\xd2\x30\xd4\xc8\x37\x00\x11\x92\x1c\xfb\x37\x88\xad\x35\x66\x7f\x15\x48\xdc\x53\x5f\x39\x1a\x3a\x2c\xfa\x4f\xe3\xde\x11\x81\xe0\xf7\x98\xdc\xe2\x10\xa8\xf6\x27\x6c\x16\xa5\x5a\x31\x3d\x6f\x43\xa4\xa7\xbe\xf2\x24\xde\x68\x42\xcd\x23\xca\x24\x08\x8f\xc3\x5a\xb9\xdb\x0a\x78\x27\xbe\x7d\x56\x44\x9d\xac\xa7\x78\x07\x22\xc2\xf5\x21\xc5\x36\x57\xad\x27\x57\x7e\x27\xb0\xec\x85\xe8\x92\x25\x62\x37\x0a\x62\x9a\xb2\x96\x66\x06\x82\xa3\xcd\x11\x5a\x77\xe5\xe4\x50\x63\x3a\x99\xc2\x01\x07\xaf\x69\x7d\x2b\xc5\x36\x13\x71\x46\x85\xe4\xb1\x2f\x0d\x1a\x92\x21\x05\xd4\xd3\xcd\x44\x76\x2c\x00\x8d\x98\xb9\x01\xc2\xde\x88\x1d\x85\xec\x1e\xdd\xc0\x3d\xc2\x22\x7b\xb7\x13\x4f\x1e\x62\xc8\x76\xf5\x7f\x6a\xbb\xa7\x38\x7c\x28\xc3\x92\x55\xbf\xbf\x7d\xae\x87\xd2\xd3\x6b\xab\xb3\xd1\x15\xf3\xe5\x9c\x54\x2e\x1e\xb9\x14\xcd\xb9\xb0\xa6\x0e\x49\xbb\x65\x77\x10\xdf\xce\xee\x81\x15\x0b\x8b\xfe\x96\xbd\xc4\x1f\x71\x08\xb1\x84\x20\xb1\xf1\x2c\x99\x52\xba\xf9\x51\x6a\xd5\xb2\x38\x44\x3a\x03\x95\xed\xe3\x10\x31\x41\x24\xe3\xf7\xca\x2a\x29\xab\xd5\x3e\x35\xf3\xd3\x63\x56\xf0\x29\xe7\x8e\x1a\xf6\x86\xb6\xcf\x2c\x8e\x3a\x6d\x89\x3a\xe9\x64\x06\x7e\x10\x99\x67\xe5\xed\xd5\xd2\xf6\x34\xcf\xa4\xb5\x9c\xda\x41\x2b\xf2\xd6\xd4\x82\x58\x9b\xde\xcd\x6b\x3f\xa7\x41\xc4\x08\x95\x0b\xd3\x5d\xa8\xa7\xf7\x39\x2e\xfe\xea\xac\x24\x4a\x0e\x4d\xab\x2c\xc9\xd0\xca\x7a\xe0\x55\x7f\x0c\xd9\x46\x8c\x0a\x0f\xdf\x0d\xe0\xf4\xe6\x6e\xce\xcb\x5c\x53\xb0\x4c\x49\x7a\x2e\xd9\x02\x80\x5d\x2c\x24\x5a\x01\x32\xfb\x41\x13\x65\x4d\x4a\xc2\x93\xa3\x7b\x53\x5a\x06\x54\x72\x0d\xd3\x96\xc9\x15\x09\x4f\x1a\xea\xe6\xc8\x4d\x1e\x29\x22\x3b\x77\xd2\xfd\x04\x34\xe4\xcb\xcf\x8a\xc4\x34\x34\x9d\xcd\xd1\xd7\xf0\x96\x22\xb9\xd4\x80\xb6\x21\x26\x35\x48\x5f\x26\xbd\x8a\x6b\xdb\xb7\x46\x58\xe7\x66\xdc\x27\x3d\x00\xfa\x35\x67\xe8\x0b\xb7\xc1\x3d\xe8\x64\xd1\x12\xde\x38\x57\xba\xca\x14\x1f\xc4\xea\xe9\x2c\x6d\xa8\x3b\x24\xdb\x47\xfd\x3e\x8e\xf6\x83\x5e\xb2\x8a\x3a\x8b\xbb\x8d\x39\x64\xb1\x8c\x62\xd9\x22\x84\xd6\xa4\x5c\xaf\x35\x10\x14\x10\x0e\xbe\x5e\x08\x93\x9d\x6c\xd2\x28\x35\x50\x7f\x29\x94\xd2\x1b\x39\x05\x7a\xb2\xd1\x65\xa5\x12\xd2\xdf\xec\xb6\xb8\x5b\xc8\xf3\x41\xc7\xce\x29\xe9\xd1\xe4\xc7\xdf\x63\xe2\xdf\x08\x89\xb9\xf4\xd4\xa2\xef\x29\x67\xad\x26\x34\xca\xc1\x94\xbc\x1e\xc0\x54\xb6\xd6\x64\xfc\x97\x1a\x14\x2d\xd4\xa8\x09\xb2\x47\xe8\xd4\x64\x6e\x62\xb4\xe2\x98\xfa\xdb\x31\x52\x3b\x38\xc6\x91\x71\x39\xd1\x16\x77\x4c\xcc\x3e\x74\x2c\x27\x0f\x4c\x74\xf1\x00\x0e\x28\x3f\x45\x8d\xf4\xcb\xd5\x2b\x54\x8f\x61\x27\x42\xfb\x80\xb4\x19\x67\xa2\x5a\x20\x8c\xa3\xc8\x0b\xe0\x76\x88\x5a\x5f\xcb\x2c\x97\x0a\x8d\x9d\xb3\x75\x68\x9f\x3d\x00\x89\x49\x28\x10\xa3\x08\xa3\x4c\xd3\xb3\xc9\xc3\xec\xc2\xa9\xde\x28\xfb\xc2\x38\x08\xf2\xa1\x9b\xcc\x25\xee\xe5\xa4\x3f\x14\x2a\x05\x1b\x79\x05\x11\x6b\x63\x20\x8d\xd6\x1f\xa0\xc5\x6f\xb6\x80\x36\x44\xda\xe9\x83\x62\x1a\x00\xb7\x6d\x9f\x12\xbc\x4b\x66\x9e\xa8\x05\xf5\x8e\x84\xa1\x9a\x77\x66\x9a\xa9\xdd\xc9\x7f\xe8\x88\x19\x04\x63\x13\x84\xd8\xe1\xce\x8b\xf5\x70\xa8\xe0\x5d\xf4\x4f\x27\x3a\x6e\xff\x65\x87\xc9\xa1\x51\x3a\x0d\xc3\x22\x9b\x20\x94\xec\xcf\xac\x29\xf2\xb7\x98\x6e\x3a\x76\x96\xe8\x08\xda\x49\xde\x3a\x8c\x3f\x1c\xb8\x82\x2a\xc9\x64\x4b\x58\x5e\x30\x3a\x22\xd3\x24\x95\x3b\xae\x64\x42\xc7\x59\x68\x6a\xd2\x59\x29\x06\x1c\xda\xc9\xa1\x08\xcb\xed\xe7\x8b\xee\x5f\xa9\xed\x3d\xb9\x05\xa4\xd1\xd0\x8d\x5f\x6c\xc6\x43\x69\xff\x6e\xc8\xb6\x3f\xbc\x8e\x44\x16\x09\xd0\x14\xef\x18\x55\xef\xe9\x03\x64\x42\x03\xf4\x32\x5e\x01\xa7\xa0\x1c\x8a\x42\x04\x1b\x47\x51\x78\x6f\x99\x72\xbd\xd4\x05\xe2\x9e\xb8\x17\x12\x76\xcb\xd1\x18\x2d\x47\x2b\x2c\x60\x39\xea\x98\x54\xf7\x39\x69\x30\x7b\x94\x1c\x1d\xe6\xc1\x18\x99\x7f\x15\x3d\xe6\xaf\x77\x8d\x5d\xd7\x16\x8b\x9f\xdb\x1d\xd7\x36\x09\x53\x7d\x9e\x18\xf8\xc4\x09\x5e\x2c\x7e\xd6\xc1\x48\xdb\x1f\x58\xa1\x1f\xcb\x2d\x50\x49\xfc\xca\x4d\xf5\x7b\xf8\xdc\x03\xbc\x93\xe4\x98\x1f\x62\xf0\xde\x58\xb9\xaa\x91\x95\xab\x62\x11\xaa\x88\x59\x8b\xd4\x56\x7f\x17\x56\xc2\xc2\xac\xed\x6c\x0e\x1e\x6a\xe8\x7a\x4f\x6a\x43\xe4\xff\xce\xca\xd4\x7f\x60\x7c\x33\x51\x23\xee\xbf\x32\x24\x16\xf5\x45\x16\x2d\x57\x16\x05\xe2\x61\x16\x96\xf6\x90\x7b\x7a\x8d\x4a\xcb\xc6\x15\x5f\xa5\x62\x78\x5d\x6b\x55\x99\x87\x95\xe5\xba\x71\xfe\x0e\xed\x7d\xee\x8d\xcb\xe2\xb2\x9d\x4b\x5b\xe6\x1b\x33\xf7\x30\xd1\xe0\xfd\xa3\x16\x7c\xca\x05\xf8\x1c\xa4\xb0\x8d\x5b\x5a\x55\x13\xdc\xc0\xfd\xf4\xea\xb2\x7d\x19\x81\x7d\xff\x41\x82\xc3\x75\xb8\x0c\x1f\x23\x79\x79\xb1\x40\x90\x72\x29\xc9\xe3\x1a\x2a\x46\x52\x07\xbd\x20\xab\xb7\x10\x86\x2f\x29\xbb\xeb\x56\x8d\x3d\x48\xcd\xae\x2e\x54\x2b\xd4\xa3\x55\x0b\x6b\x8f\x90\xbe\xe1\x27\x7b\xd0\xf2\x8e\x1f\xb8\x11\x49\xff\x72\x35\xad\x37\xba\x7f\xb9\x03\xbc\x6e\xa5\xde\x2d\xd6\xda\x1e\xed\x76\xdd\xd6\xbb\xa0\xba\x1c\x9d\x38\x58\xf1\xe3\x04\x37\xdc\xd9\xd5\x70\xea\x88\xef\x44\xbe\x39\xd0\xa9\x49\xe8\x1c\x5c\xac\x26\x87\x4e\x27\xe3\xdd\x09\x2f\x64\x38\xf0\x92\xbb\x53\x3c\x3f\x1d\xd3\x8a\x5a\x21\x84\x12\x8c\xfa\x4a\xba\x71\x9c\x41\x64\xde\x85\xa6\x03\xf4\x60\x2f\x21\xcb\xd1\x49\x95\x63\xbd\x15\x62\xa0\x8a\x75\xcd\xae\x7c\xdd\x74\xca\x3b\x2b\xe4\xc2\x6f\x45\x19\xf7\x2a\xb7\xee\x23\xce\x06\xfc\x06\x2a\x02\x5f\x8e\x4e\x2a\x84\xf6\x16\xcd\x90\x45\xc8\xc5\xca\xe0\x86\x8a\x60\x2b\xae\xc2\xfb\x45\x71\xe5\x9a\x2a\xdd\xa4\x7b\x28\x4f\x90\x8d\x98\xe4\xbf\x9a\xac\x42\xb6\x9a\x98\xe0\x88\x61\x9e\x8c\x25\xe3\x04\x87\x42\xe9\xf8\xd1\x2e\xe8\x23\xc2\x8e\x74\x34\xb6\x84\x3a\x0c\xfb\xe5\xe8\xa4\xc2\xa4\xde\xa2\xfe\xdc\x95\xd3\x9f\xa4\xc4\xf9\x61\x8e\xc1\xba\x15\x1c\xd7\xaf\x7f\x35\x13\xaf\xc6\x54\x0e\xe2\x2a\xea\x63\x2d\x5d\x20\x62\xae\x37\xde\xed\x18\xcd\x3a\x8f\x74\x29\x02\xde\x0f\xa9\xe0\x02\x66\x93\xe0\xe3\x1d\xe0\x5b\xb8\x63\xfc\x46\x7c\x34\x97\x15\x7c\x8c\x6e\x36\x1f\x63\x49\x42\xf1\x91\x44\x14\xe4\xd1\x6c\x7e\x59\xec\x64\x57\xb3\xcb\xac\xe8\x22\x45\xb3\x79\x72\xd9\x17\x22\x14\x9d\xce\xce\xae\x10\x65\xb2\x5b\x6e\xc4\x1e\x30\x5f\x25\x1a\xf3\xe7\x57\x7f\x7e\xf5\xff\x02\x00\x00\xff\xff\x8c\x68\xab\xe2\x2c\x0d\x01\x00") func schemaJsonBytes() ([]byte, error) { return bindataRead( @@ -85,7 +85,7 @@ func schemaJson() (*asset, error) { } info := bindataFileInfo{name: "schema.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x38, 0xe4, 0x6d, 0xa0, 0xe5, 0xe6, 0x2a, 0xca, 0x74, 0xa8, 0x6, 0xb, 0xdb, 0x93, 0xaa, 0xa4, 0x38, 0x51, 0xf1, 0x73, 0x6c, 0x37, 0x52, 0x8c, 0xa3, 0x9f, 0x35, 0x20, 0x6b, 0xe0, 0x31, 0xa6}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x97, 0x47, 0xf6, 0x55, 0x63, 0xad, 0xaf, 0xf3, 0x71, 0xf9, 0x58, 0x2d, 0xcf, 0x12, 0xb5, 0x85, 0x3e, 0x22, 0x80, 0xdb, 0x61, 0x28, 0xd, 0x1b, 0xdd, 0xa4, 0xc7, 0x4a, 0x57, 0x6b, 0xad, 0x8d}} return a, nil } diff --git a/pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go b/pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go index 5d86de4211..efe39387fd 100644 --- a/pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go +++ b/pkg/apis/eksctl.io/v1alpha5/well_known_iam_policy.go @@ -1,13 +1,25 @@ package v1alpha5 +// WellKnownPolicies for attaching common IAM policies type WellKnownPolicies struct { - ImageBuilder bool `json:"imageBuilder,inline"` - AutoScaler bool `json:"autoScaler,inline"` - AWSLoadBalancer bool `json:"awsLoadBalancer,inline"` - ExternalDNS bool `json:"externalDNS,inline"` - CertManager bool `json:"certManager,inline"` + // ImageBuilder allows for full ECR (Elastic Container Registry) access. + ImageBuilder bool `json:"imageBuilder,inline"` + // AutoScaler adds policies for cluster-autoscaler. See [autoscaler AWS + // docs](https://docs.aws.amazon.com/eks/latest/userguide/cluster-autoscaler.html). + AutoScaler bool `json:"autoScaler,inline"` + // AWSLoadBalancerController adds policies for using the + // aws-load-balancer-controller. See [Load Balancer + // docs](https://docs.aws.amazon.com/eks/latest/userguide/aws-load-balancer-controller.html). + AWSLoadBalancerController bool `json:"awsLoadBalancerController,inline"` + // ExternalDNS adds external-dns policies for Amazon Route 53. + // See [external-dns + // docs](https://github.com/kubernetes-sigs/external-dns/blob/master/docs/tutorials/aws.md). + ExternalDNS bool `json:"externalDNS,inline"` + // CertManager adds cert-manager policies. See [cert-manager + // docs](https://cert-manager.io/docs/configuration/acme/dns01/route53). + CertManager bool `json:"certManager,inline"` } func (p *WellKnownPolicies) HasPolicy() bool { - return p.ImageBuilder || p.AutoScaler || p.AWSLoadBalancer || p.ExternalDNS || p.CertManager + return p.ImageBuilder || p.AutoScaler || p.AWSLoadBalancerController || p.ExternalDNS || p.CertManager } diff --git a/pkg/cfn/builder/iam_helper.go b/pkg/cfn/builder/iam_helper.go index 279c0ab682..76f5566fcd 100644 --- a/pkg/cfn/builder/iam_helper.go +++ b/pkg/cfn/builder/iam_helper.go @@ -32,7 +32,7 @@ func createWellKnownPolicies(wellKnownPolicies api.WellKnownPolicies) []customPo if wellKnownPolicies.AutoScaler { policies = append(policies, customPolicy{Name: "PolicyAutoScaling", Statements: autoScalerStatements()}) } - if wellKnownPolicies.AWSLoadBalancer { + if wellKnownPolicies.AWSLoadBalancerController { policies = append(policies, customPolicy{Name: "PolicyAWSLoadBalancerController", Statements: loadBalancerControllerStatements()}) } if wellKnownPolicies.ExternalDNS { From ac7bc9d9973ffad4afd0cd9ce3806fb6c4f05f6b Mon Sep 17 00:00:00 2001 From: Michael Beaumont Date: Thu, 14 Jan 2021 19:47:16 +0100 Subject: [PATCH 6/6] Simplify irsa well known policy code --- pkg/cfn/builder/iam.go | 16 +++++------- pkg/cfn/builder/iam_helper.go | 48 ++++++++++++++++++++++------------- 2 files changed, 37 insertions(+), 27 deletions(-) diff --git a/pkg/cfn/builder/iam.go b/pkg/cfn/builder/iam.go index fa57cfd3a0..090fbcb0fe 100644 --- a/pkg/cfn/builder/iam.go +++ b/pkg/cfn/builder/iam.go @@ -228,21 +228,17 @@ func (rs *IAMServiceAccountResourceSet) AddAllResources() error { role.ManagedPolicyArns = append(role.ManagedPolicyArns, arn) } - wellKnownPolicies := createWellKnownPolicies(rs.spec.WellKnownPolicies) + managedPolicies, customPolicies := createWellKnownPolicies(rs.spec.WellKnownPolicies) - for _, p := range wellKnownPolicies { - for _, np := range p.NamedPolicies { - role.ManagedPolicyArns = append(role.ManagedPolicyArns, makePolicyARN(np)) - } + for _, p := range managedPolicies { + role.ManagedPolicyArns = append(role.ManagedPolicyArns, makePolicyARN(p.name)) } roleRef := rs.template.NewResource("Role1", role) - for _, p := range wellKnownPolicies { - if p.Name != "" { - doc := cft.MakePolicyDocument(p.Statements...) - rs.template.AttachPolicy(p.Name, roleRef, doc) - } + for _, p := range customPolicies { + doc := cft.MakePolicyDocument(p.Statements...) + rs.template.AttachPolicy(p.Name, roleRef, doc) } // TODO: declare output collector automatically when all stack builders migrated to our template package diff --git a/pkg/cfn/builder/iam_helper.go b/pkg/cfn/builder/iam_helper.go index 76f5566fcd..019d1c88ad 100644 --- a/pkg/cfn/builder/iam_helper.go +++ b/pkg/cfn/builder/iam_helper.go @@ -18,37 +18,51 @@ type cfnTemplate interface { newResource(name string, resource gfn.Resource) *gfnt.Value } -type customPolicy struct { - Name string - Statements []cft.MapOfInterfaces - NamedPolicies []string +type managedPolicyForRole struct { + name string } -func createWellKnownPolicies(wellKnownPolicies api.WellKnownPolicies) []customPolicy { - var policies []customPolicy +type customPolicyForRole struct { + Name string + Statements []cft.MapOfInterfaces +} + +func createWellKnownPolicies(wellKnownPolicies api.WellKnownPolicies) ([]managedPolicyForRole, []customPolicyForRole) { + var managedPolicies []managedPolicyForRole + var customPolicies []customPolicyForRole if wellKnownPolicies.ImageBuilder { - policies = append(policies, customPolicy{NamedPolicies: []string{iamPolicyAmazonEC2ContainerRegistryPowerUser}}) + managedPolicies = append(managedPolicies, + managedPolicyForRole{name: iamPolicyAmazonEC2ContainerRegistryPowerUser}, + ) } if wellKnownPolicies.AutoScaler { - policies = append(policies, customPolicy{Name: "PolicyAutoScaling", Statements: autoScalerStatements()}) + customPolicies = append(customPolicies, + customPolicyForRole{Name: "PolicyAutoScaling", Statements: autoScalerStatements()}, + ) } if wellKnownPolicies.AWSLoadBalancerController { - policies = append(policies, customPolicy{Name: "PolicyAWSLoadBalancerController", Statements: loadBalancerControllerStatements()}) + customPolicies = append(customPolicies, + customPolicyForRole{Name: "PolicyAWSLoadBalancerController", Statements: loadBalancerControllerStatements()}, + ) } if wellKnownPolicies.ExternalDNS { - policies = append(policies, - customPolicy{Name: "PolicyExternalDNSChangeSet", Statements: changeSetStatements()}, - customPolicy{Name: "PolicyExternalDNSHostedZones", Statements: externalDNSHostedZonesStatements()}, + customPolicies = append(customPolicies, + []customPolicyForRole{ + {Name: "PolicyExternalDNSChangeSet", Statements: changeSetStatements()}, + {Name: "PolicyExternalDNSHostedZones", Statements: externalDNSHostedZonesStatements()}, + }..., ) } if wellKnownPolicies.CertManager { - policies = append(policies, - customPolicy{Name: "PolicyCertManagerChangeSet", Statements: changeSetStatements()}, - customPolicy{Name: "PolicyCertManagerGetChange", Statements: certManagerGetChangeStatements()}, - customPolicy{Name: "PolicyCertManagerHostedZones", Statements: certManagerHostedZonesStatements()}, + customPolicies = append(customPolicies, + []customPolicyForRole{ + {Name: "PolicyCertManagerChangeSet", Statements: changeSetStatements()}, + {Name: "PolicyCertManagerGetChange", Statements: certManagerGetChangeStatements()}, + {Name: "PolicyCertManagerHostedZones", Statements: certManagerHostedZonesStatements()}, + }..., ) } - return policies + return managedPolicies, customPolicies } // createRole creates an IAM role with policies required for the worker nodes and addons