From e1a2b03fa4cc31347b912ac6ae429ce347974e26 Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 8 Feb 2021 17:28:31 +0000 Subject: [PATCH] Update SSH docs --- examples/07-ssh-keys.yaml | 7 ++++- .../eksctl.io/v1alpha5/assets/schema.json | 16 ++++++---- pkg/apis/eksctl.io/v1alpha5/schema.go | 6 ++-- pkg/apis/eksctl.io/v1alpha5/types.go | 12 ++++---- pkg/ctl/cmdutils/configfile_test.go | 4 +-- userdocs/src/usage/managing-nodegroups.md | 29 +++++++++++++++++++ 6 files changed, 58 insertions(+), 16 deletions(-) diff --git a/examples/07-ssh-keys.yaml b/examples/07-ssh-keys.yaml index 861303d9173..2ced19eb72d 100644 --- a/examples/07-ssh-keys.yaml +++ b/examples/07-ssh-keys.yaml @@ -27,7 +27,7 @@ nodeGroups: instanceType: m5.large desiredCapacity: 1 ssh: # import inline public key - publicKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqZEdzvHnK/GVP8nLngRHu/GDi/3PeES7+Bx6l3koXn/Oi/UmM9/jcW5XGziZ/oe1cPJ777eZV7muEvXg5ZMQBrYxUtYCdvd8Rt6DIoSqDLsIPqbuuNlQoBHq/PU2IjpWnp/wrJQXMk94IIrGjY8QHfCnpuMENCucVaifgAhwyeyuO5KiqUmD8E0RmcsotHKBV9X8H5eqLXd8zMQaPl+Ub7j5PG+9KftQu0F/QhdFvpSLsHaxvBzA5nhIltjkaFcwGQnD1rpCM3+UnQE7Izoa5Yt1xoUWRwnF+L2TKovW7+bYQ1kxsuuiX149jXTCJDVjkYCqi7HkrXYqcC1sbsror someuser@hostname" + publicKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqZEdzvHnK/GVP8nLngRHu/GDi/3PeES7+Bx6l3koXn/Oi/UmM9/jcW5XGziZ/oe1cPJ777eZV7muEvXg5ZMQBrYxUtYCdvd8Rt6DIoSqDLsIPqbuuNlQoBHq/PU2IjpWnp/wrJQXMk94IIrGjY8QHfCnpuMENCucVaifgAhwyeyuO5KiqUmD8E0RmcsotHKBV9X8H5eqLXd8zMQaPl+Ub7j5PG+9KftQu0F/QhdFvpSLsHaxvBzA5nhIltjkaFcwGQnD1rpCM3+UnQE7Izoa5Yt1xoUWRwnF+L2TKovW7+bYQ1kxsuuiX149jXTCJDVjkYCqi7HkrXYqcC1sbsror someuser@hostname" - name: ng-5 instanceType: m5.large desiredCapacity: 1 @@ -35,6 +35,11 @@ nodeGroups: publicKeyName: ec2_dev_key allow: false - name: ng-6 + instanceType: m5.large + desiredCapacity: 1 + ssh: + enableSsm: true + - name: ng-7 instanceType: m5.large desiredCapacity: 1 # no SSH diff --git a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json index fd58274f30c..b899c76abd5 100755 --- a/pkg/apis/eksctl.io/v1alpha5/assets/schema.json +++ b/pkg/apis/eksctl.io/v1alpha5/assets/schema.json @@ -1574,8 +1574,8 @@ "properties": { "allow": { "type": "boolean", - "description": "Enables/Disables the security group configuration. Values provided by SourceSecurityGroupIDs are ignored if set to false", - "x-intellij-html-description": "Enables/Disables the security group configuration. Values provided by SourceSecurityGroupIDs are ignored if set to false" + "description": "If Allow is true the SSH configuration provided is used, otherwise it is ignored. Only one of PublicKeyPath, PublicKey and PublicKeyName can be configured", + "x-intellij-html-description": "If Allow is true the SSH configuration provided is used, otherwise it is ignored. Only one of PublicKeyPath, PublicKey and PublicKeyName can be configured" }, "enableSsm": { "type": "boolean", @@ -1583,13 +1583,19 @@ "x-intellij-html-description": "Enables the ability to SSH onto nodes using SSM" }, "publicKey": { - "type": "string" + "type": "string", + "description": "Public key to be added to the nodes SSH keychain. If Allow is false this value is ignored.", + "x-intellij-html-description": "Public key to be added to the nodes SSH keychain. If Allow is false this value is ignored." }, "publicKeyName": { - "type": "string" + "type": "string", + "description": "Public key name in EC2 to be added to the nodes SSH keychain. If Allow is false this value is ignored.", + "x-intellij-html-description": "Public key name in EC2 to be added to the nodes SSH keychain. If Allow is false this value is ignored." }, "publicKeyPath": { - "type": "string" + "type": "string", + "description": "The path to the SSH public key to be added to the nodes SSH keychain. If Allow is true this value defaults to \"~/.ssh/id_rsa.pub\", otherwise the value is ignored.", + "x-intellij-html-description": "The path to the SSH public key to be added to the nodes SSH keychain. If Allow is true this value defaults to "~/.ssh/id_rsa.pub", otherwise the value is ignored." }, "sourceSecurityGroupIds": { "items": { diff --git a/pkg/apis/eksctl.io/v1alpha5/schema.go b/pkg/apis/eksctl.io/v1alpha5/schema.go index 378e684f119..2dd0d679eeb 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 (75.385kB) +// assets/schema.json (76.395kB) 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\xdc\x36\xb2\xe8\xf7\xfd\x15\xa8\xc9\xd6\x39\x76\xd5\x50\x63\x39\xbb\xd9\x6c\x36\x57\x75\xc7\x92\xe2\xcc\xb5\x25\xcd\xd1\x28\xc9\xbd\xb1\x5c\x6b\x0c\xd9\x33\x83\x15\x07\x60\x00\x50\x8f\x1c\xe7\xbf\xdf\xc2\x83\x6f\x90\x43\x72\x28\xdb\x5b\x47\x9f\x6c\x71\xc8\x46\xbf\xd0\x68\x34\xba\x1b\xff\xfd\x27\x84\x46\x7f\xe6\xb0\x1a\x7d\x87\x46\x5f\x4d\x02\x58\x11\x4a\x24\x61\x54\x4c\x8e\xc3\x58\x48\xe0\xc7\x8c\xae\xc8\x7a\x34\x56\x2f\xca\x87\x08\xd4\x8b\x6c\xf9\x2f\xf0\xa5\x79\xf6\x67\xe1\x6f\x60\x8b\xd5\xe3\x8d\x94\xd1\x77\x93\xc9\xbf\x04\xa3\x9e\x79\xea\x31\xbe\x9e\x04\x1c\xaf\xa4\xf7\xe2\x6f\x13\xf3\xec\x2b\xf3\x5d\x6e\xa8\xd1\x77\x48\xe1\x81\xd0\x68\xfa\xeb\x22\x5e\x52\x90\x67\x38\x8a\x08\x5d\xa7\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\x8c\x13\xa8\x0e\x8a\xf4\xf3\x00\x84\xcf\x49\xa4\x40\x68\xca\x58\x18\x08\x24\x34\x20\x24\x19\x9a\xfe\x8a\xb6\x06\x45\x71\x80\x66\x2b\x24\x37\x80\x6e\xe0\x01\x11\x81\x30\x45\xd3\x5f\xc7\x48\x6e\xb0\x44\x38\x14\x0c\x2d\xc1\x67\x5b\x10\xfa\x1d\x8a\xb7\x80\x98\x79\xdf\x42\x63\x72\x03\xfc\x8e\x08\x40\xb1\x80\x14\x90\x64\x88\xc3\x0a\xb8\xfa\x8f\xdc\x90\x64\xec\x83\x0c\xc3\x7b\x8f\x50\x09\x61\x48\xfe\xe5\x6d\xe4\x36\xf4\xbe\x7c\x8c\x03\x58\xe1\x38\x94\x0a\xbb\xff\xfe\xc3\x88\xc2\x0a\x62\x54\x10\x52\x4e\xe8\x51\x8d\xa8\xf1\xef\x85\xbf\x73\x82\x14\x92\x2b\xc5\x19\xe7\x7f\x2b\xb1\xc6\xc7\x14\x2d\x01\xb1\x2d\x91\x12\x02\x44\xaa\xcc\x28\x7e\xbe\x83\xd3\x2d\xc0\xa5\xd0\xfe\xc8\x00\x8f\x7c\x12\xf0\x32\x15\x6e\x15\x5e\x13\xb9\x89\x97\x07\x3e\xdb\x7e\xbc\x03\x7c\x0b\x77\x8c\xdf\x88\x8f\x70\x23\x7c\x19\x7e\x8c\x6e\xd6\x1f\x63\x49\x42\xf1\x91\x44\x8a\xdf\xb3\xf9\x39\x48\xf7\x88\x24\xd8\xc1\xb5\xec\xab\xca\x44\x89\xb4\x70\x39\x04\x17\x3c\x00\x85\xf7\xbb\x02\xdc\x71\x41\x36\x65\x2a\xed\x9f\xef\xc7\x3b\x26\xf3\x0a\x87\x02\x8a\x8a\x11\x04\x9a\xcb\xa9\x46\x70\xf8\x2d\x26\x1c\x82\x22\x06\x4a\x4b\xab\xa3\xd4\x6a\x8f\x94\xd8\xdf\xcc\x59\x48\xfc\x87\x76\x12\x98\xd1\x90\x50\x38\x61\x7e\xbc\x05\x2a\x1b\xb5\xcb\x4c\x3c\x8c\x22\x0d\x1e\x05\xf6\x1b\x35\x2d\xcc\xb8\xd9\x04\x01\x7e\x4b\x7c\x40\xd8\xf7\x59\x5c\x86\xda\x6a\x7a\xf7\x19\xc5\xa9\x19\x79\x8e\x4c\x2f\xcf\x45\x99\x2b\x44\xc2\xb6\xfc\xb0\x41\x7d\x0a\xc0\x73\xef\x61\xce\xf1\x43\x23\xf7\x42\x22\xa4\x32\x37\x0a\x89\xc4\xec\xcc\xa6\x67\x86\x4e\xa2\x6c\x52\x42\x60\x27\x76\x75\x00\xeb\xe4\x8f\xd6\xaf\xb6\x73\x27\xf7\x9d\x65\xfe\xd4\xf0\xfe\x92\x85\x30\xbd\x3c\xef\x03\xe8\x16\xb8\x20\x85\x99\xd0\xfc\x69\xa7\xf9\xab\xa9\x73\x0c\xb6\x93\x90\x26\x0d\xaa\xf9\xad\x9b\x2d\x68\x5e\x8f\x95\x14\x4f\xdf\x2c\x10\x56\x46\x02\xf9\xda\x51\x89\x39\x96\x79\xdc\xdb\x4d\xa4\x26\x48\x05\x7b\x94\x38\x45\x21\x8b\x83\x5f\xb0\xf4\x37\x6d\x56\x2b\xdf\x7c\xf4\x96\xad\xd7\x45\xa7\x06\xd5\x5b\x9c\xca\x40\xc9\xd7\x3d\x65\x5c\xc2\x61\x10\x29\xf8\x8c\x4a\x4c\xa8\xb0\x0c\x43\x11\xe6\x78\x0b\x12\xb8\x40\x1c\x42\xac\x56\x43\xc9\x50\x8e\x57\x6d\x85\xd2\x19\x70\xb3\x8c\xaa\x8c\xaf\x15\x15\x50\xbc\x0c\xe1\xea\x21\x82\x9e\x36\x70\x5c\xfc\x15\x68\xbc\x2d\x08\x22\x61\x77\x44\x4a\xaf\xaa\x87\x71\x40\xa4\xeb\xb1\xdc\x00\x95\xc4\xc7\x92\xf1\xea\xcf\x8a\x59\x9c\x85\x21\xf0\x33\x4c\xf1\x1a\x1c\xaf\x28\xc7\x3b\x88\x43\xe0\xa3\xc2\x2f\xef\x07\x30\xd8\x9a\x55\xca\xa4\x86\x86\xc9\x4a\x30\x86\x89\xe8\x99\x00\x40\xef\x32\x31\xa8\x55\x4a\xbc\x7f\x36\x89\x05\x5e\xc3\xc4\x57\xcf\xef\xd4\x73\xcf\xea\xa6\x67\x41\x4c\xbe\xb2\x0f\x8c\xf4\x3d\xb8\xc7\xdb\x28\x04\xf1\xfc\xf9\x01\xfa\x19\x87\x24\x40\x40\x25\x57\x56\x1b\x73\xf8\x0e\x7d\xb8\x56\xdc\xbc\x1e\x7d\x18\xeb\xff\x2a\x1e\x66\x7f\xe4\x38\x97\x3c\xac\xf0\x2b\xf9\x21\xe5\xd2\xf5\xe8\xc3\x41\xa7\xe5\x65\x17\x13\xbe\xc7\x68\xc3\x61\xf5\xbf\xae\x47\xbd\x89\xbf\x1e\x1d\x95\x38\xf9\xfd\x04\x1f\xb9\x39\xf2\xbd\xcf\x02\x38\xfa\x8f\xdf\x62\x26\xff\x81\x23\x62\xfe\xf3\xfd\x44\x3f\x1d\x17\x7f\x55\xdc\x6a\xfc\x3d\xc7\xc0\x86\xf7\x2a\x3c\x6d\x78\x37\x65\x73\xe1\x9d\x83\xbe\x86\x2d\x3f\x63\x87\xb4\x6a\xc0\x9b\xad\x8f\x15\x53\x22\xf2\xae\xb6\xad\x2b\x78\xa7\x85\x33\x5b\xf3\x9d\xde\xf1\x16\x24\x0e\xb0\xc4\xf9\x35\xf9\x86\xd0\xa2\xd7\x1e\x91\x9f\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\x0f\x71\x18\x6d\xf0\x5f\xf3\xa8\xbd\x77\x8f\x7f\x8b\x49\x88\x97\x24\x24\xf2\xe1\x57\x46\xfb\xae\x1b\xfb\xb0\xc0\x77\x79\x23\x0d\x4c\xaf\x3a\x31\x4d\x16\x7e\x51\xb2\xe2\x22\x8e\x22\xc6\x65\x1b\x43\xfe\xbc\x93\x15\x5d\x74\xb4\x94\x45\x93\x68\xd1\x52\x56\xd1\xcd\xa5\x15\xe6\x6b\x2c\x61\xce\xd9\x8a\x84\xad\xc5\xe4\xe6\xe0\x0f\x05\x58\x7b\x09\x6f\x4d\x64\x3b\xa9\xbd\x26\xcd\x1b\xcf\x1f\xde\xfe\xf4\x7f\xd1\xcf\x87\xe8\xe4\x74\x7e\x79\x7a\x3c\xbd\x9a\x5d\x9c\xa3\xf3\x8b\xab\xd9\xf1\xe9\x01\xda\x48\x19\x89\xef\x26\xb9\x48\xc2\x24\x8b\x24\x4c\x8c\xda\x4f\x88\x10\x31\x88\xc9\xcb\xbf\x7f\xf3\x35\x7a\x4d\x24\x82\xfb\x88\x09\x10\x45\x77\x18\xad\x18\x47\x3f\x84\xf1\x3d\xba\x3d\x44\x98\x06\x08\x53\x04\x98\x87\x04\x38\x22\x12\xec\x4b\x6c\x85\xd6\x44\xb2\x48\x74\x52\x80\x2f\x93\x82\x3a\xa9\xa9\xdf\xda\x0a\xee\xa2\xcc\x89\x12\xe5\xbb\x10\x7d\xa9\x11\xbd\x23\x61\xa8\x5e\x91\x84\xc6\xa0\x16\x89\xa5\x0e\xc1\x05\x88\x50\xb4\x8a\x65\xcc\xc1\xe2\x8c\xa2\x10\x53\x31\x46\x1c\xa2\x10\xfb\xda\x21\xd9\x80\xe6\x48\x71\x00\xbc\x64\xb7\xd0\x49\x44\x9f\x15\x51\xa7\x24\x08\xde\x76\xb2\x7a\xb3\xe9\x99\x1b\x90\x5e\x11\xf7\x5e\x42\x8a\x4b\xf3\xce\xd5\xe3\x26\x5e\x02\xa7\x20\x41\x9c\x83\x54\xba\x5c\x59\xd3\x1b\x28\x7a\x53\xf3\xb1\x73\xa4\xad\x76\xcc\x82\x73\x16\xc0\x6b\xce\xe2\xaa\xf2\x76\x32\x80\x67\x25\x68\x43\xc4\x7e\xf4\x42\xa3\x20\xae\x35\x7e\x48\x2f\x00\xe9\x32\xa3\xf1\x27\x74\xed\xd1\xf4\x8d\xe7\x5a\xd9\xde\x59\xca\x50\xf6\x43\xfa\x11\xdc\x08\xcf\xfe\xac\xbf\x13\x43\x2c\x49\x0e\x4c\xae\x47\x47\x65\xc4\xd5\x42\xa4\xf1\xab\x7c\x5f\x45\xea\x7a\x74\x54\x25\xa2\x7e\x25\x4b\xfd\xb9\x2e\x7a\x7f\x06\x12\xd7\x04\xb7\x86\x51\x89\x41\x75\xe1\x07\xc6\x11\xa1\x2b\xc6\xb7\xd6\x00\xd0\x00\x25\x5b\x21\xa4\xf7\x95\x0e\x69\xbb\x54\xa4\xdb\x02\xb4\x6b\xd4\x96\xba\xd0\x46\x88\x11\x27\xb7\x58\x82\x95\x4e\x3b\x51\xce\x8b\xdf\x34\x31\x10\x87\x21\xbb\xcb\xec\xb4\x32\xad\x18\xad\xe2\x30\x7c\xf0\xec\xc8\xe9\x16\x83\x50\x74\xb7\x21\xfe\x06\x51\xa6\xd5\x0f\x6d\xb0\x40\x2c\x96\x4b\x16\x53\x65\xb2\xa5\x36\x32\x08\xfb\x3e\x08\x31\xd6\x4c\x49\x40\x98\x67\xfa\x7c\xe9\x97\x45\x12\x6a\x16\x88\x08\xbb\xfd\x0d\xd0\x2d\xc1\xe8\xe7\xf9\x31\x02\x1a\x44\x8c\x50\xd9\xcd\x23\xf8\x72\xa9\x70\xca\x54\x80\xcf\x41\x8a\x53\xea\xf3\x87\x84\x86\x16\x62\x5d\x54\x3e\x73\x43\x97\x58\xc6\x2d\x7d\x0e\xab\x22\x0b\xf3\x89\x13\xdc\x6d\xe4\x77\x82\xf5\xf3\xfc\xb8\xef\x1e\xbd\x61\xb3\xe9\x32\x6b\x2d\xd6\xc7\x92\x03\x50\x22\x6b\x5c\xd9\xa3\xd6\x4f\x3c\xb7\x21\x6c\x5c\x38\x1b\x36\x15\x8d\x1b\x43\xf7\x96\xad\x51\x7f\xaa\xe2\x2f\x6d\x1d\xaa\x3e\xe9\x20\x41\x10\x8c\x04\x51\x66\xcf\x4e\xbd\xb1\x75\xe2\x8c\x9f\x06\xca\xc3\x93\x1b\x64\x59\x88\xa6\xf3\x59\xeb\xf0\xc7\x3e\x80\x33\x65\xf0\xb4\x75\xf5\xec\x41\x85\x67\x5d\xb7\x4c\xe3\x0a\x5a\xad\xdf\xd5\xce\x6b\xb2\xbd\x2f\xda\xa0\xec\x6c\x65\x94\x6e\xfb\x0b\x2f\x58\xf0\x75\xbe\x5d\x32\x17\xde\xbb\x62\x34\xa7\xa9\xc5\x68\x11\x7d\xb6\xaa\x39\xd5\xf6\xa8\xce\x17\x5d\x32\x16\x02\xae\xb1\x11\x51\xbc\x0c\x89\xdf\x15\x40\xa7\xc9\x5c\x44\xb2\x6e\xec\x41\xb4\xd0\x1c\xce\x24\x16\x1e\x47\x44\x1b\x67\xe0\xa9\x1d\x4e\x4c\x77\x6e\xd1\xee\x78\xf2\xd3\x11\xb8\x4b\xc4\x6a\x47\xd1\x42\xb8\x89\xa9\x60\xc1\xe9\x3d\xf8\xb1\x02\xd7\xee\x40\xb0\x69\x99\xe7\x2c\xb4\x5b\xab\xe5\x03\x8a\x58\x60\x4e\x32\x0d\xde\x6a\x31\x9b\xce\x67\xe2\x00\x5d\x6d\x88\x40\xfa\x55\x22\x10\x0e\x02\x13\x62\x54\x5b\xad\x6c\x0b\x81\x2e\x5f\x4d\x8f\xf5\x4e\x0e\xc7\x72\xc3\x38\xf9\x5d\x53\x7c\x80\xb4\x5b\x3e\x67\x01\x4a\xd1\x46\x0a\xef\xf7\xcf\x92\x2d\x79\xc0\x7c\x71\x80\xef\xc4\x01\xde\xe2\xdf\x19\xd5\x7b\x73\xb8\x11\x93\x10\x4b\x10\x72\x12\x0b\xe0\xeb\x98\x04\x30\x89\x58\xe0\x41\x02\xc4\x53\xf8\x1c\x28\xc1\x74\xf3\xd1\x3e\x11\xc5\x99\xa7\x37\x14\x99\xd7\xa3\xa3\x2a\x17\x77\x87\xab\x4a\xea\x32\x07\xbe\x25\x42\xd9\x2b\xf1\x4a\x79\x36\x98\x57\x52\x18\x3a\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\xb3\x40\x36\x14\x86\x16\xa5\xb0\xa0\xfd\xda\xb3\x71\xb9\x8e\x1b\xaf\xfd\x10\xab\xb8\xe9\x65\x64\xae\x47\x47\x0e\xdc\xeb\x85\x51\x3c\xfe\xde\x6f\x9f\x94\x59\x8d\x45\x01\xea\x10\xdb\xa6\x52\xb2\x87\x9e\x1b\x3e\x07\x45\x23\xa1\x9a\x77\xd6\xde\x59\x01\xce\xa6\x67\xc8\x62\x81\x12\xe2\xde\x3f\x9b\x10\xbc\xb5\x90\x12\x40\x93\xaf\x34\x23\x3d\xb5\x3c\x7b\xf6\x68\x4a\x7b\x3c\xdd\xc4\xda\x11\xbf\x9c\x1c\x3b\xa0\x74\x3d\x3a\x72\xd1\xb5\x53\xba\x7b\xa4\x67\xe4\x20\x7c\xa2\x09\x8a\xc3\x10\x91\x00\xa8\x24\xf2\xc1\x5b\x62\x65\x0f\xf5\x1f\x04\x84\xe5\xa8\x36\x90\xd6\xe5\x31\xd2\x56\xe6\x31\x43\x0f\x25\xe8\x35\x5b\xf2\xd9\xf4\x2c\x31\x71\x3f\x09\xe0\xaf\xb5\x89\x33\xf6\xf6\x9f\x49\xfa\xcc\x3f\x2d\x6a\x04\x44\x0f\x8b\x3e\x24\x8d\xed\xcc\x76\x1f\x9a\xae\x47\x47\x35\xfc\xab\x57\xac\xdb\xc8\xbf\x04\xc1\x62\xee\xc3\x71\x7a\x42\xea\xce\x3b\x2b\x3b\x67\x8d\x7b\x7b\x9d\x4f\x63\x13\x34\xd3\x34\xa6\x07\x44\x41\x51\xa0\xb8\x27\x19\xe2\xb1\x99\x50\x6a\xdb\x9a\x1d\xcf\xa6\xd3\xcc\x3c\xd1\xf1\xd7\x6e\x11\xe0\xc7\x1d\x3c\xcb\x11\x95\x3c\x06\x27\x53\xd5\x7c\xbf\x98\x9d\x1c\xef\xc3\x41\xb3\xaf\xcf\x68\x50\xf0\x50\xc4\xd9\x2d\x09\x94\x2f\x28\xd0\x1d\x84\xa1\xfa\x77\x76\xb9\x98\xa6\xeb\xce\x54\x6b\x10\x3a\x3e\x9f\xa1\x28\x8c\xd7\x84\x76\x0b\x9d\x0f\x34\x66\x4f\xb7\xbd\x64\xe4\xda\x1b\xaf\xdd\x3e\x49\x09\x5e\x07\xcf\xc5\x25\xd6\x86\x65\xb7\xe5\xd4\x1a\x70\xef\xa1\x4c\x90\x12\x16\x96\x92\x93\x65\x2c\x4d\x9a\x07\x4e\x96\xa9\x8e\x9b\x8d\x5d\xd0\x6a\x76\x17\x25\x3f\xa1\x4d\x7e\x34\xa5\x4c\xe2\x62\x72\x7d\x33\x2f\xf6\x3c\x9d\x2e\xe5\xcf\x23\xe4\xce\xf7\x46\x0d\x79\xa7\x4f\x99\xb8\x65\x8e\x3c\x65\xe2\x56\xf9\x13\xe2\x25\x84\x5f\xb6\x52\xf7\x4d\x16\x56\xdf\x89\x08\xfb\xbd\x3e\x8e\x06\x75\x3b\xa7\x97\xe7\x89\x70\x9c\xde\x99\x12\x92\x10\xcc\x27\xca\x73\xd7\x21\x3b\x5d\x1f\xb2\xc7\x34\x1a\x66\x44\x27\x6b\xd4\xc6\xf0\x7c\xb7\x4c\x1a\x8f\x26\x23\xf0\xc9\x8a\xf8\x26\xa4\xa0\x6b\x62\x08\x15\x12\x70\x90\x20\xad\x33\x51\xd2\x38\x91\xb7\x06\x0a\x5c\x3b\xa8\xe9\x17\xdd\x0e\x1e\x87\x18\xb0\x96\x1b\x17\x34\xdc\xcb\x01\x35\xd8\x3d\x20\xb2\x42\x8c\x86\x0f\xe9\x24\x2e\x6d\xb9\x0c\x2a\x62\xc3\xe2\x30\x40\x4b\x48\x7d\x76\x25\x3e\x16\x4b\xf3\x37\xa1\xeb\x49\xb2\x5c\xd9\xf3\xff\x7d\xf4\xe8\x13\xa3\xe6\xde\x0d\x76\x3f\xa8\xa9\xac\xf2\x4d\x27\x37\x12\xaf\x3f\xab\x05\x2c\x4e\xdc\x5f\x16\x48\x21\x94\x7a\xac\x7b\x59\x81\x4e\xc0\x5a\xd8\x62\xe5\x53\xbf\xa1\xec\x8e\xce\xed\xfa\xd2\x4e\x2a\xbf\x54\x3e\xeb\xe9\x75\x97\x4b\x2b\x32\x1b\x5f\x5d\xd3\xc6\x6e\xff\xad\xc9\x39\x68\xa4\xb4\xce\xcf\xda\xb1\x6a\x34\x1e\x39\xa5\xb6\xd4\x65\x51\xca\x2a\x3a\xa4\x1f\x4e\xf5\x2c\x2e\xa9\x03\x4a\x8e\x0c\xf5\x71\xee\x3e\x05\x20\xdd\xe1\xb7\xf2\xd5\x17\x65\x4b\x50\xeb\xb1\xf3\x8e\xc1\xa7\x4e\x5a\x98\x00\x1f\x50\x20\x46\x35\xf2\x1e\x5c\xdd\x54\x6d\x59\xa9\xba\x13\x9e\x8b\xe1\x3a\xa9\xa5\x5d\x75\x60\x5e\x61\x61\xdd\x2d\xcf\xf9\xcb\xd8\x4d\x15\xc3\x30\x7c\x49\x24\x57\x9e\x51\xaa\xa3\x64\x4d\x19\x37\x21\xb1\x0f\x26\x26\xd6\xb1\x8c\xa1\x19\xa6\xc9\xe1\x37\x80\xd3\xa4\xfd\x47\xf0\x8d\x9b\xa8\xb6\xea\x51\xde\x7d\xb7\x21\xae\xf4\xa9\xdb\x37\x32\x8a\xd1\x1f\x3f\x1d\xb1\xf9\x65\x81\x0c\x20\xb4\x61\xc2\x7a\x0e\x44\xf4\x42\xba\x0d\xbc\x2f\xdf\x45\xd0\xa7\x75\x6a\x17\x8c\xd7\x96\x1a\x13\xb8\x71\x44\x71\x3b\x71\xa7\x37\xdc\x16\x8a\xda\xae\xe0\xb2\x89\x6a\x53\x98\x73\x8b\x39\xc1\x54\x66\xb5\x4a\x87\x07\x87\x7f\x49\x2a\x8e\x0e\x0f\x0e\xff\x9a\xfb\xff\x37\xb9\xff\xff\x2d\xf7\xff\x6f\xaf\x47\x1f\xd0\x33\x8b\xf4\xf3\x6e\x73\xda\x85\x45\xbe\x1a\x47\xa1\xd3\x50\xac\xa3\x30\x6c\xfe\xf9\x9b\xe6\x9f\xff\xd6\xfc\xf3\xb7\x85\x9f\x6b\x89\xcc\x09\x4c\x7d\xd4\x26\x11\x57\x11\x56\xae\xc6\x53\xd4\x38\x9e\x7d\xe3\x78\xf6\x37\xc7\xb3\x6f\x6b\xf2\x79\xf7\xf2\x08\xad\xcd\x71\xa8\x5e\x79\x3a\xd7\xf8\x87\x83\x2c\xea\x69\xc5\xa5\xd9\x47\x86\xb9\xb4\xba\xee\x99\x15\xad\x80\xb9\x96\xf3\xf3\xe9\x55\x1b\x5f\x69\x8d\x25\xdc\xe1\x7d\xe2\x1b\x35\x73\xf3\x47\xb2\xde\x84\x0f\x53\x93\xb8\x15\x82\x9a\x76\x89\xd3\x07\x02\x61\xb4\xd1\xbf\x23\x9c\xbc\x80\xce\xa7\x57\xc8\x62\xa3\x27\xeb\x82\xd0\xb5\xe3\x3b\xa1\x1f\xe7\xdf\xce\x34\x5d\x7f\x77\x42\x44\x32\x60\x60\xfe\x2b\xd4\xdb\xc3\x4e\xf5\x12\x75\xc5\x99\xd7\x81\xce\x3c\x4c\x43\x70\x03\xa8\x66\xd2\xf3\xa0\x2c\x0f\x8a\xb0\x1a\xb8\x91\xb3\x09\x06\x8b\x36\x56\xa1\xc4\x83\xf2\x24\x77\x00\x42\x28\x91\xce\x10\xb3\x3f\x51\xdd\x41\x26\xad\x62\xaa\x5f\xcc\x87\xdc\xa5\x23\xb9\x4f\x5c\x13\xb0\xfd\x7e\x05\xf3\xf6\xcd\x08\x72\x86\xcb\x57\xb0\x56\xc4\xc7\x12\xa6\x26\xe9\x46\x3e\x9c\x38\x52\xd9\x7b\x15\x5b\x2b\xbb\x03\x54\x9e\x52\x9f\x05\xa6\xde\x7b\xb4\xc4\x02\xbe\xf9\xcb\x5e\x05\x5a\xc6\x81\x38\x36\x1e\x45\xbb\xf0\xc1\xe9\x9b\xc5\xf1\xd5\xdb\xe4\x13\x37\x54\x9b\x64\xd6\x2b\xdb\x40\x62\xff\xa6\x45\x44\xb3\xa7\x8e\xa6\xa8\xb5\x91\xdb\xb8\xa8\x12\x4e\x2c\x6b\x99\x39\xd8\x7e\x14\x71\xc0\x81\xa7\x03\x7e\x43\x9c\xd4\xb5\x00\xe7\x9c\x3d\xba\x87\x51\x97\x4c\xcf\x76\xea\x54\xee\x8a\xe5\x54\x0a\x93\x7d\xb9\x2f\xc0\x4e\x8a\x92\x10\x51\xc5\x62\x30\xc1\x8a\x2c\x49\x9f\x06\xc8\x40\xb7\x9d\xa5\x44\xc7\x08\x43\x03\x20\x97\x30\x7f\x9e\x1f\xb7\xb2\x83\xb1\x64\xd3\x30\x64\x6a\x66\xcc\xe6\xb7\xdf\xec\x13\x56\x9f\x16\x60\xfd\xfc\x0d\xe2\xf0\x5b\x0c\x42\x9a\xf0\xd4\xfc\xf6\x1b\x74\x3c\x3b\xb9\x44\xcb\x90\xf9\x37\xe6\x0c\x64\xf2\xd7\x6f\x90\x92\x10\xb9\x4f\x23\xa6\x0a\xef\x4e\x21\xd7\xa1\x06\x75\xdb\xfb\x4f\xde\xe4\xca\xaf\xcf\xbb\x6e\x18\xbd\x92\xad\xdd\x78\xfc\x01\x60\xab\xce\x74\x41\x4a\x56\x3d\x32\x9f\xa5\xe9\x8f\xb7\x91\xef\x51\x53\xb2\xa0\xbb\x3a\xa4\x85\x42\xe6\x75\x4f\x32\x4f\x6e\x20\x9f\xd2\x8e\x23\xe2\x99\x0c\x64\x2f\x2d\x33\x19\xa0\x5a\x6d\x18\x44\x92\x0a\xb5\x0a\xc1\xf5\xc9\x4f\x70\x2f\x39\x56\xba\xb3\x5f\xba\xe4\x3e\x7a\xd1\xff\xf4\x5b\xa7\x9f\xa5\x36\xcb\x4c\x81\xe4\xfc\x51\xa1\x35\x46\x70\xb0\x3e\x40\xd8\xfc\xa2\xde\x4e\xcc\x8b\xb5\x29\x48\x01\xa0\x0f\x08\x07\xde\x86\x55\x4d\x56\x1b\x71\x3e\x16\x0e\x4e\x69\x75\xe8\x0d\x57\x08\xe7\xb5\x2c\x5e\xcf\x6d\xf0\x1a\x56\x2f\x53\x3b\xd0\x45\x67\x86\xcf\x7b\x30\x45\x64\x99\xcd\x33\x19\x09\x61\xc8\xee\x72\x8a\x6f\xd7\x8f\x9b\x6f\x85\x9a\x03\xc8\xe1\x31\xed\x16\xef\x5e\x03\xb9\xfd\x42\xf0\x63\xe5\x98\xbd\xb6\x05\x2f\x7d\x77\xc7\x4a\x95\x7c\xb6\xdd\xc6\x54\x39\x7c\x84\x51\xb4\x04\x79\x07\x40\x8b\x99\x7b\x7a\x25\xd5\x05\xac\x9d\xd5\xba\x1b\x74\x37\xb1\x1b\xcc\x4d\x55\xd6\x62\x40\xb2\x23\x0e\x9e\xd6\x5b\x08\x90\x19\xc1\x14\x13\x2e\x5e\x77\xa6\xb1\x01\x94\x9b\xa0\x8a\xf7\x88\x76\xce\xa7\x85\xcb\xac\x94\x70\xb9\x81\x07\x13\x09\x9d\xfe\x8a\x0c\xef\xe9\x2d\x50\x02\xd4\x07\x9b\x17\xac\xc3\xc9\xb6\xce\xf5\xfd\xb3\x49\x52\xf1\x3a\xe1\x10\xab\xed\xbb\x47\xf0\xd6\xc3\x34\xf0\x6e\x23\x7f\xf2\x3c\x9f\xa9\xf8\x4e\xff\x8e\xe0\x9e\x98\xb8\xf4\xcf\xf3\x63\x51\xbb\x02\xc6\x02\xbc\xe4\x4d\x05\xca\xd3\x7d\x44\x3d\x3f\x16\x92\x6d\xbd\xc2\xe1\x5a\xc7\x18\xe7\x4e\x0a\x73\x8b\x62\x23\x71\xd7\xa3\xa3\x3c\x2f\x4c\x09\x77\x46\xee\xce\xb5\xb5\x03\x89\xd7\xa3\x23\x07\xf3\xd4\x88\xbd\x3b\x21\x15\xdb\x70\x6a\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\x9a\xd9\xea\x06\x20\x61\x88\xfc\x0d\x09\x83\x9e\x3b\x8b\x36\x10\x0b\x5b\x8c\x62\x7c\x20\xb7\xcb\x70\x2d\x67\xc9\x47\xa5\x9e\x33\x03\xf7\x44\x1d\xe6\x60\x2e\x29\xa8\x89\x0c\x92\xdd\xa6\x71\x1d\x0c\xb7\xc3\x30\x68\x19\xdd\x6c\x7a\xa6\x33\x82\xfe\x53\xa0\xe9\xe5\xb9\x5a\x78\x75\x6b\x63\x93\xc8\xae\x8b\xcc\x18\x95\x2c\x41\xad\x1b\x59\x5d\x61\xd7\x2c\xed\x21\xf8\x92\xf1\x21\xdb\x16\x2d\x2c\xcc\x21\xbc\x26\xb3\xd0\x69\xf9\xf1\x38\x34\x69\x9c\x06\x67\xa4\xac\x63\xc8\xb0\x3e\xa9\x4b\x7a\xbf\xed\xc1\xce\xfd\x46\xaa\x8b\xa7\x39\xf2\xb5\x3a\xa8\xcf\xd5\x06\x90\x1f\x73\x0e\x54\x96\x12\x19\xf6\x9a\x10\x1d\xc0\x76\xf1\x28\x3e\xb1\x2b\x9d\xe0\x6a\x93\xed\xac\xf2\x07\x0c\xd9\x95\x13\xe9\xca\x6f\x9d\x33\x9d\xf4\x19\xd7\xe2\x84\x20\x15\xa8\xee\x58\x4e\x19\x85\xa4\x5e\x22\x18\x6b\x13\x9b\xec\x73\x92\x30\x44\x72\xce\xa4\xfb\x0f\xd9\x9e\x43\xdd\x58\xfe\x85\xa0\xec\x14\xe7\x17\x75\xa6\xff\x53\xee\xec\x3d\xcb\x52\xb0\xe7\xef\x9d\x58\xde\x01\x52\xdd\xb9\x7d\x27\x37\xa9\x7c\x00\xeb\x5a\x49\x9c\x96\xb7\xd9\x67\x2a\x1f\xd1\x8a\x42\x02\xe7\x7e\x8e\x8b\xb1\x79\xc2\x6a\x9a\x54\xee\xa2\x40\x49\xf6\x43\x6a\xe9\x52\xf3\xe7\x36\xae\xed\x0c\x6b\xcf\x41\x1a\x3c\x95\x74\x99\x69\xe5\xb1\x98\xe4\xc8\xd6\x6e\xcb\xe7\x2f\x07\x28\xf0\x30\x57\x5c\xae\x31\x43\xa9\xf6\xe4\xd6\xfd\xd2\x6a\xd5\xcd\x40\x0d\x30\x42\xcb\x34\xad\x36\xa5\x08\x2d\x79\x91\x82\x43\x2b\xce\xb6\xb6\x4f\xcf\x80\x9c\x68\x0d\x7f\x0f\x93\x51\x97\xb5\x3b\xe8\x04\xdf\xc3\x77\x6a\x3b\xbd\xfb\x3a\x4d\xe9\xe4\x0e\xe3\xfb\x96\x07\x23\x9b\x2b\x76\x03\x74\x8e\x65\xa5\x2f\x69\x07\x35\x52\x9f\xeb\xc8\x18\x52\xc6\x04\xd9\xdc\x12\xd3\x09\x6a\x0e\x5c\xe8\xd8\xa8\xd9\x2a\x22\x3d\x9e\x39\xa4\xe0\x10\xb1\x42\x25\xc9\x39\x93\x28\x31\x3b\x88\xac\xd0\xeb\xd9\xd5\x8f\x3f\xbd\xfa\xe7\xd5\xc5\x9b\xd3\x73\xc4\xb8\xfa\xfb\xed\x34\xf9\x5b\x80\x44\xcc\x14\xab\x02\xbd\x25\x9c\xd1\x6a\xb5\xd9\x0e\x7e\x3f\x2e\xde\xdf\xc3\xf6\xa8\x84\xfa\xf7\x93\xf4\x59\x0d\xfa\xce\xa9\xbe\xe4\x98\x56\x1b\xc7\x76\x74\x7e\xf3\xb7\xc4\x18\x80\x76\x12\xea\xae\x90\xb6\x1d\xe4\x76\x4b\x24\x92\xac\xb3\x0b\xdc\x09\xb8\x93\xc6\x35\x91\x73\x5b\x68\xbb\x27\xa1\x4a\x3c\x82\x48\xc6\x1f\xd2\x64\x4c\x9b\xa7\x7c\x80\x8e\xcd\x45\x30\x40\xe4\x06\x38\x7a\xad\xcf\x2d\xb4\x78\x88\x0c\xf1\xb2\xbb\xeb\xbf\xcf\x58\x8f\x66\xd5\x15\x62\x37\x2e\xcb\x4b\x94\xc9\xc8\xc9\xe5\xf6\xa5\x92\x4a\xc4\x28\x50\x29\x52\xf7\x36\x80\x28\x64\x0f\x10\x74\x66\xc6\x10\x63\x3a\x99\xc2\xee\xe8\xde\x5a\xf1\x93\x00\x6e\xb4\x94\xa3\x0b\xbe\x36\x1a\x1b\xd3\x40\xf9\xf5\x05\xec\x8c\xb2\x9a\x86\x17\x58\x0b\xb8\x33\x23\xf6\x19\xcb\x1d\x49\xd9\xcf\x3e\x4f\x4d\xd7\x72\x72\x0b\x48\x41\xd2\x56\xcc\xd6\xf9\x67\x0a\x7c\xa0\x14\x93\x45\x02\x89\x07\xea\xa7\x82\x11\x3e\x8b\x8c\x7b\xa9\xfb\x76\x58\x2a\x74\x04\x56\x23\xd5\xe9\x18\xfb\xf1\xd0\x70\x73\xcd\x9a\xf0\x7d\xce\xfb\x67\x2b\xdd\xe5\x60\x9c\x37\x64\x46\x5e\xb6\x0b\xae\x42\x55\x2f\x08\x84\x22\x8c\x92\x21\x93\x8a\x08\xbd\xc5\x34\x6e\x45\x3b\x08\x14\x31\xbe\xee\x18\xbc\xfa\x02\x50\xcc\xf9\xab\x1a\x54\x5d\xee\x7e\x22\xe5\x01\xd7\xb2\x9c\x09\xae\x9f\x5c\xca\x71\x92\x2c\xeb\x69\xec\xae\x43\x6a\x3b\xbf\x07\x1e\xbe\xa7\xc7\x9b\x5f\x31\x2b\xc6\xd2\xcd\x75\xe7\x42\x53\x75\x34\xca\x96\xc7\x35\xa7\xc6\x75\x6e\xe4\x20\xce\xb6\xed\xd2\x8b\x4d\x8f\xea\x5c\x97\x69\xa6\x5f\x29\x5c\xc3\x80\x75\x33\xea\x9c\x1c\xf4\x86\x78\x65\x56\xda\x8b\x48\xb9\x6e\x2c\xbc\x21\x12\x3d\xb3\xa2\x79\xde\xde\x23\x7f\x6c\x3c\x0a\x6e\xfb\x6b\xd2\xaa\x71\xc4\x92\x31\x29\x24\xc7\x51\xf5\x98\x01\xd5\xc7\x95\x93\x97\x9b\xa6\xd6\xbb\x19\x15\x12\x87\xa1\xf1\x80\xff\x2b\x26\xfe\x8d\x90\x98\xcb\x24\x86\x99\x9e\x1b\x1a\x35\x9e\x7c\x45\xd2\xf7\x3d\xec\xfd\x96\xbe\xef\xd9\xf7\x3d\x42\xbd\x07\x16\xf3\xe4\x5a\x80\x6e\xa9\x32\x95\xa3\xbc\x9e\xa3\x5e\x8f\x8e\x76\xd0\x55\x9f\x20\xa3\x24\x80\x8b\x81\x91\x06\x1e\x5f\x24\x6f\x37\x32\xf9\xd4\xdc\x3a\x73\x09\x11\x6b\x62\xe8\x2a\x8c\xef\xbd\xdb\xc3\xe1\x79\x66\x01\x5f\x8f\x8e\x72\x98\xd4\xb3\x40\x7b\x25\xad\xc8\xbf\xac\xf8\x4a\xff\x8e\xa4\x77\xb2\xc1\x25\xf7\x30\xd3\x97\x71\xc3\x7c\xfd\xe4\x16\x52\xb7\x35\x52\xca\x6f\x0d\x11\xa3\x59\x96\xac\x3e\x0b\x0d\x09\xbd\x51\xbf\x13\xe9\x32\x64\x07\xe8\x9d\xf5\x01\x74\x17\xae\xf7\xcf\x2c\x6b\x73\x73\x2f\xd7\x3a\x70\x48\x93\xba\x37\xe2\x39\xa5\xa8\xe2\x7c\x3d\x3a\xca\xd3\x95\xe9\x41\xce\x20\x5f\x44\xad\x72\x85\x57\xc5\x88\x4b\xc3\x24\xd1\xb1\x99\x36\x93\xc4\xae\x16\x95\x79\x02\xf7\x11\x70\xb2\x05\x2a\x71\xe8\xe5\x74\xdb\xd2\x27\xcd\x67\x56\xd5\x5f\x0e\x34\x87\xba\x0d\x9a\xcd\x2f\x4b\xc4\x3e\x53\x4c\xb3\xf6\xb3\x4f\x99\x64\xed\xee\xac\x81\xe7\x4c\xc2\x77\x66\xa7\xa2\x3d\x42\xdb\x45\x59\xfb\x8e\x2c\x0c\x4c\x64\x00\x49\x7d\x37\xd6\xa7\x98\x42\x9f\x84\x90\xc2\x2c\x2a\xb5\x83\xca\xcd\xa6\xba\x33\x80\x4c\x31\x3a\xdd\xfd\xac\xf3\x28\xd3\xfa\xe8\xff\xb3\xb8\x38\x9f\xfc\xbf\xe9\xd9\xdb\xb4\xdf\x93\x18\x23\x11\xfb\x1b\x84\x05\xd2\xd9\x33\x8e\xdb\xbd\x18\x2f\x74\x3a\xea\x98\x64\xf2\x98\x08\x34\xdc\xcc\x5c\x77\xc7\x48\x0b\xbb\x65\x83\x55\xb3\xf9\xed\x5f\x8e\x67\x27\x97\x7b\x6c\xcb\x74\x92\x24\xc7\x74\x9d\x06\xf8\x81\x03\xfa\x90\x74\x5d\x98\x7f\xd0\xd5\x6e\x08\x0b\x41\xd6\xb4\x63\x70\xc9\x0d\xdb\x14\xa6\xa5\x03\xd8\x72\xb4\xd2\x30\x3d\x8d\x4e\x99\x2f\x83\xd8\x9f\xec\xca\x4c\x3b\xed\xb2\xbc\xb4\x64\xe6\x76\xaf\xdf\x6c\x80\x55\x50\x92\xb7\x38\xa6\xfe\xe6\x0a\xb6\x51\x58\x2c\x6a\xa9\x39\xe8\x23\x8e\xd2\x9f\x3a\x2d\xda\x99\x98\xdc\xa4\x38\x06\x31\x24\x2d\x66\x68\x76\xd2\x49\x37\x1c\x9f\x3b\xdd\xd8\xfd\x8b\xc5\xcb\x23\x59\x88\xe8\xc4\xcc\x4c\x91\x74\xaf\xb6\x33\x15\x85\x35\xef\x5f\x5d\x9c\x5c\x24\x57\xa1\xa1\x3f\xdb\xaf\xc7\xe8\xcf\x6f\x75\xb7\xd3\xbd\x88\x7f\x24\x94\x7a\x4e\xa2\x62\xb2\xe3\x6d\xdd\xd5\x85\xad\x2f\x1a\xaf\x5c\x68\x34\x70\x7e\x1d\xde\x92\xbd\xfb\x8f\x3d\xa0\x77\x26\x95\x14\x4d\xcf\x66\xb9\x9b\x54\x4d\x7a\x29\xde\x92\xac\xd9\xf6\x18\x7d\xc0\xb1\x64\x9e\x10\xdb\x0f\xf6\xff\x1f\xc6\x6a\x01\xf8\x20\x24\x96\xc4\xff\xd0\xad\xb0\xc4\x0e\x5f\xbd\x9d\xaf\x3a\xf4\xf5\xe8\x28\x87\xa4\x72\xce\x92\x32\xdf\x04\xa1\x52\x2f\x00\xf5\x38\x7d\xc4\xb8\x7d\x6a\xd0\xb4\xcf\x6b\x5a\x25\x6e\xc9\x0f\x78\x4b\xea\x5b\x99\xf5\x2f\x04\x37\x5d\x57\xdf\x12\x1a\xdf\xbf\x2c\x34\x5f\xd0\xd5\xda\x3f\x2d\x63\x2a\xe3\x97\x2f\x5e\xa4\x8d\x1c\xcc\x93\xc3\x6f\xb3\x27\xaf\x98\x94\x21\x70\xe6\xdf\x40\x7a\x1d\xed\x2f\x84\x06\xec\x4e\x2c\x74\x6d\xcd\xcb\x17\x87\x7f\x3f\x66\x5c\x77\x2f\xd5\xf7\x81\xd6\xbe\xf5\x43\x1c\x86\xcd\x6f\x1d\xfe\xfd\x45\x2b\x58\x2f\xfe\x52\x7e\x6b\xd8\x0a\xf3\x3c\xdb\x6a\x1a\x3b\x14\x6b\xbe\x33\x4e\x36\xb4\x89\xc8\x98\xdb\xf0\x52\x9e\xdf\x0d\xaf\x35\x8b\xa0\xcb\x87\x05\xa9\xb4\xfd\xb0\x22\xa8\xf6\x23\x96\x64\x57\xba\x3c\xb7\x2e\x60\x9e\x97\x48\x9b\xfa\xf8\xda\xf7\x11\xca\xa9\xbd\xfb\x17\x25\xa1\xf2\x2f\x79\xb1\x94\x7f\x6b\x96\xc5\xce\xb7\x0b\x02\x68\x7c\xbb\xc2\xf5\x1d\xb0\x4b\xac\xae\xa9\xfb\xcf\x5b\x22\xb1\x5e\xc4\x22\x02\x1a\xcc\x39\xf3\x41\x88\x47\xbe\x05\xb6\x71\xa9\x00\x40\xef\x38\x84\x70\x8b\xa9\xd4\xc9\x74\xe6\xda\xed\xa6\x7e\xe8\xd3\x5f\x16\xba\x9d\xe4\x0f\x49\x77\x0e\x47\x77\xf4\x3b\xe1\xa5\xb5\xd0\x5e\x1c\x05\x58\x82\x69\x79\xab\xbb\xa3\x7f\xe5\xaf\x68\xf6\xbb\x28\xbc\xe0\x71\xa6\x37\xf4\xe6\x99\x27\x0c\xa7\xa2\x84\x53\xfb\xd4\x38\x7e\xb1\x44\x5d\x8f\x8e\x2a\x32\xa8\x0f\x83\x7e\xda\x3b\x84\x1b\xfd\x50\xb2\x25\xd2\x5c\xae\x67\x92\x84\x92\x3e\xa4\xd3\x5f\x33\x87\x43\xad\xd8\xc2\xc7\xa1\xae\x79\xf9\x9d\x51\xf0\xf0\x1d\xe6\xe0\x99\x05\xde\xfc\xd0\x4d\xaa\x66\xd8\x8a\x7b\xd1\x66\x20\x7b\xdd\x5e\x05\xdb\x7a\x6e\x07\x20\x94\x37\x77\x8c\x23\xec\x13\x59\xeb\x3d\x28\x84\xd7\x75\xfd\xb5\x6c\x5f\x92\xd9\xd9\xc9\xe2\xf6\x70\x9f\x33\x60\xeb\x5b\x8a\xac\xec\xda\xba\xd5\x69\x0b\xb6\xa4\x0f\x9e\x4d\xef\xd3\x43\xbe\x44\x92\xdd\x00\xed\x96\x68\x3b\xe4\x50\xd9\x12\x93\xb9\xd2\x35\x3c\x9a\xb3\x40\x01\xda\x87\x49\xb6\x3e\x52\xb7\x4f\x3f\x3b\x59\x64\x04\xe8\x1d\x3b\xb5\x9d\xd1\xf2\xdb\xd4\x88\x05\xdd\x98\x33\xc4\x10\x6d\x98\x02\x4b\x71\x11\x49\xb2\x25\xbf\x57\x9b\x89\xf4\xb9\xc1\xe0\xdd\xe9\xab\x85\xde\x94\x6f\xed\xf5\x45\x3b\x2d\xfd\xe9\xf1\xcb\xaa\x25\x84\xa5\xf0\x58\x82\x57\x8f\x3b\x3c\x12\x74\x5a\x9b\xe6\x96\x58\x5c\x8f\x8e\xca\x04\xd6\x4f\xec\xd6\x57\x01\xa7\xbb\xbc\xda\xcb\x80\x75\x18\x9a\xfa\x6d\xfa\x46\x37\x7e\x3f\xd7\x7d\x12\xf6\x81\x70\x65\xde\xdd\xeb\xfb\xcf\xb7\x9e\x58\x8b\xac\x5b\x41\x25\xad\xdf\x13\xcc\x4a\x81\xe9\x36\x6a\xd6\x02\x9c\x93\x19\x9f\x3f\x4d\x7c\x67\xca\x75\x58\x17\x43\x43\xf5\x7a\x5c\x8a\xbb\xb5\x14\x04\xcd\x6a\x4e\xcb\x31\x1b\x6b\xf8\x93\xe2\x94\xf4\x1e\xdb\xbe\x42\xea\x33\x94\x93\x3b\x5b\x7c\x3f\x67\x81\x98\x03\x57\x73\xb7\xd7\x92\xbd\xc5\xf7\x0b\xf2\x7b\xcf\x6f\x09\xed\xfd\x6d\xdf\xeb\x00\xd8\x2d\x70\x4e\x02\x78\x95\x1c\xf1\x1e\xb3\xed\x16\x77\xbb\xa3\xbc\x24\x99\x0b\x0b\x32\xed\x0f\xfb\x9f\x02\xa5\x27\xc8\x91\x4e\x30\xd5\xaf\x77\x12\x77\x0a\xd4\xd1\x20\xb6\x0e\xbe\x93\xe0\xb4\xa8\xaa\x65\xd2\x49\xfa\x7a\x3b\xbd\xd7\x57\x0b\xa4\x75\x5b\x5a\xd7\xf2\x97\x06\x2b\x17\x32\xeb\x07\x2f\x22\x7c\xd7\xf5\x24\x61\xcf\xa1\xdc\x3c\xe1\x15\xf9\x7f\x3e\x63\x6e\xee\xda\x03\x85\xf5\x8a\x71\x28\x89\x36\xb1\xc3\xa9\x5b\xd9\xa7\xe1\x6d\xcf\x21\x6a\x78\xa7\xbb\xa1\x9c\xa7\x2e\xdb\x3e\xfe\x96\x3d\x73\x7e\x97\xb4\x58\xc9\x1c\xc1\xc6\x86\x07\xf6\x75\xcf\x16\x8c\x79\x2b\xc6\x3d\xad\xc1\x38\xcc\xae\x0c\x7f\xae\xad\x60\x3f\x63\x6b\xf1\x6a\xd5\x9a\xa0\x15\x32\xd7\xa3\xa3\x2a\x8d\xba\x13\x42\x03\x92\xed\x52\x34\x0b\x2d\x08\x5a\x36\xba\x48\x5d\xb5\xc5\xeb\xba\x46\x20\x11\xab\xed\xa2\xd7\x46\xb2\x26\x8d\x52\xf7\xaa\x8c\x98\xec\x29\x86\x76\x40\x5a\xb2\x49\x54\xf2\xb1\x77\xf1\x66\xf1\x63\x33\x89\x59\x47\x4e\x21\x36\x49\x7b\x19\xb3\xf4\x12\xd1\x97\xe4\xb6\x40\xdd\x44\x7e\xe6\xda\x64\x13\x71\xa8\x46\x0e\xfa\x34\x6a\xda\x05\xcb\xc9\x80\x2f\xaa\x9a\x77\x1a\x45\x21\xc9\xee\xc8\x9d\x66\x71\x17\xa4\x15\x4c\x27\x71\xd8\x1f\x4f\x8f\x5f\xe6\x0c\xf1\xb3\x98\xda\x0b\xd2\x9f\x8f\x51\x09\xcc\xe9\x9b\x05\x3a\x4f\xd4\x20\xad\xe9\x6d\x80\x95\x40\xea\x96\xf9\xff\x25\xe3\xde\xa6\xd3\x38\x0b\xe3\x2d\xd8\x3b\xdf\x77\x07\x05\x1a\x60\xcc\x2e\xe6\xb5\x61\x96\x46\x17\xd5\x7c\xfe\x66\x2b\xde\xc0\xc3\xec\xa4\x8f\xb3\x6a\x20\xf4\xdd\x2d\x9b\xaf\xdb\x78\xd8\x4d\x4a\xbc\x26\x6b\xbc\x7c\x90\x1d\xb7\x94\x35\x5f\x65\x82\xfb\xf6\x45\x03\xce\x57\x1b\xce\xe2\xf5\x26\x8a\x6b\x97\xa0\x16\x8c\x6f\xb1\xc5\xef\x71\x86\xb9\x8e\xf4\xd1\x25\x11\xe8\xb5\x6d\xc3\x3d\x8f\x79\xc4\x04\xa0\xc5\xe2\x64\x6c\xde\xf8\xba\xfe\x0d\xeb\xad\xfa\xa6\xd0\xcc\x04\x60\x92\x9c\xf3\x0d\x59\x6f\x90\x4c\x49\x2f\x1d\x8f\x12\x76\x68\xc1\xea\x12\x02\x41\x18\x85\x00\x29\xe5\x4c\x47\x16\x7e\xf2\xca\x31\x0b\x03\xf4\xe3\x89\x7d\x2c\x93\xc7\x19\x5f\x51\x1a\x2e\x53\xaf\x0d\x7b\x5e\xb9\x8e\x4a\xc7\x94\x75\xcc\x2a\x7e\xf4\x75\x9b\x8f\x7a\xf2\x2f\x3f\x12\x61\x87\x95\x91\xdc\x2c\xcd\x7f\x25\xfc\xea\x57\x19\x97\x0b\x6f\xca\xea\x9b\x2d\x19\x9f\xb3\x6b\xeb\xe8\xeb\x36\x27\x8b\xeb\xa8\x72\xa0\x58\xfe\x52\xad\xff\xec\xb0\xfc\x48\xf8\xd5\x47\xf2\xf0\x31\x5a\xf1\x67\x09\x05\x75\x71\xb8\xc6\x33\x1b\x87\x77\x53\x1f\x11\xac\x8b\x35\x36\x9c\x53\x38\xe2\x11\x8e\xf0\x86\xdb\xac\x96\xdc\xcb\x6a\x68\xac\x71\xdf\x54\x76\x5b\x4a\x31\xd7\x22\x0b\x47\xf5\x1e\x7f\x7d\x40\x67\xc7\x61\x6a\x5d\x00\xdd\x6d\x4a\xdd\xeb\x52\xc3\x92\x5b\xbf\x14\xba\xd7\xd8\xa6\x65\x60\xd7\xe6\xbd\x4d\x84\xa7\xf6\xa0\xa9\xfe\x74\xc5\x19\x47\xa9\x0d\x07\x97\xb7\x4f\xf5\x71\x48\xfb\xc3\x7e\xc9\x89\x1c\x22\x0e\x42\x17\xe5\x62\xaa\x5c\x2b\xcf\x7a\x4b\xd9\x2e\xc1\xa4\x89\x69\x83\xad\xb6\x9e\xca\x4a\x2a\xef\x2c\x8a\x94\xc9\x24\x60\x32\x60\x03\x6d\x34\xef\x74\x5c\x91\x73\xd6\xbe\xa9\xf7\xa3\x21\xa0\xc7\x4f\x73\xc8\x40\x72\xe2\x8b\x63\x16\x86\xe0\xcb\x62\x42\x60\x4d\x12\xd9\x9a\x63\x1a\x87\x58\xcd\x91\xf6\xb9\x64\xf9\x8f\x7a\x78\x5b\x5b\x83\xe6\xa3\x6e\xbd\x7a\x5a\xe4\x3c\x65\x0e\x8c\x07\x51\x46\x5d\x39\xb7\x34\x37\x43\x26\x1b\x05\xb3\x97\x1d\x23\x01\x80\xde\xf9\x85\x9b\x35\x87\x4b\x9f\xc8\xc4\xe9\x61\xe1\x59\x9a\xfc\x54\x59\x4a\xa7\x6e\xad\x2e\x3f\x6a\x20\x63\xd0\x24\x89\x36\xa8\x5f\x8f\x8e\x1c\x9c\xab\x16\xbe\x3c\xa5\x58\x3e\xa5\x58\x3e\xa5\x58\x3e\xa5\x58\x3e\xa5\x58\x3e\xa5\x58\x76\x4a\xb1\x6c\x72\xaf\x50\x83\x07\xe3\x0e\x9e\x57\xa1\x75\x76\x6d\x76\x6c\x5a\x9e\x32\x40\x9f\x32\x40\x9f\x32\x40\x5b\x4a\xf5\x93\x66\x80\x2e\xf3\x26\xb3\xdb\x51\x5b\xc1\xda\x3a\x81\xfb\x21\x16\x82\xf8\x6f\x19\x0e\x5e\xe1\x50\xed\xb9\xf9\x39\xde\x7e\x46\x89\x4e\xed\x9d\x21\x80\x74\x9f\xbf\xa5\x45\x4a\x98\x86\x73\x8a\x93\xe9\x06\xa2\xfb\x29\x60\x67\xe0\x35\x3c\xd3\xe7\xf8\x27\xe7\xb5\xe7\x17\x2d\x1c\xcd\x77\xc7\xc6\x29\xc6\x41\xc0\x41\xd4\x5f\x44\x90\xb4\xe3\x37\x63\x7a\x01\x15\x9e\xfd\xe4\x79\xd6\x56\xe5\xe4\x7c\x81\x42\xc6\x6e\x8a\x61\xab\x1e\x55\xee\xed\x47\xbf\x1e\x1d\x15\x29\xd0\xa7\xee\x4e\x8c\xdc\x4c\x8c\xe2\x63\x0e\x01\xa9\x9e\xaa\x76\x60\x62\xee\x54\xf7\xdd\xd5\xd7\xe8\x27\x1a\xaa\x89\x09\x41\xbf\xb4\xd2\x65\xcc\x85\xc4\xcb\x10\xbc\x08\xb8\xde\x18\x52\x1f\xbc\xf4\xd4\xcc\x8b\x13\xf0\xde\x96\x05\x60\x76\xc0\x63\x74\xab\x7d\x60\x7d\xfd\x9a\x22\xfc\xca\x53\xf8\x67\x67\x6d\x7d\x4f\xa9\xf7\xcb\x4d\xed\x41\xca\xf5\xe8\x28\xcf\x42\xb3\x51\xdb\x45\x9c\x53\xb4\x4f\x29\xeb\x4f\x29\xeb\x4f\x29\xeb\x4f\x29\xeb\xff\x33\x52\xd6\xc5\x09\x11\xc6\xe5\x76\x6c\xf2\x76\xb1\xc7\x09\xc3\x39\xdc\x4d\xbc\x84\x10\xe4\xa9\xbe\xec\xa6\xdc\xd5\xa2\x61\xac\x52\xcf\x91\x16\x2e\x09\xf9\x1d\xd0\x07\x3b\x5c\x72\x35\x74\x29\xb6\x48\x7e\x27\x74\x9d\xde\xc4\x17\x42\xbe\xeb\x51\x1b\x6d\xae\x89\x1b\x56\xc1\xa6\x5e\x86\x42\xca\x04\x43\xec\x4f\xc5\xfb\x9b\xeb\x75\xf6\xdf\x20\x99\xfe\x29\x5d\xfc\x29\x5d\xfc\x29\x5d\xfc\x29\x5d\xfc\x29\x5d\xfc\x29\x5d\xfc\x29\xbb\x3a\x7d\xfc\x94\x5d\xfd\x94\x5d\xfd\x3f\x2c\xbb\x5a\x62\xd7\x25\xe0\x5f\x94\xb3\x2a\x31\x5f\x83\xd4\xdc\x9c\x5e\x9e\x7f\x09\x71\x62\x83\x91\xf5\x44\x86\x8d\x12\xb7\x02\xed\x64\xd3\x53\x9e\xfc\x53\x9e\xfc\x53\x9e\xfc\x53\x9e\xfc\x53\x9e\xfc\x53\x9e\xfc\x53\x9e\xfc\x53\x9e\xfc\xe3\xe6\xc9\x17\xe3\xc7\x45\xb6\x57\x53\x87\xdc\xa7\xb0\x55\x37\xb4\x4d\x9a\x40\x83\x67\x58\x97\xc2\xe0\x3e\x49\x6f\x0e\x75\xdb\x1f\x87\xb8\x51\xbd\xd8\x27\x3c\x4b\x97\x41\x72\x83\xa5\x6e\x99\x9c\x6e\xda\x74\xf7\xef\xea\x8e\xb8\x5d\x0b\xec\xfe\xe3\xe8\x61\x2a\x09\xc8\xaf\xdc\x69\x20\xb5\x09\xc6\xe6\xc4\x68\x1a\x6c\x09\xcd\x32\xd7\xfa\xb8\xa1\xc9\xf5\xaa\x83\x9f\x37\xa4\x9d\x9b\x31\x7d\x40\xef\xf2\x3a\x92\x5e\xe9\x9a\x1d\xb6\xad\xf5\xad\x71\xfa\x74\x2b\xff\xa6\xc7\x44\xe1\xef\xc9\x57\xb9\x41\x3c\xb6\xf2\x12\x48\xdd\x36\x92\x05\xd4\xaa\x67\x6e\xfb\x22\x73\x3d\x3a\x72\x92\xbb\xcf\xed\x00\x4e\x79\xbb\xc4\x38\xe0\x5c\xd2\x61\xca\x82\x9e\x2b\x47\x28\xaf\xa9\x68\x89\x95\x7f\x94\x6a\xb1\x68\x7f\xe3\xd0\x1e\x43\xb8\x67\xd0\x6c\x7a\xd6\x66\xe2\x60\x29\xb1\xbf\x99\xeb\xb4\xb9\x47\xdf\xe2\x3a\x67\x5c\xe6\x55\xe8\x6b\x52\xa6\x97\xe7\xfb\x1c\x50\x26\xd7\x44\xef\x09\x62\xdf\x93\x5a\x05\x63\x9e\x5d\x15\xfa\x8a\xc5\x34\xc0\x3b\xef\x3f\x73\x82\x54\x3b\xf1\x69\x10\x30\x3a\x4f\x2e\x07\xe8\x7c\x2a\x5d\xfc\xbc\xe7\x94\xab\x68\x4a\xb3\x0c\x1b\x64\xd3\xc4\xf3\x0e\xbc\x6c\xe4\xd1\x80\xf3\x5e\x67\x71\x4c\xcf\xf2\xab\x1a\x5b\x21\x9c\xcd\xc1\x8e\x93\x7c\x37\xbc\xda\x19\x5d\xa7\x07\xf5\xd3\x3b\x5c\xce\xe8\x9a\x83\xa8\x4d\x3c\x6b\x5c\x0d\x71\x14\x9d\x41\x35\x2a\xdf\x27\xb5\x64\x15\x87\x61\x12\x2b\x97\x0c\x4d\x2d\xe4\x4e\x47\x4a\xcd\xa0\x9a\x28\x98\x73\xb8\x25\x70\xf7\x78\x84\xa0\x64\x84\xe1\x08\x4a\x41\xba\x09\x8b\x25\x5b\xf8\x38\xdc\xed\xe7\xb4\x21\x2a\xbd\x7c\xc4\xa4\xbe\x25\x29\x90\x49\x8e\x6f\xd7\xb3\xbf\xd6\x50\x9d\xa4\xf9\xc0\xa5\x69\xfa\x3f\x08\x6d\x6a\x51\xb5\xbb\x5c\xed\x7c\x06\x01\xe2\xe0\x33\x1e\x68\x66\x5f\xb2\x58\x02\xfa\xeb\xd7\x88\x50\xc4\xb8\xbe\x5e\x94\x21\xc1\xc2\x5b\x73\xc5\xcd\xc9\xf9\xe2\xc5\x21\xf2\x37\x38\x0c\x81\xae\xe1\x00\x9d\x31\x0e\x88\xd0\xac\x94\xce\x86\x47\x56\xca\x2c\xa1\x77\x1b\xe0\x90\xf9\x71\x8a\x12\x5b\xcf\xca\x0f\x08\xd3\xe9\x4b\x93\xc2\x02\x3f\xc1\xfe\x16\x26\x01\x15\x2f\x0e\x27\x5c\xa1\xf2\xd7\xaf\x27\x5f\x09\x90\x5e\x1c\x79\xd8\x23\x78\xeb\x71\x16\x42\xbf\xf4\xa9\x4f\x49\x78\xd5\x6d\x1c\x8a\xf6\xeb\xd1\x91\x62\x6a\x7d\xd2\x8b\x2e\x6d\xfc\x05\xcb\xfa\xab\xb2\x1b\x6d\x1c\x2c\x77\xda\xc6\xb6\x5a\x46\xe1\x0e\x9d\xbe\x5a\xa0\xe3\xc5\x0c\x3d\x3b\x0d\xb1\x90\xc4\x47\xaf\x42\xe6\xdf\xa0\x85\xbe\x07\x34\xf5\x55\xf5\xdf\x78\x0d\x68\x46\x25\xf0\x15\xf6\xe1\x39\x0a\x38\xb9\xed\x39\xd1\x06\x1b\xdc\xcd\xa1\x55\xbf\xd5\x03\xee\x25\x70\x8a\xc3\x86\xdc\xf1\x36\x1c\xc6\x81\xf5\x8c\x13\x78\x5e\x40\x05\x8a\x38\xfb\x17\xf8\x32\xbd\x32\x49\x5b\x18\x53\xc0\x95\xaa\x76\x27\x5e\xee\x31\x8c\x93\xfa\x95\xa8\xcd\xd4\x6b\xe4\x1a\xd9\xe2\x35\xbc\x8a\x49\xd8\x70\x25\x7a\x2b\xb6\x85\x21\xbb\x33\xf8\xea\xf5\xe5\xf4\xf8\x32\xd3\x8b\x4c\x17\x2e\x61\x4d\x84\xe4\x0f\xcf\xed\x02\x74\x80\xae\x36\x44\x20\x22\x50\x2c\x60\x15\x87\x1a\xc0\x52\xa1\x43\xe8\x7a\xac\xff\x82\x7b\xbc\x8d\x42\x18\x23\x8c\x8e\x67\x3a\xcd\x57\x5f\xca\x8c\x25\xa2\x00\xc6\xb8\x44\xb1\xd8\x20\x4d\x89\xfe\xf3\xf4\xf8\xb2\x9b\x2c\xbe\x30\xdc\x9d\x82\xba\xbf\xc4\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\x86\x93\xae\x3c\xe4\xde\x17\xb9\xb9\x81\xd4\xb8\xe3\x3b\x52\x62\xeb\x2e\xd8\x2a\x74\xfb\xa8\x70\xa0\xf6\xae\xad\x4f\xd6\x33\xda\xa9\xeb\x5b\x7c\x3f\xe7\xc4\xaf\xdd\x13\xd3\x78\xbb\xac\x9e\x6d\xa6\x07\x2c\x8c\xa2\x00\xb6\x98\x06\x28\xd2\x50\x9c\x63\x30\x7a\xa2\xdf\x79\x85\x05\xb4\x2d\xa7\xa8\x19\xd0\x7d\xde\x99\x0c\x30\x07\xee\x03\x95\x78\x0d\xd3\x25\xbb\x85\x3d\xc6\x2b\xe8\xd0\xa5\xbe\xa9\xee\xdd\x0b\xef\xf0\xc5\x8b\xf7\x9d\xcc\x5d\xc3\x97\x19\x4d\x87\x2f\xdc\x54\x89\x88\xc9\x69\x18\x32\x5f\xfb\x54\x0b\xc9\xb1\x84\x75\xaf\x48\x83\x82\x94\x68\xf5\x9c\xb1\x6a\x22\x71\x0f\x6e\x1c\x7a\x2f\xfb\x31\xc3\xf1\x61\xc6\x8b\x97\x7d\xed\x6a\x5d\xab\x9d\x54\xbf\x77\xe9\x63\x47\x75\x6a\xe4\xee\x6e\x21\x0e\x68\x20\xdd\xa1\xc5\x77\xba\x27\x6a\x7a\xb2\x92\x66\x40\xaa\xc7\x59\x05\x55\x87\x6b\x7e\x9b\x06\xab\xa4\x36\x96\x46\xb9\x1e\x1d\x15\xd1\x69\xe8\x50\xb2\x78\xdd\x2e\xfe\xa1\x83\x56\xb3\x93\xcf\x97\xba\x63\x30\x00\x81\x32\xd1\xa1\xe4\x4c\x11\xd9\x1b\x5d\x6d\x62\x55\xbf\x74\xc4\x5e\x03\x38\xe7\xff\x1d\x91\x9b\xb7\xcc\xc7\xe1\x5e\x6e\xa7\x46\x07\xe1\x12\x0e\x48\xe9\x76\x68\x10\xc9\x27\x49\xa2\x73\x26\x93\x2b\x08\x6d\x6a\x41\xa5\xff\x53\xb7\x6c\x98\xc7\x47\x20\xb3\x43\x92\xc7\xee\xc2\x2c\xc5\xca\xc5\x06\xf3\xfd\xca\xb2\x2c\x29\xba\x8f\x50\x91\x18\xa1\x61\x23\xbc\x65\x74\xad\xdd\x96\x0c\x57\xb5\x9f\xef\x9b\xb4\x3d\xfc\x80\x75\xbc\xea\x64\xb6\xb3\x59\xec\x66\xb1\x53\x87\x07\xb1\x9d\x3e\xa3\x92\xb3\x50\x54\x66\x54\x43\x0e\x71\x9b\xe3\xb6\xb6\x30\x6b\x8c\xdf\xe2\xc7\x76\xc1\xdf\x90\xed\x15\xf2\x34\x29\xe9\x62\x72\x62\x0e\xea\x85\x4b\x31\x0a\x66\xfe\x00\xfd\x8c\xc3\x18\xf4\xb6\xf9\x96\x04\xa6\x0d\xd6\x42\x67\x90\x2e\xf2\x79\x14\xb3\x13\x73\x5f\x2f\x59\x53\xa6\xd4\x8a\xac\x90\x00\x7d\x01\xb5\x49\x3a\xef\xa2\xb3\x9f\x0d\x49\x77\xcc\x43\x63\xb3\x10\x95\xda\xc1\x1e\x7c\x2f\x07\xf0\xde\x2d\x16\x3f\x22\x46\x25\xb3\x29\xd7\xb1\x20\x74\x8d\x16\x8b\xb3\xf7\xcf\x26\x44\xe9\x54\x10\xeb\x9c\x87\xaf\x84\xd8\x78\x66\x47\xdc\x2d\x70\x58\x33\x6e\x6e\xdd\xae\x19\xe6\x7a\x74\x54\x87\x5b\x7d\xdc\x2e\x8a\x97\x21\xf1\xdf\x40\x2f\x5f\x35\xfd\xb8\xef\x49\x5d\x0a\x60\x8e\x65\x6d\xe0\xb0\xd1\x5b\x76\x68\xcc\x23\x97\xf4\xf4\x35\x9f\xda\x0e\xd4\xd2\xee\x14\x49\x2d\xab\x77\x73\xc0\x39\x1b\x06\xde\xea\xeb\x39\x9e\x15\x5f\x14\x7d\x4d\x9d\x61\xb2\xcf\xe9\x5c\x17\xe8\x05\x0b\x7d\x11\x01\xc7\x92\xf1\x56\xd6\x39\x65\xc0\x0f\x61\x7c\x3f\xe5\xd5\x9c\x93\x4f\x97\x5e\x9e\x79\x8e\xbe\xc9\xdf\x42\x21\xa1\x80\x30\x5f\x9b\x0b\xec\xd3\xbb\x80\x14\xaa\x28\xc0\xb0\x65\xb4\x5b\x96\x79\xaf\x11\x9c\xf3\x2e\xe3\xdb\x8f\x10\x6e\x13\x8e\xff\x9b\xf0\x4f\xa1\x8c\x52\x2d\x79\x1c\x0e\x16\xc7\x70\xf2\x50\x41\x20\x32\x79\xe7\x0c\x53\xb2\x02\x51\xdf\x9c\xa4\xcd\x9a\x75\xac\x41\xea\x3a\x11\x1d\x40\xd5\x72\xdc\x26\x90\x93\x1d\xc8\x6b\x22\xd1\x25\x44\x0c\x31\x6a\xb6\x79\x61\xd8\x89\x0b\xfd\x47\x71\xf2\x41\x67\x8e\xee\x91\xb7\xae\x06\xd2\x30\xd4\xc8\x37\x00\x11\x92\x1c\xfb\x37\x88\xad\x34\x66\xff\x29\x90\x78\xa0\xbe\x72\x34\x74\x58\xf4\x1f\xc6\xbd\x23\x02\xc1\x6f\x31\xb9\xc5\x21\x50\xed\x4f\xd8\x2c\x4a\xb5\x62\x7a\xde\x9a\x48\x4f\x7d\xe5\x49\xbc\xd6\x84\x9a\x47\x94\x49\x10\x1e\x87\x95\x72\xb7\x15\xf0\x4e\x7c\xfb\xac\x88\x3a\x59\x4f\xf1\x16\x44\x84\xeb\x43\x8a\x2d\xd8\x7f\x6c\x76\x1c\x28\x85\x85\xee\x36\xc0\x75\xc7\x11\x2b\x76\xa3\x20\xa6\x3b\x70\x69\x66\x20\x38\x58\x1f\xa0\x55\x57\x4e\x0e\x35\xa6\x93\x29\x1c\x70\x70\x41\xeb\x7b\x7a\xb6\x99\x88\x33\x2a\x24\x8f\x7d\x69\xd0\x90\x0c\x29\xa0\x9e\xee\x6a\xb3\x65\x81\xa9\xe4\x32\x77\xe2\x68\xfc\x02\x88\x42\xf6\x80\x6e\xe0\x01\x61\x91\xbd\xdb\x89\x27\x8f\x31\x64\xbb\x42\x54\xb5\xdd\x53\x1c\xde\x97\x61\xc9\xaa\xdf\xdf\x3e\xd7\x43\xe9\xe9\xb5\xd5\xd9\xe8\x8a\xf9\x72\x4e\x2a\x17\x8f\x5c\x8a\xe6\x5c\x58\x53\x87\xa4\xdd\xb2\x3b\x88\x6f\x67\xf7\xc0\x8a\x85\x45\x7f\x8b\xe9\x57\x94\x9e\x84\x58\x66\x75\x8a\x2c\x99\x52\xba\x0b\x57\x6a\xd5\xb2\x38\x44\x3a\x03\x95\xed\xe3\x10\x31\x41\x24\xe3\x0f\xca\x2a\x29\xab\xd5\x3e\x35\xf3\xd3\x63\x56\xf0\x29\xe7\x8e\x66\x0a\x0d\xfd\xc7\x59\x1c\x75\xda\x12\x75\xd2\xc9\x0c\xfc\x20\x32\xcf\xfa\x2c\x54\x7b\x2c\xa4\x79\x26\xad\xe5\xd4\x0e\x5a\x91\xb7\xa6\x4e\xc4\xda\xf4\x6e\x5e\xfb\x29\x0d\x22\x46\xa8\x5c\x98\x36\x57\x3d\xbd\xcf\x71\xf1\x57\x67\xe1\x51\x72\x68\x5a\x65\x49\x86\x56\x56\xfc\x5b\xfd\x31\x64\x6b\x31\x2a\x3c\x7c\x3f\x80\xd3\x9b\xbb\x4b\x34\x73\x4d\xc1\x32\x25\x69\xfe\x65\x0b\x00\xb6\xb1\x90\x68\x09\xc8\xec\x07\x4d\x94\x35\xe9\x4d\x90\x1c\xdd\x9b\x4a\x37\xa0\x92\x6b\x98\xb6\x04\xb0\x48\x78\xd2\xd9\x39\x47\x6e\xf2\x48\x11\xd9\xb9\xa5\xf3\x27\xa0\x21\x5f\xad\x56\x24\xa6\xa1\xfb\x71\x8e\xbe\x86\xb7\x14\xc9\xa5\x4e\xc8\x0d\x31\xa9\x41\x1a\x84\xe9\x55\x5c\xdb\xbe\x15\xc2\x3a\x37\xe3\x21\x69\x46\xd1\xaf\x4b\x48\x5f\xb8\x0d\xee\x41\x27\x8b\x96\xf0\xc6\xb9\xd2\x55\xa6\xf8\x20\x56\x4f\x67\x69\x43\xdd\x21\xd9\x2e\xea\x77\x71\xb4\x1f\xf4\x92\x55\xd4\x59\xdc\x6d\xcc\x21\x8b\x65\x14\xcb\x16\x21\xb4\x26\xe5\xba\xd0\x40\x50\x40\x38\xf8\x7a\x21\x4c\x76\xb2\x49\xc7\xde\x40\xfd\x4f\xa1\x94\xde\x51\x2c\xd0\xb3\xb5\x2e\x58\x95\x90\xfe\x66\xb7\xc5\xdd\x42\x9e\x8f\x3a\x76\x4e\x49\x0f\x26\xdf\xff\x16\x13\xff\x46\x48\xcc\xa5\xa7\x16\x7d\x4f\x39\x6b\x35\xa1\x51\x0e\xa6\x42\x76\x0f\xa6\xb2\x95\x26\xe3\xbf\xd4\xa0\x68\xa1\x46\x4d\x90\x3d\x40\xc7\x26\x73\x13\xa3\x25\xc7\xd4\xdf\x8c\x91\xda\xc1\x31\x8e\x8c\xcb\x89\x36\xb8\x63\x62\xf6\xbe\x63\x39\x79\x60\xa2\x8b\x7b\x70\x40\xf9\x29\x6a\xa4\x9f\x2e\xdf\xa2\x7a\x0c\x3b\x11\xda\x07\xa4\xcd\x38\x13\xd5\x7a\x62\x1c\x45\x5e\x00\xb7\x43\xd4\x01\x5b\x66\xb9\x54\x68\xec\x9c\xad\x43\xfb\xec\x01\x48\x4c\x42\x81\x18\x45\x18\x65\x9a\x9e\x4d\x1e\x66\x17\x4e\xf5\x46\xd9\x17\xc6\x41\x90\x0f\xdd\x64\x2e\x71\x2f\x27\xfd\xb1\x50\x29\xd8\xc8\x4b\x88\x58\x1b\x03\x69\xb4\x7e\x0f\x2d\xbe\xda\x00\x5a\x13\x69\xa7\x0f\x8a\x69\x00\x3c\x29\xcc\xb7\x78\x97\xcc\x3c\x51\x0b\xea\x1d\x09\x43\x35\xef\xcc\x34\x53\xbb\x93\xff\xd0\x11\x33\x08\xc6\x26\x08\xb1\xc5\x9d\x17\xeb\xe1\x50\xc1\xdb\xe8\x1f\x4e\x74\xdc\xfe\xcb\x16\x93\x7d\xa3\x74\x1a\x86\x45\x36\x41\x28\xd9\x9f\x59\x53\xe4\x6f\x30\x5d\x77\x6c\xbd\xd1\x11\xb4\x93\xbc\x55\x18\xdf\xef\xb9\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\xcd\xe7\x8b\xee\x5f\xaa\xed\x3d\xb9\x05\xa4\xd1\xd0\x9d\x71\x6c\xc6\x43\x69\xff\x6e\xc8\xb6\x3f\x5c\x44\x22\x8b\x04\x68\x8a\xb7\x8c\xaa\xf7\xf4\x01\x32\xa1\x01\x7a\x13\x2f\x81\x53\x50\x0e\x45\x21\x82\x8d\xa3\x28\x7c\xb0\x4c\x79\x77\xad\x0b\xc4\x3d\xf1\x20\x24\x6c\xaf\x47\x63\x74\x3d\x5a\x62\x01\xd7\xa3\x8e\x49\x75\x9f\x93\x06\xb3\x47\xc9\xd1\x61\x1e\x8c\x91\xf9\x57\xd1\x63\xfe\xf7\xbe\xb1\xfd\xdf\x62\xf1\x63\xbb\xe3\xda\x26\x61\xaa\xcf\x13\x03\x9f\x38\xc1\x8b\xc5\x8f\x3a\x18\x69\x1b\x55\x2b\xf4\x63\xb9\x01\x2a\x89\x8f\x65\x37\x07\xa1\x07\x78\x27\xc9\x31\xdf\xc7\xe0\x5d\x59\xb9\xaa\x91\x95\xab\x62\x11\xaa\x88\x59\x8b\xd4\x56\x7f\x17\x56\xc2\xc2\xac\xed\x6c\x0e\x1e\x6b\xe8\x7a\x4f\x6a\x4d\xe4\xff\xce\xca\xd4\xbf\x63\x7c\x3d\x51\x23\xee\xbe\xbb\x26\x16\xf5\x45\x16\x2d\x57\x16\x05\xe2\x71\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\x8c\xcb\xe2\xb2\x9d\x4b\xef\x6e\x30\x66\xee\x71\xa2\xc1\xbb\x47\x2d\xf8\x94\x0b\xf0\x39\x48\x61\x9b\xba\xb4\xaa\x26\xb8\x81\x87\xe9\xe5\x79\xfb\x32\x02\xfb\xfe\xa3\x04\x87\xeb\x70\x19\x3e\x46\xf2\xe6\x6c\x81\x20\xe5\x52\x92\xc7\x35\x54\x8c\xa4\x0e\x7a\x41\x56\xbf\x40\x18\xbe\xa1\xec\xae\x5b\x35\xf6\x20\x35\xbb\xba\x50\xad\x50\x8f\x56\x2d\xac\x3d\x40\xfa\xaa\xa9\xec\x41\xcb\xcb\xa6\xe0\x46\x24\x8d\xf4\xd5\xb4\x5e\xeb\x46\xfa\x0e\xf0\xba\xa7\x7f\xb7\x58\x6b\x7b\xb4\xdb\xb5\xfd\xef\x82\xea\xf5\xe8\xc8\xc1\x8a\xef\x27\xb8\xe1\xf2\xb8\x86\x53\x47\x7c\x27\xf2\xcd\x81\x8e\x4d\x42\xe7\xe0\x62\x35\x39\x74\x3a\x19\xef\x4e\x78\x21\xc3\x81\x97\x5c\xe2\xe3\xf9\xe9\x98\x56\xd4\x0a\x21\x94\x60\xd4\x57\xd2\x8d\xe3\x0c\x22\xf3\x2e\x34\xed\xa1\x07\x3b\x09\xb9\x1e\x1d\x55\x39\xd6\x5b\x21\x06\xaa\x58\xd7\xec\xca\xd7\x4d\xa7\xbc\xb3\x42\x2e\xfc\x56\x94\x71\xaf\x72\xeb\x3e\xe2\x6c\xc0\x6f\xa0\x22\xf0\xeb\xd1\x51\x85\xd0\xde\xa2\x19\xb2\x08\xb9\x58\x19\xdc\x50\x11\x6c\xc5\x55\x78\xbf\x28\xae\x5c\x53\xa5\x9b\x74\x0f\xe5\x09\xb2\x16\x93\xfc\x57\x93\x65\xc8\x96\x13\x13\x1c\x31\xcc\x93\xb1\x64\x9c\xe0\x50\x28\x1d\x3f\xd8\x06\x7d\x44\xd8\x91\x8e\xc6\x96\x50\xfb\x61\x7f\x3d\x3a\xaa\x30\xa9\xb7\xa8\x3f\x77\xe5\xf4\x27\x29\x71\x7e\x9c\x63\xb0\x6e\x05\xc7\xf5\xeb\x5f\xcd\xc4\xab\x31\x95\x83\xb8\x8a\xfa\x58\x4b\x17\x88\x98\x7b\xb6\xb7\x5b\x46\xb3\xce\x23\x5d\x8a\x80\x77\x43\x2a\xb8\x80\xd9\x24\xf8\x78\x07\xf8\x16\xee\x18\xbf\x11\x1f\xcd\xad\x19\x1f\xa3\x9b\xf5\xc7\x58\x92\x50\x7c\x24\x11\x05\x79\x30\x9b\x9f\x17\x3b\xd9\xd5\xec\x32\x2b\xba\x48\xd1\x6c\x9e\xdc\x3a\x87\x08\x45\xc7\xb3\x93\x4b\x44\x99\xec\x96\x1b\xb1\x03\xcc\x9f\x12\x8d\xf9\xe3\x4f\x7f\xfc\xe9\xff\x07\x00\x00\xff\xff\x68\x20\xc5\x54\x79\x26\x01\x00") +var _schemaJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6b\x73\xdb\x38\xb2\xe8\xf7\xfd\x15\x28\xcd\xd6\xd9\xa4\x4a\xb4\xe2\xcc\xee\xec\xec\xec\x5c\xd7\x55\x6c\x4f\x46\x37\xb1\xad\x63\x79\x66\xee\x9d\x38\xb5\x81\xc8\x96\x84\x35\x05\x70\x00\xd0\x8f\x39\xd9\xfb\xdb\x4f\xe1\xc1\x37\x48\x91\x14\x9d\x64\xeb\xf8\x53\x62\x8a\x6c\xf4\x0b\x8d\x46\xa3\xbb\xf1\x5f\x7f\x40\x68\xf4\x47\x0e\xab\xd1\x77\x68\xf4\xd5\x24\x80\x15\xa1\x44\x12\x46\xc5\xe4\x38\x8c\x85\x04\x7e\xcc\xe8\x8a\xac\x47\x63\xf5\xa2\x7c\x88\x40\xbd\xc8\x96\xff\x04\x5f\x9a\x67\x7f\x14\xfe\x06\xb6\x58\x3d\xde\x48\x19\x7d\x37\x99\xfc\x53\x30\xea\x99\xa7\x1e\xe3\xeb\x49\xc0\xf1\x4a\x7a\x2f\xfe\x3a\x31\xcf\xbe\x32\xdf\xe5\x86\x1a\x7d\x87\x14\x1e\x08\x8d\xa6\xbf\x2e\xe2\x25\x05\x79\x86\xa3\x88\xd0\x75\xfa\x03\x42\x23\x1c\x04\xfa\x6d\x1c\xce\x39\x8b\x80\x4b\x02\x22\xf7\x7b\x2d\x19\x09\xc8\x45\x04\xfe\xc8\xbe\xfc\xaf\x71\x02\xd5\x41\x91\x7e\x1e\x80\xf0\x39\x89\x14\x08\x4d\x19\x0b\x03\x81\x84\x06\x84\x24\x43\xd3\x5f\xd1\xd6\xa0\x28\x0e\xd0\x6c\x85\xe4\x06\xd0\x0d\x3c\x20\x22\x10\xa6\x68\xfa\xeb\x18\xc9\x0d\x96\x08\x87\x82\xa1\x25\xf8\x6c\x0b\x42\xbf\x43\xf1\x16\x10\x33\xef\x5b\x68\x4c\x6e\x80\xdf\x11\x01\x28\x16\x90\x02\x92\x0c\x71\x58\x01\x57\xff\x91\x1b\x92\x8c\x7d\x90\x61\x78\xef\x11\x2a\x21\x0c\xc9\x3f\xbd\x8d\xdc\x86\xde\x97\x8f\x71\x00\x2b\x1c\x87\x52\x61\xf7\x5f\xff\x32\xa2\xb0\x82\x18\x15\x84\x94\x13\x7a\x54\x23\x6a\xfc\x7b\xe1\xef\x9c\x20\x85\xe4\x4a\x71\xc6\xf9\xdf\x4a\xac\xf1\x31\x45\x4b\x40\x6c\x4b\xa4\x84\x00\x91\x2a\x33\x8a\x9f\xef\xe0\x74\x0b\x70\x29\xb4\x7f\x65\x80\x47\x3e\x09\x78\x99\x0a\xb7\x0a\xaf\x89\xdc\xc4\xcb\x03\x9f\x6d\x3f\xde\x01\xbe\x85\x3b\xc6\x6f\xc4\x47\xb8\x11\xbe\x0c\x3f\x46\x37\xeb\x8f\xb1\x24\xa1\xf8\x48\x22\xc5\xef\xd9\xfc\x1c\xa4\x7b\x44\x12\xec\xe0\x5a\xf6\x55\x65\xa2\x44\x5a\xb8\x1c\x82\x0b\x1e\x80\xc2\xfb\x5d\x01\xee\xb8\x20\x9b\x32\x95\xf6\xcf\xf7\xe3\x1d\x93\x79\x85\x43\x01\x45\xc5\x08\x02\xcd\xe5\x54\x23\x38\xfc\x16\x13\x0e\x41\x11\x03\xa5\xa5\xd5\x51\x6a\xb5\x47\x4a\xec\x6f\xe6\x2c\x24\xfe\x43\x3b\x09\xcc\x68\x48\x28\x9c\x30\x3f\xde\x02\x95\x8d\xda\x65\x26\x1e\x46\x91\x06\x8f\x02\xfb\x8d\x9a\x16\x66\xdc\x6c\x82\x00\xbf\x25\x3e\x20\xec\xfb\x2c\x2e\x43\x6d\x35\xbd\xfb\x8c\xe2\xd4\x8c\x3c\x47\xa6\x97\xe7\xa2\xcc\x15\x22\x61\x5b\x7e\xd8\xa0\x3e\x05\xe0\xb9\xf7\x30\xe7\xf8\xa1\x91\x7b\x21\x11\x52\x99\x1b\x85\x44\x62\x76\x66\xd3\x33\x43\x27\x51\x36\x29\x21\xb0\x13\xbb\x3a\x80\x75\xf2\x47\xeb\x57\xdb\xb9\x93\xfb\xce\x32\x7f\x6a\x78\x7f\xc9\x42\x98\x5e\x9e\xf7\x01\x74\x0b\x5c\x90\xc2\x4c\x68\xfe\xb4\xd3\xfc\xd5\xd4\x39\x06\xdb\x49\x48\x93\x06\xd5\xfc\xd6\xcd\x16\x34\xaf\xc7\x4a\x8a\xa7\x6f\x16\x08\x2b\x23\x81\x7c\xed\xa8\xc4\x1c\xcb\x3c\xee\xed\x26\x52\x13\xa4\x82\x3d\x4a\x9c\xa2\x90\xc5\xc1\x2f\x58\xfa\x9b\x36\xab\x95\x6f\x3e\x7a\xcb\xd6\xeb\xa2\x53\x83\xea\x2d\x4e\x65\xa0\xe4\xeb\x9e\x32\x2e\xe1\x30\x88\x14\x7c\x46\x25\x26\x54\x58\x86\xa1\x08\x73\xbc\x05\x09\x5c\x20\x0e\x21\x56\xab\xa1\x64\x28\xc7\xab\xb6\x42\xe9\x0c\xb8\x59\x46\x55\xc6\xd7\x8a\x0a\x28\x5e\x86\x70\xf5\x10\x41\x4f\x1b\x38\x2e\xfe\x0a\x34\xde\x16\x04\x91\xb0\x3b\x22\xa5\x57\xd5\xc3\x38\x20\xd2\xf5\x58\x6e\x80\x4a\xe2\x63\xc9\x78\xf5\x67\xc5\x2c\xce\xc2\x10\xf8\x19\xa6\x78\x0d\x8e\x57\x94\xe3\x1d\xc4\x21\xf0\x51\xe1\x97\xf7\x03\x18\x6c\xcd\x2a\x65\x52\x43\xc3\x64\x25\x18\xc3\x44\xf4\x4c\x00\xa0\x77\x99\x18\xd4\x2a\x25\xde\x3f\x9b\xc4\x02\xaf\x61\xe2\xab\xe7\x77\xea\xb9\x67\x75\xd3\xb3\x20\x26\x5f\xd9\x07\x46\xfa\x1e\xdc\xe3\x6d\x14\x82\x78\xfe\xfc\x00\xfd\x8c\x43\x12\x20\xa0\x92\x2b\xab\x8d\x39\x7c\x87\x3e\x5c\x2b\x6e\x5e\x8f\x3e\x8c\xf5\x7f\x15\x0f\xb3\x3f\x72\x9c\x4b\x1e\x56\xf8\x95\xfc\x90\x72\xe9\x7a\xf4\xe1\xa0\xd3\xf2\xb2\x8b\x09\xdf\x63\xb4\xe1\xb0\xfa\x5f\xd7\xa3\xde\xc4\x5f\x8f\x8e\x4a\x9c\xfc\x7e\x82\x8f\xdc\x1c\xf9\xde\x67\x01\x1c\xfd\xc7\x6f\x31\x93\x7f\xc7\x11\x31\xff\xf9\x7e\xa2\x9f\x8e\x8b\xbf\x2a\x6e\x35\xfe\x9e\x63\x60\xc3\x7b\x15\x9e\x36\xbc\x9b\xb2\xb9\xf0\xce\x41\x5f\xc3\x96\x9f\xb1\x43\x5a\x35\xe0\xcd\xd6\xc7\x8a\x29\x11\x79\x57\xdb\xd6\x15\xbc\xd3\xc2\x99\xad\xf9\x4e\xef\x78\x0b\x12\x07\x58\xe2\xfc\x9a\x7c\x43\x68\xd1\x6b\x8f\xc8\xcf\x76\xd9\x6f\xef\x47\xab\xd5\xb2\xad\x9d\xac\xd9\x9d\x6b\xff\xbe\xa5\x1d\x72\xbb\xae\x19\xe2\x1d\xb6\x84\x4e\xbb\x3c\x32\x5b\xaa\x03\xc2\x26\xb7\x87\x38\x8c\x36\xf8\x2f\x79\xd4\xde\xbb\xc7\xbf\xc5\x24\xc4\x4b\x12\x12\xf9\xf0\x2b\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\xde\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\x87\x02\xac\xbd\x84\xb7\x26\xb2\x9d\xd4\x5e\x93\xe6\x8d\xe7\x0f\x6f\x7f\xfa\xbf\xe8\xe7\x43\x74\x72\x3a\xbf\x3c\x3d\x9e\x5e\xcd\x2e\xce\xd1\xf9\xc5\xd5\xec\xf8\xf4\x00\x6d\xa4\x8c\xc4\x77\x93\x5c\x24\x61\x92\x45\x12\x26\x46\xed\x27\x44\x88\x18\xc4\xe4\xe5\xdf\xbe\xf9\x1a\xbd\x26\x12\xc1\x7d\xc4\x04\x88\xa2\x3b\x8c\x56\x8c\xa3\x1f\xc2\xf8\x1e\xdd\x1e\x22\x4c\x03\x84\x29\x02\xcc\x43\x02\x1c\x11\x09\xf6\x25\xb6\x42\x6b\x22\x59\x24\x3a\x29\xc0\x97\x49\x41\x9d\xd4\xd4\x6f\x6d\x05\x77\x51\xe6\x44\x89\xf2\x5d\x88\xbe\xd4\x88\xde\x91\x30\x54\xaf\x48\x42\x63\x50\x8b\xc4\x52\x87\xe0\x02\x44\x28\x5a\xc5\x32\xe6\x60\x71\x46\x51\x88\xa9\x18\x23\x0e\x51\x88\x7d\xed\x90\x6c\x40\x73\xa4\x38\x00\x5e\xb2\x5b\xe8\x24\xa2\xcf\x8a\xa8\x53\x12\x04\x6f\x3b\x59\xbd\xd9\xf4\xcc\x0d\x48\xaf\x88\x7b\x2f\x21\xc5\xa5\x79\xe7\xea\x71\x13\x2f\x81\x53\x90\x20\xce\x41\x2a\x5d\xae\xac\xe9\x0d\x14\xbd\xa9\xf9\xd8\x39\xd2\x56\x3b\x66\xc1\x39\x0b\xe0\x35\x67\x71\x55\x79\x3b\x19\xc0\xb3\x12\xb4\x21\x62\x3f\x7a\xa1\x51\x10\xd7\x1a\x3f\xa4\x17\x80\x74\x99\xd1\xf8\x13\xba\xf6\x68\xfa\xc6\x73\xad\x6c\xef\x2c\x65\x28\xfb\x21\xfd\x08\x6e\x84\x67\x7f\xd6\xdf\x89\x21\x96\x24\x07\x26\xd7\xa3\xa3\x32\xe2\x6a\x21\xd2\xf8\x55\xbe\xaf\x22\x75\x3d\x3a\xaa\x12\x51\xbf\x92\xa5\xfe\x5c\x17\xbd\x3f\x03\x89\x6b\x82\x5b\xc3\xa8\xc4\xa0\xba\xf0\x03\xe3\x88\xd0\x15\xe3\x5b\x6b\x00\x68\x80\x92\xad\x10\xd2\xfb\x4a\x87\xb4\x5d\x2a\xd2\x6d\x01\xda\x35\x6a\x4b\x5d\x68\x23\xc4\x88\x93\x5b\x2c\xc1\x4a\xa7\x9d\x28\xe7\xc5\x6f\x9a\x18\x88\xc3\x90\xdd\x65\x76\x5a\x99\x56\x8c\x56\x71\x18\x3e\x78\x76\xe4\x74\x8b\x41\x28\xba\xdb\x10\x7f\x83\x28\xd3\xea\x87\x36\x58\x20\x16\xcb\x25\x8b\xa9\x32\xd9\x52\x1b\x19\x84\x7d\x1f\x84\x18\x6b\xa6\x24\x20\xcc\x33\x7d\xbe\xf4\xcb\x22\x09\x35\x0b\x44\x84\xdd\xfe\x06\xe8\x96\x60\xf4\xf3\xfc\x18\x01\x0d\x22\x46\xa8\xec\xe6\x11\x7c\xb9\x54\x38\x65\x2a\xc0\xe7\x20\xc5\x29\xf5\xf9\x43\x42\x43\x0b\xb1\x2e\x2a\x9f\xb9\xa1\x4b\x2c\xe3\x96\x3e\x87\x55\x91\x85\xf9\xc4\x09\xee\x36\xf2\x3b\xc1\xfa\x79\x7e\xdc\x77\x8f\xde\xb0\xd9\x74\x99\xb5\x16\xeb\x63\xc9\x01\x28\x91\x35\xae\xec\x51\xeb\x27\x9e\xdb\x10\x36\x2e\x9c\x0d\x9b\x8a\xc6\x8d\xa1\x7b\xcb\xd6\xa8\x3f\x55\xf1\x97\xb6\x0e\x55\x9f\x74\x90\x20\x08\x46\x82\x28\xb3\x67\xa7\xde\xd8\x3a\x71\xc6\x4f\x03\xe5\xe1\xc9\x0d\xb2\x2c\x44\xd3\xf9\xac\x75\xf8\x63\x1f\xc0\x99\x32\x78\xda\xba\x7a\xf6\xa0\xc2\xb3\xae\x5b\xa6\x71\x05\xad\xd6\xef\x6a\xe7\x35\xd9\xde\x17\x6d\x50\x76\xb6\x32\x4a\xb7\xfd\x85\x17\x2c\xf8\x3a\xdf\x2e\x99\x0b\xef\x5d\x31\x9a\xd3\xd4\x62\xb4\x88\x3e\x5b\xd5\x9c\x6a\x7b\x54\xe7\x8b\x2e\x19\x0b\x01\xd7\xd8\x88\x28\x5e\x86\xc4\xef\x0a\xa0\xd3\x64\x2e\x22\x59\x37\xf6\x20\x5a\x68\x0e\x67\x12\x0b\x8f\x23\xa2\x8d\x33\xf0\xd4\x0e\x27\xa6\x3b\xb7\x68\x77\x3c\xf9\xe9\x08\xdc\x25\x62\xb5\xa3\x68\x21\xdc\xc4\x54\xb0\xe0\xf4\x1e\xfc\x58\x81\x6b\x77\x20\xd8\xb4\xcc\x73\x16\xda\xad\xd5\xf2\x01\x45\x2c\x30\x27\x99\x06\x6f\xb5\x98\x4d\xe7\x33\x71\x80\xae\x36\x44\x20\xfd\x2a\x11\x08\x07\x81\x09\x31\xaa\xad\x56\xb6\x85\x40\x97\xaf\xa6\xc7\x7a\x27\x87\x63\xb9\x61\x9c\xfc\xae\x29\x3e\x40\xda\x2d\x9f\xb3\x00\xa5\x68\x23\x85\xf7\xfb\x67\xc9\x96\x3c\x60\xbe\x38\xc0\x77\xe2\x00\x6f\xf1\xef\x8c\xea\xbd\x39\xdc\x88\x49\x88\x25\x08\x39\x89\x05\xf0\x75\x4c\x02\x98\x44\x2c\xf0\x20\x01\xe2\x29\x7c\x0e\x94\x60\xba\xf9\x68\x9f\x88\xe2\xcc\xd3\x1b\x8a\xcc\xeb\xd1\x51\x95\x8b\xbb\xc3\x55\x25\x75\x99\x03\xdf\x12\xa1\xec\x95\x78\xa5\x3c\x1b\xcc\x2b\x29\x0c\x1d\xd4\x27\xca\xa0\xa1\xa5\x05\xa7\x39\xa2\x38\x65\x31\x50\x4c\x46\x29\x3d\x9a\xa9\x1f\xac\x56\x9c\xbe\x59\x20\x1b\x0a\x43\x8b\x52\x58\xd0\x7e\xed\xd9\xb8\x5c\xc7\x8d\xd7\x7e\x88\x55\xdc\xf4\x32\x32\xd7\xa3\x23\x07\xee\xf5\xc2\x28\x1e\x7f\xef\xb7\x4f\xca\xac\xc6\xa2\x00\x75\x88\x6d\x53\x29\xd9\x43\xcf\x0d\x9f\x83\xa2\x91\x50\xcd\x3b\x6b\xef\xac\x00\x67\xd3\x33\x64\xb1\x40\x09\x71\xef\x9f\x4d\x08\xde\x5a\x48\x09\xa0\xc9\x57\x9a\x91\x9e\x5a\x9e\x3d\x7b\x34\xa5\x3d\x9e\x6e\x62\xed\x88\x5f\x4e\x8e\x1d\x50\xba\x1e\x1d\xb9\xe8\xda\x29\xdd\x3d\xd2\x33\x72\x10\x3e\xd1\x04\xc5\x61\x88\x48\x00\x54\x12\xf9\xe0\x2d\xb1\xb2\x87\xfa\x0f\x02\xc2\x72\x54\x1b\x48\xeb\xf2\x18\x69\x2b\xf3\x98\xa1\x87\x12\xf4\x9a\x2d\xf9\x6c\x7a\x96\x98\xb8\x9f\x04\xf0\xd7\xda\xc4\x19\x7b\xfb\x8f\x24\x7d\xe6\x1f\x16\x35\x02\xa2\x87\x45\x1f\x92\xc6\x76\x66\xbb\x0f\x4d\xd7\xa3\xa3\x1a\xfe\xd5\x2b\xd6\x6d\xe4\x5f\x82\x60\x31\xf7\xe1\x38\x3d\x21\x75\xe7\x9d\x95\x9d\xb3\xc6\xbd\xbd\xce\xa7\xb1\x09\x9a\x69\x1a\xd3\x03\xa2\xa0\x28\x50\xdc\x93\x0c\xf1\xd8\x4c\x28\xb5\x6d\xcd\x8e\x67\xd3\x69\x66\x9e\xe8\xf8\x6b\xb7\x08\xf0\xe3\x0e\x9e\xe5\x88\x4a\x1e\x83\x93\xa9\x6a\xbe\x5f\xcc\x4e\x8e\xf7\xe1\xa0\xd9\xd7\x67\x34\x28\x78\x28\xe2\xec\x96\x04\xca\x17\x14\xe8\x0e\xc2\x50\xfd\x3b\xbb\x5c\x4c\xd3\x75\x67\xaa\x35\x08\x1d\x9f\xcf\x50\x14\xc6\x6b\x42\xbb\x85\xce\x07\x1a\xb3\xa7\xdb\x5e\x32\x72\xed\x8d\xd7\x6e\x9f\xa4\x04\xaf\x83\xe7\xe2\x12\x6b\xc3\xb2\xdb\x72\x6a\x0d\xb8\xf7\x50\x26\x48\x09\x0b\x4b\xc9\xc9\x32\x96\x26\xcd\x03\x27\xcb\x54\xc7\xcd\xc6\x2e\x68\x35\xbb\x8b\x92\x9f\xd0\x26\x3f\x9a\x52\x26\x71\x31\xb9\xbe\x99\x17\x7b\x9e\x4e\x97\xf2\xe7\x11\x72\xe7\x7b\xa3\x86\xbc\xd3\xa7\x4c\xdc\x32\x47\x9e\x32\x71\xab\xfc\x09\xf1\x12\xc2\x2f\x5b\xa9\xfb\x26\x0b\xab\xef\x44\x84\xfd\x5e\x1f\x47\x83\xba\x9d\xd3\xcb\xf3\x44\x38\x4e\xef\x4c\x09\x49\x08\xe6\x13\xe5\xb9\xeb\x90\x9d\xae\x0f\xd9\x63\x1a\x0d\x33\xa2\x93\x35\x6a\x63\x78\xbe\x5b\x26\x8d\x47\x93\x11\xf8\x64\x45\x7c\x13\x52\xd0\x35\x31\x84\x0a\x09\x38\x48\x90\xd6\x99\x28\x69\x9c\xc8\x5b\x03\x05\xae\x1d\xd4\xf4\x8b\x6e\x07\x8f\x43\x0c\x58\xcb\x8d\x0b\x1a\xee\xe5\x80\x1a\xec\x1e\x10\x59\x21\x46\xc3\x87\x74\x12\x97\xb6\x5c\x06\x15\xb1\x61\x71\x18\xa0\x25\xa4\x3e\xbb\x12\x1f\x8b\xa5\xf9\x9b\xd0\xf5\x24\x59\xae\xec\xf9\xff\x3e\x7a\xf4\x89\x51\x73\xef\x06\xbb\x1f\xd4\x54\x56\xf9\xa6\x93\x1b\x89\xd7\x9f\xd5\x02\x16\x27\xee\x2f\x0b\xa4\x10\x4a\x3d\xd6\xbd\xac\x40\x27\x60\x2d\x6c\xb1\xf2\xa9\xdf\x50\x76\x47\xe7\x76\x7d\x69\x27\x95\x5f\x2a\x9f\xf5\xf4\xba\xcb\xa5\x15\x99\x8d\xaf\xae\x69\x63\xb7\xff\xd6\xe4\x1c\x34\x52\x5a\xe7\x67\xed\x58\x35\x1a\x8f\x9c\x52\x5b\xea\xb2\x28\x65\x15\x1d\xd2\x0f\xa7\x7a\x16\x97\xd4\x01\x25\x47\x86\xfa\x38\x77\x9f\x02\x90\xee\xf0\x5b\xf9\xea\x8b\xb2\x25\xa8\xf5\xd8\x79\xc7\xe0\x53\x27\x2d\x4c\x80\x0f\x28\x10\xa3\x1a\x79\x0f\xae\x6e\xaa\xb6\xac\x54\xdd\x09\xcf\xc5\x70\x9d\xd4\xd2\xae\x3a\x30\xaf\xb0\xb0\xee\x96\xe7\xfc\x65\xec\xa6\x8a\x61\x18\xbe\x24\x92\x2b\xcf\x28\xd5\x51\xb2\xa6\x8c\x9b\x90\xd8\x07\x13\x13\xeb\x58\xc6\xd0\x0c\xd3\xe4\xf0\x1b\xc0\x69\xd2\xfe\x23\xf8\xc6\x4d\x54\x5b\xf5\x28\xef\xbe\xdb\x10\x57\xfa\xd4\xed\x1b\x19\xc5\xe8\x8f\x9f\x8e\xd8\xfc\xb2\x40\x06\x10\xda\x30\x61\x3d\x07\x22\x7a\x21\xdd\x06\xde\x97\xef\x22\xe8\xd3\x3a\xb5\x0b\xc6\x6b\x4b\x8d\x09\xdc\x38\xa2\xb8\x9d\xb8\xd3\x1b\x6e\x0b\x45\x6d\x57\x70\xd9\x44\xb5\x29\xcc\xb9\xc5\x9c\x60\x2a\xb3\x5a\xa5\xc3\x83\xc3\x3f\x27\x15\x47\x87\x07\x87\x7f\xc9\xfd\xff\x9b\xdc\xff\xff\x9a\xfb\xff\xb7\xd7\xa3\x0f\xe8\x99\x45\xfa\x79\xb7\x39\xed\xc2\x22\x5f\x8d\xa3\xd0\x69\x28\xd6\x51\x18\x36\xff\xfc\x4d\xf3\xcf\x7f\x6d\xfe\xf9\xdb\xc2\xcf\xb5\x44\xe6\x04\xa6\x3e\x6a\x93\x88\xab\x08\x2b\x57\xe3\x29\x6a\x1c\xcf\xbe\x71\x3c\xfb\xab\xe3\xd9\xb7\x35\xf9\xbc\x7b\x79\x84\xd6\xe6\x38\x54\xaf\x3c\x9d\x6b\xfc\xc3\x41\x16\xf5\xb4\xe2\xd2\xec\x23\xc3\x5c\x5a\x5d\xf7\xcc\x8a\x56\xc0\x5c\xcb\xf9\xf9\xf4\xaa\x8d\xaf\xb4\xc6\x12\xee\xf0\x3e\xf1\x8d\x9a\xb9\xf9\x23\x59\x6f\xc2\x87\xa9\x49\xdc\x0a\x41\x4d\xbb\xc4\xe9\x03\x81\x30\xda\xe8\xdf\x11\x4e\x5e\x40\xe7\xd3\x2b\x64\xb1\xd1\x93\x75\x41\xe8\xda\xf1\x9d\xd0\x8f\xf3\x6f\x67\x9a\xae\xbf\x3b\x21\x22\x19\x30\x30\xff\x15\xea\xed\x61\xa7\x7a\x89\xba\xe2\xcc\xeb\x40\x67\x1e\xa6\x21\xb8\x01\x54\x33\xe9\x79\x50\x96\x07\x45\x58\x0d\xdc\xc8\xd9\x04\x83\x45\x1b\xab\x50\xe2\x41\x79\x92\x3b\x00\x21\x94\x48\x67\x88\xd9\x9f\xa8\xee\x20\x93\x56\x31\xd5\x2f\xe6\x43\xee\xd2\x91\xdc\x27\xae\x09\xd8\x7e\xbf\x82\x79\xfb\x66\x04\x39\xc3\xe5\x2b\x58\x2b\xe2\x63\x09\x53\x93\x74\x23\x1f\x4e\x1c\xa9\xec\xbd\x8a\xad\x95\xdd\x01\x2a\x4f\xa9\xcf\x02\x53\xef\x3d\x5a\x62\x01\xdf\xfc\x79\xaf\x02\x2d\xe3\x40\x1c\x1b\x8f\xa2\x5d\xf8\xe0\xf4\xcd\xe2\xf8\xea\x6d\xf2\x89\x1b\xaa\x4d\x32\xeb\x95\x6d\x20\xb1\x7f\xd3\x22\xa2\xd9\x53\x47\x53\xd4\xda\xc8\x6d\x5c\x54\x09\x27\x96\xb5\xcc\x1c\x6c\x3f\x8a\x38\xe0\xc0\xd3\x01\xbf\x21\x4e\xea\x5a\x80\x73\xce\x1e\xdd\xc3\xa8\x4b\xa6\x67\x3b\x75\x2a\x77\xc5\x72\x2a\x85\xc9\xbe\xdc\x17\x60\x27\x45\x49\x88\xa8\x62\x31\x98\x60\x45\x96\xa4\x4f\x03\x64\xa0\xdb\xce\x52\xa2\x63\x84\xa1\x01\x90\x4b\x98\x3f\xcf\x8f\x5b\xd9\xc1\x58\xb2\x69\x18\x32\x35\x33\x66\xf3\xdb\x6f\xf6\x09\xab\x4f\x0b\xb0\x7e\xfe\x06\x71\xf8\x2d\x06\x21\x4d\x78\x6a\x7e\xfb\x0d\x3a\x9e\x9d\x5c\xa2\x65\xc8\xfc\x1b\x73\x06\x32\xf9\xcb\x37\x48\x49\x88\xdc\xa7\x11\x53\x85\x77\xa7\x90\xeb\x50\x83\xba\xed\xfd\x27\x6f\x72\xe5\xd7\xe7\x5d\x37\x8c\x5e\xc9\xd6\x6e\x3c\xfe\x00\xb0\x55\x67\xba\x20\x25\xab\x1e\x99\xcf\xd2\xf4\xc7\xdb\xc8\xf7\xa8\x29\x59\xd0\x5d\x1d\xd2\x42\x21\xf3\xba\x27\x99\x27\x37\x90\x4f\x69\xc7\x11\xf1\x4c\x06\xb2\x97\x96\x99\x0c\x50\xad\x36\x0c\x22\x49\x85\x5a\x85\xe0\xfa\xe4\x27\xb8\x97\x1c\x2b\xdd\xd9\x2f\x5d\x72\x1f\xbd\xe8\x7f\xfa\xad\xd3\xcf\x52\x9b\x65\xa6\x40\x72\xfe\xa8\xd0\x1a\x23\x38\x58\x1f\x20\x6c\x7e\x51\x6f\x27\xe6\xc5\xda\x14\xa4\x00\xd0\x07\x84\x03\x6f\xc3\xaa\x26\xab\x8d\x38\x1f\x0b\x07\xa7\xb4\x3a\xf4\x86\x2b\x84\xf3\x5a\x16\xaf\xe7\x36\x78\x0d\xab\x97\xa9\x1d\xe8\xa2\x33\xc3\xe7\x3d\x98\x22\xb2\xcc\xe6\x99\x8c\x84\x30\x64\x77\x39\xc5\xb7\xeb\xc7\xcd\xb7\x42\xcd\x01\xe4\xf0\x98\x76\x8b\x77\xaf\x81\xdc\x7e\x21\xf8\xb1\x72\xcc\x5e\xdb\x82\x97\xbe\xbb\x63\xa5\x4a\x3e\xdb\x6e\x63\xaa\x1c\x3e\xc2\x28\x5a\x82\xbc\x03\xa0\xc5\xcc\x3d\xbd\x92\xea\x02\xd6\xce\x6a\xdd\x0d\xba\x9b\xd8\x0d\xe6\xa6\x2a\x6b\x31\x20\xd9\x11\x07\x4f\xeb\x2d\x04\xc8\x8c\x60\x8a\x09\x17\xaf\x3b\xd3\xd8\x00\xca\x4d\x50\xc5\x7b\x44\x3b\xe7\xd3\xc2\x65\x56\x4a\xb8\xdc\xc0\x83\x89\x84\x4e\x7f\x45\x86\xf7\xf4\x16\x28\x01\xea\x83\xcd\x0b\xd6\xe1\x64\x5b\xe7\xfa\xfe\xd9\x24\xa9\x78\x9d\x70\x88\xd5\xf6\xdd\x23\x78\xeb\x61\x1a\x78\xb7\x91\x3f\x79\x9e\xcf\x54\x7c\xa7\x7f\x47\x70\x4f\x4c\x5c\xfa\xe7\xf9\xb1\xa8\x5d\x01\x63\x01\x5e\xf2\xa6\x02\xe5\xe9\x3e\xa2\x9e\x1f\x0b\xc9\xb6\x5e\xe1\x70\xad\x63\x8c\x73\x27\x85\xb9\x45\xb1\x91\xb8\xeb\xd1\x51\x9e\x17\xa6\x84\x3b\x23\x77\xe7\xda\xda\x81\xc4\xeb\xd1\x91\x83\x79\x6a\xc4\xde\x9d\x90\x8a\x6d\x38\xb5\xe7\x55\x6b\x1c\x1c\x7a\xe7\x5e\xba\x5b\xcc\xb8\x71\x83\x37\x5c\x5a\x2b\x9a\xfc\xb4\xc6\xd5\x60\xc0\x0d\xc5\x3a\x64\x4b\x1c\x26\xcd\x6c\x75\x03\x90\x30\x44\xfe\x86\x84\x41\xcf\x9d\x45\x1b\x88\x85\x2d\x46\x31\x3e\x90\xdb\x65\xb8\x96\xb3\xe4\xa3\x52\xcf\x99\x81\x7b\xa2\x0e\x73\x30\x97\x14\xd4\x44\x06\xc9\x6e\xd3\xb8\x0e\x86\xdb\x61\x18\xb4\x8c\x6e\x36\x3d\xd3\x19\x41\x7f\x12\x68\x7a\x79\xae\x16\x5e\xdd\xda\xd8\x24\xb2\xeb\x22\x33\x46\x25\x4b\x50\xeb\x46\x56\x57\xd8\x35\x4b\x7b\x08\xbe\x64\x7c\xc8\xb6\x45\x0b\x0b\x73\x08\xaf\xc9\x2c\x74\x5a\x7e\x3c\x0e\x4d\x1a\xa7\xc1\x19\x29\xeb\x18\x32\xac\x4f\xea\x92\xde\x6f\x7b\xb0\x73\xbf\x91\xea\xe2\x69\x8e\x7c\xad\x0e\xea\x73\xb5\x01\xe4\xc7\x9c\x03\x95\xa5\x44\x86\xbd\x26\x44\x07\xb0\x5d\x3c\x8a\x4f\xec\x4a\x27\xb8\xda\x64\x3b\xab\xfc\x01\x43\x76\xe5\x44\xba\xf2\x5b\xe7\x4c\x27\x7d\xc6\xb5\x38\x21\x48\x05\xaa\x3b\x96\x53\x46\x21\xa9\x97\x08\xc6\xda\xc4\x26\xfb\x9c\x24\x0c\x91\x9c\x33\xe9\xfe\x43\xb6\xe7\x50\x37\x96\x7f\x21\x28\x3b\xc5\xf9\x45\x9d\xe9\xff\x94\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\xc0\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\x39\xb2\xb5\xdb\xf2\xf9\xcb\x01\x0a\x3c\xcc\x15\x97\x6b\xcc\x50\xaa\x3d\xb9\x75\xbf\xb4\x5a\x75\x33\x50\x03\x8c\xd0\x32\x4d\xab\x4d\x29\x42\x4b\x5e\xa4\xe0\xd0\x8a\xb3\xad\xed\xd3\x33\x20\x27\x5a\xc3\xdf\xc3\x64\xd4\x65\xed\x0e\x3a\xc1\xf7\xf0\x9d\xda\x4e\xef\xbe\x4e\x53\x3a\xb9\xc3\xf8\xbe\xe5\xc1\xc8\xe6\x8a\xdd\x00\x9d\x63\x59\xe9\x4b\xda\x41\x8d\xd4\xe7\x3a\x32\x86\x94\x31\x41\x36\xb7\xc4\x74\x82\x9a\x03\x17\x3a\x36\x6a\xb6\x8a\x48\x8f\x67\x0e\x29\x38\x44\xac\x50\x49\x72\xce\x24\x4a\xcc\x0e\x22\x2b\xf4\x7a\x76\xf5\xe3\x4f\xaf\xfe\x71\x75\xf1\xe6\xf4\x1c\x31\xae\xfe\x7e\x3b\x4d\xfe\x16\x20\x11\x33\xc5\xaa\x40\x6f\x09\x67\xb4\x5a\x6d\xb6\x83\xdf\x8f\x8b\xf7\xf7\xb0\x3d\x2a\xa1\xfe\xfd\x24\x7d\x56\x83\xbe\x73\xaa\x2f\x39\xa6\xd5\xc6\xb1\x1d\x9d\xdf\xfc\x2d\x31\x06\xa0\x9d\x84\xba\x2b\xa4\x6d\x07\xb9\xdd\x12\x89\x24\xeb\xec\x02\x77\x02\xee\xa4\x71\x4d\xe4\xdc\x16\xda\xee\x49\xa8\x12\x8f\x20\x92\xf1\x87\x34\x19\xd3\xe6\x29\x1f\xa0\x63\x73\x11\x0c\x10\xb9\x01\x8e\x5e\xeb\x73\x0b\x2d\x1e\x22\x43\xbc\xec\xee\xfa\xef\x33\xd6\xa3\x59\x75\x85\xd8\x8d\xcb\xf2\x12\x65\x32\x72\x72\xb9\x7d\xa9\xa4\x12\x31\x0a\x54\x8a\xd4\xbd\x0d\x20\x0a\xd9\x03\x04\x9d\x99\x31\xc4\x98\x4e\xa6\xb0\x3b\xba\xb7\x56\xfc\x24\x80\x1b\x2d\xe5\xe8\x82\xaf\x8d\xc6\xc6\x34\x50\x7e\x7d\x01\x3b\xa3\xac\xa6\xe1\x05\xd6\x02\xee\xcc\x88\x7d\xc6\x72\x47\x52\xf6\xb3\xcf\x53\xd3\xb5\x9c\xdc\x02\x52\x90\xb4\x15\xb3\x75\xfe\x99\x02\x1f\x28\xc5\x64\x91\x40\xe2\x81\xfa\xa9\x60\x84\xcf\x22\xe3\x5e\xea\xbe\x1d\x96\x0a\x1d\x81\xd5\x48\x75\x3a\xc6\x7e\x3c\x34\xdc\x5c\xb3\x26\x7c\x9f\xf3\xfe\xd9\x4a\x77\x39\x18\xe7\x0d\x99\x91\x97\xed\x82\xab\x50\xd5\x0b\x02\xa1\x08\xa3\x64\xc8\xa4\x22\x42\x6f\x31\x8d\x5b\xd1\x0e\x02\x45\x8c\xaf\x3b\x06\xaf\xbe\x00\x14\x73\xfe\xaa\x06\x55\x97\xbb\x9f\x48\x79\xc0\xb5\x2c\x67\x82\xeb\x27\x97\x72\x9c\x24\xcb\x7a\x1a\xbb\xeb\x90\xda\xce\xef\x81\x87\xef\xe9\xf1\xe6\x57\xcc\x8a\xb1\x74\x73\xdd\xb9\xd0\x54\x1d\x8d\xb2\xe5\x71\xcd\xa9\x71\x9d\x1b\x39\x88\xb3\x6d\xbb\xf4\x62\xd3\xa3\x3a\xd7\x65\x9a\xe9\x57\x0a\xd7\x30\x60\xdd\x8c\x3a\x27\x07\xbd\x21\x5e\x99\x95\xf6\x22\x52\xae\x1b\x0b\x6f\x88\x44\xcf\xac\x68\x9e\xb7\xf7\xc8\x1f\x1b\x8f\x82\xdb\xfe\x9a\xb4\x6a\x1c\xb1\x64\x4c\x0a\xc9\x71\x54\x3d\x66\x40\xf5\x71\xe5\xe4\xe5\xa6\xa9\xf5\x6e\x46\x85\xc4\x61\x68\x3c\xe0\xff\x8c\x89\x7f\x23\x24\xe6\x32\x89\x61\xa6\xe7\x86\x46\x8d\x27\x5f\x91\xf4\x7d\x0f\x7b\xbf\xa5\xef\x7b\xf6\x7d\x8f\x50\xef\x81\xc5\x3c\xb9\x16\xa0\x5b\xaa\x4c\xe5\x28\xaf\xe7\xa8\xd7\xa3\xa3\x1d\x74\xd5\x27\xc8\x28\x09\xe0\x62\x60\xa4\x81\xc7\x17\xc9\xdb\x8d\x4c\x3e\x35\xb7\xce\x5c\x42\xc4\x9a\x18\xba\x0a\xe3\x7b\xef\xf6\x70\x78\x9e\x59\xc0\xd7\xa3\xa3\x1c\x26\xf5\x2c\xd0\x5e\x49\x2b\xf2\x2f\x2b\xbe\xd2\xbf\x23\xe9\x9d\x6c\x70\xc9\x3d\xcc\xf4\x65\xdc\x30\x5f\x3f\xb9\x85\xd4\x6d\x8d\x94\xf2\x5b\x43\xc4\x68\x96\x25\xab\xcf\x42\x43\x42\x6f\xd4\xef\x44\xba\x0c\xd9\x01\x7a\x67\x7d\x00\xdd\x85\xeb\xfd\x33\xcb\xda\xdc\xdc\xcb\xb5\x0e\x1c\xd2\xa4\xee\x8d\x78\x4e\x29\xaa\x38\x5f\x8f\x8e\xf2\x74\x65\x7a\x90\x33\xc8\x17\x51\xab\x5c\xe1\x55\x31\xe2\xd2\x30\x49\x74\x6c\xa6\xcd\x24\xb1\xab\x45\x65\x9e\xc0\x7d\x04\x9c\x6c\x81\x4a\x1c\x7a\x39\xdd\xb6\xf4\x49\xf3\x99\x55\xf5\x97\x03\xcd\xa1\x6e\x83\x66\xf3\xcb\x12\xb1\xcf\x14\xd3\xac\xfd\xec\x53\x26\x59\xbb\x3b\x6b\xe0\x39\x93\xf0\x9d\xd9\xa9\x68\x8f\xd0\x76\x51\xd6\xbe\x23\x0b\x03\x13\x19\x40\x52\xdf\x8d\xf5\x29\xa6\xd0\x27\x21\xa4\x30\x8b\x4a\xed\xa0\x72\xb3\xa9\xee\x0c\x20\x53\x8c\x4e\x77\x3f\xeb\x3c\xca\xb4\x3e\xfa\xff\x2c\x2e\xce\x27\xff\x6f\x7a\xf6\x36\xed\xf7\x24\xc6\x48\xc4\xfe\x06\x61\x81\x74\xf6\x8c\xe3\x76\x2f\xc6\x0b\x9d\x8e\x3a\x26\x99\x3c\x26\x02\x0d\x37\x33\xd7\xdd\x31\xd2\xc2\x6e\xd9\x60\xd5\x6c\x7e\xfb\xe7\xe3\xd9\xc9\xe5\x1e\xdb\x32\x9d\x24\xc9\x31\x5d\xa7\x01\x7e\xe0\x80\x3e\x24\x5d\x17\xe6\x1f\x74\xb5\x1b\xc2\x42\x90\x35\xed\x18\x5c\x72\xc3\x36\x85\x69\xe9\x00\xb6\x1c\xad\x34\x4c\x4f\xa3\x53\xe6\xcb\x20\xf6\x27\xbb\x32\xd3\x4e\xbb\x2c\x2f\x2d\x99\xb9\xdd\xeb\x37\x1b\x60\x15\x94\xe4\x2d\x8e\xa9\xbf\xb9\x82\x6d\x14\x16\x8b\x5a\x6a\x0e\xfa\x88\xa3\xf4\xa7\x4e\x8b\x76\x26\x26\x37\x29\x8e\x41\x0c\x49\x8b\x19\x9a\x9d\x74\xd2\x0d\xc7\xe7\x4e\x37\x76\xff\x62\xf1\xf2\x48\x16\x22\x3a\x31\x33\x53\x24\xdd\xab\xed\x4c\x45\x61\xcd\xfb\x57\x17\x27\x17\xc9\x55\x68\xe8\x8f\xf6\xeb\x31\xfa\xe3\x5b\xdd\xed\x74\x2f\xe2\x1f\x09\xa5\x9e\x93\xa8\x98\xec\x78\x5b\x77\x75\x61\xeb\x8b\xc6\x2b\x17\x1a\x0d\x9c\x5f\x87\xb7\x64\xef\xfe\x63\x0f\xe8\x9d\x49\x25\x45\xd3\xb3\x59\xee\x26\x55\x93\x5e\x8a\xb7\x24\x6b\xb6\x3d\x46\x1f\x70\x2c\x99\x27\xc4\xf6\x83\xfd\xff\x87\xb1\x5a\x00\x3e\x08\x89\x25\xf1\x3f\x74\x2b\x2c\xb1\xc3\x57\x6f\xe7\xab\x0e\x7d\x3d\x3a\xca\x21\xa9\x9c\xb3\xa4\xcc\x37\x41\xa8\xd4\x0b\x40\x3d\x4e\x1f\x31\x6e\x9f\x1a\x34\xed\xf3\x9a\x56\x89\x5b\xf2\x03\xde\x92\xfa\x56\x66\xfd\x0b\xc1\x4d\xd7\xd5\xb7\x84\xc6\xf7\x2f\x0b\xcd\x17\x74\xb5\xf6\x4f\xcb\x98\xca\xf8\xe5\x8b\x17\x69\x23\x07\xf3\xe4\xf0\xdb\xec\xc9\x2b\x26\x65\x08\x9c\xf9\x37\x90\x5e\x47\xfb\x0b\xa1\x01\xbb\x13\x0b\x5d\x5b\xf3\xf2\xc5\xe1\xdf\x8e\x19\xd7\xdd\x4b\xf5\x7d\xa0\xb5\x6f\xfd\x10\x87\x61\xf3\x5b\x87\x7f\x7b\xd1\x0a\xd6\x8b\x3f\x97\xdf\x1a\xb6\xc2\x3c\xcf\xb6\x9a\xc6\x0e\xc5\x9a\xef\x8c\x93\x0d\x6d\x22\x32\xe6\x36\xbc\x94\xe7\x77\xc3\x6b\xcd\x22\xe8\xf2\x61\x41\x2a\x6d\x3f\xac\x08\xaa\xfd\x88\x25\xd9\x95\x2e\xcf\xad\x0b\x98\xe7\x25\xd2\xa6\x3e\xbe\xf6\x7d\x84\x72\x6a\xef\xfe\x45\x49\xa8\xfc\x4b\x5e\x2c\xe5\xdf\x9a\x65\xb1\xf3\xed\x82\x00\x1a\xdf\xae\x70\x7d\x07\xec\x12\xab\x6b\xea\xfe\xf3\x96\x48\xac\x17\xb1\x88\x80\x06\x73\xce\x7c\x10\xe2\x91\x6f\x81\x6d\x5c\x2a\x00\xd0\x3b\x0e\x21\xdc\x62\x2a\x75\x32\x9d\xb9\x76\xbb\xa9\x1f\xfa\xf4\x97\x85\x6e\x27\xf9\x43\xd2\x9d\xc3\xd1\x1d\xfd\x4e\x78\x69\x2d\xb4\x17\x47\x01\x96\x60\x5a\xde\xea\xee\xe8\x5f\xf9\x2b\x9a\xfd\x2e\x0a\x2f\x78\x9c\xe9\x0d\xbd\x79\xe6\x09\xc3\xa9\x28\xe1\xd4\x3e\x35\x8e\x5f\x2c\x51\xd7\xa3\xa3\x8a\x0c\xea\xc3\xa0\x9f\xf6\x0e\xe1\x46\x3f\x94\x6c\x89\x34\x97\xeb\x99\x24\xa1\xa4\x0f\xe9\xf4\xd7\xcc\xe1\x50\x2b\xb6\xf0\x71\xa8\x6b\x5e\x7e\x67\x14\x3c\x7c\x87\x39\x78\x66\x81\x37\x3f\x74\x93\xaa\x19\xb6\xe2\x5e\xb4\x19\xc8\x5e\xb7\x57\xc1\xb6\x9e\xdb\x01\x08\xe5\xcd\x1d\xe3\x08\xfb\x44\xd6\x7a\x0f\x0a\xe1\x75\x5d\x7f\x2d\xdb\x97\x64\x76\x76\xb2\xb8\x3d\xdc\xe7\x0c\xd8\xfa\x96\x22\x2b\xbb\xb6\x6e\x75\xda\x82\x2d\xe9\x83\x67\xd3\xfb\xf4\x90\x2f\x91\x64\x37\x40\xbb\x25\xda\x0e\x39\x54\xb6\xc4\x64\xae\x74\x0d\x8f\xe6\x2c\x50\x80\xf6\x61\x92\xad\x8f\xd4\xed\xd3\xcf\x4e\x16\x19\x01\x7a\xc7\x4e\x6d\x67\xb4\xfc\x36\x35\x62\x41\x37\xe6\x0c\x31\x44\x1b\xa6\xc0\x52\x5c\x44\x92\x6c\xc9\xef\xd5\x66\x22\x7d\x6e\x30\x78\x77\xfa\x6a\xa1\x37\xe5\x5b\x7b\x7d\xd1\x4e\x4b\x7f\x7a\xfc\xb2\x6a\x09\x61\x29\x3c\x96\xe0\xd5\xe3\x0e\x8f\x04\x9d\xd6\xa6\xb9\x25\x16\xd7\xa3\xa3\x32\x81\xf5\x13\xbb\xf5\x55\xc0\xe9\x2e\xaf\xf6\x32\x60\x1d\x86\xa6\x7e\x9b\xbe\xd1\x8d\xdf\xcf\x75\x9f\x84\x7d\x20\x5c\x99\x77\xf7\xfa\xfe\xf3\xad\x27\xd6\x22\xeb\x56\x50\x49\xeb\xf7\x04\xb3\x52\x60\xba\x8d\x9a\xb5\x00\xe7\x64\xc6\xe7\x4f\x13\xdf\x99\x72\x1d\xd6\xc5\xd0\x50\xbd\x1e\x97\xe2\x6e\x2d\x05\x41\xb3\x9a\xd3\x72\xcc\xc6\x1a\xfe\xa4\x38\x25\xbd\xc7\xb6\xaf\x90\xfa\x0c\xe5\xe4\xce\x16\xdf\xcf\x59\x20\xe6\xc0\xd5\xdc\xed\xb5\x64\x6f\xf1\xfd\x82\xfc\xde\xf3\x5b\x42\x7b\x7f\xdb\xf7\x3a\x00\x76\x0b\x9c\x93\x00\x5e\x25\x47\xbc\xc7\x6c\xbb\xc5\xdd\xee\x28\x2f\x49\xe6\xc2\x82\x4c\xfb\xc3\xfe\x49\xa0\xf4\x04\x39\xd2\x09\xa6\xfa\xf5\x4e\xe2\x4e\x81\x3a\x1a\xc4\xd6\xc1\x77\x12\x9c\x16\x55\xb5\x4c\x3a\x49\x5f\x6f\xa7\xf7\xfa\x6a\x81\xb4\x6e\x4b\xeb\x5a\xfe\xd2\x60\xe5\x42\x66\xfd\xe0\x45\x84\xef\xba\x9e\x24\xec\x39\x94\x9b\x27\xbc\x22\xff\xcf\x67\xcc\xcd\x5d\x7b\xa0\xb0\x5e\x31\x0e\x25\xd1\x26\x76\x38\x75\x2b\xfb\x34\xbc\xed\x39\x44\x0d\xef\x74\x37\x94\xf3\xd4\x65\xdb\xc7\xdf\xb2\x67\xce\xef\x92\x16\x2b\x99\x23\xd8\xd8\xf0\xc0\xbe\xee\xd9\x82\x31\x6f\xc5\xb8\xa7\x35\x18\x87\xd9\x95\xe1\xcf\xb5\x15\xec\x67\x6c\x2d\x5e\xad\x5a\x13\xb4\x42\xe6\x7a\x74\x54\xa5\x51\x77\x42\x68\x40\xb2\x5d\x8a\x66\xa1\x05\x41\xcb\x46\x17\xa9\xab\xb6\x78\x5d\xd7\x08\x24\x62\xb5\x5d\xf4\xda\x48\xd6\xa4\x51\xea\x5e\x95\x11\x93\x3d\xc5\xd0\x0e\x48\x4b\x36\x89\x4a\x3e\xf6\x2e\xde\x2c\x7e\x6c\x26\x31\xeb\xc8\x29\xc4\x26\x69\x2f\x63\x96\x5e\x22\xfa\x92\xdc\x16\xa8\x9b\xc8\xcf\x5c\x9b\x6c\x22\x0e\xd5\xc8\x41\x9f\x46\x4d\xbb\x60\x39\x19\xf0\x45\x55\xf3\x4e\xa3\x28\x24\xd9\x1d\xb9\xd3\x2c\xee\x82\xb4\x82\xe9\x24\x0e\xfb\xe3\xe9\xf1\xcb\x9c\x21\x7e\x16\x53\x7b\x41\xfa\xf3\x31\x2a\x81\x39\x7d\xb3\x40\xe7\x89\x1a\xa4\x35\xbd\x0d\xb0\x12\x48\xdd\x32\xff\xbf\x64\xdc\xdb\x74\x1a\x67\x61\xbc\x05\x7b\xe7\xfb\xee\xa0\x40\x03\x8c\xd9\xc5\xbc\x36\xcc\xd2\xe8\xa2\x9a\xcf\xdf\x6c\xc5\x1b\x78\x98\x9d\xf4\x71\x56\x0d\x84\xbe\xbb\x65\xf3\x75\x1b\x0f\xbb\x49\x89\xd7\x64\x8d\x97\x0f\xb2\xe3\x96\xb2\xe6\xab\x4c\x70\xdf\xbe\x68\xc0\xf9\x6a\xc3\x59\xbc\xde\x44\x71\xed\x12\xd4\x82\xf1\x2d\xb6\xf8\x3d\xce\x30\xd7\x91\x3e\xba\x24\x02\xbd\xb6\x6d\xb8\xe7\x31\x8f\x98\x00\xb4\x58\x9c\x8c\xcd\x1b\x5f\xd7\xbf\x61\xbd\x55\xdf\x14\x9a\x99\x00\x4c\x92\x73\xbe\x21\xeb\x0d\x92\x29\xe9\xa5\xe3\x51\xc2\x0e\x2d\x58\x5d\x42\x20\x08\xa3\x10\x20\xa5\x9c\xe9\xc8\xc2\x4f\x5e\x39\x66\x61\x80\x7e\x3c\xb1\x8f\x65\xf2\x38\xe3\x2b\x4a\xc3\x65\xea\xb5\x61\xcf\x2b\xd7\x51\xe9\x98\xb2\x8e\x59\xc5\x8f\xbe\x6e\xf3\x51\x4f\xfe\xe5\x47\x22\xec\xb0\x32\x92\x9b\xa5\xf9\xaf\x84\x5f\xfd\x2a\xe3\x72\xe1\x4d\x59\x7d\xb3\x25\xe3\x73\x76\x6d\x1d\x7d\xdd\xe6\x64\x71\x1d\x55\x0e\x14\xcb\x5f\xaa\xf5\x9f\x1d\x96\x1f\x09\xbf\xfa\x48\x1e\x3e\x46\x2b\xfe\x2c\xa1\xa0\x2e\x0e\xd7\x78\x66\xe3\xf0\x6e\xea\x23\x82\x75\xb1\xc6\x86\x73\x0a\x47\x3c\xc2\x11\xde\x70\x9b\xd5\x92\x7b\x59\x0d\x8d\x35\xee\x9b\xca\x6e\x4b\x29\xe6\x5a\x64\xe1\xa8\xde\xe3\xaf\x0f\xe8\xec\x38\x4c\xad\x0b\xa0\xbb\x4d\xa9\x7b\x5d\x6a\x58\x72\xeb\x97\x42\xf7\x1a\xdb\xb4\x0c\xec\xda\xbc\xb7\x89\xf0\xd4\x1e\x34\xd5\x9f\xae\x38\xe3\x28\xb5\xe1\xe0\xf2\xf6\xa9\x3e\x0e\x69\x7f\xd8\x2f\x39\x91\x43\xc4\x41\xe8\xa2\x5c\x4c\x95\x6b\xe5\x59\x6f\x29\xdb\x25\x98\x34\x31\x6d\xb0\xd5\xd6\x53\x59\x49\xe5\x9d\x45\x91\x32\x99\x04\x4c\x06\x6c\xa0\x8d\xe6\x9d\x8e\x2b\x72\xce\xda\x37\xf5\x7e\x34\x04\xf4\xf8\x69\x0e\x19\x48\x4e\x7c\x71\xcc\xc2\x10\x7c\x59\x4c\x08\xac\x49\x22\x5b\x73\x4c\xe3\x10\xab\x39\xd2\x3e\x97\x2c\xff\x51\x0f\x6f\x6b\x6b\xd0\x7c\xd4\xad\x57\x4f\x8b\x9c\xa7\xcc\x81\xf1\x20\xca\xa8\x2b\xe7\x96\xe6\x66\xc8\x64\xa3\x60\xf6\xb2\x63\x24\x00\xd0\x3b\xbf\x70\xb3\xe6\x70\xe9\x13\x99\x38\x3d\x2c\x3c\x4b\x93\x9f\x2a\x4b\xe9\xd4\xad\xd5\xe5\x47\x0d\x64\x0c\x9a\x24\xd1\x06\xf5\xeb\xd1\x91\x83\x73\xd5\xc2\x97\xa7\x14\xcb\xa7\x14\xcb\xa7\x14\xcb\xa7\x14\xcb\xa7\x14\xcb\xa7\x14\xcb\x4e\x29\x96\x4d\xee\x15\x6a\xf0\x60\xdc\xc1\xf3\x2a\xb4\xce\xae\xcd\x8e\x4d\xcb\x53\x06\xe8\x53\x06\xe8\x53\x06\x68\x4b\xa9\x7e\xd2\x0c\xd0\x65\xde\x64\x76\x3b\x6a\x2b\x58\x5b\x27\x70\x3f\xc4\x42\x10\xff\x2d\xc3\xc1\x2b\x1c\xaa\x3d\x37\x3f\xc7\xdb\xcf\x28\xd1\xa9\xbd\x33\x04\x90\xee\xf3\xb7\xb4\x48\x09\xd3\x70\x4e\x71\x32\xdd\x40\x74\x3f\x05\xec\x0c\xbc\x86\x67\xfa\x1c\xff\xe4\xbc\xf6\xfc\xa2\x85\xa3\xf9\xee\xd8\x38\xc5\x38\x08\x38\x88\xfa\x8b\x08\x92\x76\xfc\x66\x4c\x2f\xa0\xc2\xb3\x9f\x3c\xcf\xda\xaa\x9c\x9c\x2f\x50\xc8\xd8\x4d\x31\x6c\xd5\xa3\xca\xbd\xfd\xe8\xd7\xa3\xa3\x22\x05\xfa\xd4\xdd\x89\x91\x9b\x89\x51\x7c\xcc\x21\x20\xd5\x53\xd5\x0e\x4c\xcc\x9d\xea\xbe\xbb\xfa\x1a\xfd\x44\x43\x35\x31\x21\xe8\x97\x56\xba\x8c\xb9\x90\x78\x19\x82\x17\x01\xd7\x1b\x43\xea\x83\x97\x9e\x9a\x79\x71\x02\xde\xdb\xb2\x00\xcc\x0e\x78\x8c\x6e\xb5\x0f\xac\xaf\x5f\x53\x84\x5f\x79\x0a\xff\xec\xac\xad\xef\x29\xf5\x7e\xb9\xa9\x3d\x48\xb9\x1e\x1d\xe5\x59\x68\x36\x6a\xbb\x88\x73\x8a\xf6\x29\x65\xfd\x29\x65\xfd\x29\x65\xfd\x29\x65\xfd\x7f\x46\xca\xba\x38\x21\xc2\xb8\xdc\x8e\x4d\xde\x2e\xf6\x38\x61\x38\x87\xbb\x89\x97\x10\x82\x3c\xd5\x97\xdd\x94\xbb\x5a\x34\x8c\x55\xea\x39\xd2\xc2\x25\x21\xbf\x03\xfa\x60\x87\x4b\xae\x86\x2e\xc5\x16\xc9\xef\x84\xae\xd3\x9b\xf8\x42\xc8\x77\x3d\x6a\xa3\xcd\x35\x71\xc3\x2a\xd8\xd4\xcb\x50\x48\x99\x60\x88\xfd\xa9\x78\x7f\x73\xbd\xce\xfe\x1b\x24\xd3\x3f\xa5\x8b\x3f\xa5\x8b\x3f\xa5\x8b\x3f\xa5\x8b\x3f\xa5\x8b\x3f\xa5\x8b\x3f\x65\x57\xa7\x8f\x9f\xb2\xab\x9f\xb2\xab\xff\x87\x65\x57\x4b\xec\xba\x04\xfc\x8b\x72\x56\x25\xe6\x6b\x90\x9a\x9b\xd3\xcb\xf3\x2f\x21\x4e\x6c\x30\xb2\x9e\xc8\xb0\x51\xe2\x56\xa0\x9d\x6c\x7a\xca\x93\x7f\xca\x93\x7f\xca\x93\x7f\xca\x93\x7f\xca\x93\x7f\xca\x93\x7f\xca\x93\x7f\xca\x93\x7f\xdc\x3c\xf9\x62\xfc\xb8\xc8\xf6\x6a\xea\x90\xfb\x14\xb6\xea\x86\xb6\x49\x13\x68\xf0\x0c\xeb\x52\x18\xdc\x27\xe9\xcd\xa1\x6e\xfb\xe3\x10\x37\xaa\x17\xfb\x84\x67\xe9\x32\x48\x6e\xb0\xd4\x2d\x93\xd3\x4d\x9b\xee\xfe\x5d\xdd\x11\xb7\x6b\x81\xdd\x7f\x1c\x3d\x4c\x25\x01\xf9\x95\x3b\x0d\xa4\x36\xc1\xd8\x9c\x18\x4d\x83\x2d\xa1\x59\xe6\x5a\x1f\x37\x34\xb9\x5e\x75\xf0\xf3\x86\xb4\x73\x33\xa6\x0f\xe8\x5d\x5e\x47\xd2\x2b\x5d\xb3\xc3\xb6\xb5\xbe\x35\x4e\x9f\x6e\xe5\xdf\xf4\x98\x28\xfc\x3d\xf9\x2a\x37\x88\xc7\x56\x5e\x02\xa9\xdb\x46\xb2\x80\x5a\xf5\xcc\x6d\x5f\x64\xae\x47\x47\x4e\x72\xf7\xb9\x1d\xc0\x29\x6f\x97\x18\x07\x9c\x4b\x3a\x4c\x59\xd0\x73\xe5\x08\xe5\x35\x15\x2d\xb1\xf2\x8f\x52\x2d\x16\xed\x6f\x1c\xda\x63\x08\xf7\x0c\x9a\x4d\xcf\xda\x4c\x1c\x2c\x25\xf6\x37\x73\x9d\x36\xf7\xe8\x5b\x5c\xe7\x8c\xcb\xbc\x0a\x7d\x4d\xca\xf4\xf2\x7c\x9f\x03\xca\xe4\x9a\xe8\x3d\x41\xec\x7b\x52\xab\x60\xcc\xb3\xab\x42\x5f\xb1\x98\x06\x78\xe7\xfd\x67\x4e\x90\x6a\x27\x3e\x0d\x02\x46\xe7\xc9\xe5\x00\x9d\x4f\xa5\x8b\x9f\xf7\x9c\x72\x15\x4d\x69\x96\x61\x83\x6c\x9a\x78\xde\x81\x97\x8d\x3c\x1a\x70\xde\xeb\x2c\x8e\xe9\x59\x7e\x55\x63\x2b\x84\xb3\x39\xd8\x71\x92\xef\x86\x57\x3b\xa3\xeb\xf4\xa0\x7e\x7a\x87\xcb\x19\x5d\x73\x10\xb5\x89\x67\x8d\xab\x21\x8e\xa2\x33\xa8\x46\xe5\xfb\xa4\x96\xac\xe2\x30\x4c\x62\xe5\x92\xa1\xa9\x85\xdc\xe9\x48\xa9\x19\x54\x13\x05\x73\x0e\xb7\x04\xee\x1e\x8f\x10\x94\x8c\x30\x1c\x41\x29\x48\x37\x61\xb1\x64\x0b\x1f\x87\xbb\xfd\x9c\x36\x44\xa5\x97\x8f\x98\xd4\xb7\x24\x05\x32\xc9\xf1\xed\x7a\xf6\xd7\x1a\xaa\x93\x34\x1f\xb8\x34\x4d\xff\x07\xa1\x4d\x2d\xaa\x76\x97\xab\x9d\xcf\x20\x40\x1c\x7c\xc6\x03\xcd\xec\x4b\x16\x4b\x40\x7f\xf9\x1a\x11\x8a\x18\xd7\xd7\x8b\x32\x24\x58\x78\x6b\xae\xb8\x39\x39\x5f\xbc\x38\x44\xfe\x06\x87\x21\xd0\x35\x1c\xa0\x33\xc6\x01\x11\x9a\x95\xd2\xd9\xf0\xc8\x4a\x99\x25\xf4\x6e\x03\x1c\x32\x3f\x4e\x51\x62\xeb\x59\xf9\x01\x61\x3a\x7d\x69\x52\x58\xe0\x27\xd8\xdf\xc2\x24\xa0\xe2\xc5\xe1\x84\x2b\x54\xfe\xf2\xf5\xe4\x2b\x01\xd2\x8b\x23\x0f\x7b\x04\x6f\x3d\xce\x42\xe8\x97\x3e\xf5\x29\x09\xaf\xba\x8d\x43\xd1\x7e\x3d\x3a\x52\x4c\xad\x4f\x7a\xd1\xa5\x8d\xbf\x60\x59\x7f\x55\x76\xa3\x8d\x83\xe5\x4e\xdb\xd8\x56\xcb\x28\xdc\xa1\xd3\x57\x0b\x74\xbc\x98\xa1\x67\xa7\x21\x16\x92\xf8\xe8\x55\xc8\xfc\x1b\xb4\xd0\xf7\x80\xa6\xbe\xaa\xfe\x1b\xaf\x01\xcd\xa8\x04\xbe\xc2\x3e\x3c\x47\x01\x27\xb7\x3d\x27\xda\x60\x83\xbb\x39\xb4\xea\xb7\x7a\xc0\xbd\x04\x4e\x71\xd8\x90\x3b\xde\x86\xc3\x38\xb0\x9e\x71\x02\xcf\x0b\xa8\x40\x11\x67\xff\x04\x5f\xa6\x57\x26\x69\x0b\x63\x0a\xb8\x52\xd5\xee\xc4\xcb\x3d\x86\x71\x52\xbf\x12\xb5\x99\x7a\x8d\x5c\x23\x5b\xbc\x86\x57\x31\x09\x1b\xae\x44\x6f\xc5\xb6\x30\x64\x77\x06\x5f\xbd\xbe\x9c\x1e\x5f\x66\x7a\x91\xe9\xc2\x25\xac\x89\x90\xfc\xe1\xb9\x5d\x80\x0e\xd0\xd5\x86\x08\x44\x04\x8a\x05\xac\xe2\x50\x03\x58\x2a\x74\x08\x5d\x8f\xf5\x5f\x70\x8f\xb7\x51\x08\x63\x84\xd1\xf1\x4c\xa7\xf9\xea\x4b\x99\xb1\x44\x14\xc0\x18\x97\x28\x16\x1b\xa4\x29\xd1\x7f\x9e\x1e\x5f\x76\x93\xc5\x17\x86\xbb\x53\x50\xf7\x97\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\xc7\x70\xd2\x95\x87\xdc\xfb\x22\x37\x37\x90\x1a\x77\x7c\x47\x4a\x6c\xdd\x05\x5b\x85\x6e\x1f\x15\x0e\xd4\xde\xb5\xf5\xc9\x7a\x46\x3b\x75\x7d\x8b\xef\xe7\x9c\xf8\xb5\x7b\x62\x1a\x6f\x97\xd5\xb3\xcd\xf4\x80\x85\x51\x14\xc0\x16\xd3\x00\x45\x1a\x8a\x73\x0c\x46\x4f\xf4\x3b\xaf\xb0\x80\xb6\xe5\x14\x35\x03\xba\xcf\x3b\x93\x01\xe6\xc0\x7d\xa0\x12\xaf\x61\xba\x64\xb7\xb0\xc7\x78\x05\x1d\xba\xd4\x37\xd5\xbd\x7b\xe1\x1d\xbe\x78\xf1\xbe\x93\xb9\x6b\xf8\x32\xa3\xe9\xf0\x85\x9b\x2a\x11\x31\x39\x0d\x43\xe6\x6b\x9f\x6a\x21\x39\x96\xb0\xee\x15\x69\x50\x90\x12\xad\x9e\x33\x56\x4d\x24\xee\xc1\x8d\x43\xef\x65\x3f\x66\x38\x3e\xcc\x78\xf1\xb2\xaf\x5d\xad\x6b\xb5\x93\xea\xf7\x2e\x7d\xec\xa8\x4e\x8d\xdc\xdd\x2d\xc4\x01\x0d\xa4\x3b\xb4\xf8\x4e\xf7\x44\x4d\x4f\x56\xd2\x0c\x48\xf5\x38\xab\xa0\xea\x70\xcd\x6f\xd3\x60\x95\xd4\xc6\xd2\x28\xd7\xa3\xa3\x22\x3a\x0d\x1d\x4a\x16\xaf\xdb\xc5\x3f\x74\xd0\x6a\x76\xf2\xf9\x52\x77\x0c\x06\x20\x50\x26\x3a\x94\x9c\x29\x22\x7b\xa3\xab\x4d\xac\xea\x97\x8e\xd8\x6b\x00\xe7\xfc\xbf\x23\x72\xf3\x96\xf9\x38\xdc\xcb\xed\xd4\xe8\x20\x5c\xc2\x01\x29\xdd\x0e\x0d\x22\xf9\x24\x49\x74\xce\x64\x72\x05\xa1\x4d\x2d\xa8\xf4\x7f\xea\x96\x0d\xf3\xf8\x08\x64\x76\x48\xf2\xd8\x5d\x98\xa5\x58\xb9\xd8\x60\xbe\x5f\x59\x96\x25\x45\xf7\x11\x2a\x12\x23\x34\x6c\x84\xb7\x8c\xae\xb5\xdb\x92\xe1\xaa\xf6\xf3\x7d\x93\xb6\x87\x1f\xb0\x8e\x57\x9d\xcc\x76\x36\x8b\xdd\x2c\x76\xea\xf0\x20\xb6\xd3\x67\x54\x72\x16\x8a\xca\x8c\x6a\xc8\x21\x6e\x73\xdc\xd6\x16\x66\x8d\xf1\x5b\xfc\xd8\x2e\xf8\x1b\xb2\xbd\x42\x9e\xb3\x15\x52\x8b\xd2\x9d\xda\x51\x29\xf1\x69\x31\x2f\x16\x3f\x96\x6c\x7b\xc4\xd9\x2d\x09\x20\xb0\x1b\xaf\x60\x8c\x98\xdc\x00\xbf\x23\x02\x10\x91\xea\x29\x59\x53\xc6\x21\x38\x40\x17\x34\x7c\x40\x8c\x02\x62\x2b\x34\x8f\x97\x21\xf1\xdf\xc0\xc3\x1c\xcb\xcd\x38\xfb\x53\xe7\x9a\xa6\x7f\x9d\xe3\x2d\x24\xa1\xa6\x34\xf3\xba\x5b\x39\xc7\x17\x4c\x86\x3b\x6e\xa2\xa3\x3a\x0b\x51\xa9\x3f\xec\x5e\xe6\x50\x09\x02\xbe\x53\x74\x33\x2a\x99\x4d\xdb\x8e\x05\xa1\x6b\xb4\x58\x9c\xbd\x7f\x36\x21\x4a\x2f\x83\x58\xe7\x4d\x7c\x25\xc4\xc6\x33\xbb\xea\x6e\xc1\xc7\x9a\x71\x73\x6b\x7f\xcd\x30\xd7\xa3\xa3\x3a\xdc\xea\x63\x7f\x51\xc2\xdf\x3d\x92\x0f\x8d\x8c\xd0\x0d\x68\x44\x97\xa0\x16\xd2\x2c\x1f\xda\xa0\xa2\x30\xbb\x81\x07\x7f\x83\x09\x3d\x40\x79\x85\xd2\xe6\xc3\x4c\xdb\x5b\x1c\xc6\x90\xd7\x93\x4e\x8c\x7b\x44\x34\x9a\x59\xd7\xe2\xac\xb3\x25\xfb\xa8\x52\x72\x42\x75\x86\xf8\x17\xc2\xca\xc7\x44\xa9\x99\xad\xca\x1c\xec\xc1\xd6\xab\x0d\xa0\x08\xcb\x4d\x82\xa9\xc2\x31\xda\x4b\x45\xac\xe9\x4b\x49\x09\x72\xb7\x45\x5f\x8f\xfe\xff\xe4\x40\x88\xcd\x84\x04\xff\xe0\x02\x1f\x44\xf1\xf2\x7a\x94\x37\x80\x6a\x80\xfd\x84\xf2\x69\x09\x32\x59\xa1\x15\xa2\xcc\xe3\xdd\x84\xb9\xf7\xc7\xba\x14\x62\x91\x4f\x08\x9c\x3d\x72\x11\x5f\x5f\x87\x49\xaf\xfc\xb5\x5a\xe9\x34\xa0\xb5\xa6\x61\x37\x07\x9c\x6b\xd7\xc0\xc1\x3d\xed\x93\x66\xe5\x56\xc5\xa5\x5b\xe7\x94\xed\x73\x1e\xdf\x05\x7a\xc1\x27\xbb\x88\x80\x63\xc9\x78\x2b\x7f\x2c\x65\xc0\x0f\x61\x7c\x3f\xe5\xd5\x2c\xb3\x4f\x57\x50\x92\xed\x15\x7d\x93\xb1\x89\x42\x42\x01\x61\xbe\xd6\xa9\x6c\x22\xbd\xfd\x4b\xa1\x8a\x02\x0c\x5b\x46\x3b\x4d\xf7\x7e\x23\x38\xe7\x5d\xc6\xb7\x1f\x21\xdc\x26\x1c\xff\x37\xe1\x9f\x42\x19\xa5\x5a\xf2\x38\x1c\x2c\x8e\xe1\xe4\xa1\x82\x40\x64\xf2\xce\x19\xa6\x64\x05\xa2\xbe\x1d\x51\x1b\x0f\xf3\x58\x83\xd4\x6e\xae\x3e\x32\xd1\x72\xdc\x26\x90\x13\x23\xfe\x9a\x48\x74\x09\x11\x43\x8c\x9a\xc0\x4e\x18\x76\xe2\x42\xff\x51\x9c\x7c\xd0\xb9\xe2\x7b\x2c\xcb\x6a\x20\x0d\x43\x8d\x7c\x03\x10\x21\xc9\xb1\x7f\xa3\x36\x02\x0a\xb3\x3f\x09\x24\x1e\xa8\xaf\xf6\x12\xfa\x20\xe4\xef\x66\x7d\x22\x02\xc1\x6f\x31\xb9\xc5\x21\x50\xa9\xbe\xb4\x79\xd3\xca\xbf\xf5\xbc\x35\x91\x9e\xfa\xca\x93\x78\xad\x09\x35\x8f\x28\x93\x20\x3c\x0e\x2b\xe5\xbf\x28\xe0\x9d\xf8\xf6\x59\x11\x75\xb2\x5e\xb9\x62\x22\xc2\xf5\x87\x08\x2d\xd8\x7f\x6c\x62\x0c\x28\x85\x85\xee\x36\xc0\x75\x8f\x21\x2b\x76\xa3\x20\xa6\x1f\x78\x69\x66\x20\x38\x58\x1f\xa0\x55\x57\x4e\x0e\x35\xa6\x93\x29\x1c\x70\xa0\x76\x93\x7b\x6d\xd3\xa9\x90\x3c\xf6\xa5\x41\x43\x32\xa4\x80\x7a\xba\x8f\xd5\x96\x05\xa6\x76\xd3\xdc\x82\xa5\xf1\x0b\x20\x0a\xd9\x83\x76\xba\xb0\xc8\xde\xed\xb6\xa5\x7e\x84\x21\xdb\x95\x9e\xdf\x11\xb9\x51\x1c\xde\x97\x61\xc9\xaa\xdf\xdf\x3e\xd7\x43\xe9\xe9\xb5\xd5\xd9\xe8\x8a\xf9\x72\x4e\x2a\x17\x8f\x5c\x8a\xe6\x5c\x58\x53\x87\xa4\xdd\xb2\x3b\x88\x6f\x67\xa3\x5e\x8a\x85\x45\x7f\x8b\xe9\x57\x94\x9e\x84\x58\x66\xdb\x01\x96\x4c\x29\xdd\x77\x2f\xb5\x6a\x59\xe4\x31\x9d\x81\xca\xf6\x71\x88\x98\x20\x92\xf1\x07\x65\x95\x94\xd5\x6a\x9f\x8c\xfd\xe9\x31\x2b\xf8\x94\x73\x47\xfb\x94\x86\x1b\x07\x58\x1c\x75\x4a\x57\xee\xa4\x93\x19\xf8\x41\x64\x9e\x75\x56\xa9\x76\x55\x49\x33\xcb\x5a\xcb\xa9\x1d\xb4\x22\x6f\x4d\x65\x98\xb5\xe9\xdd\xbc\xf6\x53\x1a\x44\x8c\x50\xb9\x30\x8d\xed\x7a\x7a\x9f\xe3\xe2\xaf\xce\x52\xc3\x24\x4d\xa2\xca\x92\x0c\xad\xac\xdc\xbf\xfa\x63\xc8\xd6\x62\x54\x78\xf8\x7e\x00\xa7\x37\x77\x7b\x70\xe6\x9a\x82\x65\x4a\xd2\xee\xcf\x96\xfc\x6c\x63\x21\xd5\x86\xde\xec\x07\xcd\xb9\x4a\xd2\x8d\x24\x49\xd6\x31\xb5\xad\x40\x25\xd7\x30\x6d\xd1\x6f\x91\xf0\xa4\x97\x7b\x8e\xdc\xe4\x91\x22\xb2\x73\x13\xf7\x4f\x40\x43\xbe\x3e\xb5\x48\x4c\x43\xbf\xf3\x1c\x7d\x0d\x6f\x29\x92\x4b\xbd\xcf\x1b\x22\xc8\x83\xb4\x04\xd4\xab\xb8\xb6\x7d\x2b\x84\x75\x36\xd6\x43\xd2\x7e\xa6\x5f\x5f\xa0\xbe\x70\x1b\xdc\x83\x4e\x16\x2d\xe1\x8d\x73\xa5\xab\x4c\xf1\x41\xac\x9e\xae\xcb\x80\xba\x63\xf1\x5d\xd4\xef\xe2\x68\x3f\xe8\x25\xab\xa8\xeb\x36\xda\x98\x43\x16\xcb\x28\x96\x7b\x06\x37\x2f\x34\x10\x14\x10\x0e\xbe\x5e\x08\x93\x9d\x6c\xd2\xa3\x3b\x50\xff\x53\x28\xa5\xb7\x92\x0b\xf4\x6c\xad\x4b\xd4\x25\xa4\xbf\xd9\x6d\x71\xb7\x03\x8a\x47\x1d\x3b\xa7\xa4\x07\x93\xef\x7f\x8b\x89\x7f\x23\x24\xe6\xd2\x53\x8b\xbe\xa7\x9c\xb5\x9a\x83\x0c\x0e\xa6\x26\x7e\x0f\xa6\xb2\x95\x26\xe3\x3f\xd5\xa0\x68\xa1\x46\x4d\x90\x3d\x40\xc7\xe6\xe4\x09\xa3\x25\xc7\xd4\xdf\x8c\x91\xda\xc1\x31\x8e\x8c\xcb\x89\x36\xb8\x63\x29\xc6\xbe\x63\x39\x79\x60\xa2\x8b\x7b\x70\x40\x1f\xb2\x31\x8e\x7e\xba\x7c\x8b\xea\x31\xec\x44\x68\x1f\x90\x36\xc7\x54\x54\x3b\x08\xe0\x28\xf2\x02\xb8\x1d\xa2\xf2\xdf\x32\xcb\xa5\x42\x63\xe7\x6c\x1d\xda\x67\x0f\x40\x62\x12\x0a\xc4\x28\xc2\x28\xd3\xf4\x6c\xf2\x30\xbb\x70\xaa\x37\xca\xbe\x30\x0e\x82\x7c\xe8\x26\x73\x89\x7b\x39\xe9\x8f\x85\x4a\xc1\x46\x5e\x42\xc4\xda\x18\x48\xa3\xf5\x7b\x9e\xfc\xac\x89\xb4\xd3\x07\xc5\x34\x00\x9e\xb4\xe2\xb0\x78\x97\xcc\x3c\x51\x0b\xea\x1d\x09\x43\x73\xba\xac\xa6\x99\xda\x9d\xfc\x87\x8e\x98\x41\x30\x36\x41\x88\x2d\xee\xbc\x58\x0f\x87\x0a\xde\x46\x7f\x77\xa2\xe3\xf6\x5f\xb6\x98\xec\x1b\xa5\xd3\x30\x2c\xb2\x09\x42\xc9\xfe\xcc\x9a\x22\x7f\x83\xe9\xba\x63\xb3\x9d\x8e\xa0\x9d\xe4\xad\xc2\xf8\x7e\x80\xe3\xc1\x6c\x09\xcb\x0b\x46\x47\x64\x9a\xa4\x72\xc7\x95\x4c\xe8\x38\x0b\x4d\x4d\x3a\x2b\xc5\x80\x43\x3b\x39\x14\x61\xb9\xf9\x7c\xd1\xfd\x4b\xb5\xbd\x27\xb7\xe6\xbc\xd2\xdc\x97\x60\x73\x9c\x4a\xfb\x77\x43\xb6\xfd\xe1\x22\x12\x59\x24\x40\x53\xbc\x65\x54\xbd\xa7\xd4\x62\x45\x68\x80\xde\xc4\x4b\xe0\x14\x94\x43\x51\x88\x60\xe3\x28\x0a\x1f\x2c\x53\xde\x5d\xeb\x96\x10\x9e\x78\x10\x12\xb6\xd7\xa3\x31\xba\x1e\x2d\xb1\x80\xeb\x51\xc7\x34\xda\xcf\x49\x83\xd9\xa3\xe4\xe8\x48\xce\x5d\xcd\xbf\x8a\x1e\xf3\xbf\xf7\x8d\x0d\x3f\x17\x8b\x1f\xf7\x3f\x48\x9f\xe7\xce\x9c\x13\x27\xd8\x9e\x29\x27\xad\xe9\x15\xfa\xb1\xdc\x00\x95\xc4\xc7\xb2\x9b\x83\xd0\x03\xbc\x93\xe4\x98\xef\x63\xf0\xae\xac\x5c\xd5\xc8\xca\x55\xb1\x08\x55\xc4\xac\x45\x6a\xfb\x3d\x14\x56\xc2\xc2\xac\xed\x6c\x0e\x1e\x6b\xe8\x7a\x4f\x6a\x4d\xe4\xff\xce\x1a\x53\x7c\xc7\xf8\x7a\xa2\x46\xdc\x7d\x5b\x55\x2c\xea\xcb\xaa\x5a\xae\x2c\x0a\xc4\xe3\x2c\x2c\xed\x21\xf7\xf4\x1a\x95\x96\x8d\x2b\xbe\x4a\xc5\xf0\xba\xd6\xaa\x32\x0f\x2b\xcb\x75\xe3\xfc\x1d\xda\xfb\xdc\x19\x97\xc5\x65\x3b\x97\xde\xd6\x62\xcc\xdc\xe3\x44\x83\x77\x8f\x5a\xf0\x29\x17\xe0\x73\x90\xc2\xb6\x71\x6a\x55\x3f\x74\x03\x0f\xd3\xcb\xf3\xf6\x85\x43\xf6\xfd\x47\x09\x0e\xd7\xe1\x32\x7c\x8c\xe4\xcd\xd9\x02\x41\xca\xa5\x24\x55\x73\xa8\x18\x49\x1d\xf4\x82\xac\x7e\x81\x30\x7c\x43\xd9\x5d\xb7\xfe\x0b\x83\x54\xe9\xeb\xd2\xd4\x42\x05\x6a\xb5\x94\xfe\x00\xe9\xcb\xe5\xb2\x07\x2d\xaf\x97\x83\x1b\x91\x5c\x9d\xa1\xa6\xf5\x5a\x5f\x9d\xe1\x00\xaf\x6f\xf1\xe8\x16\x6b\x6d\x8f\x76\xbb\x8b\x3e\xba\xa0\x7a\x3d\x3a\x72\xb0\xe2\xfb\x09\x6e\xb8\x2e\xb2\xe1\xd4\x11\xdf\x89\x7c\x3b\xb0\x63\x93\xc2\x3d\xb8\x58\x4d\xc6\xab\x4e\x9d\xbd\x13\x5e\xc8\x70\xe0\x25\xd7\x76\x79\x7e\x3a\xa6\x15\xb5\x42\x08\x25\x18\xf5\x95\x74\xe3\x38\x83\xc8\xbc\x0b\x4d\x7b\xe8\xc1\x4e\x42\xae\x47\x47\x55\x8e\xf5\x56\x88\x81\x7a\x54\x68\x76\xe5\x3b\x25\xa4\xbc\xb3\x42\x2e\xfc\x56\x94\x71\xaf\x06\x0b\x7d\xc4\xd9\x80\xdf\x40\x6d\x1f\xae\x47\x47\x15\x42\x7b\x8b\x66\xc8\xb6\x03\xc5\x5e\x00\x0d\x3d\x00\xac\xb8\x0a\xef\x17\xc5\x95\x6b\xa3\x76\x93\xee\xa1\x3c\x41\xd6\x62\x92\xff\x6a\xb2\x0c\xd9\x72\x62\x82\x23\x86\x79\x32\x96\x8c\x13\x1c\x0a\xa5\xe3\x07\xdb\xa0\x8f\x08\x3b\xd2\xd1\xd8\x04\x6e\x3f\xec\xaf\x47\x47\x15\x26\xf5\x16\xf5\xe7\xee\x95\xd0\x4d\x10\x83\x0c\x32\xd4\x31\x58\xb7\x16\x03\xf5\xeb\x5f\xcd\xc4\xab\x31\x95\x83\xb8\x8a\xfa\x58\x4b\x97\x84\x99\x9b\xf5\xb7\x5b\x46\xb3\x5e\x43\x5d\xca\xfe\x77\x43\x2a\xb8\x80\xd9\x24\xf8\x78\x07\xf8\x16\xee\x18\xbf\x11\x1f\xcd\x3d\x39\x1f\xa3\x9b\xf5\xc7\x58\x92\x50\x7c\x24\x11\x05\x79\x30\x9b\x9f\x17\x7b\x57\xd6\xec\x32\x2b\xba\x48\xd1\x6c\x9e\xdc\x33\x89\x08\x45\xc7\xb3\x93\x4b\x44\x99\xec\x96\x1b\xb1\x03\xcc\x1f\x12\x8d\xf9\xd7\x1f\xfe\xf5\x87\xff\x0e\x00\x00\xff\xff\xff\x1b\x0f\x76\x6b\x2a\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{0x5a, 0x19, 0x68, 0x35, 0x62, 0xf8, 0x7d, 0x7, 0xcf, 0xd9, 0xf6, 0x21, 0xef, 0x1f, 0x85, 0x3, 0xbe, 0x6f, 0x36, 0x4e, 0x33, 0x5f, 0xa9, 0xbc, 0x6e, 0xaf, 0x84, 0xe1, 0x81, 0x66, 0x6a, 0xe0}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x88, 0xf1, 0x27, 0xfa, 0x63, 0x3d, 0x3b, 0x63, 0xf9, 0x85, 0x54, 0xbc, 0x3a, 0xe5, 0x17, 0x38, 0xe6, 0x64, 0xe5, 0x5f, 0x3c, 0x75, 0x95, 0x3d, 0xf4, 0x71, 0x39, 0xdf, 0x2b, 0xfa, 0x76, 0x74}} return a, nil } diff --git a/pkg/apis/eksctl.io/v1alpha5/types.go b/pkg/apis/eksctl.io/v1alpha5/types.go index 6cf35f8cc45..8f8957c955a 100644 --- a/pkg/apis/eksctl.io/v1alpha5/types.go +++ b/pkg/apis/eksctl.io/v1alpha5/types.go @@ -1058,14 +1058,16 @@ type ( // NodeGroupSSH holds all the ssh access configuration to a NodeGroup NodeGroupSSH struct { - // +optional Enables/Disables the security group configuration. Values provided by SourceSecurityGroupIDs - // are ignored if set to false + // +optional If Allow is true the SSH configuration provided is used, otherwise it is ignored. Only one of + // PublicKeyPath, PublicKey and PublicKeyName can be configured Allow *bool `json:"allow"` - // +optional + // +optional The path to the SSH public key to be added to the nodes SSH keychain. If Allow is true this value + // defaults to "~/.ssh/id_rsa.pub", otherwise the value is ignored. PublicKeyPath *string `json:"publicKeyPath,omitempty"` - // +optional + // +optional Public key to be added to the nodes SSH keychain. If Allow is false this value is ignored. PublicKey *string `json:"publicKey,omitempty"` - // +optional + // +optional Public key name in EC2 to be added to the nodes SSH keychain. If Allow is false this value + // is ignored. PublicKeyName *string `json:"publicKeyName,omitempty"` // +optional SourceSecurityGroupIDs []string `json:"sourceSecurityGroupIds,omitempty"` diff --git a/pkg/ctl/cmdutils/configfile_test.go b/pkg/ctl/cmdutils/configfile_test.go index 5b89d203d5a..34842e91477 100644 --- a/pkg/ctl/cmdutils/configfile_test.go +++ b/pkg/ctl/cmdutils/configfile_test.go @@ -266,8 +266,8 @@ var _ = Describe("cmdutils configfile", func() { {"03-two-nodegroups.yaml", 2, false, false}, {"05-advanced-nodegroups.yaml", 3, true, false}, {"05-advanced-nodegroups.yaml", 3, false, false}, - {"07-ssh-keys.yaml", 6, true, false}, - {"07-ssh-keys.yaml", 6, false, false}, + {"07-ssh-keys.yaml", 7, true, false}, + {"07-ssh-keys.yaml", 7, false, false}, {"15-managed-nodes.yaml", 4, true, true}, {"15-managed-nodes.yaml", 4, false, true}, {"20-bottlerocket.yaml", 2, false, false}, diff --git a/userdocs/src/usage/managing-nodegroups.md b/userdocs/src/usage/managing-nodegroups.md index fdf0982b326..15f71f07c44 100644 --- a/userdocs/src/usage/managing-nodegroups.md +++ b/userdocs/src/usage/managing-nodegroups.md @@ -160,6 +160,35 @@ There are no specific commands in `eksctl`to update the labels of a nodegroup bu kubectl label nodes -l alpha.eksctl.io/nodegroup-name=ng-1 new-label=foo ``` +### SSH Access +You can enable SSH access for nodegroups by configuring one of `publicKey`, `publicKeyName` and `publicKeyPath` in your +nodegroup configuration. Alternatively you can use [AWS Systems Manager (SSM)](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html#sessions-start-cli) to SSH onto nodes, by configuring the nodegroup with `enableSsm`: + + +```yaml +nodeGroups: + - name: ng-1 + instanceType: m5.large + desiredCapacity: 1 + ssh: # import public key from file + publicKeyPath: ~/.ssh/id_rsa_tests.pub + - name: ng-2 + instanceType: m5.large + desiredCapacity: 1 + ssh: # use existing EC2 key + publicKeyName: ec2_dev_key + - name: ng-3 + instanceType: m5.large + desiredCapacity: 1 + ssh: # import inline public key + publicKey: "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqZEdzvHnK/GVP8nLngRHu/GDi/3PeES7+Bx6l3koXn/Oi/UmM9/jcW5XGziZ/oe1cPJ777eZV7muEvXg5ZMQBrYxUtYCdvd8Rt6DIoSqDLsIPqbuuNlQoBHq/PU2IjpWnp/wrJQXMk94IIrGjY8QHfCnpuMENCucVaifgAhwyeyuO5KiqUmD8E0RmcsotHKBV9X8H5eqLXd8zMQaPl+Ub7j5PG+9KftQu0F/QhdFvpSLsHaxvBzA5nhIltjkaFcwGQnD1rpCM3+UnQE7Izoa5Yt1xoUWRwnF+L2TKovW7+bYQ1kxsuuiX149jXTCJDVjkYCqi7HkrXYqcC1sbsror someuser@hostname" + - name: ng-4 + instanceType: m5.large + desiredCapacity: 1 + ssh: # enable SSH using SSM + enableSsm: true +``` + ### Deleting and draining To delete a nodegroup, run: