From 5c02d700cb1d9c4c3a2407f1756554457fdc7eb4 Mon Sep 17 00:00:00 2001 From: Oilbeater Date: Mon, 19 Mar 2018 00:30:05 +0800 Subject: [PATCH] Allow config to disable geoip (#2202) For a offline or private cloud environment, geoip is not needed. Implementing https://github.com/kubernetes/ingress-nginx/issues/2179 --- docs/user-guide/configmap.md | 6 ++++++ internal/file/bindata.go | 4 ++-- internal/ingress/controller/config/config.go | 5 +++++ rootfs/etc/nginx/template/nginx.tmpl | 2 ++ 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/configmap.md b/docs/user-guide/configmap.md index ab01d019f..e4930400b 100644 --- a/docs/user-guide/configmap.md +++ b/docs/user-guide/configmap.md @@ -82,6 +82,7 @@ The following table shows a configuration option's name, type, and the default v |[ssl-buffer-size](#ssl-buffer-size)|string|"4k"| |[use-proxy-protocol](#use-proxy-protocol)|bool|"false"| |[use-gzip](#use-gzip)|bool|"true"| +|[use-geoip](#use-geoip)|bool|"true"| |[enable-brotli](#enable-brotli)|bool|"true"| |[brotli-level](#brotli-level)|int|4| |[brotli-types](#brotli-types)|string|"application/xml+rss application/atom+xml application/javascript application/x-javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/svg+xml image/x-icon text/css text/plain text/x-component"| @@ -461,6 +462,11 @@ Enables or disables the [PROXY protocol](https://www.nginx.com/resources/admin-g Enables or disables compression of HTTP responses using the ["gzip" module](http://nginx.org/en/docs/http/ngx_http_gzip_module.html). The default mime type list to compress is: `application/atom+xml application/javascript application/x-javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/svg+xml image/x-icon text/css text/plain text/x-component`. +## use-geoip + +Enables or disables ["geoip" module](http://nginx.org/en/docs/http/ngx_http_geoip_module.html) that creates variables with values depending on the client IP address, using the precompiled MaxMind databases. +The default value is true. + ## enable-brotli Enables or disables compression of HTTP responses using the ["brotli" module](https://github.com/google/ngx_brotli). diff --git a/internal/file/bindata.go b/internal/file/bindata.go index 0bd805aa1..d48490640 100644 --- a/internal/file/bindata.go +++ b/internal/file/bindata.go @@ -148,12 +148,12 @@ func etcNginxNginxConf() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "etc/nginx/nginx.conf", size: 119, mode: os.FileMode(420), modTime: time.Unix(1519920732, 0)} + info := bindataFileInfo{name: "etc/nginx/nginx.conf", size: 119, mode: os.FileMode(420), modTime: time.Unix(1511087392, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _etcNginxTemplateNginxTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xfd\x72\xdb\x38\xf2\xe0\xff\x79\x0a\x94\xec\xab\xd8\xa9\x48\x72\xb2\x99\xec\xac\x5d\xbe\x3b\xc7\x4e\xd6\xbe\x75\x12\x97\xe5\x64\xb6\x7e\x57\x57\x2a\x88\x6c\x89\x58\x53\x04\x07\x00\x6d\x6b\x72\xba\x67\xbf\xc2\x27\x41\x10\xa4\xe4\x4c\x26\x33\x3b\xb5\x9c\xaa\x8c\x85\x8f\x46\xa3\xd1\x68\x34\x1a\x8d\xc6\x97\x2f\x68\x17\xe7\x39\x3a\x3c\x46\x23\xb4\x5e\x3f\x91\xbf\x39\xb0\x3b\x60\x5c\xa5\x4d\xcc\xdf\x26\x2b\x99\x2f\x54\xf2\xe9\x7c\x61\x93\x2e\xf8\xc5\xd5\xe7\xd7\x6f\x0b\x3c\xcb\x21\x55\x99\xcd\x14\x53\x2c\x03\x9c\x8b\xec\x97\x4f\xd7\x17\xaa\xcc\x79\xfd\xd3\x14\x98\xe1\xe4\x16\x8a\x54\x37\xfb\xc6\xfe\x30\x99\x25\xa3\x0f\xab\x73\xc0\xa9\xc5\xeb\x4a\x26\x4c\x40\xd8\x34\x53\x0e\xa7\xa9\x5f\xea\xa4\xfe\xb9\x5e\x3f\x91\x25\xc8\x5c\x75\x62\xa4\xb1\x7b\x4f\x53\x0e\x49\xc5\x88\x58\xc9\x02\x39\xc5\xe9\x74\x49\xd3\x2a\x07\x34\x06\x91\x8c\x8b\x05\x29\x1e\xc6\x3a\x85\x8f\x8b\xc5\xc3\x34\x13\xa2\x94\x45\x6c\x35\x53\x7c\xc4\xe9\x91\x04\x0f\x45\x6a\x5b\x9a\x55\x24\x4f\x3f\x96\x50\x08\x86\x13\x52\x2c\x2e\x29\x4e\x35\x01\x65\x81\x14\xc3\x92\x16\x88\xce\xe7\x47\x4f\x9e\xdc\x53\x76\x0b\x6c\x5a\x32\x9a\x00\xe7\xc0\x91\x21\xf5\xe8\x27\x95\x71\xe5\xd2\xd7\xeb\x23\xd3\x89\x85\x40\x7b\x39\x14\x7e\xb1\xd3\xb2\x3a\x99\xcf\x49\x41\xc4\x6a\x1f\x1d\xc8\x56\x0c\xdc\xa4\xac\xa6\xd8\xe4\x04\xa0\xbd\x3a\x16\xb8\xed\x42\x49\x52\x34\x66\x55\xa1\x89\x30\x2a\x49\x6a\xdb\x2e\x00\x8d\xde\xe3\x07\xd9\xb7\x77\x24\x07\xde\x68\x8c\xe5\x64\x49\xc4\xb4\xa0\x73\x92\x83\x6c\xad\x59\x34\x68\xe4\xcb\x97\xf1\x33\x24\x69\x7a\x38\x36\xed\x50\xb6\x18\x43\x31\x4e\x69\xa2\x09\x9e\x50\x06\x96\xc8\x99\x58\xe6\x3b\xa6\x1d\x9e\x55\x22\xa5\xf7\xc5\x54\x90\x25\xd0\x4a\xa0\x67\x63\xc5\x03\xe3\x67\x08\xdf\x51\x92\xa2\x7b\x4c\x04\x29\x16\x48\x50\x8a\x72\x5a\x2c\x50\x5a\x31\xf9\x1b\x23\x06\x72\xa0\x75\x85\x2e\x68\x4d\x32\x4d\x4c\xf6\x8d\xc9\x5d\xaf\xd1\xd1\x93\x27\x70\x07\x85\xe0\xe8\xcb\x13\x84\x10\x5a\x56\xb9\x20\x53\x9c\x24\x50\x0a\x64\x3e\x5a\x1c\xa9\x3c\x3b\x0e\xb4\x28\x20\x11\x84\x16\x1c\xb9\x06\xde\xe3\x07\x33\x14\x5e\xae\xa4\x92\xac\x58\x71\x40\xe1\x07\x25\xcd\xf3\xa3\x27\xeb\x27\x4f\x24\xdd\x4c\xeb\x79\x85\xa7\x25\x4e\x6e\xf1\x02\xa6\x49\x89\x45\x86\x06\xe3\x8a\xb3\x71\x4e\x13\x9c\x8f\x73\x32\x1b\xe7\x15\x1e\xff\x0f\xc9\xa6\x3a\x9d\xcc\xc6\x0f\x3f\xbe\x9e\xbe\x7e\x35\xcc\x49\x51\x3d\x0c\x17\x45\xa5\x8a\xfc\x30\x7a\xa1\x8b\x1d\x0d\x8e\x5a\x90\x0d\xe0\x7a\x66\x68\xa0\x79\x85\x8f\x82\xc4\x3b\x28\x52\xca\x6c\x5e\x0c\x13\x99\x21\xdb\x70\x8d\xf0\x0c\x33\x48\xa7\x29\x49\x04\x4a\x68\x31\x27\x8b\x8a\x61\x49\x8e\x69\x8a\x05\x46\x3f\xbc\x3f\x8a\x16\x65\xb4\x2a\xd2\x29\xa3\x33\x52\x4c\xb9\xc0\x02\xd0\x8b\x8e\x92\x39\x4d\x6e\x39\xfa\xe1\xc5\xcb\x5b\xd3\xaa\x64\xfb\xe9\x6c\x35\x95\x05\x67\x32\xd7\x10\x53\x7e\x0c\x7e\xae\x08\x83\xbd\x01\x03\x2e\x56\x23\xc9\x85\x83\x7d\x97\x9b\xd0\x3c\x87\x44\x2c\x30\x9b\xe1\x05\xec\x0d\xcc\xef\xc1\xfe\x13\x57\x64\x38\x54\xf0\x91\x11\x1e\x2e\x5d\xd1\x01\xd1\xdb\xe7\x88\x01\xaf\x8b\x9b\x04\x74\x8c\xca\x04\xe7\xf9\x9e\x69\xff\x39\x1a\x34\x68\xe1\xe1\x20\x27\x22\x15\x88\xde\x22\x91\x41\xf1\xc4\x63\x10\xc6\x28\x93\x88\x2b\x08\x68\x8e\x49\x0e\xe9\x21\x1a\xa0\xd1\x08\x09\xca\x85\x9c\x05\x7b\x0c\xf8\x7e\x0d\x0b\x72\x0e\x1e\x84\x46\x93\xe8\x58\x61\xea\x8a\x16\xe9\x36\x58\xcf\x70\x8e\x8b\x04\xd8\xf7\x41\xd8\xb6\x16\xc1\x55\xfe\x7f\xed\x8d\xb7\x99\x8b\x1d\xc3\x6e\x01\x8d\xbc\xb2\x7b\xfb\x3e\x10\x25\x61\xee\x41\x4d\x4d\x91\x01\xba\xc3\x79\x05\x88\xce\xd5\x8f\x4c\x2d\x36\xe8\x9f\xc3\x77\x94\xdd\x63\x96\x42\x2a\xff\x42\x82\xa2\x19\x20\xb9\xe0\xc8\x3f\x6d\xcd\x05\xd0\x29\x29\x0d\x83\x68\x69\xa4\x1b\x70\x8b\xd4\x27\x0e\x6a\x9d\xbb\x62\x54\xd0\x84\xe6\xc8\x14\x61\x80\xf3\x29\x29\xa7\xa6\x39\xf5\xa9\x15\x52\x2e\x21\xaa\xe4\x91\x05\x25\x09\xd5\x57\xcd\x8a\x21\x87\xf0\x3b\xca\xf4\x92\xe9\x84\x90\x27\xae\x7d\x28\x4c\xae\x80\x9c\xdc\x81\x27\xe8\xbe\x7c\x41\x0c\x17\x0b\x40\xbb\x82\x55\x5c\x40\x2a\x3b\x78\x78\xac\x9b\x50\x5d\xb9\x06\x9c\x5f\x5c\x9d\x5e\x9c\x5d\x5b\xac\x38\x88\xa9\x85\x39\x67\x74\x69\xb1\xf2\x20\x74\x60\xa2\x86\x42\x0a\x87\x19\x96\x8b\x63\xc5\x21\x95\xf4\x4d\x41\x00\x5b\x92\x42\x53\x39\xa1\x55\x21\xd8\x0a\xa5\x50\x42\x91\xca\x05\x80\x16\x3a\x23\x27\x50\x08\x74\x71\x85\x70\x9a\x32\xe0\xdc\x1f\x82\xbe\x55\x49\x66\xd4\xba\xc0\x02\x28\x29\xfd\x05\x2a\x00\x23\x32\xc2\x11\xe1\x56\xa0\x48\x04\x13\x9c\x27\x55\x2e\x45\x95\x60\x72\x5d\x4e\xd0\x9c\x32\x44\x8a\x94\xdc\x91\xb4\xc2\xb9\xc3\xb9\xe2\x12\xdf\xbf\x03\xbd\xb8\x42\x44\x63\x2d\x45\x5c\xc5\x51\x89\x17\x1e\xcb\x68\x1c\x6c\x2d\xfd\x79\x02\x59\x65\x8f\x15\x98\x51\x8a\xc5\x91\x5f\x47\x2e\xfc\xee\x8b\xd5\xb9\x24\x02\x4e\x89\x58\x85\x35\x29\x5b\xa0\xfe\x9a\x17\x57\x27\x93\x0f\xd5\x32\xac\xa8\x19\xb5\xe6\x1e\xc9\x3b\x21\xe3\x6b\xed\xec\xb3\xe0\x13\xdd\x5d\xd3\xcf\xbb\x8c\x72\x31\x35\x44\x9b\x6a\x52\x4c\x7f\xa1\x05\x20\x2d\xe7\x0f\x63\x05\x0e\x2d\x8b\x3b\x70\xff\x45\x0b\x98\x90\x5f\xc0\xf1\x55\x14\xee\x9c\xe4\x42\x0b\x0a\xc9\xa1\xb7\x50\xab\x4e\x9f\x05\x3f\x83\x39\xae\x72\xf1\x4e\x95\xf9\x07\xac\xba\x58\x14\x13\x8a\xc2\x4f\x64\x0c\x70\xca\x8f\x6c\x81\xe9\x3d\x23\xc2\x5f\xe7\x1d\x45\x44\x52\x4e\x0b\x5a\x56\x3c\x6b\x66\xd6\x79\x29\xe4\x78\xd5\xae\x98\xd3\xc5\x94\x57\x33\xc9\x73\xc0\x45\x90\xc9\x40\x76\x48\x2a\x3a\x29\xad\x84\xa7\x95\xd4\x45\x6e\x01\x4a\x9c\x93\x3b\x70\xfa\x90\xeb\xfc\x3f\x00\xca\x13\x99\x85\xd6\x6b\xd3\x87\xba\xb4\x69\x90\xb7\x4b\x5f\xdb\x1c\x49\x28\x55\x4b\xcf\x3f\x23\x8c\xa6\xb3\x6a\x3e\x97\x7a\x98\x1c\x96\xa6\x64\x3a\x55\xe5\xb4\x4c\x7a\xa3\x4a\x35\xc6\xae\x09\xc6\xa1\xeb\xbe\x18\x98\x5a\x8d\x33\x3d\xc8\x31\x93\x8a\x53\x04\x23\xde\x00\x72\x29\xcb\xb5\x11\xe2\x21\x36\x33\x9a\xae\x22\x5d\x0a\xb1\x79\x43\xd3\x55\x77\x97\x14\x90\x76\x87\x62\x40\x1a\x1d\x52\x30\xa4\x6c\x7a\x39\x5d\xe2\x87\xe9\x9c\x40\x9e\x36\xb1\xf0\x60\x9c\xdf\xdc\x5c\xbd\x7c\x8f\x1f\xde\xc9\x52\x0d\x2c\x6a\x08\x86\x20\x01\x88\x10\x82\x26\x88\x03\xa1\x99\x74\x55\x02\x9f\x66\x98\x67\x0a\x50\x88\x04\x7a\x79\xf0\xea\xc7\x23\xb3\x0a\xc8\x7d\xe6\xb4\xc0\xcb\x78\x05\xdb\x9a\xde\x8f\x7e\xc0\x4b\x38\xc7\x3c\x7b\x8f\x1f\x1a\x38\xb7\xa1\xcc\xaa\xe4\x16\x84\x05\x14\x87\xf2\x46\x95\x69\x00\x5a\xe2\x32\x56\xbf\xd5\xf9\xf7\xb8\x8c\x40\x50\x20\xb4\x9c\xd3\xb4\x8b\x75\xc9\x82\xb8\xf2\xb6\xb6\xb1\x3e\x45\xe0\x34\x90\xea\x82\x13\xc3\xe9\x0e\x33\x22\x25\x6b\x94\x38\x1e\x4e\x9f\x6d\xb9\x0e\xf2\x04\x70\x5a\x63\x1b\x85\xe3\x77\x4c\xef\x6e\x0a\x89\xab\x54\xad\xf9\x94\x14\xb6\x8b\x0d\x22\x37\x17\x84\x4f\x75\x85\x8b\xa2\xde\xd8\xd3\xa2\x56\x74\xe8\x7c\xee\x44\xb0\xc6\x95\x2c\x0a\xb9\x85\x24\xc5\x1d\xce\x49\xda\xdb\xca\x85\x2a\x7a\xa1\x4b\x6e\x03\x5f\x0b\x0f\xb5\xe1\x65\xf0\xb3\x59\x39\x50\xf0\x39\xe1\x21\xcb\x5d\xc3\xcf\x7a\x11\x3a\xa5\xa9\x47\x8a\x56\x57\x3d\xc3\x81\x5d\xfd\xa8\x97\xe4\x29\x5c\x66\xb9\x91\xbf\x6c\x52\x68\x7a\xa8\xcd\x0e\x8a\x20\x45\x92\x57\x69\xd3\xc2\x41\x96\x30\x52\x93\x55\x83\x4d\xf5\xf2\x36\x95\x49\x48\xc0\x83\x18\x4b\xcd\xa6\x0b\xd7\x37\x8c\x8a\x9c\x58\x24\x66\xfa\x97\xc5\x50\xff\x9c\x26\x74\x59\x4e\x73\xb8\x83\xdc\xd1\x43\x57\xbb\x54\x69\x76\xb0\x4c\x69\x85\x4a\x50\xf0\x46\xa5\x75\xaa\x82\xbe\xd2\xfc\xf7\x5f\x94\xd2\xa8\x95\x0e\xf9\xb7\x45\x46\xfe\xf0\x51\xf9\xc1\x4b\x56\xda\xdc\x1d\x30\x2e\x57\xc2\x17\xa3\x17\x5e\xd6\x92\x14\xd3\x1c\x8a\x85\xc8\xd0\xcb\x1f\x5e\x7b\x19\x4d\x3c\x65\xb3\x4d\x2c\x55\x21\x39\x81\x09\xa4\x08\x17\x2b\x2f\xf5\x0e\xb3\x55\x64\x18\xd5\xcf\x1d\x74\x5a\x71\x41\x97\xc8\x32\xab\xd4\x0f\x19\xf0\x92\x16\x66\xdb\x53\x2b\xda\xb7\xcf\xd1\xee\x9d\xd2\xb1\x71\xc3\xd8\x25\x4b\xe1\xd4\xf2\xbb\xc2\xf1\x16\xad\xd7\x3e\x63\x0e\x64\xe2\x1d\x5a\xaf\x07\x51\x2c\x8c\x30\x15\xf4\x16\x0a\xee\x53\x78\x92\xd1\x7b\x2d\x41\x6f\x74\xde\xa6\x29\x68\xcc\x46\x54\x74\xd6\xd7\x42\x57\xce\x53\xa9\x9b\xd8\x6e\x0f\x74\xa9\x43\x14\x47\x70\x07\xa5\x84\xab\x5d\xd5\x3d\x66\x05\x29\x16\xdc\x88\x15\xb9\x79\x23\x38\x27\xbf\x40\x3a\xb5\xa2\x6a\x2a\xcb\x18\x7b\x9b\xae\x7c\x92\xa6\x44\xaa\x3d\x38\x47\xf8\x0e\x93\x5c\x41\x72\x92\xed\xd0\x94\xda\x55\x8b\x49\x89\x13\xb0\x09\xa4\x58\xc8\xed\x82\x5a\x65\x6c\x9a\xa4\x15\x49\xa0\x4e\x93\x1a\xd8\x9c\xb2\x25\x16\xa8\x2a\xb9\x60\x80\x97\xa4\x98\x53\x9f\x8c\x97\x74\xf1\x4e\x95\x78\xcb\x13\x5c\xc2\xff\x9a\x7c\xfc\x80\xd6\x6b\x50\x3f\x8e\xff\xc5\x69\x51\xf7\xf7\xa9\x9d\xd4\xae\xce\x27\x03\xd4\x4e\xed\xa7\x47\xde\x9e\x68\x89\x4b\x54\xb1\x9c\x23\x91\x61\x81\x78\x46\xab\x3c\x55\xe4\xc7\x65\x09\x58\x6e\x35\x10\x4e\x12\xe0\x7c\x94\xd3\xc5\xd7\x6d\x7b\x64\xff\x7c\xab\x9c\x86\x37\x6d\xc0\x93\x68\xec\x1a\x95\x70\x5a\x31\x82\x76\x73\xba\x58\x28\x32\xd7\x3b\xee\x9a\x93\x19\xfc\xfc\x89\x11\xb7\x5d\x9c\xdc\x92\xf2\x44\x41\xbd\xa4\x8b\x4f\xd7\x97\x8e\x4d\xac\x4c\x35\xe5\xd7\x6b\x74\x70\xd4\x94\x83\x9e\x08\x43\x66\x1e\xb7\xe5\xc4\x99\xe6\x1d\xd7\x84\x9b\x34\x75\x4f\x14\xb7\xa0\xf6\x46\xba\x25\x01\x27\x2b\x9e\x47\x21\x70\x95\x71\xa8\xa7\xd2\xb1\x53\x3f\x54\xea\x39\xe5\x52\x63\x3b\x6c\xa6\x5e\x51\xa6\xec\x8b\x0d\xae\x21\xf3\x63\x47\xbb\x28\x46\x5e\x93\x16\x9c\xeb\xd8\x15\x16\xd9\x96\x10\x6b\x12\x76\xcb\xd7\x58\x8f\x95\x05\xe7\x57\x76\xd8\xa6\xbe\x95\xb0\x2e\xe9\xa2\xb9\x30\x04\xfd\xad\x1b\x6c\xd5\xb3\xdd\xdd\x0c\xaf\xd9\x3f\x35\xbf\xae\x81\xd3\x5c\x1d\x78\xa8\xba\xf6\x67\x83\x63\x2e\xca\xbb\xd7\x67\x1f\x26\x4d\x33\xc4\x4f\x19\x14\x20\x4b\xaa\x89\x83\xb4\xcc\xe7\xca\xd8\xac\xf7\x60\xf7\x44\x64\x52\x45\xc7\x68\x50\x5b\x7a\x07\x46\xc2\x3f\x57\x7b\xfb\x48\x06\x22\x1c\x71\x10\x48\x50\x34\x48\x72\xca\x61\x10\x4c\xd7\xfb\x0c\x0a\xb4\xc4\xb7\xca\xd2\x9d\x01\x12\x72\x87\x22\x6c\xab\x23\x84\x6e\x32\xc2\xd1\x12\x70\x61\xa4\xc1\x8a\x56\x28\xc1\x85\x94\x06\x9c\x2c\xcb\x7c\xa5\xec\x51\x4d\xa0\x03\xad\x73\xd6\xa2\x18\xd5\x98\xa1\x5d\x35\xff\x13\x0f\x55\xb9\x3a\xfd\x04\xb3\x09\x95\x7a\x22\xe2\x55\x59\xca\x21\x9d\x41\x82\x25\x68\x65\xb8\x20\x1c\x25\x98\x83\xee\x67\xd0\x58\xa4\xd7\xf7\x4a\x62\xcd\xc0\xf5\x7d\xa0\x3a\xaa\x08\x2c\x21\x50\x46\x16\x44\x0a\x6e\x4b\xdd\x94\x68\x01\x97\xe1\x3b\xe8\x22\x71\x48\x38\x92\x64\xa6\x21\x49\x1e\x54\xd0\x7e\x54\x8c\x01\xa6\x45\xe0\x09\x29\x12\xd0\x5d\xd4\x65\x53\xb8\x23\x58\x00\x52\xc6\xac\x66\xa3\x85\x94\xdd\xb9\xe1\x91\x19\x64\xf8\x8e\x50\x86\xee\x41\xe3\xed\x6c\x83\x84\x4b\x49\xcd\x28\x4e\xb2\x51\x0d\x61\x07\x5d\x83\xc0\x06\x0d\x2b\xde\x34\xa8\x0c\x17\x69\xae\xf4\xc2\x39\x72\x7b\xf0\x5e\x8e\xab\x05\xb4\x1a\xce\xaa\x5c\x30\x9c\x02\xda\xad\xc7\xd5\xa5\x7d\x69\xc9\x54\xf7\x99\x22\x47\xae\xc4\xd3\xa7\x81\xf2\xab\x98\xb6\x21\x82\x65\xa3\x76\xba\xf9\x56\xc7\x1e\x3b\x24\xda\x15\x19\x58\x23\xa1\xc1\x67\x0b\x33\xa9\x26\xda\xdf\xa1\x61\xe4\x53\xa3\xa2\x8a\x23\x5b\xbe\xbb\x7f\xbb\x4d\xab\xea\x54\x02\x89\xca\xa3\x78\x6d\x06\x4b\x2a\x20\xa8\x55\xcb\x58\xa7\xc6\x28\x53\xa7\x5a\x79\xa7\x0f\x52\x6b\xd0\x14\xd0\xcd\x3a\x1d\x30\xa1\x8c\x41\x22\xf2\x95\xb2\x14\x26\x92\xc3\x38\xcf\xe5\x1a\x95\x53\x9c\x92\x62\x11\x0c\x69\x1b\xd2\x6e\x89\x39\x9f\x9a\xa5\x82\x27\x19\x2c\x7b\x07\xb7\x03\x4c\xcf\x60\xef\x6a\xa0\x47\xcd\xde\xa9\xdd\x94\x44\x37\xd6\x3e\x2e\x52\x5b\x0d\x61\x06\x8a\x08\x72\x22\xcc\x29\x4b\x40\x89\xcf\x94\xc8\x6e\xbb\xce\x0d\x4c\xe9\xc3\x08\xb4\x81\x24\xb9\x2e\x3f\x15\x54\x29\x2a\xbc\xaf\x87\x07\x75\x5f\x06\x4a\xef\x91\xff\x0c\x74\xc2\x8b\x20\x8f\x7b\x99\x2f\x5a\x0c\x1d\xa1\x95\x94\x81\x1a\x47\xa3\x48\xab\x94\x1e\x6c\x3a\x80\xf4\xd0\xdb\x1e\xd5\x7b\xe5\x9a\xeb\x35\xce\xf3\xd1\x05\x9f\x4c\x2e\xaf\x30\xe7\x22\x63\xb4\x5a\x64\xde\xb9\xbc\x1e\x1f\x89\xbf\xc6\x4d\xfb\x02\x8c\x2e\x09\x17\x50\xc8\x75\x99\x8f\x64\x5d\x35\x59\xd6\x6b\x39\x2c\xaf\x5e\xfd\x45\x89\xfb\xc8\x41\x87\x2c\x5f\xd3\xa3\xd5\x71\x9d\x12\xd0\x60\x53\x8b\x8d\xef\xd5\xab\xbf\x1c\xf5\x4d\xd5\xa0\x45\x4b\x0f\xd4\x9e\xad\xbf\x12\xc3\xf3\x9b\x9b\xab\xc9\xb7\x46\xaf\xb1\xaf\xf9\x38\x53\x82\x7e\x06\x46\x2c\xa0\x8c\x72\x11\x30\x9b\x4c\x92\x82\x91\x70\xfd\xe7\xc6\x99\x2c\x4b\xf5\x4d\xde\x3a\xbf\x97\xb1\x75\xbb\x12\xb5\x69\x8d\xc7\xa3\xc4\xc8\x26\x44\x5c\x9f\xba\x54\xf7\x53\xba\x2c\x2b\x01\xef\xaa\x3c\x6f\xac\x20\x8e\xa5\x7f\x02\xa9\xe3\x3c\x15\x6a\x3d\x35\x42\x5c\x6e\x86\x7d\x2c\x24\x1b\x5b\x1d\x45\xae\xa8\x72\x79\x71\xc7\x71\x06\x0e\x83\x32\xc7\x09\x70\x53\xc0\x49\x73\xe5\x54\xc0\x29\x2d\x7a\xe8\x24\xe1\xef\xce\xab\x3c\x6f\xa5\x36\xb8\xcb\x4e\xd3\xd3\x0d\x0b\x59\x8b\xae\x83\x68\x93\xcf\xa3\x6b\xd6\xa0\x87\xdc\x83\x0d\x15\xb6\x59\xe9\x3a\x71\xd1\x44\x9d\x7a\xa4\xeb\x47\xa5\xb7\xbc\x9e\x26\x6e\xf1\x44\x9d\x26\x0b\xb9\x0b\x9f\x92\x62\x6a\x17\x83\x7a\x23\x27\x67\x5e\x23\xc7\x7c\xb5\x5d\x80\x81\x3a\x8e\xd1\x7b\x0b\xef\x73\x67\x23\x9c\xe7\x8e\x56\xb5\xed\x47\x4b\x2d\x93\xe8\xcc\x7a\x3b\x48\x54\xac\x40\xb4\x40\x1c\xb8\x32\x2c\x25\x38\xc9\xb4\x57\x0a\x4a\x19\xe6\x82\x24\x38\x97\x4b\xfa\xb2\x64\xf4\x0e\x50\x09\x4c\x59\x0d\x8a\x04\x42\xa6\x9f\x4c\x2e\x27\x1a\xc8\x29\x4e\x32\x37\x1e\x12\x1d\x03\x7c\x9a\xa8\x0c\xa9\x59\x09\x52\x1c\xbe\x38\x38\x38\xb0\x07\x63\x93\xc9\xe5\xa1\x87\xaa\x0f\xa8\x69\x40\xf7\xa0\x85\xae\x30\x75\xbd\xfa\xb8\xa1\xc3\x2e\x83\xf3\x9c\xde\x3b\x37\x02\xd9\x5f\xa9\xaa\x58\x1a\x08\x22\x37\x0a\x3c\xd2\xa0\x4a\x8f\x77\xfa\xc6\x64\x6e\x34\xc7\xd6\xc6\xa6\x3d\x58\x96\x62\x15\x07\xf4\x0f\x58\xa1\xfd\x18\x0d\x35\x12\xea\xbc\xcf\x33\x90\x1a\xd4\x46\xb7\xb0\xea\xe8\x32\xcf\xc9\x22\x93\xda\x19\x83\xb4\x4a\xb4\x48\x91\x14\x1c\x0a\x3a\x9c\x13\xc6\xc5\x70\xb6\x12\xe0\x9a\xf3\x0f\x87\x3c\x02\x07\xa7\x41\xfd\x1d\x3a\x25\x65\x06\x8c\xef\xd7\x72\xaf\x4d\xf7\x44\x1b\x12\x25\xf9\x13\x5d\xdc\xa1\x60\x7e\xa3\xa7\x5e\xfb\x06\xa4\x36\x28\xd5\xdc\x0e\x0a\x57\x3d\xb9\x6c\xb5\x0e\xdb\x65\x27\xb6\x67\xe7\x57\x98\xe1\x65\x1b\x5b\x8d\xe1\xd9\x39\x52\x1e\x63\x5b\xda\x9f\x24\x5e\xbe\xfd\x49\xfe\x4e\xb3\x52\xb6\xe0\xf0\x36\xbf\x7d\xfa\x1a\x24\xfa\xcd\xc8\xce\x50\xa9\x55\xa5\xb3\x55\x81\x97\x24\xb9\xb9\x9c\x5c\x43\x42\x59\xca\x7d\xb6\x49\x57\x52\x98\x24\x6a\x20\xa7\x39\xb5\x2a\x65\x28\x97\x78\x3e\x85\x24\xcd\xa6\x49\xc5\xee\x1a\x03\xfe\xf6\xf4\xec\xfc\x54\x25\x06\xe3\x3d\xd2\x26\x60\x65\xbd\xe0\x35\xcd\x8c\x61\x58\xd9\x3f\x94\x17\x80\x1e\x4f\x2d\xc2\x49\x21\x80\x25\x50\x8a\x29\xe8\x6a\xdd\x63\x64\x6c\x6e\xc0\x98\x3a\x88\xb0\x46\x37\x0d\x5e\x2a\x38\xcd\x86\xb5\xbd\x45\x79\x1d\x48\xe4\x6d\xb5\xf5\x1a\x1d\xa3\xff\xa9\x47\x70\xda\xcc\x38\x0a\xda\x34\x26\x05\x6f\xa6\x31\x90\x4b\x6f\xec\xf8\xff\x44\x32\x86\x71\x01\xd5\x26\x60\xb7\x15\xf4\x60\x29\x8d\xca\x28\xa2\xba\xd4\x86\xce\x9a\xb2\xb6\xaf\xe7\x24\x85\xda\x60\x6e\x8e\xd9\x48\x0a\xbe\xc9\x3c\xeb\x75\x85\x89\xf3\xba\x52\x0f\x0b\x52\x96\x20\xf6\x5b\x03\x97\x48\xea\x70\x9d\xeb\x26\x2a\xa4\xd6\xba\xd0\xf4\xbc\xd2\xbf\x96\xb8\xb4\xad\x85\xf0\xbb\xad\x75\xa6\xcb\x72\x25\x7c\x8e\x76\xad\xe9\x4f\xf5\x7d\xe6\xf9\xd6\xd6\xbd\x80\x9f\xeb\x62\x23\x23\x2a\xad\x6b\xe8\xc8\xfe\x71\xb3\x2a\x01\x0d\x12\x4a\x6f\x09\x0c\x6c\x7d\x07\x5c\xae\x66\xb7\xab\xa1\xc4\xd3\x41\xfa\x80\x97\x8a\x4d\x6a\x9d\x47\x97\x42\x19\xe6\xd9\x71\xa3\x68\xd8\xe8\xa9\x6a\x26\x4c\x3d\xc7\x5c\x99\xf7\x64\xcf\xbe\xa6\xbe\x45\x48\x09\x1a\x5a\xe4\xab\xa3\x27\x81\x3a\xb6\xb7\x30\xd3\xdf\xda\xd8\xff\x61\xfd\x1b\x7c\x17\xcd\x83\x7d\x5f\x23\x72\x2e\x10\x6e\x94\x7a\x2b\x5b\x7e\x8a\x8c\x5d\x73\xfc\xb4\xcc\x55\xc3\xe6\xfa\xf9\xb6\x48\x4b\x4a\x0a\xb5\x16\x9a\xfc\xda\x6b\x7b\x74\x62\xec\x1c\xff\x17\xe9\xe3\x87\x8b\x2b\x6b\x72\x35\x05\xac\xbd\x55\xf9\x06\x60\x92\xf3\x63\x2f\xf3\x3d\x7e\x78\x27\xd3\x64\x01\x99\x69\x95\x00\xbf\x8c\x2c\x10\x6a\x00\x91\x8e\xd4\xbc\xe8\xa7\x3a\x66\xd9\xc0\x25\xf5\x81\x07\x4e\xdf\x28\xa7\x3c\x52\x2c\x4e\xd5\x7c\xf0\xd8\xd9\x9c\xa3\xd8\x22\x70\x92\x2f\x28\x23\x22\x5b\x86\xe4\xfc\xcf\xb0\x7e\x83\x61\xdd\x62\x54\xed\x1f\x53\xe7\x91\xe9\x4d\x7c\xdd\xa9\x83\x91\xfc\xef\xc5\x11\xda\x41\x6a\x73\x95\xd1\x3c\x05\x56\x53\xc9\xd6\xec\x72\xd1\xf4\x9c\x34\x95\xcf\x69\xed\x14\xea\x91\xba\x1e\x38\xa9\x05\x07\xfb\xc8\xf1\x33\xcd\x5b\x4a\xe2\x2e\x71\x69\x2c\xe3\xf7\x24\xcf\xd1\xcc\x78\x76\xd2\xda\x6c\x25\x4b\xfd\x94\x11\x01\x39\xe1\xa2\xe1\xa7\x69\x46\x93\x14\x29\x3c\x3c\x6f\x8c\x2a\xaf\xaf\x4d\x34\xcb\xe6\x34\xd1\xb2\xbd\x2e\x35\xba\x34\x69\x7e\xf1\x5d\xe5\x6b\x7d\x78\x6c\x67\x81\xa9\x55\xd7\x6f\xae\x41\x84\xdb\x22\x6a\xed\x84\xb4\x59\xb2\x2e\xe8\xee\x0d\xd8\xec\x91\xeb\xda\xe8\xf4\xe2\xec\xda\xdc\x1c\x30\x8b\xd6\x19\x14\x2b\x65\xef\xf9\xf2\x05\x95\x8c\x14\xc2\xe1\x7c\x4e\xb9\x90\x22\x18\x19\x4c\x6b\x4f\xc4\xc0\x58\x6b\xe6\xb1\x84\x64\xbd\x41\xd0\x5e\x07\xac\xc1\x74\x60\xe0\xed\x37\xa5\x81\x77\x98\x17\x99\x4d\xc6\xc7\xb4\xa3\x47\xe1\xb1\xa1\x72\x0d\x68\x1d\x19\x86\xeb\xe8\xf6\xbf\x82\x01\x66\xea\x2e\xcd\x9e\xf6\x1e\xbc\xc6\x02\x94\xdb\x07\xaf\x59\xc2\xd3\x09\x64\xb6\xf2\x1e\xd1\xe7\x99\xb9\x95\x83\x71\x52\xee\xde\xdb\x7e\x4d\x4d\xf1\x8b\xb3\x38\x99\x0e\x8e\xba\xa9\xc4\xf2\x9a\x3e\x71\xd2\xbc\x68\x91\x66\x1b\x74\x95\x11\xa4\x03\xc3\x5d\xed\x22\xd3\x81\xf5\x41\xd3\x43\x46\x0a\xd4\xff\xa2\x05\x38\x6e\xf1\x85\xd1\x0b\x34\x18\xf4\x58\xce\xbc\xb9\x8d\xf3\xdc\x58\x6d\x94\xdf\x6d\x8a\x98\x9c\xcb\x1a\xfd\x5f\x68\x01\x7c\x84\xde\xe2\x24\x43\xea\x28\x4c\x4f\x14\x53\x94\x23\x8c\x52\xd0\x26\xf6\x54\x95\x0d\x4e\x71\x5e\xbc\x7f\x83\x86\xff\x1d\xbd\x78\x8d\x44\x46\x2b\x8e\x8b\x14\xbd\x7e\xa5\xb6\x77\xca\x3d\x17\x38\xa2\x0c\xe1\x99\x14\xa4\x3f\xd6\x45\x5e\xbc\xfc\xb1\x51\x26\x22\x48\x54\x5b\x92\x7b\xf4\x59\xa4\x65\x1e\x49\x8d\x9a\x81\xf6\x7d\x29\xa1\x6a\x74\xb1\xe4\xf8\x19\x7a\xa3\x68\x61\x04\x93\x35\x7a\x70\xb4\x37\x67\x74\x39\x16\x14\xdd\xdf\xdf\xef\xc7\x30\xc9\xcc\x94\x7c\x8e\x76\x05\x55\x57\xa9\xae\x4d\xe5\x49\x53\xb2\xd9\x95\x2a\xc2\x70\xf6\xc4\x45\xf9\xa6\x18\x0b\xd7\x1b\x52\xa4\x66\x29\xbb\x28\xef\x5e\xf9\x0c\x98\x2b\x0b\x2b\x32\xb7\xb8\x54\x4d\xb3\xc2\xc5\xec\xaf\x68\xbd\xde\x6c\x3c\x0b\x9c\xe2\x03\xaf\x94\xde\x46\x37\x5b\xcf\x37\xd9\xae\xdb\x6d\x6b\x93\x45\x9f\x45\xf9\xeb\xbb\xe4\xfe\x90\x7b\xcd\x5e\xe3\x9d\xdf\xe5\xef\x41\xd8\x3f\x11\x25\x9b\x1e\x26\xa6\x89\xd6\x6d\xc7\xaf\x99\x09\xaf\xff\x33\x13\xbe\xf9\xf8\x6d\x33\x0b\xfe\xf7\xe1\xe1\xff\xf9\x4e\x94\xb5\x4d\xfd\x49\xe8\xd9\x9a\x0b\x41\x8a\x67\x8a\xd7\x96\x14\xab\xe4\x39\x3b\x57\x3d\x87\x0a\xe8\x42\xfc\xd5\xab\xbf\xb4\xdd\xbe\xcc\x09\xaf\x3a\xa9\x93\xab\xa5\xd2\x26\xe7\x68\x70\xf8\xdf\xee\x06\x1d\x80\x1a\xbb\x3a\x06\xca\x2a\x6f\xc9\x75\x6a\x6c\x2a\x76\x85\xb3\x96\x2d\x7b\xd0\x3c\x1e\xab\xeb\x48\xd4\x50\xb8\xd9\xfe\x7a\xed\x7b\xb8\xf5\xb2\xdc\xd7\x37\xdb\xdd\x44\xb7\x02\xfb\xa8\x3d\x8a\x56\xf0\x76\xa4\x6a\xc2\x04\x6a\xef\x3e\xcf\xeb\xc1\x8b\xaf\xfa\xe1\x68\xb7\xeb\x35\x36\xb3\x39\xc1\xad\xdd\xb2\x80\x65\xa9\x2e\x45\x0d\x26\x6f\xaf\x3f\xbf\xbd\x1e\x18\xa0\x76\xd3\x2f\x15\x3a\x8b\x7e\x7b\x77\xdf\x32\x38\xab\x82\xa1\x19\x0e\x7d\x23\x53\x1c\x6a\xdd\x25\x08\x0c\x72\x91\xb1\x68\x75\xf3\xf4\xd3\xe4\xe6\xe3\xfb\xe9\xdb\xeb\xeb\x8f\xd7\x13\xcd\xb8\xcd\xc1\xdc\xd9\x51\x00\xfa\x87\x23\x36\xec\x3b\x6e\x27\xa0\x2b\x3c\xd7\x77\xe3\xe4\x46\xee\xc3\xdf\x2f\x3e\xfc\x13\xe9\xcb\xf8\x49\x06\xc9\xad\xf2\xc0\xd0\x5e\x14\x72\xd7\xab\xfd\x89\xa4\x8a\xca\xe3\x23\xbd\x83\x3e\x99\x03\xd3\x6e\x9f\x01\x7b\x69\x0b\xed\x31\x5c\xa4\x74\x69\x2e\x49\xfe\xab\xe2\xca\x9b\x4b\xdf\xcf\xbe\x2d\xe8\x7d\xa1\x80\xf0\x7d\x84\xb9\x43\x59\x81\x95\xa8\xea\x23\x00\x7f\xdc\x32\x2c\xd3\x16\xda\x43\x4a\xc3\xf4\x74\xf6\x24\x53\xac\x4e\x8a\x43\xaf\x8e\x76\xdd\x18\x8f\x17\x44\x64\xd5\x6c\x94\xd0\xe5\xf8\xb6\x9a\x01\x2b\x40\x00\x1f\x1b\x57\xde\xa1\x3e\xe4\x99\xe5\x74\x36\x5e\x62\x2e\x80\x8d\x13\x5a\x08\x46\xf3\x1c\x18\x37\x47\x40\xe5\xed\x62\x9c\x2c\x53\x2f\xc7\x1c\x52\x2c\xe8\x36\xba\x55\x4d\x14\xeb\x5c\x5f\x8f\xab\x2f\x99\xaf\xa1\xe2\x60\x8c\x39\xca\x42\x2e\xe9\x51\xeb\x24\x33\x9c\xdc\xe6\x74\x71\x6c\x9b\x78\xa3\x7f\x37\x0e\xf1\x50\xb7\x72\xb2\x69\xd9\xfb\x3e\x58\xc6\x56\x0b\x61\x0f\xae\x9d\x09\x49\x9b\x04\x86\x03\x6f\xb9\x70\x36\x8d\x20\xa2\x44\x63\x3f\x89\x3a\x9c\x78\x03\x39\xfc\xf2\xc0\xdb\x26\xaf\x23\x6d\xe8\xe1\xb5\x97\x3a\x9a\xf0\xbb\xf1\x55\x67\x30\x05\xce\x7d\xb4\x51\xcc\x83\xb6\x75\xbb\xd1\x7e\xd1\xdb\x88\x29\xe1\x65\x8e\x57\x47\x5b\x97\xb4\xde\xe7\xfa\xe2\x46\x80\x49\xb8\x34\x6d\x22\x19\x17\xd5\xcc\x12\xc2\x9e\x29\xf9\xe0\x9a\x83\x19\x25\x66\x53\x9c\x36\xa9\x29\xa7\x94\xba\xf1\xd6\x65\xf1\x43\xe1\xa5\xf4\xd0\xf4\x87\x9c\xd0\xec\x44\x20\x00\xd8\x73\xca\x66\xbf\x96\x17\x2c\x42\xe8\x9f\x43\xb5\x4e\xbf\x3a\x78\xb5\x89\x0a\xa8\x97\x4d\xec\xcf\xa1\x99\x67\x43\x73\x2a\x33\x38\x8a\xa0\x50\x62\xee\xdd\x2a\x32\x27\xa4\x5d\x10\xa2\x4c\xbd\xfd\xc2\xb3\x7e\xf2\xc4\x5a\xe8\x9f\xa0\xe6\x45\x06\x75\xab\xb4\xb6\xde\x37\xee\x30\x4c\x74\x7a\xec\x42\xd3\xaf\x70\xb4\xdf\xc6\xad\xbd\xc6\x2a\x7a\x46\xb7\xd9\x53\xdc\xf9\x6a\xdc\x9c\x5e\x21\x73\x91\x83\x87\xea\xd3\x73\xb4\x2b\x92\x72\xe2\xb4\xa7\xd1\xcd\xe9\xd5\x9b\xe0\x20\xcd\x59\xc1\x45\x52\xaa\x53\x30\x57\xc3\x5a\xe7\x83\x54\x03\x40\xd9\xd1\xd4\x15\x93\xfe\x22\xdd\xb9\xce\x87\x3e\x40\xfb\x5f\xcf\xd1\x2e\x98\x73\x05\xa5\xf3\xd5\x55\xfd\xe3\x86\xd0\x44\xdf\xfa\xd4\xd1\xae\xa9\xe0\x8e\x22\xcc\x9e\xd4\xa5\x1b\x24\xe2\x9e\xae\xe8\xb7\xb0\x15\x45\xf1\x0c\xb6\xcc\xad\x31\x30\x9c\x19\x21\xa2\xbf\x21\x1a\x9d\x41\x62\x14\xf2\x8d\x1b\xbc\xee\xed\x65\x14\xc1\xef\x84\xd1\xf7\x35\x56\xfc\xfb\x0d\x85\xd3\x81\x7e\xaf\xf1\x08\x52\x34\x90\xee\x0b\xec\x3a\xe2\x95\x12\x30\xb1\x63\xba\xd8\x4a\x81\x74\x9c\x80\xdf\x45\x16\xb5\x54\xd1\x4d\xe4\x7c\x5b\x18\x72\x86\x5d\xb2\x26\x0a\xf7\xf9\x1a\xc8\x36\xa7\x93\x3b\xe8\xd3\x59\xaf\x64\xaf\x52\x5f\xb2\x7f\x3a\xeb\x96\xec\x55\xaa\xa9\xe9\x6a\x34\xa8\x59\xa7\x76\x52\x33\x5e\xa4\x3b\x77\x6b\xc9\x5e\x57\xfd\xce\x92\xfd\xf7\x13\xed\xad\x41\x90\xc3\xf3\xd5\x62\x79\x0b\x68\x7f\x3c\x91\xfa\xed\x48\xe0\xc4\xe1\xd7\xd0\x21\x2a\xca\xec\x85\x65\xde\xe8\x40\x20\xca\xae\x5d\xa1\xb6\x30\xfb\xe6\xb2\xf0\xf7\x9a\xbd\xa1\x1f\xbb\x21\x97\x8d\x7f\x97\x82\xf2\x4d\x52\x11\x58\xe6\x4e\x4f\xe7\xb5\xa9\x84\x41\x09\x82\x68\x17\x01\x13\xe6\x4e\x57\x6a\x2b\xf3\x81\xb1\xb4\x0c\xc2\x24\x76\x84\x4e\x6c\xb3\xac\xe7\x18\xa8\xd8\xb5\xcb\x31\x10\xf9\x7b\xac\xb8\x27\x60\xb0\xf1\xb2\x1b\xe4\x60\x7f\xdc\xe5\xc1\xe8\x1c\xb3\x9b\x05\x9b\xbb\xb2\x7a\x63\x86\x02\x6e\xf1\x1c\x12\xb7\x83\xa2\xb7\x33\x5e\x49\xed\xda\xae\x03\xfb\x6d\x09\xe3\xa3\xb9\x9e\x38\xfc\x74\x7d\xa1\x61\x44\x0d\xb8\xbd\x30\x6a\xde\xb3\x78\xb8\x8b\xe8\x5b\x42\xb8\x30\xc6\x2d\xc5\xa2\x0a\x82\x7f\x73\x7d\x4b\x20\x13\xbd\x6a\x7a\x40\xfc\xab\xee\xc1\xd0\x18\xdf\x79\x14\x7c\x7b\xa3\x67\xfb\x68\x8c\x66\x0c\xf0\xed\xe6\xed\xed\xe3\x76\xb8\xf6\xaf\x7a\x56\x85\xd1\x25\x4f\x3f\x5e\x4f\xdc\xa5\x54\x75\xfb\xcf\xda\x04\x97\x24\xc9\x08\xe4\xb7\x38\xbf\x5d\xe2\x42\xd9\x06\x8d\x39\xd8\xd8\xfc\x86\x09\x65\x7c\x48\x4b\x28\x86\x4d\xeb\x43\x1d\xe7\xcb\x9f\x89\x8d\x09\xa8\x44\x15\x35\x53\xee\x94\x32\x6e\xec\xd8\x36\x7f\x07\xc9\x44\x74\xc5\x60\xae\x3c\xc7\xd1\x12\x44\x46\x53\x8e\x0a\x80\x94\x23\x5c\x07\x27\xa0\xa5\x9e\xf9\xb8\x48\x51\x4a\xe6\x73\x60\x50\x08\x74\xad\xad\x58\x92\xb9\x35\x40\x32\x47\x7b\x8e\xcf\x34\x30\x74\x8c\x9e\x7e\xbc\xba\xb9\xf8\xf8\x61\xf2\x74\xdf\x9b\x86\xad\x40\x0b\x4f\xf5\xae\x7a\x78\xaa\x6d\x9b\x43\xe5\x44\x64\xd8\xf8\xd0\x75\x45\x75\x43\x65\xe9\x9c\xda\x4b\x1c\x79\x3b\xfe\x46\xc1\x53\x06\x29\x14\x82\x60\xed\x7b\xb6\x65\xc3\x5e\xad\x58\xeb\x4d\xa0\x4f\x8f\x22\x2b\xd0\x96\x0d\xbd\xd7\x34\x8f\x35\x62\xb2\x9a\x7d\xdc\x12\xac\x91\xac\x31\xb0\xb5\xd0\x7d\x0c\xd8\xf7\xf8\x61\x78\xb2\x80\x00\xe0\x7b\xfc\x70\xb2\x80\x4d\xa0\x4e\xb5\x71\x6d\x78\xb3\x2a\xe1\x50\x07\x73\x29\x73\x4c\x0a\x94\x64\x98\x71\x10\xc7\x9f\x6e\xde\x0d\x7f\xdc\x0a\xc4\xa5\x8a\x81\x72\x88\x0e\xbc\xd2\xce\x9a\x6a\x0d\x62\x9e\xd5\xe9\x3f\x7c\xf6\xc7\xe0\xb3\x96\x4c\x6c\x6a\x1c\x5a\x79\x1f\x3a\x03\x61\x54\xef\xb8\x27\x22\xb3\x25\xb1\x3a\xbf\x0b\xe5\x9f\x3d\xb6\x0b\x54\x10\x1b\x5d\xfa\x1d\x61\x6d\x8f\xb3\xfa\x38\x72\x34\x81\x84\xb6\x14\xcb\x3f\xbc\x2b\x51\xed\x3c\x1f\x71\x66\xfc\x6d\x8f\x51\xbe\x7c\x51\xb7\xe1\x7e\x37\x67\x9f\x3f\x5a\xd7\xa3\xbb\x33\xed\x69\xf1\x6f\xec\xa1\xf3\xbb\x52\xf9\x0f\xe1\x49\xf3\xc7\xa3\xc0\x66\xdf\x97\xad\x4e\x33\x95\x28\xd6\xa4\x42\xb4\xe3\xd4\xd8\x73\xfb\xb1\x97\x95\x3b\xcf\xdd\xdd\xbd\x74\x62\x82\xe1\x1a\x4f\x86\x9b\xcb\x09\xe2\x05\xb1\x46\x1a\xe7\xee\xe9\x70\x50\x31\x62\xf4\x38\x02\x43\xcb\x8a\x0b\x84\xf3\x7b\xbc\xe2\x3a\x2e\x49\x60\x87\x03\x3d\x91\x9e\x37\x6e\x4f\x4f\x3e\x5c\xd4\x10\xcc\x2d\x60\xae\x2e\xbe\xd2\x8a\x25\x80\x54\x04\xdb\x39\x95\x28\x11\x31\x0a\x71\x08\x3d\x38\xcc\x40\x4f\x26\x97\xa7\xc0\x04\x99\x2b\x5f\xdc\xfd\xdf\x76\x6d\xf8\xd6\x7e\x59\xe8\xfb\x39\x2a\xfe\xfe\x92\x58\x5d\x30\x6d\x77\x45\xc5\x06\x45\xeb\xb5\x8a\x25\xfa\x28\x71\xf2\x9f\x01\xf9\xdd\x06\xe4\x3b\xae\xa3\x8f\x98\xf9\x7f\x3e\xff\xd4\x3f\x09\xbb\x04\xf3\xf7\xf1\x43\xfa\x6f\xef\x18\xfb\x27\x19\xc8\x4d\x5a\x8d\x52\x15\x12\xba\x5c\x42\x21\xd0\xd5\xdb\xf7\x88\x67\xd8\x8b\x6c\xef\x62\xef\x27\xc2\xb8\xe2\x71\xab\x80\x2c\xa4\x56\xa0\x6e\xd3\x34\xbd\x80\x70\x91\x7a\x81\x9e\xea\x47\x59\x6c\x8b\x3b\xb6\x99\x43\xdf\xfb\x51\x8e\x38\x2c\x4f\x33\x48\x6e\x79\xb5\x6c\xe8\x5d\x3c\x9f\x26\x35\x8f\xa1\xae\xaf\x09\xcc\xe3\xca\x06\x4d\x02\x68\x2a\x24\xc4\xd7\x43\xeb\x9b\x17\xef\xaa\x3c\x3f\xcd\x30\x29\xfc\x09\x12\xf4\xcb\x3e\x87\xd0\xd7\xbf\x26\x26\x31\xa8\xad\x0e\x72\x81\x4b\x15\x39\xae\xe7\xf3\xcf\x5b\xfd\x3a\xd3\x3b\x60\x64\x1e\x27\x4a\xf7\x19\x2d\xea\x74\x8d\x8d\xd3\xe7\xa4\x12\xd9\xcd\xe5\x44\x1d\x3b\x04\x8e\xbc\xbe\x4b\xb1\x57\x2a\xe2\x74\xfd\xea\xe0\x2f\x51\xa9\xb5\xb9\x79\x8f\x78\xb2\x8d\xd1\xe9\xc9\x3b\x92\xc3\x07\xbc\x84\x00\x99\x18\xab\x86\x95\xaf\x60\x39\x39\x3f\x69\xb1\xac\x8e\xf7\xde\xcb\xb9\x3d\x40\x6b\x8c\x5a\xa3\xab\x07\xc8\x34\xd0\x31\xba\x3d\x90\x3f\xab\xea\x3a\xcc\x7c\x17\xec\x14\x4a\x91\x75\x80\xee\x85\xad\xaf\xd7\x12\x5a\x9c\x29\x08\x5b\xcd\x95\x10\x88\x1a\xee\x2b\xbc\x68\xcc\x16\x2f\x56\xc5\xab\xbf\xfd\x80\x5e\xfd\xed\x35\x3a\xee\xc3\xc4\x01\xd9\x5a\x22\x6e\xb7\xd8\x05\xd1\x59\x50\x10\x76\xa5\xef\x0b\x44\x8a\x0b\xca\xb2\xe9\x7a\x79\x07\x32\x9d\xbe\xf0\x7e\x3b\x8f\x73\x63\x7f\xcc\x75\x66\xdb\xd2\x16\x57\x9a\xfd\xe2\xb8\x12\xd9\x95\x5f\x45\x8e\x56\xcf\x4d\xe8\x38\x0d\xdc\xad\xe0\x6b\x7d\x38\x35\x3a\x29\xcb\x6b\x4a\x85\xcf\x31\xea\xe8\xa4\x62\x04\x1d\xa3\xf1\x7e\x70\x5c\x69\x04\xc8\x5f\x0e\x5e\x2a\xa4\xba\xc0\x35\x06\x67\x0b\x9e\xa9\x7b\x17\x3b\x48\x3d\x6e\x12\xa0\xe7\x0c\xd5\x4f\xed\x36\x3b\xc0\x83\x2e\x3f\x94\x20\xa1\x10\x44\xb7\x13\xfa\x28\x7b\x71\x55\xec\x41\xd2\x8c\xa6\x5a\xc0\xb7\x7c\x82\x3b\x8e\x0c\xd5\xd7\x3c\x30\x50\x77\x76\x1b\x75\x0d\x0d\x1c\x31\xdf\x1a\xfc\xd4\x7c\xd4\x16\xf1\xb8\x33\xae\x39\xd7\x0a\xbe\xc6\xc0\xc4\x61\x6d\x8f\x7b\xe4\xf8\x56\x7d\x8f\x3e\xc3\x35\xd0\x26\x3a\xb8\x65\xf0\x45\xa2\x57\x76\x39\x14\x6f\xdd\x96\x8a\xaf\x1c\xf9\xba\xc9\x63\x22\x32\x7f\x25\x71\x2e\xbd\xee\xb8\x4b\x4b\x75\xac\xc1\xaf\x25\x98\x6b\xe1\xbd\x3f\xd8\xc1\xd1\xe6\xa3\x46\x40\xb2\xe2\x3b\xf3\xb4\x94\xfb\x06\xfa\x88\xd7\x5e\x01\xa9\xaf\x75\x3c\x8a\x59\xcd\xbb\x36\xf6\x12\xd7\x36\x2e\xe4\x35\x62\x12\xc2\xd0\x40\x18\x3a\x10\xdd\xc3\xd5\x6e\x6c\x2b\xcf\xfe\xaf\x41\xa2\x7b\xf0\x7a\x19\xb3\xf1\x88\x82\xfb\xdc\x6b\x0a\x01\x46\x2a\x18\x54\x7d\x71\x4c\x7f\xe1\xfd\x82\x88\x50\x72\x6f\x78\x84\x65\x8d\x26\xb5\xc4\x0f\xfa\xf5\x1c\xff\x51\x92\x41\x83\xae\x6a\x93\x37\x7a\x43\xd3\x95\xd9\x3f\x0d\x5a\xbd\x54\x61\x35\x94\x9a\x12\x7d\xad\xa7\x86\xd5\xf1\x98\x4f\x0c\xb3\xe8\xc3\x40\x0d\xc4\x7a\x5f\x06\xda\x30\x06\x6a\x01\x30\x01\xaa\xbb\xb9\x48\x4e\xdc\xf8\x9c\x57\x8e\x18\x06\xc0\x96\xab\x59\xe3\x46\x4e\x19\x5d\xac\x4c\xf8\x1d\xb9\xd9\xdb\xdb\x6c\x17\xd8\xf7\x6e\x47\x4e\x6e\x9a\x17\x37\x91\x5d\xab\x4d\xc0\xe0\x63\xed\xca\x11\x2e\xd9\xad\xd3\xd3\x8e\x6f\x30\x11\x8c\x24\x62\x78\xc3\x70\xc1\xe5\x5e\x7b\x38\x31\xaf\xba\x1e\xa2\x25\x7e\x18\xe2\x05\x1c\x37\x6e\x6b\x4e\x6e\x26\xee\xcc\x3d\xd8\x63\xcb\xbc\x0b\xfd\xb0\xca\xa4\x9a\xa5\x74\x89\x89\x0e\x08\x64\x9f\x5b\x99\x54\xb3\x33\x9d\x5a\x6f\xbf\x23\x30\xae\xcc\x3e\x58\x99\x1d\xd4\x9f\xae\x78\xc0\xa1\xeb\x2e\x8e\x88\x10\x5f\x45\xb4\x73\xdc\x70\x49\x17\xdc\xdc\xa3\x78\xcc\x25\xa0\xae\x89\x1f\x86\xd4\x0c\xe5\xe5\x27\x6d\xd4\xb8\x28\xae\x5d\xfc\x89\x8d\x41\x1c\x9b\xe8\x3b\x0a\xb5\x6f\x4e\x85\x8d\x7d\x16\xdc\x7f\x94\xed\x31\x4f\xbb\x75\xc1\x38\x6a\x1b\x7a\x22\xd3\x2e\xaa\x77\xd9\xe8\x37\x36\x6a\x94\xda\xa4\xb5\x6c\x43\xce\x9a\xa3\x5c\x8e\x7d\xc5\x36\xb2\x14\xed\xca\xcd\xfa\xe1\x31\xda\x5b\x80\x30\x1e\x5e\x17\x85\xbe\xa0\xd3\x50\x8b\x47\x26\xb3\x8e\xa7\x13\x40\x1a\x3f\x53\xb0\xa4\x8a\x84\xd5\x0b\xab\x72\x05\x54\x5c\x2b\x32\x40\xb6\xf6\xd2\xe6\x36\x0c\x33\xae\xd7\x45\xd3\x4b\x6d\x60\x10\x6c\x78\x4e\x0e\x22\x5a\xaa\xef\x89\xe6\xd7\xbb\xae\xf2\xae\x2a\xbe\xdf\x99\x5f\xc5\x78\xa8\x45\xa9\x35\x7e\xe6\x82\x9e\x20\x41\x91\xb6\xf9\x25\xb8\x50\xcf\x71\x26\x19\x81\x3b\x7d\x2d\x36\xb1\xcf\x27\xd4\x11\x63\x19\xca\xf0\x9d\x7e\x2f\x78\x32\xb9\x44\xbe\x0d\xc5\xbb\x2b\x3c\xa7\xfa\x41\x82\xd8\xd1\x5a\xcd\xbf\x7b\x94\x45\x76\x0e\xef\x28\x4b\x60\x32\xb9\x74\x6b\xee\x23\x44\x64\x0b\x98\x07\x67\xbf\x35\xd8\x3b\x08\x0a\x6d\x67\x53\x11\xe3\x0b\x8b\x2e\x27\x29\xb4\x85\x6b\x2b\x84\x7a\x28\x5f\x51\x44\x29\x8a\x4e\xf2\x56\xad\x1d\xf3\xa4\xa5\x89\xf9\xa9\x2e\xff\xba\x97\x31\xb1\xe7\xdd\x66\x3d\x09\x35\x2c\x72\x07\x31\x04\xbe\x41\x28\x00\xfb\x35\x6c\x06\x7f\x45\xc7\x9b\x2e\xe9\x5b\x17\x42\x15\xd6\x60\x73\x54\x80\x56\x7b\xd6\x2c\xf5\xb7\xbf\x1e\xc5\x7a\x16\xd3\xe2\xd0\xf6\x21\x04\x1c\x76\xcd\x28\xdd\xdd\x3a\x1d\xea\xbc\xc1\xd8\xb9\xca\x44\x98\xa1\x29\xa5\x83\xb7\xd5\xfd\xf2\xde\xfb\xe9\x75\xfc\xcf\x48\xe6\x94\x55\x39\x28\x71\x1d\xbe\xc7\x6e\x4b\xf8\x7f\x8f\xe4\xbc\x8c\x69\x71\x01\x62\x1f\x7f\x3a\x99\x5c\x9d\x52\x06\x52\xd8\xb4\xd8\x74\x73\xf3\xf4\x1e\xf3\x72\xe8\x95\x1b\x26\xf6\x92\xf8\x70\x23\x3a\x11\x12\xf7\x12\x75\x8b\xc0\x6e\xcd\x0a\x5b\x06\x78\xf3\x2b\xca\x59\xff\x2b\xe2\xb4\xc5\xc4\x43\xcc\xec\xfa\x68\x76\x8a\x58\x48\x90\x0e\xaa\xad\xfc\x15\x2c\x19\xea\x10\x00\x0d\xe3\x46\x53\xaf\xa9\x44\x36\x6d\x3c\x87\x8a\x42\x13\xcb\x51\x67\x05\xa9\x25\xc8\x34\x55\x7a\xaa\xa3\x9f\xd6\x81\x1b\x4d\x3c\x62\x10\x26\x27\x80\x53\x3f\xc1\xe6\xbe\x09\x88\xe1\xa9\x81\xe2\x81\x0c\x79\x65\xe8\xae\x28\xa5\x0f\xcf\xd1\x6e\x4e\x74\x70\x30\x67\x0a\xb3\x57\x27\xac\xab\x5f\x1f\x63\xe8\xda\xad\xf4\xe1\xa3\xf9\xb1\x63\x4f\x31\x21\x8b\x82\x14\x7a\x67\xd1\xa8\xe5\x0b\xd6\x83\x17\xda\xb0\xe5\x7a\x20\x6b\xc9\x3a\x5b\x00\xdd\x4a\x15\x55\x0b\x3e\xd1\x4f\x71\x3b\x62\x38\xb5\x06\xfb\x21\xe0\xea\xb0\x6f\xcf\x51\xc2\x40\x66\x34\x02\xbd\x35\x69\xa7\x22\xf8\x59\xda\xbb\xb8\x6c\xbd\x14\xb7\x06\x52\x55\x50\x85\x27\xd4\x50\xba\xe0\x77\xab\x97\x21\xe1\xdf\x60\x4e\x92\x33\xb2\x00\x2e\x34\x99\xa4\xc0\x81\xd8\x30\x9a\xb3\xc8\xce\x9a\x3a\x9c\xef\x4c\xa6\x0e\x5a\x3b\x01\xc9\x98\x2a\x2b\xd8\x39\x87\x40\xae\x01\xe7\xcb\xb6\xce\x56\xd7\x9f\x56\x1c\x98\x96\xa2\xbd\x80\xde\x91\x3c\xbe\xd3\x8d\x05\x2b\x90\xd0\x53\x55\xf7\x57\xa0\xa7\x01\xfc\x6a\xfc\xda\x53\xa8\x65\x71\x91\x00\x28\x23\xbf\x68\x6e\x19\xb4\x8d\x0d\xdb\x0c\x7c\x7d\x8b\x40\xfd\x19\x71\xc4\x30\xb5\xbc\xab\xfe\xfa\x86\x7f\x0f\x9f\x76\x37\xdc\x61\x45\xd7\xaa\xc6\xe8\xd3\xf5\x65\x7c\x6f\x5e\x31\x82\xfe\xdf\x33\xdf\x1e\xd0\xb3\x40\x04\x26\x75\x03\xdb\x5d\x1c\x8a\xe6\xc6\x04\xc2\x56\xdd\xea\xb3\x0e\xf9\xdf\x1f\xd7\x52\x14\xb4\xfb\x6d\xac\x46\x3a\x50\xe4\xca\x05\xe0\xa9\x38\xe8\x6d\x33\xc2\x5c\xdb\x94\x05\x75\x37\x60\x9f\xa3\x59\x25\x4c\xe4\x7e\x7a\x07\x8c\x91\xd4\x8f\x65\xb9\x05\x07\xd9\xbd\xf0\x67\xd9\x44\x8b\x85\x5a\x33\xa7\xc3\xa8\xdd\x1c\xa3\x06\xcc\xe8\x10\x6d\x65\x17\xed\x68\x2b\x50\xa3\xb7\x22\xea\x0e\xba\xc2\x5c\x6f\xa5\xe1\x41\x30\x9c\x28\xef\x07\x7d\x92\xea\x1f\xf4\x0a\xaa\xca\x98\x9b\x4d\x1b\x68\xf8\xb8\x23\xe9\x1a\x46\xe7\x71\x34\xe6\x5c\xa6\xdd\x50\xf7\x9c\xe8\x26\x12\x71\x9e\x0f\x75\x37\x86\xb2\x1b\x8e\x44\xde\x39\xb6\x7e\xc1\x54\x7b\x2a\x7c\xdd\x38\x74\x34\xd2\x2d\x36\xb7\x85\xe6\x3b\x2c\xf8\x28\xeb\xf4\x0d\x67\x0a\x1e\x9c\xd4\x33\x6e\xfb\x70\xf8\x34\x8d\x44\xc7\xf9\x86\x5d\xde\xb6\x73\x8f\xa9\xe7\x77\x66\xcb\x95\x69\x07\xa9\xdd\x08\xba\x87\x19\xd7\xaf\x3e\xd6\xef\x06\xf2\xad\xcf\x1e\xfc\xef\x93\x79\x6c\xd0\xa3\xab\xff\x30\x61\x74\x5b\xe7\x2d\x8c\xb6\x71\xb3\xc5\x4b\x1f\x71\x02\xe2\x7f\xde\x33\x97\x75\x53\xd1\x76\xce\x9b\x0f\x43\xf8\xf4\x7a\xe4\x09\x4c\x7f\xfb\x91\x07\x19\xbf\xee\x9c\xf0\x9f\x43\xa9\x09\x0d\x2f\xae\x9a\x2d\xfa\x11\xa6\x7b\xf7\xce\x1b\xde\xdc\xea\x69\xb7\x7e\x22\x4e\x96\xb7\xed\xc6\x5e\xc6\xfa\x3a\x5a\x76\xb5\xd0\xd7\xb3\x6d\xe4\x86\x0f\xd7\x5b\x19\x7a\x57\x83\x5e\x20\xca\xb5\xcf\x00\x71\x6f\xcd\x3d\xa6\xbe\x7a\xc5\xd1\xab\xdf\x73\x7c\x1c\x01\x14\x3d\xd6\x7e\xc4\x21\x6d\xc7\x51\x76\x14\x95\xae\xb5\xd0\x3d\xdc\x1a\x0c\xda\xd6\xb8\x37\x87\x3a\xfe\x8e\xa8\x65\xd9\xe8\x5b\xa2\x2d\xdc\x96\x44\x90\x85\x5c\x8a\xcf\x6f\x6e\xae\xe8\xc3\x0a\x7d\xae\xf2\x02\x18\x9e\x91\x9c\x88\x55\x50\xd8\x5a\xd6\xee\xef\xef\x47\x3a\xfa\x5f\x42\x97\xe3\x59\x4e\x17\x63\x03\x87\x14\x8b\xa1\xc8\x60\xa8\x9e\x17\x79\x58\x0d\xef\x7c\x68\xc3\x7b\x22\x32\x13\x6d\xb0\xbf\xcb\xda\xa7\xb5\xf5\xb5\x3c\x29\x5a\x4f\xc5\x0b\x8a\xec\x83\xf3\x7a\xd5\xef\xd8\x98\x7a\xef\xc6\xe7\x79\x5f\x4c\x80\x28\x7a\x5f\x22\xcf\xc9\x3b\x1c\xbf\x34\x9f\x95\xf7\xda\xee\x96\x54\x46\xcc\x45\x62\x3e\x78\xd5\x43\xa5\xdc\x88\xcb\x3a\x04\x04\x8f\xb3\x70\x91\xf6\xc0\x8d\x83\x9e\x40\x91\x6e\x80\xcb\x00\x3f\x1e\xee\x35\xe0\x26\xdc\x08\x60\xad\xf5\xf7\x39\x65\xc6\x76\x28\xea\xdf\x37\xae\x6a\x8b\xfc\x3e\xec\xce\xad\x4f\xd7\xee\xc7\xdf\x54\xf4\xc0\xed\xf3\x6a\x7b\xf5\x95\x90\x9d\x27\x52\x27\x55\x62\x70\x8d\x43\x43\x40\x8f\x08\xf8\xb8\xc7\x82\xff\x29\xef\x85\x28\xcb\xd2\x5b\x02\x53\x7d\xd6\x1b\xad\x19\x65\x59\x59\x49\x9f\x04\x77\x9c\xc2\x1b\xb8\x6a\xf3\x1c\xff\x3a\xe1\x36\x23\xda\xd9\x6f\x07\x5d\x14\xea\xf9\x6d\x44\xe7\xc8\xc4\xd5\x10\x6c\xa5\x04\x72\x01\x0f\xc2\x7b\xc1\x49\x9f\x0b\xcd\x60\x4e\x19\x98\x3d\xba\x3a\x03\x2b\x74\xbd\x08\xb6\x12\x80\x3b\xf6\xec\xc2\x56\x09\xe9\x0f\xf0\x20\xdc\x3e\x23\xc4\xbf\x99\x59\x7b\xc4\x0b\xb6\xfa\x40\x8b\x8b\x14\x96\x25\x15\xd6\x0d\x35\x76\xca\xa7\xcf\x8b\x68\x91\xaf\xd0\x3d\x65\xb7\xdc\xda\x01\x4d\x6c\x49\x44\xb8\xda\x4a\x25\x74\x59\x32\xe0\x1c\xd2\xae\x4d\x6b\xc4\xc5\x2f\x4d\xdf\x60\x0e\x11\xeb\xe6\xb6\x7a\xdd\x89\x8a\x1e\x32\x54\x21\xae\x2c\x07\x6f\x6d\x04\x1a\x3f\x43\x27\x69\x8a\x70\xb1\xf2\xa3\x42\x34\x3d\xe9\xf5\x1d\xec\x78\x9f\x1a\xfa\x6b\x5d\xc7\x73\xf5\xdc\xb0\xed\xb4\xa3\x61\x4f\x22\x62\x9e\xa4\xe8\x1b\x46\x56\xb6\x78\x77\xb4\xbb\xb5\x11\x4b\x1b\x83\xef\xf5\xc3\xd2\x72\x15\xa8\x4f\x79\xf5\x41\x80\xa0\x08\xdb\xb3\x48\x6b\xfd\x30\x3b\xf1\xe7\xaa\x5e\x9a\x36\xdf\x10\xb1\x8b\x6c\xd7\x39\x6f\x86\xf9\x15\x83\x39\x79\x68\x98\x11\x15\x40\x34\xd0\x0d\x85\xc1\x4c\x86\x83\xcd\x36\x10\xfd\x45\x22\xdc\xfc\x10\x9e\xaf\xfc\xa6\x61\x6d\xfe\x4d\x42\xd2\x6c\xc5\x1b\x9d\xe6\x29\x33\x5c\x31\x4b\x8a\x92\x62\xfa\x76\x90\x72\x94\xda\xd6\x8f\x43\xa5\x9b\x57\x24\x1b\x53\xb0\xdb\x82\x6b\x9c\x06\xf6\x1a\xe6\x7b\x6f\x9d\xb7\xc6\x50\xe5\xd5\x38\x30\x2c\x35\xd8\xdf\xb6\x02\x9d\xcf\x07\x6d\x37\x01\xbb\xde\x36\x9f\xc6\x6d\x7f\x5d\xca\x47\xa3\x8d\x47\xed\x8c\xbf\x59\x9b\x1b\xcb\xdd\xd0\x2d\x4d\xf8\x1d\xf8\xee\xa0\x0f\x14\x81\x8b\xb0\x87\xef\x30\xc9\xd5\x59\xa9\xf5\x04\x31\xb2\xa5\x51\xc9\x18\xbb\x5b\xb3\xf5\x91\x2d\x3b\xdf\xf7\x14\x0a\x02\xe9\x08\x5d\x03\xe6\xd4\x04\x4e\x71\x9d\x3e\x53\x99\x61\xed\xed\x51\xe8\xbf\x02\xd6\xe1\xce\xde\x71\xe5\xad\x79\x43\x46\x07\xec\x46\x2a\xec\xbc\xba\x1b\x96\xe4\xb4\x4a\x25\x0b\xdc\x11\x25\x56\xad\x27\x88\xa4\x63\xa5\xd5\x95\xde\xcb\xee\x51\xdf\x79\x5b\xf8\xfc\xb7\x09\x0f\x6e\x4e\x9f\x83\x7b\x6f\x3a\x5e\x8a\x7e\x95\x55\x4a\x16\x15\x45\x9f\x70\x34\x03\xb9\xe6\x2c\x69\x41\x04\x65\x90\x7a\x50\x54\x3c\x15\xa9\x57\x99\x13\x4f\xc4\xe9\x5c\xdc\xcb\x95\x6a\x2f\x27\xb7\x80\xf8\x8a\xa7\x64\xb1\xdf\xee\x5f\x5f\x58\x72\x6d\x97\x7f\xf1\xf2\xaf\xe6\x8d\xbd\x2e\x83\x4e\x78\x93\x57\xd7\x3b\x3c\x0c\x9f\xfe\xb2\x5f\x0a\x52\xf9\xc8\xc3\x98\x6d\x5f\x13\x32\xbc\xc9\x3a\x75\x54\x1a\xfb\xe7\xff\x0f\x00\x00\xff\xff\x16\xc5\xc2\xbf\x91\xa0\x00\x00") +var _etcNginxTemplateNginxTmpl = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xff\x73\xdb\xb6\xf2\xe0\xef\xf9\x2b\x30\xb2\x6f\x62\x67\x22\xc9\x4e\xd3\xbc\x3e\x7b\x7c\x77\x8e\x9d\x3c\xfb\x9e\x93\x78\x2c\x27\x7d\xf3\xb9\xb9\xd1\x40\xe4\x4a\xc4\x33\x45\xb0\x00\x68\x5b\xcd\xf9\xfe\xf6\x1b\x7c\x25\x40\x82\x94\x9c\xa6\x49\x5f\xa7\xec\x4c\x6a\xe1\xcb\x62\xb1\x00\x16\x8b\xdd\xc5\xe2\xf3\x67\xb4\x8d\xf3\x1c\x1d\x1c\xa1\x11\x7a\x78\x78\x22\x7f\x73\x60\xb7\xc0\xb8\x4a\x9b\x98\xbf\x4d\x56\x32\x5f\xa8\xe4\x93\xf9\xc2\x26\x9d\xf3\xf3\xcb\x4f\xaf\xde\x14\x78\x96\x43\xaa\x32\xc3\x14\x53\x2c\x03\x9c\x8b\xec\xd7\x8f\x57\xe7\xaa\xcc\x59\xfd\xd3\x14\x98\xe1\xe4\x06\x8a\x54\x37\xfb\xda\xfe\x30\x99\x25\xa3\xf7\xab\x33\xc0\xa9\xc5\xeb\x52\x26\x4c\x40\xd8\x34\x53\x0e\xa7\xa9\x5f\xea\xb8\xfe\xf9\xf0\xf0\x44\x96\x20\x73\xd5\x89\x91\xc6\xee\x1d\x4d\x39\x24\x15\x23\x62\x25\x0b\xe4\x14\xa7\xd3\x25\x4d\xab\x1c\xd0\x18\x44\x32\x2e\x16\xa4\xb8\x1f\xeb\x14\x3e\x2e\x16\xf7\xd3\x4c\x88\x52\x16\xb1\xd5\x4c\xf1\x11\xa7\x87\x12\x3c\x14\xa9\x6d\x69\x56\x91\x3c\xfd\x50\x42\x21\x18\x4e\x48\xb1\xb8\xa0\x38\xd5\x04\x94\x05\x52\x0c\x4b\x5a\x20\x3a\x9f\x1f\x3e\x79\x72\x47\xd9\x0d\xb0\x69\xc9\x68\x02\x9c\x03\x47\x86\xd4\xa3\x9f\x55\xc6\xa5\x4b\x7f\x78\x38\x34\x9d\x58\x08\xb4\x93\x43\xe1\x17\x3b\x29\xab\xe3\xf9\x9c\x14\x44\xac\x76\xd1\x9e\x6c\xc5\xc0\x4d\xca\x6a\x8a\x4d\x4e\x03\xb4\x57\xc7\x02\xb7\x5d\x28\x49\x8a\xc6\xac\x2a\x34\x11\x46\x25\x49\x6d\xdb\x05\xa0\xd1\x3b\x7c\x2f\xfb\xf6\x96\xe4\xc0\x83\xc6\x58\x4e\x96\x44\x4c\x0b\x3a\x27\x39\xc8\xd6\xc2\xa2\x8d\x46\x3e\x7f\x1e\x3f\x43\x92\xa6\x07\x63\xd3\x0e\x65\x8b\x31\x14\xe3\x94\x26\x9a\xe0\x09\x65\x60\x89\x9c\x89\x65\xbe\x65\xda\xe1\x59\x25\x52\x7a\x57\x4c\x05\x59\x02\xad\x04\x7a\x36\x56\x73\x60\xfc\x0c\xe1\x5b\x4a\x52\x74\x87\x89\x20\xc5\x02\x09\x4a\x51\x4e\x8b\x05\x4a\x2b\x26\x7f\x63\xc4\x40\x0e\xb4\xae\xd0\x05\x2d\x24\xd3\xc4\x64\x5f\x9b\xdc\x87\x07\x74\xf8\xe4\x09\xdc\x42\x21\x38\xfa\xfc\x04\x21\x84\x96\x55\x2e\xc8\x14\x27\x09\x94\x02\x99\x8f\x16\x87\x2a\xcf\x8e\x03\x2d\x0a\x48\x04\xa1\x05\x47\xae\x81\x77\xf8\xde\x0c\x85\x97\x2b\xa9\x24\x2b\x56\x1c\x50\xf3\x83\x92\xe6\xf9\xe1\x93\x87\x27\x4f\x24\xdd\x4c\xeb\x79\x85\xa7\x25\x4e\x6e\xf0\x02\xa6\x49\x89\x45\x86\x06\xe3\x8a\xb3\x71\x4e\x13\x9c\x8f\x73\x32\x1b\xe7\x15\x1e\xff\x0f\x39\x4d\x75\x3a\x99\x8d\xef\x7f\x7a\x35\x7d\xf5\x72\x98\x93\xa2\xba\x1f\x2e\x8a\x4a\x15\xf9\x71\xb4\xaf\x8b\x1d\x0e\x0e\x5b\x90\x0d\xe0\x7a\x65\x68\xa0\x79\x85\x0f\x1b\x89\xb7\x50\xa4\x94\xd9\xbc\x18\x26\x32\x43\xb6\xe1\x1a\xe1\x19\x66\x90\x4e\x53\x92\x08\x94\xd0\x62\x4e\x16\x15\xc3\x92\x1c\xd3\x14\x0b\x8c\x7e\x7c\x77\x18\x2d\xca\x68\x55\xa4\x53\x46\x67\xa4\x98\x72\x81\x05\xa0\xfd\x8e\x92\x39\x4d\x6e\x38\xfa\x71\xff\xc5\x8d\x69\x55\x4e\xfb\xe9\x6c\x35\x95\x05\x67\x32\xd7\x10\x53\x7e\x0c\x7e\xa9\x08\x83\x9d\x01\x03\x2e\x56\x23\x39\x0b\x07\xbb\x2e\x37\xa1\x79\x0e\x89\x58\x60\x36\xc3\x0b\xd8\x19\x98\xdf\x83\xdd\x27\xae\xc8\x70\xa8\xe0\x23\xc3\x3c\x5c\xba\xa2\x03\xa2\x37\xcf\x11\x03\x5e\x17\x37\x09\xe8\x08\x95\x09\xce\xf3\x1d\xd3\xfe\x73\x34\x08\x68\xe1\xe1\x20\x17\x22\x15\x88\xde\x20\x91\x41\xf1\xc4\x9b\x20\x8c\x51\x26\x11\x57\x10\xd0\x1c\x93\x1c\xd2\x03\x34\x40\xa3\x11\x12\x94\x0b\xb9\x0a\x76\x18\xf0\xdd\x1a\x16\xe4\x1c\x3c\x08\x41\x93\xe8\x48\x61\xea\x8a\x16\xe9\x26\x58\xcf\x70\x8e\x8b\x04\xd8\xb7\x41\xd8\xb6\x16\xc1\x55\xfe\xff\xc1\x1b\x6f\xb3\x16\x3b\x86\xdd\x02\x1a\x79\x65\x77\x76\x7d\x20\x8a\xc3\xdc\x81\x5a\x9a\x22\x03\x74\x8b\xf3\x0a\x10\x9d\xab\x1f\x99\xda\x6c\xd0\xbf\x86\x6f\x29\xbb\xc3\x2c\x85\x54\xfe\x85\x04\x45\x33\x40\x72\xc3\x91\x7f\xda\x9a\x0b\xa0\x53\x52\x9a\x09\xa2\xb9\x91\x6e\xc0\x6d\x52\x1f\x39\xa8\x7d\xee\x92\x51\x41\x13\x9a\x23\x53\x84\x01\xce\xa7\xa4\x9c\x9a\xe6\xd4\xa7\x76\x48\xb9\x85\xa8\x92\x87\x16\x94\x24\x54\x5f\x35\xcb\x86\x1c\xc2\x6f\x29\xd3\x5b\xa6\x63\x42\x1e\xbb\xf6\xa1\x30\xb9\x03\x72\x72\x0b\x1e\xa3\xfb\xfc\x19\x31\x5c\x2c\x00\x6d\x0b\x56\x71\x01\xa9\xec\xe0\xc1\x91\x6e\x42\x75\xe5\x0a\x70\x7e\x7e\x79\x72\x7e\x7a\x65\xb1\xe2\x20\xa6\x16\xe6\x9c\xd1\xa5\xc5\xca\x83\xd0\x81\x49\x48\xa9\x7f\x00\x3d\xbf\x44\x8e\x88\xe3\x67\x48\xf2\x8d\x19\x96\xfb\x66\xc5\x21\x95\xa4\x4f\x41\x00\x5b\x92\x42\x0f\x40\x42\xab\x42\xb0\x15\x4a\xa1\x84\x22\x95\x7b\x03\x2d\x74\x46\x4e\xa0\x10\xe8\xfc\x12\xe1\x34\x65\xc0\xb9\x3f\x3a\x7d\x1b\x96\xcc\xa8\xc5\x84\x05\x50\x52\xfa\x7b\x57\x03\x8c\xc8\x08\x47\x84\x5b\x5e\x23\x11\x4c\x70\x9e\x54\xb9\xe4\x62\x82\xc9\x2d\x3b\x41\x73\xca\x10\x29\x52\x72\x4b\xd2\x0a\xe7\x0e\xe7\x8a\x4b\x7c\x75\x9f\x89\xc6\x5a\x72\xbf\x8a\xa3\x12\x2f\xbc\xd9\xa4\x71\xb0\xb5\xf4\xe7\xf1\x6a\x95\x3d\x56\x60\x46\x29\x16\x87\x7e\x1d\x29\x13\xb8\x2f\x56\xe7\x82\x08\x38\x21\x62\xd5\xac\x49\xd9\x02\xf5\xd7\x3c\xbf\x3c\x9e\xbc\xaf\x96\xcd\x8a\x7a\x0e\xd7\x13\xcb\x9b\x56\x1d\xe3\xae\xc5\xb8\x4f\x82\x4f\x74\xe7\x4d\xaf\x6f\x33\xca\xc5\xd4\x90\x70\xaa\x09\x33\xfd\x95\x16\x80\xf4\x86\x70\x10\x2b\x70\x60\xd7\x82\x03\xf7\x5f\xb4\x80\x09\xf9\x15\xdc\x04\x8c\xc2\x9d\x93\x5c\x68\x8e\x22\xa7\xf2\x0d\xd4\x32\xd6\x27\xc1\x4f\x61\x8e\xab\x5c\xbc\x55\x65\xfe\x09\xab\xae\xb9\x8c\x09\x45\xcd\x4f\x64\x0c\x70\xca\x0f\x6d\x81\xe9\x1d\x23\xc2\x17\x08\x24\x7d\x54\xa6\x48\xca\x69\x41\xcb\x8a\x67\x61\x66\x9d\x97\x42\x8e\x57\xed\x8a\x39\x5d\x4c\x79\x35\x93\x33\x10\xb8\x68\x64\x32\x90\x1d\x92\x12\x51\x4a\x2b\xe1\x89\x2f\x75\x91\x1b\x80\x12\xe7\xe4\x16\x9c\xe0\xe4\x3a\xff\x4f\x80\xf2\x58\x66\xa1\x87\x07\xd3\x87\xba\xb4\x69\x90\xb7\x4b\x5f\xd9\x1c\x49\x28\x55\x4b\xaf\x46\xc3\xb5\xa6\xb3\x6a\x3e\x97\x02\x9b\x1c\x96\x90\x85\x9d\xa8\x72\x9a\x79\xbd\x56\xa5\x82\xb1\x0b\xc1\x38\x74\xdd\x17\x03\x53\xcb\x7b\xa6\x07\x39\x66\x52\xc2\x8a\x60\xc4\x03\x20\x17\xb2\x5c\x1b\x21\xde\xc4\x66\x46\xd3\x55\xa4\x4b\x4d\x6c\x5e\xd3\x74\xd5\xdd\x25\x05\xa4\xdd\xa1\x18\x90\xa0\x43\x0a\x86\xe4\x54\x2f\xa6\x4b\x7c\x3f\x9d\x13\xc8\xd3\x10\x0b\x0f\xc6\xd9\xf5\xf5\xe5\x8b\x77\xf8\xfe\xad\x2c\x15\x60\x51\x43\x30\x04\x69\x80\x68\x42\xd0\x04\x71\x20\xf4\x24\x5d\x95\xc0\xa7\x19\xe6\x99\x02\xd4\x44\x02\xbd\xd8\x7b\xf9\xd3\xa1\xd9\x2e\xe4\x81\x74\x5a\xe0\x65\xbc\x82\x6d\x4d\x1f\x5c\xdf\xe3\x25\x9c\x61\x9e\xbd\xc3\xf7\x01\xce\x6d\x28\xb3\x2a\xb9\x01\x61\x01\xc5\xa1\xbc\x56\x65\x02\x40\x4b\x5c\xc6\xea\xb7\x3a\xff\x0e\x97\x11\x08\x0a\x84\xe6\x7a\x9a\x76\xb1\x2e\x59\x10\x97\xde\x19\x38\xd6\xa7\x08\x9c\x00\xa9\x2e\x38\x31\x9c\x6e\x31\x23\x92\xb3\x46\x89\xe3\xe1\xf4\xc9\x96\xeb\x20\x4f\x03\x4e\x6b\x6c\xa3\x70\xfc\x8e\xe9\x63\x50\x21\x71\x95\x32\x38\x9f\x92\xc2\x76\x31\x20\x72\xb8\x21\x7c\xac\x2b\x9c\x17\xb5\x06\x80\x16\xb5\x44\x44\xe7\x73\xc7\x82\x35\xae\x64\x51\xc8\xb3\x26\x29\x6e\x71\x4e\xd2\xde\x56\xce\x55\xd1\x73\x5d\x72\x13\xf8\x9a\x79\xa8\x93\x31\x83\x5f\xcc\xce\x81\x1a\x9f\x63\x1e\xb2\xdc\x15\xfc\xa2\x37\xa1\x13\x9a\x7a\xa4\x68\x75\xd5\xd3\x30\xd8\xdd\x8f\x7a\x49\xed\x2d\x54\xfe\xb2\x49\x4d\x1d\x45\xad\x9f\x50\x04\x29\x92\xbc\x4a\x43\x55\x08\x59\xc2\x48\x2d\x56\x0d\x36\xd5\xdb\xdb\x54\x26\x21\x01\xf7\x62\x2c\xe5\x9c\x2e\x5c\x5f\x33\x2a\x72\x62\x91\x98\xe9\x5f\x16\x43\xfd\x73\x9a\xd0\x65\x39\xcd\xe1\x16\x72\x47\x0f\x5d\xed\x42\xa5\xd9\xc1\x32\xa5\x15\x2a\x8d\x82\xd7\x2a\x6d\x33\x99\xf1\x57\x25\x5d\x6a\x11\x44\xfe\x6d\x91\x91\x3f\x7c\x54\x7e\xf4\x92\x95\x6c\x77\x0b\x8c\xcb\x9d\x70\x7f\xb4\xef\x65\x2d\x49\x31\xcd\xa1\x58\x88\x0c\xbd\xf8\xf1\x95\x97\x11\xe2\x29\x9b\x0d\xb1\x54\x85\xe4\x02\x26\x90\x22\x5c\xac\xbc\xd4\x5b\xcc\x56\x5d\x92\xd0\x16\x3a\xa9\xb8\xa0\x4b\x64\x27\xab\x94\x16\x19\xf0\x92\x16\xe6\x7c\x54\x4b\xe4\x37\xcf\xd1\xf6\xad\x12\xc6\x71\xa0\x15\x93\xa5\x70\x6a\xe7\xbb\xc2\xf1\x06\x3d\x3c\xf8\x13\x73\x20\x13\x6f\xd1\xc3\xc3\x20\x8a\x85\x61\xa6\x82\xde\x40\xc1\x7d\x0a\x4f\x32\x7a\xa7\x39\xe8\xb5\xce\x5b\xb7\x04\x8d\x7e\x89\x8a\xce\xfa\x9a\xe9\xca\x75\x2a\x65\x13\xdb\xed\x81\x2e\x75\x80\xe2\x08\x6e\xa1\x94\x70\x75\xfc\xba\xc3\xac\x20\xc5\x82\x1b\xb6\x22\x4f\x79\x04\xe7\xe4\x57\x48\xa7\x96\x55\x4d\x65\x19\xa3\x98\xd3\x95\x8f\xd3\x94\x48\xb1\x07\xe7\x08\xdf\x62\x92\x2b\x48\x8e\xb3\x1d\x98\x52\xdb\x6a\x33\x29\x71\x02\x36\x81\x14\x0b\x79\x78\x50\xbb\x8c\x4d\x93\xb4\x22\x09\xd4\x69\x52\x02\x9b\x53\xb6\xc4\x02\x55\x25\x17\x0c\xf0\x92\x14\x73\xea\x93\xf1\x82\x2e\xde\xaa\x12\x6f\x78\x82\x4b\xf8\x5f\x93\x0f\xef\xd1\xc3\x03\xa8\x1f\x47\xff\xe6\xb4\xa8\xfb\xfb\xd4\x2e\x6a\x57\xe7\xa3\x01\x6a\x97\xf6\xd3\x43\xef\x1c\xbb\xc4\x25\xaa\x58\xce\x91\xc8\xb0\x40\x3c\xa3\x55\x9e\x2a\xf2\xe3\xb2\x04\x2c\x0f\x1e\x08\x27\x09\x70\x3e\xca\xe9\xe2\xcb\x0e\x41\xb2\x7f\xbe\xfa\x4e\xc3\x9b\x06\xf0\x24\x1a\xdb\x46\x24\x9c\x56\x8c\xa0\xed\x9c\x2e\x16\x8a\xcc\xf5\xd1\xbc\x9e\xc9\x0c\x7e\xf9\xc8\x88\x3b\x57\x4e\x6e\x48\x79\xac\xa0\x5e\xd0\xc5\xc7\xab\x0b\x37\x4d\x2c\x4f\x35\xe5\x1f\x1e\xd0\xde\x61\xc8\x07\x3d\x16\x86\xcc\x3a\x6e\xf3\x89\x53\x3d\x77\x5c\x13\x6e\xd1\xd4\x3d\x51\xb3\x05\xb5\x4f\xdc\x2d\x0e\x38\x59\xf1\x3c\x0a\x81\xab\x8c\x03\xbd\x94\x8e\x9c\xf8\xa1\x52\xcf\x28\x97\x12\xdb\x41\x98\x7a\x49\x99\x52\x44\x06\xb3\x86\xcc\x8f\x1c\xed\xa2\x18\x79\x4d\x5a\x70\xae\x63\x97\x58\x64\x1b\x42\xac\x49\xb8\xee\x6c\x16\xf6\x58\xa9\x7a\x7e\x63\x87\x6d\xea\x1b\x09\xeb\x82\x2e\xc2\x8d\xa1\xd1\xdf\xba\xc1\x56\x3d\xdb\xdd\xf5\xf0\xc2\xfe\xa9\xf5\x75\x05\x9c\xe6\xca\x32\xa2\xea\xda\x9f\xc1\x8c\x39\x2f\x6f\x5f\x9d\xbe\x9f\x78\x75\xc7\xcf\xd0\xcf\x19\x14\x20\x4b\xaa\x85\x83\x34\xcf\xe7\x4a\x2b\xad\xcf\x60\x77\x44\x64\x52\x44\xc7\x68\x50\xab\x84\x07\x86\xc3\x3f\x57\x27\xfd\x48\x06\x22\x1c\x71\x10\x48\x50\x34\x48\x72\xca\x61\xd0\x58\xae\x77\x19\x14\x68\x89\x6f\x94\x4a\x3c\x03\x24\xe4\x09\x45\xd8\x56\x47\x08\x5d\x67\x84\xa3\x25\xe0\xc2\x70\x83\x15\xad\x50\x82\x0b\xc9\x0d\x38\x59\x96\xf9\x4a\x29\xae\x42\xa0\x03\x2d\x73\xd6\xac\x18\xd5\x98\xa1\x6d\xb5\xfe\x13\x0f\x55\xb9\x3b\xfd\x0c\xb3\x09\x95\x72\x22\xe2\x55\x59\xca\x21\x9d\x41\x82\x25\x68\xa5\xc6\x20\x1c\x25\x98\x83\xee\x67\xa3\xb1\x48\xaf\xef\x14\xc7\x9a\x81\xeb\xfb\x40\x75\x54\x11\x58\x42\xa0\x8c\x2c\x88\x64\xdc\x96\xba\x29\xd1\x0c\x2e\xc3\xb7\xd0\x45\xe2\x26\xe1\x48\x92\x99\x86\x24\x79\x50\x41\xfb\x51\x31\xea\x98\x16\x81\x27\xa4\x48\x40\x77\x51\x97\x4d\xe1\x96\x60\x01\x48\x69\xbd\xc2\x46\x0b\xc9\xbb\x73\x33\x47\x66\x90\xe1\x5b\x42\x19\xba\x03\x8d\xb7\x53\x22\x12\x2e\x39\x35\xa3\x38\xc9\x46\x35\x84\x2d\x74\x05\x02\x1b\x34\x2c\x7b\xd3\xa0\x32\x5c\xa4\xb9\x92\x0b\xe7\xc8\x9d\xc1\x7b\x67\x5c\xcd\xa0\xd5\x70\x56\xe5\x82\xe1\x14\xd0\x76\x3d\xae\x2e\xed\x73\x8b\xa7\xba\xcf\x14\x39\x74\x25\x9e\x3e\x6d\x08\xbf\x6a\xd2\x06\x2c\x58\x36\x6a\x97\x9b\xaf\x9e\xec\x51\x58\xa2\x6d\x91\x81\xd5\x26\x1a\x7c\x36\xd0\xa7\x6a\xa2\xfd\x03\x02\x95\x9f\x1a\x15\x55\x1c\xd9\xf2\xdd\xfd\xdb\x0e\xd5\xaf\x53\x09\x24\xca\x8f\xe2\xb5\x19\x2c\xa9\x80\x46\xad\x9a\xc7\x3a\x31\x46\xe9\x44\xd5\xce\x3b\xbd\x97\x52\x83\xa6\x80\x6e\xd6\xc9\x80\x09\x65\x0c\x12\x91\xaf\x94\xde\x30\x91\x33\x8c\xf3\x5c\xee\x51\x39\xc5\x29\x29\x16\x8d\x21\x6d\x43\xda\x2e\x31\xe7\x53\xb3\x55\xf0\x24\x83\x65\xef\xe0\x76\x80\xe9\x19\xec\x6d\x0d\xf4\x30\xec\x9d\x3a\x4d\x49\x74\x63\xed\xe3\x22\xb5\xd5\x10\x66\xa0\x88\x20\x17\xc2\x9c\xb2\x04\x14\xfb\x4c\x89\xec\xb6\xeb\xdc\xc0\x94\x3e\x88\x40\x1b\x48\x92\xeb\xf2\x53\x41\x95\xa0\xc2\xfb\x7a\xb8\x57\xf7\x65\xa0\xe4\x1e\xf9\xcf\x40\x27\xec\x37\xf2\xb8\x97\xb9\xdf\x9a\xd0\x11\x5a\x49\x1e\xa8\x71\x34\x82\xb4\x4a\xe9\xc1\xa6\x03\x48\x0f\xbd\xad\x4d\xdf\x2b\x17\xee\xd7\x38\xcf\x47\xe7\x7c\x32\xb9\xb8\xc4\x9c\x8b\x8c\xd1\x6a\x91\x79\x06\x7c\x3d\x3e\x12\x7f\x8d\x9b\x76\x1a\x18\x5d\x10\x2e\xa0\x90\xfb\x32\x1f\xc9\xba\x6a\xb1\x3c\x3c\xc8\x61\x79\xf9\xf2\x07\xc5\xee\x23\x16\x11\x59\xbe\xa6\x47\xab\xe3\x3a\xa5\x41\x83\x75\x2d\x06\xdf\xcb\x97\x3f\x1c\xf6\x2d\xd5\x46\x8b\x96\x1e\xa8\xbd\x5a\x7f\x23\x86\x67\xd7\xd7\x97\x93\xaf\x8d\x5e\x70\xae\xf9\x30\x53\x8c\x7e\x06\x86\x2d\xa0\x8c\x72\xd1\x98\x6c\x32\x49\x32\x46\xc2\xf5\x9f\x6b\x57\xb2\x2c\xd5\xb7\x78\xeb\xfc\xde\x89\xad\xdb\x95\xa8\x4d\x6b\x3c\x1e\xc5\x46\xd6\x21\xe2\xfa\xd4\x25\xba\x9f\xd0\x65\x59\x09\x78\x5b\xe5\x79\xb0\x83\xb8\x29\xfd\x33\x48\x19\xe7\xa9\x50\xfb\xa9\x61\xe2\xf2\x30\xec\x63\x21\xa7\xb1\x95\x51\xe4\x8e\x2a\xb7\x17\x67\xb7\x33\x70\x18\x94\x39\x4e\x80\x9b\x02\x8e\x9b\x2b\xef\x03\x4e\x69\xd1\x43\x27\x09\x7f\x7b\x5e\xe5\x79\x2b\x35\x98\x5d\x76\x99\x9e\xac\xd9\xc8\x5a\x74\x1d\x44\x9b\x7c\x1e\xdd\xb3\x06\x3d\xe4\x1e\xac\xa9\xb0\xc9\x4e\xd7\x89\x8b\x26\xea\xd4\x23\x5d\x3f\x2a\xbd\xe5\xf5\x32\x71\x9b\x27\xea\x54\x59\xc8\x53\xf8\x94\x14\x53\xbb\x19\xd4\x07\x39\xb9\xf2\x82\x1c\xf3\xd5\x7a\x01\x06\xca\x1c\xa3\xcf\x16\xde\xe7\x6c\x23\x9c\xe7\x8e\x56\xb5\xee\x47\x73\x2d\x93\xe8\xd4\x7a\x5b\x48\x54\xac\x40\xb4\x40\x1c\xb8\x52\x2c\x25\x38\xc9\xb4\xfb\x0a\x4a\x19\xe6\x82\x24\x38\x97\x5b\xfa\xb2\x64\xf4\x16\x50\x09\x4c\x69\x0d\x8a\x04\x9a\x93\x7e\x32\xb9\x98\x68\x20\x27\x38\xc9\xdc\x78\x48\x74\x0c\xf0\x69\xa2\x32\xa4\x64\x25\x48\x71\xb0\xbf\xb7\xb7\x67\x0d\x63\x93\xc9\xc5\x81\x87\xaa\x0f\x28\x54\xa0\x7b\xd0\x9a\x3e\x33\x75\xbd\xda\xdc\xd0\xa1\x97\xc1\x79\x4e\xef\x9c\xbf\x81\xec\xaf\x14\x55\x2c\x0d\x04\x91\x07\x05\x1e\x69\x50\xa5\xc7\x3b\x7d\x6d\x32\xd7\xaa\x63\x6b\x65\xd3\x0e\x2c\x4b\xb1\x8a\x03\xfa\x27\xac\xd0\x6e\x8c\x86\x1a\x09\x65\xef\xf3\x14\xa4\x06\xb5\xd1\x0d\xac\x3a\xba\xcc\x73\xb2\xc8\xa4\x74\xc6\x20\xad\x12\xcd\x52\x24\x05\x87\x82\x0e\xe7\x84\x71\x31\x9c\xad\x04\xb8\xe6\x7c\xe3\x90\x47\xe0\x86\x35\xa8\xbf\x43\x27\xa4\xcc\x80\xf1\xdd\x9a\xef\xb5\xe9\x9e\x68\x45\xa2\x24\x7f\xa2\x8b\x3b\x14\xcc\x6f\xf4\xd4\x6b\xdf\x80\xd4\x0a\xa5\x7a\xb6\x83\xc2\x55\x2f\x2e\x5b\xad\xd7\x8a\x1b\xc1\xf6\xf4\xec\x12\x33\xbc\x6c\x63\xab\x31\x3c\x3d\x43\xca\xb5\x6c\x43\xfd\x93\xc4\xcb\xd7\x3f\xc9\xdf\x69\x56\xca\x16\x1c\xde\xe6\xb7\x4f\x5f\x83\x44\xbf\x1a\xd9\x29\x2a\xb5\xa8\x74\xba\x2a\xf0\x92\x24\xd7\x17\x93\x2b\x48\x28\x4b\xb9\x3f\x6d\xd2\x95\x64\x26\x89\x1a\xc8\x69\x4e\xad\x48\xd9\xe4\x4b\x3c\x9f\x42\x92\x66\xd3\xa4\x62\xb7\xc1\x80\xbf\x39\x39\x3d\x3b\x51\x89\x8d\xf1\x1e\x69\x15\xb0\xd2\x5e\xf0\x9a\x66\x46\x31\xac\xf4\x1f\xca\x27\x40\x8f\xa7\x66\xe1\xa4\x10\xc0\x12\x28\xc5\x14\x74\xb5\xee\x31\x32\x3a\x37\x60\x4c\x19\x22\xac\xd2\x4d\x83\x97\x02\x4e\xd8\xb0\xd6\xb7\x28\x1f\x04\x89\xbc\xad\xf6\xf0\x80\x8e\xd0\xff\xd4\x23\x38\x0d\x33\x0e\x1b\x6d\x1a\x95\x82\xb7\xd2\x18\xc8\xad\xd7\xf1\x55\x6f\xd5\x1f\xcb\x89\x61\x7c\x45\xb5\x0a\xd8\x1d\x05\x3d\x58\x4a\xa2\x32\x82\xa8\x2e\xb5\xa6\xb3\xa6\xac\xed\xeb\x19\x49\xa1\x56\x98\x1b\x33\x1b\x49\xc1\x57\x99\x67\xbd\x3e\x33\xf1\xb9\xae\xc4\xc3\x82\x94\x25\x88\xdd\xd6\xc0\x25\x92\x3a\x5c\xe7\xba\x85\x0a\xa9\xd5\x2e\x84\x2e\x5a\xfa\xd7\x12\x97\xb6\xb5\x26\xfc\x5e\x6d\x9d\x9a\xc6\x52\xb4\x30\x13\xf8\xc4\x87\xdd\x38\x05\xd4\x44\x92\x7b\xe7\x73\xb4\x6d\x95\x85\x8a\x5a\x33\xcf\x6d\xb7\x86\x0f\xbf\xd4\xc5\x46\x86\xb9\x5a\xaf\xd3\x91\xfd\xe3\x7a\x55\x02\x1a\x24\x94\xde\x10\x18\xd8\xfa\x0e\xb8\xdc\xff\x6e\x56\x43\xd9\x33\x07\xe9\x3d\x5e\xaa\x89\x55\x4b\x49\xba\x14\xca\x30\xcf\x8e\x82\xa2\xcd\x46\x4f\x54\x33\xcd\xd4\x33\xcc\x95\x42\x50\xf6\xec\x4b\xea\x5b\x84\x14\x6b\xa2\x45\xbe\x3a\x7c\xd2\x10\xe0\x76\x16\x86\x61\x58\xad\xfc\x3f\xad\x47\x84\xef\xfd\xb9\xb7\xeb\xcb\x50\xce\x69\xc2\x8d\x6b\x6f\x65\x3b\x03\x23\xa3\x1d\x8e\x9f\xe6\xd2\x6a\xd8\x5c\x3f\xdf\x14\x69\x49\x49\xa1\x76\x4f\x93\x5f\x3b\x84\x8f\x8e\x8d\x66\xe4\xff\x22\x6d\xb0\x50\xee\x56\x07\x5e\x01\xab\xa1\x55\xde\x04\x98\xe4\xfc\xc8\xcb\x7c\x87\xef\xdf\xca\x34\x59\x40\x66\x5a\xb1\xc1\x2f\x23\x0b\x34\x65\x06\x14\x51\x87\x44\x3a\xe7\xa6\xca\x9a\x39\x52\x1b\x48\x70\xfa\x5a\x79\xfb\x91\x62\xa1\x67\xbc\x37\x99\x8d\xdd\xc5\x16\x81\xe3\x7c\x41\x19\x11\xd9\xb2\x49\xcc\xbf\x06\xf5\x77\x1a\xd4\xbe\x21\xb6\x7f\x4c\x9d\xdf\xa7\xc7\x03\x74\x0f\xf7\x46\xf2\xbf\xfd\x43\xb4\x85\xd4\xc9\x2c\xa3\x79\x0a\xac\x26\x99\xad\xd9\xe5\x08\xea\xb9\x82\x2a\xcf\xd6\xda\xf5\xd4\xa3\x7b\x3d\x8a\x52\x84\x6e\x1c\x42\xc7\xcf\xf4\x44\x53\xec\x7a\x89\x4b\xa3\x56\xbf\x23\x79\x8e\x66\xc6\x7f\x94\xd6\x3a\x2f\x59\xea\xe7\x8c\x08\xc8\x09\x17\x81\x37\xa8\x19\x5a\x52\xa4\x70\xff\x3c\x18\x62\x5e\x5f\xce\x08\xcb\xe6\x34\xd1\x1b\x43\x5d\x6a\x74\x61\xd2\xfc\xe2\xdb\xca\xa3\xfb\xe0\xc8\x2e\x09\x53\xab\xae\x1f\x6e\x14\x84\xdb\x22\x6a\xe3\x85\x34\x2c\x59\x17\x74\xb7\x13\x6c\xf6\xc8\x75\x6d\x74\x72\x7e\x7a\x65\xee\x27\x98\x1d\xef\x14\x8a\x95\x52\x16\x7d\xfe\x8c\x4a\x46\x0a\xe1\x70\x3e\xa3\x5c\x48\x6e\x8c\x0c\xa6\xb5\x53\x63\x43\xd3\x6b\x16\xb5\x84\x64\x5d\x49\xd0\x4e\x07\xac\xc1\x74\x60\xe0\xed\x86\xac\xc1\xb3\x04\x46\x96\x96\xf1\x64\xed\xe8\x51\xd3\xe6\xa8\xfc\x0a\x5a\xf6\xc6\xfe\x49\xbe\x76\x01\x78\x26\x50\x75\x63\x67\x47\xbb\x1e\x5e\x61\x01\xca\x67\x84\xd7\x53\xc2\x13\x28\x64\xb6\x72\x3d\xd1\xc6\xd0\xdc\x32\xc5\x38\x29\xb7\xef\x6c\xbf\xa6\xa6\xf8\xf9\x69\x9c\x4c\x7b\x87\xdd\x54\x62\x79\x4d\x9f\x38\x69\xf6\x5b\xa4\xd9\x04\x5d\xa5\x41\xe9\xc0\x70\x5b\xfb\xd7\x74\x60\xbd\x17\xba\xd7\x48\xee\xfa\x5f\xb4\x00\x37\x5b\x7c\xce\xb4\x8f\x06\x83\x1e\xb5\x9b\xb7\xb6\x71\x9e\x1b\x95\x8f\x72\xe1\x4d\x11\x93\x6b\x59\xa3\xff\x2b\x2d\x80\x8f\xd0\x1b\x9c\x64\x48\xd9\xd1\xf4\x42\x31\x45\x39\xc2\x28\x05\xad\x9f\x4f\x55\xd9\x86\x09\x68\xff\xdd\x6b\x34\xfc\xef\x68\xff\x15\x12\x19\xad\x38\x2e\x52\xf4\xea\xa5\x3a\x1b\x2a\x4f\x5f\xe0\x88\x32\x84\x67\x92\xab\xfe\x54\x17\xd9\x7f\xf1\x53\x50\x26\xc2\x48\x54\x5b\x72\xf6\x68\x43\xa6\x9d\x3c\x92\x1a\xf5\x04\xda\xf5\xb9\x84\xaa\xd1\x35\x25\xc7\xcf\xd0\x6b\x45\x0b\xc3\x98\xac\xc6\x84\xa3\x9d\x39\xa3\xcb\xb1\xa0\xe8\xee\xee\x6e\x37\x86\x49\x66\x96\xe4\x73\xb4\x2d\xa8\xba\xb0\x75\x65\x2a\x4f\x42\xce\x66\xb7\xad\xc8\x84\xb3\xe6\x1a\xe5\xd8\x62\xd4\x63\xaf\x49\x91\x9a\x7d\xed\xbc\xbc\x7d\xe9\x4f\xc0\x5c\xa9\x67\x91\xb9\x2b\xa6\x6a\x9a\xed\x2e\xa6\xbc\x45\x0f\x0f\xeb\x35\x6f\x0d\xd7\xfb\x86\x4b\x4b\x6f\xa3\xeb\x55\xef\xeb\x14\xdf\xed\xb6\xb5\xbe\xa3\x4f\x1d\xfd\xe5\x5d\x72\x7f\xc8\x83\x6a\xaf\xe6\xcf\xef\xf2\xb7\x20\xec\x9f\x88\x92\xa1\x7b\x8a\x69\xa2\x75\xa7\xf2\x4b\x56\xc2\xab\xbf\x56\xc2\x57\x1f\xbf\x4d\x56\xc1\xff\x3e\x38\xf8\x3f\xdf\x88\xb2\xb6\xa9\x3f\x09\x3d\x5b\x6b\xa1\x91\xe2\xe9\xf1\xb5\x1a\xc6\x0a\x79\x4e\x49\x56\xaf\xa1\x02\xba\x10\x7f\xf9\xf2\x87\xb6\xcf\x98\x31\x0f\x2b\x33\x9f\xdc\x2d\x95\x34\x39\x47\x83\x83\xff\x76\x3b\xe8\x00\x14\x1c\xf1\x18\x28\x95\xbe\x25\xd7\x89\x51\xc8\xd8\x1d\xce\xaa\xc5\xac\x95\x7a\x3c\x56\x97\x9e\xa8\xa1\x70\xd8\xfe\xc3\x83\xef\x1e\xd7\x3b\xe5\xbe\xbc\xd9\xee\x26\xd6\x1c\xbd\x37\x3d\xa3\x68\x01\x6f\x4b\x8a\x26\x4c\xa0\xf6\x51\xf4\xac\x1e\xbc\xf8\xae\xdf\x1c\xed\x76\xbd\xe0\x64\x9b\x13\xdc\x3a\x3a\x0b\x58\x96\xea\x7e\xd5\x60\xf2\xe6\xea\xd3\x9b\xab\x81\x01\x6a\x35\x00\x52\xa0\xb3\xe8\xb7\x8f\xfa\x2d\x6d\xb5\x2a\xd8\xd4\xe1\xa1\xaf\xa4\xc7\x43\xad\x8b\x08\x0d\x6d\x5e\x64\x2c\x5a\xdd\x3c\xf9\x38\xb9\xfe\xf0\x6e\xfa\xe6\xea\xea\xc3\xd5\x44\x4f\xdc\x70\x30\xb7\xb6\x14\x80\xfe\xe1\x88\x0d\xfb\x96\x3b\x09\xe8\x0a\xcf\xf5\x35\x3b\x79\x90\x7b\xff\x8f\xf3\xf7\xff\x42\xfa\xca\x7f\x92\x41\x72\xa3\xdc\x37\xb4\x0b\x86\x3c\xf5\x6a\x67\x24\x29\xa2\xf2\xf8\x48\x6f\xa1\x8f\xc6\xda\xda\xed\x70\x60\x6f\x7c\xa1\x1d\x86\x8b\x94\x2e\xcd\x55\xcc\x7f\x57\x5c\xb9\x82\xe9\x5b\xe0\x37\x05\xbd\x2b\x14\x10\xbe\x8b\x30\x77\x28\x2b\xb0\x12\x55\x6d\x3f\xf0\xc7\x2d\xc3\x32\x6d\xa1\xdd\xab\x34\x4c\x4f\x66\x4f\x32\x35\xd5\x49\x71\xe0\xd5\xd1\x7e\x1f\xe3\xf1\x82\x88\xac\x9a\x8d\x12\xba\x1c\xdf\x54\x33\x60\x05\x08\xe0\x63\xe3\x07\x3c\xd4\x16\xa2\x59\x4e\x67\xe3\x25\xe6\x02\xd8\x38\xa1\x85\x60\x34\xcf\x81\x71\x63\x3f\x2a\x6f\x16\xe3\x64\x99\x7a\x39\xc6\xc2\xb1\xa0\x9b\xc8\x56\x35\x51\xac\x67\x7e\x3d\xae\x3e\x67\xbe\x82\x8a\x83\xd1\xec\x28\xf5\xba\xa4\x47\x2d\x93\xcc\x70\x72\x93\xd3\xc5\x91\x6d\xe2\xb5\xfe\x1d\x58\x00\x51\xb7\x70\xb2\x6e\xdb\xfb\x36\x58\xc6\x76\x0b\x61\xad\xde\x4e\x85\xa4\x55\x02\xc3\x81\xb7\x5d\x38\x9d\x46\x23\x6e\x45\x70\x9e\x44\x1d\x1e\xc0\x0d\x3e\xfc\x62\xcf\x3b\x26\x3f\x44\xda\xd0\xc3\x6b\x6f\x84\x84\xf0\xbb\xf1\x55\x06\x9c\x02\xe7\x3e\xda\x28\xe6\x7e\xdb\xba\x1a\x69\xbf\xe8\x55\xc6\x94\xf0\x32\xc7\xab\xc3\x8d\x4b\x5a\xd7\x75\x7d\xeb\xa3\x81\x49\x73\x6b\x5a\x47\x32\x2e\xaa\x99\x25\x84\x35\x48\xf9\xe0\xc2\xc1\x8c\x12\x33\x64\xa7\x8d\xd1\x52\x56\xc4\xfd\x17\x7f\x33\xaa\xc1\x20\x33\x85\x62\x25\x4b\x84\xa9\x72\x15\xaa\x1b\x76\x5d\x4a\x42\xd4\xbc\x2d\xdf\xd4\x16\x22\xc7\x67\x3b\x71\x6e\x00\xec\xb1\xea\xd9\xaf\xe5\x75\x8b\x10\xfa\xd7\x50\x6d\xed\x2f\xf7\x5e\xae\x23\x1c\xea\x9d\x59\xf6\xe7\xd0\x2c\xcd\xa1\xb1\xe9\x0c\x5a\x60\xed\x4a\xdd\xc0\x6a\x14\x22\x5e\x62\xee\xdd\x7d\x32\x76\xdc\x96\x4e\x77\xa3\xe9\xb4\x01\xc0\x66\x47\x1e\x31\xaf\x36\xdf\x48\x1f\x9e\x3c\xb1\xe6\x87\x27\x28\xbc\xd5\xa1\xae\xd8\xd6\xa6\x89\xe0\x42\xc7\x44\xa7\xc7\x6e\x77\xfd\x86\x5b\x07\x9b\xf8\xf8\xd7\x58\x45\x0d\x96\xeb\xdd\xe6\x9d\xe3\xca\xf5\xc9\x25\x32\xb7\x5a\x78\x53\x1c\x7c\x8e\xb6\x45\x52\x4e\x9c\x34\x38\xba\x3e\xb9\x7c\xdd\xb0\x11\x3a\xad\xbe\x48\x4a\x65\xe0\x73\x35\xac\xe9\xa1\x91\x6a\x00\x28\xbd\xa0\xba\x6f\xd3\x5f\xa4\x3b\xd7\x5d\x28\x68\xa0\xfd\xef\xe7\x68\x1b\x8c\xd1\x44\xc9\xb0\x75\x55\xdf\x96\xd2\x10\x4b\x51\xeb\x53\x76\x6e\x53\xc1\xd9\x59\xcc\x19\xdb\xa5\x1b\x24\xe2\x6e\xbf\xe8\xf7\xd0\x7d\x45\xf1\x6c\xa8\x00\x5a\x63\x60\x66\x66\x84\x88\xfe\x01\x6f\x74\x0a\x89\x39\x60\xac\x3d\xb0\x76\x1f\x97\xa3\x08\x7e\x23\x8c\xbe\xad\xf2\xe5\x3f\x6f\x28\x9c\x4c\xf7\xbd\xc6\xa3\x91\xa2\x81\x74\xdf\xe6\xd7\x71\xc2\x14\x83\x89\xd9\x20\x63\xfb\x07\xd2\x41\x13\xbe\x0b\x2f\x6a\x89\xd6\xeb\xc8\xf9\xa6\x30\xe4\x6c\x76\xc9\xaa\x5c\xdc\xe7\x4b\x54\x51\xd3\x4b\xeb\x78\xf7\xf1\xb4\x97\xb3\x57\xa9\xcf\xd9\x3f\x9e\x76\x73\xf6\x2a\xd5\xd4\x74\x35\x02\x6a\xd6\xa9\x9d\xd4\x8c\x17\xe9\xce\xdd\x98\xb3\xd7\x55\xbf\x31\x67\xff\x7e\xac\xbd\x35\x08\x72\x78\xbe\x98\x2d\x6f\x00\xed\x8f\xc7\x52\xbf\x1e\x09\x1c\x3b\xfc\x12\x3a\x44\x59\x99\xbd\xbd\xcd\x83\x0e\x34\x58\xd9\x95\x2b\xd4\x66\x66\x5f\x9d\x17\x7e\xaf\xd5\xdb\x74\xea\x37\xe4\xb2\x51\x03\x53\x50\x6e\x57\x2a\x1c\xcd\xdc\xc9\xe9\xbc\x56\xfd\x30\x28\x41\x10\xed\xf2\x60\x82\x03\xea\x4a\x6d\x61\xbe\xa1\xfc\x2d\x1b\xc1\x25\x3b\x02\x4e\xb6\xa7\xac\xe7\x25\xa9\xa6\x6b\x97\x97\x24\xf2\x0f\x80\x71\xb7\xc8\xc6\xa9\xd0\x1e\xf8\x1b\xe7\xfd\x2e\x77\x4e\xe7\xa5\x1e\x16\x0c\x8f\x8c\xf5\xa9\x11\x35\x66\x8b\xe7\x9d\xb9\x19\x14\x7d\x9c\xf1\x4a\x6a\x3f\x7f\x1d\x0e\x71\x43\x18\x1f\xcc\x5d\xcd\xe1\xc7\xab\x73\x0d\x23\xaa\x90\xee\x85\x51\xcf\x3d\x8b\x87\xbb\x95\xbf\x21\x84\x73\xa3\xac\x53\x53\x54\x41\xf0\xaf\xf1\x6f\x08\x64\xa2\x77\x4d\x0f\x88\x7f\xef\xbf\x31\x34\xe6\x22\x01\x6a\x7c\x3b\xa3\x67\xbb\x68\x8c\x66\x0c\xf0\x4d\x54\xcb\xf3\x5b\x0f\xde\xbf\xc3\xd1\xfb\x2b\x1c\xbe\xdb\x79\xcd\x70\xa1\x27\x1f\xae\x26\xee\xf2\xb0\xba\xa5\x69\xd5\xaf\x4b\x92\x64\x04\xf2\x1b\x9c\xdf\x2c\x71\xa1\xd4\xb0\x46\xf3\x6e\xd4\xab\xc3\x84\x32\x3e\xa4\x25\x14\xc3\x50\x6b\x53\x47\x67\xf3\x99\x44\xc0\x1b\x14\x17\xa5\x86\x1b\x9c\x50\xc6\x8d\xc9\xc0\xe6\x6f\x21\x99\x88\x2e\x19\xcc\x95\x87\x3f\x5a\x82\xc8\x68\xca\x51\x01\x90\x72\x84\xeb\x20\x12\xb4\xd4\x4c\x09\x17\x29\x4a\xc9\x7c\x0e\x0c\x0a\x81\xae\xb4\xc2\x50\xae\x3b\x0d\x90\xcc\xd1\x8e\x5b\x02\x1a\x18\x3a\x42\x4f\x3f\x5c\x5e\x9f\x7f\x78\x3f\x79\xba\xeb\x71\x88\x56\x40\x8c\xa7\xfa\xc0\x3f\x3c\xd1\x6a\xe4\xa1\xf2\xd7\x32\x2b\xec\xc0\x75\x45\x75\x43\x65\xe9\x9c\xda\x9b\x1f\x79\xca\x88\xa0\xe0\x09\x83\x14\x0a\x41\xb0\xf6\xf9\xdb\xb0\x61\xaf\x56\xac\xf5\x10\xe8\xd3\xc3\xc8\xc4\xd8\xb0\xa1\x77\x9a\xe6\xb1\x46\x4c\x56\xd8\xc7\x0d\xc1\x1a\xa6\x1f\x03\x5b\xef\x07\x8f\x01\xfb\x0e\xdf\x0f\x8f\x17\xd0\x00\xf8\x0e\xdf\x1f\x2f\x60\x1d\xa8\x13\xad\x94\x1c\x5e\xaf\x4a\x38\xd0\x41\x77\xca\x1c\x93\x02\x25\x19\x66\x1c\xc4\xd1\xc7\xeb\xb7\xc3\x9f\x36\x02\x71\xa1\x62\xd5\x1c\xa0\x3d\xaf\xb4\x53\x5c\x5b\x45\xa2\xa7\x10\xfb\x6b\x9e\xfd\x31\xe6\x59\x8b\x27\x86\xc2\x90\x3e\x57\x0c\x9d\xee\x32\x2a\x12\xdd\x11\x91\xd9\x92\x58\x99\x4a\x9b\xfc\xcf\x5a\x48\x1b\xd2\x91\x0d\x17\xfe\x96\xb0\xb6\x73\x5f\x6d\xf9\x1d\x4d\x20\xa1\x2d\x99\xf7\x0f\xef\xb5\x55\x5f\x59\x88\xf8\x8d\xfe\xbe\x16\xab\xcf\x9f\xd5\xad\xc5\xef\xe6\x57\xf5\x47\xeb\x7a\xf4\xe0\xa8\x9d\x5a\xfe\x83\x9d\xa1\xbe\x2b\x95\xff\x10\x4e\x4b\x7f\x3c\x0a\xac\x77\x33\xda\xc8\x70\xac\x58\xb1\x26\x15\xa2\x1d\x06\x7a\xcf\xc3\xca\x5e\x2a\xef\x74\x71\x70\xf1\x03\x88\x09\x61\x6c\x9c\x46\xae\x2f\x26\x88\x17\xc4\xea\x8f\x9c\x67\xad\xc3\x41\xc5\xf2\xd1\xe3\x08\x0c\x2d\x2b\x2e\x10\xce\xef\xf0\x8a\xeb\xf8\x31\x0d\x15\x21\xe8\x85\xf4\x3c\xb8\xe5\x3e\x79\x7f\x5e\x43\x30\xb7\xb5\xb9\xba\xa0\x4c\x2b\x96\x00\x52\x71\x87\xe7\x54\xa2\x44\xc4\xa8\x89\x43\xd3\x59\xc6\x0c\xf4\x64\x72\x71\x02\x4c\x90\xb9\x72\x7b\xde\xfd\x7d\xf7\x86\xaf\xed\x02\x87\xbe\x9d\x4f\xe8\xf7\xe7\xc4\xea\x22\x70\xbb\x2b\x2a\x86\x2b\x7a\x78\x50\x31\x5f\x1f\xc5\x4e\xfe\x1a\x90\xef\x36\x20\xdf\x70\x1f\x7d\xc4\xca\xff\xf3\xb9\x02\xff\x49\xa6\x4b\x63\xfd\x3e\x7e\x48\xff\xe3\x7d\x90\xff\x24\x03\xb9\x4e\xaa\x51\xa2\x42\x42\x97\x4b\x28\x04\xba\x7c\xf3\x0e\xf1\x0c\x7b\xef\x11\xb8\x17\x13\x12\x61\xbc\x1e\xb9\x15\x40\x16\x52\x2a\x50\x17\x97\x42\x87\x2b\x5c\xa4\x5e\x40\xae\xfa\x95\x1d\xdb\xe2\x96\x6d\xe6\xc0\x77\x34\x95\x23\x0e\xcb\x93\x0c\x92\x1b\x5e\x2d\x03\xb9\x8b\xe7\xd3\xa4\x9e\x63\xa8\xeb\x0b\x81\x79\xb3\x32\xa0\x49\x03\x9a\x0a\xdd\xf1\xe5\xd0\xfa\xd6\xc5\xdb\x2a\xcf\x4f\x32\x4c\x0a\x7f\x81\x34\xfa\x65\xdf\xb7\xe8\xeb\x5f\x88\x49\x0c\x6a\xab\x83\x5c\xe0\x52\x45\xf8\xeb\xf9\x7c\x53\xb0\x5f\x67\x7a\x0b\x8c\xcc\xe3\x44\xe9\x36\x1f\xa3\x4e\x2f\xe4\x38\x7d\x8e\x2b\x91\x5d\x5f\x4c\x94\x45\xa4\xe1\x33\xed\x7b\x6f\x7b\xa5\x22\xfe\xed\x2f\xf7\x7e\x88\x72\xad\xf5\xcd\x7b\xc4\x93\x6d\x8c\x4e\x8e\xdf\x92\x1c\xde\xe3\x25\x34\x90\x89\x4d\xd5\x66\xe5\x4b\x58\x4e\xce\x8e\x5b\x53\x56\xc7\xe5\xef\x9d\xb9\x3d\x40\x6b\x8c\x5a\xa3\xab\x07\xc8\x34\xd0\x31\xba\x3d\x90\x3f\xa9\xea\xfa\x39\x80\x2e\xd8\x29\x94\x22\xeb\x00\xdd\x0b\x5b\xdf\x64\x26\xb4\x38\x55\x10\x36\x5a\x2b\x4d\x20\x6a\xb8\x2f\xf1\x22\x58\x2d\x5e\x4c\x91\x97\x7f\xff\x11\xbd\xfc\xfb\x2b\x74\xd4\x87\x89\x03\xb2\x31\x47\xdc\x6c\xb3\x6b\x44\xd1\x41\x8d\xf0\x38\x7d\x5f\x83\xa5\xb8\xe0\x39\xeb\xae\xf5\x77\x20\xd3\x79\xed\xc0\x6f\xe7\x71\x37\x06\x1e\x73\x73\xdc\xb6\xb4\xc1\xed\x71\xbf\x38\xae\x44\x76\xe9\x57\x91\xa3\xd5\x73\xe9\x3c\x4e\x03\x77\x01\xfb\x4a\xdb\xcd\x46\xc7\x65\x79\x45\xa9\xf0\x67\x8c\x32\x9d\x54\x8c\xa0\x23\x34\xde\x6d\x58\x52\x0d\x03\xf9\x61\xef\x85\x42\xaa\x0b\x5c\x30\x38\x1b\xcc\x99\xba\x77\x31\x1b\xef\x51\x48\x80\x1e\xf3\xae\x9f\xda\xad\x76\x80\x7b\x5d\x7e\x28\x41\x42\x21\x88\x6e\xa7\xe9\x0e\xee\xc5\xbf\xb1\x86\xa4\x19\x4d\x35\x83\x6f\xb9\x5f\x77\x58\x33\xd5\x17\x1a\x0c\xd4\xf5\xe8\x88\x45\xb2\x26\xe6\x1b\x83\x9f\x5a\x8f\x5a\x23\x1e\xb7\x1f\x1a\xbb\x56\xe3\x0b\x06\x26\x0e\x6b\x73\xdc\x23\x96\x65\xf5\x3d\xda\xbc\x6c\xa0\x4d\x74\x10\xd2\xc6\x17\x89\x32\xda\x65\xec\xdc\xb8\x2d\x15\x07\x3b\xf2\x75\x93\xc7\x44\xce\xfe\x42\xe2\x5c\x78\xdd\x71\xf7\xc3\xea\x98\x90\x5f\x4a\x30\xd7\xc2\x3b\x7f\xb0\x1b\xa6\xcd\x47\x8d\x80\x9c\x8a\x6f\xcd\x5b\x61\xee\x1b\x68\x13\xaf\xbd\x6d\x53\xdf\xa0\x79\xd4\x64\x35\xef\x0f\xd9\xfb\x72\x9b\xb8\xde\xd7\x88\x49\x08\x43\x03\x61\xe8\x40\x74\x0f\x57\xbb\xb1\x47\x98\xde\x1f\x87\x44\xf7\xe0\xf5\x4e\xcc\xe0\xb1\x0b\xf7\xed\x37\xaf\x4f\xf8\x41\xbb\xea\x3b\x7a\xfa\x6b\x5e\xe5\x88\x30\x25\xf7\xd6\x4a\xb3\xac\x91\xa4\x96\xf8\x5e\xbf\x72\xe4\x3f\x1e\x33\x08\xe8\xaa\x0e\x79\xa3\xd7\x34\x5d\x99\xf3\x53\xf4\xc2\x02\xe1\x4a\x4c\x89\xbe\xaa\x54\xc3\xea\x78\x74\x29\x86\x59\xf4\x01\xa7\x00\xb1\xde\x17\x9c\xd6\x8c\x81\xda\x00\x4c\x20\xf1\xee\x59\x24\x17\x6e\x7c\xcd\x2b\xef\x0c\x03\x60\xc3\xdd\x2c\xb8\xfc\x54\x46\x37\x2b\x13\xf6\x48\x1e\xf6\x76\xd6\xeb\x05\x76\xbd\x8b\xa8\x93\xeb\xf0\x8e\x2c\xb2\x7b\xb5\x09\xec\x7c\xa4\x5d\x39\x9a\x5b\x76\xcb\x7a\xda\xf1\x0d\x26\x82\x91\x44\x0c\xaf\x19\x2e\xb8\x3c\x6b\x0f\x27\xe6\x99\xde\x03\xb4\xc4\xf7\x43\xbc\x80\xa3\xe0\x62\xec\xe4\x7a\xe2\x6c\xee\x8d\x33\xb6\xcc\x3b\xd7\x0f\xe0\x4c\xaa\x59\x4a\x97\x98\xe8\x40\x4c\xf6\x59\x9c\x49\x35\x3b\xd5\xa9\xf5\xf1\x3b\x02\xe3\xd2\x9c\x83\x95\xda\x41\xfd\xe9\x8a\x37\x66\xe8\x43\xd7\x8c\x88\x10\x5f\x85\x6c\x73\xb3\xe1\x82\x2e\xb8\xb9\xe2\xf1\x98\xfb\x56\x5d\x0b\xbf\x19\xfa\xb4\xc9\x2f\x3f\x6a\xa5\xc6\x79\x71\xe5\x42\x7d\xac\x0d\xb6\x19\xa2\xef\x28\xd4\xbe\xa4\xd6\x6c\xec\x93\xe0\xfe\xe3\x79\x8f\x79\x82\xaf\x0b\xc6\x61\x5b\xd1\x13\x59\x76\x51\xb9\xcb\x06\x1a\xb2\xd1\xba\xd4\x21\xad\xa5\x1b\x72\xda\x1c\xe5\x0d\xed\x0b\xb6\x91\xad\x68\x5b\x1e\xd6\x0f\x8e\xd0\xce\x02\x84\x71\x3e\x3b\x2f\xf4\xdd\xa1\x40\x2c\x1e\x99\xcc\x3a\x74\x51\x03\xd2\xf8\x99\x82\x25\x45\x24\xac\x9e\xcc\x95\x3b\xa0\x9a\xb5\x22\x03\x64\x6b\x2f\x6d\x6e\xa0\x98\x71\xbd\x2e\x42\x07\xba\x81\x41\x30\x70\xea\x1c\x44\xa4\x54\xdf\x49\xce\xaf\x77\x55\xe5\x5d\x55\x7c\x97\x38\xbf\x8a\x71\x9e\x8b\x52\x6b\xfc\xcc\xc5\x97\x41\x82\x22\xad\xf3\x4b\x70\xa1\xde\x57\x4d\x32\x02\xb7\xfa\x06\x72\x62\x9f\xb9\xa8\x23\xfb\x32\x94\xe1\x5b\xfd\x00\xf4\x64\x72\x81\x7c\x1d\x8a\x77\x2d\x7b\x4e\xf5\xc3\x11\x31\xd3\x5a\x3d\x7f\x77\x28\x8b\x9c\x1c\xde\x52\x96\xc0\x64\x72\xe1\xf6\xdc\x47\xb0\xc8\x16\x30\x0f\xce\x6e\x6b\xb0\xb7\x10\x14\x5a\xcf\xa6\x22\xfb\x17\x16\x5d\x4e\x52\x68\x33\xd7\x56\xa8\xfb\x26\x7f\x45\x11\xa1\x28\xba\xc8\x5b\xb5\xb6\xcc\x43\xa4\x26\x36\xab\xba\x67\xed\xde\x33\xc5\x9e\x77\x9b\x75\x72\xd4\xb0\xc8\x2d\xc4\x10\xf8\x0a\x51\x17\xec\x17\xe8\x0c\xfe\x86\x8e\xd6\xc5\x43\xb0\x2e\x84\x2a\x82\xc4\xfa\x00\x0c\xad\xf6\xac\x5a\xea\xef\x7f\x3b\x8c\xf5\x2c\x26\xc5\xa1\xcd\xa3\x35\x38\xec\xc2\x68\xea\xdd\x32\x1d\x8a\x2a\x3c\x50\xdf\x2e\x13\x99\x0c\x21\x97\x6e\x3c\x96\xef\x97\xf7\x1e\xc4\xaf\xe3\xb4\x46\x32\xa7\xac\xca\x41\xb1\xeb\xe6\x03\xfb\xb6\x84\xff\xf7\x48\xae\xcb\xce\x6b\xa7\x35\x62\x1f\x7e\x3e\x9e\x5c\x9e\x50\x06\x92\xd9\xb4\xa6\xe9\xfa\xe6\xe9\x1d\xe6\xe5\xd0\x2b\x37\x4c\xec\x7d\xfc\xe1\x5a\x74\x22\x24\xee\x25\xea\x06\x31\xf4\xc2\x0a\x1b\xc6\xd2\xf3\x2b\xca\x55\xff\x1b\x42\xe2\xc5\xd8\x43\x4c\xed\xfa\xe8\xe9\x14\xd1\x90\x20\x1d\xfc\x5c\xf9\x2b\x58\x32\xd4\xd1\x16\x02\xe5\x46\x28\xd7\x54\x22\x9b\x06\xcf\xd6\xa2\xa6\x8a\xe5\xb0\xb3\x82\x94\x12\x64\x9a\x2a\x3d\xd5\x31\x67\xeb\x80\x99\x26\x6e\x34\x08\x93\xd3\x80\x53\x3f\x95\xe7\xbe\x09\x88\xe1\x89\x81\xe2\x81\x6c\xce\x95\xa1\xbb\x3d\x95\xde\x3f\x47\xdb\x39\xd1\x71\xd8\x9c\x2a\xcc\xde\xea\xb0\xae\x7e\x7d\x13\x43\xd7\x6e\xa5\x0f\x1f\x3d\x1f\x3b\xce\x14\x13\xb2\x28\x48\xa1\x4f\x16\x41\x2d\x9f\xb1\xee\xed\x6b\xc5\x96\xeb\x81\xac\x25\xeb\x6c\x00\x74\x23\x51\x54\x6d\xf8\x44\xbf\xad\xee\x88\xe1\xc4\x1a\xec\x47\xdb\xab\x23\xec\x3d\x47\x09\x03\x99\x11\xc4\xd4\x0b\x69\xa7\x82\x25\x5a\xda\xbb\x10\x78\xbd\x14\xb7\x0a\x52\x55\x50\x45\x82\xd4\x50\xba\xe0\x77\x8b\x97\x4d\xc2\xbf\xc6\x9c\x24\xa7\x64\x01\x5c\x68\x32\x49\x86\xd3\xf6\xe1\xaf\x6d\x91\x9d\x35\x75\x10\xe5\x99\x4c\x1d\xb4\x4e\x02\x72\x62\xaa\xac\xc6\xc9\xb9\x09\xe4\x0a\x70\xbe\x6c\xcb\x6c\x75\xfd\x69\xc5\x81\x69\x2e\xda\x0b\xe8\x2d\xc9\xe3\x27\xdd\x58\x5c\x08\x09\x3d\x55\x75\x7f\x03\x7a\x1a\xc0\x6f\xc6\xaf\xbd\x84\x5a\x1a\x17\x09\x80\x32\xf2\xab\x9e\x2d\x83\xb6\xb2\x61\x93\x81\xaf\x6f\x11\xa8\x3f\x3b\xee\x6e\x84\x51\x08\x74\xf0\x81\x9e\x79\xda\xdd\x70\x87\x16\x5d\x8b\x1a\xa3\x8f\x57\x17\xf1\xb3\x79\xc5\x08\xfa\x7f\xcf\x7c\x7d\x40\xcf\x06\xd1\x50\xa9\x1b\xd8\xee\x4e\x53\x34\x37\xc6\x10\x36\xea\x56\x9f\x76\xc8\xff\xfe\xb8\x9a\xa2\x46\xbb\x5f\x47\x6b\xa4\x63\x72\xae\x5c\xac\xa3\x8a\x83\x3e\x36\x23\xcc\xb5\x4e\x59\x50\x77\x39\xf7\x39\x9a\x55\xc2\xc4\x46\xa1\xb7\xc0\x18\x49\xfd\xb0\xa1\x1b\xcc\x20\x7b\x16\xfe\x24\x9b\x68\x4d\xa1\xd6\xca\xe9\x50\x6a\x87\x63\x14\xc0\x8c\x0e\xd1\x46\x7a\xd1\x8e\xb6\x1a\x62\xf4\x46\x44\xdd\x42\x97\x98\xeb\xa3\x34\xdc\x0b\x86\x13\xe5\xfd\xa0\x2d\xa9\xbe\xa1\x57\x50\x55\xc6\xdc\x77\x5a\x43\xc3\xc7\x99\xa4\x6b\x18\x9d\xe6\x68\xcc\xb9\x4c\xbb\xa6\xee\xd9\xd7\x75\x24\xe2\x3c\x1f\xea\x6e\x0c\x65\x37\x1c\x89\x3c\x3b\xb6\x7e\x69\x56\x7b\x2a\x7c\xd9\x38\x74\x34\xd2\xcd\x36\x37\x85\xe6\x3b\x2c\xf8\x28\xeb\xf4\x35\x36\x05\x0f\x4e\xea\x29\xb7\x7d\x38\x7c\x9a\x46\x02\x11\x7d\xc5\x2e\x6f\xda\xb9\xc7\xd4\xf3\x3b\xb3\xe1\xce\xb4\x85\xd4\x69\x04\xdd\xc1\x8c\xeb\xd7\x39\xeb\xf7\x1d\xf9\xc6\xb6\x07\xff\xfb\x68\x1e\x85\xf4\xe8\xea\x3f\x20\x19\x3d\xd6\x79\x1b\xa3\x6d\xdc\x1c\xf1\xd2\x47\x58\x40\xfc\xcf\x7b\x8e\xb4\x6e\x2a\xda\xce\x59\xf8\x80\x87\x4f\xaf\x47\x5a\x60\xfa\xdb\x8f\x3c\x9c\xf9\x65\x76\xc2\x7f\x0d\xa5\x24\x34\x3c\xbf\x0c\x5b\xf4\x83\x79\xf7\x9e\x9d\xd7\xbc\x8d\xd6\xd3\x6e\xfd\x94\x9f\x2c\x6f\xdb\x8d\xbd\x60\xf6\x65\xb4\xec\x6a\xa1\xaf\x67\x9b\xf0\x0d\x1f\xae\xb7\x33\xf4\xee\x06\xbd\x40\x94\x6b\x9f\x01\xe2\xde\x04\x7c\x4c\x7d\xf5\xda\xa6\x57\xbf\xc7\x7c\x1c\x01\x14\x35\x6b\x3f\xc2\x48\xdb\x61\xca\x8e\xa2\xd2\xb5\x17\xba\x07\x76\x1b\x83\xb6\x31\xee\xe1\x50\xc7\xdf\x7b\xb5\x53\x36\xfa\xe6\x6b\x0b\xb7\x25\x11\x64\x21\xb7\xe2\xb3\xeb\xeb\x4b\x7a\xbf\x42\x9f\xaa\xbc\x00\x86\x67\x24\x27\x62\xd5\x28\x6c\x35\x6b\x77\x77\x77\x23\x1d\x68\x31\xa1\xcb\xf1\x2c\xa7\x8b\xb1\x81\x43\x8a\xc5\x50\x64\x30\x54\x8f\xba\xdc\xaf\x86\xb7\x3e\xb4\xe1\x1d\x11\x99\x09\xec\xd8\xdf\x65\xed\xd3\xda\xfa\x5a\x9e\x14\xad\x27\xfd\x05\x35\x8f\x44\xdb\x18\x9d\x1d\x07\x53\xef\x7d\xff\x3c\xef\x0b\x57\x10\x45\xef\x73\xe4\xd9\x7f\x87\xe3\xe7\xf0\xf9\x7f\xaf\xed\x6e\x4e\x65\xd8\x5c\x24\x1c\x85\x57\xbd\x29\x94\x1b\x76\x59\x47\xa7\xe0\xf1\x29\x5c\xa4\x3d\x70\xe3\xa0\x27\x50\xa4\x6b\xe0\x32\xc0\x8f\x87\x7b\x05\x38\x84\x1b\x01\xac\xa5\xfe\x3e\xa7\xcc\xd8\x09\x45\xfd\xfb\xda\x55\x6d\x91\xdf\x87\xdd\x79\xf4\xe9\x3a\xfd\xf8\x87\x8a\x1e\xb8\x7d\x5e\x6d\x2f\xbf\x10\xb2\xf3\x44\xea\xa4\x4a\x0c\xae\x71\x68\x68\xd0\x23\x02\x3e\xee\xb1\xe0\x7f\xca\x7b\x21\x3a\x65\xe9\x0d\x81\xa9\xb6\xf5\x46\x6b\x46\xa7\xac\xac\xa4\x2d\xc1\x1d\x56\x78\x03\x57\x1d\x9e\xe3\x5f\x27\xdc\x30\xd8\x9e\xfd\xb6\xd0\x79\xa1\x9e\x49\x47\x74\x8e\x4c\xc8\x0f\xc1\x56\x8a\x21\x17\x70\x2f\xbc\x77\xb3\xb4\x5d\x68\x06\x73\xca\xc0\x9c\xd1\x95\x0d\xac\xd0\xf5\x22\xd8\x4a\x00\xce\xec\xd9\x85\xad\x62\xd2\xef\xe1\x5e\xb8\x73\x46\x13\xff\x30\xb3\xf6\x88\x17\x6c\xf5\x9e\x16\xe7\x29\x2c\x4b\x2a\xac\x1b\x6a\xcc\xca\xa7\xed\x45\xb4\xc8\x57\xe8\x8e\xb2\x1b\x6e\xf5\x80\x26\x26\x27\x22\x5c\x1d\xa5\x12\xba\x2c\x19\x70\x0e\x69\xd7\xa1\x35\xe2\xe2\x97\xa6\xaf\x31\x87\x88\x76\x73\x53\xb9\xee\x58\x05\x36\x19\xaa\xe8\x5b\x76\x06\x6f\xac\x04\x1a\x3f\x43\xc7\x69\x8a\x70\xb1\xf2\xa3\x42\x84\x9e\xf4\xfa\x0e\x76\xbc\x4f\x81\xfc\x5a\xd7\xf1\x5c\x3d\xd7\x1c\x3b\xed\x68\x58\x4b\x44\xcc\x93\x14\x7d\xc5\x20\xd6\x16\xef\x8e\x76\x37\x56\x62\x69\x65\xf0\x9d\x7e\x00\x5c\xee\x02\xb5\x95\x57\x1b\x02\x04\x45\xd8\xda\x22\xad\xf6\xc3\x9c\xc4\x9f\xab\x7a\x69\x1a\x3e\xd7\x62\x37\xd9\x2e\x3b\x6f\x86\xf9\x25\x83\x39\xb9\x0f\xd4\x88\x0a\x20\x1a\xe8\x86\x9a\x21\x4e\x86\x83\xf5\x3a\x10\xfd\x45\x82\xef\xfc\xd8\xb4\xaf\xfc\xae\x11\x77\xfe\x43\xa2\xe5\x6c\x34\x37\x3a\xd5\x53\x66\xb8\x62\x9a\x14\xc5\xc5\xf4\xed\x20\xe5\x28\xb5\xa9\x1f\xc7\x63\xc3\xde\xd6\x4e\x03\x3b\x81\xfa\xde\xdb\xe7\xad\x32\x54\x79\x35\x0e\xcc\x94\x1a\xec\x6e\x5a\x81\xce\xe7\x83\xb6\x9b\x80\xdd\x6f\xc3\x27\x8c\xdb\x5f\x97\xf0\x11\xb4\xf1\xa8\x93\xf1\x57\x6b\x73\x6d\xb9\x6b\xba\xa1\x0a\xbf\x03\xdf\x2d\xf4\x9e\x22\x70\xc1\xff\xf0\x2d\x26\xb9\xb2\x95\x5a\x4f\x10\xc3\x5b\x82\x4a\x46\xd9\xdd\x5a\xad\x8f\x6c\xd9\xf9\xbe\xa7\x50\x10\x48\x47\xe8\x0a\x30\xa7\x26\x70\x8a\xeb\xf4\xa9\xca\x6c\xd6\xde\x1c\x85\xfe\x2b\x60\x1d\xee\xec\x1d\x57\xde\xc2\x1b\x32\x3a\x36\x3a\x52\x11\xfe\xd5\xdd\xb0\x24\xa7\x55\x2a\xa7\xc0\x2d\x51\x6c\xd5\x7a\x82\x48\x3a\x56\x5a\x5c\xe9\xbd\xec\x1e\xf5\x9d\xb7\x85\xcf\x7e\x9f\x48\xec\xc6\xfa\xdc\xb8\xf7\xa6\xe3\xa5\xe8\xd7\x73\x25\x67\x51\x0f\x16\x10\x8e\x66\x20\xf7\x9c\x25\x2d\x88\xa0\x0c\x52\x0f\x8a\x8a\xa7\x22\xe5\x2a\x63\xf1\x44\x9c\xce\xc5\x9d\xdc\xa9\x76\x72\x72\x03\x88\xaf\x78\x4a\x16\xbb\xed\xfe\xf5\x45\x80\xef\x8d\x59\xde\x73\x93\x57\xd7\x3b\x38\x68\xbe\xb2\x66\xbf\x3a\xdc\xf9\xc6\x64\xec\x8a\xce\x1e\x4e\x9d\x3a\x2a\x8d\xfd\xf3\xff\x07\x00\x00\xff\xff\xe8\xa1\xa4\x8f\x62\xa2\x00\x00") func etcNginxTemplateNginxTmplBytes() ([]byte, error) { return bindataRead( diff --git a/internal/ingress/controller/config/config.go b/internal/ingress/controller/config/config.go index 0186a7658..6baa1b1fc 100644 --- a/internal/ingress/controller/config/config.go +++ b/internal/ingress/controller/config/config.go @@ -340,6 +340,10 @@ type Configuration struct { // http://nginx.org/en/docs/http/ngx_http_gzip_module.html UseGzip bool `json:"use-gzip,omitempty"` + // Enables or disables the use of the nginx geoip module that creates variables with values depending on the client IP + // http://nginx.org/en/docs/http/ngx_http_geoip_module.html + UseGeoIP bool `json:"use-geoip,omitempty"` + // Enables or disables the use of the NGINX Brotli Module for compression // https://github.com/google/ngx_brotli EnableBrotli bool `json:"enable-brotli,omitempty"` @@ -542,6 +546,7 @@ func NewDefault() Configuration { SSLSessionTimeout: sslSessionTimeout, EnableBrotli: false, UseGzip: true, + UseGeoIP: true, WorkerProcesses: strconv.Itoa(runtime.NumCPU()), WorkerShutdownTimeout: "10s", LoadBalanceAlgorithm: defaultLoadBalancerAlgorithm, diff --git a/rootfs/etc/nginx/template/nginx.tmpl b/rootfs/etc/nginx/template/nginx.tmpl index e269df009..8f6010c47 100644 --- a/rootfs/etc/nginx/template/nginx.tmpl +++ b/rootfs/etc/nginx/template/nginx.tmpl @@ -81,6 +81,7 @@ http { set_real_ip_from {{ $trusted_ip }}; {{ end }} + {{ if $cfg.UseGeoIP }} {{/* databases used to determine the country depending on the client IP address */}} {{/* http://nginx.org/en/docs/http/ngx_http_geoip_module.html */}} {{/* this is require to calculate traffic for individual country using GeoIP in the status page */}} @@ -88,6 +89,7 @@ http { geoip_city /etc/nginx/geoip/GeoLiteCity.dat; geoip_org /etc/nginx/geoip/GeoIPASNum.dat; geoip_proxy_recursive on; + {{ end }} {{ if $cfg.EnableVtsStatus }} vhost_traffic_status_zone shared:vhost_traffic_status:{{ $cfg.VtsStatusZoneSize }};