diff --git a/pkg/controller/integration/initialize.go b/pkg/controller/integration/initialize.go index 04a95b4da4..7a55d803a9 100644 --- a/pkg/controller/integration/initialize.go +++ b/pkg/controller/integration/initialize.go @@ -55,30 +55,32 @@ func (action *initializeAction) Handle(ctx context.Context, integration *v1.Inte return nil, err } - if integration.Spec.IntegrationKit == nil && integration.Spec.Kit != "" { - // TODO: temporary fallback until deprecated field gets removed - integration.Spec.IntegrationKit = &corev1.ObjectReference{ - Name: integration.Spec.Kit, + if integration.Status.IntegrationKit == nil { + if integration.Spec.IntegrationKit == nil && integration.Spec.Kit != "" { + // TODO: temporary fallback until deprecated field gets removed + integration.Spec.IntegrationKit = &corev1.ObjectReference{ + Name: integration.Spec.Kit, + } } - } - if integration.Spec.IntegrationKit != nil && integration.Spec.IntegrationKit.Name != "" { - kitNamespace := integration.Spec.IntegrationKit.Namespace - kitName := integration.Spec.IntegrationKit.Name - - if kitNamespace == "" { - pl, err := platform.GetCurrent(ctx, action.client, integration.Namespace) - if err != nil && !k8serrors.IsNotFound(err) { - return nil, err - } - if pl != nil { - kitNamespace = pl.Namespace + if integration.Spec.IntegrationKit != nil && integration.Spec.IntegrationKit.Name != "" { + kitNamespace := integration.Spec.IntegrationKit.Namespace + kitName := integration.Spec.IntegrationKit.Name + + if kitNamespace == "" { + pl, err := platform.GetCurrent(ctx, action.client, integration.Namespace) + if err != nil && !k8serrors.IsNotFound(err) { + return nil, err + } + if pl != nil { + kitNamespace = pl.Namespace + } } + kit := v1.NewIntegrationKit(kitNamespace, kitName) + integration.SetIntegrationKit(&kit) + } else { + integration.Status.IntegrationKit = nil } - kit := v1.NewIntegrationKit(kitNamespace, kitName) - integration.SetIntegrationKit(&kit) - } else { - integration.Status.IntegrationKit = nil } integration.Status.Phase = v1.IntegrationPhaseBuildingKit diff --git a/pkg/controller/integrationkit/monitor.go b/pkg/controller/integrationkit/monitor.go index 84177b115f..336a574ce9 100644 --- a/pkg/controller/integrationkit/monitor.go +++ b/pkg/controller/integrationkit/monitor.go @@ -54,6 +54,11 @@ func (action *monitorAction) Handle(ctx context.Context, kit *v1.IntegrationKit) return kit, nil } + if kit.Spec.Image != "" && kit.Spec.Image != kit.Status.Image { + kit.Status.Phase = v1.IntegrationKitPhaseInitialization + + return kit, nil + } return nil, nil } diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go index ad5e8eba6a..1b7a486388 100644 --- a/pkg/resources/resources.go +++ b/pkg/resources/resources.go @@ -467,9 +467,9 @@ var assets = func() http.FileSystem { "/traits.yaml": &vfsgen۰CompressedFileInfo{ name: "traits.yaml", modTime: time.Time{}, - uncompressedSize: 38748, + uncompressedSize: 38972, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6d\x6f\x1c\x37\xd2\xe0\x77\xff\x0a\x42\xcf\x01\x7a\xc1\x4c\x4b\xce\x22\xbb\x39\xdd\xf9\x16\x8a\xed\xec\x2a\x89\x6d\x9d\xe5\xcd\xe2\xe0\x0b\x76\x38\xdd\x35\x33\xb4\xd8\x64\x2f\xc9\x96\x3c\x39\xdc\x7f\x3f\xb0\x8a\x6f\x3d\xd3\x92\x46\x4e\x14\x44\x87\x67\xf7\x43\x2c\xa9\xbb\x58\x2c\x16\xeb\xbd\xaa\x9d\xe1\xc2\xd9\xd3\x67\x53\xa6\x78\x0b\xa7\x8c\x2f\x16\x42\x09\xb7\x7e\xc6\x58\x27\xb9\x5b\x68\xd3\x9e\xb2\x05\x97\x16\xfc\x6f\x8c\x5e\x08\x09\xf6\xf4\x19\x63\x53\xf6\x43\x3f\x07\xa3\xc0\x81\xa5\x1f\x15\x77\xe2\x1a\xf0\xdf\xef\x3a\x50\x97\x2b\xb1\x70\xcf\x18\x6b\xc0\xd6\x46\x74\x4e\x68\x75\xca\xce\xa4\xd4\x37\x96\xd5\x5a\x59\xbf\xb2\x12\x6a\xc9\x6e\x56\xa2\x5e\x31\xa5\x1b\xb0\xcc\xad\x80\x09\xe5\x60\x69\xb8\x7f\x81\x75\xba\x39\xb0\x87\x8c\x1b\x60\x20\xc5\x52\xcc\xa5\x5f\x80\x31\xa7\xd9\x1c\x98\xad\x57\xd0\xf4\x12\x1a\xa6\xd5\x84\xcd\xb9\xc5\x7f\x31\xc9\xe7\x20\xad\xff\x97\x07\xe7\x01\x4f\x98\x36\xec\x46\xb8\x15\x02\x37\xd3\x4e\x37\x69\xa7\x8c\xab\x06\x61\x72\xe5\xc4\x34\xfe\x76\x14\x5c\xa7\x1b\x8f\x22\x77\x88\x10\x97\x06\x78\xb3\x66\xa6\x57\xb8\x8f\x62\x3d\x5b\x21\xc4\x73\xb7\x6f\x59\x23\x2c\x9f\x7b\x1c\xe7\x6b\xd6\xc0\x82\xf7\xd2\x55\x44\xcb\x0e\x8c\x13\x91\x9a\x44\x7e\x50\xf8\x2c\xed\x71\xdd\xc1\x29\x9b\x6b\x2d\xf1\xc7\x01\x1d\x5f\x72\xe5\x09\xd0\x7b\x14\x9d\x0e\xaf\xf9\x4d\x86\xd5\x18\x67\x78\xb2\x95\xa7\x38\xfd\xd3\x32\xbb\xf2\x68\xbb\x95\xf0\x07\xd0\xb6\x5a\x21\xdc\x84\xca\xba\x2a\x10\xe9\x74\x33\x2d\x78\xe1\x6e\x6c\xce\xe4\x0d\x5f\x7b\xa0\x53\xa9\x6b\xee\xc0\xb2\xb6\x97\x4e\x74\x12\x98\x81\x4e\x8a\x9a\x5b\xa6\x17\x5b\x87\x2b\x88\x60\x96\xb7\x10\x30\xf1\xb4\x63\x07\x81\x4a\xec\x08\xf9\xee\xe8\x70\x0b\xaf\xf2\xa0\xee\x45\xee\x2d\x5c\x83\xf9\x5d\x70\xf3\x4f\x24\xbc\xa6\xc4\x36\x05\x7a\xfb\x1f\x7f\xb6\xce\x08\xb5\xdc\xdf\x46\xf2\x15\x2c\x84\x02\xcb\x38\xb3\xe0\x3c\x3e\x3b\x5f\x07\xba\x0a\x01\xc7\x9d\x2f\xc4\x6d\x47\xfd\x2b\xb1\xc6\x0b\x72\xe0\xc1\xca\x35\x73\x2b\x6d\x81\xb5\xdc\xd5\x2b\x7f\x3d\xfc\xd2\x08\x9d\x59\x90\x50\x3b\x6d\x26\x01\x6b\x03\x12\x45\x87\xdf\x8a\x7f\x6a\x29\xae\x41\x21\x72\xb6\xe3\x35\x1c\xd2\x95\x73\x2b\x18\x21\x85\x5d\xe9\x5e\x36\xfe\x2e\xa4\x13\x6e\x02\x58\x7f\xdf\xef\x64\x9d\xa7\xba\x59\xa5\xdd\x1d\x1b\x8e\xdb\x9d\xf7\x42\x36\x60\x06\x82\xdc\x99\xfe\xb7\x91\xe3\x1f\x56\x10\x17\x20\xe9\xc2\x84\x25\xd9\xaa\xb8\x94\xeb\x24\x98\x1a\x70\x60\x5a\xa1\x00\xf7\x3a\x07\xeb\x98\x17\xfc\x0e\x96\xeb\x24\xc7\x3d\x18\x2f\x84\xbd\x56\x58\x88\x65\x6f\x80\x9d\xe7\xbd\xff\x20\x9c\x7d\x02\xf2\xf2\x1a\xcc\x5c\x5b\xb8\x17\x91\xd7\xb4\x72\x78\x9c\x49\xbd\x5c\x06\xdd\x41\x74\xa8\x75\xdb\x69\x05\xca\x05\x45\x63\xfb\xae\xd3\xc6\x31\xe1\xd8\x01\x54\xcb\x2a\xa0\xf0\x03\x57\xe2\x2a\xd2\xae\xd3\xcd\x50\x46\x26\x52\xed\xc8\xda\x67\x4c\x0a\x4b\x3c\x9d\x5e\x0d\x2a\xb6\x33\xfa\x5a\x34\x44\x35\x17\x0f\x9d\x39\x6e\xaf\x12\xa3\xd5\xfe\x06\x3c\x1e\x9b\xbd\xf4\xe0\x03\x93\xd5\xc3\x63\xcc\x0c\x73\x0d\xc6\x0a\xad\x50\x94\x9f\x75\xbc\x4e\xef\xfd\x80\xbb\x35\xbd\x72\xa2\x05\xe4\x32\xbc\x80\xd0\x30\x29\xe6\x86\x1b\x01\x76\xc2\x08\x72\xb8\x56\x51\x5f\x3f\x01\xa6\x0b\xdb\x9a\x86\xdd\x17\x08\xd1\x51\x6f\xa3\xe4\x09\x8a\xe7\x35\xbd\x9a\x46\xa2\x84\xb7\x3d\x8a\xbd\x05\xb6\xd0\x66\x53\xef\x54\xec\xdc\x31\x7d\x0d\xc6\x88\x26\x30\x15\xc3\x67\xa2\x36\x8c\x20\xbc\x64\x0c\x9a\xb3\xb8\xc2\xec\x22\x70\x46\x16\x4e\xb5\x56\x8e\x0b\xf5\x98\xe2\xe9\x65\x5c\xe2\x3e\xde\x29\x78\x3e\x18\x02\x25\x76\x8c\xdd\xac\xc0\xc0\x96\x2a\xbe\x11\x52\xfa\x03\x40\xda\x70\x69\x75\xbc\x2a\x36\x81\xa6\x07\x3d\x3d\x2f\xc1\x5c\x8b\xda\x2b\x0f\x6b\x75\x2d\x92\xcc\x0e\x97\x2a\xad\xf7\x04\x78\x8e\xf7\x4e\xdf\x8b\xc5\xde\x5e\xc9\xa5\xf0\xef\x1e\xac\x9b\xd6\x5d\xbf\x23\x87\xb6\x42\x89\xb6\x6f\x19\x6f\x75\xaf\x50\x2e\xbd\xbc\xf8\x07\xc2\x11\x86\x2e\xe6\x26\xec\x16\x5a\x6d\xd6\x5f\x0c\x9e\x5e\x1f\x5d\x41\x8a\x56\x3c\x08\x77\xfe\x79\x47\xdc\x09\xf2\xc3\x30\xdf\x02\x7e\x07\xe6\xf0\xb9\xdb\x45\x23\x8d\x72\xcc\x71\x64\x17\x04\x82\x12\x56\x70\x76\x95\xae\x62\xe4\xe8\xa1\x7d\x65\x5c\xb1\x9a\x50\x6e\x64\x13\xe5\xc5\xe3\xac\x11\x8b\x05\x18\x50\x0e\x5f\x0e\x18\xa3\xa7\x34\xb8\x16\xd9\xec\x9e\x7d\x73\xf2\xcd\xc9\xec\x70\x73\xd9\xa9\x8a\x76\xfa\x3d\x34\xbc\x73\x79\x0f\x24\x89\xbf\x3b\x11\x0a\xf7\x23\xa3\xb5\x72\xae\x1b\xa2\x65\x89\x40\xd3\x07\x53\xa5\x57\xde\xa8\x22\xa7\x38\x00\x21\x64\x86\x24\x21\xab\xc0\x0e\xcc\xff\x88\x6e\x49\xae\xdb\xb1\xfa\x22\xa2\xdd\x8a\x1d\x12\x6f\x14\xc5\xa8\x2f\xd0\x9e\xd8\x46\x71\x9b\x74\xbb\xe2\x85\x17\x42\xa8\x62\x45\xff\x66\x45\x6e\xb7\xff\x67\xc3\x66\x85\xc8\x9e\x6d\x78\xe0\x85\xb9\x34\x07\x3b\xdd\x55\xc2\x5e\xe0\xe3\x64\xc7\x35\x9b\xd7\x85\x60\x45\x4f\x6b\x8c\x81\xd1\x6f\x9c\x1d\x6e\xae\x3f\xed\xb8\x5b\xed\xb0\xe9\x0b\xee\x56\x9e\x94\xbc\xae\xc1\xa6\x85\x10\x04\x3b\x48\xfa\x78\x76\xbc\x02\x2e\xdd\x6a\x76\x58\xb1\xb7\xda\x41\x74\x2a\xd2\x61\x44\xc9\xee\x39\xc8\xdb\x3d\xc1\xcc\x84\x46\x2b\xf6\xef\x9e\x9b\xab\xde\x0e\x8c\x26\x0b\xce\x79\x3b\x55\xb8\xa0\xf8\xc0\xfa\x75\x48\xd7\x07\x98\xa5\x76\x5c\x70\x21\xd1\x0f\xd2\xcc\x3a\x6e\xdc\x50\xee\x5d\x83\x02\x6b\xa7\xde\x09\x13\x5c\x4e\x1b\x90\x7c\x3d\xbc\x23\x7f\xfa\x6a\xc4\x91\xef\xdb\x39\x18\x2f\xf4\x2c\xd4\x5a\x35\x96\xf1\x85\x03\xb3\x41\xe9\x15\xb7\xb4\xa4\xbf\xb6\xb0\xd0\x06\xd2\x82\x79\xef\xfe\x8c\xbc\xca\x23\x0c\xdc\xa6\x5c\x0e\xf8\xf9\xdd\xeb\xde\x7d\x39\x66\x74\x4d\xf2\x01\x79\x80\x96\xe9\xde\x6b\xdf\xae\x93\xc1\xca\xce\x14\x8c\x2b\xd3\xe3\xa3\x38\x75\x60\x84\x6e\xee\x47\xe9\xef\xfa\x86\xe9\x85\x03\x34\xeb\x3a\x30\xde\xc0\xca\x98\x6c\xae\xbf\xcb\xca\xb6\x47\x96\x9b\xba\x95\x01\xbb\xd2\x72\x07\x24\xde\x04\x45\x5b\x6b\x65\xa1\xee\xd1\xed\x0d\x60\xc0\x66\x49\x4b\xb4\xd1\xe4\xd3\x2a\x2b\x1a\x30\xd0\xc4\x07\x17\xbd\x0c\xd4\x21\x9a\xae\xf8\xb5\x67\x2c\xcf\x60\xd0\x54\x0f\xdf\x86\x7f\xb1\x37\xf0\x6b\xb7\x11\xc0\xdc\xbb\x0b\xc2\x73\x6c\x07\xb8\x3f\x68\x1e\xb2\x09\x03\xbc\x11\xbf\xeb\xd5\x49\x2b\xee\x78\x77\x32\x86\xbf\xfb\xe5\x49\x4b\xdf\x45\xb7\x47\xba\x3e\x3b\xad\xfd\x14\x2e\xd0\x4e\x1b\xf9\xe3\x5f\xa1\xad\x6d\x24\xbf\xd3\xa0\x73\xf3\x18\xa9\x8d\x7d\x74\x3a\x8d\xd7\xc8\xa3\xfe\x66\x6f\x9d\x6e\xc5\x2f\x31\x12\xe6\xb7\xa0\x7b\xe4\x7b\x62\x4a\x51\x13\x19\x45\x0b\xe6\xd8\xe3\x19\xe2\xb7\x85\x5a\xb5\x15\xfb\xe7\x4a\x48\x60\x4a\x9b\x16\xe3\x6c\x5c\x0d\xd4\x6e\x70\x03\x2c\xe3\xac\xd3\x7e\x59\x04\x39\x07\xc6\x29\x42\xdf\x77\x14\x02\xa1\x8c\xc5\x84\x59\xdd\x42\x5a\x1e\xa3\x3a\x76\xe2\xa9\xba\x62\xdc\xb2\x39\x77\xf5\x8a\x7d\xd2\x73\x3b\x89\x80\x4b\x88\xb5\x13\xd7\x18\x48\xe1\x8e\xd9\x0e\x6a\xb1\x10\x35\x5b\xe9\xde\x24\x37\xba\xe1\xeb\x94\x77\xe1\x79\x19\x94\x59\xe8\xbb\x08\xd5\xbb\x98\x2b\xf9\x4e\x1b\x5a\x39\x60\x81\xa2\x69\x48\xcd\x96\x3b\x30\x82\xcb\x48\xc4\x72\xe7\xdc\xef\x79\x70\x6c\x0c\x0f\xe3\x7b\x3d\x67\x42\x59\x07\xbc\xf1\x4b\x72\x2f\xe0\x54\xc3\x4d\xc3\x1a\xe8\xa4\x5e\xb7\xa0\xdc\xc4\xdb\x31\xda\x60\x2c\x53\x33\xcb\xaf\x3d\x03\x59\xdd\x1b\xef\xb1\xdf\xac\x20\x1b\x39\xe5\x8a\x8d\x06\xb2\x9d\x14\xd0\x09\xa3\x75\xeb\x99\x1b\x9a\xaa\x0c\x7f\xc4\x48\x9e\x97\xac\x6c\x61\x34\x09\x92\x85\x96\x52\xdf\x44\x1b\xaf\x08\xfb\x61\x70\xff\x9a\xcb\x1e\x89\x1b\x3d\x8f\x44\x89\x53\x36\x43\x16\x99\x4d\xd8\xcc\xff\xd6\xff\xd7\x5b\x6c\xee\x97\x59\x85\x26\xb1\xe9\x65\xd8\xbf\xbf\x57\xbd\xf5\x17\xa5\x24\x4d\x22\x0b\x0f\x51\x8d\x84\xc9\x29\x9b\x46\xe0\xa7\xb4\x6f\x3a\x33\xeb\xa9\x1f\xcf\xfd\xc6\x08\xe7\xe5\x22\xb7\x84\x14\x7c\xee\x0c\x58\x4b\xdc\xf9\xba\x5a\x56\x01\xc4\xa9\x13\xf5\xd5\x5f\x09\xc0\x8b\x3f\x9f\x9c\x9c\x9c\xcc\x2a\x0f\x7f\x03\xe7\xd3\x18\x62\x51\x79\x9f\x19\x64\x26\x72\xd0\x52\x49\x47\x1c\x04\x99\xb1\x17\x7e\xb1\xc7\x3a\x4e\x0e\x91\x05\x17\x63\x2b\x27\x87\x11\x25\x0f\xf7\xd4\xf1\xf9\x5f\x63\x86\xe4\xc5\xc9\xf1\x57\xff\xe5\xff\x74\xb2\xb7\xff\xf7\x68\xec\x3f\x7f\x9d\x79\xd6\x0d\x58\x9e\x3a\x23\x96\x4b\x30\x7f\xf5\x60\x5e\x9c\xd0\x13\x27\xc7\x5f\xdd\xf9\x7e\xb5\xff\xc7\x0f\xe6\x44\x6a\xec\xe8\x6d\x45\xce\x89\xaf\x25\xc9\x7d\xb3\xd2\x72\x33\x62\xb8\x28\x12\x6d\xba\x77\x29\x6e\xe8\xb1\x6b\xa0\x96\xdc\x40\x83\xd7\x7c\xcd\xda\xde\x3a\x2f\xd3\x21\xe5\xdc\x36\x97\x10\xb6\x85\x7a\xc5\x95\xb0\xad\xa7\xc4\x8d\x36\x57\xac\xd6\xc6\x40\xed\xe4\x60\x47\xf9\x22\xed\xb0\xa7\xfd\x33\x24\x11\x67\x16\x3a\x6e\x42\x54\x98\x02\xe1\x2e\x45\x90\x37\x23\xf2\xc5\x75\x4f\x32\xbd\x49\x2e\x50\x90\x23\x81\x30\x19\xd9\xc4\xe1\x69\x63\xde\x77\x27\xb6\xf2\x6e\xe4\xe7\x94\x3a\x99\xaf\x8b\xcb\x5a\x9d\xc5\xcc\x5e\x94\xb0\x69\x4d\xe3\x21\x64\x29\xec\x57\x04\xee\xbd\x72\x7a\x12\x8a\x5c\x42\xb8\x05\x01\xa9\x00\x31\xdc\xf4\xfc\x14\xc9\x5c\xbc\x2a\xd3\xf8\xb7\x72\xb1\xbc\xd6\x81\x70\xfb\xfb\x5e\xb7\x82\x05\xe5\xbd\xc0\x22\x24\x3c\xd3\x66\x59\x71\x0c\xc1\x57\x18\x69\xae\xae\x4e\x63\xc4\x19\xef\x7e\x08\xbc\xaf\x0f\xab\xcb\xe8\x74\x6e\x8a\xbf\xba\x37\x06\x94\x93\xeb\xd3\x88\x6b\x94\x1a\x01\x2f\xaf\xc4\x92\xd4\xdb\x2f\x8e\x7f\xc1\xa5\x9c\xf3\xfa\xea\xde\xab\xf5\x0f\x0b\x83\x08\x36\x9d\xb5\x68\x3b\x09\x5e\x25\x90\x88\x0f\x7c\x40\xab\x33\x50\x4d\xa7\x85\x72\xec\x20\x2e\x7d\x98\x8e\x3d\x29\x18\x67\xd6\xc1\xef\xbd\x43\x5b\x71\x3b\x22\x8f\x87\x5c\xac\x88\x06\xf5\x7a\xda\x69\x29\xea\x5d\x02\x84\xfb\x97\xe1\xe4\x2d\x5b\xe9\x1b\x34\x85\x0c\x70\x97\x81\xb9\xa0\x9f\x62\xa2\x84\x33\xbf\xec\x4f\x5c\x8a\x86\x79\x85\x53\x5e\xd1\xd3\x29\xdb\xc3\x62\x8d\xbd\x53\xc6\xa9\x68\x23\xe0\x89\x46\x96\xe9\x55\x01\x57\xae\xff\xdb\x94\xed\x7d\xa7\xcd\x5c\x34\x7b\x29\xd6\x71\x78\xea\x39\x6e\x2e\x9a\x08\xb6\x40\xc4\xf4\xca\x5b\x1a\x57\xa2\xeb\x3c\xb9\x14\x7c\xc6\xdf\x31\xb1\xf0\x5c\xe5\x2d\x23\x8c\x3f\x78\x97\x44\xed\xef\x3b\xb6\x10\x4a\xd8\x15\x34\x6c\x0d\xce\xaf\xf5\x1e\x3a\xc9\x6b\xd8\x8b\x0c\x52\x73\x55\x83\xb4\x99\x73\x52\x55\xc6\x27\xaf\xe9\x30\xed\x83\x6f\x58\x0a\x61\xa0\x45\xa2\xe0\x86\x69\x05\xfb\x0f\x8d\x6e\x9f\xf5\x4e\xb7\xdc\x89\x1a\xef\x2b\xd9\x11\x63\x06\x49\x14\x97\x78\xf7\xb9\x94\x41\x0e\x7a\xf2\x82\x70\xab\x14\x46\x44\xcb\x00\x6d\x72\x6f\x1c\x14\x96\x92\x37\x82\xfb\x16\x0c\x3b\xd0\x4a\xae\xef\xbc\x05\x78\x6f\x52\x14\x27\x32\xa6\x36\x1e\x1c\xb7\xd6\xdb\xdb\x19\x1a\xa0\x4e\x6c\x84\x17\x9f\x33\x14\x23\x5b\x0f\x1d\x56\x18\x45\x8b\x71\x65\x14\x7d\x91\x3b\xa4\xdc\x46\xd1\x6e\xc8\x6f\x7a\x00\x51\xcc\xb6\x70\x50\xec\xde\x66\xb4\xd1\x14\x67\x45\xd9\x42\xc4\xec\x79\x3b\x1b\x7d\x65\x76\x72\xfc\x9c\x1d\xd1\xff\x67\x93\x1b\x34\x85\x67\x7f\xfa\xba\x25\x5d\xfd\xf5\x89\x9d\x85\x3c\xde\x61\xb6\xf8\x1b\xe8\x40\x35\xa0\x6a\x4a\x87\x3e\x52\xb2\xe9\x55\xb1\xca\x9d\x09\x71\x3e\xe0\x1d\xde\x34\x31\xcc\x16\xd8\xac\x00\x93\xca\x37\x36\x59\x2b\x56\x08\x78\xa0\x86\xdd\x70\x54\x4d\x78\x27\x37\xf2\x47\xec\xe3\xcf\x25\x1d\xa4\x5e\x3f\x66\xc2\x2d\xae\x30\xee\xff\xc0\xe7\x4e\x8a\x5a\xf8\xab\x49\x25\x11\xb8\x83\x2b\xa1\x50\x6c\xae\xc4\x92\xa2\x9f\x12\xae\x41\x26\xf3\x9b\xb6\x8a\x11\xc7\xf1\x6b\xf6\x04\x12\x66\x7e\x8b\x3b\x48\xef\x50\x19\x77\x2b\xa5\x1a\xb0\x78\x11\xb3\xdb\x42\xc4\x9b\x83\xbb\x01\x50\x6c\x96\xff\x30\x9b\x94\x6a\x73\xfa\x49\xcf\xe9\x82\x5c\xd1\x49\x4e\x43\xdc\x7e\x46\x82\xa9\xf6\x4a\x22\xd6\xac\x64\xbf\xc7\x1b\x0b\x51\x86\x8e\xc6\x78\xab\x0d\xd6\xf2\x2b\x3f\xea\x05\x8b\xdb\x4e\xd7\xcb\x80\xed\xb4\xb2\x58\x05\xe5\xd1\x5d\x82\x02\x93\xf7\x52\xa8\xd8\x01\x86\xac\xe0\xaa\x96\x5f\x79\xb1\x79\x47\x7e\x37\xe6\xb3\x6b\xd9\x5b\xb7\x95\xa1\x2d\x6f\x18\xa8\x6b\x61\xb4\x7a\x5c\x3a\x14\x8b\x64\x42\xf4\x31\x4e\x10\x84\x8d\xd3\x4c\xa8\x4f\x9e\x73\x92\xb7\x3b\x44\x8e\xb1\x6b\x6e\x84\x67\x6f\x1b\xf7\x57\xee\x3d\x85\x04\x73\x30\x60\xf6\xf6\xec\xcd\xeb\xcb\x8b\xb3\x97\xaf\xbd\x02\xba\x78\xf7\xea\x5f\xfe\x17\xa4\x83\xb4\xd7\x65\x4f\xa1\x48\x27\xed\x6b\xda\x82\xe3\x3b\xd6\xea\xd8\x40\xcb\x60\x10\x16\x84\x20\x05\x9c\x69\x51\x9e\x4d\xa2\xef\x56\xaa\xd0\xb3\xc3\xec\x30\x73\x8d\x31\xda\x4c\x57\x5c\x35\xf2\x31\x85\xf3\x60\x99\xa0\xf2\xc3\x4a\x81\x8f\x22\xd9\x03\xe7\xbc\xf6\x2f\xb0\xbf\x27\xbc\x18\x0b\x22\x59\xa8\x10\x64\x1b\x04\x9e\x48\x89\x3d\x01\x1e\x30\xb0\xd8\xd1\xdb\x45\x92\xb1\x48\x32\x03\x0b\xca\x71\xa6\x8a\x28\xed\xdd\xbc\xde\x1b\x38\x8a\xf1\x0e\x4b\x49\xa9\x58\x2f\x97\x5f\xc5\x45\x97\xf5\x23\x05\x1d\x3d\x9e\x7f\x7b\xc9\x3e\xe0\x09\x2e\xb9\x99\xf3\x25\x4c\x6b\x2d\xbd\xda\xb0\x64\x73\x26\x89\x9e\x0a\x97\x95\x66\x52\xab\x25\x18\xa6\xa0\x06\x6b\x79\xa8\x3f\xe8\x3b\x3d\x0c\x27\xf6\x5d\xc3\x43\x80\xee\x0f\x7e\xaa\x8d\xb0\xb5\xbe\x06\xb3\x9e\xd6\xde\xf3\x2c\x10\xaa\x8e\xbb\xab\xe5\x31\x41\x4f\x4f\xbd\xf4\x0f\x7d\x58\x77\xb0\x8d\xea\xab\xf8\x0c\xab\xa5\xf0\x37\x19\x01\x06\x87\xdf\x6f\x60\xc2\xc8\x78\xf7\x06\x34\x55\x8a\x79\x89\xd8\x08\x7b\x45\x5a\x96\x2a\x32\x66\x5b\xf7\x3e\xfc\x3e\xdf\x7c\xa1\x96\x86\x32\x2b\x0f\xe2\x8c\xad\xf3\x3f\x27\x38\xb7\x9a\x5d\x3a\xb8\xba\x31\x5d\x9f\x6b\x90\xd0\x11\x7a\x16\x3d\xf7\x81\x89\x49\x57\x5c\xf7\xce\x8a\x06\xd8\x8d\x36\xb2\x89\x6e\x53\xa1\x57\xc3\xd2\x21\xe5\x1e\xb8\x81\xcd\xd7\x81\xac\xb4\x73\x6f\x65\x60\x0d\x36\x8f\x55\x23\x28\x7f\x9a\xa2\xaa\xb0\x5c\xfa\xc0\xad\x8c\xee\x97\x94\xfa\x99\x45\x5b\x85\xb0\xf4\x3b\x3c\x7c\x02\xec\xb8\xd2\xd6\xed\xe2\xb1\x1f\x1d\xbd\x0f\x0e\xd6\xd1\x51\x35\x2c\xb4\xf0\xbb\xf7\x60\x36\x6b\x50\x02\xd7\x54\x0f\xf6\x5a\x3f\x8c\x39\x1f\x98\x3f\x20\xf6\x49\xc7\xb4\x79\x20\xbd\xc5\x84\xc2\xdf\x3f\x7c\xb8\x88\x75\x26\x31\x12\x12\xbd\xbf\x6c\x0b\x0a\xeb\x84\x7e\x44\x61\x77\xee\xe1\x07\x56\xe7\xc9\x64\x1e\x2d\xe6\x8b\x85\x9e\x81\xc7\xce\x03\x66\x2c\x5d\x84\x16\xec\x2a\x5b\x38\x9e\xd1\x6b\x6e\x0a\x6d\x8f\xb6\x4d\xef\xe6\x28\xe4\xcf\x2f\x98\xe1\x6a\xf9\x24\xa4\x21\x12\x66\x07\xfe\x7b\x19\xc9\xe6\xcf\xf7\x00\x43\xa1\xd3\x14\x0a\x3d\x4c\xb1\xd0\x97\xe7\xaf\xde\x33\xdb\xcf\x15\xa4\xaa\xe4\x54\x88\x1e\xb0\x98\x13\xcb\x98\x1a\xba\x22\x6b\x41\x87\xd5\x19\xfd\x79\xcd\x0e\x66\xcf\x4f\x2a\xfc\xff\xf1\x37\x93\xe7\x7f\xf9\xaa\x7a\xfe\x67\xfc\xe1\xf9\x57\x93\xe7\xff\xd5\xff\xf4\x0d\xfd\xf8\xe7\x28\x39\x73\xb1\xce\xa0\x38\x88\x8e\xe7\x5e\x1a\x7f\xa7\x83\xce\x03\x0a\x6d\xa1\x83\x10\xfa\x20\x66\xe1\xa8\x2b\x64\xd6\x4a\xe8\x63\x02\x3a\xab\xd8\xb7\x69\xd1\x22\xa4\x49\x85\xfc\x94\x5a\xf0\x07\x46\x26\x9c\xf7\xcc\x0b\x67\xcc\x33\x0b\x56\xd2\x80\xf3\x7f\x09\x0c\x9d\xeb\xe4\x22\xfe\x9f\xb4\xd4\x57\x82\x3f\xe2\x15\xf9\x9e\x56\x88\x97\x24\x44\x6d\xed\xb0\xc4\x9e\x48\x13\x1f\xfd\x9e\x5f\x73\xc6\x97\xa0\x1c\x25\xe3\x2e\x01\xd8\xca\xb9\xce\x9e\x1e\x1f\x07\x84\x2b\x6d\x96\xc7\x06\xb0\x5e\xae\x86\xe3\x95\x6b\xe5\x31\xbe\x61\x2b\xff\xef\x3f\xfe\xa5\xa8\xf9\xb4\x06\xb3\x8b\x58\xf6\x44\xbc\x78\xfd\x86\x81\xaa\xb5\x57\x52\x2f\xcf\x98\x7f\x53\x2c\xa2\x85\xe7\x0f\x89\x75\xdc\xad\x26\x09\xdf\x6b\x30\x62\x11\x6d\x86\x18\x94\x4c\x2f\x81\x9d\x04\x0b\xd1\xef\x04\xdd\xee\x59\x67\xb4\xd3\xb5\x96\x18\x80\xc3\x2a\x38\x1b\x3c\x8a\xde\xc2\xd4\x5a\x39\x25\x60\x53\xde\xbb\x15\x28\x17\x16\x8f\xd7\xc3\xbf\x84\x7c\x98\x2d\x8c\xe3\x6b\x6e\x8e\x4d\xaf\x8e\x2d\xd4\x06\x9c\x3d\xce\xf5\x9a\x9e\xc9\x83\xd8\xe3\x75\xad\x7b\xe5\xe2\x8f\xd3\x9a\x57\xb5\x71\x11\xac\xbf\x26\x89\xbb\x06\x17\x2f\x60\xd3\x19\xa1\x6a\xd1\x71\x59\x10\xf2\xae\xde\x82\x0f\x98\xd8\x0f\xef\x1c\xd8\xc3\x50\xd7\x81\x29\x9f\x79\x6c\x7f\xf1\x16\x74\xb2\xb7\x32\xd5\x30\x60\x96\x64\x19\x8b\x45\x6f\x41\xa0\x47\xe6\x8d\xda\xe8\xf7\x20\x31\x3d\x7f\x11\xf7\xf3\xa2\x56\x2f\xec\xda\x3a\x68\x4f\x5b\x6e\xb1\xb3\xd0\x0b\x3b\xcc\xcd\xaa\x17\x2b\x7e\xe3\x84\x9e\x6a\x25\x85\x82\x8a\x7e\xaa\xec\x75\x1d\xe1\x23\x26\xb5\x7a\xb1\xf0\xd8\x78\x55\xaa\x25\x54\xfe\x07\x7c\xe8\x8e\xa3\xc8\xd6\xee\xae\xb7\xeb\x47\x61\x1d\x50\x2d\x3a\x66\xe5\x6a\x6e\x5d\x2c\x9e\xb6\x77\x56\x27\xc2\x67\x07\xaa\x81\x26\x92\xaa\x5e\xc1\x0e\xe9\x95\x37\x5c\x35\x78\x80\x18\x39\xd9\x3a\xd7\xe0\x88\xdb\x7c\xea\x0b\xc9\x97\x31\x14\x11\x97\x0c\x64\xba\x82\x35\xeb\x2d\x5f\x7a\x0b\x16\x15\xf3\xef\x71\xd0\x24\xe2\x6f\x3f\x82\x1d\x2d\x3c\xcf\xfd\x7f\xf7\x56\x1c\x6f\x1a\x13\x78\x37\x17\x36\x45\x0e\x46\x39\x9a\x5a\xd9\x84\xf2\x12\x05\x33\xa8\xb3\xbd\xff\x7d\xb4\x37\xcb\xc1\xfc\xd9\x5e\xd0\xa1\x7b\xb8\x53\xbc\x3c\x93\x68\xdb\x83\xb1\xf8\x32\x05\x11\xd1\x85\x51\xe0\x30\xfb\x88\xba\x79\xc1\xeb\xdc\xc0\x18\x23\x84\x7b\x47\x7b\x1b\xe5\xd4\xdc\xda\x1b\x6d\x76\x09\x59\xe2\xd5\x0e\x8f\x93\x20\xf4\xf4\x1a\x92\x78\xc2\x36\x0f\x0b\xcd\xfa\xde\x82\x49\xfb\xea\xa8\xe3\x12\xf5\xeb\x83\x0b\xca\x47\x04\x01\x15\x1e\x17\x45\xd0\x7f\xf9\xcb\x37\xb3\xcd\x0e\x29\xe4\x97\x5d\x37\x19\x1e\x0f\x2d\x32\xd9\x03\xc4\xda\x65\x3c\x98\xc0\x73\xc3\xb2\x66\x8b\x1c\x14\xb6\x99\xf9\xa8\x40\xc4\xd3\x61\x47\x24\x30\xd8\x9f\xdd\xd0\x11\x5a\x0f\xe1\xde\xce\xf6\xf7\xde\xde\x7f\xae\x00\xf7\xb7\x7d\x73\x6d\xd1\x70\x79\x0b\x16\x5b\x2c\x76\xdf\x55\xa2\xf3\x7f\x78\xaf\x1a\x6f\x1a\x81\xd9\x54\x99\x38\x20\x80\xf2\xe6\x7c\x83\xed\x9a\x8d\x50\x0f\x34\x64\xfe\x03\xff\x3d\xfd\x74\xdd\x4e\xc9\x58\xfa\xf8\xfd\x4f\x6f\xa2\xc0\xc6\x7b\x3a\x6c\xef\x09\x4b\xe6\x30\xf0\xa7\xeb\xf6\xf1\xc2\x78\xdf\xff\xf4\x66\x23\xec\xeb\x36\x9d\x46\x7c\xc4\x1b\xe9\xa6\x57\x5b\x1d\xc4\x4f\xc0\x79\x69\x60\xde\x2f\xef\xcf\xc1\x26\xb3\xd6\x40\xab\x1d\xd0\x6b\xcb\x50\xd5\x16\x62\x5d\xe1\x97\x9e\x93\x09\x6b\xee\x1c\xaf\x57\x90\x2a\xe3\x58\xa4\xd8\x84\x41\xb5\xac\x26\xa1\x5c\x0a\xbb\x23\x16\xda\xdc\x70\xd3\xd0\x7d\x1c\x20\x37\xb5\xbd\xed\x40\xdd\x4f\xab\x4b\x7a\x8e\x4e\xc1\x71\xb3\x04\x87\xc7\x23\xda\x16\x1a\xc1\x1d\xc8\x75\x2c\xb4\x75\xa9\x99\x41\x72\x6b\xfd\xe9\x4a\xcd\x49\x07\x66\xa1\x25\xbc\xfe\xf5\x5e\xda\x0e\x6b\x7b\x1b\xc5\xd9\x50\xe1\x8b\xaf\x84\x33\xf3\xda\x02\x4b\xd1\x22\xb3\x88\xcd\x66\x05\xa9\x97\x76\xfc\x16\x1f\x6e\x91\x22\xe8\xb5\x5d\x64\x98\xe1\xca\xa2\x64\x8e\xba\x90\xbb\xa8\x0b\x35\x5e\xea\x60\xa0\x60\x8f\x3a\xdc\xc8\x35\x93\xbc\x57\x78\x5c\x1e\xcd\x4d\x84\x8e\x4e\xbf\x3e\x39\xf9\x7a\x80\xd2\x97\x4a\x12\x0f\x3e\xbe\x9b\xd2\x76\xbc\x05\x09\xee\x11\x73\xc6\x71\x85\x7c\xa1\xef\x8b\xc9\xff\x10\xdf\x10\x2a\x06\x7c\x9e\x6c\x1c\xfe\x0b\x2a\x2d\x02\x15\x28\xaa\x1d\xe4\x77\x93\x89\xe2\x59\xdc\xad\x40\x98\x14\x79\x1c\x48\xea\x18\x90\xcd\x51\xca\x14\x5f\x18\xf4\x09\xec\x64\xd7\xbd\xbc\xa5\x6c\x2c\x20\x43\xfd\xfc\xc8\xd7\x9a\x37\x39\x65\x12\xcb\x5f\x8a\x23\xcb\x0c\x37\xcc\xce\xee\x12\x20\x48\x9c\xb6\xc5\x5b\x1b\xe1\x87\x3b\x02\x66\x51\x65\xa2\x6d\x16\x12\xbe\xa3\xac\xc5\x6d\x82\x1a\x03\x68\xe3\x85\xb5\x45\x7c\x38\x67\x6d\x29\xae\xf0\x3e\x24\x94\xcb\x9a\xe6\x12\x70\xee\x93\x6d\x1a\x8b\x2c\x32\xb5\x35\xc7\x4e\xa2\x03\x6c\x43\xa2\x1f\xa6\x4e\x4f\x7f\x01\xa3\xa9\xcc\x65\x01\xdc\xf5\x06\xec\x84\xcd\x7b\x17\x06\x31\xc4\xdf\x61\xbe\x03\x8b\x67\x5a\xe0\x7e\xe9\x45\x2f\xb3\x19\x1a\xea\x71\x7a\x0b\x21\xbe\x99\x4c\x48\x04\x9c\xa3\x9b\x4f\xe2\x36\x45\xe2\xa0\x06\x79\x58\xf4\xcf\x15\x2c\x53\x80\x0a\xca\x28\x35\x8b\x51\x79\x8e\xd3\x18\xe4\x9a\xad\x3a\x5e\x15\x0f\x57\x81\x81\xab\x06\xae\x4b\x97\xe5\xea\x8e\xc7\xca\xc5\x0e\xab\xf7\xfe\x52\x47\xef\x3e\xa2\xd3\xe8\xba\x4f\x15\x79\x45\x90\xa2\xd5\xd8\x83\xe2\xef\x47\xb2\x6c\xc6\xa8\xd1\x82\x33\xb1\xb4\xfe\xd7\x92\x83\x60\xdd\x46\x8f\xa2\x68\x2f\xc5\x30\xa9\x84\xc7\xb0\x59\xdd\xf5\xb3\xf0\xe3\x03\xf7\x9c\x76\x9b\x4a\x30\xee\xdd\x33\x99\x1a\xf7\xb9\x4e\x97\x10\xec\x03\x14\x0b\x58\x85\x99\x36\x10\xea\x70\xb4\xc1\xee\xe5\x0e\x4c\xed\xd1\x59\xa2\xff\xe8\x4d\x1a\x9a\x59\x51\xd8\x50\xdb\x64\x3a\xcc\x25\xa9\x17\xba\xd9\x71\xa3\x01\xe2\x5d\x87\xdb\x0a\x85\x42\x01\x76\x71\x0d\x63\xab\xb7\x4a\x4d\x46\x17\x69\x86\x53\xf6\x64\x62\x9d\x8b\xb7\x19\xd5\x1a\x5b\x30\x0a\x64\x46\x86\x21\xec\x5b\x76\x74\xe4\x25\xd0\xd1\x51\xa1\x47\x26\x51\xc8\x20\xfc\xad\x89\x42\x16\xc5\x57\x0a\x6b\x34\xfa\x06\xf3\x6c\x1e\x0c\x89\x24\xa5\x5d\xe1\x54\x65\x19\xdd\x14\xfd\xde\xa8\xdd\xc7\x68\x99\xa0\x8e\xb1\xce\xad\xb4\xe4\x9f\x77\xa3\xe5\x99\x62\x7d\xd7\x81\x61\x94\x0c\x49\x66\xda\x08\x59\x83\xa9\x6d\x92\xa8\x67\x5e\x49\x4a\x09\xb2\xb8\xbd\x9b\x34\x8d\x0c\xb1\xe2\x96\x79\xd9\xe7\x69\x53\xf3\x2e\xc4\xee\x11\x2e\x31\x9e\xcd\x05\x71\xd6\x71\x29\xe9\x75\x24\x48\x3c\xae\x5d\xee\xd2\x5d\xb7\xe8\x81\x56\xc9\xed\xf5\x9f\x9b\xea\x32\xd6\x81\xc6\xf0\xb0\x56\xe4\xc0\x5a\xb6\xd2\xb2\x39\x3d\x1a\xcc\xcc\x40\xff\x2e\x95\x32\x05\x48\x41\xff\x1f\xa1\x9a\xc8\xd5\xa4\xec\xce\x72\x52\x54\x6c\x24\x7a\x52\x09\xe8\x8e\x85\xa1\xd1\xef\xdd\x2e\x0f\xdd\x34\x5b\x7e\x1b\x73\x25\x98\x29\x43\xfa\x86\x60\xa7\x8d\x7e\x03\xcd\xe9\x88\xaf\xa4\xfa\x06\xc4\x15\xeb\x4d\xc9\x4c\xc4\xf2\xfb\x64\x79\x99\x6d\xcb\x83\xda\x65\x16\xbd\x94\x09\xd8\xd0\xb5\x0f\xfb\x27\x78\x58\x61\x45\x6d\x01\x67\x6f\x5e\xff\xf8\xaf\x1f\xde\x9e\x7d\x38\xff\xe9\xf5\xbf\x5e\xbe\x7b\xfb\xdd\xf9\xdf\xfe\xf1\xfe\xec\xc3\xf9\xbb\xb7\xfe\x91\xef\x2f\xdf\xbd\x65\xc4\x5c\x55\x31\xc0\xa6\xbc\xa6\xa9\xdc\x9d\xaa\xcc\x9c\xe7\x8b\x3e\x64\xe9\x11\x9f\x21\x1e\x5b\x2e\x3e\x9d\x3c\x41\x47\x92\x11\x9e\x65\x06\x7e\x90\x7d\x1f\xe3\xa1\xd4\x3d\xf0\x14\x9c\x85\x6d\x43\xfe\x1e\x5d\x3e\x44\x28\x3a\x0e\xc5\x39\xb7\x9d\x04\xb7\x75\xe0\xc3\xd3\x2b\x11\x58\x71\xa5\x40\x4e\x4b\x5e\xbb\xdf\xc3\xfc\x31\x78\x05\xe1\xed\x10\xb1\xe1\x36\x96\x52\xe9\xc5\xd0\x79\xa3\x63\xf5\xc8\x07\x67\x3c\xde\x68\xec\x4b\x88\x60\x82\x73\xa1\x0d\xf1\x0a\xb1\xd7\x3f\xde\x9f\xdb\x51\x84\x85\xba\xfa\xd5\xe8\x36\x60\x9d\x50\xa9\x27\xe2\xb1\x70\x8e\xc6\xf7\xef\x42\xe5\xd1\x75\xbf\x80\x58\xf1\xe5\xdf\x84\x5a\x29\x82\xbd\x13\xb9\xae\xe1\x8b\x69\x85\xef\xe2\xf3\x36\x97\x93\x6f\x95\xbf\xce\x81\xd9\x7e\xee\x5f\x9f\xe3\x45\xf2\x88\x67\xe5\x45\xfd\x78\x01\xf1\x02\xde\x36\xd6\xec\x20\xcc\x96\xe2\xb9\x8f\x69\x6e\xf4\x15\x98\x3c\x82\x25\x1a\x07\x5e\x67\xed\x05\xe1\xb5\x77\x38\xb2\xdf\x2f\x39\xa3\x9d\x76\xdb\x19\xdd\xf4\x35\xdc\x71\x3a\x5f\xb8\xc9\xc1\x2e\x16\x42\x3a\x30\xe1\xd8\xa6\x91\x67\xef\x15\xb1\xb1\x16\x95\x5e\x0f\x23\xe3\x10\xa1\x8d\x46\x81\x15\xf0\x06\x0c\xdb\xab\x61\x1a\x54\xf3\x4a\x58\xa7\xcd\x7a\x2f\xce\x8e\xbb\x14\xaa\x0e\x82\x37\x3c\xec\xad\xae\x39\x78\xff\x1f\x5a\x7d\x4d\x9a\x4e\xc1\x0d\x98\x72\xae\x5a\x90\x9d\x93\x02\x85\x64\x20\xdc\x32\xe3\x74\x30\x21\x2e\x6d\x59\xb7\x1d\xbf\xbf\x80\x23\x6e\x38\x8a\x6c\x24\xf4\x25\xdd\xe8\xce\x00\x3b\xa9\x9e\x7f\xcd\x08\x96\x98\x0b\x29\xdc\x9a\x2d\xc4\x67\xb0\xec\x20\xb0\x6e\x40\xad\xd8\xd2\xa2\x77\xe5\xac\xb8\xe1\x60\x1c\xa1\xae\xa6\x73\xa1\x9a\x14\xfe\xb8\x73\xde\x29\xc6\x51\xc2\xe3\x63\xc5\x73\x1c\x01\xe2\xd0\xa4\xac\x75\x2e\x85\xba\xfa\xb6\x58\x82\x25\xe3\xa5\xfa\x80\x6a\xb0\xd0\x5a\x49\x6d\x0f\x00\xa3\x5f\x67\x09\xfa\x52\x02\x2e\x52\x95\xb5\x77\xd1\xef\x1c\xd1\xff\xf7\x02\x3a\x80\xcf\x35\x74\xe3\x6f\xe4\x44\xa9\xbe\x51\x74\xce\x79\x5f\xb4\x87\xc3\x07\xdb\xd1\x61\x16\x62\x32\xf7\x72\x5e\x1b\x23\x4a\xd1\x54\x28\x8c\x93\x5c\x46\x13\x06\x27\x3e\x5a\x19\x8d\xb0\xa3\x79\x16\x67\xb4\xcc\x43\x1b\x43\xe8\xec\x20\x96\x90\xd5\x5a\x7a\xc3\x9a\xe2\x90\xcf\x82\xaf\xd3\x72\x77\x48\xa6\x5a\x7c\x6f\xce\xeb\x2b\xf0\x86\xaa\xcd\xc5\xc4\xf3\x35\xfb\x9f\x61\xee\x4e\x59\xa7\x13\x5a\xcd\xc1\x71\x21\x73\x53\xb7\x5b\x09\xb5\xb4\x4c\x8a\x2b\xb2\x07\x1d\x01\x0f\xab\x45\x3e\xa2\xe2\x64\x9d\x13\x60\x61\xb0\x4f\x25\xf4\xf1\xb2\x17\x0d\xd8\xe3\x82\x8a\x7f\x74\x03\x50\x6a\x73\x3f\x1a\xfe\xa9\xd8\x6f\xe9\x09\xa2\x7b\xd7\xe1\x0c\x92\x24\x7d\x91\x42\x3b\x58\x90\x3f\xea\x25\x6b\xc1\x62\xd9\x41\x7a\x29\x31\x1f\x5c\xc3\x2e\xb9\xe3\xb3\xe6\x53\x6f\x5d\xc2\x86\x62\x2a\x23\xee\x6f\xce\xb6\x60\x70\xf6\xfc\xed\x77\xef\xca\x98\xf4\x27\xbb\x43\xce\xf6\x1d\x6e\x35\xad\x25\x14\xbe\xb6\x8d\xbb\xff\xed\xb4\x33\xe0\xdc\x1a\x6b\x79\x76\x95\xc4\x6c\x8f\x5e\xa2\x34\x94\x50\xcb\xbd\xd8\x1e\x8b\xeb\x48\xbd\x7c\x96\xa3\x0a\xd6\x6d\xf4\x32\xfc\xc6\x63\x36\xde\xe0\x0a\x77\x44\xb5\xc7\x44\x72\xe9\x55\xe2\x2e\xfd\x79\x18\x7f\xc0\x45\xc4\x7a\xd8\x00\xd5\x68\x7f\x5f\x25\x69\x49\xec\xc5\x8a\x75\xa1\xc9\xc9\x3e\xa2\xdd\x1e\x21\xc4\xe0\x92\x63\xc0\x59\x2b\x4c\x9c\x7b\x23\x09\x63\x15\xaa\x06\x2a\x94\xde\x2f\xdb\xb6\x87\xbe\xee\x0d\x79\x82\x65\xcf\x15\x81\xcf\x96\x21\x96\x4a\xe1\x3a\x94\xb3\x64\x33\x6f\x32\x1d\xec\xd1\x73\xa7\x52\xd7\x57\x78\x0a\x0e\xa4\xdf\x7d\x7b\x3a\xd7\xce\xee\x1d\x56\x55\x35\xab\xd8\xdb\x77\x1f\x5e\x9f\x86\xe8\x7e\x92\x70\x18\x6b\x47\x93\x85\x63\x63\x67\x2b\x68\x9c\xc3\x58\x71\x76\xaa\x21\xa7\x22\xb2\xd4\xf0\xfe\x2c\x44\x5e\x0c\xf0\xe6\xf8\xc6\x88\xe4\x5a\xb5\xbc\xb3\xa1\xff\x96\xe3\xa4\xda\x44\x03\x03\xfe\xd6\x63\xa1\x0f\x4b\x96\x53\x9e\xc8\x97\xd3\x20\x2c\xad\xe6\x56\x5c\x65\xe3\x70\x90\xb2\xd8\x8a\x28\x3d\x81\xe9\x0b\x0f\x50\x92\xb6\xd0\x92\x1b\xf5\x07\x74\x09\x09\x93\x41\x9d\x6c\x2d\xfb\x06\xa6\x8d\xe7\x03\xee\xfc\x3f\x06\x8d\xb0\xf7\x56\x80\x28\xda\x05\x15\x66\xc5\x58\x01\xcd\x08\xf0\x5b\xe1\x0e\x55\x1d\x97\xeb\x5f\x42\xc4\x3c\xb8\x5b\xb5\x6e\x20\xe7\xd7\x79\xd3\x0c\xbb\x5a\x53\x47\x31\xda\x28\x84\x5b\x76\xa2\x2a\x1c\x54\x50\x5c\x83\xd9\x16\x5f\xd3\xf0\x93\x1c\x9b\x55\x6c\x86\xf6\x65\xf8\x0b\xe2\xba\x59\xe7\x9e\xab\xc0\xc3\xec\xee\x12\xa5\xbb\x0d\xa8\xed\x30\x44\xcb\xbb\x1d\x64\xff\xfe\x5b\xde\x42\x31\x50\x96\x5e\x2c\x5a\x0f\x0b\xd6\xf2\xf6\x79\x54\x5a\xf5\x55\xc5\x5e\x05\x65\x90\x23\x9a\x7b\xff\xbd\xe0\x6d\x1c\xdc\xf8\x3f\xa6\xfe\xd9\xbd\xea\x15\x74\x06\x70\x0a\xf8\x69\xec\x71\x47\xda\xee\x45\x49\x86\x4f\xef\x0d\xfa\x05\x06\x7f\xda\x61\x2f\xa3\x5b\x39\x96\xc0\x2d\x8c\xb5\xea\x8e\xed\x2c\x6c\x65\xb8\xbf\xbb\x77\x36\x86\xb0\x8b\x3d\x3b\xf7\xd4\x1a\xac\x3b\x44\x78\x44\xb0\x97\x63\x8e\xfd\x3a\x98\x5b\xdc\xa3\xe4\xcf\x1b\xde\xed\xf9\x0b\xbe\xf7\xa3\xdf\x1a\x79\x9f\xfe\x7f\x03\x7c\xe9\x6f\x83\xd9\x72\x7c\x0e\x72\x7a\x05\xbb\x0c\x69\xf8\x11\x6b\xc9\x47\x69\x25\x1a\x50\x4e\x2c\xd6\xd4\x60\x8f\x63\x77\xb4\x72\x90\x7d\x0c\x24\xde\x18\x4a\x34\x67\x23\x0c\xdd\xd0\x66\x79\x5c\x90\x74\x04\x53\x0c\xaa\xef\x8c\x6b\x11\x82\x7f\x28\xc6\xb7\x1e\xfa\xa6\x5a\xc1\xb9\x9d\xcf\x72\x19\x07\x28\xde\x89\xc7\xab\xbc\xf0\x7f\x3c\xbb\x38\x67\xaf\x2e\x7f\xbc\xbb\x59\xdf\x5b\x16\xb9\x41\xba\xb4\xd8\x9e\xa5\x60\x05\x4f\xe0\xbc\x0e\xdd\x6c\x0f\x29\x1b\x84\xbd\xeb\xf4\x88\x2d\x9e\xef\x6e\xf2\xb0\x6b\x50\x36\x64\x32\x39\x15\x4c\xe0\x26\xa0\x29\xec\x9b\x39\x48\x4d\x93\x4a\xc6\x7c\xbd\x39\x60\xfe\x37\xbc\x85\x2e\x8d\xe1\xca\x2e\x30\x0e\xaf\x94\x76\x31\x79\xaf\x9a\x8d\xcf\x4b\x94\xe7\xaa\x43\xf8\x3d\x8c\x21\x26\xdf\x31\xa1\xf0\x04\x02\xcf\xe4\x28\x4f\x8b\x1d\xef\x18\x7a\xfa\x90\x75\x4d\x49\x2e\xaa\xdf\x8c\xa4\x34\x83\xfa\xae\xb0\xd6\x83\x3e\x4a\x51\x2c\x13\x4e\x61\x7b\x85\x54\x3f\xd6\xcc\x1f\xb1\xeb\xe4\xe2\xd5\xb7\xf7\xd8\xe3\x17\xba\x79\x25\xac\xe9\xf1\xa5\x6f\xfb\x66\x09\x2e\xf1\x42\xe1\xda\x0e\x47\xc7\xa3\xc5\xf8\xc7\xe7\x93\x56\xa8\x29\xbf\xe6\x42\xf2\xf9\xce\xd3\xb4\x72\xf2\x14\x45\xe7\xd8\xee\xf1\xfa\x62\xab\x84\x75\x41\xf6\x0e\x57\x89\x03\x11\xb9\x62\x70\x2d\xd0\x3d\xa9\xce\xf3\xbc\x15\x2a\x53\xe6\x8a\xf1\xb9\xd5\xb2\x77\x79\x51\x43\x73\x66\x42\x5a\xbf\x7a\x47\x1e\x4b\x04\xaa\x17\x6c\x36\xd8\x52\xa8\xa6\x6f\xf9\xe7\x69\xaf\x8a\xdf\x86\x85\xd2\xcc\xa9\xcd\xe4\x72\xf1\xf0\x6f\x4c\x95\x18\x2c\xcb\x0b\x10\x29\x22\x59\x7e\x1d\x41\x8a\x42\xee\xe7\xa9\x4b\x60\x9b\x28\xde\xd6\x94\x56\xc7\xc6\xaf\xc3\x44\x47\xa2\xe0\x26\xb5\x88\x86\x03\x10\x31\x9c\xbe\x45\xc7\x74\x6b\xc3\x7d\x7d\x3c\xbd\xb1\x51\x73\x88\x75\x88\x73\x6f\xda\xd1\xcf\x48\xed\x22\x0a\xc6\xad\x15\x4b\xb5\x31\x79\x12\xb7\x91\x01\xe9\x8d\x3f\x57\xec\x5c\xb1\x9a\x87\x14\x67\x7a\x4e\x58\x86\xce\xa6\x5a\x4e\xb2\x13\x43\x44\xc5\x8a\x94\xe8\x55\x92\x1a\xc2\x7a\x5e\x3a\x94\x08\xa1\xa2\x48\x5d\xa8\xf6\xc2\x0c\x68\x70\x64\x49\x8b\x2f\x7a\xc9\xc2\x80\x70\xf8\xec\x2c\x7d\xca\x21\xf8\xbf\x60\x60\xdf\x32\xa5\xd3\x40\xb7\x10\x8b\x63\x3c\x8c\x3d\x1b\xf9\x8e\xc3\x00\x7b\xca\x96\x6b\x35\xa0\xee\xf0\xbb\x18\x61\x6c\xb6\xc5\x19\x70\x13\x66\x43\xe4\x9d\x96\xf6\x2c\xda\xce\x01\xbd\x93\x5c\x7c\x2b\x5a\xcf\x7e\x06\x96\xc2\x3a\xb3\x7e\x0a\xcd\xce\x74\x3a\xd3\xb2\x3c\xf7\x9e\x3e\xe4\xad\xf3\x3c\x80\xb6\x73\xeb\xc3\x4c\xdb\x14\x83\x1e\xe1\x95\x72\xed\xa5\xd4\xf3\x41\x2b\xda\xf8\x9a\xe7\xaa\x09\xed\x0b\x62\x31\x04\x5b\x7c\x3f\x2a\xd8\x3a\x04\x12\xcb\x4d\xc9\xe1\xe1\xb6\x10\x8b\xf4\xd7\xec\x01\x27\x39\xe1\xaf\xe4\xc3\x43\xe0\x5b\x4d\xd9\x0d\x38\xa8\x8b\x31\xa1\xe5\x4c\x11\xb1\x18\xb9\x02\x43\x01\x12\x37\x71\x20\xb2\xb5\x1e\x7f\x57\x72\x2a\x86\xa8\x8a\x29\x59\x1d\x0e\x45\x7e\x2c\xdb\x00\x67\xd1\x0e\x6c\x83\x55\x1e\x9e\x38\x08\x63\x6c\xa9\x7e\x76\x4e\x1c\xc5\xe3\x80\xdf\x15\xb0\xd9\x85\x6e\x2e\x3b\xa8\x3f\x40\xeb\x31\x86\x99\x57\x28\x7d\x9d\x86\x84\xe6\x52\x8d\x12\xdc\xac\xf2\xa2\xa1\xea\x74\x93\xde\x23\xab\x43\x80\x6c\x26\xb9\x52\xa4\x7c\xa7\xe8\xef\xa5\x02\xa7\xf0\x66\x6c\x14\x08\xdf\xb2\x12\x35\x6b\xc1\x2c\xb1\x27\xb4\x5e\x91\x8b\xb6\x95\xd1\xd9\x9a\x01\x9c\xef\x3c\x7d\x61\x86\x52\x89\x21\x84\x18\x26\xc9\x4e\xbc\x2b\x8f\x6b\x25\xd9\x32\xfc\xa4\xc1\xc6\xb7\x0f\x6e\x77\x3e\x3a\xa3\x5b\x70\x2b\xe8\x1f\x3c\x70\xe2\x21\x81\xd9\x8b\xb4\x4a\x1c\x47\x51\xb6\x98\xe7\xbf\x4e\x63\xe6\xae\x48\x7a\xc7\x6f\x26\x92\x4a\x25\xae\xf5\x6f\xf9\xe3\x7e\xa3\x95\x70\xda\xcc\x92\xc1\x98\xbb\x3c\xe8\x96\xc4\x81\x04\x41\x8f\xd6\x86\x77\x9b\xd1\x55\x8a\x19\x0d\x43\xac\x25\xc2\xf1\x4e\x53\xb2\x86\x8a\x18\x43\x79\x55\x18\xc1\x40\xaf\xbd\x11\xb5\xd1\x17\x44\x2f\x04\xf9\x86\x1e\xad\xd8\x3f\xcf\xde\xbf\x3d\x7f\xfb\xb7\xf0\x99\x25\x74\x1b\x8b\x29\x92\x63\xdb\xc8\x13\x9b\x31\x77\x1b\x12\x35\x4b\xe1\x56\xfd\xbc\xaa\x75\x7b\x5c\x6b\x03\xda\x1e\xe7\xd3\x9b\x46\x34\x3f\x5e\x94\x27\x8a\xfd\x65\xf8\xfb\x9f\xa3\xfa\x4a\x6b\x60\x2b\x94\x88\x71\xf0\x79\xaa\x9d\x83\xa6\x62\xff\x4b\xf7\x48\x34\xac\x60\xed\x74\x33\x6d\x03\x8a\x51\xf7\x86\x96\xd0\xa4\xfe\xb6\x4e\x38\x4d\x38\x15\x6e\xa5\x43\x06\xa2\x78\xe8\x5d\x49\x55\x04\xba\x05\x41\x8c\x7f\x24\xf3\x09\x44\x70\x0b\x82\xed\x12\x52\x25\xe3\xf3\x16\x4e\xf0\xeb\x45\xe9\xbd\x31\x2c\xea\x96\x25\x1f\xee\x2a\x8e\xaf\x4c\x60\xb6\x3b\x35\x07\xfc\x90\x93\xfd\x84\x54\xa1\x3b\x7a\x29\xa7\xd4\x72\xfe\x98\xfe\x65\x2f\x25\xbb\xc4\x55\x02\xdb\x58\xca\x60\xfb\xe5\x19\x2d\x9f\x3e\x87\xa2\x9b\x49\x8e\xdf\x6c\x4c\x05\xc7\x2c\x85\x33\x02\xae\x37\xc5\x30\x99\x5e\x14\xd4\x51\x69\x24\x6f\xb2\xc5\x48\x2e\x94\xcb\x15\x63\xb1\xf3\xd4\xdd\x96\xab\x1e\x55\xb9\x36\x38\x58\x1c\xcd\xde\xb5\xee\xf7\x8b\xfa\x42\x12\x4d\x65\xd3\x24\x96\xfc\xe6\x45\x11\x6c\xc6\x2c\xa2\x10\x37\x38\x2b\x94\x54\xfc\xb8\xda\x8c\x6c\x68\x9a\x9e\x4c\xf8\x15\x56\xbb\x47\x1b\x81\xe2\x26\xb7\x27\xf6\x6c\x4f\xeb\x59\x7b\xc9\x90\x3f\x96\xf4\x25\xe8\xa2\x90\xf6\x5a\xdf\xda\xbe\x8d\xd1\xa8\x4d\xba\x8a\x50\xc3\xda\x19\x4c\x89\x61\xdf\xf3\x5a\xf7\x74\xa1\xd2\xc6\x87\xd3\xd6\x47\xb0\xf1\x1b\xc4\x20\x1d\xee\x6f\x42\xe8\x73\x95\xae\x7a\xfa\xf8\x4d\xca\x94\xfc\xc1\x65\x0b\x9d\xe1\xce\x1f\x69\xda\x60\x4d\x1c\x55\x16\x3a\x13\x02\xd3\x5c\xe8\x06\x89\x2b\x61\xe1\x18\x1a\xdc\x84\xc9\x66\xc2\x24\x66\x1d\xf8\x15\xa8\x6c\x88\x8e\xb2\x5c\x3e\x9f\x81\xaf\x34\xc8\x43\xf9\xf3\x98\x7a\xd4\xc0\xc4\x64\xd4\x8e\x3d\xc8\x2a\x4d\xaf\xdf\xb4\xba\xc3\x24\x2a\x24\x67\x93\x44\xce\x84\xf6\x43\x47\x91\x4a\x93\xd2\x92\x49\x11\x87\x89\x0d\x25\x66\xb3\x38\xdf\x91\x19\xed\x8f\x51\x0d\xf3\x5c\x2a\x7e\x9e\x35\x67\x64\xee\xc9\x8c\xfe\xca\xa2\xf2\x8d\x39\x2d\xc9\x5d\x49\xf4\xde\x12\x78\x39\x48\x41\x1a\xd5\x6f\x76\xdd\x01\x9b\x0d\x87\x80\x34\xba\xbe\x02\x43\xe0\x3f\x59\xad\x0a\x39\x1e\xca\x43\x1e\x2f\xd0\x10\x0b\x5c\x36\x07\xd3\xb8\xe2\x6f\xb1\x81\xf1\x36\xf9\xf4\x04\x2e\x6e\x51\xe8\x7d\xa7\xeb\xb7\xbd\x6b\x3a\xb1\x03\x03\x38\xce\x81\xda\x2c\x42\xd1\x5a\x6f\x21\xd7\xdc\xa3\x8f\xb0\x83\xae\xbd\xf3\x34\xde\x7b\x20\xf7\x7d\x1b\xd3\x6d\x18\xb2\xc3\x50\x47\xf0\x55\xc6\x1a\x3a\xfe\xf8\xc7\xb4\xeb\x04\x8f\x5d\x86\xb2\x21\x21\x06\x79\x03\x69\xa7\xf4\xe5\xe3\x5d\x4b\xd6\xfd\x91\x7c\xf8\xf1\x92\x15\x6f\xe1\x1b\x13\x2a\xf3\x9a\x41\xb3\x84\xd9\x84\xcd\x3a\x6e\x6d\x98\x90\x47\x93\x27\x0c\x80\xaa\xcd\xba\x73\xb3\xb1\x36\x98\xec\xf1\x6f\x37\xc2\x14\x03\x14\x6e\x69\x87\xf1\xdb\x28\xa6\x3f\x3c\x60\x1b\x9b\xd3\x5e\x70\xbe\xc2\xa0\x6f\xe9\x16\xcc\x02\xfa\xbb\xe3\xb7\x5b\xde\x75\x0c\xaf\x2b\x58\x3f\x32\x6e\x61\xe6\xd4\x97\x91\x0f\xad\x1c\x6d\x84\x5b\x3f\x84\x9a\x51\xed\x7d\xe1\x69\x17\xc5\xeb\x5f\x86\x7d\x59\xfd\x3e\x18\x9c\x05\xf9\x03\xb9\xd1\xec\xc6\xea\xe5\x58\x57\xc0\xd9\xe6\x62\x2c\xfe\x6d\x21\x3c\xd6\x05\xe4\x8a\x95\xf6\x41\xba\x01\x83\xbb\x83\x81\x61\x21\x21\x84\xf8\x62\x61\x47\x31\xc0\xb5\xfc\xea\x0f\x4e\xaf\xc7\x6b\x6c\xa8\x21\x58\x38\xa4\x1a\x7d\x47\x91\xe1\xd4\xa3\x94\xe2\xb4\x50\xf7\xa9\x1f\xb3\xd6\x4a\x41\x48\x34\x2c\xe2\xb2\x20\x9b\xf4\x69\xc5\xe8\x19\x4c\xb2\xa8\x30\xac\xe5\xeb\x14\x70\x8e\x0d\x6f\xc5\x06\x03\xec\x97\x67\x98\x33\x88\x1f\x20\xf3\xa2\x07\x0d\xbb\x6b\x2e\x45\x13\xa7\x33\x0a\xb5\x44\xa4\x56\xda\xa4\xb2\x29\xb2\xff\x0e\xc2\x4f\x55\xb2\x5f\x2a\x7b\x5d\x1f\xc6\xe2\x19\x1a\xbe\x10\x42\x72\x42\x2d\x0c\xa7\x38\x9a\x97\x74\x61\x96\x36\x34\xc3\xe9\x2f\x9b\x75\x74\x34\xf6\xec\x71\x04\x8f\x50\x44\xe7\xa9\x17\x7d\xa5\x34\xdd\xfd\x93\x18\x03\xe1\x1d\x3e\x8a\xd1\x00\x97\x64\x40\xc6\x05\xbc\xf6\x58\x2c\x44\x1d\x0b\xea\xb0\xbc\xdb\xcb\xda\x57\xa4\x6a\xca\x6e\xe6\xf7\x10\xbb\xe3\xc2\x4b\x3b\x09\x8e\x3b\x77\x9d\x0d\x7e\x1a\xc8\x96\xab\xd0\x1f\x2d\x4c\x17\xc7\x02\x7c\x1b\x2b\xd8\xcb\xe0\x6c\x6f\xfd\x1d\x20\x33\x40\x61\x27\x9d\x66\x17\x9e\x55\xad\xd0\x0a\x9a\xd4\xa4\x4f\x71\x59\x95\x7e\x11\x80\xe1\x44\xf1\x8c\xd9\xe9\x58\x54\xeb\xea\x1b\x3b\xdd\xd8\xae\x3d\xf6\x17\xe5\x3f\xb6\x89\xc0\xd8\x59\xa8\x2f\x0b\x5d\x15\xb9\x9d\x16\x73\xa2\x70\xad\xe5\x35\x85\xf3\xc8\x99\xb1\xfd\xfc\x53\x40\xbb\x5e\x71\xb5\x84\x27\x10\x48\xda\x24\xc6\x8e\x31\x9d\xd8\xe0\x32\x76\x3c\xb7\x1d\x0d\x0a\x54\x2f\x4d\x3e\x7e\xe4\x9d\x58\x1a\xdd\x77\xc7\x3f\x87\x9e\x88\xd3\x9f\xaf\x84\x6a\x4e\x3f\x26\x79\x71\xfc\x33\xfa\x9f\x1b\x68\x3e\x9c\x35\xef\xb4\x44\x87\x43\x2a\xc8\xb4\xda\x9a\x5c\x14\x7d\xbe\xf8\x70\x8a\x5e\xd9\x38\x09\x85\xbb\xe2\x53\x23\x34\x2a\x90\x2c\x34\x4d\x71\xb7\x3c\xa2\x9b\x3e\x1f\x56\x96\xf3\x1c\x46\xca\x60\xf8\x24\x8b\xcb\x10\x92\x1e\x0f\x95\x84\x5c\x92\x18\x26\x0c\x62\x93\x32\xdf\xfc\x7e\x54\xca\x5b\x23\xd0\x30\x98\x79\x63\xee\xc4\x13\xb0\x9b\x7f\x9b\xbc\x16\x56\x89\x62\x42\x2b\x1e\xa8\x02\x68\x62\xf9\x4a\x08\x84\x0e\xbc\x2a\xdd\x6c\x7d\x4c\xfb\xce\x7a\xf5\xc4\x55\x83\xef\x4e\x73\xcb\xde\xea\x06\x2e\x3c\xa0\x08\xfa\x4f\xb1\x05\xfe\xb1\x62\x97\xb4\xc0\xb8\xaf\x35\x24\x53\xcc\x8c\x96\x25\x43\xf1\xcb\x3b\x14\xcd\x8c\xb0\x74\xea\x96\x41\x7a\x66\x7d\x9d\x02\x11\xaa\xa1\xcf\x5b\x78\xc9\x9e\x6a\x24\xbc\x22\x3a\xbb\x38\x67\x2d\x57\x7c\x09\x79\x32\xcb\x16\x9a\xb7\x04\xe5\xff\x3f\xe1\xcf\x2f\xad\xaa\xb6\xf5\x0a\x76\x8e\xc7\xd1\xc3\xb1\xe0\x34\x34\x10\xf1\xf0\x3d\x97\x78\x4c\x9b\x1f\x42\x2f\x43\xfd\xbb\x7d\x12\x9c\xc6\x30\xba\x55\x48\x23\x7a\xe0\xfe\x84\x85\x65\x5d\x3f\x97\xf4\xd9\xac\x62\x48\xec\x70\x89\x1d\x47\x2c\xe2\xdc\xae\x0c\xdf\xe6\x39\xee\xe3\xdf\x9c\x1f\xcc\x09\x4b\xb0\x76\xfd\xc8\xf9\xc8\x8e\xfc\xfd\x9a\xc6\x22\xcb\x81\x15\x30\xba\xc9\x50\x42\x5a\x61\x88\x2b\x07\x4e\x9c\x96\x90\x0a\x56\x1e\xc9\xba\x4a\x7d\x15\x98\x9f\xf8\x90\x56\xb4\x0c\x2f\xeb\x76\x86\xbb\x7c\x24\x4f\xbb\x3d\x98\xf7\xde\x88\x44\x17\x22\x24\x09\x0f\x63\xac\x0f\xc5\x64\xfa\x68\x16\x16\x59\x7a\xf1\x68\x49\x47\xb6\xdc\xd5\x2b\x34\x88\x38\x96\xd4\xb3\x4b\x20\x8e\x8d\x86\xd8\x56\x44\xd0\x1e\xd7\x5a\xd5\xd0\x39\x7b\x1c\xa0\x0a\xb5\x9c\xc6\xfa\xa9\x63\x84\x33\xe5\xaa\x99\x66\xfa\x1d\x3f\x63\xe5\x20\x9e\xd0\xa1\x16\x46\x12\xa4\xa7\x8a\xf2\x8a\xfc\x21\x2f\xec\x60\xb1\xa2\x15\x92\x7b\x3f\x48\x61\xd5\x6a\x14\x72\xfe\xe2\x21\xda\x13\x26\x2a\xa8\x26\x6c\xf6\x03\xac\x3f\xbe\xf8\x89\xcb\x1e\x7e\x3e\x7d\xbd\x58\x40\xed\x3e\x9e\x5e\xd2\x47\x3f\x7f\x9e\x4d\x02\x8b\xd0\xe7\xeb\x3c\x68\xfb\xef\xde\xcb\x8a\xb9\xe1\xf5\x15\x84\x12\x7a\x9e\xe6\x5c\x71\x59\xe1\x97\x66\xe1\x33\x6f\x3b\x7f\xd2\x6c\xca\x66\xa8\x5a\x8c\x96\x50\x0d\x29\x13\x5a\x0f\xde\xea\xcb\x40\xea\x59\x7c\x7a\xe3\xc1\x30\x66\xb5\x2c\xf6\x3a\x7d\xab\x5f\x53\x0a\xff\xf4\x4f\x27\x27\x27\xe4\x42\x4c\xe9\x3b\x11\x9e\xf9\x5f\x58\xdb\x9c\x5e\xe0\x18\xb3\x12\x3e\xb5\xc6\x3c\xd1\x6c\x28\x1d\xdc\x03\xd2\x91\xe9\x63\x9b\x5c\x84\x6f\x98\x05\xd6\x81\xc9\xc0\x52\xbd\x9b\x07\xf2\xed\x36\xbc\x7e\xcc\x9e\x50\x60\x1f\x68\x85\x5d\x34\x79\x10\x4b\x11\xa9\xd2\xe5\x8b\x69\x48\x4e\x05\x39\x11\x68\x51\x12\x11\xbe\xe0\x12\x6b\x11\x72\x5d\xdc\x9c\x54\xff\xf8\x84\x94\x54\x22\x12\xd7\x4c\x65\x11\x59\xff\x07\xb2\x26\x0b\x97\x1d\x84\x8f\x06\x5a\x76\x74\xf4\x3d\x87\x25\x98\xa3\xa3\xd0\xaf\xfa\x21\xd1\x93\xfd\xa7\x51\xb0\x61\x14\x4c\x42\x83\x15\xe6\xa7\xe2\xf3\x31\xf6\x56\xb6\x31\x8f\x9d\xc7\x98\xe7\xf7\x80\x3c\x9f\x2a\xda\x71\xa2\x26\x46\xdf\x22\xaa\x42\x9b\x56\x6c\xb8\xe3\x83\xe6\xd2\x18\xa4\x19\x69\xc0\x38\x1c\x19\x89\xb1\x23\x46\x61\xb6\x69\xe2\xb7\x80\x5c\xc9\xdd\xc9\xde\x19\xe7\xdd\x91\xce\xab\x12\x1f\x8b\xe2\xda\xec\xdc\xff\x43\x9e\x9c\x7f\x25\xe4\x54\xa2\x69\xb0\x57\x6b\x65\xdd\xde\x18\xec\x8e\x1b\xde\x3e\x10\x78\x9a\xf4\x80\x2f\x17\xcb\x3c\xdf\x3b\x7c\xf6\xff\x02\x00\x00\xff\xff\x8d\xb3\x87\xff\x5c\x97\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x7b\x73\x1c\x37\xf2\xd8\xff\xfa\x14\x28\xfe\x52\xc5\x47\xed\x0e\x29\x5f\x7c\xe7\x30\x51\xae\x68\x49\xbe\xa3\x6d\x49\x8c\xa8\xf3\x55\x4a\x71\xdd\x62\x67\x7a\x77\x21\x62\x80\x39\x00\x43\x6a\x9d\xca\x77\x4f\xa1\x1b\xaf\xd9\x1d\x92\x4b\xd9\x74\x99\xa9\xdc\xfd\x61\x91\x9c\x69\x34\x1a\x8d\x7e\x77\x8f\x33\x5c\x38\x7b\xfa\x6c\xca\x14\x6f\xe1\x94\xf1\xc5\x42\x28\xe1\xd6\xcf\x18\xeb\x24\x77\x0b\x6d\xda\x53\xb6\xe0\xd2\x82\xff\x8d\xd1\x0b\x21\xc1\x9e\x3e\x63\x6c\xca\x7e\xe8\xe7\x60\x14\x38\xb0\xf4\xa3\xe2\x4e\x5c\x03\xfe\xfb\x5d\x07\xea\x72\x25\x16\xee\x19\x63\x0d\xd8\xda\x88\xce\x09\xad\x4e\xd9\x99\x94\xfa\xc6\xb2\x5a\x2b\xeb\x57\x56\x42\x2d\xd9\xcd\x4a\xd4\x2b\xa6\x74\x03\x96\xb9\x15\x30\xa1\x1c\x2c\x0d\xf7\x2f\xb0\x4e\x37\x07\xf6\x90\x71\x03\x0c\xa4\x58\x8a\xb9\xf4\x0b\x30\xe6\x34\x9b\x03\xb3\xf5\x0a\x9a\x5e\x42\xc3\xb4\x9a\xb0\x39\xb7\xf8\x2f\x26\xf9\x1c\xa4\xf5\xff\xf2\xe0\x3c\xe0\x09\xd3\x86\xdd\x08\xb7\x42\xe0\x66\xda\xe9\x26\xed\x94\x71\xd5\x20\x4c\xae\x9c\x98\xc6\xdf\x8e\x82\xeb\x74\xe3\x51\xe4\x0e\x11\xe2\xd2\x00\x6f\xd6\xcc\xf4\x0a\xf7\x51\xac\x67\x2b\x84\x78\xee\xf6\x2d\x6b\x84\xe5\x73\x8f\xe3\x7c\xcd\x1a\x58\xf0\x5e\xba\x8a\x68\xd9\x81\x71\x22\x52\x93\xc8\x0f\x0a\x9f\xa5\x3d\xae\x3b\x38\x65\x73\xad\x25\xfe\x38\xa0\xe3\x4b\xae\x3c\x01\x7a\x8f\xa2\xd3\xe1\x35\xbf\xc9\xb0\x1a\xe3\x0c\x4f\xb6\xf2\x14\xa7\x7f\x5a\x66\x57\x1e\x6d\xb7\x12\xfe\x00\xda\x56\x2b\x84\x9b\x50\x59\x57\x05\x22\x9d\x6e\xa6\x05\x2f\xdc\x8d\xcd\x99\xbc\xe1\x6b\x0f\x74\x2a\x75\xcd\x1d\x58\xd6\xf6\xd2\x89\x4e\x02\x33\xd0\x49\x51\x73\xcb\xf4\x62\xeb\x70\x05\x11\xcc\xf2\x16\x02\x26\x9e\x76\xec\x20\x50\x89\x1d\x21\xdf\x1d\x1d\x6e\xe1\x55\x1e\xd4\xbd\xc8\xbd\x85\x6b\x30\xbf\x0b\x6e\xfe\x89\x84\xd7\x94\xd8\xa6\x40\x6f\xff\xe3\xcf\xd6\x19\xa1\x96\xfb\xdb\x48\xbe\x82\x85\x50\x60\x19\x67\x16\x9c\xc7\x67\xe7\xeb\x40\x57\x21\xe0\xb8\xf3\x85\xb8\xed\xa8\x7f\x25\xd6\x78\x41\x0e\x3c\x58\xb9\x66\x6e\xa5\x2d\xb0\x96\xbb\x7a\xe5\xaf\x87\x5f\x1a\xa1\x33\x0b\x12\x6a\xa7\xcd\x24\x60\x6d\x40\xa2\xe8\xf0\x5b\xf1\x4f\x2d\xc5\x35\x28\x44\xce\x76\xbc\x86\x43\xba\x72\x6e\x05\x23\xa4\xb0\x2b\xdd\xcb\xc6\xdf\x85\x74\xc2\x4d\x00\xeb\xef\xfb\x9d\xac\xf3\x54\x37\xab\xb4\xbb\x63\xc3\x71\xbb\xf3\x5e\xc8\x06\xcc\x40\x90\x3b\xd3\xff\x36\x72\xfc\xc3\x0a\xe2\x02\x24\x5d\x98\xb0\x24\x5b\x15\x97\x72\x9d\x04\x53\x03\x0e\x4c\x2b\x14\xe0\x5e\xe7\x60\x1d\xf3\x82\xdf\xc1\x72\x9d\xe4\xb8\x07\xe3\x85\xb0\xd7\x0a\x0b\xb1\xec\x0d\xb0\xf3\xbc\xf7\x1f\x84\xb3\x4f\x40\x5e\x5e\x83\x99\x6b\x0b\xf7\x22\xf2\x9a\x56\x0e\x8f\x33\xa9\x97\xcb\xa0\x3b\x88\x0e\xb5\x6e\x3b\xad\x40\xb9\xa0\x68\x6c\xdf\x75\xda\x38\x26\x1c\x3b\x80\x6a\x59\x05\x14\x7e\xe0\x4a\x5c\x45\xda\x75\xba\x19\xca\xc8\x44\xaa\x1d\x59\xfb\x8c\x49\x61\x89\xa7\xd3\xab\x41\xc5\x76\x46\x5f\x8b\x86\xa8\xe6\xe2\xa1\x33\xc7\xed\x55\x62\xb4\xda\xdf\x80\xc7\x63\xb3\x97\x1e\x7c\x60\xb2\x7a\x78\x8c\x99\x61\xae\xc1\x58\xa1\x15\x8a\xf2\xb3\x8e\xd7\xe9\xbd\x1f\x70\xb7\xa6\x57\x4e\xb4\x80\x5c\x86\x17\x10\x1a\x26\xc5\xdc\x70\x23\xc0\x4e\x18\x41\x0e\xd7\x2a\xea\xeb\x27\xc0\x74\x61\x5b\xd3\xb0\xfb\x02\x21\x3a\xea\x6d\x94\x3c\x41\xf1\xbc\xa6\x57\xd3\x48\x94\xf0\xb6\x47\xb1\xb7\xc0\x16\xda\x6c\xea\x9d\x8a\x9d\x3b\xa6\xaf\xc1\x18\xd1\x04\xa6\x62\xf8\x4c\xd4\x86\x11\x84\x97\x8c\x41\x73\x16\x57\x98\x5d\x04\xce\xc8\xc2\xa9\xd6\xca\x71\xa1\x1e\x53\x3c\xbd\x8c\x4b\xdc\xc7\x3b\x05\xcf\x07\x43\xa0\xc4\x8e\xb1\x9b\x15\x18\xd8\x52\xc5\x37\x42\x4a\x7f\x00\x48\x1b\x2e\xad\x8e\x57\xc5\x26\xd0\xf4\xa0\xa7\xe7\x25\x98\x6b\x51\x7b\xe5\x61\xad\xae\x45\x92\xd9\xe1\x52\xa5\xf5\x9e\x00\xcf\xf1\xde\xe9\x7b\xb1\xd8\xdb\x2b\xb9\x14\xfe\xdd\x83\x75\xd3\xba\xeb\x77\xe4\xd0\x56\x28\xd1\xf6\x2d\xe3\xad\xee\x15\xca\xa5\x97\x17\xff\x40\x38\xc2\xd0\xc5\xdc\x84\xdd\x42\xab\xcd\xfa\x8b\xc1\xd3\xeb\xa3\x2b\x48\xd1\x8a\x07\xe1\xce\x3f\xef\x88\x3b\x41\x7e\x18\xe6\x5b\xc0\xef\xc0\x1c\x3e\x77\xbb\x68\xa4\x51\x8e\x39\x8e\xec\x82\x40\x50\xc2\x0a\xce\xae\xd2\x55\x8c\x1c\x3d\xb4\xaf\x8c\x2b\x56\x13\xca\x8d\x6c\xa2\xbc\x78\x9c\x35\x62\xb1\x00\x03\xca\xe1\xcb\x01\x63\xf4\x94\x06\xd7\x22\x9b\xdd\xb3\x6f\x4e\xbe\x39\x99\x1d\x6e\x2e\x3b\x55\xd1\x4e\xbf\x87\x86\x77\x2e\xef\x81\x24\xf1\x77\x27\x42\xe1\x7e\x64\xb4\x56\xce\x75\x43\xb4\x2c\x11\x68\xfa\x60\xaa\xf4\xca\x1b\x55\xe4\x14\x07\x20\x84\xcc\x90\x24\x64\x15\xd8\x81\xf9\x1f\xd1\x2d\xc9\x75\x3b\x56\x5f\x44\xb4\x5b\xb1\x43\xe2\x8d\xa2\x18\xf5\x05\xda\x13\xdb\x28\x6e\x93\x6e\x57\xbc\xf0\x42\x08\x55\xac\xe8\xdf\xac\xc8\xed\xf6\xff\x6c\xd8\xac\x10\xd9\xb3\x0d\x0f\xbc\x30\x97\xe6\x60\xa7\xbb\x4a\xd8\x0b\x7c\x9c\xec\xb8\x66\xf3\xba\x10\xac\xe8\x69\x8d\x31\x30\xfa\x8d\xb3\xc3\xcd\xf5\xa7\x1d\x77\xab\x1d\x36\x7d\xc1\xdd\xca\x93\x92\xd7\x35\xd8\xb4\x10\x82\x60\x07\x49\x1f\xcf\x8e\x57\xc0\xa5\x5b\xcd\x0e\x2b\xf6\x56\x3b\x88\x4e\x45\x3a\x8c\x28\xd9\x3d\x07\x79\xbb\x27\x98\x99\xd0\x68\xc5\xfe\xdd\x73\x73\xd5\xdb\x81\xd1\x64\xc1\x39\x6f\xa7\x0a\x17\x14\x1f\x58\xbf\x0e\xe9\xfa\x00\xb3\xd4\x8e\x0b\x2e\x24\xfa\x41\x9a\x59\xc7\x8d\x1b\xca\xbd\x6b\x50\x60\xed\xd4\x3b\x61\x82\xcb\x69\x03\x92\xaf\x87\x77\xe4\x4f\x5f\x8d\x38\xf2\x7d\x3b\x07\xe3\x85\x9e\x85\x5a\xab\xc6\x32\xbe\x70\x60\x36\x28\xbd\xe2\x96\x96\xf4\xd7\x16\x16\xda\x40\x5a\x30\xef\xdd\x9f\x91\x57\x79\x84\x81\xdb\x94\xcb\x01\x3f\xbf\x7b\xdd\xbb\x2f\xc7\x8c\xae\x49\x3e\x20\x0f\xd0\x32\xdd\x7b\xed\xdb\x75\x32\x58\xd9\x99\x82\x71\x65\x7a\x7c\x14\xa7\x0e\x8c\xd0\xcd\xfd\x28\xfd\x5d\xdf\x30\xbd\x70\x80\x66\x5d\x07\xc6\x1b\x58\x19\x93\xcd\xf5\x77\x59\xd9\xf6\xc8\x72\x53\xb7\x32\x60\x57\x5a\xee\x80\xc4\x9b\xa0\x68\x6b\xad\x2c\xd4\x3d\xba\xbd\x01\x0c\xd8\x2c\x69\x89\x36\x9a\x7c\x5a\x65\x45\x03\x06\x9a\xf8\xe0\xa2\x97\x81\x3a\x44\xd3\x15\xbf\xf6\x8c\xe5\x19\x0c\x9a\xea\xe1\xdb\xf0\x2f\xf6\x06\x7e\xed\x36\x02\x98\x7b\x77\x41\x78\x8e\xed\x00\xf7\x07\xcd\x43\x36\x61\x80\x37\xe2\x77\xbd\x3a\x69\xc5\x1d\xef\x4e\xc6\xf0\x77\xbf\x3c\x69\xe9\xbb\xe8\xf6\x48\xd7\x67\xa7\xb5\x9f\xc2\x05\xda\x69\x23\x7f\xfc\x2b\xb4\xb5\x8d\xe4\x77\x1a\x74\x6e\x1e\x23\xb5\xb1\x8f\x4e\xa7\xf1\x1a\x79\xd4\xdf\xec\xad\xd3\xad\xf8\x25\x46\xc2\xfc\x16\x74\x8f\x7c\x4f\x4c\x29\x6a\x22\xa3\x68\xc1\x1c\x7b\x3c\x43\xfc\xb6\x50\xab\xb6\x62\xff\x5c\x09\x09\x4c\x69\xd3\x62\x9c\x8d\xab\x81\xda\x0d\x6e\x80\x65\x9c\x75\xda\x2f\x8b\x20\xe7\xc0\x38\x45\xe8\xfb\x8e\x42\x20\x94\xb1\x98\x30\xab\x5b\x48\xcb\x63\x54\xc7\x4e\x3c\x55\x57\x8c\x5b\x36\xe7\xae\x5e\xb1\x4f\x7a\x6e\x27\x11\x70\x09\xb1\x76\xe2\x1a\x03\x29\xdc\x31\xdb\x41\x2d\x16\xa2\x66\x2b\xdd\x9b\xe4\x46\x37\x7c\x9d\xf2\x2e\x3c\x2f\x83\x32\x0b\x7d\x17\xa1\x7a\x17\x73\x25\xdf\x69\x43\x2b\x07\x2c\x50\x34\x0d\xa9\xd9\x72\x07\x46\x70\x19\x89\x58\xee\x9c\xfb\x3d\x0f\x8e\x8d\xe1\x61\x7c\xaf\xe7\x4c\x28\xeb\x80\x37\x7e\x49\xee\x05\x9c\x6a\xb8\x69\x58\x03\x9d\xd4\xeb\x16\x94\x9b\x78\x3b\x46\x1b\x8c\x65\x6a\x66\xf9\xb5\x67\x20\xab\x7b\xe3\x3d\xf6\x9b\x15\x64\x23\xa7\x5c\xb1\xd1\x40\xb6\x93\x02\x3a\x61\xb4\x6e\x3d\x73\x43\x53\x95\xe1\x8f\x18\xc9\xf3\x92\x95\x2d\x8c\x26\x41\xb2\xd0\x52\xea\x9b\x68\xe3\x15\x61\x3f\x0c\xee\x5f\x73\xd9\x23\x71\xa3\xe7\x91\x28\x71\xca\x66\xc8\x22\xb3\x09\x9b\xf9\xdf\xfa\xff\x7a\x8b\xcd\xfd\x32\xab\xd0\x24\x36\xbd\x0c\xfb\xf7\xf7\xaa\xb7\xfe\xa2\x94\xa4\x49\x64\xe1\x21\xaa\x91\x30\x39\x65\xd3\x08\xfc\x94\xf6\x4d\x67\x66\x3d\xf5\xe3\xb9\xdf\x18\xe1\xbc\x5c\xe4\x96\x90\x82\xcf\x9d\x01\x6b\x89\x3b\x5f\x57\xcb\x2a\x80\x38\x75\xa2\xbe\xfa\x2b\x01\x78\xf1\xe7\x93\x93\x93\x93\x59\xe5\xe1\x6f\xe0\x7c\x1a\x43\x2c\x2a\xef\x33\x83\xcc\x44\x0e\x5a\x2a\xe9\x88\x83\x20\x33\xf6\xc2\x2f\xf6\x58\xc7\xc9\x21\xb2\xe0\x62\x6c\xe5\xe4\x30\xa2\xe4\xe1\x9e\x3a\x3e\xff\x6b\xcc\x90\xbc\x38\x39\xfe\xea\x3f\xfd\xef\x4e\xf6\xf6\xff\x1c\x8d\xfd\xe7\xaf\x33\xcf\xba\x01\xcb\x53\x67\xc4\x72\x09\xe6\xaf\x1e\xcc\x8b\x13\x7a\xe2\xe4\xf8\xab\x3b\xdf\xaf\xf6\xff\xf8\xc1\x9c\x48\x8d\x1d\xbd\xad\xc8\x39\xf1\xb5\x24\xb9\x6f\x56\x5a\x6e\x46\x0c\x17\x45\xa2\x4d\xf7\x2e\xc5\x0d\x3d\x76\x0d\xd4\x92\x1b\x68\xf0\x9a\xaf\x59\xdb\x5b\xe7\x65\x3a\xa4\x9c\xdb\xe6\x12\xc2\xb6\x50\xaf\xb8\x12\xb6\xf5\x94\xb8\xd1\xe6\x8a\xd5\xda\x18\xa8\x9d\x1c\xec\x28\x5f\xa4\x1d\xf6\xb4\x7f\x86\x24\xe2\xcc\x42\xc7\x4d\x88\x0a\x53\x20\xdc\xa5\x08\xf2\x66\x44\xbe\xb8\xee\x49\xa6\x37\xc9\x05\x0a\x72\x24\x10\x26\x23\x9b\x38\x3c\x6d\xcc\xfb\xee\xc4\x56\xde\x8d\xfc\x9c\x52\x27\xf3\x75\x71\x59\xab\xb3\x98\xd9\x8b\x12\x36\xad\x69\x3c\x84\x2c\x85\xfd\x8a\xc0\xbd\x57\x4e\x4f\x42\x91\x4b\x08\xb7\x20\x20\x15\x20\x86\x9b\x9e\x9f\x22\x99\x8b\x57\x65\x1a\xff\x56\x2e\x96\xd7\x3a\x10\x6e\x7f\xdf\xeb\x56\xb0\xa0\xbc\x17\x58\x84\x84\x67\xda\x2c\x2b\x8e\x21\xf8\x0a\x23\xcd\xd5\xd5\x69\x8c\x38\xe3\xdd\x0f\x81\xf7\xf5\x61\x75\x19\x9d\xce\x4d\xf1\x57\xf7\xc6\x80\x72\x72\x7d\x1a\x71\x8d\x52\x23\xe0\xe5\x95\x58\x92\x7a\xfb\xc5\xf1\x2f\xb8\x94\x73\x5e\x5f\xdd\x7b\xb5\xfe\x61\x61\x10\xc1\xa6\xb3\x16\x6d\x27\xc1\xab\x04\x12\xf1\x81\x0f\x68\x75\x06\xaa\xe9\xb4\x50\x8e\x1d\xc4\xa5\x0f\xd3\xb1\x27\x05\xe3\xcc\x3a\xf8\xbd\x77\x68\x2b\x6e\x47\xe4\xf1\x90\x8b\x15\xd1\xa0\x5e\x4f\x3b\x2d\x45\xbd\x4b\x80\x70\xff\x32\x9c\xbc\x65\x2b\x7d\x83\xa6\x90\x01\xee\x32\x30\x17\xf4\x53\x4c\x94\x70\xe6\x97\xfd\x89\x4b\xd1\x30\xaf\x70\xca\x2b\x7a\x3a\x65\x7b\x58\xac\xb1\x77\xca\x38\x15\x6d\x04\x3c\xd1\xc8\x32\xbd\x2a\xe0\xca\xf5\x7f\x9d\xb2\xbd\xef\xb4\x99\x8b\x66\x2f\xc5\x3a\x0e\x4f\x3d\xc7\xcd\x45\x13\xc1\x16\x88\x98\x5e\x79\x4b\xe3\x4a\x74\x9d\x27\x97\x82\xcf\xf8\x3b\x26\x16\x9e\xab\xbc\x65\x84\xf1\x07\xef\x92\xa8\xfd\x7d\xc7\x16\x42\x09\xbb\x82\x86\xad\xc1\xf9\xb5\xde\x43\x27\x79\x0d\x7b\x91\x41\x6a\xae\x6a\x90\x36\x73\x4e\xaa\xca\xf8\xe4\x35\x1d\xa6\x7d\xf0\x0d\x4b\x21\x0c\xb4\x48\x14\xdc\x30\xad\x60\xff\xa1\xd1\xed\xb3\xde\xe9\x96\x3b\x51\xe3\x7d\x25\x3b\x62\xcc\x20\x89\xe2\x12\xef\x3e\x97\x32\xc8\x41\x4f\x5e\x10\x6e\x95\xc2\x88\x68\x19\xa0\x4d\xee\x8d\x83\xc2\x52\xf2\x46\x70\xdf\x82\x61\x07\x5a\xc9\xf5\x9d\xb7\x00\xef\x4d\x8a\xe2\x44\xc6\xd4\xc6\x83\xe3\xd6\x7a\x7b\x3b\x43\x03\xd4\x89\x8d\xf0\xe2\x73\x86\x62\x64\xeb\xa1\xc3\x0a\xa3\x68\x31\xae\x8c\xa2\x2f\x72\x87\x94\xdb\x28\xda\x0d\xf9\x4d\x0f\x20\x8a\xd9\x16\x0e\x8a\xdd\xdb\x8c\x36\x9a\xe2\xac\x28\x5b\x88\x98\x3d\x6f\x67\xa3\xaf\xcc\x4e\x8e\x9f\xb3\x23\xfa\xff\x6c\x72\x83\xa6\xf0\xec\x4f\x5f\xb7\xa4\xab\xbf\x3e\xb1\xb3\x90\xc7\x1b\xc6\x3c\x03\x79\xa7\x0d\xf0\x46\x0a\x05\xd3\x60\x33\x0c\xdd\x96\x3f\xff\xe7\xed\x93\x7e\x87\xff\xe5\x92\xc5\x57\x59\x61\x82\x78\x71\x9a\x8e\xce\x6f\xdc\xb3\x9a\x58\xf8\xfd\xb6\x02\x1d\xb4\x54\x8e\xe1\x0f\x2c\xec\xd5\xbf\xc5\xd5\xda\xbb\x28\xd6\xeb\x49\xf6\x46\xe0\xf6\xbc\x9d\x5d\xde\x4f\x0c\xb3\xa1\x23\xd4\x2b\x47\xdb\x27\x47\xc8\xb3\xac\xcd\x1e\x4d\x03\x1d\xa8\x06\x54\x4d\xe9\xde\x47\x4a\xa6\xbd\x2a\x56\xb9\x33\xe1\xcf\x07\x77\x83\x37\x4d\x0c\x23\x06\xe2\x16\x60\x52\x79\xca\xe6\xd5\x89\x15\x10\x1e\xa8\x61\x37\x1c\x55\x2f\xca\x9c\x8d\xfc\x18\xfb\xf8\x73\x49\x07\xa9\xd7\x8f\x99\x50\x8c\x2b\x8c\xfb\x77\xf0\xb9\x93\xa2\x16\x5e\xf4\x50\xc9\x07\xee\xe0\x4a\x28\x54\x0b\x2b\xb1\xa4\xe8\xae\x84\x6b\x90\xc9\xbd\xa0\xad\xe2\x51\x8f\x8b\x91\x27\x90\x10\xf4\x5b\xdc\x41\x3b\x85\xca\xbf\x5b\x29\xd5\x80\x45\x41\x93\xdd\x32\x22\xde\x1c\xdc\x0d\x80\x62\xb3\xfc\x87\xd9\xa4\x34\x0b\xa6\x9f\xf4\x9c\x04\xc0\x15\x9d\xe4\x34\xe4\x25\x66\x24\x78\x6b\xaf\x04\xe3\x15\xcd\x7e\x9d\xbf\x87\x51\x47\x8c\xc6\xb0\xab\x0d\xd6\xf2\x2b\x3f\xea\x05\x8b\xdb\x4e\xd7\xcb\x80\xed\xb4\xb2\x58\xe5\xe5\xd1\x5d\x82\x02\x93\xf7\x52\x98\x10\x03\x0c\x59\xc1\x55\x2d\xbf\xf2\x6a\xe1\x8e\xfc\x75\xcc\xd7\xd7\xb2\xb7\x6e\x2b\x03\x5d\xde\x30\x50\xd7\xc2\x68\xf5\xb8\x74\x28\x16\xc9\x84\xe8\x63\x1c\x24\x08\x1b\xa7\x99\x50\x9f\x3c\xe7\x24\x6f\x7e\x88\x1c\x63\xd7\xdc\x08\xcf\xde\x36\xee\xaf\xdc\x7b\x0a\x79\xe6\x60\xc7\xec\xed\xd9\x9b\xd7\x97\x17\x67\x2f\x5f\x7b\x05\x7b\xf1\xee\xd5\xbf\xfc\x2f\x48\xc7\x6a\xaf\xab\x9f\x42\x11\x52\xda\xd7\xb4\x05\xc7\xef\xc5\x87\x72\x58\x36\xd0\x32\x18\xbc\x05\x21\xc8\xc0\xc8\xb4\x28\xcf\x26\xd1\x77\x2b\x15\xea\xd9\x61\x76\x98\xb9\xc6\x18\x6d\xa6\x2b\xae\x1a\xf9\x98\xc2\x79\xb0\x4c\x30\x69\xc2\x4a\x81\x8f\x22\xd9\x03\xe7\xbc\xf6\x2f\xb0\xbf\x27\xbc\x18\x0b\x22\x59\xa8\x10\x44\x1c\x04\xd6\x48\x89\x3d\x01\x1e\x30\xb0\xd8\xd1\x9b\x47\x92\xb1\x48\x32\x03\x0b\xca\xe1\xa6\x8a\x2f\xed\xdd\xd8\xde\x1b\x70\x8a\xf1\x0e\x4b\x65\xa9\x18\x31\x97\x97\xc5\x45\x97\xf5\x23\x05\x55\x3d\x9e\x7f\x7b\xc9\x3e\xe0\x09\x2e\xb9\x99\xf3\x25\x4c\x6b\x2d\xbd\xda\xb0\x64\x53\x27\x89\x9e\x0a\xb3\x95\x66\x52\xab\x25\x18\xa6\xa0\x06\x6b\x79\xa8\xaf\xe8\x3b\x3d\x0c\x97\xf6\x5d\xc3\x43\x00\xf2\x0f\x7e\xaa\x8d\xb0\xb5\xbe\x06\xb3\x9e\xd6\xde\xb3\x2e\x10\xaa\x8e\xbb\xab\xe5\x31\x41\x4f\x4f\xbd\xf4\x0f\x7d\x58\x77\xb0\x8d\xea\xab\xf8\x0c\xab\xa5\xf0\x37\x19\x01\x86\x80\x86\xdf\xc0\x84\x91\x73\xe2\x1d\x04\xaa\x84\xf3\x12\xb1\x11\xf6\x8a\xb4\x2c\x55\x9c\xcc\xb6\xee\x7d\xf8\x7d\xbe\xf9\x42\x2d\x0d\x65\x8e\x1e\xc4\x19\x5b\xe7\x7f\x4e\x70\x6e\x35\xbb\x74\x70\xe5\x63\x39\x42\xae\xb1\x42\x47\xef\x59\x8c\x4c\x0c\x4c\x4c\xba\xe2\xba\x77\x56\x34\xc0\x6e\xb4\x91\x4d\x74\x0b\x0b\xbd\x1a\x96\x0e\x25\x05\x81\x1b\xd8\x7c\x1d\xc8\x4a\x3b\xf7\x56\x06\xd6\x98\xf3\x58\x15\x83\xf2\xa7\x29\xaa\x26\xcb\xa5\x0f\xdc\xca\xe8\x7e\x49\xa9\xad\x59\xb4\x55\x08\x4b\xbf\xc3\xc3\x27\xc0\x8e\x2b\x6d\xdd\x2e\x11\x89\xa3\xa3\xf7\xc1\x81\x3c\x3a\xaa\x86\x85\x24\x7e\xf7\x1e\xcc\x66\x8d\x4d\xe0\x9a\xea\xc1\x5e\xf9\x87\x31\xe7\x03\xf3\x23\xc4\x3e\xe9\x98\x36\x0f\xa4\xb7\x98\x30\xf9\xfb\x87\x0f\x17\xb1\x8e\x26\x46\x7a\xa2\x77\x9b\x6d\x41\x61\x9d\xd0\x8f\x28\xec\xce\x3d\xfc\xc0\xea\x3c\x99\xcc\xa3\xc5\x8a\xb1\x90\x35\xf0\xd8\x79\xc0\x8c\xa5\x8b\xd0\x82\x5d\x65\x0b\xc7\x33\x7a\xcd\x4d\xa1\xed\xd1\xb6\xe9\xdd\x1c\x85\xfc\xf9\x05\x33\x5c\x2d\x9f\x84\x34\x44\xc2\xec\xc0\x7f\x2f\x23\xd9\xfc\xf9\x1e\x60\xa8\x77\x9a\x42\xbd\x87\x29\xd6\xfb\xf2\xfc\xd5\x7b\x66\xfb\xb9\x82\x54\x75\x9d\x0a\xed\x03\x16\x73\x62\x19\x53\x43\x57\x64\x65\xe8\xb0\x3a\xa3\x3f\xaf\xd9\xc1\xec\xf9\x49\x85\xff\x3f\xfe\x66\xf2\xfc\x2f\x5f\x55\xcf\xff\x8c\x3f\x3c\xff\x6a\xf2\xfc\xbf\xf8\x9f\xbe\xa1\x1f\xff\x1c\x25\x67\x2e\x46\x1a\x44\x2b\xe8\x78\xee\xa5\xf1\x77\x3a\xe8\x3c\xa0\xd0\x1d\x3a\x08\xa1\xcf\x63\x16\x8e\xba\x42\x66\xad\x84\x3e\x26\xa0\xb3\x8a\x7d\x9b\x16\x2d\x42\xb6\xd4\xa8\x40\xa9\x13\x7f\x60\x64\xc2\x79\xcf\xbc\x70\xc6\x3c\xb3\x60\xa5\x10\x38\xff\x97\xc0\xd0\xb9\x0e\x30\xe2\xff\x49\x4b\x7d\x25\xf8\x23\x5e\x91\xef\x69\x85\x78\x49\x42\x54\xda\x0e\x5b\x08\x88\x34\xf1\xd1\xef\xf9\x35\x67\x7c\x09\xca\x51\xb2\xf1\x12\x80\xad\x9c\xeb\xec\xe9\xf1\x71\x40\xb8\xd2\x66\x79\x6c\x00\xeb\x01\x6b\x38\x5e\xb9\x56\x1e\xe3\x1b\xb6\xf2\xff\xfe\xe3\x5f\x8a\x9a\x4f\x6b\x30\xbb\x88\x65\x4f\xc4\x8b\xd7\x6f\x18\xa8\x5a\x7b\x25\xf5\xf2\x8c\xf9\x37\xc5\x22\x5a\x78\xfe\x90\x58\xc7\xdd\x6a\x92\xf0\xbd\x06\x23\x16\xd1\x66\x88\x41\xd7\xf4\x12\xd8\x49\xb0\x10\xfd\x4e\xd0\xed\x9e\x75\x46\x3b\x5d\x6b\x89\x01\x46\xac\xf2\xb3\xc1\xa3\xe8\x2d\x4c\xad\x95\x53\x02\x36\xe5\xbd\x5b\x81\x72\x61\xf1\x78\x3d\xfc\x4b\xc8\x87\xd9\xc2\x38\xbe\xe6\xe6\xd8\xf4\xea\xd8\x42\x6d\xc0\xd9\xe3\x5c\x8f\xea\x99\x3c\x88\x3d\x5e\x63\xc8\x2c\xfe\x38\xad\x79\x55\x1b\x37\x2b\xc2\x6f\x89\xbb\x06\x17\x2f\x60\xd3\x19\xa1\x6a\xd1\x71\x59\x10\xf2\xae\xde\x89\x0f\x58\xb8\x10\xde\x39\xb0\x87\xa1\x6e\x05\x53\x5a\xf3\xd8\xde\xe3\x2d\xe8\x64\x6f\x65\xaa\x61\xc0\x2c\xc9\x32\x16\x8b\xfa\x82\x40\x8f\xcc\x1b\xb5\xd1\xef\x41\x62\x7a\xfe\x22\xee\xe7\x45\xad\x5e\xd8\xb5\x75\xd0\x9e\xb6\xdc\x62\xe7\xa4\x17\x76\x98\x7b\x56\x2f\x56\xfc\xc6\x09\x3d\xd5\x4a\x0a\x05\x15\xfd\x54\xd9\xeb\x3a\xc2\x47\x4c\x6a\xf5\x62\xe1\xb1\xf1\xaa\x54\x4b\xa8\xfc\x0f\xf8\xd0\x1d\x47\x91\xad\xdd\x5d\x6f\xd7\x8f\xc2\x3a\xa0\x5a\x7b\xcc\x3a\xd6\xdc\xba\x58\x1c\x6e\xef\xac\xbe\x84\xcf\x0e\x54\x03\x4d\x24\x55\xbd\x82\x1d\xd2\x47\x6f\xb8\x6a\xf0\x00\x31\x72\xb2\x75\xae\xc1\x11\xb7\xf9\xd4\x17\x92\x2f\x63\x28\x22\x2e\x19\xc8\x74\x05\x6b\xd6\x5b\xbe\xf4\x16\x2c\x2a\xe6\xdf\xe3\xa0\x49\xc4\xdf\x7e\x04\x3b\x5a\x78\x9e\xfb\xff\xee\xad\x38\xde\x34\x26\xf0\x6e\x2e\xdc\x8a\x1c\x8c\x72\x34\xb5\xea\x09\xe5\x25\x0a\x66\x88\x67\x7b\xff\xeb\x68\x6f\x96\x93\x15\xb3\xbd\xa0\x43\xf7\x70\xa7\x78\x79\x26\xd1\xb6\x07\x63\xf1\x65\x0a\x22\xa2\x0b\xa3\xc0\x61\x76\x15\x75\xf3\x82\xd7\xb9\x41\x33\x46\x08\xf7\x8e\xf6\x36\xca\xc5\xb9\xb5\x37\xda\xec\x12\xb2\xc4\xab\x1d\x1e\x27\x41\x88\xc1\xfb\x01\x89\x27\x6c\xf3\xb0\xd0\xac\xef\x2d\x98\xb4\xaf\x8e\x3a\x4a\x51\xbf\x3e\xb8\x60\x7e\x44\x10\x50\x61\x75\x51\xe4\xfd\x97\xbf\x7c\x33\xdb\xec\x00\x43\x7e\xd9\x75\x93\xe1\xf1\xd0\x02\x94\x3d\x40\xac\xcd\xc6\x83\x09\x3c\x37\x2c\xdb\xb6\xc8\x41\x61\x9b\x99\x8f\x0a\x44\x3c\x1d\x76\x44\x02\x83\xfd\xd9\x0d\x1d\xa1\xf5\x10\xee\xed\x6c\x7f\xef\xed\xfd\xe7\x0a\x70\x7f\xdb\x37\xd7\x16\x0d\xa5\xb7\x60\xb1\xc5\x62\xf7\x5d\x25\x3a\xff\x87\xf7\xe2\xf1\xa6\x11\x21\xfd\x14\x39\x20\x80\xf2\xe6\x7c\x83\xed\xa8\x8d\x50\x0f\x34\x64\xfe\x03\xff\x3d\xfd\x74\xdd\x4e\xc9\x58\xfa\xf8\xfd\x4f\x6f\xa2\xc0\xc6\x7b\x3a\x6c\x5f\x0a\x4b\xe6\x30\xf0\xa7\xeb\xf6\xf1\xc2\x78\xdf\xff\xf4\x66\x23\xec\xeb\x36\x9d\x46\x7c\xc4\x1b\xe9\xa6\x57\x5b\x1d\xd2\x4f\xc0\x79\x69\x60\xde\x2f\xef\xcf\x31\x27\xb3\xd6\x40\xab\x1d\xd0\x6b\xcb\x50\xb5\x17\x62\x5d\xe1\x97\x9e\x93\x09\x6b\xee\x1c\xaf\x57\x90\x2a\xff\x58\xa4\xd8\x84\x41\xb5\xac\x26\xa1\x1c\x0c\xbb\x3f\x16\xda\xdc\x70\xd3\xd0\x7d\x1c\x20\x37\xb5\xbd\xed\x40\xdd\x4f\xab\x4b\x7a\x8e\x4e\xc1\x71\xb3\x04\x87\xc7\x23\xda\x16\x1a\xc1\x1d\xc8\x75\x2c\x24\x76\xa9\x59\x43\x72\x6b\xfd\xe9\x4a\xcd\x49\x07\x66\xa1\x25\xbc\xfe\xf5\x5e\xda\x0e\x6b\x7b\x1b\xc5\xd9\x50\xc1\x8c\xaf\x84\x33\xf3\xda\x02\x4b\xed\x22\xb3\x88\xcd\x66\x0c\xa9\x97\x76\xfc\x16\x1f\x6e\x91\x22\xe8\xb5\x5d\x64\x98\xe1\xca\xa2\x64\x8e\xba\x90\xbb\xa8\x0b\x35\x5e\xea\x60\xa0\x60\x0f\x3e\xdc\xc8\x35\x93\xbc\x57\x78\x5c\x1e\xcd\x4d\x84\x8e\x4e\xbf\x3e\x39\xf9\x7a\x80\xd2\x97\x4a\x12\x0f\x3e\xbe\x9b\xd2\x76\xbc\x05\x09\xee\x11\x73\xc6\x71\x85\x7c\xa1\xef\x8b\xc9\xff\x10\xdf\x10\x2a\x06\x7c\x9e\x6c\x1c\xfe\x0b\x2a\x49\x02\x15\x28\xaa\x1d\xe4\x77\x93\x89\xe2\x59\xdc\xad\x40\x98\x14\x79\x1c\x48\xea\x18\x90\xcd\x51\xca\x14\x5f\x18\xf4\x41\xec\x64\xd7\xbd\xbc\xa5\x2c\x2e\x20\x43\xf3\x0a\x90\xaf\x35\x6f\x72\xca\x24\x96\xf7\x14\x47\x96\x19\x6e\x98\x9d\xdd\x25\x40\x90\x38\x6d\x8b\xb7\x36\xc2\x0f\x77\x04\xcc\xa2\xca\x44\xdb\x2c\x24\x7c\x47\x59\x8b\xdb\x04\x35\x06\xd0\xc6\x0b\x87\x8b\xf8\x70\xce\xda\x52\x5c\xe1\x7d\x48\x28\x97\x35\xdb\x25\xe0\xdc\x07\xdc\x34\x16\x59\x64\x6a\x6b\x8e\x9d\x52\x07\xd8\x66\x45\x3f\x4c\x9d\x9e\xfe\x02\x46\x53\x19\xcf\x02\xb8\xeb\x0d\xd8\x09\x9b\xf7\x2e\x0c\x9a\x88\xbf\xc3\x7c\x07\x16\x07\xb5\xc0\xfd\xd2\x8b\x5e\x66\x33\x34\xd4\x1b\xf5\x16\x42\x7c\x33\x99\x90\x08\x38\x47\x37\x9f\xc4\x6d\x8a\xc4\x41\x0d\xf2\xb0\xe8\x9f\x2b\x58\xa6\x00\x15\x94\x51\x6a\x86\xa3\xf2\x23\xa7\x31\xc8\x35\x5b\x75\xbc\x2a\x1e\xae\x02\x03\x57\x0d\x5c\x97\x2e\xcb\xd5\x1d\x8f\x95\x8b\x1d\x56\xef\xfd\xa5\x8e\xde\x7d\x44\xa7\xd1\x75\x9f\x2a\x0e\x8b\x20\x45\xab\xb1\xc7\xc6\xdf\x8f\x64\xd9\x8c\x51\xa3\x05\x67\x62\xeb\xc0\xaf\x25\x07\xc1\xba\x8d\x1e\x45\x51\x62\x8a\x61\x52\x09\x8f\x61\xb3\xba\xeb\x67\xe1\xc7\x07\xee\x39\xed\x36\x95\x60\xdc\xbb\x67\x32\x35\xee\x73\x9d\x2e\x21\xd8\x07\x28\x16\xb0\xca\x34\x6d\x20\xd4\xe1\x68\x83\xdd\xd9\x1d\x98\xda\xa3\xb3\x44\xff\xd1\x9b\x34\x34\x93\xa3\xb0\xa1\xb6\xc9\x74\x98\x4b\x6e\x2f\x74\xb3\xe3\x46\x03\xc4\xbb\x0e\xb7\x15\x0a\x85\x02\xec\xe2\x1a\xc6\x56\x76\x95\x9a\xa8\x2e\xd2\x8c\xaa\xec\xc9\xc4\x3a\x17\x6f\x33\xaa\x35\xb6\x98\x14\xc8\x8c\x0c\x7b\xd8\xb7\xec\xe8\xc8\x4b\xa0\xa3\xa3\x42\x8f\x4c\xa2\x90\x41\xf8\x5b\x13\x93\x2c\x8a\xaf\x14\xd6\x68\xf4\x0d\xe6\xd9\x3c\x18\x12\x49\x4a\xbb\xc2\xa9\xca\x32\xba\x29\xfa\xd9\x51\xbb\x8f\xd1\x32\x41\x1d\x63\x9d\x5b\x69\xc9\x3f\xef\x46\xcb\x33\xc5\xfa\xae\x03\xc3\x28\x19\x92\xcc\xb4\x11\xb2\x06\x53\xdb\x24\x51\xcf\xbc\x92\x94\x12\x64\x71\x7b\x37\x69\x1a\x19\x62\xc5\x2d\xf3\xb2\xcf\xd3\xa6\xe6\x5d\x88\xdd\x23\x5c\x62\x3c\x9b\x0b\xe2\xac\xe3\x52\xd2\xeb\x48\x90\x78\x5c\xbb\xdc\xa5\xbb\x6e\xd1\x03\xad\x92\xdb\xeb\x5b\x37\xd5\x65\xac\x73\x8d\xe1\x61\xad\xc8\x81\xb5\x6c\xa5\x65\x73\x7a\x34\x98\x09\x82\xfe\x5d\x2a\x65\x0a\x90\x82\xfe\x3f\x42\x35\x91\xab\x65\xd9\x9d\xe5\xb2\xa8\xd8\x48\xf4\xa4\x12\xd7\x1d\x0b\x5f\xa3\xdf\xbb\x5d\xfe\xba\x69\xb6\xfc\x36\xe6\x4a\x30\x53\x86\xf4\x0d\xc1\x4e\x1b\xfd\x06\x9a\x43\x12\x5f\x49\xf5\x0d\x88\x2b\xd6\xd3\x92\x99\x88\xed\x05\xc9\xf2\x32\xdb\x96\x07\xb5\x03\x2d\x7a\x29\x13\xb0\xa1\x6b\x1f\xf6\x4f\xf0\xb0\xc2\x8a\xda\x1e\xce\xde\xbc\xfe\xf1\x5f\x3f\xbc\x3d\xfb\x70\xfe\xd3\xeb\x7f\xbd\x7c\xf7\xf6\xbb\xf3\xbf\xfd\xe3\xfd\xd9\x87\xf3\x77\x6f\xfd\x23\xdf\x5f\xbe\x7b\xcb\x88\xb9\xaa\x62\x40\x4f\x79\x4d\x53\x39\x3f\x55\x99\x39\xcf\x17\x7d\xc8\xd2\x23\x3e\x43\x3c\xb6\x5c\x7c\x3a\x79\x82\x8e\x24\x23\x3c\xcb\x0c\xfc\x20\xfb\x3e\xc6\x43\xa9\x3b\xe2\x29\x38\x0b\xdb\x86\xfc\x3d\xba\x7c\x88\x50\x74\x1c\x8a\x73\x6e\x3b\x09\x6e\xeb\xc0\x87\xa7\x57\x22\xb0\xe2\x4a\x81\x9c\x96\xbc\x76\xbf\x87\xf9\x63\xf0\x0a\xc2\xdb\x21\x62\xc3\x6d\x2c\xa5\xd2\x8b\xa1\xf3\x46\xc7\xea\x91\x0f\xce\x78\xbc\xd1\xd8\x77\x11\xc1\x04\xe7\x42\x1b\xe2\x15\x62\xaf\x7f\xbc\x3f\xb7\xa3\x08\x0b\x75\xf5\xab\xd1\x6d\xc0\x3a\xa1\x52\xcf\xc7\x63\xe1\x1c\x8d\xef\xdf\x85\xca\xa3\xeb\x7e\x01\xb1\xe2\xcb\xbf\x09\xb5\x52\x04\x7b\x27\x72\x5d\xc3\x17\xd3\x0a\xdf\xc5\xe7\x6d\x2e\x27\xdf\x2a\x7f\x9d\x03\xb3\xfd\xdc\xbf\x3e\xc7\x8b\xe4\x11\xcf\xca\x8b\xfa\x0d\x03\xe2\x05\xbc\x6d\xac\xd9\x41\x98\x9d\xc5\x73\x9f\xd6\xdc\xe8\x2b\x30\x79\xc4\x4c\x34\x0e\xbc\xce\xda\x0b\xc2\x6b\xef\x70\x64\xbf\x5f\x72\x46\x3b\xed\xb6\x33\xba\xe9\x6b\xb8\xe3\x74\xbe\x70\x93\x83\x5d\x2c\x84\x74\x60\xc2\xb1\x4d\x23\xcf\xde\x2b\x62\x63\x2d\x2a\xbd\x1e\x46\xe2\x21\x42\x1b\x8d\x02\x2b\xe0\x0d\x18\xb6\x57\xc3\x34\xa8\xe6\x95\xb0\x4e\x9b\xf5\x5e\x9c\x8d\x77\x29\x54\x1d\x04\x6f\x78\xd8\x5b\x5d\x73\xf0\xfe\x3f\xb4\xfa\x9a\x34\x9d\x82\x1b\x30\xe5\xdc\xb8\x20\x3b\x27\x05\x0a\xc9\x40\xb8\x65\x86\xeb\x60\x02\x5e\xda\xb2\x6e\x3b\x7e\x7f\x01\x47\xdc\x70\x14\xd9\x48\xe8\x4b\xba\xd1\x9d\x01\x76\x52\x3d\xff\x9a\x11\x2c\x31\x17\x52\xb8\x35\x5b\x88\xcf\x60\xd9\x41\x60\xdd\x80\x5a\xb1\xa5\x45\xef\xca\x59\x78\xc3\x26\x18\xa1\xae\xa6\x73\xa1\x9a\x14\xfe\xb8\x73\x9e\x2b\xc6\x51\xc2\xe3\x63\xc5\x73\x1c\x01\xe2\x50\xa8\xac\x75\x2e\x85\xba\xfa\xb6\x58\x82\x25\xe3\xa5\xfa\x80\x6a\xb0\xd0\x5a\x49\x6d\x0f\x00\xa3\x5f\x67\x09\xfa\x52\x02\x2e\x52\x95\xb5\x77\xd1\xef\x1c\xd1\xff\xf7\x02\x3a\x80\xcf\x35\x74\xe3\x6f\xe4\x44\xa9\xbe\x51\x74\xce\x79\x5f\xb4\x87\xc3\x07\xdb\xd1\x61\xd6\x63\x32\xf7\x72\x5e\x1b\x23\x4a\xd1\x54\x28\x8c\x93\x5c\x46\x13\x06\x43\x3e\x5a\x19\x8d\xb0\xa3\x79\x16\x67\xb4\xcc\x43\x29\x43\xe8\xec\x20\x96\x90\xd5\x5a\x62\xf7\x52\x93\x3a\x26\xc8\x92\x38\x24\x53\x2d\xbe\x37\xe7\xf5\x15\x78\x43\xd5\xe6\x62\xe2\xf9\x9a\xfd\x8f\x30\x57\xa8\xac\xd3\x09\xad\xf4\xe0\xb8\x90\xb9\x69\xdd\xad\x84\x5a\x5a\x26\xc5\x15\xd9\x83\x8e\x80\x87\xd5\x22\x1f\x51\x71\xb2\xce\x09\xb0\x30\xb8\xa8\x12\xfa\x78\xd9\x8b\x06\xec\x71\x41\xc5\x3f\xba\x01\x28\xb5\xb9\x1f\x0d\xff\x54\xec\x27\xf5\x04\xd1\xbd\xeb\x70\xc6\x4a\x92\xbe\x48\xa1\x1d\x2c\xc8\x1f\xf5\x92\xb5\x60\xb1\xec\x20\xbd\x94\x98\x0f\xae\x61\x97\xdc\xf1\x59\xf3\xa9\xb7\x2e\x61\x43\x31\x95\x11\xf7\x37\x67\x5b\x30\x38\x7b\xfe\xf6\xbb\x77\x65\x4c\xfa\x93\xdd\x21\x67\xfb\x0e\xb7\x9a\xd6\x12\x0a\x5f\xdb\xc6\xdd\xff\x76\xda\x19\x70\x6e\x8d\xb5\x3c\xbb\x4a\x62\xb6\x47\x2f\x51\x1a\x4a\xa8\xe5\x5e\x6c\xff\xc5\x75\xa4\x5e\x3e\xcb\x51\x05\xeb\x36\x7a\x19\x7e\xe3\x31\x22\x6f\x70\x85\x3b\xa2\xda\x63\x22\xb9\xf4\x2a\x71\x97\xfe\x3c\x8c\x3f\xe0\x22\x62\x3d\x6c\x80\x6a\xb4\xbf\xaf\x92\xb4\x24\xf6\x62\xc5\xba\xd0\xe4\x64\x1f\xd1\x6e\x8f\x10\x62\x70\xc9\x31\xe0\xac\x15\x26\xce\xbd\x91\x84\xb1\x0a\x55\x03\x15\x4a\xef\x97\x6d\xe9\x43\x5f\xf7\x86\x3c\xc1\xb2\xe7\x8a\xc0\x67\xcb\x10\x4b\xa5\x70\x1d\xca\x59\xb2\x99\x37\x99\x0e\xf6\xe8\xb9\x53\xa9\xeb\x2b\x3c\x05\x07\xd2\xef\xbe\x3d\x9d\x6b\x67\xf7\x0e\xab\xaa\x9a\x55\xec\xed\xbb\x0f\xaf\x4f\x43\x74\x3f\x49\x38\x8c\xb5\xa3\xc9\xc2\xb1\x71\xb5\x15\x34\xae\x62\xac\x38\x3b\xd5\x90\x53\x11\x59\x6a\xe8\x7f\x16\x22\x2f\x06\x78\x73\x7c\x63\x44\x72\xad\x5a\xde\xd9\xd0\x5f\xcc\x71\x12\x6f\xa2\x81\x01\x7f\xeb\xb1\xd0\x87\x25\xcb\x29\x4f\x1c\xcc\x69\x10\x96\x56\x73\x2b\xae\xb2\x71\x38\x48\x59\x6c\x45\x94\x9e\xc0\x74\x89\x07\x28\x49\x5b\x68\xc9\x8d\xfa\x03\xba\x84\x84\xc9\xa0\x4e\xb6\x96\x7d\x03\xd3\xc6\xf3\x01\x77\xfe\x1f\x83\x46\xd8\x7b\x2b\x40\x14\xed\x82\x0a\xb3\x62\xac\x80\x66\x20\xf8\xad\x70\x87\xaa\x8e\xcb\xf5\x2f\x21\x62\x1e\xdc\xad\x5a\x37\x90\xf3\xeb\xbc\x69\x86\x5d\xad\xa9\x63\x1a\x6d\x14\xc2\x2d\x3b\x51\x15\x0e\x62\x28\xae\xc1\x6c\x8b\xaf\x69\xb8\x4b\x8e\xcd\x2a\x36\x43\xfb\x32\xfc\x05\x71\xdd\xac\x73\xcf\x55\xe0\x61\x36\x79\x89\xd2\xdd\x06\xd4\x76\x18\xa2\xe5\xdd\x0e\xb2\x7f\xff\x2d\x6f\xa1\x18\x98\x4b\x2f\x16\xad\x87\x05\x6b\x79\xfb\x3c\x2a\xad\xfa\xaa\x62\xaf\x82\x32\xc8\x11\xcd\xbd\xff\x56\xf0\x36\x0e\xa6\xfc\xef\x53\xff\xec\x5e\xf5\x0a\x3a\x03\x38\xe5\xfc\x34\xf6\xf0\x23\x6d\xf7\xa2\x24\xc3\xa7\xf7\x06\xfd\x02\x83\x3f\xed\xb0\x97\xd1\xad\x1c\x4b\xe0\x16\xc6\x5a\x75\xc7\x76\x16\xb6\x32\xdc\xdf\xdd\x3b\x1b\x43\xd8\xc5\x9e\x9d\x7b\x6a\x0d\xd6\x1d\x22\x3c\x22\xd8\xcb\x31\xce\x7e\x1d\xcc\x2d\xee\x51\xf2\xe7\x0d\xef\xf6\xfc\x05\xdf\xfb\xd1\x6f\x8d\xbc\x4f\xff\xbf\x01\xbe\xf4\xb7\xc1\xec\x3c\x3e\x07\x39\xbd\x82\x5d\x86\x50\xfc\x88\xb5\xe4\xa3\xb4\x12\x0d\x28\x27\x16\x6b\x1a\x20\x80\x63\x85\xb4\x72\x90\x7d\x0c\x24\xde\x18\x4a\x34\x47\x24\x0c\x15\xd1\x66\x79\x5c\x90\x74\x04\x53\x0c\xaa\xef\x8c\x6b\x11\x82\x7f\x28\xc6\xb7\x1e\xfa\xa6\x5a\xc1\xb9\xa4\xcf\x72\x19\x07\x28\xde\x89\xc7\xab\xbc\xf0\x7f\x3c\xbb\x38\x67\xaf\x2e\x7f\xbc\xbb\x59\xdf\x5b\x16\xb9\x41\xba\xb4\xd8\x9e\xa5\x60\x05\x4f\xe0\xbc\x0e\xdd\x6c\x0f\x29\x1b\x84\xbd\xeb\xf4\x88\x2d\x9e\xef\x6e\xf2\x30\x6f\x50\x36\x64\x32\x39\x15\x4c\xe0\x26\xa0\x29\xec\x9b\x39\x48\x4d\x93\x58\xc6\x7c\xbd\x39\x60\xfe\x37\xbc\x85\x2e\x8d\xe1\xca\x2e\x30\x0e\xaf\x94\x76\x31\x79\xaf\x9a\x8d\xcf\x67\x94\xe7\xaa\x43\xf8\x3d\x8c\x59\x26\xdf\x31\xa1\xf0\x04\x02\xcf\xe4\x28\x4f\x8b\x1d\xef\x18\x7a\xfa\x90\x75\x4d\x49\x2e\xaa\xdf\x8c\xa4\x34\x83\xfa\xae\xb0\xd6\x83\x3e\xba\x51\x2c\x13\x4e\x61\x7b\x85\x54\x3f\xd6\xcc\x1f\xb1\xeb\xe4\xe2\xd5\xb7\xf7\xd8\xe3\x17\xba\x79\x25\xac\xe9\xf1\xa5\x6f\xfb\x66\x09\x2e\xf1\x42\xe1\xda\x0e\x47\xe3\xa3\xc5\xf8\xc7\xe7\x93\x56\xa8\x29\xbf\xe6\x42\xf2\xf9\xce\xd3\xc2\x72\xf2\x14\x45\xe7\xd8\xee\xf1\xfa\x62\xab\x84\x75\x41\xf6\x0e\x57\x89\x03\x1f\xb9\x62\x70\x2d\xd0\x3d\xa9\xce\xf3\x3c\x19\x2a\x53\xe6\x8a\xf1\xb9\xd5\xb2\x77\x79\x51\x43\x73\x74\x42\x5a\xbf\x7a\x47\x1e\x4b\x04\xaa\x17\x6c\x36\xd8\x52\xa8\xa6\x6f\xf9\xe7\x69\xaf\x8a\xdf\x86\x85\xd2\x4c\xad\xcd\xe4\x72\xf1\xf0\x6f\x4c\x95\x18\x2c\xcb\x0b\x10\x29\x22\x59\x7e\x1d\x41\x8a\x42\xee\xe7\xa9\x4b\x60\x9b\x28\xde\xd6\x94\x56\xc7\xc6\xaf\xc3\x44\x47\xa2\xe0\x26\xb5\x88\x86\x03\x10\x31\x9c\xbe\x45\xc7\x74\x6b\xc3\x7d\x7d\x3c\xbd\xb1\x51\x73\x88\x75\x88\x73\x6f\xda\xd1\xcf\x48\xed\x22\x0a\xc6\xad\x15\x4b\xb5\x31\x59\x13\xb7\x91\x01\xe9\x8d\x3f\x57\xec\x5c\xb1\x9a\x87\x14\x67\x7a\x4e\x58\x9c\x04\x84\x45\xbb\xc9\x89\x21\xa2\x62\x45\x4a\xf4\x2a\x49\x0d\x61\x3d\x2f\x1d\x4a\x84\x50\x51\xa4\x2e\x54\x7b\x61\x06\x34\x38\xb2\xa4\xc5\x17\xbd\x64\x61\x00\x3a\x7c\x76\x96\x3e\x55\x11\xfc\x5f\x30\xb0\x6f\x99\xd2\x69\x60\x5d\x88\xc5\x31\x1e\xc6\xba\x8d\x7c\xa7\x62\x80\x3d\x65\xcb\xb5\x1a\x50\x77\xf8\xdd\x8f\x30\x16\xdc\xe2\x8c\xbb\x09\xb3\x21\xf2\x4e\x4b\x7b\x16\x6d\xe7\x80\xde\x49\x2e\xbe\x15\xad\x67\x3f\x03\x4b\x61\x9d\x59\x3f\x85\x66\x67\x3a\x9d\x69\x59\x9e\x7b\x4f\x1f\xf2\xd6\x79\x1e\x40\xdb\xb9\xf5\x61\xa6\x6d\x8a\x41\x8f\xf0\x4a\xb9\xf6\x52\xea\xf9\xa0\x15\x6d\x7c\xcd\x73\xd5\x84\xf6\x05\xb1\x18\x82\x2d\xbe\x8f\x15\x6c\x1d\x02\x89\xe5\xa6\xe4\xf0\x70\x5b\x88\x45\xfa\x6b\xf6\x80\x93\x9c\xf0\x57\xf2\xe1\x21\xf0\xad\xa6\xec\x06\x1c\xd4\xc5\x18\xd4\x72\xa6\x88\x58\x8c\x5c\x81\xa1\x00\x89\x9b\x38\x10\xd9\x5a\x8f\xbf\x2b\x39\x15\x43\x54\x87\x85\x94\xc1\xa1\xcf\x8f\x65\x1b\xe0\xac\xdd\x81\x6d\xb0\xca\xc3\x21\x07\x61\x8c\x2d\xd5\xcf\xce\x89\xa3\x78\x1c\x60\xbc\x02\x36\xbb\xd0\xcd\x65\x07\xf5\x07\x68\x3d\xc6\x30\xf3\x0a\xa5\xaf\xd3\x10\xd4\x5c\xaa\x51\x82\x9b\x55\x5e\x34\x54\x9d\x6e\xd2\x7b\x64\x75\x08\x90\xcd\x24\x57\x8a\x94\xef\x14\xfd\xbd\x54\xe0\x14\xde\x8c\x8d\x02\xe1\x5b\x5d\xa2\x66\x2d\x98\x25\xf6\x84\xd6\x2b\x72\xd1\xb6\x32\x3a\x5b\x33\x8e\xf3\x9d\xa7\x2f\xe8\x50\x2a\x31\x84\x10\xc3\xa4\xdc\x89\x77\xe5\x71\xad\x24\x5b\x86\x9f\x6c\xd8\xf8\xb6\xc3\xed\xce\x47\x67\x74\x0b\x6e\x05\xfd\x83\x07\x4e\x3c\x24\x30\x7b\x91\x56\x89\xe3\x28\xca\x16\xf3\xfc\xd7\x69\xcc\xdc\x15\x49\xef\xf8\x4d\x48\x52\xa9\xc4\xb5\xfe\x2d\x7f\xdc\x6f\xb4\x12\x4e\x9b\x59\x32\x18\x73\x97\x07\xdd\x92\x38\x90\x20\xe8\xd1\xda\xf0\x6e\x33\xba\x4a\x31\xa3\x61\x88\xb5\x44\x38\xde\x69\x4a\xd6\x50\x11\x63\x28\xaf\x0a\x23\x18\xe8\xb5\x37\xa2\x36\xfa\x82\xe8\x85\x20\xdf\xd0\xa3\x15\xfb\xe7\xd9\xfb\xb7\xe7\x6f\xff\x16\x3e\x23\x85\x6e\x63\x31\x25\x73\x6c\x1b\x79\x22\x35\xe6\x6e\x43\xa2\x66\x29\xdc\xaa\x9f\x57\xb5\x6e\x8f\x6b\x6d\x40\xdb\xe3\x7c\x7a\xd3\x88\xe6\xc7\x8b\xf2\x44\xb1\xbf\x0c\x7f\xff\x73\x54\x5f\x69\x0d\x6c\x85\x12\x31\x0e\x3e\x4f\xb5\x73\xd0\x54\xec\x7f\xea\x1e\x89\x86\x15\xac\x9d\x6e\xa6\x6d\x40\x31\xea\xde\xd0\x12\x9a\xd4\xdf\xd6\x09\xa7\x09\xae\xc2\xad\x74\xc8\x40\x14\x0f\xbd\x2b\xa9\x8a\x40\xb7\x20\x88\xf1\x8f\x80\x3e\x81\x08\x6e\x41\xb0\x5d\x42\xaa\x64\x7c\xde\xc2\x09\x7e\xbd\x28\xbd\x37\x86\x45\xdd\xb2\xe4\xc3\x5d\xc5\xf1\x95\x09\xcc\x76\xa7\xe6\x80\x1f\x72\xb2\x9f\x90\x2a\x74\x47\x2f\xe5\x94\x5a\xce\x1f\xd3\xbf\xec\xa5\x64\x97\xb8\x4a\x60\x1b\x4b\x19\x6c\xbf\x3c\xa3\xe5\xd3\xe7\x5e\x74\x33\xc9\xf1\x9b\x8d\xa9\xe7\x98\xa5\x70\x46\xc0\xf5\xa6\x18\x26\xd3\x8b\x82\x3a\x2a\x8d\x1c\x4e\xb6\x18\xc9\x85\x72\xb9\x62\xec\x77\x9e\x2a\xdc\x72\xd5\xa3\x2a\xd7\x06\x07\xa7\xa3\xd9\xbb\xd6\xfd\x7e\x51\x5f\x48\xa2\xa9\x6c\x9a\xa4\xb1\x97\x69\x51\x04\x9b\x31\x8b\x28\xc4\x0d\xce\x0a\x25\x15\x3f\x1e\x37\x23\x1b\x9a\xa6\x43\x13\x7e\x85\xd5\xee\xd1\x46\xa0\xb8\xc9\xed\x89\x3d\xdb\xd3\x7a\xd6\x5e\x32\xe4\x8f\x41\x7d\x09\xba\x28\xa4\xbd\xd6\xb7\xb6\x6f\x63\x34\x6a\x93\xae\x22\xd4\xb0\x76\x06\x53\x62\xd8\xf7\xbc\xd6\x3d\x5d\xa8\xb4\xf1\xe1\x34\xf9\x11\x6c\xfc\x06\x31\x48\x87\xfb\x9b\x10\xfa\x5c\xa5\xab\x9e\x3e\xee\x93\x32\x25\x7f\x70\xd9\x42\x67\xb8\xf3\x47\xa8\x36\x58\x13\x47\x95\x85\xce\x84\xc0\x34\x17\xba\x41\xe2\x4a\x58\x38\x86\x06\x37\x61\xb2\x99\x30\x89\x59\x07\x7e\x05\x2a\x1b\xa2\xa3\x2c\x97\xcf\x67\xe0\x2b\x0d\xf2\x50\xfe\x3c\xa6\x1e\x35\x30\x31\x19\xb5\x63\x0f\xb2\x4a\xd3\xf9\x37\xad\xee\x30\x89\x0a\xc9\xd9\x24\x91\x33\xa1\xfd\xd0\x51\xa4\xd2\xa4\xb4\x64\x52\xc4\x61\x62\x43\x89\xd9\x2c\xce\x77\x64\x46\xfb\x63\x54\xc3\x3c\x97\x8a\x9f\x9f\xcd\x19\x99\x7b\x32\xa3\xbf\xb2\xa8\x7c\x63\x4e\x4b\x72\x57\x12\xbd\xb7\x04\x5e\x0e\x52\x90\x46\xf5\x9b\x5d\x77\xc0\x66\xc3\x21\x20\x8d\xae\xaf\xc0\x10\xf8\x4f\x56\xab\x42\x8e\x87\xf2\x90\xc7\x0b\x34\xc4\x02\x97\xcd\xc1\x34\xae\xf8\x5b\x6c\x60\xbc\x4d\x3e\x3d\x81\x8b\x5b\x14\x7a\xdf\xe9\xfa\x6d\xef\x9a\x4e\xec\xc0\x00\x8e\x73\xa0\x36\x8b\x50\xb4\xd6\x5b\xc8\x35\xf7\xe8\x23\xec\xa0\x6b\xef\x3c\x8d\xf7\x1e\xc8\x7d\xdf\xfe\x74\x1b\x86\xec\x30\xd4\x11\x7c\x95\xb1\x86\x8e\x3f\xfe\x31\xed\x3a\xc1\x63\x97\xa1\x6c\x48\x88\x41\xde\x40\xda\x29\x7d\xd9\x79\xd7\x92\x75\x7f\x24\x1f\x7e\xbc\x64\xc5\x5b\xf8\xc6\x84\xca\xbc\x66\xd0\x2c\x61\x36\x61\xb3\x8e\x5b\x1b\x26\xe4\xd1\xe4\x09\x03\xa0\x6a\xb3\xee\xdc\x6c\xac\x0d\x26\x7b\xfc\xdb\x8d\x30\xc5\x00\x85\x5b\xda\x61\xfc\x36\x8a\xe9\x0f\x0f\xd8\xc6\xe6\xb4\x17\x9c\xaf\x30\xe8\x5b\xba\x05\xb3\x80\xfe\xee\xf8\xed\x96\x77\x1d\xc3\xeb\x0a\xd6\x8f\x8c\x5b\x98\x39\xf5\x65\xe4\x43\x2b\x47\x1b\xe1\xd6\x0f\xa1\x66\x54\x7b\x5f\x78\xda\x45\xf1\xfa\x97\x61\x5f\x56\xbf\x0f\x06\x67\x41\xfe\x00\x70\x34\xbb\xb1\x7a\x39\xd6\x15\x70\xb6\xb9\x18\x8b\x7f\x5b\x08\x9a\x31\x9f\x20\x57\xac\xb4\x0f\xd2\x0d\x18\xdc\x1d\x0c\x0c\x0b\x09\x21\xc4\x17\x0b\x3b\x8a\x01\xae\xe5\x57\x8d\x70\x3a\x3f\x5e\x63\x43\x0d\xc1\xc2\x21\xd5\xe8\x3b\x91\x0c\xa7\x1e\xa5\x14\xa7\x85\xba\x4f\xfd\x98\xb5\x56\x0a\x42\xa2\x61\x11\x97\x05\xd9\xa4\x4f\x47\x46\xcf\x60\x92\x45\x85\x61\x2d\x5f\xa7\x80\x73\x6c\x78\x2b\x36\x18\x60\xbf\x3c\xc3\x9c\x41\xfc\xc0\x9a\x17\x3d\x68\xd8\x5d\x73\x29\x9a\x38\x9d\x51\xa8\x25\x22\xb5\xd2\x26\x95\x4d\x91\xfd\x77\x10\x7e\xaa\x92\xfd\x52\xd9\xeb\xfa\x30\x16\xcf\xd0\xf0\x85\x10\x92\x13\x6a\x61\x38\xc5\xd1\xbc\xa4\x0b\xb3\xb4\xa1\x19\x4e\x7f\xd9\xac\xa3\xa3\xb1\x67\x8f\x23\x78\x84\x22\x3a\x4f\xbd\xe8\x2b\xa5\xe9\xee\x9f\xfc\x18\x08\xef\xf0\xd1\x8f\x06\xb8\x24\x03\x32\x2e\xe0\xb5\xc7\x62\x21\xea\x58\x50\x87\xe5\xdd\x5e\xd6\xbe\x22\x55\x53\x76\x33\xbf\x87\xd8\x1d\x17\x5e\xda\x49\x70\xdc\xb9\xeb\x6c\xf0\xd3\x40\xb6\x5c\x85\xfe\x68\x61\xba\x38\x16\xe0\xdb\x58\xc1\x5e\x06\x67\x7b\xeb\xef\x00\x99\x01\x0a\x3b\xe9\x34\xbb\xf0\xac\x6a\x85\x56\xd0\xa4\x26\x7d\x8a\xcb\xaa\xf4\x8b\x00\x0c\x27\x8a\x67\xcc\x4e\xc7\xa2\x5a\x57\xdf\xd8\xe9\xc6\x76\xed\xb1\xbf\x28\xff\xb1\x4d\x04\xc6\xce\x42\x7d\x59\xe8\xaa\xc8\xed\xb4\x98\x13\x85\x6b\x2d\xaf\x29\x9c\x47\xce\x8c\xed\xe7\x9f\x02\xda\xf5\x8a\xab\x25\x3c\x81\x40\xd2\x26\x31\x76\x8c\xe9\xc4\x06\x97\xb1\xe3\xb9\xed\x68\x50\xa0\x7a\x69\xf2\xf1\x23\xef\xc4\xd2\xe8\xbe\x3b\xfe\x39\xf4\x44\x9c\xfe\x7c\x25\x54\x73\xfa\x31\xc9\x8b\xe3\x9f\xd1\xff\xdc\x40\xf3\xe1\xac\x79\xa7\x25\x3a\x1c\x52\x41\xa6\xd5\xd6\xe4\xa2\xe8\xf3\xc5\x87\x53\xf4\xca\xc6\x49\x28\xdc\x15\x9f\x52\xa1\x51\x81\x64\xa1\x69\x8a\xbb\xe5\x11\xdd\xf4\x79\xb4\xb2\x9c\xe7\x30\x52\x06\xc3\x27\x59\x5c\x86\x90\xf4\x78\xa8\x24\xe4\x92\xc4\x30\x61\x10\x9b\x94\xf9\xe6\xf7\xb1\x52\xde\x1a\x81\x86\xc1\xcc\x1b\x73\x27\x9e\x80\xdd\xfc\xdb\xe4\xb5\xb0\x4a\x14\x13\x5a\xf1\x40\x15\x40\x13\xcb\x57\x42\x20\x74\xe0\x55\xe9\x66\xeb\x63\xe1\x77\xd6\xab\x27\xae\x1a\x7c\x57\x9b\x5b\xf6\x56\x37\x70\xe1\x01\x45\xd0\x7f\x8a\x2d\xf0\x8f\x15\xbb\xa4\x05\xc6\x7d\xad\x21\x99\x62\x66\xb4\x2c\x19\x8a\x5f\x16\xa2\x68\x66\x84\xa5\x53\xb7\x0c\xd2\x33\xeb\xeb\x14\x88\x50\x0d\x7d\xde\xc2\x4b\xf6\x54\x23\xe1\x15\xd1\xd9\xc5\x39\x6b\xb9\xe2\x4b\xc8\x93\x59\xb6\xd0\xbc\x25\x28\xff\xff\x08\x7f\x7e\x69\x55\xb5\xad\x57\xb0\x73\x3c\x8e\x1e\x8e\x05\xa7\xa1\x81\x88\x87\xef\xb9\xc4\x63\xda\xfc\xd0\x7b\x19\xea\xdf\xed\x93\xe7\x34\x86\xd1\xad\x42\x1a\xd1\x03\xf7\x27\x2c\x2c\xeb\xfa\xb9\xa4\xcf\x82\x15\x43\x62\x87\x4b\xec\x38\x62\x11\xe7\x76\x65\xf8\x36\xcf\x71\x1f\xff\xa6\xfe\x60\x4e\x58\x82\xb5\xeb\x47\xdc\x47\x76\xe4\xef\xd7\x34\x16\x59\x0e\xac\x80\xd1\x4d\x86\x12\xd2\x0a\x43\x5c\x39\x70\xe2\xb4\x84\x54\xb0\xf2\x48\xd6\x55\xea\xab\xc0\xfc\xc4\x87\xb4\xa2\x65\x78\x59\xb7\x33\xdc\xe5\x23\x79\xda\xed\xc1\xbc\xf7\x46\x24\xba\x10\x21\x49\x78\x18\x63\x7d\x28\x26\xd3\x47\xc1\xb0\xc8\xd2\x8b\x47\x4b\x3a\xb2\xe5\xae\x5e\xa1\x41\xc4\xb1\xa4\x9e\x5d\x02\x71\x6c\x34\xc4\xb6\x22\x82\xf6\xb8\xd6\xaa\x86\xce\xd9\xe3\x00\x55\xa8\xe5\x34\xd6\x4f\x1d\x23\x9c\x29\x57\xcd\x34\xd3\xef\xf8\x19\x2b\x07\xf1\x84\x0e\xb5\x30\x92\x20\x3d\x55\x94\x57\xe4\x0f\x95\x61\x07\x8b\x15\xad\x90\xdc\xfb\x41\x0a\xab\x56\xa3\x90\xf3\x17\x0f\xd1\x9e\x30\x51\x41\x35\x61\xb3\x1f\x60\xfd\xf1\xc5\x4f\x5c\xf6\xf0\xf3\xe9\xeb\xc5\x02\x6a\xf7\xf1\xf4\x92\x3e\x31\xf6\xf3\x6c\x12\x58\x84\x3e\xcf\x87\x5f\x1f\xfb\x77\xef\x65\xc5\xdc\xf0\xfa\x0a\x42\x09\x3d\x4f\x73\xae\xb8\xac\xf0\x4b\xba\xf0\x99\xb7\x9d\x3f\x69\x36\x65\x33\x54\x2d\x46\x4b\xa8\x86\x94\x09\xad\x07\x6f\xf5\x65\x20\xf5\x2c\x3e\xbd\xf1\x60\x18\xb3\x5a\x16\x7b\x9d\xbe\xd5\xaf\x29\x85\x7f\xfa\xa7\x93\x93\x13\x72\x21\xa6\xf4\x9d\x08\xcf\xfc\x2f\xac\x6d\x4e\x2f\x70\x8c\x59\x09\x9f\x5a\x63\x9e\x68\x36\x94\x0e\xee\x01\xe9\xc8\xf4\x31\x51\x2e\xc2\x37\xcc\x02\xeb\xc0\x64\x60\xa9\xde\xcd\x03\xf9\x76\x1b\x5e\x3f\x66\x4f\x28\xb0\x0f\xb4\xc2\x2e\x9a\x3c\x88\xa5\x88\x54\xe9\xf2\xc5\x34\x24\xa7\x82\x9c\x08\xb4\x28\x89\x08\x5f\x70\x89\xb5\x08\xb9\x2e\x6e\x4e\xaa\x7f\x7c\x42\x4a\x2a\x11\x89\x6b\xa6\xb2\x88\xac\xff\x03\x59\x93\x85\xcb\x0e\xc2\x47\x11\x2d\x3b\x3a\xfa\x9e\xc3\x12\xcc\xd1\x51\xe8\x57\xfd\x90\xe8\xc9\xfe\xbf\x51\xb0\x61\x14\x4c\x42\x83\x15\xe6\xa7\xe2\xf3\x31\xf6\x56\xb6\x31\x8f\x9d\xc7\x98\xe7\xf7\x80\x3c\x9f\x2a\xda\x71\xa2\x26\x46\xdf\x22\xaa\x42\x9b\x56\x6c\xb8\xe3\x83\xe6\xd2\x18\xa4\x19\x69\xc0\x38\x1c\x19\x89\xb1\x23\x46\x61\xb6\x69\xe2\xb7\x80\x5c\xc9\xdd\xc9\xde\x19\xe7\xdd\x91\xce\xab\x12\x1f\x8b\xe2\xda\xec\xdc\xff\x43\x9e\x9c\x7f\x25\xe4\x54\xa2\x69\xb0\x57\x6b\x65\xdd\xde\x18\xec\x8e\x1b\xde\x3e\x10\x78\x9a\xf4\x80\x2f\x17\xcb\x3c\xdf\x3b\x7c\xf6\x7f\x03\x00\x00\xff\xff\xf0\xba\x59\xe6\x3c\x98\x00\x00"), }, } fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ diff --git a/pkg/trait/container.go b/pkg/trait/container.go index 11dcb613e8..65781bb086 100644 --- a/pkg/trait/container.go +++ b/pkg/trait/container.go @@ -76,6 +76,8 @@ type containerTrait struct { // The main container name. It's named `integration` by default. Name string `property:"name" json:"name,omitempty"` + // The main container image + Image string `property:"image" json:"image,omitempty"` // ProbesEnabled enable/disable probes on the container (default `false`) ProbesEnabled *bool `property:"probes-enabled" json:"probesEnabled,omitempty"` @@ -141,7 +143,7 @@ func (t *containerTrait) Configure(e *Environment) (bool, error) { func (t *containerTrait) Apply(e *Environment) error { if e.IntegrationInPhase(v1.IntegrationPhaseInitialization) { - t.configureDependencies(e) + return t.configureDependencies(e) } if e.IntegrationInPhase(v1.IntegrationPhaseDeploying, v1.IntegrationPhaseRunning) { @@ -156,21 +158,51 @@ func (t *containerTrait) IsPlatformTrait() bool { return true } -func (t *containerTrait) configureDependencies(e *Environment) { - if util.IsNilOrFalse(t.ProbesEnabled) { - return - } - +func (t *containerTrait) configureDependencies(e *Environment) error { if e.IntegrationInPhase(v1.IntegrationPhaseInitialization) { - if capability, ok := e.CamelCatalog.Runtime.Capabilities[v1.CapabilityHealth]; ok { - for _, dependency := range capability.Dependencies { - util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, dependency.GetDependencyID()) + if t.Image != "" { + if e.Integration.Spec.IntegrationKit != nil { + return fmt.Errorf( + "unsupported configuration: a container image has been set in conjunction with an IntegrationKit %v", + e.Integration.Spec.IntegrationKit) + } + if e.Integration.Spec.Kit != "" { + return fmt.Errorf( + "unsupported configuration: a container image has been set in conjunction with an IntegrationKit %s", + e.Integration.Spec.Kit) + } + + kitName := fmt.Sprintf("kit-%s", e.Integration.Name) + kit := v1.NewIntegrationKit(e.Integration.Namespace, kitName) + kit.Spec.Image = t.Image + + // Add some information for post-processing, this may need to be refactored + // to a proper data structure + kit.Labels = map[string]string{ + "camel.apache.org/kit.type": v1.IntegrationKitTypeExternal, + "camel.apache.org/created.by.kind": v1.IntegrationKind, + "camel.apache.org/created.by.name": e.Integration.Name, + "camel.apache.org/created.by.namespace": e.Integration.Namespace, + "camel.apache.org/created.by.version": e.Integration.ResourceVersion, } - // sort the dependencies to get always the same list if they don't change - sort.Strings(e.Integration.Status.Dependencies) + t.L.Infof("image %s", kit.Spec.Image) + e.Resources.Add(&kit) + e.Integration.SetIntegrationKit(&kit) + } + if util.IsTrue(t.ProbesEnabled) { + if capability, ok := e.CamelCatalog.Runtime.Capabilities[v1.CapabilityHealth]; ok { + for _, dependency := range capability.Dependencies { + util.StringSliceUniqueAdd(&e.Integration.Status.Dependencies, dependency.GetDependencyID()) + } + + // sort the dependencies to get always the same list if they don't change + sort.Strings(e.Integration.Status.Dependencies) + } } } + + return nil } // nolint:gocyclo diff --git a/pkg/trait/container_test.go b/pkg/trait/container_test.go index a4610eee43..9952aa8f2e 100644 --- a/pkg/trait/container_test.go +++ b/pkg/trait/container_test.go @@ -19,12 +19,15 @@ package trait import ( "context" + "github.com/google/uuid" + "k8s.io/apimachinery/pkg/types" "testing" "github.com/stretchr/testify/assert" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + ctrl "sigs.k8s.io/controller-runtime/pkg/client" v1 "github.com/apache/camel-k/pkg/apis/camel/v1" "github.com/apache/camel-k/pkg/util/camel" @@ -148,3 +151,179 @@ func TestContainerWithCustomName(t *testing.T) { trait := test.TraitSpecToMap(t, environment.Integration.Spec.Traits["container"]) assert.Equal(t, trait["name"], d.Spec.Template.Spec.Containers[0].Name) } + +func TestContainerWithCustomImage(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + + client, _ := test.NewFakeClient() + traitCatalog := NewCatalog(context.TODO(), nil) + + environment := Environment{ + C: context.TODO(), + Client: client, + CamelCatalog: catalog, + Catalog: traitCatalog, + Integration: &v1.Integration{ + ObjectMeta: metav1.ObjectMeta{ + Name: ServiceTestName, + Namespace: "ns", + UID: types.UID(uuid.NewString()), + }, + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseInitialization, + }, + Spec: v1.IntegrationSpec{ + Profile: v1.TraitProfileKubernetes, + Traits: map[string]v1.TraitSpec{ + "container": test.TraitSpecFromMap(t, map[string]interface{}{ + "image": "foo/bar:1.0.0", + }), + }, + }, + }, + Platform: &v1.IntegrationPlatform{ + Spec: v1.IntegrationPlatformSpec{ + Cluster: v1.IntegrationPlatformClusterOpenShift, + Build: v1.IntegrationPlatformBuildSpec{ + PublishStrategy: v1.IntegrationPlatformBuildPublishStrategyS2I, + Registry: v1.IntegrationPlatformRegistrySpec{Address: "registry"}, + }, + }, + }, + EnvVars: make([]corev1.EnvVar, 0), + ExecutedTraits: make([]Trait, 0), + Resources: kubernetes.NewCollection(), + } + environment.Platform.ResyncStatusFullConfig() + + err = traitCatalog.apply(&environment) + assert.Nil(t, err) + + for _, postAction := range environment.PostActions { + assert.Nil(t, postAction(&environment)) + } + + assert.NotEmpty(t, environment.ExecutedTraits) + assert.NotNil(t, environment.GetTrait("deployer")) + assert.NotNil(t, environment.GetTrait("container")) + assert.Equal(t, "kit-"+ServiceTestName, environment.Integration.Status.IntegrationKit.Name) + + ikt := v1.IntegrationKit{} + key := ctrl.ObjectKey{ + Namespace: "ns", + Name: "kit-" + ServiceTestName, + } + + err = client.Get(context.TODO(), key, &ikt) + assert.Nil(t, err) + assert.Equal(t, environment.Integration.ObjectMeta.UID, ikt.ObjectMeta.OwnerReferences[0].UID) + + trait := test.TraitSpecToMap(t, environment.Integration.Spec.Traits["container"]) + assert.Equal(t, trait["image"], ikt.Spec.Image) +} + +func TestContainerWithCustomImageAndIntegrationKit(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + + client, _ := test.NewFakeClient() + traitCatalog := NewCatalog(context.TODO(), nil) + + environment := Environment{ + C: context.TODO(), + Client: client, + CamelCatalog: catalog, + Catalog: traitCatalog, + Integration: &v1.Integration{ + ObjectMeta: metav1.ObjectMeta{ + Name: ServiceTestName, + Namespace: "ns", + UID: types.UID(uuid.NewString()), + }, + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseInitialization, + }, + Spec: v1.IntegrationSpec{ + Profile: v1.TraitProfileKubernetes, + Traits: map[string]v1.TraitSpec{ + "container": test.TraitSpecFromMap(t, map[string]interface{}{ + "image": "foo/bar:1.0.0", + }), + }, + IntegrationKit: &corev1.ObjectReference{ + Name: "bad-" + ServiceTestName, + Namespace: "ns", + }, + }, + }, + Platform: &v1.IntegrationPlatform{ + Spec: v1.IntegrationPlatformSpec{ + Cluster: v1.IntegrationPlatformClusterOpenShift, + Build: v1.IntegrationPlatformBuildSpec{ + PublishStrategy: v1.IntegrationPlatformBuildPublishStrategyS2I, + Registry: v1.IntegrationPlatformRegistrySpec{Address: "registry"}, + }, + }, + }, + EnvVars: make([]corev1.EnvVar, 0), + ExecutedTraits: make([]Trait, 0), + Resources: kubernetes.NewCollection(), + } + environment.Platform.ResyncStatusFullConfig() + + err = traitCatalog.apply(&environment) + assert.NotNil(t, err) + assert.Contains(t, err.Error(), "unsupported configuration: a container image has been set in conjunction with an IntegrationKit") +} + +func TestContainerWithCustomImageAndDeprecatedIntegrationKit(t *testing.T) { + catalog, err := camel.DefaultCatalog() + assert.Nil(t, err) + + client, _ := test.NewFakeClient() + traitCatalog := NewCatalog(context.TODO(), nil) + + environment := Environment{ + C: context.TODO(), + Client: client, + CamelCatalog: catalog, + Catalog: traitCatalog, + Integration: &v1.Integration{ + ObjectMeta: metav1.ObjectMeta{ + Name: ServiceTestName, + Namespace: "ns", + UID: types.UID(uuid.NewString()), + }, + Status: v1.IntegrationStatus{ + Phase: v1.IntegrationPhaseInitialization, + }, + Spec: v1.IntegrationSpec{ + Profile: v1.TraitProfileKubernetes, + Traits: map[string]v1.TraitSpec{ + "container": test.TraitSpecFromMap(t, map[string]interface{}{ + "image": "foo/bar:1.0.0", + }), + }, + Kit: "bad-" + ServiceTestName, + }, + }, + Platform: &v1.IntegrationPlatform{ + Spec: v1.IntegrationPlatformSpec{ + Cluster: v1.IntegrationPlatformClusterOpenShift, + Build: v1.IntegrationPlatformBuildSpec{ + PublishStrategy: v1.IntegrationPlatformBuildPublishStrategyS2I, + Registry: v1.IntegrationPlatformRegistrySpec{Address: "registry"}, + }, + }, + }, + EnvVars: make([]corev1.EnvVar, 0), + ExecutedTraits: make([]Trait, 0), + Resources: kubernetes.NewCollection(), + } + environment.Platform.ResyncStatusFullConfig() + + err = traitCatalog.apply(&environment) + assert.NotNil(t, err) + assert.Contains(t, err.Error(), "unsupported configuration: a container image has been set in conjunction with an IntegrationKit") +}