From 22f01c787cdc50698ce13e2d54bbdcfe6e8295ca Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Mon, 15 Mar 2021 17:09:57 -0700 Subject: [PATCH 01/13] Add in task execution event fields Signed-off-by: Katrina Rogan --- gen/pb-cpp/flyteidl/event/event.pb.cc | 661 +++++++- gen/pb-cpp/flyteidl/event/event.pb.h | 452 ++++- gen/pb-go/flyteidl/event/event.pb.go | 223 ++- gen/pb-go/flyteidl/event/event.pb.validate.go | 85 + gen/pb-go/flyteidl/service/admin.swagger.json | 28 +- .../flyteidl/service/flyteadmin/README.md | 1 + .../service/flyteadmin/api/swagger.yaml | 32 +- .../model_event_managed_resource_info.go | 16 + .../model_event_task_execution_event.go | 4 + .../model_event_task_execution_metadata.go | 5 +- gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/event/Event.java | 1447 ++++++++++++++++- gen/pb-js/flyteidl.d.ts | 76 + gen/pb-js/flyteidl.js | 180 ++ .../flyteidl/event/event.proto.rst | 61 +- gen/pb_python/flyteidl/event/event_pb2.py | 82 +- .../flyteidl/service/flyteadmin/README.md | 1 + .../service/flyteadmin/flyteadmin/__init__.py | 1 + .../flyteadmin/flyteadmin/models/__init__.py | 1 + .../models/event_managed_resource_info.py | 117 ++ .../models/event_task_execution_event.py | 58 +- .../models/event_task_execution_metadata.py | 63 +- .../test/test_event_managed_resource_info.py | 40 + protos/flyteidl/event/event.proto | 24 + 24 files changed, 3536 insertions(+), 126 deletions(-) create mode 100644 gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go create mode 100644 gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py create mode 100644 gen/pb_python/flyteidl/service/flyteadmin/test/test_event_managed_resource_info.py diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc index ab957e713..78acebcfe 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -23,9 +23,10 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::p extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_WorkflowExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ParentNodeExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ParentTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskNodeMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_WorkflowNodeMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fstruct_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto; @@ -68,6 +69,10 @@ class TaskExecutionEventDefaultTypeInternal { ::google::protobuf::internal::ArenaStringPtr output_uri_; const ::flyteidl::core::ExecutionError* error_; } _TaskExecutionEvent_default_instance_; +class ManagedResourceInfoDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _ManagedResourceInfo_default_instance_; class TaskExecutionMetadataDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; @@ -192,6 +197,20 @@ ::google::protobuf::internal::SCCInfo<7> scc_info_TaskExecutionEvent_flyteidl_2f &scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto.base, &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base,}}; +static void InitDefaultsManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::event::_ManagedResourceInfo_default_instance_; + new (ptr) ::flyteidl::event::ManagedResourceInfo(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::event::ManagedResourceInfo::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<0> scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto}, {}}; + static void InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -203,8 +222,9 @@ static void InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto() ::flyteidl::event::TaskExecutionMetadata::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<0> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto}, {}}; +::google::protobuf::internal::SCCInfo<1> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto}, { + &scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto.base,}}; void InitDefaults_flyteidl_2fevent_2fevent_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_WorkflowExecutionEvent_flyteidl_2fevent_2fevent_2eproto.base); @@ -214,10 +234,11 @@ void InitDefaults_flyteidl_2fevent_2fevent_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_ParentTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_ParentNodeExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fevent_2fevent_2eproto[8]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fevent_2fevent_2eproto[9]; const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto[1]; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fevent_2fevent_2eproto = nullptr; @@ -297,14 +318,24 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o offsetof(::flyteidl::event::TaskExecutionEventDefaultTypeInternal, error_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, custom_info_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, phase_version_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, reason_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, type_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, metadata_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, output_result_), ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ManagedResourceInfo, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ManagedResourceInfo, token_), + ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, instance_class_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, generated_name_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, managed_resource_info_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::event::WorkflowExecutionEvent)}, @@ -314,7 +345,8 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 46, -1, sizeof(::flyteidl::event::ParentTaskExecutionMetadata)}, { 52, -1, sizeof(::flyteidl::event::ParentNodeExecutionMetadata)}, { 58, -1, sizeof(::flyteidl::event::TaskExecutionEvent)}, - { 77, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, + { 79, -1, sizeof(::flyteidl::event::ManagedResourceInfo)}, + { 85, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -325,13 +357,14 @@ static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::event::_ParentTaskExecutionMetadata_default_instance_), reinterpret_cast(&::flyteidl::event::_ParentNodeExecutionMetadata_default_instance_), reinterpret_cast(&::flyteidl::event::_TaskExecutionEvent_default_instance_), + reinterpret_cast(&::flyteidl::event::_ManagedResourceInfo_default_instance_), reinterpret_cast(&::flyteidl::event::_TaskExecutionMetadata_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto = { {}, AddDescriptors_flyteidl_2fevent_2fevent_2eproto, "flyteidl/event/event.proto", schemas, file_default_instances, TableStruct_flyteidl_2fevent_2fevent_2eproto::offsets, - file_level_metadata_flyteidl_2fevent_2fevent_2eproto, 8, file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto, file_level_service_descriptors_flyteidl_2fevent_2fevent_2eproto, + file_level_metadata_flyteidl_2fevent_2fevent_2eproto, 9, file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto, file_level_service_descriptors_flyteidl_2fevent_2fevent_2eproto, }; const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = @@ -373,7 +406,7 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "rentTaskExecutionMetadata\0222\n\002id\030\001 \001(\0132&." "flyteidl.core.TaskExecutionIdentifier\".\n" "\033ParentNodeExecutionMetadata\022\017\n\007node_id\030" - "\001 \001(\t\"\250\004\n\022TaskExecutionEvent\022*\n\007task_id\030" + "\001 \001(\t\"\306\004\n\022TaskExecutionEvent\022*\n\007task_id\030" "\001 \001(\0132\031.flyteidl.core.Identifier\022H\n\030pare" "nt_node_execution_id\030\002 \001(\0132&.flyteidl.co" "re.NodeExecutionIdentifier\022\025\n\rretry_atte" @@ -385,11 +418,15 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "i\030\t \001(\tH\000\022.\n\005error\030\n \001(\0132\035.flyteidl.core" ".ExecutionErrorH\000\022,\n\013custom_info\030\013 \001(\0132\027" ".google.protobuf.Struct\022\025\n\rphase_version" - "\030\014 \001(\r\0227\n\010metadata\030\020 \001(\0132%.flyteidl.even" - "t.TaskExecutionMetadataB\017\n\routput_result" - "\"\225\001\n\025TaskExecutionMetadata\022K\n\016instance_c" - "lass\030\020 \001(\01623.flyteidl.event.TaskExecutio" - "nMetadata.InstanceClass\"/\n\rInstanceClass" + "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\014\n\004type\030\016 \001(\t\0227\n\010" + "metadata\030\020 \001(\0132%.flyteidl.event.TaskExec" + "utionMetadataB\017\n\routput_result\"$\n\023Manage" + "dResourceInfo\022\r\n\005token\030\001 \001(\t\"\361\001\n\025TaskExe" + "cutionMetadata\022K\n\016instance_class\030\020 \001(\01623" + ".flyteidl.event.TaskExecutionMetadata.In" + "stanceClass\022\026\n\016generated_name\030\001 \001(\t\022B\n\025m" + "anaged_resource_info\030\002 \001(\0132#.flyteidl.ev" + "ent.ManagedResourceInfo\"/\n\rInstanceClass" "\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5gith" "ub.com/flyteorg/flyteidl/gen/pb-go/flyte" "idl/eventb\006proto3" @@ -397,7 +434,7 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fevent_2fevent_2eproto = { false, InitDefaults_flyteidl_2fevent_2fevent_2eproto, descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto, - "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2297, + "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2457, }; void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() { @@ -3754,6 +3791,8 @@ const int TaskExecutionEvent::kOutputUriFieldNumber; const int TaskExecutionEvent::kErrorFieldNumber; const int TaskExecutionEvent::kCustomInfoFieldNumber; const int TaskExecutionEvent::kPhaseVersionFieldNumber; +const int TaskExecutionEvent::kReasonFieldNumber; +const int TaskExecutionEvent::kTypeFieldNumber; const int TaskExecutionEvent::kMetadataFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 @@ -3775,6 +3814,14 @@ TaskExecutionEvent::TaskExecutionEvent(const TaskExecutionEvent& from) if (from.input_uri().size() > 0) { input_uri_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.input_uri_); } + reason_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.reason().size() > 0) { + reason_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.reason_); + } + type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.type().size() > 0) { + type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.type_); + } if (from.has_task_id()) { task_id_ = new ::flyteidl::core::Identifier(*from.task_id_); } else { @@ -3825,6 +3872,8 @@ void TaskExecutionEvent::SharedCtor() { &scc_info_TaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto.base); producer_id_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); input_uri_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + reason_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&task_id_, 0, static_cast( reinterpret_cast(&phase_version_) - reinterpret_cast(&task_id_)) + sizeof(phase_version_)); @@ -3839,6 +3888,8 @@ TaskExecutionEvent::~TaskExecutionEvent() { void TaskExecutionEvent::SharedDtor() { producer_id_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); input_uri_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + reason_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + type_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete task_id_; if (this != internal_default_instance()) delete parent_node_execution_id_; if (this != internal_default_instance()) delete occurred_at_; @@ -3886,6 +3937,8 @@ void TaskExecutionEvent::Clear() { logs_.Clear(); producer_id_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); input_uri_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + reason_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (GetArenaNoVirtual() == nullptr && task_id_ != nullptr) { delete task_id_; } @@ -4077,6 +4130,38 @@ const char* TaskExecutionEvent::_InternalParse(const char* begin, const char* en GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); break; } + // string reason = 13; + case 13: { + if (static_cast<::google::protobuf::uint8>(tag) != 106) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionEvent.reason"); + object = msg->mutable_reason(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // string type = 14; + case 14: { + if (static_cast<::google::protobuf::uint8>(tag) != 114) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionEvent.type"); + object = msg->mutable_type(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } // .flyteidl.event.TaskExecutionMetadata metadata = 16; case 16: { if (static_cast<::google::protobuf::uint8>(tag) != 130) goto handle_unusual; @@ -4275,6 +4360,36 @@ bool TaskExecutionEvent::MergePartialFromCodedStream( break; } + // string reason = 13; + case 13: { + if (static_cast< ::google::protobuf::uint8>(tag) == (106 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_reason())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->reason().data(), static_cast(this->reason().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.event.TaskExecutionEvent.reason")); + } else { + goto handle_unusual; + } + break; + } + + // string type = 14; + case 14: { + if (static_cast< ::google::protobuf::uint8>(tag) == (114 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_type())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->type().data(), static_cast(this->type().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.event.TaskExecutionEvent.type")); + } else { + goto handle_unusual; + } + break; + } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; case 16: { if (static_cast< ::google::protobuf::uint8>(tag) == (130 & 0xFF)) { @@ -4398,6 +4513,26 @@ void TaskExecutionEvent::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteUInt32(12, this->phase_version(), output); } + // string reason = 13; + if (this->reason().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->reason().data(), static_cast(this->reason().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.TaskExecutionEvent.reason"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 13, this->reason(), output); + } + + // string type = 14; + if (this->type().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->type().data(), static_cast(this->type().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.TaskExecutionEvent.type"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 14, this->type(), output); + } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; if (this->has_metadata()) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( @@ -4509,6 +4644,28 @@ ::google::protobuf::uint8* TaskExecutionEvent::InternalSerializeWithCachedSizesT target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(12, this->phase_version(), target); } + // string reason = 13; + if (this->reason().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->reason().data(), static_cast(this->reason().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.TaskExecutionEvent.reason"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 13, this->reason(), target); + } + + // string type = 14; + if (this->type().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->type().data(), static_cast(this->type().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.TaskExecutionEvent.type"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 14, this->type(), target); + } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; if (this->has_metadata()) { target = ::google::protobuf::internal::WireFormatLite:: @@ -4562,6 +4719,20 @@ size_t TaskExecutionEvent::ByteSizeLong() const { this->input_uri()); } + // string reason = 13; + if (this->reason().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->reason()); + } + + // string type = 14; + if (this->type().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->type()); + } + // .flyteidl.core.Identifier task_id = 1; if (this->has_task_id()) { total_size += 1 + @@ -4672,6 +4843,14 @@ void TaskExecutionEvent::MergeFrom(const TaskExecutionEvent& from) { input_uri_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.input_uri_); } + if (from.reason().size() > 0) { + + reason_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.reason_); + } + if (from.type().size() > 0) { + + type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.type_); + } if (from.has_task_id()) { mutable_task_id()->::flyteidl::core::Identifier::MergeFrom(from.task_id()); } @@ -4741,6 +4920,10 @@ void TaskExecutionEvent::InternalSwap(TaskExecutionEvent* other) { GetArenaNoVirtual()); input_uri_.Swap(&other->input_uri_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); + reason_.Swap(&other->reason_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + type_.Swap(&other->type_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); swap(task_id_, other->task_id_); swap(parent_node_execution_id_, other->parent_node_execution_id_); swap(occurred_at_, other->occurred_at_); @@ -4759,16 +4942,322 @@ ::google::protobuf::Metadata TaskExecutionEvent::GetMetadata() const { } +// =================================================================== + +void ManagedResourceInfo::InitAsDefaultInstance() { +} +class ManagedResourceInfo::HasBitSetters { + public: +}; + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int ManagedResourceInfo::kTokenFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +ManagedResourceInfo::ManagedResourceInfo() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.event.ManagedResourceInfo) +} +ManagedResourceInfo::ManagedResourceInfo(const ManagedResourceInfo& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.token().size() > 0) { + token_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.token_); + } + // @@protoc_insertion_point(copy_constructor:flyteidl.event.ManagedResourceInfo) +} + +void ManagedResourceInfo::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto.base); + token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} + +ManagedResourceInfo::~ManagedResourceInfo() { + // @@protoc_insertion_point(destructor:flyteidl.event.ManagedResourceInfo) + SharedDtor(); +} + +void ManagedResourceInfo::SharedDtor() { + token_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} + +void ManagedResourceInfo::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ManagedResourceInfo& ManagedResourceInfo::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto.base); + return *internal_default_instance(); +} + + +void ManagedResourceInfo::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.event.ManagedResourceInfo) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* ManagedResourceInfo::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // string token = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.event.ManagedResourceInfo.token"); + object = msg->mutable_token(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool ManagedResourceInfo::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.event.ManagedResourceInfo) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // string token = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_token())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->token().data(), static_cast(this->token().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.event.ManagedResourceInfo.token")); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.event.ManagedResourceInfo) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.event.ManagedResourceInfo) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void ManagedResourceInfo::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.event.ManagedResourceInfo) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string token = 1; + if (this->token().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->token().data(), static_cast(this->token().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.ManagedResourceInfo.token"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->token(), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.event.ManagedResourceInfo) +} + +::google::protobuf::uint8* ManagedResourceInfo::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.event.ManagedResourceInfo) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string token = 1; + if (this->token().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->token().data(), static_cast(this->token().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.ManagedResourceInfo.token"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->token(), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.event.ManagedResourceInfo) + return target; +} + +size_t ManagedResourceInfo::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.event.ManagedResourceInfo) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // string token = 1; + if (this->token().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->token()); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ManagedResourceInfo::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.event.ManagedResourceInfo) + GOOGLE_DCHECK_NE(&from, this); + const ManagedResourceInfo* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.event.ManagedResourceInfo) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.event.ManagedResourceInfo) + MergeFrom(*source); + } +} + +void ManagedResourceInfo::MergeFrom(const ManagedResourceInfo& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.event.ManagedResourceInfo) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.token().size() > 0) { + + token_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.token_); + } +} + +void ManagedResourceInfo::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.event.ManagedResourceInfo) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ManagedResourceInfo::CopyFrom(const ManagedResourceInfo& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.event.ManagedResourceInfo) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ManagedResourceInfo::IsInitialized() const { + return true; +} + +void ManagedResourceInfo::Swap(ManagedResourceInfo* other) { + if (other == this) return; + InternalSwap(other); +} +void ManagedResourceInfo::InternalSwap(ManagedResourceInfo* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + token_.Swap(&other->token_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::google::protobuf::Metadata ManagedResourceInfo::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto); + return ::file_level_metadata_flyteidl_2fevent_2fevent_2eproto[kIndexInFileMessages]; +} + + // =================================================================== void TaskExecutionMetadata::InitAsDefaultInstance() { + ::flyteidl::event::_TaskExecutionMetadata_default_instance_._instance.get_mutable()->managed_resource_info_ = const_cast< ::flyteidl::event::ManagedResourceInfo*>( + ::flyteidl::event::ManagedResourceInfo::internal_default_instance()); } class TaskExecutionMetadata::HasBitSetters { public: + static const ::flyteidl::event::ManagedResourceInfo& managed_resource_info(const TaskExecutionMetadata* msg); }; +const ::flyteidl::event::ManagedResourceInfo& +TaskExecutionMetadata::HasBitSetters::managed_resource_info(const TaskExecutionMetadata* msg) { + return *msg->managed_resource_info_; +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int TaskExecutionMetadata::kInstanceClassFieldNumber; +const int TaskExecutionMetadata::kGeneratedNameFieldNumber; +const int TaskExecutionMetadata::kManagedResourceInfoFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TaskExecutionMetadata::TaskExecutionMetadata() @@ -4780,12 +5269,26 @@ TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); + generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.generated_name().size() > 0) { + generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_); + } + if (from.has_managed_resource_info()) { + managed_resource_info_ = new ::flyteidl::event::ManagedResourceInfo(*from.managed_resource_info_); + } else { + managed_resource_info_ = nullptr; + } instance_class_ = from.instance_class_; // @@protoc_insertion_point(copy_constructor:flyteidl.event.TaskExecutionMetadata) } void TaskExecutionMetadata::SharedCtor() { - instance_class_ = 0; + ::google::protobuf::internal::InitSCC( + &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); + generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + ::memset(&managed_resource_info_, 0, static_cast( + reinterpret_cast(&instance_class_) - + reinterpret_cast(&managed_resource_info_)) + sizeof(instance_class_)); } TaskExecutionMetadata::~TaskExecutionMetadata() { @@ -4794,6 +5297,8 @@ TaskExecutionMetadata::~TaskExecutionMetadata() { } void TaskExecutionMetadata::SharedDtor() { + generated_name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete managed_resource_info_; } void TaskExecutionMetadata::SetCachedSize(int size) const { @@ -4811,6 +5316,11 @@ void TaskExecutionMetadata::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; + generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && managed_resource_info_ != nullptr) { + delete managed_resource_info_; + } + managed_resource_info_ = nullptr; instance_class_ = 0; _internal_metadata_.Clear(); } @@ -4828,6 +5338,35 @@ const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char* ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { + // string generated_name = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionMetadata.generated_name"); + object = msg->mutable_generated_name(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::event::ManagedResourceInfo::_InternalParse; + object = msg->mutable_managed_resource_info(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; case 16: { if (static_cast<::google::protobuf::uint8>(tag) != 128) goto handle_unusual; @@ -4851,6 +5390,13 @@ const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char* } // switch } // while return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER bool TaskExecutionMetadata::MergePartialFromCodedStream( @@ -4863,6 +5409,32 @@ bool TaskExecutionMetadata::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // string generated_name = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_generated_name())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->generated_name().data(), static_cast(this->generated_name().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.event.TaskExecutionMetadata.generated_name")); + } else { + goto handle_unusual; + } + break; + } + + // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_managed_resource_info())); + } else { + goto handle_unusual; + } + break; + } + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; case 16: { if (static_cast< ::google::protobuf::uint8>(tag) == (128 & 0xFF)) { @@ -4904,6 +5476,22 @@ void TaskExecutionMetadata::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; + // string generated_name = 1; + if (this->generated_name().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->generated_name().data(), static_cast(this->generated_name().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.TaskExecutionMetadata.generated_name"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->generated_name(), output); + } + + // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + if (this->has_managed_resource_info()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 2, HasBitSetters::managed_resource_info(this), output); + } + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; if (this->instance_class() != 0) { ::google::protobuf::internal::WireFormatLite::WriteEnum( @@ -4923,6 +5511,24 @@ ::google::protobuf::uint8* TaskExecutionMetadata::InternalSerializeWithCachedSiz ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; + // string generated_name = 1; + if (this->generated_name().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->generated_name().data(), static_cast(this->generated_name().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.TaskExecutionMetadata.generated_name"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->generated_name(), target); + } + + // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + if (this->has_managed_resource_info()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 2, HasBitSetters::managed_resource_info(this), target); + } + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; if (this->instance_class() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( @@ -4950,6 +5556,20 @@ size_t TaskExecutionMetadata::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; + // string generated_name = 1; + if (this->generated_name().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->generated_name()); + } + + // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + if (this->has_managed_resource_info()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *managed_resource_info_); + } + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; if (this->instance_class() != 0) { total_size += 2 + @@ -4983,6 +5603,13 @@ void TaskExecutionMetadata::MergeFrom(const TaskExecutionMetadata& from) { ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; + if (from.generated_name().size() > 0) { + + generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_); + } + if (from.has_managed_resource_info()) { + mutable_managed_resource_info()->::flyteidl::event::ManagedResourceInfo::MergeFrom(from.managed_resource_info()); + } if (from.instance_class() != 0) { set_instance_class(from.instance_class()); } @@ -5013,6 +5640,9 @@ void TaskExecutionMetadata::Swap(TaskExecutionMetadata* other) { void TaskExecutionMetadata::InternalSwap(TaskExecutionMetadata* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); + generated_name_.Swap(&other->generated_name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(managed_resource_info_, other->managed_resource_info_); swap(instance_class_, other->instance_class_); } @@ -5048,6 +5678,9 @@ template<> PROTOBUF_NOINLINE ::flyteidl::event::ParentNodeExecutionMetadata* Are template<> PROTOBUF_NOINLINE ::flyteidl::event::TaskExecutionEvent* Arena::CreateMaybeMessage< ::flyteidl::event::TaskExecutionEvent >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::event::TaskExecutionEvent >(arena); } +template<> PROTOBUF_NOINLINE ::flyteidl::event::ManagedResourceInfo* Arena::CreateMaybeMessage< ::flyteidl::event::ManagedResourceInfo >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::event::ManagedResourceInfo >(arena); +} template<> PROTOBUF_NOINLINE ::flyteidl::event::TaskExecutionMetadata* Arena::CreateMaybeMessage< ::flyteidl::event::TaskExecutionMetadata >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::event::TaskExecutionMetadata >(arena); } diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h index 5ca56e80e..af9c8db21 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/gen/pb-cpp/flyteidl/event/event.pb.h @@ -47,7 +47,7 @@ struct TableStruct_flyteidl_2fevent_2fevent_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::google::protobuf::internal::ParseTable schema[8] + static const ::google::protobuf::internal::ParseTable schema[9] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -56,6 +56,9 @@ struct TableStruct_flyteidl_2fevent_2fevent_2eproto { void AddDescriptors_flyteidl_2fevent_2fevent_2eproto(); namespace flyteidl { namespace event { +class ManagedResourceInfo; +class ManagedResourceInfoDefaultTypeInternal; +extern ManagedResourceInfoDefaultTypeInternal _ManagedResourceInfo_default_instance_; class NodeExecutionEvent; class NodeExecutionEventDefaultTypeInternal; extern NodeExecutionEventDefaultTypeInternal _NodeExecutionEvent_default_instance_; @@ -84,6 +87,7 @@ extern WorkflowNodeMetadataDefaultTypeInternal _WorkflowNodeMetadata_default_ins } // namespace flyteidl namespace google { namespace protobuf { +template<> ::flyteidl::event::ManagedResourceInfo* Arena::CreateMaybeMessage<::flyteidl::event::ManagedResourceInfo>(Arena*); template<> ::flyteidl::event::NodeExecutionEvent* Arena::CreateMaybeMessage<::flyteidl::event::NodeExecutionEvent>(Arena*); template<> ::flyteidl::event::ParentNodeExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::ParentNodeExecutionMetadata>(Arena*); template<> ::flyteidl::event::ParentTaskExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::ParentTaskExecutionMetadata>(Arena*); @@ -1235,6 +1239,34 @@ class TaskExecutionEvent final : ::std::string* release_input_uri(); void set_allocated_input_uri(::std::string* input_uri); + // string reason = 13; + void clear_reason(); + static const int kReasonFieldNumber = 13; + const ::std::string& reason() const; + void set_reason(const ::std::string& value); + #if LANG_CXX11 + void set_reason(::std::string&& value); + #endif + void set_reason(const char* value); + void set_reason(const char* value, size_t size); + ::std::string* mutable_reason(); + ::std::string* release_reason(); + void set_allocated_reason(::std::string* reason); + + // string type = 14; + void clear_type(); + static const int kTypeFieldNumber = 14; + const ::std::string& type() const; + void set_type(const ::std::string& value); + #if LANG_CXX11 + void set_type(::std::string&& value); + #endif + void set_type(const char* value); + void set_type(const char* value, size_t size); + ::std::string* mutable_type(); + ::std::string* release_type(); + void set_allocated_type(::std::string* type); + // .flyteidl.core.Identifier task_id = 1; bool has_task_id() const; void clear_task_id(); @@ -1339,6 +1371,8 @@ class TaskExecutionEvent final : ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog > logs_; ::google::protobuf::internal::ArenaStringPtr producer_id_; ::google::protobuf::internal::ArenaStringPtr input_uri_; + ::google::protobuf::internal::ArenaStringPtr reason_; + ::google::protobuf::internal::ArenaStringPtr type_; ::flyteidl::core::Identifier* task_id_; ::flyteidl::core::NodeExecutionIdentifier* parent_node_execution_id_; ::google::protobuf::Timestamp* occurred_at_; @@ -1359,6 +1393,126 @@ class TaskExecutionEvent final : }; // ------------------------------------------------------------------- +class ManagedResourceInfo final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.event.ManagedResourceInfo) */ { + public: + ManagedResourceInfo(); + virtual ~ManagedResourceInfo(); + + ManagedResourceInfo(const ManagedResourceInfo& from); + + inline ManagedResourceInfo& operator=(const ManagedResourceInfo& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + ManagedResourceInfo(ManagedResourceInfo&& from) noexcept + : ManagedResourceInfo() { + *this = ::std::move(from); + } + + inline ManagedResourceInfo& operator=(ManagedResourceInfo&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const ManagedResourceInfo& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ManagedResourceInfo* internal_default_instance() { + return reinterpret_cast( + &_ManagedResourceInfo_default_instance_); + } + static constexpr int kIndexInFileMessages = + 7; + + void Swap(ManagedResourceInfo* other); + friend void swap(ManagedResourceInfo& a, ManagedResourceInfo& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline ManagedResourceInfo* New() const final { + return CreateMaybeMessage(nullptr); + } + + ManagedResourceInfo* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const ManagedResourceInfo& from); + void MergeFrom(const ManagedResourceInfo& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ManagedResourceInfo* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // string token = 1; + void clear_token(); + static const int kTokenFieldNumber = 1; + const ::std::string& token() const; + void set_token(const ::std::string& value); + #if LANG_CXX11 + void set_token(::std::string&& value); + #endif + void set_token(const char* value); + void set_token(const char* value, size_t size); + ::std::string* mutable_token(); + ::std::string* release_token(); + void set_allocated_token(::std::string* token); + + // @@protoc_insertion_point(class_scope:flyteidl.event.ManagedResourceInfo) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr token_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; +}; +// ------------------------------------------------------------------- + class TaskExecutionMetadata final : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.event.TaskExecutionMetadata) */ { public: @@ -1397,7 +1551,7 @@ class TaskExecutionMetadata final : &_TaskExecutionMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 7; + 8; void Swap(TaskExecutionMetadata* other); friend void swap(TaskExecutionMetadata& a, TaskExecutionMetadata& b) { @@ -1480,6 +1634,29 @@ class TaskExecutionMetadata final : // accessors ------------------------------------------------------- + // string generated_name = 1; + void clear_generated_name(); + static const int kGeneratedNameFieldNumber = 1; + const ::std::string& generated_name() const; + void set_generated_name(const ::std::string& value); + #if LANG_CXX11 + void set_generated_name(::std::string&& value); + #endif + void set_generated_name(const char* value); + void set_generated_name(const char* value, size_t size); + ::std::string* mutable_generated_name(); + ::std::string* release_generated_name(); + void set_allocated_generated_name(::std::string* generated_name); + + // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + bool has_managed_resource_info() const; + void clear_managed_resource_info(); + static const int kManagedResourceInfoFieldNumber = 2; + const ::flyteidl::event::ManagedResourceInfo& managed_resource_info() const; + ::flyteidl::event::ManagedResourceInfo* release_managed_resource_info(); + ::flyteidl::event::ManagedResourceInfo* mutable_managed_resource_info(); + void set_allocated_managed_resource_info(::flyteidl::event::ManagedResourceInfo* managed_resource_info); + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; void clear_instance_class(); static const int kInstanceClassFieldNumber = 16; @@ -1491,6 +1668,8 @@ class TaskExecutionMetadata final : class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr generated_name_; + ::flyteidl::event::ManagedResourceInfo* managed_resource_info_; int instance_class_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; @@ -3209,6 +3388,112 @@ inline void TaskExecutionEvent::set_phase_version(::google::protobuf::uint32 val // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionEvent.phase_version) } +// string reason = 13; +inline void TaskExecutionEvent::clear_reason() { + reason_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& TaskExecutionEvent::reason() const { + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionEvent.reason) + return reason_.GetNoArena(); +} +inline void TaskExecutionEvent::set_reason(const ::std::string& value) { + + reason_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionEvent.reason) +} +#if LANG_CXX11 +inline void TaskExecutionEvent::set_reason(::std::string&& value) { + + reason_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.TaskExecutionEvent.reason) +} +#endif +inline void TaskExecutionEvent::set_reason(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + reason_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.TaskExecutionEvent.reason) +} +inline void TaskExecutionEvent::set_reason(const char* value, size_t size) { + + reason_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.TaskExecutionEvent.reason) +} +inline ::std::string* TaskExecutionEvent::mutable_reason() { + + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionEvent.reason) + return reason_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* TaskExecutionEvent::release_reason() { + // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionEvent.reason) + + return reason_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void TaskExecutionEvent::set_allocated_reason(::std::string* reason) { + if (reason != nullptr) { + + } else { + + } + reason_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionEvent.reason) +} + +// string type = 14; +inline void TaskExecutionEvent::clear_type() { + type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& TaskExecutionEvent::type() const { + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionEvent.type) + return type_.GetNoArena(); +} +inline void TaskExecutionEvent::set_type(const ::std::string& value) { + + type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionEvent.type) +} +#if LANG_CXX11 +inline void TaskExecutionEvent::set_type(::std::string&& value) { + + type_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.TaskExecutionEvent.type) +} +#endif +inline void TaskExecutionEvent::set_type(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.TaskExecutionEvent.type) +} +inline void TaskExecutionEvent::set_type(const char* value, size_t size) { + + type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.TaskExecutionEvent.type) +} +inline ::std::string* TaskExecutionEvent::mutable_type() { + + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionEvent.type) + return type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* TaskExecutionEvent::release_type() { + // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionEvent.type) + + return type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void TaskExecutionEvent::set_allocated_type(::std::string* type) { + if (type != nullptr) { + + } else { + + } + type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionEvent.type) +} + // .flyteidl.event.TaskExecutionMetadata metadata = 16; inline bool TaskExecutionEvent::has_metadata() const { return this != internal_default_instance() && metadata_ != nullptr; @@ -3271,6 +3556,63 @@ inline TaskExecutionEvent::OutputResultCase TaskExecutionEvent::output_result_ca } // ------------------------------------------------------------------- +// ManagedResourceInfo + +// string token = 1; +inline void ManagedResourceInfo::clear_token() { + token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& ManagedResourceInfo::token() const { + // @@protoc_insertion_point(field_get:flyteidl.event.ManagedResourceInfo.token) + return token_.GetNoArena(); +} +inline void ManagedResourceInfo::set_token(const ::std::string& value) { + + token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.ManagedResourceInfo.token) +} +#if LANG_CXX11 +inline void ManagedResourceInfo::set_token(::std::string&& value) { + + token_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ManagedResourceInfo.token) +} +#endif +inline void ManagedResourceInfo::set_token(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.ManagedResourceInfo.token) +} +inline void ManagedResourceInfo::set_token(const char* value, size_t size) { + + token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ManagedResourceInfo.token) +} +inline ::std::string* ManagedResourceInfo::mutable_token() { + + // @@protoc_insertion_point(field_mutable:flyteidl.event.ManagedResourceInfo.token) + return token_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* ManagedResourceInfo::release_token() { + // @@protoc_insertion_point(field_release:flyteidl.event.ManagedResourceInfo.token) + + return token_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void ManagedResourceInfo::set_allocated_token(::std::string* token) { + if (token != nullptr) { + + } else { + + } + token_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), token); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ManagedResourceInfo.token) +} + +// ------------------------------------------------------------------- + // TaskExecutionMetadata // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; @@ -3287,6 +3629,110 @@ inline void TaskExecutionMetadata::set_instance_class(::flyteidl::event::TaskExe // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.instance_class) } +// string generated_name = 1; +inline void TaskExecutionMetadata::clear_generated_name() { + generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& TaskExecutionMetadata::generated_name() const { + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.generated_name) + return generated_name_.GetNoArena(); +} +inline void TaskExecutionMetadata::set_generated_name(const ::std::string& value) { + + generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.generated_name) +} +#if LANG_CXX11 +inline void TaskExecutionMetadata::set_generated_name(::std::string&& value) { + + generated_name_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.TaskExecutionMetadata.generated_name) +} +#endif +inline void TaskExecutionMetadata::set_generated_name(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.TaskExecutionMetadata.generated_name) +} +inline void TaskExecutionMetadata::set_generated_name(const char* value, size_t size) { + + generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.TaskExecutionMetadata.generated_name) +} +inline ::std::string* TaskExecutionMetadata::mutable_generated_name() { + + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.generated_name) + return generated_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* TaskExecutionMetadata::release_generated_name() { + // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionMetadata.generated_name) + + return generated_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void TaskExecutionMetadata::set_allocated_generated_name(::std::string* generated_name) { + if (generated_name != nullptr) { + + } else { + + } + generated_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), generated_name); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.generated_name) +} + +// .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; +inline bool TaskExecutionMetadata::has_managed_resource_info() const { + return this != internal_default_instance() && managed_resource_info_ != nullptr; +} +inline void TaskExecutionMetadata::clear_managed_resource_info() { + if (GetArenaNoVirtual() == nullptr && managed_resource_info_ != nullptr) { + delete managed_resource_info_; + } + managed_resource_info_ = nullptr; +} +inline const ::flyteidl::event::ManagedResourceInfo& TaskExecutionMetadata::managed_resource_info() const { + const ::flyteidl::event::ManagedResourceInfo* p = managed_resource_info_; + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.managed_resource_info) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::event::_ManagedResourceInfo_default_instance_); +} +inline ::flyteidl::event::ManagedResourceInfo* TaskExecutionMetadata::release_managed_resource_info() { + // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionMetadata.managed_resource_info) + + ::flyteidl::event::ManagedResourceInfo* temp = managed_resource_info_; + managed_resource_info_ = nullptr; + return temp; +} +inline ::flyteidl::event::ManagedResourceInfo* TaskExecutionMetadata::mutable_managed_resource_info() { + + if (managed_resource_info_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::event::ManagedResourceInfo>(GetArenaNoVirtual()); + managed_resource_info_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.managed_resource_info) + return managed_resource_info_; +} +inline void TaskExecutionMetadata::set_allocated_managed_resource_info(::flyteidl::event::ManagedResourceInfo* managed_resource_info) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete managed_resource_info_; + } + if (managed_resource_info) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + managed_resource_info = ::google::protobuf::internal::GetOwnedMessage( + message_arena, managed_resource_info, submessage_arena); + } + + } else { + + } + managed_resource_info_ = managed_resource_info; + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.managed_resource_info) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ @@ -3304,6 +3750,8 @@ inline void TaskExecutionMetadata::set_instance_class(::flyteidl::event::TaskExe // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index caae0a077..d932d175d 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -48,7 +48,7 @@ func (x TaskExecutionMetadata_InstanceClass) String() string { } func (TaskExecutionMetadata_InstanceClass) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_4b035d24120b1b12, []int{7, 0} + return fileDescriptor_4b035d24120b1b12, []int{8, 0} } type WorkflowExecutionEvent struct { @@ -584,6 +584,12 @@ type TaskExecutionEvent struct { // that should be recorded regardless of the lack of phase change. // The version field should be incremented when metadata changes across the duration of an individual phase. PhaseVersion uint32 `protobuf:"varint,12,opt,name=phase_version,json=phaseVersion,proto3" json:"phase_version,omitempty"` + // If there is an explanation for this phase transition, the reason will capture it. + Reason string `protobuf:"bytes,13,opt,name=reason,proto3" json:"reason,omitempty"` + // A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin + // this type will be identical, but not all task executions necessarily use pre-registered definitions and this + // type is useful to render the task in the UI, filter task executions, etc. + Type string `protobuf:"bytes,14,opt,name=type,proto3" json:"type,omitempty"` // Metadata around how a task was executed. Metadata *TaskExecutionMetadata `protobuf:"bytes,16,opt,name=metadata,proto3" json:"metadata,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -723,6 +729,20 @@ func (m *TaskExecutionEvent) GetPhaseVersion() uint32 { return 0 } +func (m *TaskExecutionEvent) GetReason() string { + if m != nil { + return m.Reason + } + return "" +} + +func (m *TaskExecutionEvent) GetType() string { + if m != nil { + return m.Type + } + return "" +} + func (m *TaskExecutionEvent) GetMetadata() *TaskExecutionMetadata { if m != nil { return m.Metadata @@ -738,20 +758,67 @@ func (*TaskExecutionEvent) XXX_OneofWrappers() []interface{} { } } +// This message holds task execution metadata specific to resource allocation used to manage concurrent +// executions for a project namespace. +type ManagedResourceInfo struct { + // Unique resource ID used to identify this execution when allocating a token. + Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ManagedResourceInfo) Reset() { *m = ManagedResourceInfo{} } +func (m *ManagedResourceInfo) String() string { return proto.CompactTextString(m) } +func (*ManagedResourceInfo) ProtoMessage() {} +func (*ManagedResourceInfo) Descriptor() ([]byte, []int) { + return fileDescriptor_4b035d24120b1b12, []int{7} +} + +func (m *ManagedResourceInfo) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ManagedResourceInfo.Unmarshal(m, b) +} +func (m *ManagedResourceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ManagedResourceInfo.Marshal(b, m, deterministic) +} +func (m *ManagedResourceInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_ManagedResourceInfo.Merge(m, src) +} +func (m *ManagedResourceInfo) XXX_Size() int { + return xxx_messageInfo_ManagedResourceInfo.Size(m) +} +func (m *ManagedResourceInfo) XXX_DiscardUnknown() { + xxx_messageInfo_ManagedResourceInfo.DiscardUnknown(m) +} + +var xxx_messageInfo_ManagedResourceInfo proto.InternalMessageInfo + +func (m *ManagedResourceInfo) GetToken() string { + if m != nil { + return m.Token + } + return "" +} + // Holds metadata around how a task was executed. // TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). +// Next ID to use: 3 type TaskExecutionMetadata struct { - InstanceClass TaskExecutionMetadata_InstanceClass `protobuf:"varint,16,opt,name=instance_class,json=instanceClass,proto3,enum=flyteidl.event.TaskExecutionMetadata_InstanceClass" json:"instance_class,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + InstanceClass TaskExecutionMetadata_InstanceClass `protobuf:"varint,16,opt,name=instance_class,json=instanceClass,proto3,enum=flyteidl.event.TaskExecutionMetadata_InstanceClass" json:"instance_class,omitempty"` + // Generated unique name for this task execution used by the backend. + GeneratedName string `protobuf:"bytes,1,opt,name=generated_name,json=generatedName,proto3" json:"generated_name,omitempty"` + // Includes information about how resource token allocation (if applicable). + ManagedResourceInfo *ManagedResourceInfo `protobuf:"bytes,2,opt,name=managed_resource_info,json=managedResourceInfo,proto3" json:"managed_resource_info,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskExecutionMetadata) Reset() { *m = TaskExecutionMetadata{} } func (m *TaskExecutionMetadata) String() string { return proto.CompactTextString(m) } func (*TaskExecutionMetadata) ProtoMessage() {} func (*TaskExecutionMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_4b035d24120b1b12, []int{7} + return fileDescriptor_4b035d24120b1b12, []int{8} } func (m *TaskExecutionMetadata) XXX_Unmarshal(b []byte) error { @@ -779,6 +846,20 @@ func (m *TaskExecutionMetadata) GetInstanceClass() TaskExecutionMetadata_Instanc return TaskExecutionMetadata_DEFAULT } +func (m *TaskExecutionMetadata) GetGeneratedName() string { + if m != nil { + return m.GeneratedName + } + return "" +} + +func (m *TaskExecutionMetadata) GetManagedResourceInfo() *ManagedResourceInfo { + if m != nil { + return m.ManagedResourceInfo + } + return nil +} + func init() { proto.RegisterEnum("flyteidl.event.TaskExecutionMetadata_InstanceClass", TaskExecutionMetadata_InstanceClass_name, TaskExecutionMetadata_InstanceClass_value) proto.RegisterType((*WorkflowExecutionEvent)(nil), "flyteidl.event.WorkflowExecutionEvent") @@ -788,72 +869,78 @@ func init() { proto.RegisterType((*ParentTaskExecutionMetadata)(nil), "flyteidl.event.ParentTaskExecutionMetadata") proto.RegisterType((*ParentNodeExecutionMetadata)(nil), "flyteidl.event.ParentNodeExecutionMetadata") proto.RegisterType((*TaskExecutionEvent)(nil), "flyteidl.event.TaskExecutionEvent") + proto.RegisterType((*ManagedResourceInfo)(nil), "flyteidl.event.ManagedResourceInfo") proto.RegisterType((*TaskExecutionMetadata)(nil), "flyteidl.event.TaskExecutionMetadata") } func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 961 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xed, 0x6e, 0xdb, 0x36, - 0x14, 0x8d, 0xdd, 0xd8, 0x8e, 0xaf, 0x6c, 0xd7, 0x25, 0xd2, 0x54, 0x4b, 0xd6, 0xc6, 0xd3, 0x3e, - 0x10, 0x74, 0x98, 0x04, 0xb8, 0x68, 0x57, 0x60, 0x03, 0x86, 0x24, 0xf5, 0x16, 0x61, 0x69, 0x10, - 0xa8, 0xce, 0x06, 0x14, 0x1b, 0x04, 0x46, 0xa2, 0x15, 0x21, 0xb6, 0x28, 0x50, 0x54, 0xb3, 0x3c, - 0xca, 0xfe, 0xef, 0x29, 0xf6, 0x0a, 0x7b, 0x95, 0x3d, 0xc4, 0x40, 0xea, 0x23, 0xa1, 0x2c, 0x78, - 0x4d, 0xd1, 0x3f, 0x06, 0x74, 0x79, 0x78, 0x78, 0x78, 0xee, 0xd5, 0xb1, 0x60, 0x7b, 0x36, 0xbf, - 0xe6, 0x24, 0xf4, 0xe7, 0x16, 0x79, 0x47, 0x22, 0x9e, 0xfd, 0x9a, 0x31, 0xa3, 0x9c, 0xa2, 0x41, - 0xb1, 0x66, 0xca, 0xea, 0xf6, 0xe3, 0x12, 0xeb, 0x51, 0x46, 0x2c, 0xf2, 0x07, 0xf1, 0x52, 0x1e, - 0xd2, 0x28, 0x83, 0x6f, 0x3f, 0x51, 0x97, 0x43, 0x9f, 0x44, 0x3c, 0x9c, 0x85, 0x84, 0xe5, 0xeb, - 0x3b, 0xea, 0xba, 0x87, 0x39, 0x9e, 0xd3, 0x20, 0x5f, 0xdc, 0x0d, 0x28, 0x0d, 0xe6, 0xc4, 0x92, - 0x4f, 0xe7, 0xe9, 0xcc, 0xe2, 0xe1, 0x82, 0x24, 0x1c, 0x2f, 0xe2, 0x1c, 0xf0, 0x69, 0x15, 0x90, - 0x70, 0x96, 0x7a, 0xb9, 0x54, 0xe3, 0xdf, 0x26, 0x6c, 0xfd, 0x4a, 0xd9, 0xe5, 0x6c, 0x4e, 0xaf, - 0x26, 0x85, 0xae, 0x89, 0x50, 0x8d, 0x5e, 0x43, 0xaf, 0x54, 0xea, 0x86, 0xbe, 0xde, 0x18, 0x35, - 0xf6, 0xb4, 0xf1, 0x53, 0xb3, 0xbc, 0x9c, 0x50, 0x63, 0x2e, 0x6d, 0xb6, 0x4b, 0xf9, 0x8e, 0x46, - 0x6e, 0x8a, 0x68, 0x17, 0xb4, 0x98, 0x51, 0x3f, 0xf5, 0x08, 0x13, 0x6c, 0xcd, 0x51, 0x63, 0xaf, - 0xeb, 0x40, 0x51, 0xb2, 0x7d, 0xf4, 0x3d, 0xb4, 0xe2, 0x0b, 0x9c, 0x10, 0xfd, 0xde, 0xa8, 0xb1, - 0x37, 0x18, 0x7f, 0xf5, 0x7f, 0x07, 0x99, 0xa7, 0x02, 0xed, 0x64, 0x9b, 0xd0, 0x77, 0xa0, 0x51, - 0xcf, 0x4b, 0x19, 0x23, 0xbe, 0x8b, 0xb9, 0xbe, 0x2e, 0xc5, 0x6e, 0x9b, 0xd9, 0xe5, 0xcd, 0xe2, - 0xf2, 0xe6, 0xb4, 0x70, 0xc7, 0x81, 0x02, 0xbe, 0xcf, 0xd1, 0x2e, 0x00, 0x4d, 0x79, 0x9c, 0x72, - 0x37, 0x65, 0xa1, 0xde, 0x12, 0xd2, 0x8e, 0xd6, 0x9c, 0x6e, 0x56, 0x3b, 0x63, 0x21, 0x7a, 0x0e, - 0x2d, 0xc2, 0x18, 0x65, 0x7a, 0x5b, 0xf2, 0x3e, 0xae, 0x68, 0xbb, 0x71, 0x4e, 0x80, 0x8e, 0xd6, - 0x9c, 0x0c, 0x7d, 0x70, 0x1f, 0xfa, 0x39, 0x2f, 0x23, 0x49, 0x3a, 0xe7, 0xc6, 0x3f, 0x6d, 0x40, - 0x27, 0xd4, 0x27, 0x15, 0xab, 0x5f, 0x40, 0xb3, 0x34, 0xb8, 0x7a, 0x6f, 0x05, 0x7e, 0xcb, 0xdc, - 0x66, 0xf8, 0x1e, 0x9e, 0xbe, 0x54, 0x3d, 0x35, 0x56, 0x71, 0x7f, 0x44, 0x3f, 0x77, 0xa0, 0x1b, - 0x46, 0x8a, 0x9d, 0xce, 0x86, 0x2c, 0x08, 0x2f, 0x55, 0xb3, 0xdb, 0x2b, 0xcc, 0xee, 0xdc, 0xc5, - 0x6c, 0xf4, 0x1b, 0x6c, 0x5d, 0xe5, 0x33, 0xe2, 0x46, 0xd4, 0x27, 0xee, 0x82, 0x70, 0xec, 0x63, - 0x8e, 0xf5, 0x0d, 0xc9, 0xf3, 0x85, 0xa9, 0xbe, 0x96, 0xe5, 0x44, 0x09, 0x17, 0x5e, 0xe7, 0xd8, - 0xa3, 0x86, 0xb3, 0x79, 0x55, 0x53, 0x47, 0xa7, 0x80, 0x38, 0x4e, 0x2e, 0x2b, 0xcc, 0x03, 0xc9, - 0x3c, 0xaa, 0x32, 0x4f, 0x71, 0x72, 0x59, 0x61, 0x1d, 0xf2, 0x4a, 0x0d, 0xfd, 0x0e, 0x9b, 0x31, - 0x66, 0x24, 0xe2, 0xae, 0x24, 0x2e, 0x39, 0xbb, 0x92, 0xf3, 0xeb, 0x2a, 0xe7, 0xa9, 0xc4, 0x0a, - 0xe6, 0xd2, 0x80, 0x82, 0xca, 0x41, 0x71, 0xb9, 0x58, 0x43, 0xaf, 0x4a, 0x86, 0x55, 0xf4, 0xca, - 0x40, 0x54, 0xe9, 0x15, 0xf5, 0xbb, 0xa0, 0x31, 0xc2, 0xd9, 0xb5, 0x1b, 0x30, 0x9a, 0xc6, 0xba, - 0x96, 0x8d, 0x9e, 0x2c, 0xfd, 0x24, 0x2a, 0x68, 0x04, 0xbd, 0x24, 0x26, 0x5e, 0x76, 0x7a, 0xe8, - 0xeb, 0xbd, 0x0c, 0x21, 0x6a, 0x82, 0xc8, 0xf6, 0xc5, 0x94, 0xc8, 0xc5, 0x08, 0x2f, 0x88, 0xde, - 0xcf, 0xa6, 0x44, 0x14, 0x4e, 0xf0, 0x82, 0x2c, 0xbd, 0x3a, 0x07, 0x0f, 0xe0, 0x3e, 0xc7, 0x2c, - 0x20, 0xbc, 0xbc, 0x8a, 0x41, 0x60, 0xb3, 0xae, 0x87, 0x1f, 0x39, 0xb9, 0x8c, 0x3f, 0x1b, 0x30, - 0xac, 0x76, 0x14, 0xbd, 0x82, 0x9e, 0x87, 0xbd, 0x0b, 0xe2, 0x26, 0x1c, 0xf3, 0x34, 0x91, 0x67, - 0x0c, 0xc6, 0x9f, 0x55, 0xce, 0x38, 0xcc, 0xb2, 0xfa, 0x50, 0x20, 0xdf, 0x48, 0xa0, 0xa3, 0x79, - 0x37, 0x0f, 0xe8, 0x07, 0xd0, 0xf2, 0x38, 0x77, 0x2f, 0xc9, 0xb5, 0x7c, 0x81, 0xb5, 0xf1, 0x93, - 0x7a, 0x92, 0xb2, 0x1d, 0x90, 0x6f, 0xf9, 0x99, 0x5c, 0x1b, 0x67, 0xb0, 0xb3, 0x62, 0x30, 0x56, - 0x06, 0x8b, 0xb2, 0x43, 0x0d, 0x16, 0xe3, 0x45, 0x41, 0x5b, 0x3b, 0x10, 0xe8, 0x11, 0x74, 0x8a, - 0xb6, 0x36, 0x64, 0xdf, 0xda, 0x91, 0x6c, 0xa9, 0xf1, 0x77, 0x0b, 0x90, 0xc2, 0x9b, 0xe5, 0xdb, - 0x18, 0x3a, 0x72, 0xc6, 0x4b, 0x2d, 0x9f, 0x54, 0xb4, 0xdc, 0x3a, 0xbe, 0x2d, 0x90, 0xb6, 0x8f, - 0x5c, 0xd0, 0x6f, 0xcf, 0xaf, 0xd2, 0xd0, 0xe6, 0x9d, 0x92, 0xf2, 0x61, 0xbc, 0x7c, 0x15, 0xdb, - 0x47, 0x9f, 0x43, 0x3f, 0x9b, 0x60, 0xcc, 0x39, 0x59, 0xc4, 0x5c, 0x66, 0x64, 0xdf, 0xe9, 0xc9, - 0xe2, 0x7e, 0x56, 0xbb, 0x09, 0xd0, 0xf5, 0xda, 0x00, 0x55, 0xee, 0xaa, 0x06, 0x68, 0x25, 0x9b, - 0x5b, 0x4b, 0xd9, 0xfc, 0x14, 0xd6, 0xe7, 0x34, 0x48, 0xf4, 0xf6, 0xe8, 0xde, 0x9e, 0x36, 0xde, - 0xaa, 0x61, 0x3e, 0xa6, 0x81, 0x23, 0x31, 0xd5, 0x34, 0xee, 0x7c, 0x78, 0x1a, 0x6f, 0xac, 0x4c, - 0xe3, 0xee, 0x8a, 0x34, 0x86, 0x3b, 0xa5, 0xf1, 0x4b, 0xd0, 0xbc, 0x34, 0xe1, 0x74, 0xe1, 0x86, - 0xd1, 0x8c, 0xca, 0x7c, 0xd0, 0xc6, 0x8f, 0x96, 0x14, 0xbf, 0x91, 0x1f, 0x23, 0x0e, 0x64, 0x58, - 0x3b, 0x9a, 0x51, 0xd1, 0x17, 0xe9, 0xa0, 0xfb, 0x8e, 0xb0, 0x24, 0xa4, 0x91, 0x4c, 0x8e, 0xbe, - 0xd3, 0x93, 0xc5, 0x5f, 0xb2, 0x1a, 0xda, 0x87, 0x8d, 0x32, 0xd1, 0x86, 0x92, 0xfb, 0xcb, 0xba, - 0x10, 0x5e, 0xce, 0xb2, 0x72, 0xdb, 0xf2, 0x9f, 0xf3, 0x5f, 0x0d, 0x78, 0x58, 0xff, 0x1a, 0xbd, - 0x85, 0x41, 0x18, 0x25, 0x1c, 0x47, 0x1e, 0x71, 0xbd, 0x39, 0x4e, 0x12, 0x79, 0xe6, 0x60, 0xfc, - 0xec, 0xbd, 0xce, 0x34, 0xed, 0x7c, 0xef, 0xa1, 0xd8, 0xea, 0xf4, 0xc3, 0xdb, 0x8f, 0x86, 0x05, - 0x7d, 0x65, 0x1d, 0x69, 0xd0, 0x79, 0x35, 0xf9, 0x71, 0xff, 0xec, 0x78, 0x3a, 0x5c, 0x43, 0x0f, - 0xa0, 0x6f, 0x9f, 0x4c, 0x27, 0x8e, 0x73, 0x76, 0x3a, 0xb5, 0x0f, 0x8e, 0x27, 0xc3, 0xc6, 0xc1, - 0xb7, 0x6f, 0x9f, 0x07, 0x21, 0xbf, 0x48, 0xcf, 0x4d, 0x8f, 0x2e, 0x2c, 0x29, 0x80, 0xb2, 0xc0, - 0x2a, 0x3f, 0x12, 0x03, 0x12, 0x59, 0xf1, 0xf9, 0x37, 0x01, 0xb5, 0xd4, 0x4f, 0xd4, 0xf3, 0xb6, - 0x74, 0xfd, 0xd9, 0x7f, 0x01, 0x00, 0x00, 0xff, 0xff, 0x5f, 0xa6, 0x35, 0x3c, 0xbb, 0x0a, 0x00, - 0x00, + // 1052 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xef, 0x4e, 0x1b, 0xc7, + 0x17, 0xc5, 0x0e, 0x36, 0xf8, 0xae, 0xed, 0x90, 0x09, 0x90, 0xfd, 0xc1, 0x2f, 0xc1, 0x75, 0x9a, + 0x0a, 0x25, 0xea, 0x5a, 0x72, 0x94, 0x34, 0x52, 0x2b, 0x55, 0x40, 0x68, 0xb1, 0x0a, 0x08, 0x4d, + 0xa0, 0x91, 0xa2, 0x56, 0xab, 0x61, 0xf7, 0x7a, 0x59, 0x61, 0xef, 0xac, 0x66, 0x67, 0x43, 0x79, + 0x94, 0x7e, 0xef, 0xdb, 0xf4, 0x3d, 0xfa, 0xa9, 0x0f, 0x51, 0xcd, 0xcc, 0x7a, 0x61, 0xd7, 0x96, + 0x1b, 0xaa, 0x7c, 0x41, 0xcc, 0x9d, 0x33, 0x67, 0xce, 0xfd, 0x33, 0xc7, 0x0b, 0x1b, 0xc3, 0xd1, + 0xb5, 0xc4, 0xd0, 0x1f, 0xf5, 0xf0, 0x23, 0x46, 0xd2, 0xfc, 0x75, 0x62, 0xc1, 0x25, 0x27, 0xed, + 0xc9, 0x9e, 0xa3, 0xa3, 0x1b, 0x8f, 0x73, 0xac, 0xc7, 0x05, 0xf6, 0xf0, 0x37, 0xf4, 0x52, 0x19, + 0xf2, 0xc8, 0xc0, 0x37, 0x9e, 0x14, 0xb7, 0x43, 0x1f, 0x23, 0x19, 0x0e, 0x43, 0x14, 0xd9, 0xfe, + 0x66, 0x71, 0xdf, 0x63, 0x92, 0x8d, 0x78, 0x90, 0x6d, 0x6e, 0x05, 0x9c, 0x07, 0x23, 0xec, 0xe9, + 0xd5, 0x79, 0x3a, 0xec, 0xc9, 0x70, 0x8c, 0x89, 0x64, 0xe3, 0x38, 0x03, 0xfc, 0xbf, 0x0c, 0x48, + 0xa4, 0x48, 0xbd, 0x4c, 0x6a, 0xf7, 0xef, 0x2a, 0xac, 0xbf, 0xe7, 0xe2, 0x72, 0x38, 0xe2, 0x57, + 0xfb, 0x13, 0x5d, 0xfb, 0x4a, 0x35, 0x39, 0x82, 0x66, 0xae, 0xd4, 0x0d, 0x7d, 0xbb, 0xd2, 0xa9, + 0x6c, 0x5b, 0xfd, 0xe7, 0x4e, 0x9e, 0x9c, 0x52, 0xe3, 0x4c, 0x1d, 0x1e, 0xe4, 0xf2, 0xa9, 0x85, + 0x37, 0x41, 0xb2, 0x05, 0x56, 0x2c, 0xb8, 0x9f, 0x7a, 0x28, 0x14, 0x5b, 0xb5, 0x53, 0xd9, 0x6e, + 0x50, 0x98, 0x84, 0x06, 0x3e, 0xf9, 0x0e, 0x6a, 0xf1, 0x05, 0x4b, 0xd0, 0xbe, 0xd7, 0xa9, 0x6c, + 0xb7, 0xfb, 0x5f, 0xfd, 0xdb, 0x45, 0xce, 0x89, 0x42, 0x53, 0x73, 0x88, 0x7c, 0x0b, 0x16, 0xf7, + 0xbc, 0x54, 0x08, 0xf4, 0x5d, 0x26, 0xed, 0x45, 0x2d, 0x76, 0xc3, 0x31, 0xc9, 0x3b, 0x93, 0xe4, + 0x9d, 0xd3, 0x49, 0x75, 0x28, 0x4c, 0xe0, 0x3b, 0x92, 0x6c, 0x01, 0xf0, 0x54, 0xc6, 0xa9, 0x74, + 0x53, 0x11, 0xda, 0x35, 0x25, 0xed, 0x60, 0x81, 0x36, 0x4c, 0xec, 0x4c, 0x84, 0xe4, 0x15, 0xd4, + 0x50, 0x08, 0x2e, 0xec, 0xba, 0xe6, 0x7d, 0x5c, 0xd2, 0x76, 0x53, 0x39, 0x05, 0x3a, 0x58, 0xa0, + 0x06, 0xbd, 0x7b, 0x1f, 0x5a, 0x19, 0xaf, 0xc0, 0x24, 0x1d, 0xc9, 0xee, 0x9f, 0x75, 0x20, 0xc7, + 0xdc, 0xc7, 0x52, 0xa9, 0x5f, 0x43, 0x35, 0x2f, 0x70, 0x39, 0xef, 0x02, 0xfc, 0x56, 0x71, 0xab, + 0xe1, 0x27, 0xd4, 0xf4, 0x4d, 0xb1, 0xa6, 0xdd, 0x79, 0xdc, 0x9f, 0xb1, 0x9e, 0x9b, 0xd0, 0x08, + 0xa3, 0x42, 0x39, 0xe9, 0xb2, 0x0e, 0xa8, 0x5a, 0x16, 0x8b, 0x5d, 0x9f, 0x53, 0xec, 0xa5, 0xbb, + 0x14, 0x9b, 0xfc, 0x02, 0xeb, 0x57, 0xd9, 0x8c, 0xb8, 0x11, 0xf7, 0xd1, 0x1d, 0xa3, 0x64, 0x3e, + 0x93, 0xcc, 0x5e, 0xd6, 0x3c, 0x5f, 0x3a, 0xc5, 0x67, 0x99, 0x4f, 0x94, 0xaa, 0xc2, 0x51, 0x86, + 0x3d, 0xa8, 0xd0, 0xd5, 0xab, 0x19, 0x71, 0x72, 0x02, 0x44, 0xb2, 0xe4, 0xb2, 0xc4, 0xdc, 0xd6, + 0xcc, 0x9d, 0x32, 0xf3, 0x29, 0x4b, 0x2e, 0x4b, 0xac, 0x2b, 0xb2, 0x14, 0x23, 0xbf, 0xc2, 0x6a, + 0xcc, 0x04, 0x46, 0xd2, 0xd5, 0xc4, 0x39, 0x67, 0x43, 0x73, 0xbe, 0x28, 0x73, 0x9e, 0x68, 0xac, + 0x62, 0xce, 0x0b, 0x30, 0xa1, 0xa2, 0x24, 0xce, 0x37, 0x67, 0xd0, 0x17, 0x25, 0xc3, 0x3c, 0xfa, + 0xc2, 0x40, 0x94, 0xe9, 0x0b, 0xea, 0xb7, 0xc0, 0x12, 0x28, 0xc5, 0xb5, 0x1b, 0x08, 0x9e, 0xc6, + 0xb6, 0x65, 0x46, 0x4f, 0x87, 0x7e, 0x54, 0x11, 0xd2, 0x81, 0x66, 0x12, 0xa3, 0x67, 0x6e, 0x0f, + 0x7d, 0xbb, 0x69, 0x10, 0x2a, 0xa6, 0x88, 0x06, 0xbe, 0x9a, 0x12, 0xbd, 0x19, 0xb1, 0x31, 0xda, + 0x2d, 0x33, 0x25, 0x2a, 0x70, 0xcc, 0xc6, 0x38, 0xf5, 0x74, 0x76, 0x1f, 0xc0, 0x7d, 0xc9, 0x44, + 0x80, 0x32, 0x4f, 0xa5, 0x8b, 0xb0, 0x3a, 0xab, 0x87, 0x9f, 0xd9, 0xb9, 0xba, 0xbf, 0x57, 0x60, + 0xa5, 0xdc, 0x51, 0xf2, 0x16, 0x9a, 0x1e, 0xf3, 0x2e, 0xd0, 0x4d, 0x24, 0x93, 0x69, 0xa2, 0xef, + 0x68, 0xf7, 0xbf, 0x28, 0xdd, 0xb1, 0x67, 0xbc, 0x7a, 0x4f, 0x21, 0xdf, 0x69, 0x20, 0xb5, 0xbc, + 0x9b, 0x05, 0xf9, 0x1e, 0xac, 0xcc, 0xce, 0xdd, 0x4b, 0xbc, 0xd6, 0x0f, 0xd8, 0xea, 0x3f, 0x99, + 0x4d, 0x92, 0xb7, 0x03, 0xb2, 0x23, 0x3f, 0xe1, 0x75, 0xf7, 0x0c, 0x36, 0xe7, 0x0c, 0xc6, 0x5c, + 0x63, 0x29, 0x9c, 0x28, 0x1a, 0x4b, 0xf7, 0xf5, 0x84, 0x76, 0xe6, 0x40, 0x90, 0x47, 0xb0, 0x34, + 0x69, 0x6b, 0x45, 0xf7, 0xad, 0x1e, 0xe9, 0x96, 0x76, 0xff, 0xaa, 0x01, 0x29, 0xf0, 0x1a, 0x7f, + 0xeb, 0xc3, 0x92, 0x9e, 0xf1, 0x5c, 0xcb, 0xff, 0x4a, 0x5a, 0x6e, 0x5d, 0x5f, 0x57, 0xc8, 0x81, + 0x4f, 0x5c, 0xb0, 0x6f, 0xcf, 0x6f, 0xa1, 0xa1, 0xd5, 0x3b, 0x39, 0xe5, 0x5a, 0x3c, 0x9d, 0xca, + 0xc0, 0x27, 0x4f, 0xa1, 0x65, 0x26, 0x98, 0x49, 0x89, 0xe3, 0x58, 0x6a, 0x8f, 0x6c, 0xd1, 0xa6, + 0x0e, 0xee, 0x98, 0xd8, 0x8d, 0x81, 0x2e, 0xce, 0x34, 0xd0, 0x42, 0xae, 0x45, 0x03, 0x2d, 0x79, + 0x73, 0x6d, 0xca, 0x9b, 0x9f, 0xc3, 0xe2, 0x88, 0x07, 0x89, 0x5d, 0xef, 0xdc, 0xdb, 0xb6, 0xfa, + 0xeb, 0x33, 0x98, 0x0f, 0x79, 0x40, 0x35, 0xa6, 0xec, 0xc6, 0x4b, 0xff, 0xdd, 0x8d, 0x97, 0xe7, + 0xba, 0x71, 0x63, 0x8e, 0x1b, 0xc3, 0x9d, 0xdc, 0xf8, 0x0d, 0x58, 0x5e, 0x9a, 0x48, 0x3e, 0x76, + 0xc3, 0x68, 0xc8, 0xb5, 0x3f, 0x58, 0xfd, 0x47, 0x53, 0x8a, 0xdf, 0xe9, 0x8f, 0x11, 0x0a, 0x06, + 0x3b, 0x88, 0x86, 0x5c, 0xf5, 0x45, 0x57, 0xd0, 0xfd, 0x88, 0x22, 0x09, 0x79, 0xa4, 0x9d, 0xa3, + 0x45, 0x9b, 0x3a, 0xf8, 0xb3, 0x89, 0x91, 0x75, 0xa8, 0x0b, 0x64, 0x09, 0x8f, 0x32, 0xe3, 0xc8, + 0x56, 0x84, 0xc0, 0xa2, 0xbc, 0x8e, 0x51, 0x1b, 0x73, 0x83, 0xea, 0xff, 0xc9, 0x0e, 0x2c, 0xe7, + 0xee, 0xb7, 0xa2, 0x75, 0x3c, 0x9b, 0x65, 0xd8, 0xd3, 0xbe, 0x97, 0x1f, 0x9b, 0xfe, 0x21, 0x7f, + 0x01, 0x0f, 0x8f, 0x58, 0xc4, 0x02, 0xf4, 0x29, 0x26, 0x3c, 0x15, 0x1e, 0x6a, 0xed, 0xab, 0x50, + 0x93, 0xfc, 0x12, 0xa3, 0xec, 0x59, 0x98, 0x45, 0xf7, 0x8f, 0x2a, 0xac, 0xcd, 0x7e, 0x9f, 0x1f, + 0xa0, 0x1d, 0x46, 0x89, 0x64, 0x91, 0x87, 0xae, 0x37, 0x62, 0x49, 0xa2, 0x05, 0xb6, 0xfb, 0x2f, + 0x3f, 0x49, 0xa0, 0x33, 0xc8, 0xce, 0xee, 0xa9, 0xa3, 0xb4, 0x15, 0xde, 0x5e, 0x92, 0x67, 0xd0, + 0x0e, 0x30, 0x42, 0xc1, 0x24, 0xfa, 0xc6, 0x63, 0x8d, 0xa8, 0x56, 0x1e, 0x55, 0x46, 0x4b, 0xde, + 0xc3, 0xda, 0xd8, 0x64, 0xa2, 0x72, 0xd3, 0xa9, 0x98, 0x96, 0x99, 0x47, 0xf6, 0xb4, 0xac, 0x64, + 0x46, 0xda, 0xf4, 0xe1, 0x78, 0x3a, 0xd8, 0xed, 0x41, 0xab, 0xa0, 0x8f, 0x58, 0xb0, 0xf4, 0x76, + 0xff, 0x87, 0x9d, 0xb3, 0xc3, 0xd3, 0x95, 0x05, 0xf2, 0x00, 0x5a, 0x83, 0xe3, 0xd3, 0x7d, 0x4a, + 0xcf, 0x4e, 0x4e, 0x07, 0xbb, 0x87, 0xfb, 0x2b, 0x95, 0xdd, 0x6f, 0x3e, 0xbc, 0x0a, 0x42, 0x79, + 0x91, 0x9e, 0x3b, 0x1e, 0x1f, 0xf7, 0xf4, 0xb5, 0x5c, 0x04, 0xbd, 0xfc, 0xeb, 0x37, 0xc0, 0xa8, + 0x17, 0x9f, 0x7f, 0x1d, 0xf0, 0x5e, 0xf1, 0xdb, 0xfb, 0xbc, 0xae, 0xc7, 0xe9, 0xe5, 0x3f, 0x01, + 0x00, 0x00, 0xff, 0xff, 0x6c, 0x09, 0x19, 0x14, 0x94, 0x0b, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go index 861e3e6b6..549118706 100644 --- a/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -697,6 +697,10 @@ func (m *TaskExecutionEvent) Validate() error { // no validation rules for PhaseVersion + // no validation rules for Reason + + // no validation rules for Type + if v, ok := interface{}(m.GetMetadata()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return TaskExecutionEventValidationError{ @@ -785,6 +789,75 @@ var _ interface { ErrorName() string } = TaskExecutionEventValidationError{} +// Validate checks the field values on ManagedResourceInfo with the rules +// defined in the proto definition for this message. If any rules are +// violated, an error is returned. +func (m *ManagedResourceInfo) Validate() error { + if m == nil { + return nil + } + + // no validation rules for Token + + return nil +} + +// ManagedResourceInfoValidationError is the validation error returned by +// ManagedResourceInfo.Validate if the designated constraints aren't met. +type ManagedResourceInfoValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e ManagedResourceInfoValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e ManagedResourceInfoValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e ManagedResourceInfoValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e ManagedResourceInfoValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e ManagedResourceInfoValidationError) ErrorName() string { + return "ManagedResourceInfoValidationError" +} + +// Error satisfies the builtin error interface +func (e ManagedResourceInfoValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sManagedResourceInfo.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = ManagedResourceInfoValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = ManagedResourceInfoValidationError{} + // Validate checks the field values on TaskExecutionMetadata with the rules // defined in the proto definition for this message. If any rules are // violated, an error is returned. @@ -795,6 +868,18 @@ func (m *TaskExecutionMetadata) Validate() error { // no validation rules for InstanceClass + // no validation rules for GeneratedName + + if v, ok := interface{}(m.GetManagedResourceInfo()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return TaskExecutionMetadataValidationError{ + field: "ManagedResourceInfo", + reason: "embedded message failed validation", + cause: err, + } + } + } + return nil } diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index fadd64484..938c2609f 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -5868,6 +5868,16 @@ }, "description": "Flyte Workflow Structure that encapsulates task, branch and subworkflow nodes to form a statically analyzable,\ndirected acyclic graph." }, + "eventManagedResourceInfo": { + "type": "object", + "properties": { + "token": { + "type": "string", + "description": "Unique resource ID used to identify this execution when allocating a token." + } + }, + "description": "This message holds task execution metadata specific to resource allocation used to manage concurrent\nexecutions for a project namespace." + }, "eventNodeExecutionEvent": { "type": "object", "properties": { @@ -6000,6 +6010,14 @@ "format": "int64", "description": "Some phases, like RUNNING, can send multiple events with changed metadata (new logs, additional custom_info, etc)\nthat should be recorded regardless of the lack of phase change.\nThe version field should be incremented when metadata changes across the duration of an individual phase." }, + "reason": { + "type": "string", + "description": "If there is an explanation for this phase transition, the reason will capture it." + }, + "type": { + "type": "string", + "description": "A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin\nthis type will be identical, but not all task executions necessarily use pre-registered definitions and this\ntype is useful to render the task in the UI, filter task executions, etc." + }, "metadata": { "$ref": "#/definitions/eventTaskExecutionMetadata", "description": "Metadata around how a task was executed." @@ -6012,9 +6030,17 @@ "properties": { "instance_class": { "$ref": "#/definitions/TaskExecutionMetadataInstanceClass" + }, + "generated_name": { + "type": "string", + "description": "Generated unique name for this task execution used by the backend." + }, + "managed_resource_info": { + "$ref": "#/definitions/eventManagedResourceInfo", + "description": "Includes information about how resource token allocation (if applicable)." } }, - "description": "Holds metadata around how a task was executed.\nTODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." + "title": "Holds metadata around how a task was executed.\nTODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).\nNext ID to use: 3" }, "eventWorkflowExecutionEvent": { "type": "object", diff --git a/gen/pb-go/flyteidl/service/flyteadmin/README.md b/gen/pb-go/flyteidl/service/flyteadmin/README.md index daed33863..e2b13e192 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -256,6 +256,7 @@ Class | Method | HTTP request | Description - [CoreWorkflowNode](docs/CoreWorkflowNode.md) - [CoreWorkflowTemplate](docs/CoreWorkflowTemplate.md) - [DataLoadingConfigLiteralMapFormat](docs/DataLoadingConfigLiteralMapFormat.md) + - [EventManagedResourceInfo](docs/EventManagedResourceInfo.md) - [EventNodeExecutionEvent](docs/EventNodeExecutionEvent.md) - [EventParentNodeExecutionMetadata](docs/EventParentNodeExecutionMetadata.md) - [EventParentTaskExecutionMetadata](docs/EventParentTaskExecutionMetadata.md) diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index ed55a9e4c..7f5d31dc0 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -25885,6 +25885,15 @@ definitions: dimensionality: {} format: "format" simple: {} + eventManagedResourceInfo: + type: "object" + properties: + token: + type: "string" + description: "Unique resource ID used to identify this execution when allocating\ + \ a token." + description: "This message holds task execution metadata specific to resource\ + \ allocation used to manage concurrent\nexecutions for a project namespace." eventNodeExecutionEvent: type: "object" properties: @@ -25998,6 +26007,17 @@ definitions: \ metadata (new logs, additional custom_info, etc)\nthat should be recorded\ \ regardless of the lack of phase change.\nThe version field should be incremented\ \ when metadata changes across the duration of an individual phase." + reason: + type: "string" + description: "If there is an explanation for this phase transition, the reason\ + \ will capture it." + type: + type: "string" + description: "A predefined yet extensible Task type identifier. If the task\ + \ definition is already registered in flyte admin\nthis type will be identical,\ + \ but not all task executions necessarily use pre-registered definitions\ + \ and this\ntype is useful to render the task in the UI, filter task executions,\ + \ etc." metadata: description: "Metadata around how a task was executed." $ref: "#/definitions/eventTaskExecutionMetadata" @@ -26008,8 +26028,16 @@ definitions: properties: instance_class: $ref: "#/definitions/TaskExecutionMetadataInstanceClass" - description: "Holds metadata around how a task was executed.\nTODO(katrogan):\ - \ Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." + generated_name: + type: "string" + description: "Generated unique name for this task execution used by the backend." + managed_resource_info: + description: "Includes information about how resource token allocation (if\ + \ applicable)." + $ref: "#/definitions/eventManagedResourceInfo" + title: "Holds metadata around how a task was executed.\nTODO(katrogan): Extend\ + \ to include freeform fields (https://github.com/flyteorg/flyte/issues/325).\n\ + Next ID to use: 3" eventWorkflowExecutionEvent: type: "object" properties: diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go new file mode 100644 index 000000000..fb76b775f --- /dev/null +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go @@ -0,0 +1,16 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin + +// This message holds task execution metadata specific to resource allocation used to manage concurrent executions for a project namespace. +type EventManagedResourceInfo struct { + // Unique resource ID used to identify this execution when allocating a token. + Token string `json:"token,omitempty"` +} diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go index c0b68f2e2..7bba7c3ed 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go @@ -33,6 +33,10 @@ type EventTaskExecutionEvent struct { CustomInfo *ProtobufStruct `json:"custom_info,omitempty"` // Some phases, like RUNNING, can send multiple events with changed metadata (new logs, additional custom_info, etc) that should be recorded regardless of the lack of phase change. The version field should be incremented when metadata changes across the duration of an individual phase. PhaseVersion int64 `json:"phase_version,omitempty"` + // If there is an explanation for this phase transition, the reason will capture it. + Reason string `json:"reason,omitempty"` + // A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin this type will be identical, but not all task executions necessarily use pre-registered definitions and this type is useful to render the task in the UI, filter task executions, etc. + Type_ string `json:"type,omitempty"` // Metadata around how a task was executed. Metadata *EventTaskExecutionMetadata `json:"metadata,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go index 6c5bb1c74..71d4cffe8 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go @@ -9,7 +9,10 @@ package flyteadmin -// Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). type EventTaskExecutionMetadata struct { InstanceClass *TaskExecutionMetadataInstanceClass `json:"instance_class,omitempty"` + // Generated unique name for this task execution used by the backend. + GeneratedName string `json:"generated_name,omitempty"` + // Includes information about how resource token allocation (if applicable). + ManagedResourceInfo *EventManagedResourceInfo `json:"managed_resource_info,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 3d0f9fe63..9b9aa91b5 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x1b\x39\x96\x27\xfa\x7f\x7f\x0a\xac\x67\x23\xca\xee\x96\xa8\xaa\x9e\x47\xf4\x6a\x62\xe3\x5e\x5a\xa2\x5d\xbc\x25\x4b\x6a\x89\xb2\xa7\x76\x39\xc1\x01\x33\x41\x12\xad\x24\xc0\x02\x90\x92\xd9\x13\xfd\xdd\x6f\xe0\x1c\x00\x89\x4c\x66\xf2\x2d\x59\x72\x71\x26\xa2\x4b\x66\x66\xe2\x79\x70\x70\x9e\xbf\xf3\xdf\x7f\x20\xe4\x8d\x7e\xa4\xe3\x31\x53\x6f\x4e\xc9\x9b\x3f\xb7\x7e\x7c\x73\x64\x7f\xe3\x62\x24\xdf\x9c\x12\xfb\x9c\x90\x37\x86\x9b\x8c\xd9\xe7\xa3\x6c\x6e\x18\x4f\xb3\x13\xcd\xd4\x03\x4f\xd8\x09\x4d\xa7\x5c\xb4\x66\x4a\x1a\x09\x1f\x12\xf2\xe6\x81\x29\xcd\xa5\xb0\xaf\xbb\x3f\x89\x90\x86\x68\x66\xde\xfc\x81\x90\x7f\x40\xf3\x3a\x99\xb0\x29\xd3\x6f\x4e\xc9\xff\xc5\x8f\x26\xc6\xcc\x7c\x03\xf6\x6f\x6d\xdf\xfd\x4f\x78\x37\x91\x42\xe7\xa5\x97\xe9\x6c\x96\xf1\x84\x1a\x2e\xc5\xc9\xdf\xb4\x14\xc5\xbb\x33\x25\xd3\x3c\x59\xf3\x5d\x6a\x26\xba\x98\xe3\x09\x9d\xf1\x93\x87\x9f\x4e\x68\x62\xf8\x03\x1b\x64\x34\x17\xc9\x64\x30\xcb\xa8\xd0\x27\xff\xcd\x53\x3b\xc7\xbf\xb1\xc4\xfc\x03\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x11\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x96\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc8\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\xcf\x3f\xfe\x58\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3a\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xe3\x0f\x75\x7f\xff\x23\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x71\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe4\x97\xeb\x4f\xc4\xf6\x47\x72\xc1\x7f\xcb\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x49\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x1a\x4d\x8e\x49\xc6\xef\x19\xf9\xe1\x82\x6b\x43\xda\xd7\xdd\x1f\x8e\xc8\x0f\x17\x05\xe3\xd0\x3f\x3c\xc3\x0a\x87\xbf\xff\x33\x3a\x7a\x86\x8e\xab\x87\xee\x4d\xdb\x9e\xe6\x5b\xbc\x26\x8a\x16\xfe\xf3\x0f\x71\x3b\x6e\xbf\x96\xf3\xde\x82\xf1\x3a\xae\xbb\x09\xaf\xfd\xc0\x4c\x32\x59\xc1\x68\xf5\x8e\x9c\xd6\x6e\x47\x95\xd5\xea\xd7\xc5\x6b\xed\x14\x9e\x9a\xdf\xee\xc2\x6c\xa9\x81\x53\x40\xb9\xc0\x43\x13\xce\x50\x79\x67\xc8\xb7\x63\x2b\xbb\xf0\xdb\x68\x36\x11\xcb\xf5\x9c\x34\x5a\x89\x17\x32\xd7\x8c\x4f\xf9\xaa\x7d\xec\x8a\xd4\x8a\x5d\x8e\xc9\x89\x7c\x3a\x64\xca\x4e\xdd\xb3\x3b\x98\xe1\xd0\xb2\x3f\x93\x2b\xc1\xd2\x86\xa9\xfd\x96\x33\x35\x5f\x32\xb7\x11\xcd\x74\xd3\xe4\xb8\x30\xcc\xca\xb5\x95\xc7\x23\xa9\xa6\xd4\xb8\x17\xfe\xed\x5f\x36\x9d\xbc\x91\xf7\x6c\xd5\x3e\x77\x71\xd7\x12\xaa\x61\xbb\xa7\x79\x66\xf8\x2c\x63\x64\x46\xc7\x4c\xbb\x55\xc8\x33\xa3\x8f\xe0\x35\x2b\x4b\x33\x75\x1c\x6e\x1b\xe8\xc1\xdf\xb2\xb9\x86\x5f\xc8\x28\x30\x32\xc1\xbe\x1a\x68\xa9\x2f\xe0\x9e\x85\x25\x8a\x6f\x8f\x27\x58\xca\xed\xe8\x44\x4b\x65\x06\xc3\x79\xeb\x9e\x2d\xf4\xdb\x48\x2d\x54\x10\x6a\x8c\xe2\xc3\xdc\x30\x3b\x6f\xdb\x86\xbf\x27\x81\xf5\xe1\x65\xac\xed\xe5\x7b\x75\x7e\xf5\xf6\x9e\x1a\x25\xc7\x54\xbc\x3b\x25\xed\x34\x25\x38\x50\xfb\x0e\x4f\xf1\x4a\x9e\x30\xc5\x5a\xa4\x37\xe1\x9a\xe8\x89\xcc\xb3\x94\x08\xf6\xc0\x94\x5d\x5b\x36\x9d\x99\xf9\x8b\x5b\xad\x94\x2b\x96\xc0\xc2\x6c\x72\xc2\xc2\x57\x76\xd1\xac\xd2\x33\xc7\xa5\xbb\x67\x73\x10\x5c\x16\x97\xef\x19\xe8\xa5\xf2\x94\x89\x7c\x5a\xb9\x2b\xe0\xf7\xf3\xce\xed\x59\xe7\xf2\xbc\x7b\xf9\xb1\xf2\x85\x15\x23\xc2\xa3\xd2\x93\xff\x5c\x58\x9b\x11\xcd\x33\x38\xd5\x51\x6b\xcf\x26\xb8\x24\x13\x9e\xa5\x8a\x89\x13\x43\xf5\xfd\x80\x7d\x65\x49\x8e\xf7\xec\x7f\x97\x7f\x18\x58\xe9\x53\xa6\xac\xfc\x4b\xe9\x1f\x85\xb8\xb3\xf1\xa7\x41\x2b\xdd\xf8\x4b\xd0\x61\xd7\xfb\x0e\x7e\xe1\x69\xed\xdb\xf0\xcb\x8a\x39\xf8\x77\x96\x0c\xd6\xbf\xd2\x38\x2a\xff\x82\x13\xe0\x6a\xdf\x51\xcc\xa8\xf9\x80\x1a\x63\x4f\xf9\x16\x32\x23\x6c\x29\xb1\xb3\x25\xc5\x7e\x3a\xf1\x11\x05\x45\xe0\xdd\x41\x72\xb4\x23\x28\xde\x5c\x25\x2f\x5e\xca\x94\x75\x42\xb3\x1f\xa4\xea\x51\x7d\xff\x1a\x64\xc6\xd2\xc0\x9f\x43\x6c\xdc\xf6\x00\x7d\x77\x4a\xfd\x96\xec\xe0\x60\x02\xd8\x7d\x25\xd7\x35\x18\x48\x45\xf4\x5c\x1b\x36\x5d\x69\x3a\x78\x3d\x0b\xe1\xf8\xfd\x4b\x1d\x70\xe5\xca\xf9\x1d\x9c\xfa\xf2\x05\x7a\x38\xde\x1b\x2c\xd9\xbe\x0c\x7f\x2f\x7d\x9e\xde\x05\xb3\x7c\xaa\xb7\x7e\xfb\xbc\xc3\xc1\xd1\xc9\x8b\x9f\x66\x49\xb4\xdb\xf7\x20\x9f\xc8\x6a\xd0\xb8\x57\x7e\xb5\x07\x30\x80\x15\x2a\x5f\xd9\x74\x1c\xce\x9f\xfd\x34\x36\xae\xa0\xc5\xcc\x58\x9d\xd7\xd9\x96\x98\x22\x89\x54\x28\x0a\xa6\xee\xb8\xf7\x05\x39\x26\xe7\xed\x5e\xfb\xb6\xd3\x3b\x25\x6d\x92\x52\x43\xed\xf9\x56\x6c\xa6\x98\x66\xc2\x80\x36\x6e\x3f\x37\x73\x32\x95\x29\xcb\x58\x4a\xb8\x20\x1f\xb2\xb9\x61\xe4\x9c\x1a\x7a\x46\x0d\xcd\xe4\xb8\x45\xda\xf0\x4f\xfb\x31\xd7\x84\x66\x5a\x12\xea\xa9\x8a\xa5\xbe\x09\x2a\x52\xcf\x59\x28\x49\xe4\x74\xc6\xb3\x60\x35\x0f\x26\x12\x2e\x52\xfe\xc0\xd3\x9c\x66\x44\x0e\x2d\x53\xb1\xaa\x6a\xe7\x81\x09\x93\xd3\x2c\x9b\x13\x9a\x65\xc4\x75\xeb\x5f\xf0\x7a\xfd\x90\x85\x51\x6a\x3e\xe5\x19\x55\x56\x17\xc6\xd1\x5e\xb9\xb6\x48\x6f\xc2\xc2\x58\x61\x5c\x76\x31\xa7\xf4\x9e\x69\xc2\x0d\x99\x49\xad\xf9\x30\x2b\x8e\xfc\x5d\x97\xc0\xb8\xcf\x2e\xba\xa0\x58\x27\x86\x48\x64\xa1\xbe\x73\x67\x85\xf1\x3d\x4e\xa9\x10\x0c\x3a\x96\x66\xc2\x94\xeb\xde\xbd\xfc\xad\x15\xed\xbb\xcb\xdb\xeb\xce\x59\xf7\x43\xb7\x73\xbe\xa8\x69\xf7\xda\xb7\xbf\x2c\xfe\xfa\xe5\xea\xe6\x97\x0f\x17\x57\x5f\x16\x9f\x5c\xb4\xef\x2e\xcf\x7e\x1e\x5c\x5f\xb4\x2f\x17\x1f\x3a\xb2\x5a\x5b\x69\x8f\x47\xb6\xe1\xd1\x3a\x58\x23\xf7\x69\x8d\x3c\xfa\x7e\xcd\x91\xce\x95\xb3\xbe\x29\x92\x64\x5c\x1b\xbb\x40\xee\x4b\x32\xa3\x5a\xa3\x30\x84\x23\x68\xf5\xc5\x27\xa9\x2c\xd3\x1a\x49\xcb\x17\xac\xc0\x64\x54\x9e\x18\x2e\xc6\xe1\xa3\x53\xd2\xcf\x7f\xfc\xf1\x9f\x93\x0b\x2e\xee\xe1\x2f\xf6\x12\x17\xe7\x60\xab\xdd\x66\xb5\x0e\xb6\xda\xf8\xd9\xeb\xb0\xd5\x5a\x31\xe7\x24\x36\xd1\x3e\x4d\x70\x0f\xba\x91\xad\xec\x20\x73\x63\xff\xb4\xfd\x92\x91\x92\x53\x90\xaa\xbe\x72\x0d\x5c\xe2\x51\xaa\xfb\x51\x26\x1f\xd7\x33\x1d\x7e\x64\x26\x18\xdf\xac\x14\xf3\x1a\x2c\x86\x5f\xdc\x0c\xc3\xc0\x3f\x32\x63\xc7\x7e\xe3\x7a\x39\xc4\xf9\x1c\xe2\x7c\xbe\x6d\x9c\xcf\x8b\x32\xdb\x3d\x3d\xef\x2b\xdb\xf8\x90\x01\x36\xb8\xa0\x1a\x3d\x4c\x0d\x0e\xa4\xc8\x3f\xf4\x94\x4c\xb3\xec\x95\x59\xc1\x30\x4b\x1e\x8b\xd7\xc2\x34\x4b\x83\x7e\x7e\x86\xf9\xbb\x70\xa8\x1c\xfc\x25\x5b\x2e\xd4\xab\xe4\xab\x6b\x5e\x19\xcf\xe6\xed\x78\x7a\x3e\xbf\x10\x8b\xb0\x49\xf0\xc1\x06\xd1\x06\x6b\x87\x17\xac\x88\x27\xa8\x0d\x20\xa8\x8b\x18\x58\x0c\x11\xa8\x8d\x09\xd8\x29\x08\x60\xd3\x2b\x69\x7d\xf7\xff\x47\x66\x7a\x54\xdf\xbf\xba\x2b\xa9\x34\xe8\xe7\xbf\x92\x7e\xa7\x5e\xff\x83\x9b\xff\x09\x97\xee\x7b\xbf\xc8\x5e\xae\x23\xff\x77\xe0\xb9\x3f\xb8\xea\x37\x5a\xa3\xef\xcb\x37\xff\xbd\x3a\xe3\x5f\xa7\xf7\xfd\xe0\x6e\x3f\xb8\xdb\x0f\xee\xf6\x35\xdc\xed\x4f\xaa\x94\x32\x4b\x56\x1a\xcc\x8f\xb1\x6e\xf3\x66\x26\xf5\x72\x5d\xec\x4c\x31\x6a\x2c\x15\x97\xed\x7e\x04\x1a\x24\x8a\x25\x52\xa5\x56\x07\xa3\x64\x36\xa1\x9a\x11\xa3\xa8\xd0\x7c\x95\x1e\x86\xad\x82\xa1\xcd\xb6\xf3\x1a\x54\xb0\x92\x55\x10\x46\xfd\x5c\x0a\xd8\x50\xa6\x0b\x67\x06\x8f\x53\xdd\x93\xe5\xbc\x7e\x6f\x53\x87\x0c\xcd\x75\x66\xfe\x84\xd4\x6c\xef\x95\x2d\xa9\xb9\x6c\x32\xd8\x0b\x35\x83\x8e\xfe\x5a\xa8\xb9\x64\x50\xf8\x7d\x51\x73\xdd\xd4\x5f\x02\x35\x7b\x6f\xf4\x96\x14\xbd\xe8\xcc\xde\x0b\x55\x07\x0f\xf2\x6b\xa1\xec\x05\x97\xf7\xef\x8b\xba\x9b\xa6\xff\x6d\x29\x3c\x18\xc2\xf7\x45\xdb\xab\x09\x37\x2c\xc0\x6b\x20\xda\x30\x58\x1c\xfb\xef\x86\x5a\x17\xe6\xfd\x42\xc8\xf4\x44\x31\xcc\x36\xdc\x88\x5e\x6f\xdc\x47\x1b\x53\xac\xff\xf0\x40\xb3\xaf\x89\x66\xfd\xae\xbd\x1c\xaa\x6d\x0a\xa7\xdb\x3c\x03\x77\x49\x8c\x9c\x26\x53\x6a\x92\x89\x7d\x88\xfe\xb9\x35\x61\x5a\x8a\x94\xdb\x57\x45\xdd\xcf\x91\x67\xfb\x7d\x5b\xe2\x0f\x16\xf8\xdf\x21\x1c\xd6\x8b\x09\x17\x3f\xa4\xa8\xec\x31\x45\x85\xeb\x43\x8a\xca\x21\x45\x65\xdd\x05\x3a\xa4\xa8\x1c\x52\x54\xa2\x67\xaf\x23\x45\xe5\xe9\xb3\x53\xf6\x93\x82\xf2\xaa\x84\xe8\x83\x00\x7d\x10\xa0\x0f\x79\x26\x61\x6a\xfb\x62\x60\xfe\xeb\x37\x29\xcb\x98\x61\x4b\xd9\x4f\x8f\xa9\xa9\xd5\x0d\x4a\xd0\xd7\x35\x4e\x83\x02\x55\x2b\x50\x10\x98\x37\x96\xf1\xa5\xd0\xf6\xeb\xe4\x4e\x61\xf8\x87\xb4\xb8\x03\xbb\x3a\xb0\xab\x6d\xa6\xf6\x72\xac\xb2\xd1\x61\xfe\xa6\x66\xd9\x08\x48\x7b\xc0\xd3\xfd\x60\x69\x07\xb1\x31\x46\xd2\x2e\x96\xa2\x04\x66\xbc\x9d\x91\xb6\x80\xa5\xee\xa6\xaf\xc2\x4e\x6b\xf9\x48\xda\x81\xa8\xbb\x10\x32\xa8\x0e\x90\xda\x07\x48\xed\xf5\xe7\x7a\xb0\x10\xee\xd1\x42\x78\x80\xd4\x3e\xd8\xc0\x0e\x36\xb0\xa7\xb7\x81\x7d\x2b\x83\xf6\x33\x1f\xcb\xe7\x12\xd1\xb6\x0b\x4c\x12\x29\x51\x6c\xcc\xb5\x61\xca\xae\x5e\xad\x50\xb6\x3a\x52\xe9\xb5\x16\x89\x5a\x3b\xee\x23\xee\xf6\xcd\xbf\xac\x31\xfc\x1b\x77\x8b\xc2\x51\x1f\xd2\x34\x54\x84\x01\xd1\x69\x4a\xe7\x64\x42\x1f\x18\x19\x51\x9e\xa1\x62\xe4\xb8\xe3\x92\x19\x2e\x1b\xd0\xff\xda\x6c\x40\xb4\x3c\x1c\xc5\x46\x4c\x31\x91\x20\xb7\x47\xe1\x27\xa1\x99\x4f\x05\x81\x77\x26\x56\x4d\xcd\x14\xa3\xe9\x9c\x0c\x19\x13\x81\x6c\x6a\x24\x85\x86\x31\xef\x45\x68\xfd\xe6\x6a\xda\x22\xf5\xbc\x14\x25\xed\x49\xa2\x67\xea\x59\xc2\xee\xca\x99\xfe\xf3\xeb\x62\x15\x87\x20\x9a\x83\x51\xed\xdb\x1b\xd5\x0e\x41\x34\x07\x15\xf9\x05\xa8\xc8\x87\x20\x9a\x43\x10\xcd\xc1\x80\xb0\xf6\x6a\x1d\x0c\x08\xf1\xb3\xd7\x11\x44\xf3\x84\x15\x9c\x9f\x4b\xc2\x3e\x08\xd8\xfe\xbd\x83\x80\x7d\x10\xb0\xbf\x53\x01\xfb\x65\xac\xf0\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\xeb\x83\x74\xed\xbe\xda\xa7\x74\x0d\x7f\x79\x68\xd6\x9d\x23\xd6\x37\xf7\x72\x7d\x64\xe6\xb5\xba\xb8\x0e\x22\xf5\x41\xa4\x7e\xd9\x22\xf5\x8b\x99\xd0\xf7\x07\xb5\x78\x00\x2b\x3c\x80\x15\x1e\xc0\x0a\x9f\x16\xac\xd0\x7f\xfd\x66\x96\x2f\x97\x45\xee\x66\xa9\xcf\x5d\xd1\x86\x9a\x1c\xd4\xbe\x35\xe4\x12\xd2\x36\x64\x2a\xad\x12\x24\x58\xe9\x1d\xcf\x80\x30\xa2\x63\xcc\x1f\x98\x20\x3e\x46\xfb\xc8\x5d\x33\x47\x60\x89\xf8\x47\x38\x1d\x98\x34\x43\x0d\xa1\xc4\xf0\x29\x6b\x91\xee\x08\x4f\x73\x62\xc9\x5f\x33\xa3\x2b\x61\x40\x48\x9a\xf0\x91\x48\x8b\xb1\xfa\xbe\x79\x11\x15\x82\xaf\x1d\x79\x66\x98\x67\x06\x59\xa3\x6f\xfc\x91\x67\x99\x1d\x83\xe3\x20\x70\x12\xa6\x4c\x65\xfe\xcb\x52\xb7\xfe\xe5\x29\x4d\xed\xc9\x8d\x86\x50\x64\xf7\xc4\xef\xc3\x9d\xcb\x75\x88\x6b\x29\x7d\x8f\x5f\xb7\x88\x53\xc2\x11\x54\x6c\xad\x61\x4c\x68\x6a\x4f\x60\x32\x61\x69\x9e\x31\x42\xb5\x96\x09\xa7\xc6\x72\x2b\xbc\xa3\x09\x37\x5e\x65\xf7\x2f\xf9\xae\x53\xae\xe9\x30\x63\xa9\x5b\x63\x56\x84\xd9\x2c\x1d\x39\xd7\x64\xc8\xec\x12\x5b\x3e\x52\x5e\xfd\x09\x4a\x08\x35\xa3\x89\x86\xc2\x16\x47\xc2\x04\x0e\x64\x89\x84\x8b\xc4\xf9\x5a\x85\x5c\x1c\xfd\x21\xf7\xe9\x20\xf2\x1e\x44\xde\x8d\x26\xf4\x5d\x89\xbc\x2f\x28\x34\xd0\x33\xa4\x6f\x1a\x1a\x08\x0e\x44\xcb\xf9\x07\xc1\x42\xa8\xb7\x33\x9e\x04\x23\xec\x27\xdf\x64\x3b\xb4\x78\x26\xc5\x88\x8f\x73\xe5\x04\x6e\x27\x0d\xaf\xf0\x52\xd6\xb4\xf3\x2a\x6e\x9c\xfa\xa1\x3f\xd7\xc5\xb3\x89\x42\x47\x8e\x89\x15\xbb\x07\x37\x9d\xdb\xab\xbb\x9b\xb3\xce\x29\x69\xcf\x66\x19\x47\x2f\x4b\x92\x6b\x23\xa7\xfc\xef\x76\x1a\x08\x24\x1c\x38\xb7\x13\x43\x34\x08\x1c\xe0\xd6\xb1\x6a\x12\x39\x26\x67\x17\x77\xb7\xbd\xce\x4d\x43\x83\x8e\x08\xa0\x96\x11\x9b\xce\x32\x90\x4a\xee\xf3\x21\x53\x82\x19\xa6\x49\x92\xe5\x10\x63\x1e\x9c\x3d\xd8\x68\xe7\x3f\x3a\x67\x77\xbd\xee\xd5\xe5\xe0\xaf\x77\x9d\xbb\xce\x29\xf1\xd4\x64\x9b\xb5\xe3\xb2\xa3\x48\xe7\x82\x4e\xad\x2e\x5a\x46\x3c\xfe\x2d\x67\x39\x08\x41\x7c\x2c\xa6\x4c\x98\x6a\x8b\x7e\xc0\x17\xed\xf7\x9d\x8b\x72\xcb\x13\x46\x7e\xf9\x4b\x31\xa8\x8c\x0e\x59\xe6\xbc\x4f\xe0\x5c\xb1\x0c\xbb\xe8\xc8\xb9\xa5\x72\x54\x6b\xff\x7a\xd7\xbe\xe8\xf6\x7e\x1d\x5c\x7d\x18\xdc\x76\x6e\x3e\x77\xcf\x3a\x03\xa7\x60\x9c\xb5\x6d\xbf\xa5\x9e\x9c\x1e\x42\x7e\xcb\x69\x66\x15\x55\x39\x02\xd7\x0e\x4f\x18\x79\x9c\x30\x41\x72\x01\x34\x86\xda\x2f\xe8\x02\x71\x12\x3b\xce\xe8\xfa\xe2\xee\x63\xf7\x72\x70\xf5\xb9\x73\x73\xd3\x3d\xef\x9c\x92\x5b\x96\x81\x7e\xe8\x17\x1d\x76\x71\x96\xe5\x63\x2e\x08\x9f\xce\x32\x66\x57\x03\x8f\xe3\x90\x4d\xe8\x03\x97\xaa\xa4\x23\xc0\x3a\x5a\x12\xfa\xe6\x86\xec\x12\x85\x2e\xaa\x7a\x55\x92\x5b\x7c\xa3\x42\x3f\xcb\x5e\x28\x91\xc3\xe2\x8b\xab\xb6\x75\xf1\x8b\xca\xbe\xac\xad\x90\x96\x27\xfd\x6c\xb7\x81\x65\x22\xe9\xc0\x1b\x26\x4e\xfe\xbb\xc4\x4c\xfe\xf1\x64\x48\x31\x24\x4a\x6f\x75\xb7\xc3\xaa\x8a\x9b\xc5\x07\xaf\xe1\x4e\x88\x87\xfb\x2d\xf9\xff\x9e\x64\xae\x57\x62\xef\xd9\x5c\xd4\x3d\xa8\x6c\x07\x95\xad\x7e\x65\x0e\x81\x3f\x0d\x2b\xbc\xaf\xfb\x68\x1b\x13\xe9\x88\xb3\x2c\xd5\x0b\x36\xae\xd2\x7d\xb2\xd2\x9e\xf5\x7a\xaf\x92\xe7\xb5\x68\x6d\xa2\x58\xdc\x04\x4f\x90\x73\x0d\xd9\xdd\x9a\x32\x43\xa1\xb2\xa9\x91\x24\x87\xa1\x1f\xae\x27\xf7\x7f\x87\xeb\xe9\x70\x3d\x1d\xae\xa7\xdf\xab\x49\xb0\x86\xa5\x7f\x53\x9b\xe0\x2a\x2d\x70\x27\x88\xa7\x1a\x83\xe1\xa2\xf6\xa7\x89\x9e\x50\x85\xc5\x7c\x12\x39\x9d\x4a\x11\x05\x17\xcc\x67\xec\x88\x04\x17\x26\x18\x7f\x60\x18\xab\xec\x89\x45\x37\xfc\x75\x58\x12\xa3\x75\x79\x8e\xc4\x87\x83\xe6\xe8\xff\x6f\xd3\xab\xf9\x00\x92\x75\x00\xc9\x3a\xe4\x28\x1c\x40\xb2\x96\x53\xcb\x21\x0a\xff\x10\x85\x1f\x3f\x3b\x80\x64\xbd\x20\x90\x2c\x21\x53\x36\xa8\x80\xe2\x87\x7f\x0e\xaa\x7e\x8f\xd2\x93\xd8\x09\x52\x7a\x50\xa4\x25\x40\xeb\x3c\xdd\x3d\x2d\xa1\x5c\x9e\x78\x95\x93\x24\x2e\x68\xfb\xc2\x05\xde\x51\x36\x37\x8c\xa7\xd9\x62\x25\xde\x67\x88\xd4\xaa\xdb\xe8\xef\xd1\xc8\x52\x43\xb6\x07\x8b\xcb\xca\x85\xfa\x5e\xc1\xac\x0b\xbe\xf4\x8a\xdc\x04\xeb\x31\x6f\x0f\xf8\x3f\x68\x60\xe1\xf5\xcf\x03\x23\xaf\x7f\xbc\x2b\x86\x43\x99\x77\x6f\x8b\xdd\x50\xe2\x8d\xaf\xc3\x8c\x11\x8f\xf8\x39\x0c\x19\x4b\x77\xff\xbb\xe3\xeb\xcb\x68\xf9\xc0\xdd\xd7\x5c\xae\xef\x95\xc7\x1f\xec\x19\xfb\xb4\x67\x1c\x7d\xbf\x06\x8d\x03\xe6\xc2\x92\xc5\x39\x58\x7b\xb6\x59\xad\x83\xb5\x27\x7e\xf6\x9c\xd6\x1e\xf4\xdd\x0e\x66\x54\x31\x61\x6a\xe4\xfb\xea\xcd\x06\xaf\x47\xb6\xfa\x20\x00\x41\x03\x28\xb8\x3a\xd9\x20\xdc\x9a\xdf\x97\xf9\xc7\xc9\x28\x03\x14\x71\xa2\x5c\x88\x93\xff\x2e\xfe\x8e\x14\x88\xe8\xc7\x1a\x1f\xe8\x06\x21\x4c\x3e\xca\x9e\xa5\x85\xd8\x55\x34\x5e\x13\xda\xe4\xc6\x70\xec\x85\xb1\xc2\x9b\xbf\x32\xd2\xe9\x1a\x3f\x3d\x87\x2f\x5f\x57\x52\x45\xc3\xd0\x9f\x37\x02\x6a\x91\x12\xd6\x3b\x58\x5e\x8f\xe0\x98\x34\xf0\x38\xe1\x20\x1e\x00\x84\x13\x5c\xa1\xd1\x86\xfb\x74\x4c\x0a\x79\x13\x4d\xb2\xd6\x73\x8b\x91\x0b\xe4\xbe\xde\xc4\x1d\x8d\xbe\xde\x79\x7f\xf3\xd0\x90\x15\x74\xff\x4d\xc3\x44\x96\xf0\xcc\xfd\x44\x88\x3c\x1f\x7f\xfc\xc8\xcc\xf7\xc7\x1c\x3f\x32\xf3\x5c\x9c\x71\x5b\x76\xb8\x94\x25\x14\x15\x27\x5e\x08\x37\xd8\x8e\xf5\xbd\xae\x39\x1e\xd2\x07\x0f\xe9\x83\x87\xf4\xc1\xf8\x8d\x43\xfa\xe0\xae\x35\x99\xcf\xe1\x95\x67\xbc\xce\xb1\xc3\xef\xef\x46\xc7\x79\x1d\x2e\xf5\xc3\xa5\xbe\xd9\x1c\x5f\xaa\x1a\xe3\xe9\xf9\x25\xa8\x31\x1b\xa1\x5e\xa0\x67\xb7\xa8\x6e\xe6\xc9\x7f\xa5\xf7\xf6\xda\x77\xf6\x7a\x98\x90\x7e\x6a\x3e\xb3\x8b\x8f\xca\xaf\xfb\xc1\x45\x75\x80\x05\x3f\xb8\xa8\x0e\x2e\xaa\x83\x8b\xca\x3d\xfd\x2e\x60\xc1\x83\x92\xb1\xb2\x54\xed\x4d\x51\x9f\xb6\x26\xdc\xa4\x7a\x13\xfb\xb7\xaf\x17\x24\xdc\x97\x7e\x19\xfb\x91\x3f\x97\x0e\xf0\x52\x24\xc7\x62\xde\x2f\x42\x56\x3c\xf9\xef\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xde\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd5\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xee\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x7b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x7b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x77\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x77\xaa\x07\x1e\x94\xc0\x27\x59\xb7\xef\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x31\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x9e\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x59\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xe6\xa1\x80\x31\xdd\x7c\xd3\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbf\x16\x56\xf0\x1c\x6a\xd5\x77\xec\xfa\x38\xb8\x37\x7e\x9f\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x77\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xfb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\xdf\x20\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x76\xbc\xe5\x2d\x17\x49\x96\xa7\x20\xa2\x4c\x18\x79\x9f\xf3\x2c\x25\xa0\xd0\x58\xbd\x94\x4b\xf1\x0e\xe8\x09\x48\x01\xc6\xe9\x81\xcf\x97\x0b\x30\x9f\x17\x38\xdd\x8b\x95\x61\x8a\xd1\x6e\x0b\x50\xb5\xaf\x3d\x0d\x65\x13\xb7\x28\x8d\x54\xfa\xcd\x37\xf4\xdc\x05\x93\x8e\xbc\xe8\x61\xd9\x8e\x1f\xc4\x46\xe5\x93\xbe\xb8\x8f\x5e\x17\x94\xf8\xe2\xa8\x0f\x45\x93\x48\xb4\x6b\x87\xa2\x49\x4f\x38\x6f\x7f\xce\x56\xcc\xdc\xd3\x28\x9a\x87\x5f\xe9\xb4\xbf\x79\x1c\x5d\xf3\x49\xff\xa6\x51\x75\xb5\x37\xc7\x42\x46\x53\x51\x74\xfb\xf9\x6b\x45\xed\x72\x35\x7c\x64\xe6\x7b\xb9\x17\x0e\xf5\xa2\x0e\xa5\x25\xb6\x2e\xa7\xbd\x11\x87\x7f\x5d\x53\x3c\x94\xc4\x3a\x94\xc4\x3a\x94\xc4\x8a\xdf\x38\x94\xc4\x7a\x01\x25\xb1\x76\x91\x5a\xb0\xfb\xef\x45\x70\x39\x94\xc5\x3a\xc8\x2e\x07\xd9\xa5\x76\x8a\x2f\x50\x29\x7d\x11\x45\xbf\x82\x52\xba\x2f\x7c\x8d\xd8\x9f\x1e\x98\xf1\x5e\x61\x36\xfc\x4a\x1e\xa0\x36\xdc\xff\x1d\xa0\x36\xd6\x99\xdc\x01\x6a\xe3\x10\x3d\x79\x80\xda\x38\xc4\x07\x1e\xe2\x03\x0f\x50\x1b\xaf\x05\x6a\xc3\x0b\x50\xfb\x80\xdb\xa8\x11\xc6\x56\x43\x6e\x7c\x59\xd4\x0c\x5e\xac\xa0\xe5\xc7\x7a\x80\xde\x38\x40\x6f\xec\x4a\x3b\x2f\x42\x27\x7b\x12\x08\x8e\x1a\x36\xb0\xab\x22\xf6\x3a\xa0\x38\xfc\x68\x0f\x79\x84\x87\x70\xe8\x97\x1f\x0e\xfd\xe2\xf2\x08\x5f\x8c\xd8\x7e\x50\x86\xf7\xa8\x0c\x1f\x52\x09\x0f\xa9\x84\x07\x53\xc1\xda\xab\x75\x30\x15\xc4\xcf\x5e\x47\x2a\xe1\x6a\x69\x7a\x2f\x90\x1c\x4f\x21\x57\x1f\xc4\x6a\x7c\xef\x20\x56\x1f\xc4\xea\xef\x54\xac\x7e\x19\x2b\x7c\x90\xa9\x0f\x32\xf5\x41\xa6\x3e\xc8\xd4\x07\x99\xfa\x20\x53\xbb\xaf\xf6\x26\x53\xef\x17\xa2\x63\x43\x2f\x56\x94\x95\xf2\x9a\x84\xe9\x83\x20\x7d\x10\xa4\x5f\xb6\x20\xfd\x62\x26\x74\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\x0e\x70\x1d\xdb\x48\x35\x7f\x70\xa7\xf2\x4d\x74\x11\x87\x1b\xfb\xcd\xfb\x4c\x0e\x7b\xf3\x19\xb3\xff\x3d\xe7\x53\x26\x34\x88\x8f\xdc\xcc\x63\x29\xa6\x61\xe5\x17\xd7\xfc\xcd\x6d\xf7\xf2\xe3\x45\x9c\x23\xf4\xe6\xd3\xdd\x45\xaf\x7b\xdd\xbe\x09\xeb\x12\x66\x15\xaf\x85\xfb\xae\x24\x88\x9d\xc9\xe9\x8c\x2a\xae\xa5\xe8\x7c\xb5\xa7\xd3\x0e\xed\x0a\x44\x1f\xa9\xb6\x1b\x5d\xe7\xaf\xf1\xc8\x2e\xcb\xff\xfc\xd8\x2b\xff\xab\x34\x8b\x8b\x5e\xf9\x5f\x9d\xa5\xb3\x89\x1a\xae\xb2\xb3\x63\xf2\xb1\x77\x4a\x3e\x42\x08\x86\x22\xbd\x09\x45\x96\x74\xd1\x3b\x25\x17\x4c\x6b\xf8\xa5\xf8\xd8\x70\x93\xc1\xdc\xde\x73\x41\xd5\x9c\xf8\xe9\x63\xf6\x1c\x05\xdb\xac\x5f\x9a\xea\xe2\x89\xbf\xe5\x02\xb4\x87\x62\xf5\x2e\xe4\x98\x27\x34\xdb\x6d\x11\xdb\x97\xf1\x41\x7a\x73\x75\xb3\x74\x29\xe2\xb7\x17\xd7\xa2\x7d\x79\x0e\xb9\x7c\x7e\xa8\x35\x33\xbf\x64\xda\xb0\xd4\x4a\x23\x29\x12\x2f\xf0\xb3\x79\x24\xa5\xfc\x4d\x42\x76\x5f\xae\xad\xec\xdc\xbe\x3c\x27\x27\xe4\xea\xa6\x2f\xae\x54\x8a\xc6\x1b\x66\xaf\x77\xe4\xba\x5c\x13\x21\x0d\xe1\xd3\x99\x54\x86\x0a\x63\x25\x1b\x60\x6c\x6e\x45\x34\xa1\x8a\x91\x33\x39\x9d\xe6\x86\x1a\xfe\xc0\x16\x16\x55\xa0\x46\x76\xcb\x4c\x37\x05\x73\x70\xcd\x1a\x22\xe7\x2b\xe6\x32\x53\xb6\x7d\xcb\x75\xcb\xba\x00\x4f\x17\x64\x73\xdf\x04\x55\x8a\x96\xf9\xe3\x1b\x6e\xd8\xb4\xfa\xfe\x9a\x61\x7b\xff\xa8\x55\x74\xec\x95\x70\x21\x69\xca\xc5\x18\xd3\x29\x2f\xb8\x61\x8a\x66\x9f\xe8\xec\x83\xb7\x36\x6d\x41\x1f\xff\xdf\x6d\x29\x93\xef\xcd\xaf\xed\x4f\x71\x2e\xe0\x9b\xeb\x9b\xab\xde\xd5\x52\x9a\x29\xb5\xb0\x48\x34\xf6\xf1\x29\xfc\x2f\x39\x21\xb6\xf5\x70\x73\x4d\x99\xa1\xf6\x46\x27\x6f\x31\x71\x27\x84\xf7\x73\x91\x01\x8d\xcc\x14\x9f\x72\xbb\xaf\x4e\x65\x7e\x87\x97\x63\xb8\xfd\x03\x95\xe0\x07\x98\x84\x07\x62\x87\xa1\x22\xa5\x2a\x25\x7f\xd3\x2e\x71\xd4\x0a\x21\xf8\x3a\xd5\xfe\x07\x96\x92\x63\x32\x31\x66\xa6\x4f\x4f\x4e\x1e\x1f\x1f\x5b\xf6\xed\x96\x54\xe3\x13\xfb\xc7\x31\x13\xad\x89\x99\x66\x98\x71\x6a\x57\xe1\x94\x5c\x2b\x69\x24\x08\x10\x44\x33\xc5\x69\x06\xa9\x81\x43\x3c\xed\x72\x44\xfe\x2b\x91\x8a\xb5\x8a\x8d\xf9\x2f\x12\x25\xb3\x8e\xec\x3d\xcb\xd3\xec\xc4\xbe\x54\x73\x74\xaa\xfb\x49\x52\x96\xf0\xd4\x09\x52\x4c\x24\x12\xd0\x96\xd0\xb2\x68\xdb\xf3\xd9\x4e\xcc\xb9\x72\xc2\x72\x46\xc2\x06\x4d\x19\xa1\x0f\x94\x67\x98\xd7\x2c\xd1\x64\x88\xeb\xcc\x94\x15\x5c\xba\x28\x75\xe6\x56\xc2\x86\xd8\x3b\xd0\x23\xfd\xab\x33\x3b\xe1\x44\x66\x64\x98\x8f\xac\x84\x16\xdd\x4a\x47\x56\x1a\xe1\x9a\x28\x96\xc8\xe9\x94\x09\x34\x2a\xda\x86\xe0\x4b\x58\x31\x37\xda\x56\x5f\xc0\xfe\x5b\x31\x05\x28\x20\x95\x70\xb0\x05\xb3\xda\x8a\x98\x63\x37\xc3\x7c\x54\xf2\x54\x19\x49\x14\xa3\x29\xe1\xa6\x2f\xda\x99\xd5\x6b\xa7\xd2\xb0\x38\x88\x10\xcc\xda\xa5\x05\x07\x86\xa0\xd8\x2c\xa3\x89\x4f\xca\xcc\x64\x42\x33\x32\xe2\x19\x73\xf5\xf2\xa3\x06\xde\x82\xaa\x65\xd7\x8c\x6b\x92\xca\x47\x91\x49\xea\xe6\x51\xfd\xec\x5d\x99\xb7\x74\x7c\x5a\x72\x47\x29\xa9\xe0\x7f\x7e\xe1\x22\xdd\xee\x0c\xde\x5d\xfe\x72\x79\xf5\xa5\x74\x0c\xef\x6e\x3b\x37\xf1\xbf\x6f\x7f\xbd\xed\x75\x3e\x2d\x3d\x87\xd5\x56\x0a\xca\x82\xe1\x81\x08\x7e\x4a\x6e\x71\x11\xa4\x22\x56\xa9\x6a\x98\xd4\x27\x47\x4a\xc5\x0f\x32\x65\xdb\xcd\xed\x53\xfb\xf2\xae\x5d\xe2\x28\xb7\x67\x3f\x77\xce\xef\x2e\x4a\x02\x9e\x9f\x5f\xf4\xcb\x4d\x07\xc5\xb7\xf8\xb7\xb3\x9f\xbb\x17\xe7\x83\x20\xf0\x2d\x5b\x8d\x4a\xbf\x55\xbe\xd4\x43\xfe\x33\x91\x29\x19\xce\xe3\xc4\xc1\x22\xdf\xfc\x91\x6a\x92\x81\x63\x84\xa5\x5e\x17\xc1\x56\x4f\x81\x0d\xf9\x4c\xf6\xe2\x0b\x2b\xdb\x1f\xb9\x77\x20\xef\x1c\xd5\x20\x6a\xca\x89\xec\x71\xc3\xb6\x77\x2a\x22\x9d\x02\x33\xdc\xc3\x1a\x59\xad\x47\xdb\x17\x73\x7b\x7e\x15\x1f\x8f\x41\xc5\xaf\x0c\x15\x5b\x73\x9f\xc2\x4a\xc2\x77\xb8\xd5\x33\x25\xe1\x48\xdb\x6e\x9d\x6d\x28\x28\x10\xf8\x21\xa2\xb8\x95\x5a\x54\x14\x74\x83\x9a\xa1\xf9\x7d\x39\x45\x8b\x6e\xc3\xb4\xe0\xe8\x15\x11\xbe\xc0\xa1\x34\x5a\x26\x66\x8a\x3d\x70\x99\x47\x9f\x3a\x38\x85\xd2\xe6\xd6\x36\x5f\x2c\x00\x2c\x1b\xea\x2f\x45\x33\x65\x6a\xee\x5e\xdd\x1a\x45\x0d\x1b\xcf\xcf\xdd\xc9\xde\x9e\x8a\xcf\xaf\xbe\x5c\x5e\x5c\xb5\xcf\x07\x9d\xf6\xc7\xf2\xc1\x0c\x4f\x6e\x7b\x37\x9d\xf6\xa7\xf2\xa3\xc1\xe5\x55\x6f\xe0\xdf\x58\x4a\xae\x0d\x1d\x2c\x5e\xa7\xe5\x17\x4f\x89\xe5\x8c\xc0\xc1\x3c\xf2\x52\xc4\xc6\x86\x6c\x24\x15\xb2\xe3\xa9\xf7\x01\x02\xe3\x27\x61\x65\x59\x8a\x3a\x76\x79\x16\xa7\xa0\x80\xd6\x35\x89\xb6\x25\xa3\x18\x9d\x02\x3b\xa7\x82\x74\x44\x7a\x7c\x35\x3a\xbe\xc5\x1f\xa7\x54\xdd\x33\x15\x3e\x7d\x54\xdc\x18\x06\x26\x71\xee\xac\xe5\xa0\x20\xc3\x90\xed\x7d\x03\x31\xde\x45\x07\x2d\x72\x63\xd9\xb3\x7d\x3f\xdc\x3d\x96\x50\x53\x66\x28\xcf\xb4\x1b\x6c\x69\x5d\x4f\xc9\x05\x55\xe3\x42\xdd\x7d\x2b\x47\x23\x6c\xec\x1d\x0e\xc3\x5e\x35\xa5\x59\xd4\xb0\x48\x4b\x1a\xfe\xfa\x82\xfe\xdc\xcb\x41\x48\x5b\xa4\xaa\xbb\xd9\x6e\x34\x75\x77\x0d\x2b\x7e\x75\x39\xe8\xfc\x47\xb7\xa4\xb0\xb8\x27\x35\xb4\x06\x13\xc7\xc7\xcb\xef\x82\xfa\xb6\x17\xc9\xa9\xfc\x62\x0d\x39\xe5\x33\xbf\xf3\x23\xab\x02\xd5\xd0\x12\xfb\xca\x0d\x6e\x4c\x3c\xee\x0a\x09\x15\xcd\x80\x15\x83\xce\x66\x8c\x2a\x5d\xb7\xdb\x65\x69\xad\x61\xef\xb1\xa7\xb8\x0f\xb7\xc9\xbe\x9f\x23\x22\x45\x36\x8f\xef\xfa\x0a\x45\xae\x41\x03\xd8\xd6\x02\x05\x5c\x03\xae\xc8\xd5\x03\x53\x8a\xa7\xec\x13\xd7\x56\x93\xc1\x1f\xdf\x3b\x70\x91\xed\x08\xe2\x43\xbb\x7b\x51\x91\x01\x06\xe7\x9d\x0f\xed\xbb\x8b\xe5\xda\x78\xe9\xbb\x1a\xd4\x9b\xa8\x9d\x53\x7b\xeb\x3b\xd3\x1c\xdc\x0e\xc7\x1e\x32\x85\xa5\xe1\x42\x2b\x23\xa6\x54\xb8\xea\x35\x9a\x8f\xdd\x7f\x6e\x0d\x35\x5b\x92\x7f\xfb\xac\xd7\xfd\x5c\xd2\xda\xdb\x37\x67\x3f\x77\x3f\xd7\xc9\x05\x83\x8f\x9d\xcb\xce\x4d\xbb\xd7\x59\x4e\xf5\x95\x26\xeb\xee\x7c\x6d\x07\x5c\x75\x1f\x70\x1d\x3c\xe0\x96\xac\x95\xcc\x08\x37\x9a\x3c\x70\xcd\x87\x1c\x50\x6a\x9c\x29\xfe\xae\x0b\x4c\x0f\x7c\x9b\xdc\xcc\xbd\x54\x80\xfd\x9e\x92\xf7\x73\xbf\x86\x47\xc0\xe4\x5c\xfb\xa8\xa6\xc6\x06\xfa\xc4\x2a\x35\x78\xeb\xf9\x49\x9f\x92\xb6\x4a\x26\xfc\x01\xd4\x9e\xe8\x33\x61\x45\x51\x31\x66\x0a\x87\x03\xf6\xc7\x78\x2c\xd1\x73\x3b\xaa\x58\x06\x28\x56\x2d\x88\x7d\x63\x26\xac\xea\x1c\x77\x82\xf2\x89\x62\xe2\x07\x2b\xca\xcc\x32\x9e\x70\x93\xcd\x49\x02\x36\x8f\xd4\x0a\x8a\x53\x2a\xe8\xd8\xdd\xb9\xa0\x28\x54\x48\xe2\xaf\x08\xe5\x73\x35\x72\xc6\xad\x1e\x67\x5b\x9e\x80\xbb\xcb\xf3\xce\x87\xee\x65\x99\x04\x7e\xee\x7e\x2c\x09\x81\x9f\x3a\xe7\xdd\xbb\xd2\x45\xbb\x4a\x16\x5c\x6c\xb6\xee\x94\xf8\x97\x4e\xc9\x39\x7e\x7a\x6a\x17\xb7\x06\xa7\x28\xa8\x8f\x95\x75\xb8\xf1\x61\x27\xfe\x8f\x8e\x30\xaa\xd6\x32\xb7\xae\xc9\xc1\x19\xe1\x4b\x36\x87\x7a\x5f\xdd\x42\xdf\x97\x55\xaf\xca\xa2\x2f\xd3\x59\xe2\x6d\x27\xad\xc2\x12\x11\x3b\xf1\x40\xed\x6e\x32\x7a\xd4\x18\x76\x0b\x5e\xfa\x19\x7c\x34\xd3\x5c\x1b\x34\xa6\x03\x71\x92\xfb\xbf\x68\xbb\xa0\x60\x6c\x6f\x91\x5b\xc6\xfa\xc2\xeb\xdf\x63\x6e\x26\xf9\xb0\x95\xc8\xe9\x49\x01\x92\x75\x42\x67\x7c\x4a\xad\x80\xca\xd4\xfc\x64\x98\xc9\xe1\xc9\x94\x6a\xc3\xd4\xc9\xec\x7e\x0c\x9e\x5f\xef\x4f\x38\x09\xcd\x8e\xe5\x3f\x5d\xfc\xf3\x8f\xc7\x17\x7f\xf9\xf1\xcd\xa2\x45\xa5\x69\xff\x3b\x22\xa1\x33\x9d\x67\x2e\x42\x44\xc5\x6b\xe3\x8f\x7c\xce\x56\xed\xf7\x65\x79\xbb\x76\xd3\x00\xcf\xae\xef\x4a\x16\xce\xf2\x3f\x3f\x75\x3e\x5d\xdd\xfc\x5a\xe2\x94\xbd\xab\x9b\xf6\xc7\xe5\x96\xce\x05\x15\xb1\xb2\x0c\xbf\x08\xf9\x28\xca\xb3\xd7\xd5\x49\xe7\xc2\xf0\x29\xf3\x1a\xa2\xfb\x67\x0f\x67\xba\xc5\xcc\xaf\x7a\x3f\x97\x85\x9c\x0f\x17\xbf\xf6\x3a\x83\xdb\xf3\x5f\x96\xce\x04\x3f\x2b\x8d\xec\x16\xdc\xdb\x67\x32\xcb\xa7\x22\xfe\x7b\xfb\xb1\x75\x2f\x7b\x9d\x8f\xd5\xd1\x5d\xb5\x7b\xe5\x65\xbf\x29\x47\x4d\xbc\x79\x7f\x75\x75\xd1\x29\x79\x1c\xde\x9c\xb7\x7b\x9d\x5e\xf7\x53\xe9\xb6\x3b\xbf\xbb\x41\x18\xad\x65\xd3\xf4\x23\xa8\x99\xa8\x9d\x56\x3c\xcd\x7d\xf3\x99\xb5\x8e\x79\xdb\x45\x24\xe2\x41\x39\x8e\xe0\x2a\x30\xd8\x00\x8c\x0e\xc7\xc1\xe2\x97\xe0\x48\x6b\x79\x8d\x29\x6f\x13\x69\xe6\x75\x4b\x37\x7a\x19\xcb\xeb\x85\x21\x20\xd8\x1b\xaa\x98\x34\xcb\xe4\x23\xc6\x85\x4d\xb9\xbd\xf2\x1c\x76\x90\x7d\x45\x93\x24\x57\x8a\x09\x93\xcd\x5b\x35\xec\xa4\xbc\x2d\x2c\x51\xcc\x7c\x92\xb9\x30\xdb\x93\x5c\xfb\xb2\x74\xa8\x3b\x97\x9f\x07\x9f\xdb\x65\x0a\xec\x5e\x2c\x3f\xe4\x71\x13\x35\xf7\x5c\xfb\xf2\xd7\x70\xc3\x41\xf4\xe0\x51\xd0\xcc\x50\x30\x4c\x32\xce\x84\x01\x8b\xbd\x91\x19\x88\x0b\x84\x71\x50\xb5\xa7\x76\x72\x5c\x8c\x09\x06\x2e\x79\xc8\x42\x1c\xe4\xa9\xff\xa3\xd2\x9e\x86\x75\x01\x63\x9f\x0f\xc8\x84\x76\x9c\x36\x29\x08\x13\x0f\x5c\x49\x40\x2c\x24\x0f\x54\x71\x3a\xcc\x9c\x70\x64\xe7\x7a\x0a\xff\xbb\x59\x9b\x60\xb7\xab\x30\xae\x5b\xa9\xcc\x79\x08\xec\xda\xce\x0a\x50\x17\x25\xb5\x18\x1f\x55\xaf\xe0\x57\x62\xa2\xfc\xb0\x7a\x54\xdf\x2f\xd8\xdd\xba\x42\x1b\x2a\x12\x76\x96\x51\xad\xb7\x1d\x2b\x2a\x0e\x47\x65\x76\x76\x73\x73\x77\xdd\xeb\xbe\x5f\x41\x42\xd5\x8f\x17\x03\xdf\x92\x2c\xf7\xa6\xe9\xa1\x92\x34\x25\x76\x6f\xe4\x18\xcd\xe0\xee\xca\x2e\x90\x23\x31\x02\x35\xc4\x02\x94\x50\x2b\x83\x9b\xdf\x6b\x28\xb1\x6d\x8d\xbb\x85\x20\x89\x5d\x09\x12\x29\x2b\x9e\xa5\x80\x55\x1d\xe1\xa6\x9d\xca\x38\xcb\xa8\x19\x49\x35\x45\x12\x2a\x4d\x1a\x1b\x5f\xde\x28\x17\x86\x29\x95\xcf\x0c\xf7\x50\xa0\xd5\x2b\x10\x4a\x7f\xca\xf1\x27\xa6\x35\x1d\xb3\x5d\x9c\x2f\x75\xd7\xfe\xed\xe7\xf8\x9f\xe0\x5c\x59\xe7\x4a\x2f\x8d\xd0\x07\x6d\x79\x7a\xba\x12\x1f\x28\xcf\x72\xc5\xae\x65\xc6\x93\x2d\x9d\xc5\x56\xcd\x1c\x74\x3f\x59\xf1\xbb\xdd\xeb\x5c\x94\xf8\x14\x3c\x6b\x7f\xe8\x75\x6e\x06\x88\x2f\xd9\x7e\x7f\xd1\x19\x5c\x5e\x9d\x77\x6e\x07\x67\x57\x9f\xae\x2f\x3a\x2b\x7c\xb0\x8d\x8d\x2f\x9a\x2c\xaa\xaf\x9e\x2e\xfc\x02\x3b\xac\x72\xd4\x6e\xbc\xa6\x0b\xf1\xcd\x94\x67\xe0\x00\x92\xe8\x08\xa2\x44\x58\x9d\xdf\xfe\xac\xbd\x5e\xe5\xc3\xf9\x5a\xa4\x6b\x7e\xc8\x32\x42\x73\x23\xa7\x14\xcc\x98\xd9\xbc\x2f\xe8\x50\x2a\x03\xda\x5d\xb8\x19\x88\xca\x85\xb0\x5c\xd1\x36\x86\x30\xb1\x49\xc6\xa8\x20\xf9\x2c\x0a\x45\x77\xc6\xb8\x11\x17\x10\x25\x32\xa5\xea\xde\x57\xcf\x08\x11\x84\xe1\x50\x68\x42\x75\x5f\x20\x6a\x83\x63\x85\x6b\xac\xf0\xe9\x5a\x6f\x35\xae\xce\x94\xde\x33\xbb\x2a\xd3\x3c\x99\x58\xfd\x70\xac\x98\xd6\xce\x60\x93\x50\x81\xce\x37\xf7\xfa\x23\xcf\xb2\xbe\x10\xd2\x2e\x85\xb7\x0b\xa5\x6c\xc6\x44\xca\x44\xc2\x31\x00\x1d\xfc\x56\xc1\x7e\x3b\x56\x74\x36\x21\x5a\x82\xc3\x07\x96\x1d\x34\x4f\xfc\xc8\x87\xac\x38\x9c\x0a\x78\x1c\x9b\x75\x54\x6e\xf9\xc4\x15\x5c\x42\xb8\xca\xf0\xb1\xb7\xe9\x78\x5b\x26\x6a\xf0\xd3\x59\xc6\x0c\x62\xbd\xc2\x92\xc3\x66\xd8\xb5\x2e\xed\x87\xdd\xa6\xba\x4d\xe8\x8b\x62\xcc\x54\xbb\x11\xb5\x6a\xcc\x45\xee\x48\x91\x9f\xa9\x48\x33\xdb\x8a\x37\x0c\x96\xcf\x22\x44\x51\xb6\x2d\xd5\xf8\xd3\xb8\x8b\xa4\x96\xd0\x5c\x6f\x24\xaa\x2d\xcf\x1a\x40\x7d\xfe\xb8\x70\x88\x02\x79\xbb\x94\x01\x58\xdd\x99\x65\x91\x34\x93\x6e\x95\xf0\xf5\x1c\xd1\xfd\x09\x8c\xa6\x41\x77\x9c\x29\x2e\x12\x3e\xa3\xd9\x56\x82\x65\x25\x8e\xcc\xc5\x67\xbd\xe5\x23\x4b\x3e\xef\x16\xfc\x18\x86\xa9\x29\xa4\xcf\xb8\x61\x86\x2d\x5c\x25\xb4\xe1\xee\x58\x42\xa6\xe5\x58\x9b\x2d\xf6\x06\x9d\xd4\x4d\xd3\xad\xb4\xe2\x7a\xc7\x28\x09\x9a\x5d\xd7\xb7\x59\xb7\x60\xd1\xc3\x7f\x2c\xdb\xea\x4f\x74\x66\xb7\x18\x31\x6c\x09\x2d\xe6\xe8\x04\x26\x57\xa2\xc1\xbb\x7a\x23\xdf\x4f\x88\x40\x5c\x5f\x81\x2e\x96\xd0\xf9\xea\x17\x3b\x29\xf9\xc0\xa2\x84\x25\x47\x92\xa3\xdc\xd8\xd3\x44\xc1\x8b\x46\xde\xb2\xd6\xb8\x45\x3c\x92\xf0\x11\x69\x5f\x5f\x77\x2e\xcf\x8f\x08\x33\xc9\x3b\x1f\x4c\xe2\x7c\xeb\x7d\x61\xa4\x13\x2e\xe6\x64\x22\x1f\x81\x95\x31\x35\x66\xa5\x39\x7b\x47\x3c\xc0\xd0\x8c\xb9\x36\xca\x85\x03\x88\x34\x06\xb6\xe6\xd3\xaa\xdc\x88\x14\x92\x9b\xc9\x2e\xa4\x41\xb5\xce\xa7\x56\xae\x1d\x70\x3a\x1d\x28\x99\xad\x3a\xc3\xb5\x47\xaa\x30\x8c\x0c\x9c\x2d\x6a\x40\x93\xc4\xca\xbd\x6b\xb7\xb6\x6a\x1f\xcf\x61\x99\x34\x99\xd9\x03\x05\x51\x48\x8b\x30\xc7\xd1\x2d\xe5\xad\x84\xc3\x39\xb2\x8c\xac\x48\x24\xf3\x78\xdd\xe7\x6c\xa6\x98\x95\x0e\xab\xe6\xb2\xb0\xb0\x37\xe5\xe5\xf8\x8e\x16\x37\xb0\xb3\xcd\x96\xb5\xb4\x6a\x47\x64\x96\x31\xcb\xae\x73\xcd\x30\xdc\xe1\x96\x25\xb9\xe2\x66\x7e\x86\x29\x7d\x35\xab\x7a\x86\x30\xee\xde\x2e\x15\x81\x48\xef\xb2\xcc\x75\xad\x2c\x6b\x89\x3c\x39\x8b\x3b\x43\xde\x56\x87\xcd\x8d\x2e\xfd\x4a\x39\x1a\x88\x18\xa9\xe0\xee\x23\x0d\x43\x4d\x33\xe0\x39\xbf\xe5\xd2\x50\xfd\xae\xd5\x17\x96\x81\xde\xb3\x39\xda\xe1\x2d\x8b\xfa\xa3\xbd\x36\x8f\x35\x13\x1a\xa2\x92\xfe\x88\x06\x32\xcb\x64\xbd\xda\x8a\x52\x24\xc2\xfd\x97\x61\xc3\x21\x92\xc4\x35\xea\x38\x64\x11\xa7\x53\x60\x8d\xfb\x67\x38\xfc\x31\x33\x10\xc8\x6f\xb8\x01\xf1\x26\xc5\x7a\x02\x0b\x43\x5f\x69\x9b\x40\xaa\x50\x12\xec\x25\x69\xbe\xdb\x79\xd3\x8b\x6d\xd4\x6d\x62\xfd\xc5\x7e\xeb\x42\xb3\x4e\xbc\x8a\x97\x28\xb9\x00\xd2\x4f\x2d\xbf\xb6\x3b\x3d\x44\xde\xe2\x8d\xc4\x4c\xb4\x1e\xf9\x3d\x9f\xb1\x94\x53\x08\xd4\xb2\xff\x3a\xb1\xf3\xfa\xa7\xb3\x9b\xab\xcb\x41\x11\x5e\xf9\xef\x7d\xd1\xce\xb4\x24\x56\x54\x91\xca\x68\x22\xa4\x08\x51\x61\x33\xc5\xfc\x75\xe0\xe6\x62\x57\x35\x32\x31\xf5\x45\xd3\x08\x52\x99\xe8\x16\x7d\xd4\x2d\x3a\xa5\x7f\x97\x02\xec\xd5\x6d\xf8\xf3\x2c\x93\x79\xfa\x85\x9a\x64\x72\x02\x66\x64\x73\xc2\x1e\x98\x30\x68\xae\xb2\xcb\x95\x42\x8c\xb8\x86\xa0\xb2\x7f\xb2\x63\x2e\x22\x3d\xb5\x15\x3a\x13\x36\x33\xe4\xff\x55\x6c\x28\xa5\xa9\x67\x51\x72\x34\xd2\x6c\x15\x3b\x6a\x90\xa7\x6e\xaf\xc8\x5f\xfe\xed\xc7\x9f\x2c\x09\x6d\xb3\xc6\xdd\xdb\xab\x81\xfd\xfe\x9f\xce\xdd\xf7\x7a\x2d\x92\x3b\xc7\xbc\x97\x9d\xa2\x2e\xb7\x61\xe6\x9b\x1a\x34\xab\xb7\x20\xd7\xb3\x8c\xce\x17\x5c\x23\xab\x6e\xcf\x4b\xcb\x0f\x66\x34\x61\x45\xde\x8d\xf7\x31\x26\x72\x3a\x05\x97\xb4\xf7\x34\xa6\x7c\x04\xbe\x69\x63\xaf\x00\x32\x64\xe6\x11\x22\x21\xfc\xaf\xc1\xdb\xe4\xad\x15\x96\x79\x00\x83\xea\xdb\xb5\x4a\x73\xb0\x63\xf5\xdf\x1c\x91\xfe\x9b\x94\x3d\xb0\x4c\xce\xec\xf9\xb1\x3f\x30\x93\xd4\x5d\xb5\x9d\x29\xe5\xd9\xa5\x34\xc1\xb9\xbe\xcb\xb6\x28\x96\xf0\x19\xb7\xf4\x3c\x60\xb6\xdd\x27\x8d\x8c\x5d\x65\xd3\xf5\x09\xbd\x30\x12\x42\xd3\xd4\x1e\x2b\x80\x7c\xf7\x83\x2c\xac\x50\x22\x5a\x80\xf5\xd8\x66\xb0\xce\xed\x97\x8c\xeb\x6d\xdb\xf6\x82\xf7\xd6\x9b\xd0\x71\x01\xd2\xbd\x94\x6a\x1d\xe4\x7f\x01\x25\xed\x95\xf0\x45\xfb\x42\x83\xce\x66\x45\xb6\xf5\xc6\x59\x5e\x99\x5b\xfb\xdd\xd2\xa1\xe9\x38\xf7\x3c\x94\x69\x09\x12\xb8\x8b\x0f\xab\x86\xa4\xb1\x95\x23\x4e\x32\xa9\x73\xb5\xa6\xe3\xa0\x3c\xe8\x33\xf7\xe9\xb2\x71\x77\x62\x85\x25\xcf\x8c\xde\x48\x27\xaa\x59\xf8\x4a\xea\x12\x1e\x6e\xe3\xa4\x40\xf7\xf6\x11\x29\x8a\xab\xd2\xac\x08\x9e\x13\x29\x29\xa4\xa9\xbe\x08\xf1\xbe\x54\x93\x47\x96\x81\x61\x2b\x91\xd3\x19\x48\x0a\x6e\xb8\xae\x25\x7b\xd1\x19\x6a\xd8\x11\x91\xb9\xb1\x8d\x1d\x61\x19\x21\xb7\x05\xc7\x43\x0a\x09\xf0\x45\x71\xc0\xbe\xb8\xd3\xde\x96\x1e\xf2\x96\x91\xd6\x91\x81\x71\x41\x3e\x32\x03\xad\x00\x90\x44\x3c\x41\x2c\x97\x54\xcb\x82\xaa\x6b\xbf\xc3\x89\x72\x33\xd9\x60\xe7\x8b\x30\xe1\xf7\x99\x1c\x2e\xdd\xf7\x36\x99\xa2\xf6\xec\x7a\xf1\xc6\xc1\xc2\x6e\x12\x25\xdc\xae\xa2\x51\xa6\x54\x29\x24\x68\xc5\xf1\x2f\x87\x16\x2f\x27\x4f\x08\xec\x8d\xaa\xee\x2e\x8e\xd3\x59\xd4\x56\x8d\x11\xec\x3e\x83\xd7\x63\x5d\xc2\xf1\x4e\x17\x2d\x6a\xab\x88\xa0\x6c\x89\x7b\xea\xc9\xc0\x01\x31\x13\xc6\x15\x59\x6b\x5a\xfe\xfc\x0e\xf0\xcc\xaf\x4f\x34\x05\x6d\x37\x09\x80\xc8\x44\x02\x83\xb0\x03\x73\xc0\x17\xa5\xda\x5e\xad\xbe\xa8\x0c\xc2\x99\x68\x35\x01\xf2\xf2\xa7\xa1\xc4\xfb\x8f\xc8\x88\x7f\x75\x8d\x16\xae\x1b\xff\x6a\x64\x14\x68\x30\x15\x4e\xe8\x22\xd9\x6d\x70\x3f\x5e\xc3\xf7\x4b\x6d\x61\x52\x1b\x2b\x0e\x58\xc1\x4a\xb1\x44\x2a\xcb\x12\xa1\xdb\xe0\x48\x5a\x79\x37\x1a\xaa\xec\xa2\xd0\x8d\x04\xf0\x02\x08\x26\xa5\x86\x1d\x1b\xbe\x32\x2a\xc7\xaa\x2b\x96\xc1\x4e\xad\x3a\x1b\x25\x79\x14\x1c\x76\xc8\xc6\x54\x78\xa7\x43\xc3\x68\x3d\x6b\xdf\xe1\x30\x5b\xc9\x8a\x82\x57\x15\xe4\x08\x3b\xa0\xf2\x38\xf4\x0c\x96\x73\xe9\x38\x9c\x81\xe8\xb9\x56\xcd\x2c\x59\xb6\x47\x1a\xec\x55\x0d\x83\xcd\xa1\x26\xeb\x8b\x19\x6c\x46\xb5\x21\x6e\x4c\x0d\x23\x8e\xa5\xd9\x3d\x64\xa7\x2d\xab\x19\x13\x2b\x0e\x9b\x08\xe7\xf1\x10\x89\x66\xc6\x70\x57\xdb\x24\xd7\xcc\x05\x15\x4f\x99\x1a\x7b\x81\x0f\xe1\xae\xc3\xd1\x76\xb8\xd7\x9e\x8f\xc6\xbc\x04\xdc\x4f\x8b\x4d\xb7\x48\x5b\x2c\xa4\x46\x78\x1b\x5b\x69\xbd\x90\x6b\xd3\xec\x91\xce\x35\x99\x29\x8c\x44\x46\x9f\x94\x9f\x3c\xd8\x96\xcb\x1f\x05\xcb\x81\xf1\x4e\x41\xa8\x54\x18\x8f\xac\x61\xb3\xa2\xc2\x46\xeb\x33\xbb\x35\x65\xff\x8a\xbf\xa4\xae\xcc\x51\x50\x81\x6a\x39\x5d\xb3\xed\xb2\x14\x1b\xe7\x10\x0a\x40\xb6\x74\xda\x45\xa7\xec\x6b\x69\x12\xf8\xc0\xea\x76\x41\x87\x2c\xdb\xd9\xc7\xb2\x95\x05\x04\xba\x76\xd8\x11\x56\xfd\x66\xe8\x33\x82\xb2\x93\xaa\xca\xda\xbc\xdd\x50\xe5\xeb\x79\x90\x8a\x79\x96\xd0\xda\x77\x98\xa8\x07\x43\xd9\x9e\x7f\x37\x01\xa5\xc4\x17\x49\x81\x94\x52\x7f\x8b\x54\xcd\x37\xbb\x8c\x21\x82\x34\xa9\x1d\xc2\x3e\x30\x4d\xf6\x62\x0c\x0a\x24\xb3\x26\x7e\x5f\x77\x44\x84\x14\x8c\x70\x5d\xbc\x6c\xca\xae\xf2\x10\x78\x6d\xc5\x48\x54\xd3\x17\xab\x83\x3c\xb3\x4e\xde\x0e\xba\x24\x19\x71\x96\xa5\x9a\x08\x66\x55\x1a\xaa\xe6\x90\x00\x89\xfc\x6c\x1d\xd1\x68\x5f\xc2\x6a\xcd\xed\xe1\xa4\x48\x8f\x35\x01\x78\x64\x56\x10\xab\x8c\x8b\x60\x82\xa8\x7b\xc9\x7d\xe4\xa2\x8f\xfb\x22\x28\xc1\x40\x7e\x5c\x5b\xe5\xae\x45\x60\xdb\x4c\xf1\x15\x46\xd3\x9b\xb0\x87\x47\x5e\x94\xd5\x88\xe6\xb5\x89\xea\xef\xaf\xad\x62\x1d\xcb\x19\x80\x3e\x51\x19\xcb\xcf\xd6\x55\x0d\xf5\x44\x91\x95\xac\x90\xcb\x99\x8e\x2b\x2f\xf2\x02\xcc\x54\xeb\xaf\x94\xdd\xe4\x7c\xc1\x70\x85\xc5\x43\x0a\x1d\x3b\x4a\x48\x88\x35\x15\x97\xbc\x8c\xc5\x1f\xa9\x26\x7f\x14\xd2\xfc\x31\x4a\xef\xf6\xda\x30\x56\x9f\x71\x96\x89\xa3\x12\xec\x0c\xf7\xc9\x6a\x8e\x48\x08\x8d\x92\x24\x56\xae\xfc\xae\x98\x02\x85\xcf\xef\x49\x85\xb7\xce\x62\x38\x44\x13\x6e\x17\x42\x4f\xee\xcd\x04\xf0\x1c\x75\xcf\x08\x92\x81\x62\x3e\x61\x66\x2a\x15\xab\xc0\x5f\x22\xf3\x0e\xf1\x42\x08\x3b\xb8\x3e\x95\xd6\x58\xc3\x10\xd2\xaf\x38\xe6\x25\x2b\xd8\x72\xeb\xd7\x3e\x02\x81\xa6\xe5\xbc\xc3\x25\x14\xb0\x22\xab\xbb\x5e\x23\xdf\x26\x78\xa7\x49\x24\x0d\x76\xe8\xb8\xce\x4f\x53\x2e\x73\xab\x2f\x3e\x48\xe5\xee\x4e\xed\x60\x42\x86\x34\xb9\x3f\x66\x22\x25\x34\x37\x13\xcc\x29\x76\xa6\xe3\xb9\xdb\x59\x2b\x17\x00\x09\x84\x9c\x55\xae\x13\xaa\x1c\xd3\x1f\xd1\x07\xe9\x47\xd1\x17\x51\x23\x00\x44\x02\xc8\x53\xe0\x4a\x6f\x12\x20\x18\x20\xfd\x35\xad\x45\x1d\x06\xec\x02\x02\xec\xf2\x33\x13\xc7\x36\xf7\xa1\x3f\x96\x0a\xa6\x75\xff\x0d\x8e\xba\xb2\x42\x5d\x6f\x8e\xf2\xea\x8d\x8e\xab\x69\x85\x37\x8f\x5c\x58\x1e\x1a\x64\xdc\x2c\xac\x98\xf2\xa3\xe7\x9d\xa5\x0c\xeb\x51\xae\x20\xc0\xae\xae\xcd\xb7\xc9\x84\x67\x85\x89\xfa\xdd\x91\x3b\x8f\xd8\x64\xc6\x1e\x58\x86\x40\x1c\x89\x02\x3f\x2e\xfa\x14\x7f\x24\xff\x1b\xb1\x51\xc9\x4f\x7d\xf1\x11\xd8\x6a\x96\xcd\x8f\x08\x1f\x15\x2d\x53\x53\x69\xe6\xbe\x76\x00\x76\xcb\x90\xb3\x94\x06\x82\xfb\x3d\xa1\x0f\xac\x2f\x7c\x33\xff\x9b\xdc\x93\x3f\x91\x9f\x9a\xec\x38\xde\x1d\xfb\xc4\x6a\x3e\x50\xb1\xef\x2b\xe2\x0c\x47\x4e\x7c\x04\xce\xe1\xad\x00\xe5\xf2\xfa\x8b\x21\xd3\x01\x02\x80\x8b\x07\xb9\xe8\xbc\x8a\x4f\x2e\x55\x4c\x98\x81\x90\x29\x1b\xb0\x1a\xcf\xd5\x12\x46\x61\x2f\xf5\x4b\x99\xb2\x95\x7e\xa7\x20\x20\x7f\x01\xcb\x85\xce\x87\x61\x3b\x20\x72\x33\xe8\xdc\x65\x02\xab\x1f\x70\x48\xd1\xdd\x66\xb8\xdb\xba\xca\xae\x9c\x74\x75\x04\x1c\xdd\x0d\xa0\xde\x5d\x93\x51\xe3\x83\xe4\xaa\xa7\xb0\x6a\x20\xb6\x2f\xdb\x99\xbb\x3b\x27\x4a\x3e\x06\xd4\x22\xc5\xc7\xdc\x4a\xdb\xeb\xbb\xe3\x80\x09\x6e\x63\xe5\xc6\x74\xcf\xb5\xcc\xdc\xc5\x52\xf8\xc0\xf9\xe3\x40\x76\x85\x8b\x69\x28\xf3\xaa\xcc\xed\x16\x80\xeb\x38\x7c\xcf\x89\xd7\x73\xcb\x82\xc7\x18\x1a\xc6\x26\x1c\x81\x02\xda\x67\x17\xc4\x1e\x0a\x39\x65\x88\x8c\x6b\x17\x2d\x37\x13\xa9\xf8\xdf\x1b\xfd\xb1\xcd\x12\x76\xe1\x47\x8b\x2a\xf2\xc3\x38\xcb\xb2\x36\xd0\x28\x4a\x06\xa6\xa4\x48\xd4\x69\x38\x64\x98\x43\x36\xac\xe5\xae\xa3\x3c\x43\x10\x9a\x44\xaa\x14\x71\xda\x75\xb9\xfe\xbf\x15\x39\xb4\xe6\x63\x17\x58\xe8\x1b\xe4\x2e\x69\xd0\xc1\xdc\x24\x13\x2a\xc6\xcb\xe5\xc8\xbf\xe6\x2c\xdf\x53\x98\x96\x83\x9e\xfb\x46\xde\x78\x3a\xd6\x45\xda\x07\xae\x8d\x65\xc9\xc5\xfa\xfe\x66\x67\xea\xfc\xf1\x54\xdf\x17\xf6\xb4\x90\x3b\x86\x6a\x74\x55\x9f\x5f\xc3\xf6\x72\xe3\x8e\xdf\x1e\xac\x2f\xcf\xe1\xae\x5f\x94\x8f\x6a\xf8\x0f\xd0\x9f\x83\x77\x79\x56\xeb\x46\xe0\xe1\x15\xb9\x63\xdf\x96\x8e\x0d\x34\x69\x3f\x28\x37\x42\xc7\x5c\x17\x7d\x9b\xf5\xd4\x71\x5b\xb6\xa3\x6c\x4c\x12\xd8\xf7\x00\xbc\x58\x3b\x5b\x6f\x23\xab\x64\x11\x30\x8b\x11\xd3\x3e\x97\xe1\x69\x4d\x2d\x65\xbf\x60\x39\x66\x3b\x72\x0b\x36\xc5\xd2\x47\x23\xda\xe2\x76\x5a\x54\x84\xea\xc7\xe6\x1f\xaf\x3b\x94\xa5\xde\x90\x35\x7d\x1b\xa0\xd1\x2f\x3b\xb6\x17\x2e\xd8\xa8\xec\x15\xc0\x08\x0a\x19\xf9\x45\xc1\x41\x90\x6b\x62\x14\x85\x78\x51\x88\xf2\xfb\x82\x52\x2c\xd7\xa8\x2f\x3a\x80\x43\x50\x47\x1d\x9c\x1a\x30\x4f\x87\xbe\x64\x26\x54\xb8\x74\x99\x3a\x0f\x44\xc0\x87\x0e\x27\x21\xf6\x41\xd4\x75\x06\x1d\x39\xd1\xbd\xb6\x49\xbf\xd0\x71\x1c\x77\x25\x86\xb6\xc9\x54\xcc\x35\x84\x60\xd3\xac\x51\x67\x1c\x4a\x99\x31\x2a\x9a\xc4\xea\xda\xc7\x0b\xd6\x22\x1e\xc7\xcd\x5a\xad\xcf\x4a\x66\x2a\x67\x56\xa7\xa0\x98\x30\x14\xcd\x8b\x42\x19\x07\x13\xd0\xe9\x50\x31\xb4\x03\x4d\x57\xf8\x43\x8e\xe2\x93\x3f\x64\xd9\x46\x81\x26\xf8\xc1\x52\x2a\x82\x57\x8a\x4a\x01\x6b\x25\x61\xc4\xf1\x0f\xb5\x29\x2b\xab\x06\x16\x27\xba\x2c\x35\x0d\x97\x93\x45\xb6\x1c\x62\x6e\x26\xb5\xd1\xf8\xcb\x06\xe8\xd3\x01\xd6\x91\x58\x4f\x41\x7a\x24\xd2\x21\xf1\x44\x23\x5d\x67\x57\xb5\x8b\xa2\x1f\x38\xdd\x7f\x7d\x9e\x5a\x8d\xbf\x5f\x6f\xac\xbe\x3f\x6f\x6b\xd8\x76\xdc\x0e\x90\x64\x20\x47\x3e\x4f\x61\xfd\x91\x57\x91\x5a\x36\xb0\x4a\x28\x04\x7a\x20\x33\xc5\xa5\x72\x80\x28\x8d\xbe\x81\x55\x97\x7a\xbb\x12\x3f\x02\xf0\x96\x53\xb8\x77\x74\x01\x0f\xe6\xed\x7f\xe1\xd6\x2f\xad\x0e\x64\x23\xc2\xc7\xa9\x64\x3a\x12\xb4\x61\x61\x91\x8b\xf1\x11\xb3\x83\xee\x0b\xab\x69\xc4\x4a\x01\x26\x35\xfa\x1c\x47\xdb\x69\xa2\xa4\xd6\x2e\x24\x04\xdb\xd1\xad\xa5\xf2\x44\xcf\xa5\x9c\xed\xc3\xd9\xf7\x7c\xd1\xa1\x8b\xa5\xa3\x22\x38\xf3\x7a\xf9\x73\xc8\x42\x7a\x5d\x23\xf7\xdf\x35\x70\xcc\x1f\x13\xa2\x18\xd5\xce\x02\x02\xf1\x55\x95\xc8\x92\x0d\xa4\xc5\x30\x66\x8c\xb3\x3c\x0e\x09\xad\x11\x09\x39\x00\x08\xac\xda\xc2\x35\xe1\x4a\x31\x00\x85\x47\x04\x82\x6e\x85\x6a\x78\x51\x9a\xbc\x58\x91\xa0\xec\x63\xcf\x70\x5b\x6a\x3e\xb5\xe7\x19\x90\x6f\x84\x3c\x96\x33\xd0\x1e\xab\x6f\x41\x36\x32\x1f\x59\x4a\x8c\x2b\xa3\x5b\x11\xfb\x18\xaa\x8b\x30\x61\xea\xdc\x1d\xbe\x11\x70\x8f\x00\x00\xc2\x84\x39\xca\xed\xbf\x69\xbf\xbf\xba\xe9\x75\xce\xfb\x6f\x0a\x1f\xb6\x8f\x77\xf2\x97\x7b\x48\x96\x94\xa2\x2f\x82\x2b\x2a\x94\x0d\x83\xbd\x24\x34\x4d\x8b\xdc\x40\x8c\x82\x1c\xa0\x49\x7d\xdd\x53\xb1\xd2\x1b\xb5\xd8\xcc\x07\xfe\x95\xa5\x37\x0d\x90\x62\x7b\x09\x11\x58\xcb\x56\x5b\x4b\xe2\xb9\xe0\x6b\xde\x11\xe5\xa9\xdc\xd9\xef\xd6\xa7\x60\x3c\x09\xb0\x57\xde\xe8\xa7\x2d\xf3\x25\xd4\x10\x1a\xaa\xb9\x8d\x80\x06\x44\x32\x3f\x22\x90\x13\x60\xa9\x76\x4e\xfe\x4c\xa6\x5c\x40\xfc\xee\xb2\xb5\xbd\x2b\x4f\x64\x13\x2c\xd7\xee\xe5\x5d\x19\x68\xfd\xe7\xab\xbb\x32\x42\x61\xfb\xd7\xe5\xa8\xac\xe5\x16\x96\x19\x75\x8a\x39\x46\x31\x52\x12\x97\x22\x2c\x4d\xdd\x44\x3f\x32\xf3\x19\x0b\x3b\xec\xc3\x23\xea\x00\xe1\x40\xef\x63\x03\x5f\xda\x63\x7d\x3a\xf8\x5c\x53\x0c\xa4\xd0\x70\x7a\x0e\x8e\x59\xc9\x0c\x84\x6d\x16\xaa\x81\x44\x41\xbd\x2d\x2c\xd1\x00\xf5\x03\xc0\xae\xe4\x8d\x92\xf6\xce\x94\xc2\x2e\x57\x1f\xde\x0e\xe8\xce\x45\x73\x72\x84\x1f\xaf\x15\xe9\x73\x13\xfb\xb6\x6c\x5b\xc5\x52\x92\xf6\x75\xb7\x66\xad\x2f\xaa\xa2\xf1\xf7\x95\x34\x9d\x05\x29\x7d\xdf\xf9\xd2\x51\x34\xd2\x8b\x48\x95\x76\x33\xdd\x2d\x4b\x1a\x8d\x19\xd7\x65\x0b\xc9\x93\x0a\x43\xb5\x21\x07\xdb\x07\xcf\x14\x13\x00\x6b\x51\xbd\xa8\xb3\x71\xc6\x49\xd1\xaa\x4f\x7b\xd8\x40\x52\x26\xc5\xd7\xde\xe6\xe6\x60\x9a\xe8\x8c\x3a\x74\x4a\x90\x76\x7c\xce\x69\x1d\x9a\x48\xab\x2f\xe2\x12\x9f\x28\x9f\x58\x1a\xf0\x39\xc8\x80\xe9\x64\xd9\x85\x42\xe7\x79\xb8\x7a\x8e\xe2\xec\x93\x6a\xf4\xa4\x99\x90\xb9\xcc\x55\xe8\x71\xa1\x1f\x47\x7d\x7a\x42\x7d\x80\x8d\x97\xe9\x9d\xfb\x37\xce\x25\x87\xf6\xa2\xd4\x4c\xd7\x31\x7b\x60\x82\x3c\x4e\x98\x88\xbc\x81\x7d\x11\xc5\x35\x5a\xf1\x5f\xfc\x60\x42\xf4\x12\xcf\xe6\xe0\x10\x24\x34\xb8\x3e\x0b\xe3\xa6\xa6\xdc\xb5\xbc\x9c\x80\xf7\x90\xa0\xa2\x2b\xd8\xa8\x1b\x10\x1f\x7c\xd9\x64\xaf\x73\x28\xca\x96\x06\x62\xeb\x21\x06\xd1\xd7\x92\x2c\xfb\x3a\x63\xc9\x36\x59\x05\xd7\xbe\x88\xdb\x32\xfb\x61\x19\x97\x0b\x6c\x63\x6e\xeb\x8c\xf4\xd6\xcc\xea\x68\x57\x8c\x73\xa3\xdc\x1e\x3b\xd0\xcf\x2e\xff\x7a\xc3\x71\xfa\xec\x9e\x91\x92\xd3\xf5\x86\xf8\x3c\xf1\xec\xbd\x85\xc8\xf0\x92\x41\xee\x85\x04\xb2\xaf\x1e\x65\x53\x04\xfb\x2a\xae\xf7\x19\xef\xc5\x90\xac\x02\xf0\x12\x1e\xeb\xcb\xbb\x29\x5d\xf0\x78\xdc\x67\x7c\x67\x05\x87\x9d\x0f\xec\xaa\x9c\x82\x92\x2b\x70\xc8\x88\x93\x3c\x31\x98\xbb\x3e\x0a\x1d\xae\xcf\x3a\x1f\x44\x14\xcd\xe0\x72\xf1\xec\xe2\x69\x43\xa7\x21\xd9\xbf\x8a\xf6\x50\x59\xae\x15\xdc\x68\x5f\x51\xc5\x4f\x10\x79\x5e\x67\x57\x28\x45\xc3\xbb\xb0\x9f\xfd\xa4\x9c\x56\x6e\xe8\xa5\x03\x2b\xe5\x9c\xc6\x03\x72\x80\xe2\x71\x9e\xe5\xe2\x56\x96\x6e\x3e\xac\x34\xe0\x5d\x1d\x5b\x5a\x24\x90\x3a\x99\xaa\x24\x0b\x90\xf8\x8e\x07\x83\xd6\x94\xce\xa3\x70\x44\x07\x68\x05\x97\x33\x17\xe1\x5f\x65\x56\xeb\x89\x39\x26\xd1\xba\x90\xa0\x56\x04\x52\x0d\x96\xb6\x2c\xbe\xaf\xb1\x7a\x0a\x8e\x12\x1d\x0c\x88\x97\xdd\xbd\x44\x88\x6b\x08\xb5\x9b\xcb\x9c\x3c\x72\x6d\xb5\xb1\xbe\x00\x0b\x7c\xc0\xd5\x36\xd2\x61\x61\x1f\xc1\x5b\x10\x80\xab\xf3\xe1\x94\x5b\xdd\xb5\x98\xe4\x1d\x70\x84\x1b\x1f\x8e\x89\xe7\xd8\x7e\x00\xd7\xb6\x0f\xf4\xac\x4b\xa9\x58\x71\x3e\xb6\x30\x39\x14\x8d\xec\x1a\xcb\x19\x39\x08\x9f\x36\x9a\x33\x12\xb3\x63\xb5\xa6\xf6\x78\x1d\xc2\x39\xeb\x0f\x65\x39\xa5\x19\xf2\xce\xb9\x36\x95\xcb\xa4\x39\x91\xb9\xd8\x82\x7d\xc4\x72\x36\x01\xaa\x2c\x0b\xf0\xf1\x9f\xd4\x4b\x3b\xb7\xa1\x64\x4c\xad\x08\x76\xdd\x28\xdf\xbc\xb4\x84\xb2\xa8\x3a\xd6\xd6\x6e\xd7\x4d\xd4\xad\x22\x27\x22\x26\x85\x28\xe6\xa7\x9c\x4b\xc0\xaa\xac\x5b\x48\x03\xf1\x0e\x09\xe0\x42\x2e\x04\x1b\xf5\x45\xbd\xdc\xb0\x9c\xc6\x76\x0d\x5d\xd8\x6b\xe2\x59\x64\x2d\xf2\xb3\x70\x16\x91\x2f\x21\x56\x13\x95\xd1\x50\xe4\x95\x55\xce\x95\xb7\x75\x37\x68\x01\x20\x2e\x6c\x13\xf5\x56\x73\x2a\xd7\x0c\x2c\x58\x79\x2e\xdc\x95\xf9\x34\x1a\xd4\x8e\x11\x18\x90\x7b\xbd\xff\x8c\x71\x30\x18\x1f\x81\x37\xc2\xb9\x2a\x29\x96\x9f\x08\x50\x1d\x6b\xad\xdc\x1a\x78\x6c\x0d\x3c\x0c\x1e\x96\x2a\x07\xc1\xe1\x91\x59\xa8\xd2\x52\xe1\x6e\x41\xdc\xc9\x45\xca\x94\x60\xd4\x4c\x9e\xcf\xa3\x7f\xb6\xab\xc9\xf0\xd9\xbc\xfb\x67\x7b\x41\x84\xac\x78\xfa\x37\x74\xf2\x6f\xe0\x79\x2e\x30\xf3\x16\x94\xa8\x3a\xe0\xdc\x22\xb1\xc0\xe9\x59\x65\x58\xc2\xa7\x08\x56\xa8\x57\x6c\x9e\x26\xbe\xa0\xc6\xa0\xb1\x10\x59\x60\xcf\x66\x8c\x34\xb8\x62\x49\x5e\x6f\x9c\x41\xcc\x66\xe8\xa3\x33\x1b\x0d\x2c\x67\x1f\x20\xc6\xd0\x06\xbb\x79\x43\x1f\xaf\xe0\x7b\x28\x1b\x8e\x5f\xaf\x2f\x38\x2c\x53\x36\x83\xa5\x12\x90\xa1\x4b\xd8\x47\xc8\xf5\x57\xdc\xfe\xdb\xd7\x58\xf2\x7a\x5b\x09\xae\x1e\x7f\x71\x3f\x34\x54\x9d\x58\x51\x49\x29\xd6\x21\xc5\xbc\x6a\x82\xa1\x2a\xcd\x98\x06\xed\x00\xd5\xc2\x8a\x02\xb0\x4c\x3d\xed\x8b\x9f\xe5\x23\x7b\x60\xea\x88\x50\x43\xa6\xd2\x0a\x7d\x91\x57\x0c\xc2\xec\x4b\x18\x00\xe8\xfd\xa0\xe4\x92\x4e\x59\xda\x01\xd1\x21\x0a\xac\x75\x4a\xb2\x33\x40\xd7\xe5\x59\x42\xee\xa0\x2b\x2f\xeb\x06\xda\x17\x58\xa0\x09\x5d\xae\x40\x8d\xdc\x4f\x0c\x58\xe5\x1f\x83\x79\xfc\x8f\x2d\xd2\xb3\x32\x0e\xd7\xe5\xf1\x46\xf9\x1a\x4d\x63\xeb\x8b\xb1\x92\xf9\x2c\x28\x31\x72\x08\xda\x13\x9a\xc9\x6b\xcc\xe3\x30\x18\x6f\x1b\x4f\x68\x6a\x25\xa8\xe5\x84\x53\x52\xb3\x5f\x98\xd5\xa8\x1c\xfc\x1c\x13\x90\x65\x5e\xc1\xdb\xeb\x22\x7a\x80\x8c\x9a\x71\x59\xf6\x67\x66\x5f\x40\xc3\xd5\x20\xbf\x07\xeb\x46\x29\x12\xae\xe1\x56\xd9\xc0\x22\xe4\xad\x27\xf5\x21\x9c\x45\xb7\xce\xaf\xeb\xcb\x14\xd4\x15\x23\x6a\xd8\xfb\xf5\x1d\xe0\x95\x51\x5e\xe7\x6a\x26\x21\x07\x22\x9b\xfb\xb8\x51\x97\xd7\x31\x93\xb3\x1c\x1d\xd0\x3c\xf6\x47\xd6\x0e\x88\x6b\xf3\x89\x9a\x64\x62\x45\xc7\x22\xbf\x61\x4f\x8e\xf9\x82\x91\x3e\xad\xaa\x5a\x33\x83\xb3\xb8\xf7\x06\x33\xcc\xda\x56\x08\xcc\x76\xf6\x61\x3d\xf0\xaf\x2c\x23\x53\xdb\x6b\x09\xee\x35\x02\x68\xab\x5d\xeb\x12\xbc\xd9\xde\x7d\xf2\x3b\xa8\x12\x50\xa6\x91\x0b\x12\x15\x6a\x76\xce\x86\xda\x23\x9d\x2b\xbe\x95\xc6\xe0\x8c\x55\x80\xbb\x5a\xe8\x9e\x53\x3a\x23\xdc\xf2\x6d\x7b\xf3\xa8\x31\x3b\x22\x8f\xf6\xc4\x99\x5c\x59\xde\x9c\x2b\xee\x4f\x18\x28\x8c\x4b\xb6\xaf\xac\xb1\x9d\xa0\xb4\x81\xa1\x8a\x09\x8d\x90\xfd\x5c\xa9\xbc\xc4\xe4\x34\xb8\xf8\x61\x87\x33\x2e\xee\x6d\x67\x88\x38\xe2\x1d\x03\xca\xf2\x37\xa9\x7c\xc4\x7f\x69\x4f\x57\x52\xde\x0e\xbb\xdc\x8c\xe7\xbc\xea\x28\x70\x31\x8e\x72\x95\xea\xf5\xe5\x75\x90\x43\x6a\xbf\x5c\x0f\xf8\xa4\xf6\x53\x2f\x4f\x6c\xf3\xed\x92\xf4\x8e\xad\xc1\xd4\x4b\xe1\x4c\x2e\xa4\xc4\x49\x24\x71\x16\x99\xd3\xba\x20\x07\x14\xeb\x2c\x51\x27\xa1\xfc\x7b\xf8\x0b\xf1\xda\x70\x69\xfe\x9d\x48\xd5\x17\xf8\xfb\x51\x80\x76\xb1\x2f\x14\x69\x98\x0d\xc0\x05\x81\x9e\x3c\x34\xf8\x76\x72\x65\xaf\x7d\xfb\xcb\xe0\xa6\x73\x7b\x75\x77\x73\x56\x12\x2e\xcf\x2e\xee\x6e\x7b\x9d\x9b\xda\x67\x58\x90\xa4\x7b\x75\x39\xf8\xeb\x5d\xe7\xae\xe1\x91\x6f\xe0\xa2\xfd\xbe\x53\x2a\x86\xfa\xd7\xbb\xf6\x45\xb7\xf7\xeb\xe0\xea\xc3\xe0\xb6\x73\xf3\xb9\x7b\xd6\x19\xdc\x5e\x77\xce\xba\x1f\xba\x67\x58\x46\x2d\x7a\xf7\xfa\xe2\xee\x63\xf7\x72\xe0\x43\x62\x96\xca\xba\xf5\x53\x69\x82\xc5\x8f\x4a\x03\x02\x7f\x29\x80\x6a\xfc\xdd\x3c\x9c\xbb\x9d\xe6\x7f\x07\x73\x89\x2b\x94\x7a\x7c\xe4\xff\x42\x48\xe4\x63\xcb\x11\xbc\xc1\xac\x38\x4c\x7d\x11\x2c\x9a\x81\xfd\x1b\x3a\xd6\xbe\x48\x52\x69\xb4\xa7\xa4\x3d\x73\x35\xc6\x65\xb9\x53\xa8\xb0\x14\x46\xea\x0d\xd9\x40\x22\x50\xe4\xcc\x15\xee\xaa\xee\x56\xb9\x41\x37\x27\x18\x82\x33\xe8\xa5\xa4\x40\xc9\x5f\x00\x52\xf7\xd5\xc0\xca\xdb\x7c\x4a\x3c\xc3\xb2\xcd\xda\x71\x41\x66\xe4\x5c\xd0\xe9\x42\x29\x28\x4c\x0e\x74\x69\x83\x53\x26\x4c\xb5\xc5\x12\x75\x94\x5b\x9e\x30\xf2\xcb\x5f\x8a\x41\x81\x19\xc6\x99\x35\xf2\x05\x90\x43\xf7\x40\xe5\xb8\xaa\xab\x68\xab\xd4\x93\x57\x7c\x6a\x0a\x83\x42\x94\x4a\x2e\xa2\xfc\x9c\x52\x20\x97\x2b\x88\x40\x8e\x49\x85\x40\x4f\xc9\x2d\xcb\xa0\x18\x6b\x10\x6a\xec\x2e\xce\xa0\xa6\x70\x15\x1b\x7d\xe8\x6a\x0c\x3b\xa9\x01\x11\x64\x60\x1d\xa1\xa6\x5d\xd3\xa1\x2f\xf3\xec\x9d\xf2\x4b\xf5\xfd\xc0\xef\xf9\x60\xab\x4b\xa4\x47\xf5\x7d\x4d\x6d\x82\x5a\xbe\xec\x36\x74\xc7\x1e\x9b\x0b\x22\xd4\x76\x1a\xf6\x6c\x00\x14\xb9\x5d\x9f\x8d\xc9\xbd\x2b\xba\xf4\x33\xce\x2a\x58\x69\x6b\xf7\x57\xc2\x5a\x7b\x7a\xdb\x4e\xfd\x2d\x0e\xb4\x3b\xf0\x39\x2e\x9b\xac\x5b\xb9\xbe\xf6\x26\xde\x1b\x40\x98\xe0\x49\x54\x9b\x1c\x4e\x7d\xc0\xaf\xf3\x80\xca\x58\xd9\xd1\x19\x96\xe8\x50\x3e\x94\xb2\xba\xa7\x58\xd7\xad\x56\xc6\x8e\x34\xf9\x5d\xce\x50\x20\xe6\xf5\x8b\x5e\xda\xa5\xf7\xe4\x0b\xe5\x25\x6b\x97\x7d\x5d\x4d\xbd\x3a\x99\x55\x71\x94\x5b\x38\x63\xa2\xd6\x83\x37\x66\x1d\xe1\xfa\xdc\x15\x25\xd0\x25\x5c\x63\x84\xcf\x07\x15\x3c\x36\xa7\x1c\x15\x51\x27\xae\x3e\xb5\x17\x87\x4e\xbc\x84\x44\x4e\xd0\xc6\x73\x12\x5d\xdd\xf3\x99\xbd\xb3\xa7\x43\x97\x05\xb1\x7c\xa3\xa3\xb5\xd9\x61\xcb\x9f\x0e\xcf\x2f\x4c\xeb\x9b\xc1\xf9\xd5\x8d\xe0\xd5\xa2\xf9\x61\x48\x7e\xa0\x0d\x3b\x5d\xbf\xda\x7f\xf2\x33\xfa\x13\x92\x54\xde\x90\x52\x15\xb5\x16\x52\xde\xc9\x31\x14\x9f\x71\xf9\x1b\xce\x52\xaf\xc9\x31\xc9\xf8\x3d\x23\x3f\x80\x7b\xbb\x7d\xdd\xfd\xe1\x88\xfc\x10\x87\xd0\xfe\xb0\x01\xfb\x2b\x80\x3a\xdd\xb8\x1d\xac\x1f\x48\xaa\xa5\xe8\x2c\x48\x09\x88\x87\xd9\x8e\x6a\xca\x40\xba\x94\x61\x0a\xc1\xe7\x20\x24\x27\x84\x7d\x38\x3b\xec\x2a\xde\x58\x1c\x99\x9d\x01\xd2\x6c\x7b\x8b\x01\xfe\x7b\x0e\x45\x58\xce\x08\x57\xa4\x0c\xb4\x43\xfd\x89\x02\x52\x4e\x37\x10\xef\x21\x1c\xa7\x6e\x56\x25\x3d\xd9\x2f\x66\xed\xa6\xac\x22\xbc\xd7\x46\x6e\x6b\x04\xbe\xb4\xeb\x56\xc4\x05\x2e\x35\xc8\x92\x07\x2a\x7b\x5a\x2a\xdb\x47\xcc\x57\x79\x70\x9b\xdf\x66\x67\x28\x10\x45\xcd\xf8\x1c\x66\x2b\xe1\x7a\x3e\x5d\x46\xde\x5b\x8d\x35\xbb\xa1\x2f\x25\x5a\x93\xd5\xce\x94\x5b\x74\xc2\xa1\x53\x63\x71\xac\xd5\xa1\xb6\x8d\xc3\x02\x92\x1c\xa3\xb2\x0d\x9f\xb2\x23\x02\x35\x94\x0a\xc7\xa1\x3b\xaf\x40\x6e\x70\x55\xb9\x62\x0b\xd8\x89\x4a\x26\xfc\xa1\x3e\xf4\x7c\xe9\x06\xef\xe0\x72\xbd\x6c\x7f\xea\x9c\x0f\x3a\x97\xbd\x6e\xef\xd7\xc1\xa2\xf7\xb5\xfc\xf8\xe6\xec\xe7\xee\xe7\xce\x79\xfc\xc2\xed\xaf\xb7\xbd\xce\xa7\xc1\xc7\xce\x65\xe7\xa6\xdd\xeb\x9c\x2f\x35\x5e\x2d\xeb\xac\x0e\x68\xd5\xc5\xc6\xc9\x02\x36\x35\xf5\xa0\x8c\x1e\x7a\x04\x2d\x3f\x90\x41\xc8\x8d\x26\x0f\x5c\x73\x97\x65\xe4\x84\xbd\xbb\xae\x37\x46\xd5\xf4\x7e\x1a\x85\x17\x1f\x21\x1e\x47\xd1\x09\x77\xd6\xee\x58\x10\x74\x8e\x56\x91\x62\xcc\x0e\x89\x4a\x59\xb5\x6a\x3a\x71\x0b\x76\x4a\xda\x6e\x6b\xeb\xda\x17\x92\x58\x31\x94\x29\x1c\x3d\x7a\x61\xc3\xd0\xc9\x31\xa9\xae\xf1\x29\x41\xbc\xb4\x08\xf9\x35\x34\x08\xc2\x13\x55\x4c\xfc\x60\x08\xfb\x3a\xcb\x78\xc2\x4d\x84\x46\x2b\x15\x99\x52\x41\xc7\x5e\xfd\xc8\x35\x53\x2b\xb8\xc7\xde\xdc\xb2\xfb\xd0\x22\x9b\x42\xfb\x62\x4d\xc9\x91\x4b\x00\x83\x33\xd2\xe5\x74\x3c\x99\x0e\xda\xe0\xde\x59\x00\xcc\x5a\x77\x48\x7b\x52\x5f\x57\x04\x13\xba\x60\x62\xe7\xd7\xa5\xda\x5d\x77\x8f\x78\x71\xbd\x0c\x0f\x71\x0d\x1d\x7e\x63\x17\x71\x09\x71\x72\x6f\x75\xa1\x06\xab\x7d\x88\xb5\x94\xb2\xc7\x5a\x4d\x45\x01\x85\x85\x2a\x4d\x5e\xed\xbc\x6c\x06\xe0\xdd\xac\x24\x4e\x69\x11\x57\x97\xc3\x81\xa2\x79\x54\x37\xd4\xc2\x01\x54\xaa\xf4\xa5\x54\xc4\x59\xcc\x32\x2b\x0f\xee\x1b\x97\xc3\xa9\x0c\xe6\xe5\xd4\xc4\x59\xb9\x6e\x2f\x37\x8d\xb0\x66\xa0\x6b\xd4\xc2\x09\x51\xee\x80\x7d\xbb\x19\xcb\x87\xcc\x42\x9e\x66\xc0\x91\xbc\x5b\xce\x1e\xaa\x1a\xd3\x65\xac\x68\x51\x7d\xbf\x73\x77\x3d\xaa\xef\x1b\xba\x5a\x75\x51\x9c\x95\x0c\xdd\x95\x65\x73\x59\x6e\x0e\x31\x22\xae\x5e\xd8\xcc\x7f\xa1\x44\xed\x5e\x44\x13\x68\xa2\x26\xe1\x60\x3d\x53\x1d\x02\x47\x76\xcf\x0b\x8e\x14\xa0\xd6\x23\xb7\xab\x51\x34\x01\x84\x59\xac\x9d\xea\x5c\x19\x4d\x0e\x16\x3b\xb5\xf5\xb6\x07\x5e\x5d\x5c\x97\x15\xa1\x62\x6e\xb5\x0b\xa4\xdc\x22\x0c\x45\x26\x49\xae\xd4\x66\x39\xb0\x25\x21\x40\xa4\x80\x0b\x14\x95\x3b\x42\xb9\xb4\xba\xe7\xd8\xe7\x84\xea\x6a\x97\x2b\xb7\x7c\x8b\xd4\xb9\x52\x33\x1f\x19\x04\xce\xee\xa5\x08\xc5\x06\x99\x0c\x30\x90\x3b\x95\xad\xac\xe8\x78\x8b\x28\xbd\xb9\xca\x0a\x73\x04\xc5\x7a\xea\x51\x54\x12\x24\x18\x95\x56\x14\x07\xd3\xc0\x72\x36\xaf\x41\xf9\x94\x43\x75\xa3\x69\x18\xab\x15\xd3\xf6\x96\x24\xd2\x88\x21\x1d\xf5\x82\x96\x1a\xd0\xd7\xcb\x12\x21\xc8\xee\x73\x44\x59\x06\xa5\x8f\xc6\xa2\xab\xe6\x7f\xb7\x37\xab\x62\x7a\x22\xb3\x26\x5e\x0f\xdd\x6c\x8c\x12\xb0\xdd\x6c\x3c\x48\xc0\xbe\xa7\xb3\x9a\x01\xb8\xf0\x40\x6d\x54\x9e\x00\xe2\x8b\xe5\x86\xf5\xa7\xce\xc1\x8a\xc1\x15\xea\xdc\x9f\xba\x94\xc0\xec\x91\x0e\x20\x68\xa0\x56\xbc\x6b\x3e\xdb\xbb\x5a\x55\xcb\x60\xf4\x4f\x66\x5c\x2d\xdd\xaa\xa5\x09\x1c\xf2\x64\xb7\x35\x99\x3a\xa4\xb9\x40\x81\x90\xc6\x6e\x14\x67\x80\xaf\x92\x85\xa4\xcc\xf2\x2d\xe4\x8c\x27\x2b\x09\xcb\x8a\x3c\xe7\x3b\x1a\x52\xed\x70\xe6\x03\x88\xa5\xdf\xc5\xb3\x59\x9a\x01\xda\x91\xa0\x4d\x96\xba\xfa\xa7\x08\x91\xe3\x66\x1f\x6c\x68\x58\x6e\xa1\x2f\x6e\xec\x28\xf0\x0b\x30\xa5\xa1\x00\x13\x30\xcd\x59\x81\xfa\x39\x22\xd4\x7d\x05\xcb\xd6\x54\x52\x4b\x0f\xa2\x4a\x0e\x4d\x13\xdb\x06\x51\x37\x08\x59\xef\xf1\x29\x19\x65\x74\xec\x53\xec\xa0\x3e\xc8\xa8\x10\xc2\xad\x24\x81\x05\x37\xec\x3f\xb5\x63\x70\xbc\x21\x6e\x57\xcf\x58\x82\xe2\xf0\x96\x72\x1f\xec\x02\x4f\x83\x81\x12\xfe\x29\xea\xab\x27\x38\x44\xc5\x29\x9d\x41\xb8\x1a\x52\xba\x1c\x85\xa0\xba\x9e\x8b\x59\x6b\xc1\xc8\xff\xef\x7f\xfc\x67\x8b\xa7\x6b\xa2\xa0\x15\x7e\x82\x22\x1d\x38\x0a\x10\x89\x6a\x42\x50\x60\xc7\x4b\x4b\x20\xee\xab\xe2\x3e\x68\xe8\x4f\xc6\x3b\x97\xd4\xd5\x8d\x79\xe7\x7a\x7e\x50\x1c\x2a\x46\x3a\xdb\x0b\x29\xd7\x4c\xa1\x89\x3e\x24\xf0\xd5\x60\x50\x37\x86\x2d\x40\x59\xff\x4d\x02\xa1\xec\xfb\xa5\x65\xaf\xa7\x36\xf4\x85\x90\xb7\x0f\x34\xe3\x56\xb1\x6c\xf9\x7c\xed\x77\xe4\x7f\x03\xa6\xf4\xbf\x37\xd8\x66\xe8\x98\xa9\x41\x9a\x97\x62\x80\x56\x0d\xea\xda\x7e\x74\x9e\x9b\x79\x7d\xde\x7b\xe9\x18\x65\x34\xb9\xdf\x04\x0b\xc0\xbe\xdf\xd0\xec\x6a\x0e\x1f\x39\xc5\xca\x82\x46\x43\xa6\x3d\xab\x64\xda\xbb\x90\x89\xb8\x7f\x64\x76\x02\x20\xc7\x23\x51\xc8\x71\x43\xc0\x31\x6c\x91\x0f\x08\x62\x07\x22\x19\x76\x91\xc8\x3c\x4b\xfb\x82\x7d\x9d\x49\xcd\x4a\xf1\xa7\x35\xc0\x63\x2e\x9c\xda\xf5\x54\x7f\xd3\x54\x50\xdd\x77\x92\x60\xbe\x39\x2c\xc2\xe2\x9e\x2e\x4e\xb9\x9e\xc8\x76\xba\x5c\x13\x3e\xe3\x96\x3c\x06\xb5\xa7\xf0\xd9\x0a\x8b\x9c\x59\x65\x56\x98\x6c\x7e\x44\xc2\x24\x2b\x64\x91\xb1\x07\xa6\xe8\xd8\x8a\x39\x94\x67\x31\xc8\x5c\x59\x75\x5e\xcf\x1b\x58\x8e\x42\xdc\x39\x60\xb6\xce\x45\xb3\x81\x78\xd2\x8e\x81\xf1\xe6\xcc\x10\xf6\xd5\x30\x81\xce\xad\x9e\x8f\xfd\x8d\xe2\x4f\x9a\x8a\x43\x61\x54\x66\xf3\xed\xfc\xe4\xfb\xd8\xf6\x09\x10\x3e\xb8\x39\xd5\xee\x92\x70\xa8\xfe\x13\x2a\x52\x17\xc1\xae\x43\xed\x33\x9c\x9d\xd0\x86\xd1\x20\x1c\xf8\x38\xec\x08\xaf\x08\xdb\x44\x64\x70\xb8\x8b\xbc\xe0\x6b\x45\x36\x70\x45\x48\x65\xe5\x97\x5c\x18\x9e\x59\x31\xcc\x8d\xc1\xaa\x45\xb9\x08\xd9\xd1\x10\x2d\xd5\xb0\x82\x90\x53\x2d\xc6\x03\xb7\x92\x3e\x18\x7b\x3d\x6e\x5d\xa6\xa9\x4f\xd8\x14\xfe\xf8\xde\x37\xb4\xdc\xc6\x84\x59\x08\x76\xfa\x21\x0c\x1c\x82\xce\x85\xf4\x93\x09\x50\x76\x61\xaf\x4b\xa5\x26\x60\xa2\x9b\xa8\x00\x20\x64\x2d\xa6\x21\x15\x7c\x5d\x13\x0d\xc1\xeb\x18\x5c\x0b\x71\x63\xa6\x21\x76\x5d\x37\xc4\xac\x03\xb0\xa9\x97\xb5\x1c\xfe\x69\x40\xc7\xaf\x84\xbf\x53\xdf\x9d\x0b\x71\xa3\x59\x36\xa4\xc9\x7d\xc0\x9a\x0c\x3a\x95\x54\x1e\xb5\xcb\xca\x7f\x00\x90\x8b\xc4\x65\x07\x9a\x80\x80\x52\x54\x7e\x4e\x5d\xa2\xa7\x1b\x76\xd1\xb9\x2b\xd0\x21\xb0\x64\x04\x68\x5f\x38\x7a\x0c\xa1\x4b\xd9\x2c\x93\xf3\x69\xc3\x0d\x54\x8d\x64\xde\xc5\xab\xd5\x14\x48\xbd\xd7\xcb\xa7\xc2\xf4\x36\xbe\x7e\x16\x62\x5c\xf7\x90\x6a\xbc\x8e\xd7\x6e\xd3\x98\xd0\xea\xb9\xe2\x7a\x96\xd1\x52\xa1\xdd\x6a\x0f\x18\xf8\xf9\xb4\xab\x8f\x99\x41\xab\x6d\x15\xeb\x87\x0e\xd5\x7e\xfe\x24\xe5\x4c\xfc\xdd\xeb\xea\x9a\x00\x17\x72\xf6\x18\x96\xb5\xa0\x99\x16\xc6\x70\xb7\x66\x4a\xda\xbb\x59\xf6\x85\xa1\x63\x1f\x5b\xeb\xa4\x3a\xf9\x28\x98\xd2\x13\x3e\x2b\xe1\x5f\xef\x1c\xac\xe4\x08\xd3\xfd\x07\xa3\x7b\x36\x60\x81\x72\x76\x8c\xa5\x29\x2d\x81\xe8\x19\x4d\x0a\x23\x4d\x92\x51\xad\xf9\x68\x4e\x52\x3e\x02\x0f\xbd\x29\x42\x47\x20\xb2\x37\x60\xe3\x96\x31\x94\x6b\x6d\x23\xa5\x0c\xb1\xfd\x64\xeb\xec\x1e\x76\xee\x7c\x31\x3e\x06\x9a\xa7\x71\x86\x3e\x94\xe3\x59\xc8\x68\x5c\xb3\x62\xd0\xae\xd1\xe8\x6e\x64\x2e\x26\x7b\x7f\x03\xf3\x99\x77\xdb\xa5\xfd\x2c\xcd\x90\x5d\xc9\x3b\xab\x7b\x7f\xce\x32\xb6\x97\x60\xa1\xa7\x20\x84\xa5\x6b\x5d\xc0\x7c\x3d\xdb\xfe\xef\x36\x9e\x2d\xc2\xa9\x1a\x72\x6a\xf7\xb0\xdf\xdf\x38\x28\xa7\x61\x74\x1f\xd9\x3a\x9e\xc2\x95\xb4\xb8\xd5\xb9\x6a\x62\x8e\x3b\x2c\xf6\xde\x22\xf1\x9e\x78\x42\x4d\x7b\x7d\xcb\x8c\xf6\x86\x90\x88\xd2\x51\xc8\x76\xe7\xf4\xd8\x27\xe1\x14\x29\x2d\x1b\x6c\xf8\x0b\x89\x11\x73\xa3\xbb\x71\xaa\xde\xd3\xb1\xc3\xd5\xdb\xb5\x09\xbd\x15\xe3\xdd\xc2\xbb\xee\xda\x58\x7b\x07\x1a\x5b\xd8\x87\xfc\xf0\xc4\x6a\x47\x75\x69\x0f\x5e\xba\xf5\x8c\x54\x75\x98\x65\xbb\x87\x4e\x66\xae\xc2\xf8\x60\xa6\xd8\x88\x7f\xdd\xca\x93\x73\x0d\x9f\x3a\x89\xcc\xce\x5e\x8e\x46\x99\xa4\x76\x19\x11\x78\xd3\x2a\x08\x50\xc1\xbe\x10\x90\xfd\x02\x3c\x2a\x6e\x0c\x13\x7d\x01\xd0\x5e\xfa\x9f\x4f\x4f\x4e\x86\x79\x72\xcf\xcc\xc9\x3d\x9b\x43\x05\xe9\xe8\xa7\xad\xf2\xe3\x98\xc6\xbe\x35\x33\x86\x8b\xb1\x26\x33\xcc\xcb\x73\x78\x93\x95\xb1\xbe\xe5\x2d\xd6\x22\xef\x33\x39\xd4\x47\xe4\x36\x99\xb0\x29\x3d\xc2\xdd\x85\xe7\x50\x69\xa5\xf5\xae\xd5\x17\xb7\x8c\x91\x89\x31\x33\x7d\x7a\x72\x32\xe6\x66\x92\x0f\xad\xce\x83\x7e\x69\xa9\xc6\xf8\xc7\x09\xd7\x3a\x67\xfa\xe4\xcf\x3f\xfd\x04\xcb\x03\xf4\x30\xa4\xc9\xfd\x58\x81\x11\x6a\x51\xf1\x29\x6d\xf9\xed\x22\x56\xf0\xe6\xd0\x49\x4a\x8a\x01\xfb\x3a\x53\x4c\xd7\x55\x33\x5a\x37\x9b\x52\x93\xf6\x97\x5b\xa2\xe7\xc2\xd0\xaf\xa7\xa4\xff\xe6\x13\x16\x9f\x22\x3f\xcb\x5c\x69\x72\x4e\xe7\xc7\x72\x74\x3c\x95\xc2\x4c\xc8\x27\xf8\x5f\xf7\xd3\x23\x63\xf7\xe4\x57\x46\x55\xff\x8d\xdb\x63\xbc\xb1\x02\x68\x1a\x98\xe0\x54\x2e\xb4\xab\x6b\xf5\xd3\xbf\xfa\xc2\x56\xb6\x9b\x1f\x4f\x7e\xfa\x57\xf2\x47\xf8\xff\xff\x87\xfc\xb1\xff\xa6\x09\x0f\x70\xa3\x4c\x96\xa2\xf2\x58\x6d\x6b\xb0\x62\x5b\xc0\x34\x9f\x29\x59\xec\x58\x6d\xcb\xf7\x3c\xb9\x97\xa3\xd1\xc0\xf0\x29\xc3\xc0\x99\x01\x55\x0b\xb8\x85\x5b\xe6\xe8\x72\x07\x2d\x8b\xc5\x31\x0a\x48\x24\xd7\x29\x46\xb1\xfa\x63\xa7\xf3\x02\xfe\xf3\x11\x4b\xc7\x46\x90\xaa\x5c\xc3\x57\x2c\xb5\xa7\x63\x13\x03\xa2\x37\x5a\x2e\x02\xd7\x17\xf1\xd0\x31\x50\x72\x30\xda\xc7\xae\x26\xb9\xaa\xe8\xd7\xa2\x0f\xec\x3b\xf3\x7a\xc0\x04\x9f\xd4\xe3\x71\x2b\xd5\x4e\x22\xd5\x3d\x5b\xf0\x87\x6e\x74\x35\x7b\x14\xd0\x18\x6f\x1b\xa2\x1f\xa5\x0a\x89\xee\x18\x10\xe5\x50\x33\xfb\xa2\x77\x75\x7e\xf5\xf6\x9e\x1a\x25\xc7\x54\xbc\x3b\x25\xed\x34\x75\xd5\xc6\x89\x73\xea\x5a\xe2\xb1\xf7\x4f\x8b\xc4\xa5\x83\x85\x5d\xb8\xda\xbb\x36\xd6\x4f\xb9\x42\x3b\xf3\x7a\xe7\xdd\x2e\xdf\x79\xf8\xa4\x9e\x69\x96\xa1\x4e\x43\x07\x05\xb2\x20\xcc\xd5\xde\x72\x96\x23\x2e\xce\x77\x9b\x02\xea\xb7\x33\x96\x70\xa6\xb1\x69\xf0\x7f\x40\x90\x87\xf0\xe1\x3b\x2e\xb0\xb6\xf6\x50\x41\x56\xd4\x3e\xb2\x1d\x17\xd0\x4d\x76\xa0\x94\x2f\xa0\xe5\x17\xbc\xc1\x43\xfe\x94\xeb\xc3\x12\x45\x2d\xdb\xd8\x32\x41\xd4\x15\xb4\x8f\xeb\x70\x5b\x81\xe1\x78\x44\x13\xbb\x7a\x21\xef\x08\xa3\x7d\x63\x56\x55\xb7\x8e\x3d\xaa\xef\xf7\x6b\x14\xdf\x19\x7f\x93\xa7\x05\x5e\x1d\x52\xa3\x0b\x59\xe2\x0b\x49\x56\x86\xea\xfb\xa6\x4c\x86\x8d\x6b\xa1\xd9\xa5\xf0\x49\x3e\xcb\xc6\xe7\x5a\x8e\xc0\x5b\x5c\x65\x60\x50\x14\x23\x5c\x03\x1f\xff\x83\x75\x52\x78\xc6\xd2\x6a\x42\x69\x75\xfc\xab\xc8\x00\x3d\x3b\x91\xdd\x16\x52\x16\xa7\x56\x8d\x05\xe7\xe3\x94\x8a\x39\x1e\x24\x7b\x61\x51\x7d\xaf\x03\x08\x2c\xd1\x53\x9a\x65\x47\x44\xb1\x1c\x8a\x8c\x1f\x11\xcd\xb2\xd1\xb1\xc7\xa3\x49\x49\x26\xc7\x3c\xa1\x19\x19\x66\x32\xb9\xd7\x7d\x61\x6f\x10\x31\xc6\x8b\x6f\xa6\x64\xc2\xb4\x8e\xae\xdc\x22\x7c\x73\xa6\x64\x9a\x27\x58\xd2\x0c\xcb\xb7\x72\x6d\x78\x52\xa9\x63\x65\x39\x22\xf8\x4d\xad\x8e\x92\x48\xc4\xad\x85\xe1\x5a\x11\x80\x61\x3e\x63\xee\xeb\xbc\x03\xde\x06\xcd\xf8\xdf\x21\x84\x1e\xbd\x89\x4d\xd4\xbb\x87\xbc\x2c\xbf\x3d\x03\x53\x3e\x0d\x2b\xe8\xf9\xcc\x7d\x06\x67\x68\x19\xc5\xdc\x94\xc9\x39\x50\x43\x20\xf3\x00\x8b\xe1\x89\xa2\xf0\x95\x7a\xe8\x11\x7c\xc5\x2b\x7c\x2f\x2c\x7d\x07\x86\xdc\x90\xb4\xb3\x8a\xa6\xcf\xb0\x92\x96\x03\x60\x8b\x0c\xe2\xd0\xba\xaf\x35\xe4\x10\x29\xed\x15\xf1\x60\x89\xc4\x2f\x8f\x5d\x7b\x7b\x8d\x1c\x85\xf2\x56\x54\x3b\x57\xe9\x71\x40\x6d\xb1\xfc\xb0\x2f\x00\xbc\xd8\x76\x52\xa9\x95\xb4\x48\x51\x2f\xb8\xa4\xd5\x7e\x98\xe3\x86\x95\xad\xfc\x22\x6f\x42\xe4\x65\xba\x85\x5c\x99\x0d\x99\x5d\x29\xfe\x4b\xd5\x85\xfb\x22\xb5\xc1\xd3\x07\x5e\x80\x70\x47\x1d\x35\xee\xed\xd6\x56\xc3\xca\xa8\x16\xe2\xe0\xf9\x08\x89\x0c\xc6\x06\xa1\x68\xae\x14\x76\xd3\x88\xbe\x49\x82\xe9\xb2\x8d\xbc\xa6\x06\xcb\x19\xb3\xa9\x34\x08\x3d\x8b\x28\xb0\xde\x5c\x82\xe0\xb2\xc3\x4c\x0e\xe1\x5e\x01\x80\x58\x1f\x9a\x1b\x85\xe0\xe1\xbc\x59\x4a\xde\x46\xd7\x44\x08\xf7\x7f\xd7\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xdb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x5b\x67\xec\x56\xa6\xbc\x66\xc6\x6e\x89\xa5\x1d\x32\x76\x43\xc6\xee\xe2\xba\xbc\xc4\x8c\xdd\xca\x9e\xaf\x97\xb1\x5b\xb7\xe5\x5b\x78\x04\x4b\xcd\x7c\x37\x19\xbb\x95\x15\x7d\xc9\x19\xbb\x95\xa1\x1e\x32\x76\x9f\x64\x36\x2f\x2c\x63\xb7\xfe\xd4\x6d\x96\xb1\x5b\x2b\x9a\x35\x9f\xed\x5d\xf3\x5d\x20\x67\xe1\x99\x33\x76\x4b\x13\x38\xc4\x02\xec\x58\xd9\xb6\x4c\x82\x6e\x04\x50\x7d\xcb\x25\xe9\x55\xef\xa1\x25\x39\xbb\xa0\x6e\xec\x81\xa2\x9e\x36\x8a\x04\x2c\x84\xeb\x6a\x44\xed\xd2\x3a\x68\x57\x0f\xc6\x8a\x26\x3e\xcf\x0d\x3d\x4e\xb1\x6f\xe4\x40\x81\x1b\x5b\x94\x1a\x16\x39\x58\x16\x31\x30\xbc\x81\xe4\x6a\xd0\xfa\x77\x20\x40\x97\x2f\xb4\x6d\x9d\x02\x30\xcd\xd5\x2b\xfb\x50\x51\x63\x3f\xcd\xfe\x21\xfe\x6f\xe3\x82\xec\x5a\x0f\x38\x99\xe5\xdb\x24\x0e\x8c\xb7\xfb\x6c\xca\xa6\x52\xad\x72\x0d\x37\x98\x1a\xa4\xa2\xe3\x55\x99\x1d\xeb\xae\xde\xae\xab\xe6\x8b\xa0\x6c\x66\x7b\xf2\x69\xe8\xcb\x95\x61\x5f\x30\x39\xf6\x4e\x80\xbe\x50\xeb\xff\x0a\xee\xc7\x2d\x3d\x5c\x0d\x49\xbf\x8b\x1d\x82\xe9\x5b\x33\x75\x1c\x8b\x47\x25\x9b\xf3\xe2\x08\x4a\xeb\xee\x85\xe7\x1d\x96\x3d\x57\x8d\xf1\x17\xeb\x24\x4e\x62\x15\x2e\x2b\x99\xc7\x98\x88\x55\x4a\x1b\xce\x6b\x62\x77\xd7\x33\x77\x70\x61\xfe\xed\x5f\x36\x32\xda\x5b\xf9\xd2\xad\xdb\x88\x67\x8c\xd0\x24\x61\x1a\x73\x39\x5d\x7c\x0e\xd6\xa4\xc8\x55\xb6\xcb\xae\x72\x31\x86\x79\x5b\x61\x32\x2a\x9c\x1b\x88\x07\xef\x8c\x89\x92\xf9\x78\xe2\x35\x60\x4b\x85\x76\x6a\x75\x7b\xf9\x19\xdd\xaa\xbb\xec\xe5\xfb\x9c\x67\xdb\xd9\x17\x6e\x91\xea\x1c\x4d\x7e\xec\xf6\x88\x9e\x04\xfa\x1f\x42\xb3\xb5\x1b\xbb\x38\xe8\xf5\xfb\x74\xdf\x06\x0b\x36\x74\x73\xe4\x63\x48\x46\x32\xcb\xe4\x23\xe4\x23\x4e\x1f\x9a\xea\x66\xc0\x84\x7b\x7c\xcb\x8a\x05\xf0\x35\x18\x1d\xb5\xa1\xd3\xd9\x5a\xe8\x15\xd7\x28\x1f\x68\xe2\x47\x5f\xb5\xc5\xa3\xa3\x5c\x0a\x26\xea\x2c\x04\x5f\x16\x4b\xa8\xbd\x32\x8f\x5c\xa5\xa4\x7e\x75\x47\x36\x0f\x59\xf0\x4b\xf2\xcc\x61\x0b\x75\xf3\xd8\x80\x05\x94\x82\xf7\x0a\x1e\xef\x1d\x49\x28\x7a\x02\x14\x43\x5f\xb4\x4b\x61\x7e\x1e\xda\x78\x38\x2f\xc2\x85\x50\x7e\x8b\x39\x09\xc0\xe1\x38\x15\x15\x4a\xb4\xdb\xbf\x40\xd6\xc4\x1c\x6b\x0c\x68\xf0\x41\x0b\x10\xe9\xc4\xd2\x63\x9a\xcc\x93\x8c\x27\x91\xde\x31\x56\x74\x36\xa9\x63\x37\x8b\xc5\xd1\x5e\x5a\xfa\xd3\xf7\x9e\x07\xb7\x66\x39\xc5\xa5\xb1\x5a\x71\x41\xc2\x57\x9d\x9f\xb7\x48\x8e\x87\xd4\xbc\x0d\x48\x72\xb7\xf1\xec\x9d\x12\x5f\x53\xa6\x60\x33\xe5\x7d\xe3\xac\xac\xc5\x81\x7d\xcb\xfc\xc0\x9a\xfb\x62\xbb\xd5\xfd\xb6\x59\x81\x6b\x4d\xa3\x69\x5f\xd7\x49\x08\x2c\x55\xbf\x0f\xf7\xfe\x8a\xf4\xc0\xe6\x55\x7a\x21\x34\xb8\xcf\x00\xc5\x26\x6e\xb3\x3a\x48\x71\x13\x51\x71\xb3\x78\xc5\xb0\x51\xaf\x2b\x66\x31\x0c\x7b\xcb\xb8\xc5\x76\x54\xcb\x71\x22\x33\x00\x61\x2c\xad\x56\xe8\x20\x84\x3e\x85\x05\xf2\x9b\x61\x55\x47\x14\x5d\x0b\x34\xbf\x65\xd1\x89\x61\x13\xbf\x8f\x08\xc5\x15\xfa\xd0\x86\x51\x8a\xf1\xa2\xee\x16\xa9\xb8\xa3\x7e\xb3\x59\xb4\x62\xa5\xb3\xa5\xfb\xbd\x85\x5f\x7d\x01\x39\xf1\x10\x95\x11\xa2\x32\xea\xd7\xe6\x25\x46\x66\x14\x55\xa5\x36\x8c\xce\x68\xda\xfe\x7d\x50\xd2\x1e\xa3\x34\xbe\x71\xec\xc3\xba\x61\x0f\xdf\x36\x98\x64\xcd\x38\x92\x43\x6c\xc6\xf7\x11\x9b\xd1\x7c\xde\x36\x8a\xcf\x58\x91\x00\xe6\x7b\xd9\xd5\x89\x1e\x92\x92\x9e\xd4\x91\x1e\x6c\xc0\xd1\x17\x6b\x3a\xd3\x8b\xac\xa9\x83\x43\xfd\x49\x1d\xea\x35\x0b\xbd\xda\xa9\x5e\x12\xde\x9e\xd5\x13\x5a\x05\xe5\x7e\x4a\x6f\xe8\x2a\x81\x37\x1f\x0e\x9e\xfc\x1c\xd5\xce\x79\xdd\xe3\xf4\x25\xec\xad\x2f\x3e\x48\xd8\x74\xc8\xd2\x14\x14\x62\x23\x1d\xae\x65\x41\x02\x82\x21\xb1\x5a\x4e\x4a\xb5\xa5\x5c\x0a\x75\xb8\x79\xca\x22\x90\xfa\x42\xbe\xc1\x10\xe6\xbe\x80\xfd\xcd\x32\xa6\xbc\x3e\xa5\xc8\x5b\xcd\x45\xc2\x62\x1d\x4b\x91\x54\x32\x2d\x7e\x30\x58\x5f\x93\x8a\x39\xb9\x17\xf2\x31\x63\xe9\x18\x76\xa8\x3a\x98\x63\xc2\xd9\x11\xe1\x26\x7c\xa6\x18\x4d\x26\x96\x5d\xf6\xed\xd8\xc1\xe5\x80\x82\x18\x73\xdf\x46\x08\xae\xa1\x99\x77\x2d\x42\xba\x82\x8c\x68\x62\x8e\x88\xce\x87\x45\xfb\xa9\x44\x48\xce\x07\x26\xe2\x89\x17\x8d\x3c\x99\x27\xbc\xd6\xf3\xdd\xa0\x59\x58\x02\x68\x67\x9c\xee\xe4\xb4\x78\xa0\xbb\xe4\x49\x7f\xca\xb5\x21\x60\x2b\x27\x52\x84\xc3\xe4\x32\x3e\x02\x26\x04\x40\x1a\x22\xbe\xc2\x92\x72\x04\xb4\x32\x95\x4d\xc7\x52\x78\x98\x1c\x92\xa2\x53\x57\xa1\x5d\x5c\xee\x54\x3e\x0a\x6d\x14\xa3\x53\x57\x6b\xc0\x72\x62\x30\xc5\xa2\x7f\xc9\x55\x76\x85\x1b\x78\x93\x2d\xbe\xe0\xe2\xde\xee\x6e\x81\x82\x01\xf8\xb2\xd0\x73\xcd\xa6\xbd\xe7\x82\x96\xa2\x55\xb6\xd8\xb5\x2c\xdf\xc8\xdf\x1b\x15\x6c\x98\x37\x01\x90\x18\xba\x0a\x13\x64\x13\xa3\x8a\x06\x50\x5d\x62\xbb\x23\xc0\xea\x10\x7d\x93\x12\x43\x01\x00\x67\xc2\xb2\x59\x84\x68\x39\xa3\xca\x84\x8a\x17\x2e\x35\x3e\x91\xd3\x69\x2e\x00\xcd\xc0\xe9\x69\x8f\x2e\x07\xda\xd9\xec\x8a\xc6\x5b\x7d\xd1\x35\x3f\x68\x7b\xbe\xa4\x18\x67\x73\x42\xd3\x07\xae\x0b\x44\x92\x44\x0a\x9d\x4f\x99\xaa\xe0\x3d\x23\xdc\x35\xa1\x9e\x56\xec\xd8\xac\xe0\xe5\xe1\xfa\xdd\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\x6f\x76\x26\x3f\xc7\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\x29\x8c\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x85\x92\xa6\x55\x35\xdc\x57\x56\xd5\x70\x68\x6c\x3f\x5e\xa0\xc1\xc1\x6d\x64\xc9\xab\x4c\xd0\x8d\x1a\xcd\x33\xf1\xd9\x64\x1c\x2e\x05\x6d\xa8\xe1\x89\x2f\xeb\x11\x8a\x16\xe1\xd7\xcd\x5b\xbb\x6b\x35\x19\x9d\xd0\x6c\x71\x87\x9b\xd7\xf2\x16\xdf\x5f\xce\xfb\xdc\x71\xc3\xb6\x97\xc6\x21\x25\x32\xcb\x36\x01\x1d\xa9\xcc\xfc\xac\xf8\x7c\xf9\x88\x8a\x7e\xec\x06\xf8\xbd\x80\x53\x83\x40\x29\x34\x73\x92\x85\x36\x6e\x97\xe2\x97\x90\x87\xce\x89\xc8\xa7\x43\xa6\xfa\x42\x8e\x00\x8b\x26\x6b\xd2\x96\x67\x4a\x4e\xf9\x26\x59\x9b\x88\x6a\x76\xe3\x1d\x71\x2b\x2c\x8d\xde\x5d\x07\xb8\xe1\x48\x5e\xae\x47\xac\xca\x2c\x50\xce\x58\x72\x86\xa6\x74\xa1\x78\xd0\x5a\x0b\xbe\x4a\xf9\x6d\x93\x29\x9a\x15\xdc\xea\x69\x04\xa7\xbf\x67\x50\x70\x9b\x66\x8f\x74\x5e\x44\x6b\x6d\x72\x9c\x8a\x78\x28\x77\x5e\xa8\xa7\xb2\xe8\xc4\x04\x47\x26\xee\x17\xae\xc2\x3a\x27\xe8\xac\x8e\x0c\x37\x3e\x4b\x7e\xce\x4f\x29\x64\xc7\xc7\x3e\x96\xaf\x37\xb9\x0d\xcb\x87\x21\x6a\x91\xc0\x70\x96\x2f\xd5\xa7\x12\xe5\xec\x7d\x8d\x2a\xed\x10\xd4\xe5\xbc\x1f\xe3\xba\xbe\xd5\x67\x58\x33\x47\xd6\x6b\x2d\xd6\x8e\x01\xa0\x9b\x95\x56\xf5\x3d\x2e\x2f\xdc\xba\x49\x75\xe8\xd5\x3a\xc4\xc8\xca\x2e\xae\x6c\x41\x80\x0e\x74\x71\x05\x23\x9e\x31\xdd\x22\xdd\x1a\x7d\xc2\x44\xc5\xd5\x31\xf7\x1f\xbc\x54\x5e\xde\xc9\x15\x8f\xf0\x13\xbd\x54\x43\xb8\xab\xb8\x53\x98\x1c\x14\xb3\x63\x06\x02\x06\x49\x7e\x62\x55\xbc\x09\x36\x00\xb5\x2d\xac\x78\x69\xc0\x7a\x66\x79\x01\x77\x75\x31\xb0\xac\x59\xf8\xc0\xca\xd8\x86\x29\x9a\x18\x5f\x07\xc3\x8d\xaa\x61\x4b\xf7\x01\x0b\xb5\x7e\xfc\x84\xef\x15\x8a\xd6\x2f\xee\x4d\xed\x08\x7b\xe5\xd6\x37\x1e\x5d\x90\xcb\x37\x77\xbc\x7c\x80\x4f\xbd\x31\x89\x92\x91\x62\x60\x6f\x9c\x86\xc0\x5c\x91\x32\xa5\x8d\x94\x70\x43\xdd\x9e\xff\x72\x72\xd7\x25\xcc\x24\x00\x1a\xdf\x17\x89\x7e\x38\xb2\x02\xed\x6f\x39\x33\xf6\xe7\x26\x84\xb2\x29\x13\x1a\x38\x01\x5f\xb7\x18\x95\x5f\x18\xfb\xdf\xf3\xf2\xf7\x4b\x48\x3e\x4c\x2c\x94\x20\xb1\xb4\x1b\x6a\x90\x58\x32\x05\xa8\x0a\x5c\x5a\x5d\x43\x31\x58\x6c\xae\x53\x07\x3a\xb9\x85\xa7\x5e\xfc\x2d\x17\x1b\x8a\x49\x67\xc5\x47\xd1\x28\x1a\xa4\xb0\xe9\x8c\x2a\xae\x37\x6b\xde\x7f\x53\xdb\xfa\x2a\x26\xe2\xd7\x95\x12\x57\xb4\x8f\x14\xf8\x9c\xc4\x28\xc6\x80\x85\x04\x7a\x72\x77\xbd\x0b\xe7\x0d\x13\x8b\x3e\x6a\xf5\xc5\x27\x6f\xff\x2c\x7e\x0d\x65\x52\x30\xde\x83\xa5\x24\x07\x9d\xa9\xdc\x0a\x34\x9b\x72\x1d\x7e\x00\xa0\x12\x9d\x67\x06\x71\xe3\x46\x50\x88\xcf\x0f\x14\x9f\xd4\x71\x09\x45\x45\x32\xb9\x94\xbb\x95\x4f\xe2\xa3\x01\xcb\x36\x91\x1d\xbb\xa3\x4e\xa6\x2d\x7d\x27\xf7\x0d\xa7\xf3\x4f\x1e\x6f\x72\x83\x0d\x2a\x26\x03\x92\x9b\x47\xcf\x42\xad\x04\xed\x74\x19\xa2\xd0\x31\x02\x46\xb6\x6a\xe0\x06\x06\xba\xda\x5d\x74\xb2\xb5\xaf\x0a\xa9\x64\x46\xbc\x59\x6e\x08\xbd\x10\x6a\xfa\x42\xe5\x02\xe0\x26\x82\xfd\x9c\x12\xcd\x7c\xe9\xc9\x44\x0a\x94\x01\x9c\xf1\x64\x6c\xd9\x84\x95\xfc\xc0\x89\x22\x05\x68\x54\x32\xd7\x96\x87\xd0\x29\x33\xf6\x82\x7a\x0b\x50\xab\xe8\xc1\x38\x22\x33\xc5\xa7\x86\x3f\xb0\x80\x11\x13\xef\xdc\x19\x35\x34\x93\xe3\xb6\x32\x7c\x44\x13\xd3\xa3\x3b\xa9\xcc\xd4\x35\xb3\xad\x17\xdb\x0f\x83\x74\xcf\xed\xda\x8f\x99\x60\x0a\xe6\x09\x65\x5f\x6a\x4f\xf0\xa6\x05\x61\x0a\xc6\x0d\xe0\x6f\x09\xc2\x65\xe9\x60\x62\xa0\xb9\x91\x53\xab\x90\xd2\x2c\x9b\x03\x0c\x96\x7d\x32\xa1\x7a\xe2\xf7\x19\xb1\xb3\xd6\xb9\x9a\xdc\xe2\x9e\xd1\x64\xc2\x6e\xa1\x84\x5e\xdd\xe2\x56\x46\xf9\x86\x89\x7c\xfa\xe6\x94\xfc\xdf\x62\x8e\x67\xed\xb3\x9f\x3b\x83\xf3\xee\x6d\xfb\xfd\x45\xe7\x3c\x9a\x8f\x7b\xf2\xa9\x7b\x7b\xbb\xf8\xeb\xcf\xdd\xde\xe2\x8f\xd7\x57\xd7\x77\x17\xed\x5e\x5d\x2b\x17\x57\x57\xbf\xdc\x5d\x0f\x3e\xb4\xbb\x17\x77\x37\x9d\x9a\x4f\xef\x7a\xe1\xa1\x7b\xf6\x9f\xd1\x19\x82\x9c\x3b\x3b\x9f\x86\xd1\x56\x8f\xd9\x31\x29\xbf\x78\x4a\xee\x9c\x27\xc6\x55\x28\xf5\x36\x23\x0a\x41\xbc\x10\x57\x94\xa2\x31\x29\xed\x0b\xe2\x3f\xb7\x73\x6f\xfa\x14\x5d\x44\xc9\x84\x91\x4c\xca\xfb\x7c\xe6\x18\x18\x46\x9b\x09\x89\x06\x19\xa6\xa3\xd6\x7e\xee\xf6\x4e\x83\x47\x68\xb1\xb1\x28\xb9\xc6\x93\x3a\x8c\x8b\x7a\xa6\x89\x35\x5f\x15\x7b\x80\x23\x19\x3c\x85\x51\x0f\x61\x03\x96\xf5\x83\xad\x51\x61\x2a\xdd\xa4\xa9\x43\xce\xf5\x13\x8b\x1a\x2e\x6f\xdf\xb2\xd5\x0c\xcb\x81\xe8\x4b\x64\xc8\x12\x9a\xa3\x23\xcd\xde\x46\x4a\x49\x15\x0f\xb8\xd8\xf6\x1d\x1b\x7d\xb3\x28\x64\x94\x61\x52\xb1\xcc\xa4\xfd\x24\x3a\x39\x56\x5d\x06\x55\x5a\x31\xaa\xa5\x20\x8f\x93\x39\xda\xa6\x7c\xc5\xae\xe9\x90\xa1\xbf\x04\xd2\xef\x2d\xdf\xf6\x02\x2b\xe1\xe0\x98\xa3\x86\x3c\x32\x88\x38\xcc\x1d\xbe\x13\xea\xc7\xf6\x00\x6a\x5f\xd4\x58\x07\xc4\xbb\x52\x24\x62\x23\xc7\xdc\x87\x50\x6c\xbf\xd7\xac\x8e\x5b\x6e\x1e\x36\x56\xc8\x6d\xd8\x28\xb0\x50\xef\x25\x85\x11\x37\xd8\xfb\x3d\xcb\xae\xb1\x3b\x2f\x91\x81\x16\xaf\x8d\x15\x1c\xdd\x40\xe9\xe1\xd5\xe3\xf1\xf1\xd6\x25\x58\x82\xcd\x12\x31\x83\x87\x7f\xe5\x5a\xf5\x64\x4a\xe7\x96\x38\x20\x3c\x41\xe7\xb3\x99\x54\x86\x34\xb4\x41\xe0\xa0\xe3\xf8\xe0\x62\x70\xf3\x08\x1c\x0a\x1a\xb1\x52\x80\xae\x81\xfc\x59\x1a\xdc\x1b\x06\xe4\xd6\xb5\x38\xf6\x71\x4e\x17\x28\x6b\x01\x9d\x68\x5a\x52\x7b\x4b\x14\x5a\x27\xa0\xee\x12\x4d\x34\xb3\xb7\xf0\xba\x30\x72\x75\xbd\x5f\xf9\x16\x6a\xb7\x3c\x63\x23\x33\xa8\xf5\xa5\x2c\x31\x1b\xda\x16\x45\x43\x2a\xa0\xe2\xe3\xc9\x1e\x5a\x5c\x5f\x92\xff\xb3\xf3\x75\x59\xf1\x3d\xd2\xe2\x95\x94\x06\x65\xc8\x42\xcf\x20\x7e\x35\xc1\x04\xe0\x3a\x45\xe8\x59\x2b\xa8\x71\x90\xd4\xac\x5c\x7e\x2f\xe4\xa3\x08\xf6\x72\xdd\xea\x8b\x0e\x05\x34\xe4\xa0\x2c\xb8\xd8\x03\x94\xd4\x57\xca\xe8\x25\x78\xd5\x17\x92\x1c\x5d\xd0\xbd\x83\x8c\xcf\xe6\xa4\x80\xd0\x2d\x7d\xb7\xce\xe9\x41\x5b\xb2\x97\xd3\x70\xc2\x0e\x35\xd2\xb0\x99\xb3\x77\xe3\x3c\x8b\xa0\x5a\x70\x99\xda\xae\x5a\xe4\x8b\xb7\xce\x40\x68\x47\x01\xfd\x6c\xf0\xc2\xc9\xe8\xdc\x67\x7f\xd6\x2d\xec\x3e\x12\x2a\xf7\x1d\x6f\xb1\x7c\x81\x43\xa6\x4c\xcd\x2a\x97\x94\x64\x21\xd0\x6a\xba\x41\xcc\xd8\x59\xf8\xe8\x96\x2d\x8f\x01\xfd\x00\x30\x92\x50\x4e\x34\x83\x1b\xda\xf2\xd1\xff\x81\x9b\x05\x89\x94\x50\x66\xdf\x59\xf8\x23\xbf\xa4\x3d\x3f\xe0\x57\xb3\x52\xc0\x10\x32\xac\xb1\x72\x67\x8b\xb4\x01\x08\x19\x20\x6e\xed\x55\xe8\x03\x72\xf8\x58\xc8\x55\x61\x03\x0d\xc4\x94\x44\xc4\x74\xdb\x4c\x4c\x1a\xa8\x29\x44\x0a\xec\x89\xa2\xf6\x90\xf2\x60\x79\x0b\x5d\xc4\x66\x58\x3f\xd1\x61\x03\x05\xfb\x5b\x84\xe0\x2c\x0c\x37\xfa\xf0\x1f\xf5\x43\xff\x98\x53\x45\x85\x81\xc0\x12\x27\x78\x2b\x16\x45\x2b\xb2\xaf\x10\x81\x25\xd0\x58\x0b\x3f\xc5\x9b\xeb\x1d\xe9\x58\x24\x96\xa7\x47\x84\xb7\x58\xeb\xc8\x15\x32\xd1\xf9\xb0\x78\x73\x62\x25\x87\xbe\x58\x08\xdc\x6f\x91\x76\xa6\xa5\xfb\x82\x89\x24\x03\xe0\xf1\x28\x06\x26\x50\xbe\x73\xfd\x0c\xe7\xa0\x5e\xc0\x56\x16\xcd\x4b\xf7\x20\xfa\xb0\x2f\xa8\x46\x4f\x73\x06\x27\xbd\xf8\xbd\xae\xb0\x40\x29\xfa\xe0\x09\xc1\x7b\x16\xae\xa1\x27\xdb\x24\x44\xd0\x5e\xb6\x41\xf0\x06\x6c\x4c\x91\x50\xd1\x17\x81\x9c\xc9\x5b\x6a\x32\x46\xb5\x21\x3f\xbd\xdb\x28\xe0\xc2\xcf\xaf\x60\xae\xee\xf4\x16\xa1\xa5\x3e\x9c\xad\xa9\x2e\x0a\xe0\xae\x12\x4a\x04\x8b\x02\xd4\x8f\xec\x36\x1b\x49\x1e\xb8\xce\x01\xca\x3d\x0a\x63\x47\x30\x6e\x6e\xb4\xc7\x95\x44\x85\xa9\x81\x8d\x78\x58\x03\xe7\x93\x74\xc3\xaa\x21\x2c\xa7\x3b\x71\x54\xce\x20\x93\xac\x08\x2c\x9b\x50\xd3\x17\x8e\xb1\xfa\x58\x8c\x08\xf3\xb7\x9d\x65\xe5\x60\x2e\x2b\xe0\xa4\x4c\xd8\x09\x03\x10\x7d\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x8b\x26\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x15\x01\xd6\x90\x85\x9b\x0b\x36\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x37\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\x2b\xee\xd1\x22\x1d\xb8\x67\x7c\xad\x0f\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\xb9\x2d\xec\xdf\x45\x14\xe3\xbd\xc5\xac\x84\x30\x02\x6d\xc2\x67\x0a\x60\xfa\x80\xb3\x6d\x13\x26\x8c\x9a\xcf\x24\x17\x26\x58\xb2\x2a\x0b\xe1\x15\x0d\x2b\xb3\x35\xc5\xd7\xaa\x7d\x84\xc9\x6c\x39\xed\xde\x84\x69\xe6\x63\x02\x70\x52\x46\x12\xf4\x84\x20\xbb\x98\x51\x33\xd1\x90\xeb\x50\x5e\x03\xa7\x73\xc1\xa7\x76\x85\xe8\x0c\x42\x0a\xd0\x48\x51\x7c\x14\x82\xf8\xb5\xe1\x59\xd6\x17\x82\xb1\x54\x63\x79\xf8\x1f\x6a\x73\x6a\xec\xa7\x47\x84\xa6\x29\xf9\x9f\x6f\x3f\x5c\xfc\xda\xeb\x0c\xba\x97\x60\x71\xee\x5e\x74\xde\x1d\x85\x1f\xaf\xee\x7a\xe1\x57\x34\xb0\x3c\x30\x45\xa6\xf4\x1e\x34\x3c\xa1\x51\xfc\x83\x50\xf7\x78\xa4\x3e\xdb\xc8\x3e\xd1\xcc\x87\x8f\x3a\x31\x25\x24\x18\xbb\x3d\x5c\x01\x01\xb1\x81\xee\x7b\x13\x3e\x59\x4e\x83\x9e\x78\x42\x17\x5e\x0c\x9c\x32\x61\x2c\x8f\x71\xc6\xbe\x42\xf5\x2d\x08\x8e\x89\x31\x17\x4d\x41\x6e\x4c\x3c\x3c\xa5\x0c\xff\x0b\x9b\x7f\xb6\xda\xf5\x35\xe5\x6a\x6d\xda\xeb\x88\x07\xae\xa4\x80\xa9\x05\xab\x56\x51\x92\x90\x19\xef\x6b\x8b\x0e\x95\x46\x59\x18\xc2\x28\x66\x8d\x81\x94\x95\x62\xa8\x2f\x63\xba\x6d\x74\xfd\xb2\xaf\x46\xf9\xbc\x36\xed\xd8\x0d\x7d\xa0\x3c\x83\x20\x58\x7f\xd1\x14\x34\x88\x95\xee\x4e\x09\xcb\xe8\x50\x2a\x48\x8d\xc1\xa8\x1d\xdf\x84\x5b\x30\xa8\xf9\x14\x1a\x6a\xf5\xc5\x39\x9b\x29\x96\x50\xe0\x62\x33\xab\xb9\x00\x17\x2a\xd9\xd0\x5a\xd8\x06\xe1\xf6\xd6\xa1\x8d\x55\x37\xa4\x7a\xba\x22\xc0\xa5\xcb\xeb\x5a\xaa\x75\xae\x7f\xfb\x1a\x2c\x9d\x9c\x59\x3d\xae\xc2\x79\xdd\xdd\x3c\x62\x14\xeb\xc5\xa0\x53\xc8\x99\xf2\x5d\x54\x68\x96\x95\xe0\x6f\xed\xc1\xd1\x2d\xe7\x25\x2f\xde\x94\x82\xfc\xf2\x17\x4d\x86\xb9\xe9\x8b\x72\x1b\x52\x40\xfd\xd3\xf7\xd4\x24\x93\x77\x7d\x71\x65\xb5\xcc\x5f\xfe\xd2\x90\x35\x9d\x52\x43\x07\xf5\x44\xd9\xbc\x26\xe7\xd4\xd0\x0b\x49\x53\x2e\xc6\xae\xb8\x6f\xfd\x5a\xbc\xef\xf4\xda\xa7\xc4\x27\x5a\x86\x7c\xc9\x22\xd7\x3e\x6a\x08\x18\x32\x4c\xc4\x73\x11\x60\xe5\x22\xb0\x7e\x67\x21\x03\xe9\xc9\x5e\x58\x7d\x01\x4b\x89\x5c\x95\x1b\x32\x93\x0e\xab\xd0\x6a\x65\x92\xa8\x5c\x38\x4b\xb6\x33\x24\xda\xd5\x01\x32\x0e\x9b\xe1\xe4\x31\x90\x67\x16\x99\x7d\x5f\x80\x7e\x1e\xb2\xd7\x32\x99\xd0\x0c\xc2\xe6\x8e\x23\x93\x9e\xd5\xda\x65\x0e\x39\x48\x10\xaf\x22\xe6\xe5\xe8\x56\x8f\x24\x5d\x08\x65\xf1\x46\x81\xfe\x0f\xfb\xe8\x5c\xa9\x53\x69\x39\x4e\xab\x2f\xba\x23\x8c\xaa\xcb\x70\x75\xec\x87\x4c\x80\x37\xd9\x2f\x8b\x7d\xea\xf9\x11\x14\x02\x41\xaf\x22\x4d\xc0\x7a\x2f\xe6\x10\x13\x0d\xf8\x66\x12\xa2\x33\x0a\xee\xec\x88\x72\x61\x17\xc3\x9d\x18\x7d\xd6\x17\x18\xcc\x57\xda\x97\x38\xf3\x37\xea\x5d\x0a\x88\x35\x2c\xae\xcb\x20\x60\xcc\x5c\xec\xa1\x93\xf5\x67\x8a\x1d\xfb\x7a\x71\xf6\xd7\x68\x4d\xed\x0d\xdb\x22\x37\xb1\x7a\x9d\xca\x24\x9f\x7a\xdc\x11\xc8\xd5\x72\x41\x6a\xee\x12\x0d\x14\x82\x17\x7b\x2d\xc5\xff\x21\xfe\x6f\xad\x6c\x7a\xbd\x63\x95\xd1\x40\x55\x83\x59\xb9\xa5\x52\x6b\x5c\x18\x36\xae\x3a\xf8\x36\xc1\xec\xbc\x84\xc8\x76\x2b\xc9\x83\xf3\xcf\x48\xab\x7d\x4a\x30\x43\x63\x4a\x9d\x4c\x7f\xd0\xa4\x7b\x6d\x85\x14\xab\x94\x86\x63\x92\x6b\x83\x21\x5a\x90\xa6\x82\x5f\x63\x98\xfc\x11\xf9\x91\xf4\xf3\x1f\x7f\xfc\xe7\x84\x7c\xf5\x7f\xfc\xdb\xbf\xfe\xeb\x3f\xff\xdb\x36\xd5\x74\xa1\xdd\x62\x8d\x02\xb2\x63\x59\x6a\x89\x77\x60\x91\x99\xec\xb0\x0b\xee\x8c\x34\x2d\xbf\xd3\xd8\x1b\xd3\x9c\xea\x1e\x47\x21\x38\x74\xec\x0e\xa1\x8e\x0f\x0f\x29\x9d\x9e\xc2\xd5\xaf\x99\x39\x2a\x1f\xe2\x20\x8f\x3a\xa1\xfb\x7f\x2c\x01\x1a\x18\x58\x6a\xde\x2e\x54\x88\x67\x41\x02\xb6\x8d\x90\xb7\xce\x44\x67\xc0\xc5\xf7\xce\xdf\x41\x32\x4b\x99\xc2\x31\x05\xab\x5a\xb0\xf5\xc1\xf9\x65\x5f\x67\x99\x74\x41\x1c\x94\x68\x36\xa3\x70\xc7\xdb\xf3\xda\xea\x8b\xce\x57\x6a\x99\xeb\x91\xaf\x93\x85\x45\x9d\xc1\x37\x32\xa2\x09\x23\x28\x4d\xbf\xfd\x7a\x6a\x7f\x3b\x22\xf3\x53\x08\xc5\x3c\x22\x7f\x3f\x75\x19\xd0\x54\x99\x81\xfd\xe9\x9d\x17\x87\x5d\x13\x30\x68\xae\x49\xff\xcd\xc9\x03\x55\xbe\x3a\x39\x02\x39\xbe\x71\xec\x2f\x80\xd4\xc6\x02\x74\x26\xe5\xbd\x0b\x54\x5d\xf8\xd2\xfd\xa7\x85\x04\x1e\x7c\x1b\xb8\xf9\x2e\xe6\xd8\x0a\x7b\xc7\xf0\x02\x23\xad\xd9\x90\xb4\xfe\xa6\xa5\x20\xad\x39\x9d\x66\xee\x57\xff\xd4\xc5\xd1\x52\xed\xb2\xc1\xd2\x10\x46\x93\xcd\xd1\x9c\xf9\x3e\x93\x43\x98\xd7\x27\x3f\x57\x8c\x44\x85\x81\x16\x57\x44\x71\xab\xb8\x89\x38\x71\x07\xb3\xc2\xa1\x06\x9b\x2f\x7b\xaf\xeb\x66\xf5\x35\x0c\xe9\x3f\xd0\x77\x0b\x8b\xe2\xd3\xd7\xd0\x82\x1b\xc2\xc0\x6c\xa3\x5f\xc9\x5b\xc7\x84\xde\xd9\x8b\xc0\x85\xfd\xe2\x32\xd4\x75\x30\x0f\x1d\xfc\x1a\x75\xc0\x05\xc1\x84\xc4\x25\x5f\xfe\xfd\xa4\xd5\x6a\x85\xaf\x2f\xed\x54\xfe\x0f\xe1\x46\xb3\x6c\x84\x2d\xf9\x6b\x66\xde\x17\x9f\xac\xa6\x13\x5b\x98\x0b\x88\x15\xa8\x8b\x94\xc8\x8c\x1c\x17\x56\xd7\x54\x26\x9a\xfc\x93\x95\x3d\xa3\xa5\x84\x1f\xad\xb2\x55\x7f\xaa\x5c\x79\xbc\x67\x3a\x56\xce\x6a\x5d\x3d\x58\x31\x38\x43\xd0\x3e\xa9\x86\x08\xa5\x07\x9e\xe6\x9e\x16\x2c\xe5\x9c\x38\x00\x07\xa8\x5c\x67\xd8\x57\x03\x8f\x1a\x90\x32\x6a\x43\xc2\xeb\x25\xb8\x05\x86\x5b\x00\x66\x20\x59\x37\x2c\x80\x43\x31\x70\xbc\x01\xe7\x79\x14\xbb\x38\xec\xf5\x22\x62\x34\x2b\x9d\x4f\xa7\x54\xcd\x4f\x8a\xd3\xb6\x48\x9c\x05\xa8\x21\x70\x99\xcc\x2f\x00\xb8\x59\x33\x77\xb4\x5c\xa4\x41\x54\x60\x7b\x12\x12\x08\x48\xca\x12\x00\x16\x86\x90\x37\x84\xd5\x66\x22\x91\xa9\xa3\xeb\x22\xef\xb2\x2c\x56\x84\x77\x16\x05\x0a\x1f\xb5\xa2\x0b\x8b\x99\x30\x98\x8c\xed\xde\xf0\x1f\x37\x30\x70\x39\xd0\xc6\xb2\xca\xf1\x06\x2e\xcc\xee\xd5\xad\xff\x66\xfd\x6b\x17\xd6\xa1\x2c\x57\x53\xaf\xca\x79\xb3\x81\xa2\x8f\xc5\x05\x0c\xf1\x17\x68\x42\xc9\x43\x56\x2a\xfe\xfb\x4c\x5e\xf3\xcc\xde\x5b\x40\xe3\xad\xbe\x28\xfd\x7c\x44\x58\xc6\xa7\x5c\x84\xf0\x37\x64\xef\x72\x84\x22\xee\x3d\x37\x76\xcb\x74\x7a\x6f\x39\x98\x4f\xf0\x8f\xf4\x9e\xb6\x98\x7b\xd2\x09\xde\x23\x67\x26\xc8\xb5\x1d\x57\xa1\x48\x5b\x89\xd3\x36\x71\xec\xa4\x46\x1e\x11\x1e\x9c\xdf\xbe\xb0\xad\xf9\xb3\x54\xc4\xdd\x46\xed\x45\xcd\x1d\x83\x90\xce\x7d\x0a\x1e\xb4\x00\x7d\x94\x82\x67\x83\x90\x5a\x23\xa2\x74\x2a\x65\x29\x37\xcf\xd8\x80\x28\xc3\x81\x90\x29\xdb\x30\xd8\xb8\xa6\xec\x9f\x33\x15\x7b\x0f\xa3\x62\x98\x55\x03\x7c\xa2\x29\x8d\x90\x69\xbd\xa1\xf9\xb4\xb6\x7e\xa6\x6b\x07\xd0\xd9\x1f\xb7\xad\x61\x5e\xf0\x34\x68\xc5\x2b\x05\x51\x16\x64\x69\xed\xcb\x35\x3e\x77\x92\xd0\xd3\xed\x0c\xc8\x38\xf7\x04\x96\x3d\x44\x80\x52\x32\x56\x32\x9f\x85\x54\x61\x9f\x34\x85\xdb\xe0\x6e\xb4\xae\x18\xc9\x53\x27\x53\x5f\x70\x71\x8f\x77\xe1\x53\xed\x51\xa8\xa6\x19\xfd\xee\x39\x18\xae\xf8\xb1\x2b\xa9\x6c\x47\xad\x0d\x4d\xee\x11\x62\x6d\x59\x35\xd6\x4d\xeb\xc9\x16\xf7\x65\x9e\x65\xae\xdb\x82\x7d\x16\x15\x05\x1e\x38\x25\x94\xdc\xdd\x74\xeb\xfb\xbe\xe7\x8b\xf6\xf6\x7a\xde\x59\x26\x10\xf8\x9f\x5f\xf8\x46\x91\x71\x15\x48\x40\x56\x22\xf5\xa0\xff\x37\x01\x29\x55\x78\xf7\x8e\x0e\x3e\xcb\x83\x06\xd3\x1a\x4a\xad\x9f\x7c\xd1\xf1\xb9\xfb\xf8\x93\xfd\xb6\x7e\x47\x3e\x41\x4a\x48\xc8\x9b\x9f\x52\x61\x27\xe8\x7b\x6d\x30\x10\x21\x5b\xdc\x6a\x48\x77\xb3\xad\x06\x84\x3d\xae\x17\x81\xea\xbb\xf2\xad\x3c\xa2\xc5\x88\x66\xa8\x6e\x99\x09\xc8\xe1\x47\xe4\x36\x99\xb0\x29\x85\xa8\x84\x69\x59\x1e\x07\xb9\xe4\x6d\x46\xd5\x18\xa5\x04\xcd\x8c\x7e\x57\xb3\xc3\x45\x70\xee\x0e\x3b\xbc\x05\x40\x73\x6c\xa1\x87\xc4\xc1\x65\x1c\x20\x8c\xb2\x0c\x0c\x13\x98\x93\xef\xdf\xdf\x1d\x56\x59\xc5\x4f\xe0\xc6\x54\x58\xd2\x3a\xb5\xa2\x58\x73\xc6\xfc\x8e\x98\xe0\x97\x74\x1a\xb2\x4b\x3d\x30\xb8\xcb\x22\xc0\xb1\x0d\x19\x80\x04\x35\x8f\x61\x67\x14\xf0\x78\x08\x0e\x74\xb8\x69\x04\x7d\xd1\xf6\xaf\x84\x0c\x35\x90\x6f\x14\xfa\x55\x21\x8e\x09\xa3\xf6\x40\xc6\x88\x0a\xb2\xba\xc9\x35\x4c\x62\xd3\x4c\xa0\x2a\x90\xb9\x95\x71\x02\x44\x18\x6a\x77\x5e\xd8\xf5\xf3\x68\xe8\xf9\x61\xf3\xd2\x23\xf5\x49\xfe\x49\xb5\x34\x44\x5d\xc7\xab\x98\x6f\x27\x64\x1f\xbb\x86\xe2\x6a\x14\x18\xeb\x94\xcd\x8b\xc8\x1a\xbb\xe2\x28\x97\x56\x3a\x5b\x3c\xac\x66\x27\x66\xcc\xe9\x74\xa0\x64\xb6\xcb\x1e\xf9\x26\x4a\x3a\x0e\xe4\x6a\x58\x79\xf3\xb7\x9c\x66\x68\x8f\x15\x8e\x1c\xfd\xb0\x41\x60\xf8\xf3\xbf\x91\x36\xdc\x96\xe4\x13\xb0\x45\xf0\x44\x41\x6b\x46\x12\x3e\x9d\x31\xa5\xa5\x15\xc6\x1b\x36\xf9\xfe\x2f\x7a\xe0\xf0\x52\x07\x34\x49\x64\xbe\x88\x8d\xba\xc1\x4c\x6a\x5a\x8b\x27\x45\xc9\x7d\x3e\x64\x4a\x30\x03\x0e\x4e\x78\x8f\xf8\xf7\xd6\x1a\xae\xa4\xb9\x99\xfc\x79\x90\x64\x7c\x6d\x10\x57\x88\x82\x6f\xdb\xcf\xce\xf0\xab\x65\x13\x28\xb5\x5f\x1a\xba\x20\xf8\x8c\xe0\xb3\x16\x79\x4f\x93\x7b\x26\x52\x57\x43\x19\x13\x53\xe1\x82\x02\x6e\x19\x99\x28\xca\x13\x43\x7d\x07\xdb\xb7\xb7\x50\x5f\x4c\xe9\xbd\xbd\x85\xd8\x57\x17\x2c\x6c\xd5\x0c\xbd\xc9\xd1\x08\xf4\xb0\x90\xa1\xef\xb3\x28\x35\x4b\x72\x65\xdf\xc0\xf3\x61\xf0\x7c\x80\x51\x21\xc1\x2a\xe4\x84\x42\x92\xff\x0f\x9a\xe4\x33\xaf\xf9\x82\xb6\x9b\x81\x83\x00\x27\x09\x45\x51\xb8\x95\x06\x27\xac\x2f\x20\xe8\xca\xb7\x38\x0f\x5c\x25\xf6\x49\x05\xdf\x68\xdd\xe1\x1b\x61\x8a\xeb\x6e\xb6\x74\xb4\x21\xec\x3d\xa0\xcc\x4c\x98\x00\x35\x6c\xfd\x96\x21\x4f\x78\xfd\x4d\x2b\x05\x8f\xe1\x2c\x0a\xab\x41\x58\xc2\x5c\x70\x07\x1b\xec\x0c\x45\x51\x5c\x87\xb7\xa7\x16\xdf\x73\x4d\x34\x35\x5c\x8f\x78\xad\x7a\x1a\x27\x16\xef\xb2\xea\x74\xb3\x6c\xe6\x9a\x4c\xe6\xca\x5a\x84\xf8\xd4\x16\xf9\xc0\x95\x36\xd1\x94\x8c\x0c\x79\xc1\x4d\x2c\xc1\x4c\x58\x23\xa4\xd5\x3e\x3c\xbb\x7e\x06\xd1\xfb\x4b\x7d\xe4\x21\x16\xb9\x45\xda\x85\x8d\x0b\x33\xa3\xd1\x7a\xb5\x62\x46\x2c\xd3\x6c\x1b\xe2\x5b\xcb\x20\x00\x9e\x20\x20\x20\x02\xb2\x8a\xb6\xbf\x17\xf0\x7a\x61\x98\x8f\x90\xee\x43\xef\x99\x58\xa6\xf5\xad\x3f\xc2\x4e\x29\x57\xb2\x6e\x88\xed\xa0\xef\x4b\x54\xf9\xb7\x19\xe0\xfa\xc7\xae\x48\x46\xe7\xa3\x13\xbb\xe4\x56\xce\x4f\xee\x5d\x94\xf1\x08\xe8\xd0\xa5\xb3\x3f\x4e\xa4\x8e\xcf\x99\xdf\x3f\xd8\x4c\xa3\x72\xe6\xa3\x89\x21\x48\x3b\x2c\x30\xba\x67\x85\x8c\xb3\xdd\x61\xd4\xe1\x90\x62\x14\x52\xd8\x6f\xe2\x59\x28\x2c\x03\xd8\x4a\x7d\x53\x8b\xa7\xb9\x14\xbf\xb1\xc3\x71\xbe\x67\xab\x6a\x5b\x2e\xdb\xb4\x70\x72\x1b\x64\xc8\x4d\xb1\x04\x1b\xcf\xd2\x46\xe1\xea\x60\xea\xe3\x09\xe0\x54\xa1\xcc\x3b\xa3\xbc\xce\xa9\xe8\x4c\xda\xbb\xac\xdf\x53\x22\xae\xed\x1b\x6a\xcd\x4d\x77\x4b\x98\xb5\x0c\xbf\xf6\x06\x78\xf9\xe8\xe1\xd5\xf6\x01\x4a\xb6\x26\x1a\x77\x40\x6e\x42\xe2\xd1\x58\x11\x1a\xc7\xb5\x19\x8d\x94\x96\x18\x7d\x32\x2e\xe4\x42\x43\x78\x06\xe6\x3e\xca\x51\xc0\x90\xc3\xc8\x1a\x84\x9b\x94\xa3\x9a\x3f\xde\x67\x72\xa8\xdf\x85\x8c\x6b\xaa\x7d\x1f\x45\x0a\x64\x33\x09\xee\x07\xb2\xcc\x2f\xc5\x53\xde\x87\xfe\xcc\xc4\xf7\xe1\x26\x0b\x5f\x4f\x54\x45\xe0\x0b\x66\x80\x50\x25\x73\xe1\x21\x9f\xa4\x60\x72\x04\x2e\x09\xf0\xf2\x79\xa3\x1b\x08\xdd\x42\x9a\x28\xdb\x43\xb1\x19\xc6\x1a\x83\x7a\xd8\xbc\xdc\x3b\xc2\x9e\xad\x5a\xe7\xa7\x80\x3d\xdb\x75\xdd\xdd\xc1\xf9\x46\x0b\xbe\x2b\x98\x15\x1e\xa5\x0d\xd8\x2c\xbc\xbf\xd2\x12\x16\xf8\x00\x98\xbe\xe2\xa2\x22\x98\xdc\x0c\xe1\x4a\xec\xd8\xc8\x63\xc8\x92\x83\xdc\x2b\x04\x22\x6c\x82\xe7\x06\x0b\xe2\x26\xd7\x81\x7d\x7f\x8d\x71\x62\x88\xda\xd7\x68\xa0\xee\xee\xd5\xc4\x17\x14\x04\x61\x46\x08\xa6\x9c\x71\x64\xe5\xcd\xb1\xa1\x7d\x31\xde\xca\xe5\x0e\x06\x07\xb2\x55\x01\x89\x0b\xc1\x05\x34\x62\x02\x2d\x02\x71\x58\x13\x39\x95\xf6\xda\xb6\xea\x6a\xf1\x10\xe3\xf8\xe0\xb2\x59\x52\x4e\x71\x86\x59\xf1\xdf\x6e\x36\xf6\x68\xd9\x47\x28\x3b\xc6\x2f\xad\x46\xca\x8c\x66\x32\x2c\x23\x0d\xae\x18\x7f\x80\x88\x5b\x4e\x37\x60\xbd\x9e\x82\xae\x0e\x00\xe8\x0e\xf8\x89\xff\xdd\x6a\x90\x96\xa4\x42\xcc\x9c\xcf\xb3\x73\x51\x2e\x08\xfe\x50\x57\x7a\xb9\xd1\x7b\xb8\x09\xd0\x21\x30\x96\x61\x3e\xba\x05\xd4\xf2\x15\xca\x4b\x48\x9a\x2e\x82\x55\xec\x22\x87\x80\x01\x9f\xd2\x17\x3e\x7c\x28\xd0\xf7\xe7\x33\x76\x44\x86\x39\x3c\xbf\xbc\xea\xc5\x86\x59\x2e\xe0\xf1\x71\x32\x61\xc9\x3d\x04\x97\x22\x53\xc4\xe5\xf2\x65\x14\x86\xf3\xbe\x28\x30\x9e\x8d\xf4\x56\xc6\x79\x00\xd1\x0a\x40\x72\x52\x91\x94\xeb\x59\x46\xe7\x60\xcf\x11\xe8\x96\x2e\x17\x30\xf6\x83\xda\x52\x6d\x01\x10\x6a\xc7\x05\xbc\x1c\x06\xff\xf2\x93\x08\x75\x90\x42\x88\x55\x9d\xd8\xb1\x33\xac\xd9\x2e\xee\xe9\x26\x38\xf5\xa8\xfa\x17\xee\x68\xec\xa7\x08\xd9\x4f\xa2\x92\xc6\xd4\x7f\xe3\x83\xbe\xc0\x82\xd2\xf7\x85\x82\xec\xbf\xb1\x98\x05\x53\x0f\x2c\xed\x8b\x72\x7e\x99\xbb\xca\x8a\x5d\x26\x05\xcc\x6e\x13\xeb\xdc\x1c\xcb\x33\x46\xee\x59\xee\x39\x87\x98\xfa\x22\x99\x3e\x04\x36\x2d\x81\xfd\xad\x2f\xe0\xf3\x04\xf8\xb4\x6b\x1b\x3f\x0a\x5c\x5f\x07\xca\xe9\x50\xb7\x4b\xd6\xc4\x40\x98\x21\x7b\x06\x53\x6b\x43\xc0\x87\x0b\x00\x59\x08\x45\xae\x6b\xa3\x2f\x7c\xcc\xea\x28\xcf\x32\x84\x4b\x68\x58\x2e\x9f\x4d\xe7\x03\x2c\xbe\x5d\xca\x52\xd0\x6b\x49\x04\x84\x1c\xac\x7e\x29\x9b\xa5\x10\x66\x98\xcc\x8b\xc2\x67\x40\xbc\x4c\xe8\x1c\x02\xf1\x3c\x08\x2a\xc4\x86\x8f\x99\x21\x56\xee\x48\xf3\x0c\x83\x30\xc1\xa0\x0b\xa9\x79\x34\xcb\x08\x37\xba\x2f\x42\x26\x21\xc2\x42\xc1\x55\xe0\xa3\xde\x53\x27\x0b\x42\x17\xd0\xac\x2b\x95\x01\x17\x04\x4f\xb8\x29\x0d\x09\x2c\x95\xf3\x18\x39\x70\x36\x63\x14\x43\x86\x7c\x1d\xed\x58\x1a\xac\x6e\x83\x8b\xaf\x81\x0a\x06\x8b\x09\x48\xfb\xa4\x5e\xac\x60\xb1\xf1\xa6\xb4\x48\x1b\x67\x67\x45\x41\x0f\xe3\x8f\xa3\x75\x81\xca\xce\x99\x67\xe5\x2d\xa3\x43\x3d\xb0\x20\x51\xcf\xa8\x32\x3c\xc9\x33\xaa\x32\x80\xe7\x1a\xe5\x19\xe1\xa3\xa8\x22\x01\x6c\x02\x26\x92\x41\xd5\x3f\x09\x77\x84\x37\xbc\x6b\x3a\x65\x51\x80\xac\x53\x3c\xb3\xc8\x88\x88\xe0\x38\x68\x9d\xb2\x6d\xbd\x6b\x91\xf3\x6a\xfd\x09\x38\x16\x51\x02\x3a\xd7\xc8\x01\xc3\x78\xa3\xc8\x2e\xac\x63\xc1\x47\x56\xd8\xfd\x21\x3a\x78\x4d\x85\x8e\xa8\xbe\xdf\xd0\x42\xe9\x51\xcc\x56\x14\x40\xaa\x8b\xec\xec\x41\xfd\x9c\x92\xdd\x32\x9c\x88\x15\x05\x97\x37\x1c\x64\x9c\xbc\xbf\xc5\x40\xbf\x44\x05\x6a\xaa\x83\x9d\x2e\x29\x80\x00\xfb\xb8\xe1\x50\x23\x70\xd2\xcd\x07\x1a\x51\x4e\x6c\x8f\x6e\x5c\xd9\xd5\xca\xe5\x97\x12\x4c\x28\xb1\xe3\xb2\x82\x3d\x43\x0f\x46\xa5\x2e\x1d\x8c\xc1\xe1\x89\x02\xfc\x53\x38\x6c\x43\x46\x32\x2e\xee\x7d\x28\xb9\xdd\xf9\x23\x42\x8b\xd6\xe1\xf0\xe1\xe8\x91\x98\x1b\x24\x9b\x3a\xb0\xb4\x1d\x84\x9d\xf5\x02\xf2\x6a\x37\x37\xcc\x7b\x23\x3c\xbc\x85\xb2\x6e\xd1\x3c\xd6\xdf\x96\xa5\x3e\xf3\x20\xc4\x7a\x47\x39\x5e\x30\x91\xf7\xce\xf0\x50\xe8\xab\x71\x7d\xaf\x27\xb4\xbe\xa8\xe3\x6a\xfc\xcf\xbb\xcb\xf3\xce\x87\xee\x65\x19\xb4\xf3\xaf\x77\x9d\xbb\xf2\x2f\x37\x77\x97\x97\xdd\xcb\x8f\xf1\x4f\xb7\x77\x67\x67\x9d\xce\x79\xf9\xbd\x0f\xed\xee\x45\xe5\x3d\xfb\x53\xf9\xa5\xf6\xfb\xab\x9b\x0a\x4c\xe8\xed\x2f\xdd\xeb\xeb\xf2\x4f\xbd\xee\xa7\xce\xf9\xe0\xea\xae\xb7\x14\x11\xb4\x18\x7f\xed\x12\xed\x03\x4a\x71\x6b\x18\xd8\x36\x19\x29\xce\x44\x9a\xcd\x31\x6a\xc0\xeb\x1d\x15\x27\x65\xcc\xd2\xf9\x94\xc9\x7c\x17\xe7\xbf\x55\x7d\xe5\x83\x55\xa9\x33\xe2\x5a\x73\x21\x8f\x54\xdf\x37\xa6\x21\x1b\xb5\x68\x06\x5b\x1a\xe2\x64\xd4\x3c\x04\xd1\x2d\x0d\xde\x09\x19\x50\xae\x13\x32\x63\x6a\xd9\x58\xe0\xc2\x55\xf9\xcc\xf0\x61\x73\x38\xc7\x9a\x99\x41\x9b\x6b\x76\x98\x52\x5b\x9f\xda\x70\x59\xcf\xe8\x4a\x51\x0d\xbb\x38\x74\xa1\x85\x6d\xd1\x8d\xc3\xd7\xde\x09\x36\xcb\x87\x19\x4f\x08\x4f\x8b\x44\x60\x0c\x77\xc0\xd8\x3b\xb4\x91\x54\x33\xef\x67\x4c\x81\x04\x64\x05\xcb\x99\x62\xc7\x34\x37\x13\x5f\x29\x29\x94\xb8\xc5\x4c\x78\x96\x28\x66\x7c\x25\x46\x96\x7a\xbc\xdb\xa8\x27\x18\x8c\x8b\xc0\x4d\x21\xd5\xa3\x15\x81\x20\x35\x18\xc5\xf0\x4b\x6c\x7d\x03\xf3\x1d\xbe\xbf\x74\x69\xdc\x88\xb9\xae\x96\x34\x01\x59\x0f\x1f\x7a\xd4\x5c\x3b\x6f\xcb\x79\x13\x1f\x2a\x82\x9b\xec\xa3\x4e\xea\xa7\xb1\x8a\xc6\x62\x42\x29\x07\x89\xb8\xd6\xdd\xa3\x33\xc5\xe0\x52\x70\x3e\x1e\xaf\x19\x43\xb0\xa4\x8b\x52\x81\xe0\x14\xab\x01\x0c\xd9\x84\x66\x23\x34\xb2\xd8\xad\x29\xce\xd5\x22\x89\xf6\xe4\x3d\x13\x7b\xa8\x26\xbd\x35\x3b\x14\x28\x50\x17\x31\xd9\xc1\xde\x50\x58\x64\xa0\x7a\xa6\xaf\x2e\xed\xa2\xf4\xb0\x98\x17\x8a\x9f\xd1\x63\x0c\x95\x29\x40\x31\x7c\x80\xdf\x68\xc4\xbf\xda\x06\xfb\x82\xd5\xc2\x02\x40\x79\x0c\x9f\x1b\x15\xf8\x32\xa4\xc5\x62\x82\xc9\x3d\x13\x80\xd8\x8b\x45\x37\x56\xd2\xec\x66\xf6\xce\xc5\xbd\x58\xb4\x1e\x86\x15\x03\x8b\x12\x2f\xe1\x18\xc7\x66\x4d\x55\x14\xa4\x9e\xd2\x7b\xd6\x22\xe7\x78\x2f\x02\xdd\x9c\x5d\x74\x3b\x97\xbd\xc1\xd9\x4d\xe7\xbc\x73\xd9\xeb\xb6\x2f\x6e\xd7\x3d\x7e\xfb\x88\xe8\xaa\x9c\xbe\x6a\x50\x5d\xe0\x10\x27\xee\xe4\x15\x71\xc5\x45\x69\xf1\x70\xec\x60\x4b\x56\x8f\x9e\xa7\xb3\x41\xca\x75\x62\xaf\xbf\xf9\x80\x89\x14\xf0\x54\xb6\x22\xd5\xfa\xa6\xaa\xb3\x08\x6f\x90\xf0\x86\xe7\x20\x78\xdb\x3d\x78\x8a\x0e\xcf\x21\xe1\xda\xd5\xab\x84\x5a\xc5\x7d\x11\xdd\x36\xad\xd5\x18\x7a\xb6\xb9\xdd\xe6\x56\x6e\xa2\x3a\x27\x1c\x2f\xd7\x3a\xa7\x96\x3f\xfa\xd7\x20\x5f\xb6\x61\x55\x5c\x06\x6d\x0c\xea\xc2\xa3\x9a\x01\xc4\xaa\xbc\x53\x2a\x52\x6a\xa4\x9a\x37\x4c\x71\x3d\xe6\x19\x1f\x9b\x32\x0b\x8d\xaf\x6c\xab\xcf\xfb\x5d\xc0\x57\xa9\xa8\x92\x12\x42\xbf\xf4\xae\x7e\xe9\x5c\xde\x0e\x3a\x97\x9f\x07\xd7\x37\x9d\x0f\xdd\xff\x08\xa9\x71\xae\x02\x6a\x19\x8e\x9c\xd9\x4b\xd1\x72\x17\x9f\xa6\x51\xcb\x5f\x10\x14\xdc\xb7\xe3\x80\x60\xf9\xa8\x2f\x3c\x67\x51\x45\xf3\x13\x25\xf3\xf1\xa4\xbe\xa1\xea\x28\xaf\xdb\xbd\x9f\xb7\x1a\x26\xa4\x50\x21\x72\x30\x9e\xb6\x45\x30\x00\x3e\x72\x7c\x0f\x11\x04\x2a\xc3\x83\x44\x40\x78\xb5\xce\x86\xdd\xc0\xd1\xb6\xd2\x46\x16\x99\xd6\x52\xe1\xbf\xe6\xf5\x26\x02\xea\x45\x7c\xb3\x74\x8d\x00\x38\x05\x62\xd2\x2f\xb4\x76\x5a\xf3\x5b\xe9\x06\xfb\xf3\x71\xc6\xc6\x63\x96\x22\x79\x55\x1b\x76\xa6\x1d\xc7\x02\x93\xe2\x5e\xaf\x5b\x45\x07\x11\xbd\xc3\xc5\x1c\x02\x1c\xd6\x67\xe0\xd7\xe1\x93\x7a\x5e\x71\xe6\x4b\xc5\x24\x52\x68\x43\x45\x03\xe4\xd6\x86\xe5\x2c\x0b\x1c\x5c\x55\x14\x95\x75\x06\x0f\x6f\x8c\x2e\xce\xc1\x36\x0e\x1a\x07\x85\x2d\x9c\x05\x23\x82\xc8\x8e\x6a\xdb\xd4\x6c\x42\xa5\x60\xe0\x93\x1b\x2b\x96\xaa\x4e\x2e\x73\x10\x2c\x88\x88\x45\xea\x70\x47\xd0\xba\x03\x00\xbf\x8d\x11\x5f\x7b\xae\x2f\x1a\x2c\x98\x45\x71\xc4\x50\x6e\xd3\x0b\x6f\x9b\xdb\xab\x2a\xa5\x05\xa3\xb2\x8b\x69\x9e\x38\x80\x1d\x6c\xb6\x70\xe9\x3a\x03\x95\xbf\x60\x53\x72\x1c\x97\x73\x4d\x8f\x21\x07\xac\x2f\x9a\x1c\x15\x35\xa5\x50\x63\x0a\xb8\xf6\xb7\xd6\x2e\x7b\x5f\xb3\xfa\xcd\x47\xd0\x2f\xf6\x7a\xb1\xb9\xc4\xbf\x0e\xc2\x5e\x83\x47\xdc\xed\xcb\x90\xa2\x27\xb2\x7c\x1d\x37\xa5\xe9\x04\xae\xba\x99\xe3\x7e\x2d\xa7\x3d\x2d\xe3\x02\xe1\x15\x39\xa1\x1a\x25\x57\x5f\x1b\xbf\xa8\xdf\x5a\x14\xee\x6d\xb2\x7d\x07\x49\x70\x8f\xd8\x21\x4d\x8e\x88\x23\xd4\xa9\x43\x0d\xfe\x18\x4f\x37\x60\x83\x6f\x46\xf8\xb1\x70\x14\x94\x17\xe4\x7b\xc0\xb0\x32\x9a\x8b\x64\x42\x66\x19\xc5\x78\xf4\x09\xd5\x48\xd2\xde\xd7\x4d\x87\x3c\xe3\x06\x32\xe9\xd0\x4b\x54\x59\x61\xab\xd1\x50\x75\xef\x11\x1c\x68\x91\xc7\xbd\x8c\xe8\x77\x8c\xc7\x2a\xca\x44\x3d\x67\x44\x56\x71\x64\xa3\x2f\x96\xba\x98\x0a\xb2\x74\xd1\x58\xc5\x76\x60\x21\x73\x23\xa3\x92\x57\x9b\xed\xac\x6b\xf1\xba\xfa\x79\x69\xbd\x6b\x2e\xea\xcd\x5d\xff\x0e\x9c\x68\x03\x36\x5f\x85\x2e\xaa\x3d\x59\xa3\x4c\xd2\x86\x02\x17\xbe\x6d\x44\x22\x6a\x6a\x3b\x95\xf9\xb0\x09\xf9\x02\x47\xb5\xbc\xf5\x65\x76\x7c\x7f\x6e\xf7\x65\x17\x8c\x19\x20\x35\xcc\xf0\xcd\x4c\x1b\xd1\xa4\xa9\x61\xc7\xf0\x79\x7d\xe3\x0e\xef\x61\xed\x39\x2f\x10\x5a\x01\x59\x17\xf0\x35\xac\x48\x5b\x53\x24\xf1\xaf\x39\x14\x62\xbc\x1a\xdd\x62\x6e\xd7\x2e\x44\x66\xf8\x22\x85\xd5\x9f\xc4\x6a\xaf\xbd\xb2\x93\x24\xa6\x81\x19\x4b\xd6\xbf\x66\xaa\xed\xde\xda\xaf\xd7\x3f\x90\xe5\x22\x50\x33\xc5\x25\x64\x60\xb9\xca\x51\x4b\x92\xc4\x6b\xfb\xdd\x61\x25\x7f\xcb\x59\xce\x2c\xed\x0f\xf3\x74\xbc\x68\xdb\xdc\x40\x3a\x2b\xa6\x34\x91\x8f\x64\x9a\x27\x13\xe2\x1b\x27\x29\xcb\xe8\xbc\x34\x35\x90\x97\x8c\xcc\x00\x74\x63\x4b\x0c\x88\x24\xd7\x46\x4e\x21\x56\xad\x68\x57\xe5\x02\x08\x9e\x50\x63\x14\x1f\xe6\xa6\x36\xc0\xa9\x94\x0c\xbd\xa5\x83\xea\xf6\xba\x73\xd6\xfd\xd0\xad\x78\x87\xda\xb7\xbf\xc4\xff\xfe\x72\x75\xf3\xcb\x87\x8b\xab\x2f\xf1\x6f\x17\xed\xbb\xcb\xb3\x9f\x07\xd7\x17\xed\xcb\xf8\xe7\xf3\x76\xaf\x7d\xdb\x59\xe5\x56\x5a\xec\xb5\x79\x23\x68\x94\xab\x6d\x65\x17\x67\xb8\x04\x8f\x9e\xd7\x2e\x5d\xaf\xa7\xa4\xed\x33\xd7\xe3\xd2\x1e\xd4\xbb\xfa\xc0\x45\x8d\xb5\x46\x9c\x47\x10\x4a\x69\x63\xed\xa6\x16\x69\x13\x5f\x83\x0b\xe2\x19\xb5\x15\x16\x5c\x5e\xaf\xdd\x1d\x6c\xc2\x4a\x0c\x49\xa1\xb9\x15\xf8\xd1\x72\xe4\x12\xea\x33\x16\x83\x18\xb9\x7a\xab\xad\xbe\xe8\x3c\x30\x61\x72\x40\x58\xa1\x59\xe6\x4b\xa5\xf9\x17\xa2\xf4\x37\x3f\x4a\xcd\xa7\x3c\xa3\xaa\x80\xfa\xbd\x72\x6d\x81\xc0\xee\xc7\x1a\xd2\x1d\x17\xf1\x1f\xbd\xf2\x70\xd7\x25\x30\xee\xb3\x8b\x2e\x88\x40\x89\xf1\x20\x79\xbe\xf3\xbe\xc0\x8c\x6d\xd7\xe3\x94\x42\x8c\xad\x91\xce\x9e\x86\xdd\x37\x96\x8e\xbd\xa9\x81\xda\xdd\x02\x11\x00\x2d\xcf\x4f\x15\x2d\x13\x06\xe9\xff\xe8\x08\xa3\xe6\x9b\x40\x30\x93\x94\x69\x90\x4d\x5d\x60\x4c\x19\xfe\x17\xcd\x1d\xc4\xb7\x7e\x09\xc2\x8e\x0f\xdc\x72\xd6\xf8\x60\x74\x67\x00\x58\xde\x20\x7f\x67\xf6\x12\x7a\xa9\xeb\x10\xa7\x97\xc1\x2a\x0c\x65\x2e\x52\x5f\xbb\x74\xca\xc5\xc9\x94\x7e\x7d\xe7\x67\xfa\x38\xe1\x4e\x01\x29\x52\x71\x59\x66\x35\x91\xb9\x65\x72\xcb\x97\xab\x2f\x96\xac\xd7\x6a\x69\xd1\x73\x56\x50\x7b\x0a\x1d\x15\x83\x91\x1e\xd8\xbc\x6e\xff\x16\x50\x1a\x31\xe0\xc9\x1d\x78\x68\x64\xa6\x18\x94\xea\x0e\xa1\x4e\x19\x86\xb0\x85\x7f\x43\x28\x6d\x09\xed\xb9\x9e\x79\xc7\x6e\xde\x9d\xce\x4d\xad\x83\xf9\x09\x70\x36\x5d\x4f\x76\xd3\xd0\xdd\xec\x2d\x9d\x2e\x74\xd8\xf9\xd1\xec\x6e\xfd\x4d\x0e\xa1\xa0\xa4\xf6\xc5\x5c\x14\x03\xcb\x36\xec\x85\x07\x06\x82\x8c\xcd\x05\x1f\xb6\xa7\x81\x8c\x69\xb0\xf7\x42\xb1\x63\xf6\x5b\xee\x5c\x76\x3f\xfd\xb8\xd9\x45\x6b\xd4\x9c\x78\x08\xb2\x38\xd2\xdb\x25\x3a\xb8\x4b\x17\xc6\x95\x0b\x5e\x97\xc6\x7d\x83\x65\x7e\x9f\xb7\x9a\x7a\xa5\x53\xf7\xcf\x95\xc1\xf0\xde\x12\xeb\x4a\x13\x3f\x19\xee\xc5\xe7\x0a\xdc\x85\xeb\x0e\x62\x5c\x5d\xeb\xf1\x8d\x36\xa4\xc9\xfd\x23\x55\x29\x1a\x0b\x21\xfc\xa0\x45\x7e\x96\x8f\xec\x81\xa9\x23\x92\x30\x65\xa8\xcb\x84\xd5\xe0\x7f\x85\x03\xe5\xda\xe9\x0b\x08\xfb\xc6\xb4\x62\x01\x85\x70\x0c\x1f\x4f\xac\x42\x19\x79\xcf\xa5\xb2\xfc\xc8\x20\xcc\xc0\x8c\x25\x18\xef\xdf\x14\xe4\x3c\xca\xe8\xc3\x62\x6a\xef\x36\x59\x9b\x51\xcd\x6f\xef\x9e\x72\xbe\x9a\xa5\xf1\x0e\xbe\x74\x34\x72\xcd\xd9\xdc\x4c\xa4\x38\x22\x63\x99\x51\x31\x6e\xb5\x5a\x84\x99\xa4\xf5\x6e\x23\x42\x77\x0d\xc6\x0e\xaf\x10\xac\x99\x49\xcd\xb2\x79\x00\xe8\x0c\x41\xf5\x76\x95\x21\x88\x5f\x73\x34\x79\xd4\x50\xff\x6d\x35\xf9\xf3\x79\x4d\xe7\xf5\x9a\xea\xc6\x59\x24\x0d\xed\x00\x70\xe7\x06\x2d\xe1\xfb\xf5\x9a\xd7\x06\x59\x51\x1e\x0a\xbb\xc8\x8e\x6a\x40\xc6\x91\x62\xd3\x94\x9f\xcf\xb2\xa9\x66\xcc\x56\xd9\xec\xb5\x2d\xb9\xdc\xe3\xad\x92\x60\x16\x29\xba\x86\xe2\x42\xbe\xd8\x4e\xc8\x19\x59\x3e\x5d\x2c\x7c\xb8\x2f\x29\xaa\x18\x24\xfe\x75\x06\xdd\xad\x2d\x45\x15\xa5\x71\xa4\xc2\x44\x1d\x37\x5e\xb4\x85\x22\x31\x01\xb7\x54\x5c\x43\x0e\xff\x36\xb9\x34\xa1\x19\x6c\x1a\x5c\x36\x50\x3b\x19\x8a\x95\x29\x29\xc6\xd9\x1c\xd3\x83\xbc\x89\xdf\x7d\xa2\x51\xd4\x01\x3f\x4f\x33\x67\xa8\x06\x12\x3d\x75\x62\x7e\x51\xfe\x77\xc2\x02\x54\x50\x14\x61\x64\x24\x3a\x52\x1d\xe3\x2b\xd9\xc0\xe1\xa6\xe7\x98\xe6\xec\xa3\x95\x44\x54\x21\x65\x01\x1a\xa6\x9c\x38\xd6\x17\xe5\xae\xa6\x05\x12\x91\x8b\xf3\x72\x1e\x71\xae\x18\x22\x3a\x68\xcb\x55\x0d\x7f\xb0\x6b\xb7\x32\xba\x02\x00\x14\xf7\xb9\x14\xd0\xa0\xaf\x68\x2b\xc9\xc8\xa7\xa8\xdc\xb3\x08\x95\x3f\xb5\x17\xd2\x03\x5b\x1d\x18\x01\xab\x3a\x88\x6a\x9c\xac\x77\xf4\x91\x40\x3e\xd9\x8f\x97\xc4\xe1\x2c\x34\x6e\x6f\xac\x22\x4f\xa1\x30\x04\x14\xf5\x79\xdd\x24\xdd\x06\x17\xae\xf6\x9a\xfa\x37\x85\x4d\x05\x84\x55\x2b\x93\xf6\x85\x83\x95\x89\x5c\x58\x76\x5d\x16\xf7\xd4\xe5\x4f\x21\x98\xc5\xbc\x94\x92\x0a\x90\x3f\xbe\x50\x43\x7d\xd9\x21\x8f\x56\xed\xca\xed\x61\xca\xa1\x57\xbc\x6b\x3b\xdc\x32\x7e\x03\xd7\xb9\x39\x66\xa3\x10\x3b\xdc\xc2\x39\x60\x24\xc4\xad\x45\x89\x25\x61\x76\xf9\xda\xa2\x36\x5c\xc2\x07\x4b\xdc\x76\xce\x6e\x3a\xbd\x67\x8b\xe9\xf0\x01\x15\x1b\x07\x75\xf8\x71\x9e\x77\x3e\xb4\xef\x2e\x7a\x83\xf3\xee\xcd\x53\x44\x75\xb8\x47\x5b\x84\x75\xdc\x3a\xb4\xaa\x33\x29\x0c\xfb\xba\x13\x0f\x55\xb9\x18\xd0\x0d\xc2\x8b\x03\x22\xdc\xb2\xeb\x09\x1b\x5d\x44\xdb\x0a\x50\x58\x94\xcc\x64\xea\x05\xfc\x00\xae\x15\xd5\x91\x1a\xf1\x2c\x83\x24\x9e\x60\x13\x73\x91\xf9\x76\x51\x8f\x08\x0f\xc1\x85\x9e\xe1\xf6\xc5\xb0\x04\x37\x06\x7a\xfa\x44\x4a\x8d\xfb\x43\x67\x76\x01\x14\x87\x1c\x8e\x65\x80\x5c\x56\xdf\x2e\x86\x81\x18\xf3\xb9\x20\xb2\x09\xe4\xc7\x6d\xe2\x53\xe6\x68\xb9\x8b\x72\x5d\xd9\xc0\x53\x5c\x89\x3e\xbd\xb8\xe0\x1f\x86\x19\xe2\x21\xe6\x02\x05\x89\xd2\x69\xbe\xad\x27\xdd\x93\xe2\x08\xc0\xba\xdb\x9d\xa4\x60\x38\x04\x18\xf7\x62\x23\xdd\x46\x20\x14\x66\x61\x51\xbc\xe7\xe8\xfa\x96\xa3\xca\x3a\x5b\x56\x68\xd7\x9a\x83\x79\x91\x22\x1c\x36\x49\xb2\x5c\x5b\x65\x0d\x55\x9d\xf6\x97\xdb\xbe\xc0\x82\x3c\x40\x05\xda\xc3\x25\x62\x17\xe8\x78\x95\xa5\xfe\xed\xfd\xc5\xbc\x1f\xdb\x71\xb0\xb7\x68\x58\x9a\x32\x2a\x34\x16\xd9\xc8\x32\xa6\x0a\xca\xc0\xf1\x30\x7b\xc5\x01\x74\x20\x14\x4b\x29\xbe\x77\x75\x16\x24\x9c\x5a\x3b\x5e\xf7\xd4\xd5\x19\xa8\xd2\x53\x53\x8e\x18\x44\x75\x3d\x25\xe5\xd4\x04\x17\xaf\x4b\x45\x2e\x20\xae\x96\x88\xca\xa1\xbe\x6b\xd1\x52\x0f\x9b\x3b\x90\xd2\x1e\x49\x69\x8d\x7b\x3d\xbe\x25\xc8\x44\x5a\x06\x1a\x90\x0e\x0b\xdf\x50\xc8\x51\xcd\x20\x68\x01\x6a\x41\xd7\xdd\x3a\x05\x60\xc8\x56\xde\xa2\xcb\xab\xcb\x4e\xec\xeb\xe9\x5e\xf6\x3a\x1f\x3b\x37\xa5\x7c\xa4\x8b\xab\x76\xaf\x94\x7b\xd4\xbb\xa9\xa4\x2c\xbd\xbf\xba\xba\xe8\x2c\x38\x8d\x3a\xbd\xee\xa7\x52\xe3\xe7\x77\x37\xed\x5e\xf7\xaa\xf4\xde\xfb\xee\x65\xfb\xe6\xd7\xf8\x97\xce\xcd\xcd\xd5\x4d\xa5\xbf\xbb\xb3\xe5\xee\xa7\xd2\x34\xea\x55\xa7\xc2\xba\x1d\x61\xa7\xd4\x2d\x69\x8f\xea\xfb\x3d\x67\xe2\x41\xe6\xe9\x26\x99\x74\xb5\x89\x73\x25\x2b\x42\xca\x06\xdb\x25\xe9\x35\x25\x1a\xd6\xf6\xa3\x98\x51\xf3\x01\x35\x86\x4d\x67\xbb\x95\x7d\x5a\xff\x88\x6c\x96\xff\x07\xfc\x65\x8d\xfc\xbf\xd2\xae\xbe\x9c\xfc\xbf\x9a\xd4\xbe\xc5\xfc\xbf\xee\x65\xb7\xd7\x6d\x5f\x74\xff\x4f\xa5\xc5\x2f\xed\x6e\xaf\x7b\xf9\x71\xf0\xe1\xea\x66\x70\xd3\xb9\xbd\xba\xbb\x39\xeb\x2c\x0f\x00\x5e\x1c\x7d\xa1\xb4\x1d\x93\xb8\x9f\x53\xd2\x8b\xc4\x69\x34\xe3\x3a\x6d\xcd\xae\x38\xa0\xc5\x72\x03\x90\x2c\x5c\x8c\x8f\xa0\x30\xd1\x29\xe9\x28\xd5\x9d\xd2\x31\xbb\xce\xb3\xec\x88\x84\xf2\x63\x67\x8a\x51\x03\xaf\x5d\xcb\xb4\x1b\x7d\x07\x9e\xde\xda\x69\x40\xff\xae\xcc\x17\x76\x7f\xe4\xfa\x8f\x54\xbc\xe0\x45\x76\x21\xf5\xa1\x08\xe3\x29\x00\xdd\xca\x91\xab\x58\x70\x14\x7c\x52\xe4\xb7\x5c\x1a\x4a\xd8\xd7\x04\x82\xde\xeb\xe9\xe4\x42\xee\x54\xa6\x6b\x75\x4d\x81\xfa\x33\xbd\x3a\x4f\xa8\x5e\x93\x47\x94\xab\xc1\x26\x55\x72\xdc\x2c\x3f\xe1\xa7\xae\x30\x4e\xbd\x40\x64\xb2\x3d\x04\xe1\x5c\xc8\x71\x3d\xa2\x0c\x64\x29\x39\x18\x9c\x02\xd0\x1d\x42\xfa\xe4\x98\x68\x2e\xee\xfb\xe2\xcb\x84\x09\x22\x73\x85\x3f\x19\xa9\x00\x9c\x68\x94\xe5\x7a\xc2\xa0\x1c\xdf\x11\x79\x64\x64\x4a\xe7\x18\xda\x37\x95\x2a\xc2\xd8\x01\x92\xb1\xc4\x09\x5f\x67\x5c\x58\x6e\x31\xe3\xde\xe4\x5b\xdd\xfa\x7d\x78\x84\x7c\xca\x07\xdd\x3d\x23\x73\xbd\xb8\x96\xc7\x09\x03\x97\x7e\x61\xfa\xf2\x6a\x9c\xe3\xdc\x80\x37\x28\xe5\xbd\xd5\xcc\x7c\x72\xd8\x0f\x1e\x51\x01\x96\xfb\x41\xf2\x94\xa4\xf9\x2c\xe3\x49\xe0\xbb\x8f\x52\x35\x66\xc0\xa2\x6b\x62\x83\x0c\xd8\x8a\xc3\x6d\xd9\xc4\x6a\xfc\x1e\x91\xbd\x63\x49\x2e\xec\x13\x67\x03\x47\xe5\x45\x72\xcd\xd4\xb1\x51\x7c\x3c\x06\x43\xaf\xf7\xa2\xbe\xfc\x74\xe1\x22\x1d\x69\x77\x87\x61\x1c\xcf\x93\xc9\x31\x4f\x68\x70\x14\x02\x4d\x05\xd9\x35\xe4\x23\xfa\x63\x3f\xcb\x15\x96\x75\x1c\x15\x39\x61\x8d\x71\xd6\xbe\x96\xee\x00\x2b\xb6\xec\x5e\x49\xa6\x3b\xc2\xea\x85\x0e\xf3\xbc\x08\x78\xf3\x55\x23\xfc\x0d\x57\xf4\xed\x21\xb6\x10\xdd\x16\xaa\x24\x12\xf9\x08\x15\xa7\xac\x36\x62\x85\x73\x3b\x53\x21\x41\x36\x09\xb0\x5b\xc1\xc4\xec\x81\xc9\x46\x1e\xad\xd3\x05\x25\x60\xa1\xef\x6f\x9f\xde\x5d\xd8\x9e\xed\xd4\xc3\x29\xad\x65\x91\xbb\x62\x70\x05\x5b\xf5\xb6\x12\xf1\x72\x27\xcc\x38\x93\x43\x2c\x79\xb5\x80\xce\x15\xdf\x3a\x9b\x45\x1c\x8c\x1c\x86\x5a\xf9\xce\xf2\x59\xee\x10\xef\x2e\x97\xa0\x1e\xc7\x95\x9f\x77\x8a\x61\x7e\x82\x05\xcb\x8d\x8c\x8a\x8c\xd9\xc9\x75\x43\xad\x31\xef\x47\x01\xaa\xe8\xa6\xb5\x15\x2b\x8a\x13\xe3\x57\xbe\x89\x3b\xd7\x38\x3d\x37\x42\x5f\x9b\x29\xe6\xdd\xdd\x73\x66\x82\x97\x3b\xf3\x58\x3b\x90\xfc\x1b\x66\x5d\x0e\xf3\xf1\x8e\xfc\x10\x9a\x09\x39\xfb\xa1\x00\xde\x74\x26\x05\x13\xce\xb8\x21\x64\x5f\xb8\xc6\x3d\x96\x63\xa8\x45\x52\x72\x30\x1d\x39\x1d\xc4\x55\xbd\xd4\x32\x7b\x70\x76\xca\x28\x03\x1b\xb0\x96\xec\x00\xcf\x2c\x3b\xb7\xc2\x0b\x15\x69\x51\xf2\x7f\xc2\xfa\xa2\x02\x68\xa8\xd8\x98\x6b\x03\x17\x8b\xa7\xd8\xf8\xfb\xbd\x81\xbc\x95\xe4\x9d\x65\x4b\xdf\x08\xf2\xb6\x8a\x71\x8d\x68\xb2\x09\xd8\xd2\x7c\xc6\xd2\x6e\xf8\x6e\x39\x31\x94\x7c\x9d\x69\x14\x0b\x56\x3a\xe4\x48\x03\xbe\xac\x2d\x04\x3e\xea\x90\x3b\x1d\x36\x29\x54\xb7\xf1\x00\x4c\xb0\x45\x63\x9a\x53\x45\x85\x61\x4c\xf7\x05\x46\x85\x62\xc8\x7a\x29\x46\x65\x54\x82\xf5\x2b\x64\xa9\x44\x6a\x83\x01\x71\xf0\xc9\x88\xf2\x2c\x57\x8d\x22\x02\x92\xe5\x56\xde\xf7\x65\xcb\x74\x06\xcd\x92\xba\x5d\x0b\x81\x24\xd1\x31\x0a\x41\x24\xbe\x02\x87\xaf\x12\x52\x76\xab\x36\xe1\xb3\x3a\x65\x6f\xfd\x0d\x0f\xfa\xe1\x12\xbc\x2e\xbb\xbd\xab\x64\x95\xd5\x06\x88\x7f\xfe\xf3\x6a\xa8\xce\x46\x4e\x01\x34\x32\xa1\x22\x85\xba\x5b\xd4\x44\xe6\x06\xdc\x5b\x47\x71\x00\x80\x66\x3c\x2b\x6a\xf6\x4d\x80\xa9\x6f\x90\x2c\xf8\x89\x56\xac\x56\xd5\xc1\xb4\xc2\xdf\x50\xea\xa5\xec\xf6\xa9\x33\x37\x16\xe1\x92\x0e\x89\x2f\x1c\x8f\xe6\xfd\xae\x29\xab\xbf\x7b\xe2\xd2\xba\xd8\x84\x45\x9d\xb5\x45\xbe\x94\x38\xba\x77\xb7\x45\x40\x23\xdc\x91\xf2\xb1\x3c\xbb\x66\xa5\xf4\xb0\xbe\x70\x50\x9d\xf0\x22\xe2\xbd\x62\x04\xa4\x26\x3f\x05\xdf\xe1\x4f\xff\xea\xe3\xdf\xe6\x64\x04\x6b\x0d\x41\xa6\x32\x49\x72\x05\xd0\x88\xbe\x22\x1f\xc3\x9b\x60\x93\x2c\xde\x36\xde\x7f\x1a\xf8\x01\xc4\xd2\x35\x57\x97\x72\x7a\x4c\x69\x52\x3d\x10\x5f\x11\x74\x34\xdc\x3c\x0e\xf1\x43\x69\x43\xb4\x61\xb3\x5a\x16\x50\x12\x71\xca\xcc\x7b\xa7\x44\xad\x3a\x78\xd0\xd5\x09\xa1\x9f\xe8\x6c\x19\x72\xe3\xce\x2d\xae\xda\x86\x10\xa1\x53\xbd\x99\x00\xb5\x10\x80\x2c\x1c\xe2\xe2\xe2\xea\x85\xa4\xd6\x67\x09\x44\xdd\x04\x47\x3a\xe4\x36\x3b\x04\xf6\x65\xbc\xad\xfc\xe9\xe6\x81\x2f\x45\x04\xa6\x2b\xdc\x8d\x0d\x0e\x31\x21\x39\xce\xa1\xde\x26\xc7\xbd\xba\x31\xbe\xad\x25\xdb\xb1\x63\x7e\x67\x91\x92\xff\x8c\xe9\x9d\x9f\x17\x96\x68\xd3\xec\xce\x87\x38\x9d\x1d\xc4\xa5\x22\x1c\x63\x2d\x25\x32\x64\x75\x7e\x2e\x63\x12\x94\x96\x58\xf2\xb5\xc0\x1b\x16\x2b\x03\xc2\x0d\x95\x32\x21\x0d\x23\x94\x08\x9e\x9d\x88\x3c\xcb\x4e\x2e\xa5\xb0\x8c\x59\xf3\x31\x86\x90\x60\x55\x7f\x88\x74\x2d\xca\x65\x94\xac\xc7\xd1\x11\x00\xe6\x6c\x87\x84\x86\x6d\x63\x39\xa6\xdd\x82\x6c\xde\x17\xf6\x0b\xbc\x47\xb0\xca\x00\x0f\xd1\xc1\xd8\x9b\x87\x7d\x74\x7d\x41\xaa\xdc\x3c\x6e\xbc\x86\xc0\x96\x21\x25\xee\x14\x96\x7b\xa8\x5f\xf9\x62\xea\x57\x4a\x15\x0a\xea\xaf\x5f\xc9\xb2\xf9\x50\x6d\x5d\x4a\x32\xe8\x26\x41\x6c\x5d\x83\x1e\xbf\xa5\x87\xec\x29\x71\x33\x77\x06\xc9\xf4\x2b\xb5\x0f\x47\xc1\x6f\x98\x33\x3b\x90\x23\x5f\x7f\x72\xfb\x3c\xdf\x35\x2d\xb5\x71\xa2\x42\x9c\xdd\xbb\x48\x24\x4d\xaa\xaa\x14\x03\xa7\xcc\xae\x37\xd8\xea\x82\x5d\x89\x0f\xf8\xf9\xb5\xcc\x78\xb2\xdc\xbc\xed\xaf\x26\x40\x65\x5f\x70\x6e\x40\xfd\x02\x57\x15\x99\x7a\x0d\x1b\xed\xb6\x86\x25\xa6\xb0\xd6\x2c\x4e\x6e\x13\xeb\x9f\x57\x17\x42\x2b\x00\x24\x53\x94\x95\xb0\xd7\x0a\x04\x07\x43\xaa\x0a\x0a\xd2\x00\x70\x4e\x67\xe0\x4e\x71\xfa\x45\x69\x20\xc0\x9b\x1e\x27\x32\x63\x47\x68\x0e\x02\xdb\x71\x5f\xcc\x98\x4a\xa4\x55\xd2\xa0\x70\x35\xc6\xcb\xf1\x2c\x2d\x12\x42\xdf\x82\x2b\x0b\x0c\xce\xef\x1c\xea\x05\x0b\xe6\xba\x50\x5c\x60\x35\xd9\x7a\xe4\xbb\x5d\x11\x15\xf6\x65\x9b\x5e\x46\x05\x5f\x9c\x7b\x0b\x97\xc2\x81\x81\x57\xec\x2e\x76\xd1\x4b\xe3\xd9\x6c\x87\x59\x48\xf5\x83\x0b\x06\x2b\x51\x98\xca\xbe\xba\x78\xeb\xea\x52\x12\x69\x49\x94\x07\x07\x82\xfd\x88\x82\x0b\x92\xa2\x18\x52\x44\xa8\xba\x4d\xed\x8b\xc2\xd4\xf4\x83\x8e\x45\x92\xda\x7d\x6e\x91\x0f\x52\x11\x0e\x80\x52\x09\x3b\x22\x3f\x94\x26\xfa\x03\xc4\x4c\x0b\x09\xfd\x39\x03\x45\x69\x69\x80\x5c\x8f\x08\x37\x7d\xc1\x35\x52\xa6\x62\x19\x7b\xa0\xae\x96\xab\xd7\x0a\x9d\xf9\xda\xa5\x22\x87\x69\x83\x03\x95\xba\x28\xed\x34\x00\x26\x42\x74\x92\x8a\x63\x6f\x29\xc4\x78\x01\x42\x7c\x2e\x20\xd3\x8f\x7d\x45\x1c\x7e\xab\xe8\x3e\x30\xa5\x78\x9a\xda\xee\x8a\x02\x11\x0e\x93\x09\x2a\x0e\xce\x65\x8e\x65\x73\x52\x70\x95\xd0\x90\xfb\x15\x02\xa1\x38\x0a\xa3\x43\x69\x26\x65\xe0\x72\x04\x6d\xc1\x93\xc4\xac\x8a\x6d\xa0\xae\x10\xac\xab\x60\xd4\x4c\x08\x37\x47\x10\xc1\xe6\x19\x47\x5f\xd0\xd4\x61\xde\xb9\xe6\xec\xd2\x00\xdd\x2f\xd9\x67\xf7\x1c\x02\xec\x9b\x8f\xd8\xae\xfe\x11\x3c\xd5\xb3\x8c\x8a\x01\x32\xd4\x6f\xe0\x21\x89\xf0\x74\x9a\xec\x58\xf9\x70\x10\xf0\xea\xf7\x32\xce\x20\xe9\xdc\x94\x50\xae\xac\x08\xe7\x3b\x3a\xaa\x56\x95\xf5\x92\x39\x64\x7e\x7a\x53\x3e\xcf\xa0\xde\x3b\x5a\xc9\xd6\xe7\x02\x85\x97\x87\x56\x6c\xba\x9e\x5a\x57\xb9\x79\x3c\x05\xbc\x54\x57\xcf\x3a\x3b\x5f\xb9\x43\xaa\xdb\xbe\xb9\x97\x61\x41\x60\xda\xca\xd3\xb0\x62\x58\x4f\xeb\x6d\x68\x34\x21\x2c\x7a\x1d\xbe\x84\xfa\x3e\xc1\xa6\x8c\x51\x03\x8c\x68\x69\xf5\x1a\x6f\xe1\xa8\xc7\x4b\xaa\x84\xf8\x3d\x69\x20\x72\x19\x55\x7d\xed\xe4\x36\x2c\x34\x44\xba\x82\x78\x4b\xc5\x11\xe9\xbf\x41\xca\xd2\xfd\x37\x08\x18\xed\x61\xb7\x7c\x15\x23\x77\x7e\xd2\x52\xad\xba\x60\x69\x47\x77\x79\x71\xe0\x5c\x75\x9d\x8d\xac\x79\xdf\xb2\x7c\x50\x94\xf9\x87\x11\x35\x43\x6c\xc0\x5d\x93\xa8\x73\xce\x7d\x6d\x21\x80\x86\x54\x79\x62\x8a\x09\x87\x52\x2c\xef\xfd\x87\x76\x89\x66\xb9\xbb\x51\x43\xe9\x13\xa9\xfa\xc2\xb7\x56\x54\x44\x6c\x67\xd9\x42\x53\x8b\x55\x88\x22\x5a\x05\x1b\xb5\xcf\xc9\x07\xac\x87\x22\x40\xbc\xca\x07\xc0\xe6\x3d\x64\x05\x60\x60\x8b\x14\x75\xb0\x40\xf4\xa8\x14\xdc\x89\xeb\xed\x64\x99\x2f\x36\x83\x52\x5b\x54\x61\x44\xe7\x10\x79\x3d\xca\x2d\x3b\x8a\xc2\xd3\xfb\x02\x6a\x2f\x8d\xb8\x3d\x24\x7e\x5d\xfa\xe2\x93\x74\x61\xee\x20\x5e\xf9\x49\xfa\xd0\x75\xb7\x6c\x3f\x04\x68\x02\xf7\xc3\x39\x5c\xdb\x23\x74\x0d\x57\xc0\x2a\x21\xa4\x03\x02\xcf\x8e\xac\xec\xa1\x8a\x49\x25\x54\xf4\xc5\xdf\xec\xf2\xf8\x82\x42\x6e\x5b\xe5\x08\x0f\xb1\x07\xf7\x24\x6f\xff\x0b\x1b\x7d\xfb\xaf\xef\xfe\xeb\x1d\x96\x6b\xfb\xff\xd9\xbb\xb6\xde\xb6\x8d\x2c\xfc\xde\x5f\x31\xd8\x97\x3a\x00\x23\x03\x2d\xf6\x25\x6f\x46\x2e\xa8\x03\x23\x31\xe2\xb8\xbb\x40\x59\xc8\x23\x6a\x2c\x11\x26\x87\xc2\x0c\x19\xaf\x17\xd8\xff\xbe\x98\x73\xce\xdc\x28\xde\x24\xd1\xde\x6e\xda\x87\xa2\x81\x45\x72\xee\x67\xce\xe5\x3b\xdf\x69\x34\xd0\xc1\x24\xf1\x15\xe2\x32\x95\x9a\xa2\x00\xd8\xa3\x1d\xc1\xbd\xaa\x4a\x64\x6d\x71\x4d\x0c\x96\x1e\x20\x2b\x67\xee\x42\xdb\xde\xf3\x7a\xc1\x32\x5e\x67\xdb\xd7\x56\x9b\x0b\x8b\x2c\xe5\xda\x97\x71\x37\x9a\xa3\xd1\xb5\xba\x93\x75\x8c\x05\xa6\x4a\x47\xb7\x18\xed\x17\x33\x04\x88\x9b\x7c\x8d\x76\x65\x48\x6a\x8a\x9b\xd3\x33\x1d\x7a\x4d\xcf\x3d\x6e\xb9\x1e\xbc\xbb\x94\x5c\xc4\x92\x97\x62\xcd\x52\xcc\x8d\x4e\xff\x66\x97\x3f\x95\xbb\xd5\xa2\x78\xba\xaf\x17\x90\x77\xb0\x30\xd3\xb2\x80\x84\xe8\x91\x9b\x6e\xb9\xde\x37\x95\x46\xa6\xbb\xd7\xd8\xea\xd6\x77\xdc\xec\xb8\x96\xa6\x2b\x2d\xe8\xe2\x71\xf3\x73\x13\xc7\x80\xe2\x64\x2f\x28\x4b\x43\x45\x74\x8c\x92\x1b\x28\x56\xfe\x7c\x62\x3d\x03\xa6\x6b\x5e\xe7\x19\x12\x1b\x49\x5e\x3c\x01\xe3\x4a\x92\xca\x75\xae\xd0\xb4\xe6\xd9\x53\x56\xe4\x19\x15\xc4\x89\x75\x21\xf1\x4d\xc8\x3a\xc2\x99\x03\x4f\xd2\x4b\xa9\x43\x7d\x08\xf7\xee\xd9\xbf\xed\x51\x85\x5c\xf1\xb2\xd8\x6b\xd6\xde\x26\xc4\xbd\xaa\x8e\x2d\x44\x81\x29\x78\xd6\x9e\xad\x54\xbe\xc9\x25\xaf\x2b\xc5\xce\xae\x6d\xde\xca\x2b\x97\x6b\x09\xb3\xd8\xdd\x8d\x96\xbf\xee\x90\x29\x42\x5f\x5f\xf7\x65\x0b\xf1\x49\xb1\x5e\xee\x03\x8b\x0f\xe5\xf9\x1b\x8d\xbf\x9b\xa7\x74\xcd\xcb\x5d\xc8\xf3\xe5\xd8\x67\x68\x66\x0a\x9c\x04\x66\x3b\x06\x66\x5d\xae\x3d\x82\x29\x95\xe4\x0c\xc1\x75\xab\x54\x07\x81\x6d\x7b\x94\x20\x38\x96\x47\xc2\xb6\xa9\x2e\xdc\xf8\xdb\x83\x0e\xe3\x2f\x57\xd6\x47\xe4\x2f\x82\x48\xb2\xc2\x40\x85\xcc\xe0\x9c\x02\x3c\x75\x1b\x21\x64\x53\xe9\xd1\xa9\x6f\x8b\xaa\x59\x33\x72\x97\x93\xf3\x59\x2d\x58\x2e\x16\x09\xd3\x3f\xbf\x39\x3f\x5f\x2c\x7a\x66\xe2\x50\x42\x09\x77\xbe\xe1\xbd\xee\x1d\x0e\xbf\x75\xa2\xbf\x47\x8e\x56\x54\x0e\x6d\x79\x98\xe5\x61\xe9\x38\x60\xb7\x84\x96\x79\x8c\x6d\x6c\x37\xe9\x4a\xc4\x9d\xd2\x9c\x05\x49\x0e\x37\xb5\xe3\x4a\xc8\x7a\x09\x2d\x1e\xd6\x18\x34\x72\x0d\xaf\x47\x59\x2d\x93\x2c\xac\xdf\xbe\x56\x68\x38\x5b\x68\xeb\xef\x41\x31\x47\xa2\xf6\xe2\xfa\x81\x9d\xe5\x10\xc7\x0a\x9c\x8c\x63\xd5\xeb\x68\x40\x47\xcc\x5e\x30\xa0\x48\x30\x4d\x1a\x90\xef\x3d\x66\x79\xbb\x4a\x85\x0e\xdd\x67\x04\x85\xfd\x9b\xf7\x00\x23\x72\xd3\xbb\xbb\x19\xaf\xa9\x7a\xfe\xbf\x85\xaa\x7c\xca\x22\xd1\x05\x07\x1f\x1e\x80\x79\x3f\x2d\x8f\xa7\x7d\x40\x5e\x2b\x64\x79\x08\x53\xd9\xe1\x2f\x84\x1e\xc6\x6b\x7a\xf5\x64\xe1\xde\xfd\x8c\xa1\xcb\x23\x08\xd5\x5d\x57\xfc\xa5\x19\x4a\x4f\x6b\x49\x38\x51\x6c\x0f\xe8\x39\x28\x01\x46\xa1\xcb\x35\x2b\xf9\x8e\x62\xc6\x54\x68\xba\xed\x15\x59\xc0\x20\x7e\xfb\xe7\xef\x8b\x3e\x5a\x1b\xe8\xfa\xd1\x65\x73\x3e\xd8\x1a\x62\x4a\xf0\xb5\xa7\x65\x0f\x59\xd7\xc7\x28\x6b\x46\x37\xe4\x09\x9a\xcc\x29\xeb\xb2\xaf\xab\x38\x72\x03\xbf\xc5\xf3\x75\xc8\x49\xe8\x36\x38\x2d\x8f\x63\xe5\xae\xee\x19\xe8\xc0\x3d\xda\xd2\x82\xfa\xd9\xd1\xc2\x01\xb3\xd7\x2d\x9f\x5e\x48\x0f\xec\x4b\xe4\x9c\xd2\xfd\xe8\xdd\x93\xb5\xd7\x53\xf2\x3f\x07\xe3\x7a\xef\xc2\x34\x6b\x70\xca\x64\x55\xb9\x32\x1a\x24\xd2\xa3\x90\x57\x14\x44\xd3\x85\xcd\x05\x72\x89\x0c\x56\xc4\x20\x55\x7a\x2b\x93\xd2\x85\x94\xc3\x4c\x85\x70\x9f\x75\x06\xd3\x7a\xee\x83\x79\x53\x55\xbb\x0f\xc7\x45\x7b\x04\xbe\x82\xfd\x43\x9e\x3d\x08\xb3\x95\xef\x7d\x89\x84\x50\xb5\x72\xca\xb5\x4b\xdd\x20\x82\x97\x86\xa8\x2a\x68\x2c\x39\x55\xc9\x29\x6c\xf6\xbd\xc7\x78\xff\xa8\xbb\x27\xe7\xb9\xf3\x6a\xbb\xe7\x02\xbe\xef\xb2\xbf\x88\x90\x31\x82\x41\x26\xa8\x0e\xfe\xe4\xd1\xab\x22\xab\xa4\xcb\x18\x9b\xc5\xca\xe8\xc8\xb9\xed\xee\x2e\xfc\xb6\xc7\xe4\x38\x66\xf2\x9c\x68\x79\x05\xb2\x4d\x55\x19\x31\x53\xd6\x0c\xa8\x6a\x60\x9a\xa0\xed\x84\x95\x3c\x97\x74\x0c\x6a\xc5\x33\xa3\x3b\xad\x9a\xcd\xa6\xd7\x20\x28\xaa\xcd\xb3\x7a\x27\x6d\x86\x6a\xaf\x77\xd2\x8d\xb0\x18\xca\xba\x1c\xd9\xa1\xdf\x91\xe5\x37\x98\xa5\x30\x87\xed\x76\x69\x5b\x42\x0f\xd4\x7d\x5e\x88\x97\x31\xd7\x66\xb2\x3d\x2f\xa7\xd8\x9e\xd6\x85\x09\x30\x2a\x1c\x87\x73\x32\xfd\x89\x8c\x52\x84\x96\x2f\xcd\x9b\xcf\x9a\xae\xe1\x12\xcc\xe0\xb0\x12\xd7\x89\x16\x72\xad\x81\x79\x75\xfe\xfc\x0d\x90\xed\xa7\x67\x5a\x8c\x30\x0f\xdf\x54\xa5\x60\xd0\x94\x46\xce\x00\x46\x38\xb0\x04\x42\x1e\x66\x80\x9e\x5e\x0a\x0e\x3c\xf9\xf4\xb3\x2d\x97\x1b\xb1\xf6\xb1\xc1\x33\x29\x1e\x99\x91\xb5\x49\xe8\x03\x0e\x96\x27\x61\xa2\xce\x5e\x19\xdd\x26\x0a\x19\x2b\x91\x55\x6a\x0d\x49\xbb\x1b\xae\xd6\x00\x54\xa0\x0d\x5f\xf0\xec\x01\xca\x9b\xc0\x75\x84\x2d\x92\x9f\xda\xe6\xb5\x62\xec\xc4\x7f\x2d\x97\x19\x12\xc7\xb9\x8a\xa3\xb6\x7f\xf8\xba\x66\x3c\x53\x95\xa6\xfa\x87\x54\xd5\x82\xca\x29\x04\x8c\xf2\xd0\xe2\x2c\x21\xd7\x7d\xed\x75\x92\x15\xed\x93\x28\x14\xc4\x83\xb6\xd5\xa3\xc5\x85\x3c\x72\xef\xf6\x3f\x04\x55\x73\x4d\x7b\xd6\x22\x2e\x83\x20\x01\x08\xf2\x88\xd6\xf6\x43\xa5\x28\x8d\x16\x36\xc5\x35\xb1\xe7\xfe\x92\x7f\x13\x09\xbb\xd9\x71\xf5\x90\xb0\x77\x4f\x92\x97\x79\xf6\xb1\x5a\x75\xf9\x9b\xe7\x37\x35\x08\x70\xb3\xcc\x0a\xae\x27\x7a\xff\x3b\x3b\x71\x49\x1f\x7a\x0b\xdf\x99\x3e\x81\xbf\x00\x37\x50\x39\x71\x65\x52\xf9\xf5\xf3\xbb\xcf\x67\x0f\xbc\x56\xd5\x86\xcb\x57\x6f\xd8\x7b\x23\x19\x88\x16\x0f\x43\xd0\xf7\x4a\x08\x70\xf0\x13\x76\xf4\x6c\x5b\xd7\x3b\xfd\xe6\xfc\x7c\x93\xd7\xdb\x66\xb5\xc8\xaa\x12\x5d\x59\x95\xda\xe0\x3f\xce\x73\xad\x1b\xa1\xcf\x7f\xfe\xe9\xef\xaf\xba\x66\x7d\x0f\x38\x7a\xb2\xad\x34\x7f\xe9\xf9\xee\x1b\xe0\x1f\x7b\xa0\x40\xd6\xe7\x8f\xf8\xff\xf4\xf1\xf7\x60\x7a\xbf\x77\x6d\x6f\x04\x29\xf2\x97\xbb\x7e\x56\xcd\xa8\xd3\x83\x62\xbd\xe1\x7c\x5d\xe6\x32\x32\xe2\xff\x50\x21\xc0\xf6\xa2\x76\x61\xe8\xa3\x5b\x7a\x92\xdb\x63\x0e\x93\xe2\x9a\x43\x71\x54\x4b\x38\x07\xe2\x5f\xd7\x95\x12\x44\x81\x84\x76\xc6\xaa\xa8\x56\xc0\x9b\x63\x7e\xe9\x2b\xfc\x97\x15\x95\x9e\x8c\xd5\xde\x5f\xb0\xb7\xf4\xfa\xa0\xda\x5a\x95\x3b\xc0\x04\x28\xa1\x01\x1c\xba\x6f\xc8\xef\x05\x53\x67\xd1\x75\xf6\xbb\x6b\xae\xdc\x77\x7b\xba\xce\x7e\xaa\xa8\xd9\xd2\xe0\xff\x7f\x3f\xb0\xa7\xfb\xee\xe5\xf7\x61\x54\x9d\x03\x0d\x70\x0d\x75\x31\xd0\x53\xa6\x73\xb9\x29\x44\x6b\xbc\x96\x98\x2c\x95\x17\xf8\x4b\x58\xcb\xc8\x13\x10\x38\x17\x3b\x71\xd0\xb8\xf8\x3c\x86\xd9\xd9\x85\x85\xcd\x02\x3c\x93\x93\x27\xc7\x29\xcc\xa0\x41\x25\xb6\x38\x92\x12\x4c\x42\x4a\x6f\x2a\x75\xb3\x7a\xed\x41\x94\x95\x02\xe9\x0a\x18\xdb\x1d\x57\x40\xf0\xb5\xcd\x8b\xf5\xeb\x0e\xa0\x3c\xaa\xbf\x3e\xb5\xd9\xe6\xd9\xf0\xa2\x80\x15\xdf\x09\xb3\xce\x88\xe1\x71\x63\x77\xdf\x59\x35\x35\x13\x3c\xdb\x3a\xfc\x08\x7a\x15\x5b\x9a\x44\x24\x2f\x22\x15\xea\x7f\xed\x2a\x1e\x97\x17\x7d\xfc\x22\xdf\xbf\x9c\x88\xe6\x6c\x8a\x9c\xf8\x1a\xbb\x67\xed\xa9\xe1\xd2\x49\x8e\xbe\xa9\xd2\x4b\xf4\xad\xbe\x40\x92\x81\x67\x85\xd0\x3b\xfe\x28\x09\xba\x78\x50\x51\xcb\x69\xf2\xa1\x9b\xb8\xd0\xc8\x87\xd6\x2f\x71\xd5\x33\xb4\x4a\xea\xdc\xb1\xb5\x24\x01\x2d\x15\x2f\x8a\x30\xdf\xd8\xdb\xc5\xa9\xf4\x66\x84\x66\x8f\xa2\x28\xcc\xff\xb3\xb6\xe0\x26\x3b\x61\x0d\xf0\x1f\x91\x58\x9c\x1d\xe5\xa8\x90\xf5\xfa\x7a\xc5\xa1\x00\x6b\x5f\x19\xbb\xbd\xd3\x1c\xc5\xc2\x4f\x38\xd0\x19\xcf\xb6\x62\x69\xba\xd6\x1c\x00\xc6\xa2\x9a\x6c\x6f\xcd\xcb\x37\xf8\xee\xe0\x65\xc6\x77\x75\xa3\x28\x9a\x8c\x6d\x41\xa8\x8c\x67\x90\x53\xe0\x7c\xe8\x63\xc7\x3b\xc3\x66\x97\x1d\xf5\x10\x46\xfb\xda\x6d\xb1\x07\xf5\x01\xe0\x30\x5b\xa4\x57\xc6\x95\xb2\xe1\x6f\x6a\x95\x71\x55\xe7\xf7\x3c\x8b\x8c\xec\x49\x59\x86\xd1\x0d\x89\x5f\xd4\xe0\xf3\xf3\x55\xbf\xac\x28\xe7\xcc\xb1\x41\xf5\xaf\x7f\x27\xf4\x62\x0e\xeb\xf0\x72\x26\xe3\xf0\xe0\x49\xe1\x2c\x4a\xf4\xe8\x1c\x7a\x50\x04\xe6\x84\xb1\x1e\x09\x48\x3a\x8c\x07\x20\xa8\xcc\x32\x5d\xc2\xed\xd1\xef\x50\x55\x12\x70\xb5\xad\x83\x3a\xdb\x11\xbc\x13\xa6\xd0\xd7\x21\x77\xd0\xd7\x20\xff\xc9\x5c\x51\x7c\x23\x58\x29\xd6\x79\xd3\xa6\x99\x18\x06\xd9\xfc\x25\x58\xfe\x40\x82\xa5\x7f\xdd\x9e\x4d\x20\xcc\xe6\x2e\x9a\x22\x11\x3e\x54\xca\x83\x6e\x3f\x81\x91\xff\x28\x90\x51\xbc\xae\xd0\x8b\xdd\xcd\x5e\x19\x24\x15\xf1\xfa\x47\xed\xd0\x55\xf1\x4e\xb7\x31\x83\xab\x5c\xd7\xbf\xb6\x6a\x3f\x1f\xc1\x42\x51\x34\xcf\x97\x49\x62\xbb\x8a\xdd\x0c\xde\x18\xcc\x98\xf8\x42\x76\x03\xf9\xd3\x8d\x70\x40\xe7\x2e\x20\x8e\x2d\x3f\x87\xe9\xf7\x21\x8a\xd7\x9d\x9b\xaf\x3b\xbc\xa0\x1e\x15\xdf\xed\x84\xb2\xae\x53\xee\xec\x15\xdf\x2e\xb5\x92\x4a\x34\x74\x3e\xde\x7c\xfe\xe4\x35\x2e\xef\xff\x68\x7d\x1a\x1e\x83\xa9\x5b\x74\xaf\xdc\xa7\xa6\x28\x7a\x57\x6e\x02\x2d\xfb\xed\xd5\xd5\xf2\xd7\x8b\xab\xdb\xf7\x83\x79\xea\xc1\x63\xbd\x73\xe2\x7a\x42\x73\x82\xea\x67\x0d\x2a\x67\x53\x0a\x8a\x48\x80\x11\x61\x0b\xb5\xc0\x2d\xdf\x14\x45\xcc\x57\x90\xca\x3b\xfa\x0e\xa4\x53\x34\x12\xcd\xc3\x54\xb2\xc1\x89\x8b\xdb\x87\xc7\xee\xcc\xc7\xef\x6c\xa1\x5f\x3f\x88\x37\xec\x93\x6b\xb5\x67\x5e\x29\x8a\x76\xc2\x71\x40\xd7\xf7\x4b\x31\xb2\x1c\x77\x3c\x6e\xa5\x2d\x21\x46\x44\x2a\xb3\x9c\x0e\x9c\xbb\xbb\xd8\xf5\xe0\xc4\xfd\x1a\xef\x67\xf8\x6e\x82\x3c\x1a\x58\x5a\xcb\x51\x4d\xa4\x92\xca\x2a\x70\x00\x28\xf6\xf6\x89\x5d\x4a\xcc\x93\x29\xb8\xdc\x34\x7c\x23\x74\xc2\x6c\xe3\xa9\x2c\xf3\xcd\x16\x12\x8f\x88\x09\x15\xd3\xd7\x39\x93\x1c\x8a\xb4\xc7\x5b\x08\x03\x43\xe2\x5f\xbc\xdc\x41\x4c\x5d\xa6\x92\xc6\x24\x37\xfe\xf3\x18\x33\xfa\x78\xe3\x86\x63\x76\x9a\xfb\x10\x51\x81\xc8\x54\xe2\xe2\x62\x7e\xb3\xb5\xc9\xc0\x71\xcb\xeb\xf6\xd6\xe5\x4a\x58\xf6\x21\x90\xe9\x1b\xb0\x0e\xb1\x7a\xad\xc5\x8c\x18\x49\x1f\xb0\xb9\x62\x04\x11\xbb\x34\x2e\x4f\xec\x62\xd8\x33\x41\x7d\xeb\xde\xf5\x27\xdf\x01\xe6\xc0\x2d\xbf\xb5\xbe\x32\x61\xdb\x7a\x31\x36\x22\xcd\xfd\x86\x92\xed\x23\xcc\xda\xe8\x4e\x40\x23\x75\xf7\xc6\x8e\x0b\x9f\xe9\x0d\x36\x54\xcd\xaa\x38\xa0\x4b\xf8\xfc\x60\xa7\x50\x24\x0f\x77\x6a\x82\x43\xe6\x4b\xeb\x68\x99\x6d\x3a\xd4\xec\xaa\xaa\x7a\xd6\x65\x46\xd7\x46\xd4\x29\x7a\x61\x6c\x32\x9a\xac\x3e\x66\xbf\x4c\x00\x39\xb4\xa7\xc8\x4a\x9f\xa1\x0e\x15\xb9\x3e\xaa\x3b\x5e\x7f\x9a\xdc\x23\xa7\x21\xd0\x65\x77\x90\x84\xa5\x7b\x2e\x12\xb0\x3d\x62\x92\x0c\x6a\x72\xa7\x8a\x1c\xc5\x8b\x84\xba\x09\x9c\x10\x7b\x89\xdb\x44\x89\x5f\xb9\x04\x2b\x2f\x37\x4a\x1b\x71\x49\xf2\x8e\xa4\xb6\x31\x4f\x53\x69\x93\x51\xad\x38\xbe\x60\x36\x80\xe9\xfe\x8a\xc0\x91\x1d\xa6\x72\x81\xc6\x5a\xb3\x4a\x0a\x2b\x0d\x53\x09\x8c\x5f\x12\x5c\x3f\x2b\x0d\xb9\xf8\xc4\x6b\x45\x3f\x04\xbc\xd9\x5c\xba\xea\xcf\x23\x32\xaf\xa5\x06\x44\xf7\xfc\x0f\xe6\xbf\xff\xfc\xf0\xdf\x00\x00\x00\xff\xff\x74\x8b\x3c\xd9\x1d\x83\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x1b\x39\x96\x27\xfa\x7f\x7f\x0a\xac\x67\x23\xca\xee\x96\xa8\xaa\x9e\x47\xf4\x6a\x62\xe3\x5e\x5a\xa2\x5d\xbc\x25\x4b\x6a\x89\xb2\xa7\x76\x39\xc1\x01\x33\x41\x12\xad\x24\xc0\x02\x90\x92\xd9\x13\xfd\xdd\x6f\xe0\x1c\x00\x89\x4c\x66\xf2\x2d\x59\x72\x71\x26\xa2\x4b\x66\x66\xe2\x79\x70\x70\x9e\xbf\xf3\xdf\x7f\x20\xe4\x8d\x7e\xa4\xe3\x31\x53\x6f\x4e\xc9\x9b\x3f\xb7\x7e\x7c\x73\x64\x7f\xe3\x62\x24\xdf\x9c\x12\xfb\x9c\x90\x37\x86\x9b\x8c\xd9\xe7\xa3\x6c\x6e\x18\x4f\xb3\x13\xcd\xd4\x03\x4f\xd8\x09\x4d\xa7\x5c\xb4\x66\x4a\x1a\x09\x1f\x12\xf2\xe6\x81\x29\xcd\xa5\xb0\xaf\xbb\x3f\x89\x90\x86\x68\x66\xde\xfc\x81\x90\x7f\x40\xf3\x3a\x99\xb0\x29\xd3\x6f\x4e\xc9\xff\xc5\x8f\x26\xc6\xcc\x7c\x03\xf6\x6f\x6d\xdf\xfd\x4f\x78\x37\x91\x42\xe7\xa5\x97\xe9\x6c\x96\xf1\x84\x1a\x2e\xc5\xc9\xdf\xb4\x14\xc5\xbb\x33\x25\xd3\x3c\x59\xf3\x5d\x6a\x26\xba\x98\xe3\x09\x9d\xf1\x93\x87\x9f\x4e\x68\x62\xf8\x03\x1b\x64\x34\x17\xc9\x64\x30\xcb\xa8\xd0\x27\xff\xcd\x53\x3b\xc7\xbf\xb1\xc4\xfc\x03\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x11\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x96\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc8\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\xcf\x3f\xfe\x58\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3a\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xe3\x0f\x75\x7f\xff\x23\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x71\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe4\x97\xeb\x4f\xc4\xf6\x47\x72\xc1\x7f\xcb\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x49\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x1a\x4d\x8e\x49\xc6\xef\x19\xf9\xe1\x82\x6b\x43\xda\xd7\xdd\x1f\x8e\xc8\x0f\x17\x05\xe3\xd0\x3f\x3c\xc3\x0a\x87\xbf\xff\x33\x3a\x7a\x86\x8e\xab\x87\xee\x4d\xdb\x9e\xe6\x5b\xbc\x26\x8a\x16\xfe\xf3\x0f\x71\x3b\x6e\xbf\x96\xf3\xde\x82\xf1\x3a\xae\xbb\x09\xaf\xfd\xc0\x4c\x32\x59\xc1\x68\xf5\x8e\x9c\xd6\x6e\x47\x95\xd5\xea\xd7\xc5\x6b\xed\x14\x9e\x9a\xdf\xee\xc2\x6c\xa9\x81\x53\x40\xb9\xc0\x43\x13\xce\x50\x79\x67\xc8\xb7\x63\x2b\xbb\xf0\xdb\x68\x36\x11\xcb\xf5\x9c\x34\x5a\x89\x17\x32\xd7\x8c\x4f\xf9\xaa\x7d\xec\x8a\xd4\x8a\x5d\x8e\xc9\x89\x7c\x3a\x64\xca\x4e\xdd\xb3\x3b\x98\xe1\xd0\xb2\x3f\x93\x2b\xc1\xd2\x86\xa9\xfd\x96\x33\x35\x5f\x32\xb7\x11\xcd\x74\xd3\xe4\xb8\x30\xcc\xca\xb5\x95\xc7\x23\xa9\xa6\xd4\xb8\x17\xfe\xed\x5f\x36\x9d\xbc\x91\xf7\x6c\xd5\x3e\x77\x71\xd7\x12\xaa\x61\xbb\xa7\x79\x66\xf8\x2c\x63\x64\x46\xc7\x4c\xbb\x55\xc8\x33\xa3\x8f\xe0\x35\x2b\x4b\x33\x75\x1c\x6e\x1b\xe8\xc1\xdf\xb2\xb9\x86\x5f\xc8\x28\x30\x32\xc1\xbe\x1a\x68\xa9\x2f\xe0\x9e\x85\x25\x8a\x6f\x8f\x27\x58\xca\xed\xe8\x44\x4b\x65\x06\xc3\x79\xeb\x9e\x2d\xf4\xdb\x48\x2d\x54\x10\x6a\x8c\xe2\xc3\xdc\x30\x3b\x6f\xdb\x86\xbf\x27\x81\xf5\xe1\x65\xac\xed\xe5\x7b\x75\x7e\xf5\xf6\x9e\x1a\x25\xc7\x54\xbc\x3b\x25\xed\x34\x25\x38\x50\xfb\x0e\x4f\xf1\x4a\x9e\x30\xc5\x5a\xa4\x37\xe1\x9a\xe8\x89\xcc\xb3\x94\x08\xf6\xc0\x94\x5d\x5b\x36\x9d\x99\xf9\x8b\x5b\xad\x94\x2b\x96\xc0\xc2\x6c\x72\xc2\xc2\x57\x76\xd1\xac\xd2\x33\xc7\xa5\xbb\x67\x73\x10\x5c\x16\x97\xef\x19\xe8\xa5\xf2\x94\x89\x7c\x5a\xb9\x2b\xe0\xf7\xf3\xce\xed\x59\xe7\xf2\xbc\x7b\xf9\xb1\xf2\x85\x15\x23\xc2\xa3\xd2\x93\xff\x5c\x58\x9b\x11\xcd\x33\x38\xd5\x51\x6b\xcf\x26\xb8\x24\x13\x9e\xa5\x8a\x89\x13\x43\xf5\xfd\x80\x7d\x65\x49\x8e\xf7\xec\x7f\x97\x7f\x18\x58\xe9\x53\xa6\xac\xfc\x4b\xe9\x1f\x85\xb8\xb3\xf1\xa7\x41\x2b\xdd\xf8\x4b\xd0\x61\xd7\xfb\x0e\x7e\xe1\x69\xed\xdb\xf0\xcb\x8a\x39\xf8\x77\x96\x0c\xd6\xbf\xd2\x38\x2a\xff\x82\x13\xe0\x6a\xdf\x51\xcc\xa8\xf9\x80\x1a\x63\x4f\xf9\x16\x32\x23\x6c\x29\xb1\xb3\x25\xc5\x7e\x3a\xf1\x11\x05\x45\xe0\xdd\x41\x72\xb4\x23\x28\xde\x5c\x25\x2f\x5e\xca\x94\x75\x42\xb3\x1f\xa4\xea\x51\x7d\xff\x1a\x64\xc6\xd2\xc0\x9f\x43\x6c\xdc\xf6\x00\x7d\x77\x4a\xfd\x96\xec\xe0\x60\x02\xd8\x7d\x25\xd7\x35\x18\x48\x45\xf4\x5c\x1b\x36\x5d\x69\x3a\x78\x3d\x0b\xe1\xf8\xfd\x4b\x1d\x70\xe5\xca\xf9\x1d\x9c\xfa\xf2\x05\x7a\x38\xde\x1b\x2c\xd9\xbe\x0c\x7f\x2f\x7d\x9e\xde\x05\xb3\x7c\xaa\xb7\x7e\xfb\xbc\xc3\xc1\xd1\xc9\x8b\x9f\x66\x49\xb4\xdb\xf7\x20\x9f\xc8\x6a\xd0\xb8\x57\x7e\xb5\x07\x30\x80\x15\x2a\x5f\xd9\x74\x1c\xce\x9f\xfd\x34\x36\xae\xa0\xc5\xcc\x58\x9d\xd7\xd9\x96\x98\x22\x89\x54\x28\x0a\xa6\xee\xb8\xf7\x05\x39\x26\xe7\xed\x5e\xfb\xb6\xd3\x3b\x25\x6d\x92\x52\x43\xed\xf9\x56\x6c\xa6\x98\x66\xc2\x80\x36\x6e\x3f\x37\x73\x32\x95\x29\xcb\x58\x4a\xb8\x20\x1f\xb2\xb9\x61\xe4\x9c\x1a\x7a\x46\x0d\xcd\xe4\xb8\x45\xda\xf0\x4f\xfb\x31\xd7\x84\x66\x5a\x12\xea\xa9\x8a\xa5\xbe\x09\x2a\x52\xcf\x59\x28\x49\xe4\x74\xc6\xb3\x60\x35\x0f\x26\x12\x2e\x52\xfe\xc0\xd3\x9c\x66\x44\x0e\x2d\x53\xb1\xaa\x6a\xe7\x81\x09\x93\xd3\x2c\x9b\x13\x9a\x65\xc4\x75\xeb\x5f\xf0\x7a\xfd\x90\x85\x51\x6a\x3e\xe5\x19\x55\x56\x17\xc6\xd1\x5e\xb9\xb6\x48\x6f\xc2\xc2\x58\x61\x5c\x76\x31\xa7\xf4\x9e\x69\xc2\x0d\x99\x49\xad\xf9\x30\x2b\x8e\xfc\x5d\x97\xc0\xb8\xcf\x2e\xba\xa0\x58\x27\x86\x48\x64\xa1\xbe\x73\x67\x85\xf1\x3d\x4e\xa9\x10\x0c\x3a\x96\x66\xc2\x94\xeb\xde\xbd\xfc\xad\x15\xed\xbb\xcb\xdb\xeb\xce\x59\xf7\x43\xb7\x73\xbe\xa8\x69\xf7\xda\xb7\xbf\x2c\xfe\xfa\xe5\xea\xe6\x97\x0f\x17\x57\x5f\x16\x9f\x5c\xb4\xef\x2e\xcf\x7e\x1e\x5c\x5f\xb4\x2f\x17\x1f\x3a\xb2\x5a\x5b\x69\x8f\x47\xb6\xe1\xd1\x3a\x58\x23\xf7\x69\x8d\x3c\xfa\x7e\xcd\x91\xce\x95\xb3\xbe\x29\x92\x64\x5c\x1b\xbb\x40\xee\x4b\x32\xa3\x5a\xa3\x30\x84\x23\x68\xf5\xc5\x27\xa9\x2c\xd3\x1a\x49\xcb\x17\xac\xc0\x64\x54\x9e\x18\x2e\xc6\xe1\xa3\x53\xd2\xcf\x7f\xfc\xf1\x9f\x93\x0b\x2e\xee\xe1\x2f\xf6\x12\x17\xe7\x60\xab\xdd\x66\xb5\x0e\xb6\xda\xf8\xd9\xeb\xb0\xd5\x5a\x31\xe7\x24\x36\xd1\x3e\x4d\x70\x0f\xba\x91\xad\xec\x20\x73\x63\xff\xb4\xfd\x92\x91\x92\x53\x90\xaa\xbe\x72\x0d\x5c\xe2\x51\xaa\xfb\x51\x26\x1f\xd7\x33\x1d\x7e\x64\x26\x18\xdf\xac\x14\xf3\x1a\x2c\x86\x5f\xdc\x0c\xc3\xc0\x3f\x32\x63\xc7\x7e\xe3\x7a\x39\xc4\xf9\x1c\xe2\x7c\xbe\x6d\x9c\xcf\x8b\x32\xdb\x3d\x3d\xef\x2b\xdb\xf8\x90\x01\x36\xb8\xa0\x1a\x3d\x4c\x0d\x0e\xa4\xc8\x3f\xf4\x94\x4c\xb3\xec\x95\x59\xc1\x30\x4b\x1e\x8b\xd7\xc2\x34\x4b\x83\x7e\x7e\x86\xf9\xbb\x70\xa8\x1c\xfc\x25\x5b\x2e\xd4\xab\xe4\xab\x6b\x5e\x19\xcf\xe6\xed\x78\x7a\x3e\xbf\x10\x8b\xb0\x49\xf0\xc1\x06\xd1\x06\x6b\x87\x17\xac\x88\x27\xa8\x0d\x20\xa8\x8b\x18\x58\x0c\x11\xa8\x8d\x09\xd8\x29\x08\x60\xd3\x2b\x69\x7d\xf7\xff\x47\x66\x7a\x54\xdf\xbf\xba\x2b\xa9\x34\xe8\xe7\xbf\x92\x7e\xa7\x5e\xff\x83\x9b\xff\x09\x97\xee\x7b\xbf\xc8\x5e\xae\x23\xff\x77\xe0\xb9\x3f\xb8\xea\x37\x5a\xa3\xef\xcb\x37\xff\xbd\x3a\xe3\x5f\xa7\xf7\xfd\xe0\x6e\x3f\xb8\xdb\x0f\xee\xf6\x35\xdc\xed\x4f\xaa\x94\x32\x4b\x56\x1a\xcc\x8f\xb1\x6e\xf3\x66\x26\xf5\x72\x5d\xec\x4c\x31\x6a\x2c\x15\x97\xed\x7e\x04\x1a\x24\x8a\x25\x52\xa5\x56\x07\xa3\x64\x36\xa1\x9a\x11\xa3\xa8\xd0\x7c\x95\x1e\x86\xad\x82\xa1\xcd\xb6\xf3\x1a\x54\xb0\x92\x55\x10\x46\xfd\x5c\x0a\xd8\x50\xa6\x0b\x67\x06\x8f\x53\xdd\x93\xe5\xbc\x7e\x6f\x53\x87\x0c\xcd\x75\x66\xfe\x84\xd4\x6c\xef\x95\x2d\xa9\xb9\x6c\x32\xd8\x0b\x35\x83\x8e\xfe\x5a\xa8\xb9\x64\x50\xf8\x7d\x51\x73\xdd\xd4\x5f\x02\x35\x7b\x6f\xf4\x96\x14\xbd\xe8\xcc\xde\x0b\x55\x07\x0f\xf2\x6b\xa1\xec\x05\x97\xf7\xef\x8b\xba\x9b\xa6\xff\x6d\x29\x3c\x18\xc2\xf7\x45\xdb\xab\x09\x37\x2c\xc0\x6b\x20\xda\x30\x58\x1c\xfb\xef\x86\x5a\x17\xe6\xfd\x42\xc8\xf4\x44\x31\xcc\x36\xdc\x88\x5e\x6f\xdc\x47\x1b\x53\xac\xff\xf0\x40\xb3\xaf\x89\x66\xfd\xae\xbd\x1c\xaa\x6d\x0a\xa7\xdb\x3c\x03\x77\x49\x8c\x9c\x26\x53\x6a\x92\x89\x7d\x88\xfe\xb9\x35\x61\x5a\x8a\x94\xdb\x57\x45\xdd\xcf\x91\x67\xfb\x7d\x5b\xe2\x0f\x16\xf8\xdf\x21\x1c\xd6\x8b\x09\x17\x3f\xa4\xa8\xec\x31\x45\x85\xeb\x43\x8a\xca\x21\x45\x65\xdd\x05\x3a\xa4\xa8\x1c\x52\x54\xa2\x67\xaf\x23\x45\xe5\xe9\xb3\x53\xf6\x93\x82\xf2\xaa\x84\xe8\x83\x00\x7d\x10\xa0\x0f\x79\x26\x61\x6a\xfb\x62\x60\xfe\xeb\x37\x29\xcb\x98\x61\x4b\xd9\x4f\x8f\xa9\xa9\xd5\x0d\x4a\xd0\xd7\x35\x4e\x83\x02\x55\x2b\x50\x10\x98\x37\x96\xf1\xa5\xd0\xf6\xeb\xe4\x4e\x61\xf8\x87\xb4\xb8\x03\xbb\x3a\xb0\xab\x6d\xa6\xf6\x72\xac\xb2\xd1\x61\xfe\xa6\x66\xd9\x08\x48\x7b\xc0\xd3\xfd\x60\x69\x07\xb1\x31\x46\xd2\x2e\x96\xa2\x04\x66\xbc\x9d\x91\xb6\x80\xa5\xee\xa6\xaf\xc2\x4e\x6b\xf9\x48\xda\x81\xa8\xbb\x10\x32\xa8\x0e\x90\xda\x07\x48\xed\xf5\xe7\x7a\xb0\x10\xee\xd1\x42\x78\x80\xd4\x3e\xd8\xc0\x0e\x36\xb0\xa7\xb7\x81\x7d\x2b\x83\xf6\x33\x1f\xcb\xe7\x12\xd1\xb6\x0b\x4c\x12\x29\x51\x6c\xcc\xb5\x61\xca\xae\x5e\xad\x50\xb6\x3a\x52\xe9\xb5\x16\x89\x5a\x3b\xee\x23\xee\xf6\xcd\xbf\xac\x31\xfc\x1b\x77\x8b\xc2\x51\x1f\xd2\x34\x54\x84\x01\xd1\x69\x4a\xe7\x64\x42\x1f\x18\x19\x51\x9e\xa1\x62\xe4\xb8\xe3\x92\x19\x2e\x1b\xd0\xff\xda\x6c\x40\xb4\x3c\x1c\xc5\x46\x4c\x31\x91\x20\xb7\x47\xe1\x27\xa1\x99\x4f\x05\x81\x77\x26\x56\x4d\xcd\x14\xa3\xe9\x9c\x0c\x19\x13\x81\x6c\x6a\x24\x85\x86\x31\xef\x45\x68\xfd\xe6\x6a\xda\x22\xf5\xbc\x14\x25\xed\x49\xa2\x67\xea\x59\xc2\xee\xca\x99\xfe\xf3\xeb\x62\x15\x87\x20\x9a\x83\x51\xed\xdb\x1b\xd5\x0e\x41\x34\x07\x15\xf9\x05\xa8\xc8\x87\x20\x9a\x43\x10\xcd\xc1\x80\xb0\xf6\x6a\x1d\x0c\x08\xf1\xb3\xd7\x11\x44\xf3\x84\x15\x9c\x9f\x4b\xc2\x3e\x08\xd8\xfe\xbd\x83\x80\x7d\x10\xb0\xbf\x53\x01\xfb\x65\xac\xf0\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\xeb\x83\x74\xed\xbe\xda\xa7\x74\x0d\x7f\x79\x68\xd6\x9d\x23\xd6\x37\xf7\x72\x7d\x64\xe6\xb5\xba\xb8\x0e\x22\xf5\x41\xa4\x7e\xd9\x22\xf5\x8b\x99\xd0\xf7\x07\xb5\x78\x00\x2b\x3c\x80\x15\x1e\xc0\x0a\x9f\x16\xac\xd0\x7f\xfd\x66\x96\x2f\x97\x45\xee\x66\xa9\xcf\x5d\xd1\x86\x9a\x1c\xd4\xbe\x35\xe4\x12\xd2\x36\x64\x2a\xad\x12\x24\x58\xe9\x1d\xcf\x80\x30\xa2\x63\xcc\x1f\x98\x20\x3e\x46\xfb\xc8\x5d\x33\x47\x60\x89\xf8\x47\x38\x1d\x98\x34\x43\x0d\xa1\xc4\xf0\x29\x6b\x91\xee\x08\x4f\x73\x62\xc9\x5f\x33\xa3\x2b\x61\x40\x48\x9a\xf0\x91\x48\x8b\xb1\xfa\xbe\x79\x11\x15\x82\xaf\x1d\x79\x66\x98\x67\x06\x59\xa3\x6f\xfc\x91\x67\x99\x1d\x83\xe3\x20\x70\x12\xa6\x4c\x65\xfe\xcb\x52\xb7\xfe\xe5\x29\x4d\xed\xc9\x8d\x86\x50\x64\xf7\xc4\xef\xc3\x9d\xcb\x75\x88\x6b\x29\x7d\x8f\x5f\xb7\x88\x53\xc2\x11\x54\x6c\xad\x61\x4c\x68\x6a\x4f\x60\x32\x61\x69\x9e\x31\x42\xb5\x96\x09\xa7\xc6\x72\x2b\xbc\xa3\x09\x37\x5e\x65\xf7\x2f\xf9\xae\x53\xae\xe9\x30\x63\xa9\x5b\x63\x56\x84\xd9\x2c\x1d\x39\xd7\x64\xc8\xec\x12\x5b\x3e\x52\x5e\xfd\x09\x4a\x08\x35\xa3\x89\x86\xc2\x16\x47\xc2\x04\x0e\x64\x89\x84\x8b\xc4\xf9\x5a\x85\x5c\x1c\xfd\x21\xf7\xe9\x20\xf2\x1e\x44\xde\x8d\x26\xf4\x5d\x89\xbc\x2f\x28\x34\xd0\x33\xa4\x6f\x1a\x1a\x08\x0e\x44\xcb\xf9\x07\xc1\x42\xa8\xb7\x33\x9e\x04\x23\xec\x27\xdf\x64\x3b\xb4\x78\x26\xc5\x88\x8f\x73\xe5\x04\x6e\x27\x0d\xaf\xf0\x52\xd6\xb4\xf3\x2a\x6e\x9c\xfa\xa1\x3f\xd7\xc5\xb3\x89\x42\x47\x8e\x89\x15\xbb\x07\x37\x9d\xdb\xab\xbb\x9b\xb3\xce\x29\x69\xcf\x66\x19\x47\x2f\x4b\x92\x6b\x23\xa7\xfc\xef\x76\x1a\x08\x24\x1c\x38\xb7\x13\x43\x34\x08\x1c\xe0\xd6\xb1\x6a\x12\x39\x26\x67\x17\x77\xb7\xbd\xce\x4d\x43\x83\x8e\x08\xa0\x96\x11\x9b\xce\x32\x90\x4a\xee\xf3\x21\x53\x82\x19\xa6\x49\x92\xe5\x10\x63\x1e\x9c\x3d\xd8\x68\xe7\x3f\x3a\x67\x77\xbd\xee\xd5\xe5\xe0\xaf\x77\x9d\xbb\xce\x29\xf1\xd4\x64\x9b\xb5\xe3\xb2\xa3\x48\xe7\x82\x4e\xad\x2e\x5a\x46\x3c\xfe\x2d\x67\x39\x08\x41\x7c\x2c\xa6\x4c\x98\x6a\x8b\x7e\xc0\x17\xed\xf7\x9d\x8b\x72\xcb\x13\x46\x7e\xf9\x4b\x31\xa8\x8c\x0e\x59\xe6\xbc\x4f\xe0\x5c\xb1\x0c\xbb\xe8\xc8\xb9\xa5\x72\x54\x6b\xff\x7a\xd7\xbe\xe8\xf6\x7e\x1d\x5c\x7d\x18\xdc\x76\x6e\x3e\x77\xcf\x3a\x03\xa7\x60\x9c\xb5\x6d\xbf\xa5\x9e\x9c\x1e\x42\x7e\xcb\x69\x66\x15\x55\x39\x02\xd7\x0e\x4f\x18\x79\x9c\x30\x41\x72\x01\x34\x86\xda\x2f\xe8\x02\x71\x12\x3b\xce\xe8\xfa\xe2\xee\x63\xf7\x72\x70\xf5\xb9\x73\x73\xd3\x3d\xef\x9c\x92\x5b\x96\x81\x7e\xe8\x17\x1d\x76\x71\x96\xe5\x63\x2e\x08\x9f\xce\x32\x66\x57\x03\x8f\xe3\x90\x4d\xe8\x03\x97\xaa\xa4\x23\xc0\x3a\x5a\x12\xfa\xe6\x86\xec\x12\x85\x2e\xaa\x7a\x55\x92\x5b\x7c\xa3\x42\x3f\xcb\x5e\x28\x91\xc3\xe2\x8b\xab\xb6\x75\xf1\x8b\xca\xbe\xac\xad\x90\x96\x27\xfd\x6c\xb7\x81\x65\x22\xe9\xc0\x1b\x26\x4e\xfe\xbb\xc4\x4c\xfe\xf1\x64\x48\x31\x24\x4a\x6f\x75\xb7\xc3\xaa\x8a\x9b\xc5\x07\xaf\xe1\x4e\x88\x87\xfb\x2d\xf9\xff\x9e\x64\xae\x57\x62\xef\xd9\x5c\xd4\x3d\xa8\x6c\x07\x95\xad\x7e\x65\x0e\x81\x3f\x0d\x2b\xbc\xaf\xfb\x68\x1b\x13\xe9\x88\xb3\x2c\xd5\x0b\x36\xae\xd2\x7d\xb2\xd2\x9e\xf5\x7a\xaf\x92\xe7\xb5\x68\x6d\xa2\x58\xdc\x04\x4f\x90\x73\x0d\xd9\xdd\x9a\x32\x43\xa1\xb2\xa9\x91\x24\x87\xa1\x1f\xae\x27\xf7\x7f\x87\xeb\xe9\x70\x3d\x1d\xae\xa7\xdf\xab\x49\xb0\x86\xa5\x7f\x53\x9b\xe0\x2a\x2d\x70\x27\x88\xa7\x1a\x83\xe1\xa2\xf6\xa7\x89\x9e\x50\x85\xc5\x7c\x12\x39\x9d\x4a\x11\x05\x17\xcc\x67\xec\x88\x04\x17\x26\x18\x7f\x60\x18\xab\xec\x89\x45\x37\xfc\x75\x58\x12\xa3\x75\x79\x8e\xc4\x87\x83\xe6\xe8\xff\x6f\xd3\xab\xf9\x00\x92\x75\x00\xc9\x3a\xe4\x28\x1c\x40\xb2\x96\x53\xcb\x21\x0a\xff\x10\x85\x1f\x3f\x3b\x80\x64\xbd\x20\x90\x2c\x21\x53\x36\xa8\x80\xe2\x87\x7f\x0e\xaa\x7e\x8f\xd2\x93\xd8\x09\x52\x7a\x50\xa4\x25\x40\xeb\x3c\xdd\x3d\x2d\xa1\x5c\x9e\x78\x95\x93\x24\x2e\x68\xfb\xc2\x05\xde\x51\x36\x37\x8c\xa7\xd9\x62\x25\xde\x67\x88\xd4\xaa\xdb\xe8\xef\xd1\xc8\x52\x43\xb6\x07\x8b\xcb\xca\x85\xfa\x5e\xc1\xac\x0b\xbe\xf4\x8a\xdc\x04\xeb\x31\x6f\x0f\xf8\x3f\x68\x60\xe1\xf5\xcf\x03\x23\xaf\x7f\xbc\x2b\x86\x43\x99\x77\x6f\x8b\xdd\x50\xe2\x8d\xaf\xc3\x8c\x11\x8f\xf8\x39\x0c\x19\x4b\x77\xff\xbb\xe3\xeb\xcb\x68\xf9\xc0\xdd\xd7\x5c\xae\xef\x95\xc7\x1f\xec\x19\xfb\xb4\x67\x1c\x7d\xbf\x06\x8d\x03\xe6\xc2\x92\xc5\x39\x58\x7b\xb6\x59\xad\x83\xb5\x27\x7e\xf6\x9c\xd6\x1e\xf4\xdd\x0e\x66\x54\x31\x61\x6a\xe4\xfb\xea\xcd\x06\xaf\x47\xb6\xfa\x20\x00\x41\x03\x28\xb8\x3a\xd9\x20\xdc\x9a\xdf\x97\xf9\xc7\xc9\x28\x03\x14\x71\xa2\x5c\x88\x93\xff\x2e\xfe\x8e\x14\x88\xe8\xc7\x1a\x1f\xe8\x06\x21\x4c\x3e\xca\x9e\xa5\x85\xd8\x55\x34\x5e\x13\xda\xe4\xc6\x70\xec\x85\xb1\xc2\x9b\xbf\x32\xd2\xe9\x1a\x3f\x3d\x87\x2f\x5f\x57\x52\x45\xc3\xd0\x9f\x37\x02\x6a\x91\x12\xd6\x3b\x58\x5e\x8f\xe0\x98\x34\xf0\x38\xe1\x20\x1e\x00\x84\x13\x5c\xa1\xd1\x86\xfb\x74\x4c\x0a\x79\x13\x4d\xb2\xd6\x73\x8b\x91\x0b\xe4\xbe\xde\xc4\x1d\x8d\xbe\xde\x79\x7f\xf3\xd0\x90\x15\x74\xff\x4d\xc3\x44\x96\xf0\xcc\xfd\x44\x88\x3c\x1f\x7f\xfc\xc8\xcc\xf7\xc7\x1c\x3f\x32\xf3\x5c\x9c\x71\x5b\x76\xb8\x94\x25\x14\x15\x27\x5e\x08\x37\xd8\x8e\xf5\xbd\xae\x39\x1e\xd2\x07\x0f\xe9\x83\x87\xf4\xc1\xf8\x8d\x43\xfa\xe0\xae\x35\x99\xcf\xe1\x95\x67\xbc\xce\xb1\xc3\xef\xef\x46\xc7\x79\x1d\x2e\xf5\xc3\xa5\xbe\xd9\x1c\x5f\xaa\x1a\xe3\xe9\xf9\x25\xa8\x31\x1b\xa1\x5e\xa0\x67\xb7\xa8\x6e\xe6\xc9\x7f\xa5\xf7\xf6\xda\x77\xf6\x7a\x98\x90\x7e\x6a\x3e\xb3\x8b\x8f\xca\xaf\xfb\xc1\x45\x75\x80\x05\x3f\xb8\xa8\x0e\x2e\xaa\x83\x8b\xca\x3d\xfd\x2e\x60\xc1\x83\x92\xb1\xb2\x54\xed\x4d\x51\x9f\xb6\x26\xdc\xa4\x7a\x13\xfb\xb7\xaf\x17\x24\xdc\x97\x7e\x19\xfb\x91\x3f\x97\x0e\xf0\x52\x24\xc7\x62\xde\x2f\x42\x56\x3c\xf9\xef\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xde\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd5\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xee\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x7b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x7b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x77\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x77\xaa\x07\x1e\x94\xc0\x27\x59\xb7\xef\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x31\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x9e\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x59\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xe6\xa1\x80\x31\xdd\x7c\xd3\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbf\x16\x56\xf0\x1c\x6a\xd5\x77\xec\xfa\x38\xb8\x37\x7e\x9f\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x77\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xfb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\xdf\x20\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x76\xbc\xe5\x2d\x17\x49\x96\xa7\x20\xa2\x4c\x18\x79\x9f\xf3\x2c\x25\xa0\xd0\x58\xbd\x94\x4b\xf1\x0e\xe8\x09\x48\x01\xc6\xe9\x81\xcf\x97\x0b\x30\x9f\x17\x38\xdd\x8b\x95\x61\x8a\xd1\x6e\x0b\x50\xb5\xaf\x3d\x0d\x65\x13\xb7\x28\x8d\x54\xfa\xcd\x37\xf4\xdc\x05\x93\x8e\xbc\xe8\x61\xd9\x8e\x1f\xc4\x46\xe5\x93\xbe\xb8\x8f\x5e\x17\x94\xf8\xe2\xa8\x0f\x45\x93\x48\xb4\x6b\x87\xa2\x49\x4f\x38\x6f\x7f\xce\x56\xcc\xdc\xd3\x28\x9a\x87\x5f\xe9\xb4\xbf\x79\x1c\x5d\xf3\x49\xff\xa6\x51\x75\xb5\x37\xc7\x42\x46\x53\x51\x74\xfb\xf9\x6b\x45\xed\x72\x35\x7c\x64\xe6\x7b\xb9\x17\x0e\xf5\xa2\x0e\xa5\x25\xb6\x2e\xa7\xbd\x11\x87\x7f\x5d\x53\x3c\x94\xc4\x3a\x94\xc4\x3a\x94\xc4\x8a\xdf\x38\x94\xc4\x7a\x01\x25\xb1\x76\x91\x5a\xb0\xfb\xef\x45\x70\x39\x94\xc5\x3a\xc8\x2e\x07\xd9\xa5\x76\x8a\x2f\x50\x29\x7d\x11\x45\xbf\x82\x52\xba\x2f\x7c\x8d\xd8\x9f\x1e\x98\xf1\x5e\x61\x36\xfc\x4a\x1e\xa0\x36\xdc\xff\x1d\xa0\x36\xd6\x99\xdc\x01\x6a\xe3\x10\x3d\x79\x80\xda\x38\xc4\x07\x1e\xe2\x03\x0f\x50\x1b\xaf\x05\x6a\xc3\x0b\x50\xfb\x80\xdb\xa8\x11\xc6\x56\x43\x6e\x7c\x59\xd4\x0c\x5e\xac\xa0\xe5\xc7\x7a\x80\xde\x38\x40\x6f\xec\x4a\x3b\x2f\x42\x27\x7b\x12\x08\x8e\x1a\x36\xb0\xab\x22\xf6\x3a\xa0\x38\xfc\x68\x0f\x79\x84\x87\x70\xe8\x97\x1f\x0e\xfd\xe2\xf2\x08\x5f\x8c\xd8\x7e\x50\x86\xf7\xa8\x0c\x1f\x52\x09\x0f\xa9\x84\x07\x53\xc1\xda\xab\x75\x30\x15\xc4\xcf\x5e\x47\x2a\xe1\x6a\x69\x7a\x2f\x90\x1c\x4f\x21\x57\x1f\xc4\x6a\x7c\xef\x20\x56\x1f\xc4\xea\xef\x54\xac\x7e\x19\x2b\x7c\x90\xa9\x0f\x32\xf5\x41\xa6\x3e\xc8\xd4\x07\x99\xfa\x20\x53\xbb\xaf\xf6\x26\x53\xef\x17\xa2\x63\x43\x2f\x56\x94\x95\xf2\x9a\x84\xe9\x83\x20\x7d\x10\xa4\x5f\xb6\x20\xfd\x62\x26\x74\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\x0e\x70\x1d\xdb\x48\x35\x7f\x70\xa7\xf2\x4d\x74\x11\x87\x1b\xfb\xcd\xfb\x4c\x0e\x7b\xf3\x19\xb3\xff\x3d\xe7\x53\x26\x34\x88\x8f\xdc\xcc\x63\x29\xa6\x61\xe5\x17\xd7\xfc\xcd\x6d\xf7\xf2\xe3\x45\x9c\x23\xf4\xe6\xd3\xdd\x45\xaf\x7b\xdd\xbe\x09\xeb\x12\x66\x15\xaf\x85\xfb\xae\x24\x88\x9d\xc9\xe9\x8c\x2a\xae\xa5\xe8\x7c\xb5\xa7\xd3\x0e\xed\x0a\x44\x1f\xa9\xb6\x1b\x5d\xe7\xaf\xf1\xc8\x2e\xcb\xff\xfc\xd8\x2b\xff\xab\x34\x8b\x8b\x5e\xf9\x5f\x9d\xa5\xb3\x89\x1a\xae\xb2\xb3\x63\xf2\xb1\x77\x4a\x3e\x42\x08\x86\x22\xbd\x09\x45\x96\x74\xd1\x3b\x25\x17\x4c\x6b\xf8\xa5\xf8\xd8\x70\x93\xc1\xdc\xde\x73\x41\xd5\x9c\xf8\xe9\x63\xf6\x1c\x05\xdb\xac\x5f\x9a\xea\xe2\x89\xbf\xe5\x02\xb4\x87\x62\xf5\x2e\xe4\x98\x27\x34\xdb\x6d\x11\xdb\x97\xf1\x41\x7a\x73\x75\xb3\x74\x29\xe2\xb7\x17\xd7\xa2\x7d\x79\x0e\xb9\x7c\x7e\xa8\x35\x33\xbf\x64\xda\xb0\xd4\x4a\x23\x29\x12\x2f\xf0\xb3\x79\x24\xa5\xfc\x4d\x42\x76\x5f\xae\xad\xec\xdc\xbe\x3c\x27\x27\xe4\xea\xa6\x2f\xae\x54\x8a\xc6\x1b\x66\xaf\x77\xe4\xba\x5c\x13\x21\x0d\xe1\xd3\x99\x54\x86\x0a\x63\x25\x1b\x60\x6c\x6e\x45\x34\xa1\x8a\x91\x33\x39\x9d\xe6\x86\x1a\xfe\xc0\x16\x16\x55\xa0\x46\x76\xcb\x4c\x37\x05\x73\x70\xcd\x1a\x22\xe7\x2b\xe6\x32\x53\xb6\x7d\xcb\x75\xcb\xba\x00\x4f\x17\x64\x73\xdf\x04\x55\x8a\x96\xf9\xe3\x1b\x6e\xd8\xb4\xfa\xfe\x9a\x61\x7b\xff\xa8\x55\x74\xec\x95\x70\x21\x69\xca\xc5\x18\xd3\x29\x2f\xb8\x61\x8a\x66\x9f\xe8\xec\x83\xb7\x36\x6d\x41\x1f\xff\xdf\x6d\x29\x93\xef\xcd\xaf\xed\x4f\x71\x2e\xe0\x9b\xeb\x9b\xab\xde\xd5\x52\x9a\x29\xb5\xb0\x48\x34\xf6\xf1\x29\xfc\x2f\x39\x21\xb6\xf5\x70\x73\x4d\x99\xa1\xf6\x46\x27\x6f\x31\x71\x27\x84\xf7\x73\x91\x01\x8d\xcc\x14\x9f\x72\xbb\xaf\x4e\x65\x7e\x87\x97\x63\xb8\xfd\x03\x95\xe0\x07\x98\x84\x07\x62\x87\xa1\x22\xa5\x2a\x25\x7f\xd3\x2e\x71\xd4\x0a\x21\xf8\x3a\xd5\xfe\x07\x96\x92\x63\x32\x31\x66\xa6\x4f\x4f\x4e\x1e\x1f\x1f\x5b\xf6\xed\x96\x54\xe3\x13\xfb\xc7\x31\x13\xad\x89\x99\x66\x98\x71\x6a\x57\xe1\x94\x5c\x2b\x69\x24\x08\x10\x44\x33\xc5\x69\x06\xa9\x81\x43\x3c\xed\x72\x44\xfe\x2b\x91\x8a\xb5\x8a\x8d\xf9\x2f\x12\x25\xb3\x8e\xec\x3d\xcb\xd3\xec\xc4\xbe\x54\x73\x74\xaa\xfb\x49\x52\x96\xf0\xd4\x09\x52\x4c\x24\x12\xd0\x96\xd0\xb2\x68\xdb\xf3\xd9\x4e\xcc\xb9\x72\xc2\x72\x46\xc2\x06\x4d\x19\xa1\x0f\x94\x67\x98\xd7\x2c\xd1\x64\x88\xeb\xcc\x94\x15\x5c\xba\x28\x75\xe6\x56\xc2\x86\xd8\x3b\xd0\x23\xfd\xab\x33\x3b\xe1\x44\x66\x64\x98\x8f\xac\x84\x16\xdd\x4a\x47\x56\x1a\xe1\x9a\x28\x96\xc8\xe9\x94\x09\x34\x2a\xda\x86\xe0\x4b\x58\x31\x37\xda\x56\x5f\xc0\xfe\x5b\x31\x05\x28\x20\x95\x70\xb0\x05\xb3\xda\x8a\x98\x63\x37\xc3\x7c\x54\xf2\x54\x19\x49\x14\xa3\x29\xe1\xa6\x2f\xda\x99\xd5\x6b\xa7\xd2\xb0\x38\x88\x10\xcc\xda\xa5\x05\x07\x86\xa0\xd8\x2c\xa3\x89\x4f\xca\xcc\x64\x42\x33\x32\xe2\x19\x73\xf5\xf2\xa3\x06\xde\x82\xaa\x65\xd7\x8c\x6b\x92\xca\x47\x91\x49\xea\xe6\x51\xfd\xec\x5d\x99\xb7\x74\x7c\x5a\x72\x47\x29\xa9\xe0\x7f\x7e\xe1\x22\xdd\xee\x0c\xde\x5d\xfe\x72\x79\xf5\xa5\x74\x0c\xef\x6e\x3b\x37\xf1\xbf\x6f\x7f\xbd\xed\x75\x3e\x2d\x3d\x87\xd5\x56\x0a\xca\x82\xe1\x81\x08\x7e\x4a\x6e\x71\x11\xa4\x22\x56\xa9\x6a\x98\xd4\x27\x47\x4a\xc5\x0f\x32\x65\xdb\xcd\xed\x53\xfb\xf2\xae\x5d\xe2\x28\xb7\x67\x3f\x77\xce\xef\x2e\x4a\x02\x9e\x9f\x5f\xf4\xcb\x4d\x07\xc5\xb7\xf8\xb7\xb3\x9f\xbb\x17\xe7\x83\x20\xf0\x2d\x5b\x8d\x4a\xbf\x55\xbe\xd4\x43\xfe\x33\x91\x29\x19\xce\xe3\xc4\xc1\x22\xdf\xfc\x91\x6a\x92\x81\x63\x84\xa5\x5e\x17\xc1\x56\x4f\x81\x0d\xf9\x4c\xf6\xe2\x0b\x2b\xdb\x1f\xb9\x77\x20\xef\x1c\xd5\x20\x6a\xca\x89\xec\x71\xc3\xb6\x77\x2a\x22\x9d\x02\x33\xdc\xc3\x1a\x59\xad\x47\xdb\x17\x73\x7b\x7e\x15\x1f\x8f\x41\xc5\xaf\x0c\x15\x5b\x73\x9f\xc2\x4a\xc2\x77\xb8\xd5\x33\x25\xe1\x48\xdb\x6e\x9d\x6d\x28\x28\x10\xf8\x21\xa2\xb8\x95\x5a\x54\x14\x74\x83\x9a\xa1\xf9\x7d\x39\x45\x8b\x6e\xc3\xb4\xe0\xe8\x15\x11\xbe\xc0\xa1\x34\x5a\x26\x66\x8a\x3d\x70\x99\x47\x9f\x3a\x38\x85\xd2\xe6\xd6\x36\x5f\x2c\x00\x2c\x1b\xea\x2f\x45\x33\x65\x6a\xee\x5e\xdd\x1a\x45\x0d\x1b\xcf\xcf\xdd\xc9\xde\x9e\x8a\xcf\xaf\xbe\x5c\x5e\x5c\xb5\xcf\x07\x9d\xf6\xc7\xf2\xc1\x0c\x4f\x6e\x7b\x37\x9d\xf6\xa7\xf2\xa3\xc1\xe5\x55\x6f\xe0\xdf\x58\x4a\xae\x0d\x1d\x2c\x5e\xa7\xe5\x17\x4f\x89\xe5\x8c\xc0\xc1\x3c\xf2\x52\xc4\xc6\x86\x6c\x24\x15\xb2\xe3\xa9\xf7\x01\x02\xe3\x27\x61\x65\x59\x8a\x3a\x76\x79\x16\xa7\xa0\x80\xd6\x35\x89\xb6\x25\xa3\x18\x9d\x02\x3b\xa7\x82\x74\x44\x7a\x7c\x35\x3a\xbe\xc5\x1f\xa7\x54\xdd\x33\x15\x3e\x7d\x54\xdc\x18\x06\x26\x71\xee\xac\xe5\xa0\x20\xc3\x90\xed\x7d\x03\x31\xde\x45\x07\x2d\x72\x63\xd9\xb3\x7d\x3f\xdc\x3d\x96\x50\x53\x66\x28\xcf\xb4\x1b\x6c\x69\x5d\x4f\xc9\x05\x55\xe3\x42\xdd\x7d\x2b\x47\x23\x6c\xec\x1d\x0e\xc3\x5e\x35\xa5\x59\xd4\xb0\x48\x4b\x1a\xfe\xfa\x82\xfe\xdc\xcb\x41\x48\x5b\xa4\xaa\xbb\xd9\x6e\x34\x75\x77\x0d\x2b\x7e\x75\x39\xe8\xfc\x47\xb7\xa4\xb0\xb8\x27\x35\xb4\x06\x13\xc7\xc7\xcb\xef\x82\xfa\xb6\x17\xc9\xa9\xfc\x62\x0d\x39\xe5\x33\xbf\xf3\x23\xab\x02\xd5\xd0\x12\xfb\xca\x0d\x6e\x4c\x3c\xee\x0a\x09\x15\xcd\x80\x15\x83\xce\x66\x8c\x2a\x5d\xb7\xdb\x65\x69\xad\x61\xef\xb1\xa7\xb8\x0f\xb7\xc9\xbe\x9f\x23\x22\x45\x36\x8f\xef\xfa\x0a\x45\xae\x41\x03\xd8\xd6\x02\x05\x5c\x03\xae\xc8\xd5\x03\x53\x8a\xa7\xec\x13\xd7\x56\x93\xc1\x1f\xdf\x3b\x70\x91\xed\x08\xe2\x43\xbb\x7b\x51\x91\x01\x06\xe7\x9d\x0f\xed\xbb\x8b\xe5\xda\x78\xe9\xbb\x1a\xd4\x9b\xa8\x9d\x53\x7b\xeb\x3b\xd3\x1c\xdc\x0e\xc7\x1e\x32\x85\xa5\xe1\x42\x2b\x23\xa6\x54\xb8\xea\x35\x9a\x8f\xdd\x7f\x6e\x0d\x35\x5b\x92\x7f\xfb\xac\xd7\xfd\x5c\xd2\xda\xdb\x37\x67\x3f\x77\x3f\xd7\xc9\x05\x83\x8f\x9d\xcb\xce\x4d\xbb\xd7\x59\x4e\xf5\x95\x26\xeb\xee\x7c\x6d\x07\x5c\x75\x1f\x70\x1d\x3c\xe0\x96\xac\x95\xcc\x08\x37\x9a\x3c\x70\xcd\x87\x1c\x50\x6a\x9c\x29\xfe\xae\x0b\x4c\x0f\x7c\x9b\xdc\xcc\xbd\x54\x80\xfd\x9e\x92\xf7\x73\xbf\x86\x47\xc0\xe4\x5c\xfb\xa8\xa6\xc6\x06\xfa\xc4\x2a\x35\x78\xeb\xf9\x49\x9f\x92\xb6\x4a\x26\xfc\x01\xd4\x9e\xe8\x33\x61\x45\x51\x31\x66\x0a\x87\x03\xf6\xc7\x78\x2c\xd1\x73\x3b\xaa\x58\x06\x28\x56\x2d\x88\x7d\x63\x26\xac\xea\x1c\x77\x82\xf2\x89\x62\xe2\x07\x2b\xca\xcc\x32\x9e\x70\x93\xcd\x49\x02\x36\x8f\xd4\x0a\x8a\x53\x2a\xe8\xd8\xdd\xb9\xa0\x28\x54\x48\xe2\xaf\x08\xe5\x73\x35\x72\xc6\xad\x1e\x67\x5b\x9e\x80\xbb\xcb\xf3\xce\x87\xee\x65\x99\x04\x7e\xee\x7e\x2c\x09\x81\x9f\x3a\xe7\xdd\xbb\xd2\x45\xbb\x4a\x16\x5c\x6c\xb6\xee\x94\xf8\x97\x4e\xc9\x39\x7e\x7a\x6a\x17\xb7\x06\xa7\x28\xa8\x8f\x95\x75\xb8\xf1\x61\x27\xfe\x8f\x8e\x30\xaa\xd6\x32\xb7\xae\xc9\xc1\x19\xe1\x4b\x36\x87\x7a\x5f\xdd\x42\xdf\x97\x55\xaf\xca\xa2\x2f\xd3\x59\xe2\x6d\x27\xad\xc2\x12\x11\x3b\xf1\x40\xed\x6e\x32\x7a\xd4\x18\x76\x0b\x5e\xfa\x19\x7c\x34\xd3\x5c\x1b\x34\xa6\x03\x71\x92\xfb\xbf\x68\xbb\xa0\x60\x6c\x6f\x91\x5b\xc6\xfa\xc2\xeb\xdf\x63\x6e\x26\xf9\xb0\x95\xc8\xe9\x49\x01\x92\x75\x42\x67\x7c\x4a\xad\x80\xca\xd4\xfc\x64\x98\xc9\xe1\xc9\x94\x6a\xc3\xd4\xc9\xec\x7e\x0c\x9e\x5f\xef\x4f\x38\x09\xcd\x8e\xe5\x3f\x5d\xfc\xf3\x8f\xc7\x17\x7f\xf9\xf1\xcd\xa2\x45\xa5\x69\xff\x3b\x22\xa1\x33\x9d\x67\x2e\x42\x44\xc5\x6b\xe3\x8f\x7c\xce\x56\xed\xf7\x65\x79\xbb\x76\xd3\x00\xcf\xae\xef\x4a\x16\xce\xf2\x3f\x3f\x75\x3e\x5d\xdd\xfc\x5a\xe2\x94\xbd\xab\x9b\xf6\xc7\xe5\x96\xce\x05\x15\xb1\xb2\x0c\xbf\x08\xf9\x28\xca\xb3\xd7\xd5\x49\xe7\xc2\xf0\x29\xf3\x1a\xa2\xfb\x67\x0f\x67\xba\xc5\xcc\xaf\x7a\x3f\x97\x85\x9c\x0f\x17\xbf\xf6\x3a\x83\xdb\xf3\x5f\x96\xce\x04\x3f\x2b\x8d\xec\x16\xdc\xdb\x67\x32\xcb\xa7\x22\xfe\x7b\xfb\xb1\x75\x2f\x7b\x9d\x8f\xd5\xd1\x5d\xb5\x7b\xe5\x65\xbf\x29\x47\x4d\xbc\x79\x7f\x75\x75\xd1\x29\x79\x1c\xde\x9c\xb7\x7b\x9d\x5e\xf7\x53\xe9\xb6\x3b\xbf\xbb\x41\x18\xad\x65\xd3\xf4\x23\xa8\x99\xa8\x9d\x56\x3c\xcd\x7d\xf3\x99\xb5\x8e\x79\xdb\x45\x24\xe2\x41\x39\x8e\xe0\x2a\x30\xd8\x00\x8c\x0e\xc7\xc1\xe2\x97\xe0\x48\x6b\x79\x8d\x29\x6f\x13\x69\xe6\x75\x4b\x37\x7a\x19\xcb\xeb\x85\x21\x20\xd8\x1b\xaa\x98\x34\xcb\xe4\x23\xc6\x85\x4d\xb9\xbd\xf2\x1c\x76\x90\x7d\x45\x93\x24\x57\x8a\x09\x93\xcd\x5b\x35\xec\xa4\xbc\x2d\x2c\x51\xcc\x7c\x92\xb9\x30\xdb\x93\x5c\xfb\xb2\x74\xa8\x3b\x97\x9f\x07\x9f\xdb\x65\x0a\xec\x5e\x2c\x3f\xe4\x71\x13\x35\xf7\x5c\xfb\xf2\xd7\x70\xc3\x41\xf4\xe0\x51\xd0\xcc\x50\x30\x4c\x32\xce\x84\x01\x8b\xbd\x91\x19\x88\x0b\x84\x71\x50\xb5\xa7\x76\x72\x5c\x8c\x09\x06\x2e\x79\xc8\x42\x1c\xe4\xa9\xff\xa3\xd2\x9e\x86\x75\x01\x63\x9f\x0f\xc8\x84\x76\x9c\x36\x29\x08\x13\x0f\x5c\x49\x40\x2c\x24\x0f\x54\x71\x3a\xcc\x9c\x70\x64\xe7\x7a\x0a\xff\xbb\x59\x9b\x60\xb7\xab\x30\xae\x5b\xa9\xcc\x79\x08\xec\xda\xce\x0a\x50\x17\x25\xb5\x18\x1f\x55\xaf\xe0\x57\x62\xa2\xfc\xb0\x7a\x54\xdf\x2f\xd8\xdd\xba\x42\x1b\x2a\x12\x76\x96\x51\xad\xb7\x1d\x2b\x2a\x0e\x47\x65\x76\x76\x73\x73\x77\xdd\xeb\xbe\x5f\x41\x42\xd5\x8f\x17\x03\xdf\x92\x2c\xf7\xa6\xe9\xa1\x92\x34\x25\x76\x6f\xe4\x18\xcd\xe0\xee\xca\x2e\x90\x23\x31\x02\x35\xc4\x02\x94\x50\x2b\x83\x9b\xdf\x6b\x28\xb1\x6d\x8d\xbb\x85\x20\x89\x5d\x09\x12\x29\x2b\x9e\xa5\x80\x55\x1d\xe1\xa6\x9d\xca\x38\xcb\xa8\x19\x49\x35\x45\x12\x2a\x4d\x1a\x1b\x5f\xde\x28\x17\x86\x29\x95\xcf\x0c\xf7\x50\xa0\xd5\x2b\x10\x4a\x7f\xca\xf1\x27\xa6\x35\x1d\xb3\x5d\x9c\x2f\x75\xd7\xfe\xed\xe7\xf8\x9f\xe0\x5c\x59\xe7\x4a\x2f\x8d\xd0\x07\x6d\x79\x7a\xba\x12\x1f\x28\xcf\x72\xc5\xae\x65\xc6\x93\x2d\x9d\xc5\x56\xcd\x1c\x74\x3f\x59\xf1\xbb\xdd\xeb\x5c\x94\xf8\x14\x3c\x6b\x7f\xe8\x75\x6e\x06\x88\x2f\xd9\x7e\x7f\xd1\x19\x5c\x5e\x9d\x77\x6e\x07\x67\x57\x9f\xae\x2f\x3a\x2b\x7c\xb0\x8d\x8d\x2f\x9a\x2c\xaa\xaf\x9e\x2e\xfc\x02\x3b\xac\x72\xd4\x6e\xbc\xa6\x0b\xf1\xcd\x94\x67\xe0\x00\x92\xe8\x08\xa2\x44\x58\x9d\xdf\xfe\xac\xbd\x5e\xe5\xc3\xf9\x5a\xa4\x6b\x7e\xc8\x32\x42\x73\x23\xa7\x14\xcc\x98\xd9\xbc\x2f\xe8\x50\x2a\x03\xda\x5d\xb8\x19\x88\xca\x85\xb0\x5c\xd1\x36\x86\x30\xb1\x49\xc6\xa8\x20\xf9\x2c\x0a\x45\x77\xc6\xb8\x11\x17\x10\x25\x32\xa5\xea\xde\x57\xcf\x08\x11\x84\xe1\x50\x68\x42\x75\x5f\x20\x6a\x83\x63\x85\x6b\xac\xf0\xe9\x5a\x6f\x35\xae\xce\x94\xde\x33\xbb\x2a\xd3\x3c\x99\x58\xfd\x70\xac\x98\xd6\xce\x60\x93\x50\x81\xce\x37\xf7\xfa\x23\xcf\xb2\xbe\x10\xd2\x2e\x85\xb7\x0b\xa5\x6c\xc6\x44\xca\x44\xc2\x31\x00\x1d\xfc\x56\xc1\x7e\x3b\x56\x74\x36\x21\x5a\x82\xc3\x07\x96\x1d\x34\x4f\xfc\xc8\x87\xac\x38\x9c\x0a\x78\x1c\x9b\x75\x54\x6e\xf9\xc4\x15\x5c\x42\xb8\xca\xf0\xb1\xb7\xe9\x78\x5b\x26\x6a\xf0\xd3\x59\xc6\x0c\x62\xbd\xc2\x92\xc3\x66\xd8\xb5\x2e\xed\x87\xdd\xa6\xba\x4d\xe8\x8b\x62\xcc\x54\xbb\x11\xb5\x6a\xcc\x45\xee\x48\x91\x9f\xa9\x48\x33\xdb\x8a\x37\x0c\x96\xcf\x22\x44\x51\xb6\x2d\xd5\xf8\xd3\xb8\x8b\xa4\x96\xd0\x5c\x6f\x24\xaa\x2d\xcf\x1a\x40\x7d\xfe\xb8\x70\x88\x02\x79\xbb\x94\x01\x58\xdd\x99\x65\x91\x34\x93\x6e\x95\xf0\xf5\x1c\xd1\xfd\x09\x8c\xa6\x41\x77\x9c\x29\x2e\x12\x3e\xa3\xd9\x56\x82\x65\x25\x8e\xcc\xc5\x67\xbd\xe5\x23\x4b\x3e\xef\x16\xfc\x18\x86\xa9\x29\xa4\xcf\xb8\x61\x86\x2d\x5c\x25\xb4\xe1\xee\x58\x42\xa6\xe5\x58\x9b\x2d\xf6\x06\x9d\xd4\x4d\xd3\xad\xb4\xe2\x7a\xc7\x28\x09\x9a\x5d\xd7\xb7\x59\xb7\x60\xd1\xc3\x7f\x2c\xdb\xea\x4f\x74\x66\xb7\x18\x31\x6c\x09\x2d\xe6\xe8\x04\x26\x57\xa2\xc1\xbb\x7a\x23\xdf\x4f\x88\x40\x5c\x5f\x81\x2e\x96\xd0\xf9\xea\x17\x3b\x29\xf9\xc0\xa2\x84\x25\x47\x92\xa3\xdc\xd8\xd3\x44\xc1\x8b\x46\xde\xb2\xd6\xb8\x45\x3c\x92\xf0\x11\x69\x5f\x5f\x77\x2e\xcf\x8f\x08\x33\xc9\x3b\x1f\x4c\xe2\x7c\xeb\x7d\x61\xa4\x13\x2e\xe6\x64\x22\x1f\x81\x95\x31\x35\x66\xa5\x39\x7b\x47\x3c\xc0\xd0\x8c\xb9\x36\xca\x85\x03\x88\x34\x06\xb6\xe6\xd3\xaa\xdc\x88\x14\x92\x9b\xc9\x2e\xa4\x41\xb5\xce\xa7\x56\xae\x1d\x70\x3a\x1d\x28\x99\xad\x3a\xc3\xb5\x47\xaa\x30\x8c\x0c\x9c\x2d\x6a\x40\x93\xc4\xca\xbd\x6b\xb7\xb6\x6a\x1f\xcf\x61\x99\x34\x99\xd9\x03\x05\x51\x48\x8b\x30\xc7\xd1\x2d\xe5\xad\x84\xc3\x39\xb2\x8c\xac\x48\x24\xf3\x78\xdd\xe7\x6c\xa6\x98\x95\x0e\xab\xe6\xb2\xb0\xb0\x37\xe5\xe5\xf8\x8e\x16\x37\xb0\xb3\xcd\x96\xb5\xb4\x6a\x47\x64\x96\x31\xcb\xae\x73\xcd\x30\xdc\xe1\x96\x25\xb9\xe2\x66\x7e\x86\x29\x7d\x35\xab\x7a\x86\x30\xee\xde\x2e\x15\x81\x48\xef\xb2\xcc\x75\xad\x2c\x6b\x89\x3c\x39\x8b\x3b\x43\xde\x56\x87\xcd\x8d\x2e\xfd\x4a\x39\x1a\x88\x18\xa9\xe0\xee\x23\x0d\x43\x4d\x33\xe0\x39\xbf\xe5\xd2\x50\xfd\xae\xd5\x17\x96\x81\xde\xb3\x39\xda\xe1\x2d\x8b\xfa\xa3\xbd\x36\x8f\x35\x13\x1a\xa2\x92\xfe\x88\x06\x32\xcb\x64\xbd\xda\x8a\x52\x24\xc2\xfd\x97\x61\xc3\x21\x92\xc4\x35\xea\x38\x64\x11\xa7\x53\x60\x8d\xfb\x67\x38\xfc\x31\x33\x10\xc8\x6f\xb8\x01\xf1\x26\xc5\x7a\x02\x0b\x43\x5f\x69\x9b\x40\xaa\x50\x12\xec\x25\x69\xbe\xdb\x79\xd3\x8b\x6d\xd4\x6d\x62\xfd\xc5\x7e\xeb\x42\xb3\x4e\xbc\x8a\x97\x28\xb9\x00\xd2\x4f\x2d\xbf\xb6\x3b\x3d\x44\xde\xe2\x8d\xc4\x4c\xb4\x1e\xf9\x3d\x9f\xb1\x94\x53\x08\xd4\xb2\xff\x3a\xb1\xf3\xfa\xa7\xb3\x9b\xab\xcb\x41\x11\x5e\xf9\xef\x7d\xd1\xce\xb4\x24\x56\x54\x91\xca\x68\x22\xa4\x08\x51\x61\x33\xc5\xfc\x75\xe0\xe6\x62\x57\x35\x32\x31\xf5\x45\xd3\x08\x52\x99\xe8\x16\x7d\xd4\x2d\x3a\xa5\x7f\x97\x02\xec\xd5\x6d\xf8\xf3\x2c\x93\x79\xfa\x85\x9a\x64\x72\x02\x66\x64\x73\xc2\x1e\x98\x30\x68\xae\xb2\xcb\x95\x42\x8c\xb8\x86\xa0\xb2\x7f\xb2\x63\x2e\x22\x3d\xb5\x15\x3a\x13\x36\x33\xe4\xff\x55\x6c\x28\xa5\xa9\x67\x51\x72\x34\xd2\x6c\x15\x3b\x6a\x90\xa7\x6e\xaf\xc8\x5f\xfe\xed\xc7\x9f\x2c\x09\x6d\xb3\xc6\xdd\xdb\xab\x81\xfd\xfe\x9f\xce\xdd\xf7\x7a\x2d\x92\x3b\xc7\xbc\x97\x9d\xa2\x2e\xb7\x61\xe6\x9b\x1a\x34\xab\xb7\x20\xd7\xb3\x8c\xce\x17\x5c\x23\xab\x6e\xcf\x4b\xcb\x0f\x66\x34\x61\x45\xde\x8d\xf7\x31\x26\x72\x3a\x05\x97\xb4\xf7\x34\xa6\x7c\x04\xbe\x69\x63\xaf\x00\x32\x64\xe6\x11\x22\x21\xfc\xaf\xc1\xdb\xe4\xad\x15\x96\x79\x00\x83\xea\xdb\xb5\x4a\x73\xb0\x63\xf5\xdf\x1c\x91\xfe\x9b\x94\x3d\xb0\x4c\xce\xec\xf9\xb1\x3f\x30\x93\xd4\x5d\xb5\x9d\x29\xe5\xd9\xa5\x34\xc1\xb9\xbe\xcb\xb6\x28\x96\xf0\x19\xb7\xf4\x3c\x60\xb6\xdd\x27\x8d\x8c\x5d\x65\xd3\xf5\x09\xbd\x30\x12\x42\xd3\xd4\x1e\x2b\x80\x7c\xf7\x83\x2c\xac\x50\x22\x5a\x80\xf5\xd8\x66\xb0\xce\xed\x97\x8c\xeb\x6d\xdb\xf6\x82\xf7\xd6\x9b\xd0\x71\x01\xd2\xbd\x94\x6a\x1d\xe4\x7f\x01\x25\xed\x95\xf0\x45\xfb\x42\x83\xce\x66\x45\xb6\xf5\xc6\x59\x5e\x99\x5b\xfb\xdd\xd2\xa1\xe9\x38\xf7\x3c\x94\x69\x09\x12\xb8\x8b\x0f\xab\x86\xa4\xb1\x95\x23\x4e\x32\xa9\x73\xb5\xa6\xe3\xa0\x3c\xe8\x33\xf7\xe9\xb2\x71\x77\x62\x85\x25\xcf\x8c\xde\x48\x27\xaa\x59\xf8\x4a\xea\x12\x1e\x6e\xe3\xa4\x40\xf7\xf6\x11\x29\x8a\xab\xd2\xac\x08\x9e\x13\x29\x29\xa4\xa9\xbe\x08\xf1\xbe\x54\x93\x47\x96\x81\x61\x2b\x91\xd3\x19\x48\x0a\x6e\xb8\xae\x25\x7b\xd1\x19\x6a\xd8\x11\x91\xb9\xb1\x8d\x1d\x61\x19\x21\xb7\x05\xc7\x43\x0a\x09\xf0\x45\x71\xc0\xbe\xb8\xd3\xde\x96\x1e\xf2\x96\x91\xd6\x91\x81\x71\x41\x3e\x32\x03\xad\x00\x90\x44\x3c\x41\x2c\x97\x54\xcb\x82\xaa\x6b\xbf\xc3\x89\x72\x33\xd9\x60\xe7\x8b\x30\xe1\xf7\x99\x1c\x2e\xdd\xf7\x36\x99\xa2\xf6\xec\x7a\xf1\xc6\xc1\xc2\x6e\x12\x25\xdc\xae\xa2\x51\xa6\x54\x29\x24\x68\xc5\xf1\x2f\x87\x16\x2f\x27\x4f\x08\xec\x8d\xaa\xee\x2e\x8e\xd3\x59\xd4\x56\x8d\x11\xec\x3e\x83\xd7\x63\x5d\xc2\xf1\x4e\x17\x2d\x6a\xab\x88\xa0\x6c\x89\x7b\xea\xc9\xc0\x01\x31\x13\xc6\x15\x59\x6b\x5a\xfe\xfc\x0e\xf0\xcc\xaf\x4f\x34\x05\x6d\x37\x09\x80\xc8\x44\x02\x83\xb0\x03\x73\xc0\x17\xa5\xda\x5e\xad\xbe\xa8\x0c\xc2\x99\x68\x35\x01\xf2\xf2\xa7\xa1\xc4\xfb\x8f\xc8\x88\x7f\x75\x8d\x16\xae\x1b\xff\x6a\x64\x14\x68\x30\x15\x4e\xe8\x22\xd9\x6d\x70\x3f\x5e\xc3\xf7\x4b\x6d\x61\x52\x1b\x2b\x0e\x58\xc1\x4a\xb1\x44\x2a\xcb\x12\xa1\xdb\xe0\x48\x5a\x79\x37\x1a\xaa\xec\xa2\xd0\x8d\x04\xf0\x02\x08\x26\xa5\x86\x1d\x1b\xbe\x32\x2a\xc7\xaa\x2b\x96\xc1\x4e\xad\x3a\x1b\x25\x79\x14\x1c\x76\xc8\xc6\x54\x78\xa7\x43\xc3\x68\x3d\x6b\xdf\xe1\x30\x5b\xc9\x8a\x82\x57\x15\xe4\x08\x3b\xa0\xf2\x38\xf4\x0c\x96\x73\xe9\x38\x9c\x81\xe8\xb9\x56\xcd\x2c\x59\xb6\x47\x1a\xec\x55\x0d\x83\xcd\xa1\x26\xeb\x8b\x19\x6c\x46\xb5\x21\x6e\x4c\x0d\x23\x8e\xa5\xd9\x3d\x64\xa7\x2d\xab\x19\x13\x2b\x0e\x9b\x08\xe7\xf1\x10\x89\x66\xc6\x70\x57\xdb\x24\xd7\xcc\x05\x15\x4f\x99\x1a\x7b\x81\x0f\xe1\xae\xc3\xd1\x76\xb8\xd7\x9e\x8f\xc6\xbc\x04\xdc\x4f\x8b\x4d\xb7\x48\x5b\x2c\xa4\x46\x78\x1b\x5b\x69\xbd\x90\x6b\xd3\xec\x91\xce\x35\x99\x29\x8c\x44\x46\x9f\x94\x9f\x3c\xd8\x96\xcb\x1f\x05\xcb\x81\xf1\x4e\x41\xa8\x54\x18\x8f\xac\x61\xb3\xa2\xc2\x46\xeb\x33\xbb\x35\x65\xff\x8a\xbf\xa4\xae\xcc\x51\x50\x81\x6a\x39\x5d\xb3\xed\xb2\x14\x1b\xe7\x10\x0a\x40\xb6\x74\xda\x45\xa7\xec\x6b\x69\x12\xf8\xc0\xea\x76\x41\x87\x2c\xdb\xd9\xc7\xb2\x95\x05\x04\xba\x76\xd8\x11\x56\xfd\x66\xe8\x33\x82\xb2\x93\xaa\xca\xda\xbc\xdd\x50\xe5\xeb\x79\x90\x8a\x79\x96\xd0\xda\x77\x98\xa8\x07\x43\xd9\x9e\x7f\x37\x01\xa5\xc4\x17\x49\x81\x94\x52\x7f\x8b\x54\xcd\x37\xbb\x8c\x21\x82\x34\xa9\x1d\xc2\x3e\x30\x4d\xf6\x62\x0c\x0a\x24\xb3\x26\x7e\x5f\x77\x44\x84\x14\x8c\x70\x5d\xbc\x6c\xca\xae\xf2\x10\x78\x6d\xc5\x48\x54\xd3\x17\xab\x83\x3c\xb3\x4e\xde\x0e\xba\x24\x19\x71\x96\xa5\x9a\x08\x66\x55\x1a\xaa\xe6\x90\x00\x89\xfc\x6c\x1d\xd1\x68\x5f\xc2\x6a\xcd\xed\xe1\xa4\x48\x8f\x35\x01\x78\x64\x56\x10\xab\x8c\x8b\x60\x82\xa8\x7b\xc9\x7d\xe4\xa2\x8f\xfb\x22\x28\xc1\x40\x7e\x5c\x5b\xe5\xae\x45\x60\xdb\x4c\xf1\x15\x46\xd3\x9b\xb0\x87\x47\x5e\x94\xd5\x88\xe6\xb5\x89\xea\xef\xaf\xad\x62\x1d\xcb\x19\x80\x3e\x51\x19\xcb\xcf\xd6\x55\x0d\xf5\x44\x91\x95\xac\x90\xcb\x99\x8e\x2b\x2f\xf2\x02\xcc\x54\xeb\xaf\x94\xdd\xe4\x7c\xc1\x70\x85\xc5\x43\x0a\x1d\x3b\x4a\x48\x88\x35\x15\x97\xbc\x8c\xc5\x1f\xa9\x26\x7f\x14\xd2\xfc\x31\x4a\xef\xf6\xda\x30\x56\x9f\x71\x96\x89\xa3\x12\xec\x0c\xf7\xc9\x6a\x8e\x48\x08\x8d\x92\x24\x56\xae\xfc\xae\x98\x02\x85\xcf\xef\x49\x85\xb7\xce\x62\x38\x44\x13\x6e\x17\x42\x4f\xee\xcd\x04\xf0\x1c\x75\xcf\x08\x92\x81\x62\x3e\x61\x66\x2a\x15\xab\xc0\x5f\x22\xf3\x0e\xf1\x42\x08\x3b\xb8\x3e\x95\xd6\x58\xc3\x10\xd2\xaf\x38\xe6\x25\x2b\xd8\x72\xeb\xd7\x3e\x02\x81\xa6\xe5\xbc\xc3\x25\x14\xb0\x22\xab\xbb\x5e\x23\xdf\x26\x78\xa7\x49\x24\x0d\x76\xe8\xb8\xce\x4f\x53\x2e\x73\xab\x2f\x3e\x48\xe5\xee\x4e\xed\x60\x42\x86\x34\xb9\x3f\x66\x22\x25\x34\x37\x13\xcc\x29\x76\xa6\xe3\xb9\xdb\x59\x2b\x17\x00\x09\x84\x9c\x55\xae\x13\xaa\x1c\xd3\x1f\xd1\x07\xe9\x47\xd1\x17\x51\x23\x00\x44\x02\xc8\x53\xe0\x4a\x6f\x12\x20\x18\x20\xfd\x35\xad\x45\x1d\x06\xec\x02\x02\xec\xf2\x33\x13\xc7\x36\xf7\xa1\x3f\x96\x0a\xa6\x75\xff\x0d\x8e\xba\xb2\x42\x5d\x6f\x8e\xf2\xea\x8d\x8e\xab\x69\x85\x37\x8f\x5c\x58\x1e\x1a\x64\xdc\x2c\xac\x98\xf2\xa3\xe7\x9d\xa5\x0c\xeb\x51\xae\x20\xc0\xae\xae\xcd\xb7\xc9\x84\x67\x85\x89\xfa\xdd\x91\x3b\x8f\xd8\x64\xc6\x1e\x58\x86\x40\x1c\x89\x02\x3f\x2e\xfa\x14\x7f\x24\xff\x1b\xb1\x51\xc9\x4f\x7d\xf1\x11\xd8\x6a\x96\xcd\x8f\x08\x1f\x15\x2d\x53\x53\x69\xe6\xbe\x76\x00\x76\xcb\x90\xb3\x94\x06\x82\xfb\x3d\xa1\x0f\xac\x2f\x7c\x33\xff\x9b\xdc\x93\x3f\x91\x9f\x9a\xec\x38\xde\x1d\xfb\xc4\x6a\x3e\x50\xb1\xef\x2b\xe2\x0c\x47\x4e\x7c\x04\xce\xe1\xad\x00\xe5\xf2\xfa\x8b\x21\xd3\x01\x02\x80\x8b\x07\xb9\xe8\xbc\x8a\x4f\x2e\x55\x4c\x98\x81\x90\x29\x1b\xb0\x1a\xcf\xd5\x12\x46\x61\x2f\xf5\x4b\x99\xb2\x95\x7e\xa7\x20\x20\x7f\x01\xcb\x85\xce\x87\x61\x3b\x20\x72\x33\xe8\xdc\x65\x02\xab\x1f\x70\x48\xd1\xdd\x66\xb8\xdb\xba\xca\xae\x9c\x74\x75\x04\x1c\xdd\x0d\xa0\xde\x5d\x93\x51\xe3\x83\xe4\xaa\xa7\xb0\x6a\x20\xb6\x2f\xdb\x99\xbb\x3b\x27\x4a\x3e\x06\xd4\x22\xc5\xc7\xdc\x4a\xdb\xeb\xbb\xe3\x80\x09\x6e\x63\xe5\xc6\x74\xcf\xb5\xcc\xdc\xc5\x52\xf8\xc0\xf9\xe3\x40\x76\x85\x8b\x69\x28\xf3\xaa\xcc\xed\x16\x80\xeb\x38\x7c\xcf\x89\xd7\x73\xcb\x82\xc7\x18\x1a\xc6\x26\x1c\x81\x02\xda\x67\x17\xc4\x1e\x0a\x39\x65\x88\x8c\x6b\x17\x2d\x37\x13\xa9\xf8\xdf\x1b\xfd\xb1\xcd\x12\x76\xe1\x47\x8b\x2a\xf2\xc3\x38\xcb\xb2\x36\xd0\x28\x4a\x06\xa6\xa4\x48\xd4\x69\x38\x64\x98\x43\x36\xac\xe5\xae\xa3\x3c\x43\x10\x9a\x44\xaa\x14\x71\xda\x75\xb9\xfe\xbf\x15\x39\xb4\xe6\x63\x17\x58\xe8\x1b\xe4\x2e\x69\xd0\xc1\xdc\x24\x13\x2a\xc6\xcb\xe5\xc8\xbf\xe6\x2c\xdf\x53\x98\x96\x83\x9e\xfb\x46\xde\x78\x3a\xd6\x45\xda\x07\xae\x8d\x65\xc9\xc5\xfa\xfe\x66\x67\xea\xfc\xf1\x54\xdf\x17\xf6\xb4\x90\x3b\x86\x6a\x74\x55\x9f\x5f\xc3\xf6\x72\xe3\x8e\xdf\x1e\xac\x2f\xcf\xe1\xae\x5f\x94\x8f\x6a\xf8\x0f\xd0\x9f\x83\x77\x79\x56\xeb\x46\xe0\xe1\x15\xb9\x63\xdf\x96\x8e\x0d\x34\x69\x3f\x28\x37\x42\xc7\x5c\x17\x7d\x9b\xf5\xd4\x71\x5b\xb6\xa3\x6c\x4c\x12\xd8\xf7\x00\xbc\x58\x3b\x5b\x6f\x23\xab\x64\x11\x30\x8b\x11\xd3\x3e\x97\xe1\x69\x4d\x2d\x65\xbf\x60\x39\x66\x3b\x72\x0b\x36\xc5\xd2\x47\x23\xda\xe2\x76\x5a\x54\x84\xea\xc7\xe6\x1f\xaf\x3b\x94\xa5\xde\x90\x35\x7d\x1b\xa0\xd1\x2f\x3b\xb6\x17\x2e\xd8\xa8\xec\x15\xc0\x08\x0a\x19\xf9\x45\xc1\x41\x90\x6b\x62\x14\x85\x78\x51\x88\xf2\xfb\x82\x52\x2c\xd7\xa8\x2f\x3a\x80\x43\x50\x47\x1d\x9c\x1a\x30\x4f\x87\xbe\x64\x26\x54\xb8\x74\x99\x3a\x0f\x44\xc0\x87\x0e\x27\x21\xf6\x41\xd4\x75\x06\x1d\x39\xd1\xbd\xb6\x49\xbf\xd0\x71\x1c\x77\x25\x86\xb6\xc9\x54\xcc\x35\x84\x60\xd3\xac\x51\x67\x1c\x4a\x99\x31\x2a\x9a\xc4\xea\xda\xc7\x0b\xd6\x22\x1e\xc7\xcd\x5a\xad\xcf\x4a\x66\x2a\x67\x56\xa7\xa0\x98\x30\x14\xcd\x8b\x42\x19\x07\x13\xd0\xe9\x50\x31\xb4\x03\x4d\x57\xf8\x43\x8e\xe2\x93\x3f\x64\xd9\x46\x81\x26\xf8\xc1\x52\x2a\x82\x57\x8a\x4a\x01\x6b\x25\x61\xc4\xf1\x0f\xb5\x29\x2b\xab\x06\x16\x27\xba\x2c\x35\x0d\x97\x93\x45\xb6\x1c\x62\x6e\x26\xb5\xd1\xf8\xcb\x06\xe8\xd3\x01\xd6\x91\x58\x4f\x41\x7a\x24\xd2\x21\xf1\x44\x23\x5d\x67\x57\xb5\x8b\xa2\x1f\x38\xdd\x7f\x7d\x9e\x5a\x8d\xbf\x5f\x6f\xac\xbe\x3f\x6f\x6b\xd8\x76\xdc\x0e\x90\x64\x20\x47\x3e\x4f\x61\xfd\x91\x57\x91\x5a\x36\xb0\x4a\x28\x04\x7a\x20\x33\xc5\xa5\x72\x80\x28\x8d\xbe\x81\x55\x97\x7a\xbb\x12\x3f\x02\xf0\x96\x53\xb8\x77\x74\x01\x0f\xe6\xed\x7f\xe1\xd6\x2f\xad\x0e\x64\x23\xc2\xc7\xa9\x64\x3a\x12\xb4\x61\x61\x91\x8b\xf1\x11\xb3\x83\xee\x0b\xab\x69\xc4\x4a\x01\x26\x35\xfa\x1c\x47\xdb\x69\xa2\xa4\xd6\x2e\x24\x04\xdb\xd1\xad\xa5\xf2\x44\xcf\xa5\x9c\xed\xc3\xd9\xf7\x7c\xd1\xa1\x8b\xa5\xa3\x22\x38\xf3\x7a\xf9\x73\xc8\x42\x7a\x5d\x23\xf7\xdf\x35\x70\xcc\x1f\x13\xa2\x18\xd5\xce\x02\x02\xf1\x55\x95\xc8\x92\x0d\xa4\xc5\x30\x66\x8c\xb3\x3c\x0e\x09\xad\x11\x09\x39\x00\x08\xac\xda\xc2\x35\xe1\x4a\x31\x00\x85\x47\x04\x82\x6e\x85\x6a\x78\x51\x9a\xbc\x58\x91\xa0\xec\x63\xcf\x70\x5b\x6a\x3e\xb5\xe7\x19\x90\x6f\x84\x3c\x96\x33\xd0\x1e\xab\x6f\x41\x36\x32\x1f\x59\x4a\x8c\x2b\xa3\x5b\x11\xfb\x18\xaa\x8b\x30\x61\xea\xdc\x1d\xbe\x11\x70\x8f\x00\x00\xc2\x84\x39\xca\xed\xbf\x69\xbf\xbf\xba\xe9\x75\xce\xfb\x6f\x0a\x1f\xb6\x8f\x77\xf2\x97\x7b\x48\x96\x94\xa2\x2f\x82\x2b\x2a\x94\x0d\x83\xbd\x24\x34\x4d\x8b\xdc\x40\x8c\x82\x1c\xa0\x49\x7d\xdd\x53\xb1\xd2\x1b\xb5\xd8\xcc\x07\xfe\x95\xa5\x37\x0d\x90\x62\x7b\x09\x11\x58\xcb\x56\x5b\x4b\xe2\xb9\xe0\x6b\xde\x11\xe5\xa9\xdc\xd9\xef\xd6\xa7\x60\x3c\x09\xb0\x57\xde\xe8\xa7\x2d\xf3\x25\xd4\x10\x1a\xaa\xb9\x8d\x80\x06\x44\x32\x3f\x22\x90\x13\x60\xa9\x76\x4e\xfe\x4c\xa6\x5c\x40\xfc\xee\xb2\xb5\xbd\x2b\x4f\x64\x13\x2c\xd7\xee\xe5\x5d\x19\x68\xfd\xe7\xab\xbb\x32\x42\x61\xfb\xd7\xe5\xa8\xac\xe5\x16\x96\x19\x75\x8a\x39\x46\x31\x52\x12\x97\x22\x2c\x4d\xdd\x44\x3f\x32\xf3\x19\x0b\x3b\xec\xc3\x23\xea\x00\xe1\x40\xef\x63\x03\x5f\xda\x63\x7d\x3a\xf8\x5c\x53\x0c\xa4\xd0\x70\x7a\x0e\x8e\x59\xc9\x0c\x84\x6d\x16\xaa\x81\x44\x41\xbd\x2d\x2c\xd1\x00\xf5\x03\xc0\xae\xe4\x8d\x92\xf6\xce\x94\xc2\x2e\x57\x1f\xde\x0e\xe8\xce\x45\x73\x72\x84\x1f\xaf\x15\xe9\x73\x13\xfb\xb6\x6c\x5b\xc5\x52\x92\xf6\x75\xb7\x66\xad\x2f\xaa\xa2\xf1\xf7\x95\x34\x9d\x05\x29\x7d\xdf\xf9\xd2\x51\x34\xd2\x8b\x48\x95\x76\x33\xdd\x2d\x4b\x1a\x8d\x19\xd7\x65\x0b\xc9\x93\x0a\x43\xb5\x21\x07\xdb\x07\xcf\x14\x13\x00\x6b\x51\xbd\xa8\xb3\x71\xc6\x49\xd1\xaa\x4f\x7b\xd8\x40\x52\x26\xc5\xd7\xde\xe6\xe6\x60\x9a\xe8\x8c\x3a\x74\x4a\x90\x76\x7c\xce\x69\x1d\x9a\x48\xab\x2f\xe2\x12\x9f\x28\x9f\x58\x1a\xf0\x39\xc8\x80\xe9\x64\xd9\x85\x42\xe7\x79\xb8\x7a\x8e\xe2\xec\x93\x6a\xf4\xa4\x99\x90\xb9\xcc\x55\xe8\x71\xa1\x1f\x47\x7d\x7a\x42\x7d\x80\x8d\x97\xe9\x9d\xfb\x37\xce\x25\x87\xf6\xa2\xd4\x4c\xd7\x31\x7b\x60\x82\x3c\x4e\x98\x88\xbc\x81\x7d\x11\xc5\x35\x5a\xf1\x5f\xfc\x60\x42\xf4\x12\xcf\xe6\xe0\x10\x24\x34\xb8\x3e\x0b\xe3\xa6\xa6\xdc\xb5\xbc\x9c\x80\xf7\x90\xa0\xa2\x2b\xd8\xa8\x1b\x10\x1f\x7c\xd9\x64\xaf\x73\x28\xca\x96\x06\x62\xeb\x21\x06\xd1\xd7\x92\x2c\xfb\x3a\x63\xc9\x36\x59\x05\xd7\xbe\x88\xdb\x32\xfb\x61\x19\x97\x0b\x6c\x63\x6e\xeb\x8c\xf4\xd6\xcc\xea\x68\x57\x8c\x73\xa3\xdc\x1e\x3b\xd0\xcf\x2e\xff\x7a\xc3\x71\xfa\xec\x9e\x91\x92\xd3\xf5\x86\xf8\x3c\xf1\xec\xbd\x85\xc8\xf0\x92\x41\xee\x85\x04\xb2\xaf\x1e\x65\x53\x04\xfb\x2a\xae\xf7\x19\xef\xc5\x90\xac\x02\xf0\x12\x1e\xeb\xcb\xbb\x29\x5d\xf0\x78\xdc\x67\x7c\x67\x05\x87\x9d\x0f\xec\xaa\x9c\x82\x92\x2b\x70\xc8\x88\x93\x3c\x31\x98\xbb\x3e\x0a\x1d\xae\xcf\x3a\x1f\x44\x14\xcd\xe0\x72\xf1\xec\xe2\x69\x43\xa7\x21\xd9\xbf\x8a\xf6\x50\x59\xae\x15\xdc\x68\x5f\x51\xc5\x4f\x10\x79\x5e\x67\x57\x28\x45\xc3\xbb\xb0\x9f\xfd\xa4\x9c\x56\x6e\xe8\xa5\x03\x2b\xe5\x9c\xc6\x03\x72\x80\xe2\x71\x9e\xe5\xe2\x56\x96\x6e\x3e\xac\x34\xe0\x5d\x1d\x5b\x5a\x24\x90\x3a\x99\xaa\x24\x0b\x90\xf8\x8e\x07\x83\xd6\x94\xce\xa3\x70\x44\x07\x68\x05\x97\x33\x17\xe1\x5f\x65\x56\xeb\x89\x39\x26\xd1\xba\x90\xa0\x56\x04\x52\x0d\x96\xb6\x2c\xbe\xaf\xb1\x7a\x0a\x8e\x12\x1d\x0c\x88\x97\xdd\xbd\x44\x88\x6b\x08\xb5\x9b\xcb\x9c\x3c\x72\x6d\xb5\xb1\xbe\x00\x0b\x7c\xc0\xd5\x36\xd2\x61\x61\x1f\xc1\x5b\x10\x80\xab\xf3\xe1\x94\x5b\xdd\xb5\x98\xe4\x1d\x70\x84\x1b\x1f\x8e\x89\xe7\xd8\x7e\x00\xd7\xb6\x0f\xf4\xac\x4b\xa9\x58\x71\x3e\xb6\x30\x39\x14\x8d\xec\x1a\xcb\x19\x39\x08\x9f\x36\x9a\x33\x12\xb3\x63\xb5\xa6\xf6\x78\x1d\xc2\x39\xeb\x0f\x65\x39\xa5\x19\xf2\xce\xb9\x36\x95\xcb\xa4\x39\x91\xb9\xd8\x82\x7d\xc4\x72\x36\x01\xaa\x2c\x0b\xf0\xf1\x9f\xd4\x4b\x3b\xb7\xa1\x64\x4c\xad\x08\x76\xdd\x28\xdf\xbc\xb4\x84\xb2\xa8\x3a\xd6\xd6\x6e\xd7\x4d\xd4\xad\x22\x27\x22\x26\x85\x28\xe6\xa7\x9c\x4b\xc0\xaa\xac\x5b\x48\x03\xf1\x0e\x09\xe0\x42\x2e\x04\x1b\xf5\x45\xbd\xdc\xb0\x9c\xc6\x76\x0d\x5d\xd8\x6b\xe2\x59\x64\x2d\xf2\xb3\x70\x16\x91\x2f\x21\x56\x13\x95\xd1\x50\xe4\x95\x55\xce\x95\xb7\x75\x37\x68\x01\x20\x2e\x6c\x13\xf5\x56\x73\x2a\xd7\x0c\x2c\x58\x79\x2e\xdc\x95\xf9\x34\x1a\xd4\x8e\x11\x18\x90\x7b\xbd\xff\x8c\x71\x30\x18\x1f\x81\x37\xc2\xb9\x2a\x29\x96\x9f\x08\x50\x1d\x6b\xad\xdc\x1a\x78\x6c\x0d\x3c\x0c\x1e\x96\x2a\x07\xc1\xe1\x91\x59\xa8\xd2\x52\xe1\x6e\x41\xdc\xc9\x45\xca\x94\x60\xd4\x4c\x9e\xcf\xa3\x7f\xb6\xab\xc9\xf0\xd9\xbc\xfb\x67\x7b\x41\x84\xac\x78\xfa\x37\x74\xf2\x6f\xe0\x79\x2e\x30\xf3\x16\x94\xa8\x3a\xe0\xdc\x22\xb1\xc0\xe9\x59\x65\x58\xc2\xa7\x08\x56\xa8\x57\x6c\x9e\x26\xbe\xa0\xc6\xa0\xb1\x10\x59\x60\xcf\x66\x8c\x34\xb8\x62\x49\x5e\x6f\x9c\x41\xcc\x66\xe8\xa3\x33\x1b\x0d\x2c\x67\x1f\x20\xc6\xd0\x06\xbb\x79\x43\x1f\xaf\xe0\x7b\x28\x1b\x8e\x5f\xaf\x2f\x38\x2c\x53\x36\x83\xa5\x12\x90\xa1\x4b\xd8\x47\xc8\xf5\x57\xdc\xfe\xdb\xd7\x58\xf2\x7a\x5b\x09\xae\x1e\x7f\x71\x3f\x34\x54\x9d\x58\x51\x49\x29\xd6\x21\xc5\xbc\x6a\x82\xa1\x2a\xcd\x98\x06\xed\x00\xd5\xc2\x8a\x02\xb0\x4c\x3d\xed\x8b\x9f\xe5\x23\x7b\x60\xea\x88\x50\x43\xa6\xd2\x0a\x7d\x91\x57\x0c\xc2\xec\x4b\x18\x00\xe8\xfd\xa0\xe4\x92\x4e\x59\xda\x01\xd1\x21\x0a\xac\x75\x4a\xb2\x33\x40\xd7\xe5\x59\x42\xee\xa0\x2b\x2f\xeb\x06\xda\x17\x58\xa0\x09\x5d\xae\x40\x8d\xdc\x4f\x0c\x58\xe5\x1f\x83\x79\xfc\x8f\x2d\xd2\xb3\x32\x0e\xd7\xe5\xf1\x46\xf9\x1a\x4d\x63\xeb\x8b\xb1\x92\xf9\x2c\x28\x31\x72\x08\xda\x13\x9a\xc9\x6b\xcc\xe3\x30\x18\x6f\x1b\x4f\x68\x6a\x25\xa8\xe5\x84\x53\x52\xb3\x5f\x98\xd5\xa8\x1c\xfc\x1c\x13\x90\x65\x5e\xc1\xdb\xeb\x22\x7a\x80\x8c\x9a\x71\x59\xf6\x67\x66\x5f\x40\xc3\xd5\x20\xbf\x07\xeb\x46\x29\x12\xae\xe1\x56\xd9\xc0\x22\xe4\xad\x27\xf5\x21\x9c\x45\xb7\xce\xaf\xeb\xcb\x14\xd4\x15\x23\x6a\xd8\xfb\xf5\x1d\xe0\x95\x51\x5e\xe7\x6a\x26\x21\x07\x22\x9b\xfb\xb8\x51\x97\xd7\x31\x93\xb3\x1c\x1d\xd0\x3c\xf6\x47\xd6\x0e\x88\x6b\xf3\x89\x9a\x64\x62\x45\xc7\x22\xbf\x61\x4f\x8e\xf9\x82\x91\x3e\xad\xaa\x5a\x33\x83\xb3\xb8\xf7\x06\x33\xcc\xda\x56\x08\xcc\x76\xf6\x61\x3d\xf0\xaf\x2c\x23\x53\xdb\x6b\x09\xee\x35\x02\x68\xab\x5d\xeb\x12\xbc\xd9\xde\x7d\xf2\x3b\xa8\x12\x50\xa6\x91\x0b\x12\x15\x6a\x76\xce\x86\xda\x23\x9d\x2b\xbe\x95\xc6\xe0\x8c\x55\x80\xbb\x5a\xe8\x9e\x53\x3a\x23\xdc\xf2\x6d\x7b\xf3\xa8\x31\x3b\x22\x8f\xf6\xc4\x99\x5c\x59\xde\x9c\x2b\xee\x4f\x18\x28\x8c\x4b\xb6\xaf\xac\xb1\x9d\xa0\xb4\x81\xa1\x8a\x09\x8d\x90\xfd\x5c\xa9\xbc\xc4\xe4\x34\xb8\xf8\x61\x87\x33\x2e\xee\x6d\x67\x88\x38\xe2\x1d\x03\xca\xf2\x37\xa9\x7c\xc4\x7f\x69\x4f\x57\x52\xde\x0e\xbb\xdc\x8c\xe7\xbc\xea\x28\x70\x31\x8e\x72\x95\xea\xf5\xe5\x75\x90\x43\x6a\xbf\x5c\x0f\xf8\xa4\xf6\x53\x2f\x4f\x6c\xf3\xed\x92\xf4\x8e\xad\xc1\xd4\x4b\xe1\x4c\x2e\xa4\xc4\x49\x24\x71\x16\x99\xd3\xba\x20\x07\x14\xeb\x2c\x51\x27\xa1\xfc\x7b\xf8\x0b\xf1\xda\x70\x69\xfe\x9d\x48\xd5\x17\xf8\xfb\x51\x80\x76\xb1\x2f\x14\x69\x98\x0d\xc0\x05\x81\x9e\x3c\x34\xf8\x76\x72\x65\xaf\x7d\xfb\xcb\xe0\xa6\x73\x7b\x75\x77\x73\x56\x12\x2e\xcf\x2e\xee\x6e\x7b\x9d\x9b\xda\x67\x58\x90\xa4\x7b\x75\x39\xf8\xeb\x5d\xe7\xae\xe1\x91\x6f\xe0\xa2\xfd\xbe\x53\x2a\x86\xfa\xd7\xbb\xf6\x45\xb7\xf7\xeb\xe0\xea\xc3\xe0\xb6\x73\xf3\xb9\x7b\xd6\x19\xdc\x5e\x77\xce\xba\x1f\xba\x67\x58\x46\x2d\x7a\xf7\xfa\xe2\xee\x63\xf7\x72\xe0\x43\x62\x96\xca\xba\xf5\x53\x69\x82\xc5\x8f\x4a\x03\x02\x7f\x29\x80\x6a\xfc\xdd\x3c\x9c\xbb\x9d\xe6\x7f\x07\x73\x89\x2b\x94\x7a\x7c\xe4\xff\x42\x48\xe4\x63\xcb\x11\xbc\xc1\xac\x38\x4c\x7d\x11\x2c\x9a\x81\xfd\x1b\x3a\xd6\xbe\x48\x52\x69\xb4\xa7\xa4\x3d\x73\x35\xc6\x65\xb9\x53\xa8\xb0\x14\x46\xea\x0d\xd9\x40\x22\x50\xe4\xcc\x15\xee\xaa\xee\x56\xb9\x41\x37\x27\x18\x82\x33\xe8\xa5\xa4\x40\xc9\x5f\x00\x52\xf7\xd5\xc0\xca\xdb\x7c\x4a\x3c\xc3\xb2\xcd\xda\x71\x41\x66\xe4\x5c\xd0\xe9\x42\x29\x28\x4c\x0e\x74\x69\x83\x53\x26\x4c\xb5\xc5\x12\x75\x94\x5b\x9e\x30\xf2\xcb\x5f\x8a\x41\x81\x19\xc6\x99\x35\xf2\x05\x90\x43\xf7\x40\xe5\xb8\xaa\xab\x68\xab\xd4\x93\x57\x7c\x6a\x0a\x83\x42\x94\x4a\x2e\xa2\xfc\x9c\x52\x20\x97\x2b\x88\x40\x8e\x49\x85\x40\x4f\xc9\x2d\xcb\xa0\x18\x6b\x10\x6a\xec\x2e\xce\xa0\xa6\x70\x15\x1b\x7d\xe8\x6a\x0c\x3b\xa9\x01\x11\x64\x60\x1d\xa1\xa6\x5d\xd3\xa1\x2f\xf3\xec\x9d\xf2\x4b\xf5\xfd\xc0\xef\xf9\x60\xab\x4b\xa4\x47\xf5\x7d\x4d\x6d\x82\x5a\xbe\xec\x36\x74\xc7\x1e\x9b\x0b\x22\xd4\x76\x1a\xf6\x6c\x00\x14\xb9\x5d\x9f\x8d\xc9\xbd\x2b\xba\xf4\x33\xce\x2a\x58\x69\x6b\xf7\x57\xc2\x5a\x7b\x7a\xdb\x4e\xfd\x2d\x0e\xb4\x3b\xf0\x39\x2e\x9b\xac\x5b\xb9\xbe\xf6\x26\xde\x1b\x40\x98\xe0\x49\x54\x9b\x1c\x4e\x7d\xc0\xaf\xf3\x80\xca\x58\xd9\xd1\x19\x96\xe8\x50\x3e\x94\xb2\xba\xa7\x58\xd7\xad\x56\xc6\x8e\x34\xf9\x5d\xce\x50\x20\xe6\xf5\x8b\x5e\xda\xa5\xf7\xe4\x0b\xe5\x25\x6b\x97\x7d\x5d\x4d\xbd\x3a\x99\x55\x71\x94\x5b\x38\x63\xa2\xd6\x83\x37\x66\x1d\xe1\xfa\xdc\x15\x25\xd0\x25\x5c\x63\x84\xcf\x07\x15\x3c\x36\xa7\x1c\x15\x51\x27\xae\x3e\xb5\x17\x87\x4e\xbc\x84\x44\x4e\xd0\xc6\x73\x12\x5d\xdd\xf3\x99\xbd\xb3\xa7\x43\x97\x05\xb1\x7c\xa3\xa3\xb5\xd9\x61\xcb\x9f\x0e\xcf\x2f\x4c\xeb\x9b\xc1\xf9\xd5\x8d\xe0\xd5\xa2\xf9\x61\x48\x7e\xa0\x0d\x3b\x5d\xbf\xda\x7f\xf2\x33\xfa\x13\x92\x54\xde\x90\x52\x15\xb5\x16\x52\xde\xc9\x31\x14\x9f\x71\xf9\x1b\xce\x52\xaf\xc9\x31\xc9\xf8\x3d\x23\x3f\x80\x7b\xbb\x7d\xdd\xfd\xe1\x88\xfc\x10\x87\xd0\xfe\xb0\x01\xfb\x2b\x80\x3a\xdd\xb8\x1d\xac\x1f\x48\xaa\xa5\xe8\x2c\x48\x09\x88\x87\xd9\x8e\x6a\xca\x40\xba\x94\x61\x0a\xc1\xe7\x20\x24\x27\x84\x7d\x38\x3b\xec\x2a\xde\x58\x1c\x99\x9d\x01\xd2\x6c\x7b\x8b\x01\xfe\x7b\x0e\x45\x58\xce\x08\x57\xa4\x0c\xb4\x43\xfd\x89\x02\x52\x4e\x37\x10\xef\x21\x1c\xa7\x6e\x56\x25\x3d\xd9\x2f\x66\xed\xa6\xac\x22\xbc\xd7\x46\x6e\x6b\x04\xbe\xb4\xeb\x56\xc4\x05\x2e\x35\xc8\x92\x07\x2a\x7b\x5a\x2a\xdb\x47\xcc\x57\x79\x70\x9b\xdf\x66\x67\x28\x10\x45\xcd\xf8\x1c\x66\x2b\xe1\x7a\x3e\x5d\x46\xde\x5b\x8d\x35\xbb\xa1\x2f\x25\x5a\x93\xd5\xce\x94\x5b\x74\xc2\xa1\x53\x63\x71\xac\xd5\xa1\xb6\x8d\xc3\x02\x92\x1c\xa3\xb2\x0d\x9f\xb2\x23\x02\x35\x94\x0a\xc7\xa1\x3b\xaf\x40\x6e\x70\x55\xb9\x62\x0b\xd8\x89\x4a\x26\xfc\xa1\x3e\xf4\x7c\xe9\x06\xef\xe0\x72\xbd\x6c\x7f\xea\x9c\x0f\x3a\x97\xbd\x6e\xef\xd7\xc1\xa2\xf7\xb5\xfc\xf8\xe6\xec\xe7\xee\xe7\xce\x79\xfc\xc2\xed\xaf\xb7\xbd\xce\xa7\xc1\xc7\xce\x65\xe7\xa6\xdd\xeb\x9c\x2f\x35\x5e\x2d\xeb\xac\x0e\x68\xd5\xc5\xc6\xc9\x02\x36\x35\xf5\xa0\x8c\x1e\x7a\x04\x2d\x3f\x90\x41\xc8\x8d\x26\x0f\x5c\x73\x97\x65\xe4\x84\xbd\xbb\xae\x37\x46\xd5\xf4\x7e\x1a\x85\x17\x1f\x21\x1e\x47\xd1\x09\x77\xd6\xee\x58\x10\x74\x8e\x56\x91\x62\xcc\x0e\x89\x4a\x59\xb5\x6a\x3a\x71\x0b\x76\x4a\xda\x6e\x6b\xeb\xda\x17\x92\x58\x31\x94\x29\x1c\x3d\x7a\x61\xc3\xd0\xc9\x31\xa9\xae\xf1\x29\x41\xbc\xb4\x08\xf9\x35\x34\x08\xc2\x13\x55\x4c\xfc\x60\x08\xfb\x3a\xcb\x78\xc2\x4d\x84\x46\x2b\x15\x99\x52\x41\xc7\x5e\xfd\xc8\x35\x53\x2b\xb8\xc7\xde\xdc\xb2\xfb\xd0\x22\x9b\x42\xfb\x62\x4d\xc9\x91\x4b\x00\x83\x33\xd2\xe5\x74\x3c\x99\x0e\xda\xe0\xde\x59\x00\xcc\x5a\x77\x48\x7b\x52\x5f\x57\x04\x13\xba\x60\x62\xe7\xd7\xa5\xda\x5d\x77\x8f\x78\x71\xbd\x0c\x0f\x71\x0d\x1d\x7e\x63\x17\x71\x09\x71\x72\x6f\x75\xa1\x06\xab\x7d\x88\xb5\x94\xb2\xc7\x5a\x4d\x45\x01\x85\x85\x2a\x4d\x5e\xed\xbc\x6c\x06\xe0\xdd\xac\x24\x4e\x69\x11\x57\x97\xc3\x81\xa2\x79\x54\x37\xd4\xc2\x01\x54\xaa\xf4\xa5\x54\xc4\x59\xcc\x32\x2b\x0f\xee\x1b\x97\xc3\xa9\x0c\xe6\xe5\xd4\xc4\x59\xb9\x6e\x2f\x37\x8d\xb0\x66\xa0\x6b\xd4\xc2\x09\x51\xee\x80\x7d\xbb\x19\xcb\x87\xcc\x42\x9e\x66\xc0\x91\xbc\x5b\xce\x1e\xaa\x1a\xd3\x65\xac\x68\x51\x7d\xbf\x73\x77\x3d\xaa\xef\x1b\xba\x5a\x75\x51\x9c\x95\x0c\xdd\x95\x65\x73\x59\x6e\x0e\x31\x22\xae\x5e\xd8\xcc\x7f\xa1\x44\xed\x5e\x44\x13\x68\xa2\x26\xe1\x60\x3d\x53\x1d\x02\x47\x76\xcf\x0b\x8e\x14\xa0\xd6\x23\xb7\xab\x51\x34\x01\x84\x59\xac\x9d\xea\x5c\x19\x4d\x0e\x16\x3b\xb5\xf5\xb6\x07\x5e\x5d\x5c\x97\x15\xa1\x62\x6e\xb5\x0b\xa4\xdc\x22\x0c\x45\x26\x49\xae\xd4\x66\x39\xb0\x25\x21\x40\xa4\x80\x0b\x14\x95\x3b\x42\xb9\xb4\xba\xe7\xd8\xe7\x84\xea\x6a\x97\x2b\xb7\x7c\x8b\xd4\xb9\x52\x33\x1f\x19\x04\xce\xee\xa5\x08\xc5\x06\x99\x0c\x30\x90\x3b\x95\xad\xac\xe8\x78\x8b\x28\xbd\xb9\xca\x0a\x73\x04\xc5\x7a\xea\x51\x54\x12\x24\x18\x95\x56\x14\x07\xd3\xc0\x72\x36\xaf\x41\xf9\x94\x43\x75\xa3\x69\x18\xab\x15\xd3\xf6\x96\x24\xd2\x88\x21\x1d\xf5\x82\x96\x1a\xd0\xd7\xcb\x12\x21\xc8\xee\x73\x44\x59\x06\xa5\x8f\xc6\xa2\xab\xe6\x7f\xb7\x37\xab\x62\x7a\x22\xb3\x26\x5e\x0f\xdd\x6c\x8c\x12\xb0\xdd\x6c\x3c\x48\xc0\xbe\xa7\xb3\x9a\x01\xb8\xf0\x40\x6d\x54\x9e\x00\xe2\x8b\xe5\x86\xf5\xa7\xce\xc1\x8a\xc1\x15\xea\xdc\x9f\xba\x94\xc0\xec\x91\x0e\x20\x68\xa0\x56\xbc\x6b\x3e\xdb\xbb\x5a\x55\xcb\x60\xf4\x4f\x66\x5c\x2d\xdd\xaa\xa5\x09\x1c\xf2\x64\xb7\x35\x99\x3a\xa4\xb9\x40\x81\x90\xc6\x6e\x14\x67\x80\xaf\x92\x85\xa4\xcc\xf2\x2d\xe4\x8c\x27\x2b\x09\xcb\x8a\x3c\xe7\x3b\x1a\x52\xed\x70\xe6\x03\x88\xa5\xdf\xc5\xb3\x59\x9a\x01\xda\x91\xa0\x4d\x96\xba\xfa\xa7\x08\x91\xe3\x66\x1f\x6c\x68\x58\x6e\xa1\x2f\x6e\xec\x28\xf0\x0b\x30\xa5\xa1\x00\x13\x30\xcd\x59\x81\xfa\x39\x22\xd4\x7d\x05\xcb\xd6\x54\x52\x4b\x0f\xa2\x4a\x0e\x4d\x13\xdb\x06\x51\x37\x08\x59\xef\xf1\x29\x19\x65\x74\xec\x53\xec\xa0\x3e\xc8\xa8\x10\xc2\xad\x24\x81\x05\x37\xec\x3f\xb5\x63\x70\xbc\x21\x6e\x57\xcf\x58\x82\xe2\xf0\x96\x72\x1f\xec\x02\x4f\x83\x81\x12\xfe\x29\xea\xab\x27\x38\x44\xc5\x29\x9d\x41\xb8\x1a\x52\xba\x1c\x85\xa0\xba\x9e\x8b\x59\x6b\xc1\xc8\xff\xef\x7f\xfc\x67\x8b\xa7\x6b\xa2\xa0\x15\x7e\x82\x22\x1d\x38\x0a\x10\x89\x6a\x42\x50\x60\xc7\x4b\x4b\x20\xee\xab\xe2\x3e\x68\xe8\x4f\xc6\x3b\x97\xd4\xd5\x8d\x79\xe7\x7a\x7e\x50\x1c\x2a\x46\x3a\xdb\x0b\x29\xd7\x4c\xa1\x89\x3e\x24\xf0\xd5\x60\x50\x37\x86\x2d\x40\x59\xff\x4d\x02\xa1\xec\xfb\xa5\x65\xaf\xa7\x36\xf4\x85\x90\xb7\x0f\x34\xe3\x56\xb1\x6c\xf9\x7c\xed\x77\xe4\x7f\x03\xa6\xf4\xbf\x37\xd8\x66\xe8\x98\xa9\x41\x9a\x97\x62\x80\x56\x0d\xea\xda\x7e\x74\x9e\x9b\x79\x7d\xde\x7b\xe9\x18\x65\x34\xb9\xdf\x04\x0b\xc0\xbe\xdf\xd0\xec\x6a\x0e\x1f\x39\xc5\xca\x82\x46\x43\xa6\x3d\xab\x64\xda\xbb\x90\x89\xb8\x7f\x64\x76\x02\x20\xc7\x23\x51\xc8\x71\x43\xc0\x31\x6c\x91\x0f\x08\x62\x07\x22\x19\x76\x91\xc8\x3c\x4b\xfb\x82\x7d\x9d\x49\xcd\x4a\xf1\xa7\x35\xc0\x63\x2e\x9c\xda\xf5\x54\x7f\xd3\x54\x50\xdd\x77\x92\x60\xbe\x39\x2c\xc2\xe2\x9e\x2e\x4e\xb9\x9e\xc8\x76\xba\x5c\x13\x3e\xe3\x96\x3c\x06\xb5\xa7\xf0\xd9\x0a\x8b\x9c\x59\x65\x56\x98\x6c\x7e\x44\xc2\x24\x2b\x64\x91\xb1\x07\xa6\xe8\xd8\x8a\x39\x94\x67\x31\xc8\x5c\x59\x75\x5e\xcf\x1b\x58\x8e\x42\xdc\x39\x60\xb6\xce\x45\xb3\x81\x78\xd2\x8e\x81\xf1\xe6\xcc\x10\xf6\xd5\x30\x81\xce\xad\x9e\x8f\xfd\x8d\xe2\x4f\x9a\x8a\x43\x61\x54\x66\xf3\xed\xfc\xe4\xfb\xd8\xf6\x09\x10\x3e\xb8\x39\xd5\xee\x92\x70\xa8\xfe\x13\x2a\x52\x17\xc1\xae\x43\xed\x33\x9c\x9d\xd0\x86\xd1\x20\x1c\xf8\x38\xec\x08\xaf\x08\xdb\x44\x64\x70\xb8\x8b\xbc\xe0\x6b\x45\x36\x70\x45\x48\x65\xe5\x97\x5c\x18\x9e\x59\x31\xcc\x8d\xc1\xaa\x45\xb9\x08\xd9\xd1\x10\x2d\xd5\xb0\x82\x90\x53\x2d\xc6\x03\xb7\x92\x3e\x18\x7b\x3d\x6e\x5d\xa6\xa9\x4f\xd8\x14\xfe\xf8\xde\x37\xb4\xdc\xc6\x84\x59\x08\x76\xfa\x21\x0c\x1c\x82\xce\x85\xf4\x93\x09\x50\x76\x61\xaf\x4b\xa5\x26\x60\xa2\x9b\xa8\x00\x20\x64\x2d\xa6\x21\x15\x7c\x5d\x13\x0d\xc1\xeb\x18\x5c\x0b\x71\x63\xa6\x21\x76\x5d\x37\xc4\xac\x03\xb0\xa9\x97\xb5\x1c\xfe\x69\x40\xc7\xaf\x84\xbf\x53\xdf\x9d\x0b\x71\xa3\x59\x36\xa4\xc9\x7d\xc0\x9a\x0c\x3a\x95\x54\x1e\xb5\xcb\xca\x7f\x00\x90\x8b\xc4\x65\x07\x9a\x80\x80\x52\x54\x7e\x4e\x5d\xa2\xa7\x1b\x76\xd1\xb9\x2b\xd0\x21\xb0\x64\x04\x68\x5f\x38\x7a\x0c\xa1\x4b\xd9\x2c\x93\xf3\x69\xc3\x0d\x54\x8d\x64\xde\xc5\xab\xd5\x14\x48\xbd\xd7\xcb\xa7\xc2\xf4\x36\xbe\x7e\x16\x62\x5c\xf7\x90\x6a\xbc\x8e\xd7\x6e\xd3\x98\xd0\xea\xb9\xe2\x7a\x96\xd1\x52\xa1\xdd\x6a\x0f\x18\xf8\xf9\xb4\xab\x8f\x99\x41\xab\x6d\x15\xeb\x87\x0e\xd5\x7e\xfe\x24\xe5\x4c\xfc\xdd\xeb\xea\x9a\x00\x17\x72\xf6\x18\x96\xb5\xa0\x99\x16\xc6\x70\xb7\x66\x4a\xda\xbb\x59\xf6\x85\xa1\x63\x1f\x5b\xeb\xa4\x3a\xf9\x28\x98\xd2\x13\x3e\x2b\xe1\x5f\xef\x1c\xac\xe4\x08\xd3\xfd\x07\xa3\x7b\x36\x60\x81\x72\x76\x8c\xa5\x29\x2d\x81\xe8\x19\x4d\x0a\x23\x4d\x92\x51\xad\xf9\x68\x4e\x52\x3e\x02\x0f\xbd\x29\x42\x47\x20\xb2\x37\x60\xe3\x96\x31\x94\x6b\x6d\x23\xa5\x0c\xb1\xfd\x64\xeb\xec\x1e\x76\xee\x7c\x31\x3e\x06\x9a\xa7\x71\x86\x3e\x94\xe3\x59\xc8\x68\x5c\xb3\x62\xd0\xae\xd1\xe8\x6e\x64\x2e\x26\x7b\x7f\x03\xf3\x99\x77\xdb\xa5\xfd\x2c\xcd\x90\x5d\xc9\x3b\xab\x7b\x7f\xce\x32\xb6\x97\x60\xa1\xa7\x20\x84\xa5\x6b\x5d\xc0\x7c\x3d\xdb\xfe\xef\x36\x9e\x2d\xc2\xa9\x1a\x72\x6a\xf7\xb0\xdf\xdf\x38\x28\xa7\x61\x74\x1f\xd9\x3a\x9e\xc2\x95\xb4\xb8\xd5\xb9\x6a\x62\x8e\x3b\x2c\xf6\xde\x22\xf1\x9e\x78\x42\x4d\x7b\x7d\xcb\x8c\xf6\x86\x90\x88\xd2\x51\xc8\x76\xe7\xf4\xd8\x27\xe1\x14\x29\x2d\x1b\x6c\xf8\x0b\x89\x11\x73\xa3\xbb\x71\xaa\xde\xd3\xb1\xc3\xd5\xdb\xb5\x09\xbd\x15\xe3\xdd\xc2\xbb\xee\xda\x58\x7b\x07\x1a\x5b\xd8\x87\xfc\xf0\xc4\x6a\x47\x75\x69\x0f\x5e\xba\xf5\x8c\x54\x75\x98\x65\xbb\x87\x4e\x66\xae\xc2\xf8\x60\xa6\xd8\x88\x7f\xdd\xca\x93\x73\x0d\x9f\x3a\x89\xcc\xce\x5e\x8e\x46\x99\xa4\x76\x19\x11\x78\xd3\x2a\x08\x50\xc1\xbe\x10\x90\xfd\x02\x3c\x2a\x6e\x0c\x13\x7d\x01\xd0\x5e\xfa\x9f\x4f\x4f\x4e\x86\x79\x72\xcf\xcc\xc9\x3d\x9b\x43\x05\xe9\xe8\xa7\xad\xf2\xe3\x98\xc6\xbe\x35\x33\x86\x8b\xb1\x26\x33\xcc\xcb\x73\x78\x93\x95\xb1\xbe\xe5\x2d\xd6\x22\xef\x33\x39\xd4\x47\xe4\x36\x99\xb0\x29\x3d\xc2\xdd\x85\xe7\x50\x69\xa5\xf5\xae\xd5\x17\xb7\x8c\x91\x89\x31\x33\x7d\x7a\x72\x32\xe6\x66\x92\x0f\xad\xce\x83\x7e\x69\xa9\xc6\xf8\xc7\x09\xd7\x3a\x67\xfa\xe4\xcf\x3f\xfd\x04\xcb\x03\xf4\x30\xa4\xc9\xfd\x58\x81\x11\x6a\x51\xf1\x29\x6d\xf9\xed\x22\x56\xf0\xe6\xd0\x49\x4a\x8a\x01\xfb\x3a\x53\x4c\xd7\x55\x33\x5a\x37\x9b\x52\x93\xf6\x97\x5b\xa2\xe7\xc2\xd0\xaf\xa7\xa4\xff\xe6\x13\x16\x9f\x22\x3f\xcb\x5c\x69\x72\x4e\xe7\xc7\x72\x74\x3c\x95\xc2\x4c\xc8\x27\xf8\x5f\xf7\xd3\x23\x63\xf7\xe4\x57\x46\x55\xff\x8d\xdb\x63\xbc\xb1\x02\x68\x1a\x98\xe0\x54\x2e\xb4\xab\x6b\xf5\xd3\xbf\xfa\xc2\x56\xb6\x9b\x1f\x4f\x7e\xfa\x57\xf2\x47\xf8\xff\xff\x87\xfc\xb1\xff\xa6\x09\x0f\x70\xa3\x4c\x96\xa2\xf2\x58\x6d\x6b\xb0\x62\x5b\xc0\x34\x9f\x29\x59\xec\x58\x6d\xcb\xf7\x3c\xb9\x97\xa3\xd1\xc0\xf0\x29\xc3\xc0\x99\x01\x55\x0b\xb8\x85\x5b\xe6\xe8\x72\x07\x2d\x8b\xc5\x31\x0a\x48\x24\xd7\x29\x46\xb1\xfa\x63\xa7\xf3\x02\xfe\xf3\x11\x4b\xc7\x46\x90\xaa\x5c\xc3\x57\x2c\xb5\xa7\x63\x13\x03\xa2\x37\x5a\x2e\x02\xd7\x17\xf1\xd0\x31\x50\x72\x30\xda\xc7\xae\x26\xb9\xaa\xe8\xd7\xa2\x0f\xec\x3b\xf3\x7a\xc0\x04\x9f\xd4\xe3\x71\x2b\xd5\x4e\x22\xd5\x3d\x5b\xf0\x87\x6e\x74\x35\x7b\x14\xd0\x18\x6f\x1b\xa2\x1f\xa5\x0a\x89\xee\x18\x10\xe5\x50\x33\xfb\xa2\x77\x75\x7e\xf5\xf6\x9e\x1a\x25\xc7\x54\xbc\x3b\x25\xed\x34\x75\xd5\xc6\x89\x73\xea\x5a\xe2\xb1\xf7\x4f\x8b\xc4\xa5\x83\x85\x5d\xb8\xda\xbb\x36\xd6\x4f\xb9\x42\x3b\xf3\x7a\xe7\xdd\x2e\xdf\x79\xf8\xa4\x9e\x69\x96\xa1\x4e\x43\x07\x05\xb2\x20\xcc\xd5\xde\x72\x96\x23\x2e\xce\x77\x9b\x02\xea\xb7\x33\x96\x70\xa6\xb1\x69\xf0\x7f\x40\x90\x87\xf0\xe1\x3b\x2e\xb0\xb6\xf6\x50\x41\x56\xd4\x3e\xb2\x1d\x17\xd0\x4d\x76\xa0\x94\x2f\xa0\xe5\x17\xbc\xc1\x43\xfe\x94\xeb\xc3\x12\x45\x2d\xdb\xd8\x32\x41\xd4\x15\xb4\x8f\xeb\x70\x5b\x81\xe1\x78\x44\x13\xbb\x7a\x21\xef\x08\xa3\x7d\x63\x56\x55\xb7\x8e\x3d\xaa\xef\xf7\x6b\x14\xdf\x19\x7f\x93\xa7\x05\x5e\x1d\x52\xa3\x0b\x59\xe2\x0b\x49\x56\x86\xea\xfb\xa6\x4c\x86\x8d\x6b\xa1\xd9\xa5\xf0\x49\x3e\xcb\xc6\xe7\x5a\x8e\xc0\x5b\x5c\x65\x60\x50\x14\x23\x5c\x03\x1f\xff\x83\x75\x52\x78\xc6\xd2\x6a\x42\x69\x75\xfc\xab\xc8\x00\x3d\x3b\x91\xdd\x16\x52\x16\xa7\x56\x8d\x05\xe7\xe3\x94\x8a\x39\x1e\x24\x7b\x61\x51\x7d\xaf\x03\x08\x2c\xd1\x53\x9a\x65\x47\x44\xb1\x1c\x8a\x8c\x1f\x11\xcd\xb2\xd1\xb1\xc7\xa3\x49\x49\x26\xc7\x3c\xa1\x19\x19\x66\x32\xb9\xd7\x7d\x61\x6f\x10\x31\xc6\x8b\x6f\xa6\x64\xc2\xb4\x8e\xae\xdc\x22\x7c\x73\xa6\x64\x9a\x27\x58\xd2\x0c\xcb\xb7\x72\x6d\x78\x52\xa9\x63\x65\x39\x22\xf8\x4d\xad\x8e\x92\x48\xc4\xad\x85\xe1\x5a\x11\x80\x61\x3e\x63\xee\xeb\xbc\x03\xde\x06\xcd\xf8\xdf\x21\x84\x1e\xbd\x89\x4d\xd4\xbb\x87\xbc\x2c\xbf\x3d\x03\x53\x3e\x0d\x2b\xe8\xf9\xcc\x7d\x06\x67\x68\x19\xc5\xdc\x94\xc9\x39\x50\x43\x20\xf3\x00\x8b\xe1\x89\xa2\xf0\x95\x7a\xe8\x11\x7c\xc5\x2b\x7c\x2f\x2c\x7d\x07\x86\xdc\x90\xb4\xb3\x8a\xa6\xcf\xb0\x92\x96\x03\x60\x8b\x0c\xe2\xd0\xba\xaf\x35\xe4\x10\x29\xed\x15\xf1\x60\x89\xc4\x2f\x8f\x5d\x7b\x7b\x8d\x1c\x85\xf2\x56\x54\x3b\x57\xe9\x71\x40\x6d\xb1\xfc\xb0\x2f\x00\xbc\xd8\x76\x52\xa9\x95\xb4\x48\x51\x2f\xb8\xa4\xd5\x7e\x98\xe3\x86\x95\xad\xfc\x22\x6f\x42\xe4\x65\xba\x85\x5c\x99\x0d\x99\x5d\x29\xfe\x4b\xd5\x85\xfb\x22\xb5\xc1\xd3\x07\x5e\x80\x70\x47\x1d\x35\xee\xed\xd6\x56\xc3\xca\xa8\x16\xe2\xe0\xf9\x08\x89\x0c\xc6\x06\xa1\x68\xae\x14\x76\xd3\x88\xbe\x49\x82\xe9\xb2\x8d\xbc\xa6\x06\xcb\x19\xb3\xa9\x34\x08\x3d\x8b\x28\xb0\xde\x5c\x82\xe0\xb2\xc3\x4c\x0e\xe1\x5e\x01\x80\x58\x1f\x9a\x1b\x85\xe0\xe1\xbc\x59\x4a\xde\x46\xd7\x44\x08\xf7\x7f\xd7\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xdb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x5b\x67\xec\x56\xa6\xbc\x66\xc6\x6e\x89\xa5\x1d\x32\x76\x43\xc6\xee\xe2\xba\xbc\xc4\x8c\xdd\xca\x9e\xaf\x97\xb1\x5b\xb7\xe5\x5b\x78\x04\x4b\xcd\x7c\x37\x19\xbb\x95\x15\x7d\xc9\x19\xbb\x95\xa1\x1e\x32\x76\x9f\x64\x36\x2f\x2c\x63\xb7\xfe\xd4\x6d\x96\xb1\x5b\x2b\x9a\x35\x9f\xed\x5d\xf3\x5d\x20\x67\xe1\x99\x33\x76\x4b\x13\x38\xc4\x02\xec\x58\xd9\xb6\x4c\x82\x6e\x04\x50\x7d\xcb\x25\xe9\x55\xef\xa1\x25\x39\xbb\xa0\x6e\xec\x81\xa2\x9e\x36\x8a\x04\x2c\x84\xeb\x6a\x44\xed\xd2\x3a\x68\x57\x0f\xc6\x8a\x26\x3e\xcf\x0d\x3d\x4e\xb1\x6f\xe4\x40\x81\x1b\x5b\x94\x1a\x16\x39\x58\x16\x31\x30\xbc\x81\xe4\x6a\xd0\xfa\x77\x20\x40\x97\x2f\xb4\x6d\x9d\x02\x30\xcd\xd5\x2b\xfb\x50\x51\x63\x3f\xcd\xfe\x21\xfe\x6f\xe3\x82\xec\x5a\x0f\x38\x99\xe5\xdb\x24\x0e\x8c\xb7\xfb\x6c\xca\xa6\x52\xad\x72\x0d\x37\x98\x1a\xa4\xa2\xe3\x55\x99\x1d\xeb\xae\xde\xae\xab\xe6\x8b\xa0\x6c\x66\x7b\xf2\x69\xe8\xcb\x95\x61\x5f\x30\x39\xf6\x4e\x80\xbe\x50\xeb\xff\x0a\xee\xc7\x2d\x3d\x5c\x0d\x49\xbf\x8b\x1d\x82\xe9\x5b\x33\x75\x1c\x8b\x47\x25\x9b\xf3\xe2\x08\x4a\xeb\xee\x85\xe7\x1d\x96\x3d\x57\x8d\xf1\x17\xeb\x24\x4e\x62\x15\x2e\x2b\x99\xc7\x98\x88\x55\x4a\x1b\xce\x6b\x62\x77\xd7\x33\x77\x70\x61\xfe\xed\x5f\x36\x32\xda\x5b\xf9\xd2\xad\xdb\x88\x67\x8c\xd0\x24\x61\x1a\x73\x39\x5d\x7c\x0e\xd6\xa4\xc8\x55\xb6\xcb\xae\x72\x31\x86\x79\x5b\x61\x32\x2a\x9c\x1b\x88\x07\xef\x8c\x89\x92\xf9\x78\xe2\x35\x60\x4b\x85\x76\x6a\x75\x7b\xf9\x19\xdd\xaa\xbb\xec\xe5\xfb\x9c\x67\xdb\xd9\x17\x6e\x91\xea\x1c\x4d\x7e\xec\xf6\x88\x9e\x04\xfa\x1f\x42\xb3\xb5\x1b\xbb\x38\xe8\xf5\xfb\x74\xdf\x06\x0b\x36\x74\x73\xe4\x63\x48\x46\x32\xcb\xe4\x23\xe4\x23\x4e\x1f\x9a\xea\x66\xc0\x84\x7b\x7c\xcb\x8a\x05\xf0\x35\x18\x1d\xb5\xa1\xd3\xd9\x5a\xe8\x15\xd7\x28\x1f\x68\xe2\x47\x5f\xb5\xc5\xa3\xa3\x5c\x0a\x26\xea\x2c\x04\x5f\x16\x4b\xa8\xbd\x32\x8f\x5c\xa5\xa4\x7e\x75\x47\x36\x0f\x59\xf0\x4b\xf2\xcc\x61\x0b\x75\xf3\xd8\x80\x05\x94\x82\xf7\x0a\x1e\xef\x1d\x49\x28\x7a\x02\x14\x43\x5f\xb4\x4b\x61\x7e\x1e\xda\x78\x38\x2f\xc2\x85\x50\x7e\x8b\x39\x09\xc0\xe1\x38\x15\x15\x4a\xb4\xdb\xbf\x40\xd6\xc4\x1c\x6b\x0c\x68\xf0\x41\x0b\x10\xe9\xc4\xd2\x63\x9a\xcc\x93\x8c\x27\x91\xde\x31\x56\x74\x36\xa9\x63\x37\x8b\xc5\xd1\x5e\x5a\xfa\xd3\xf7\x9e\x07\xb7\x66\x39\xc5\xa5\xb1\x5a\x71\x41\xc2\x57\x9d\x9f\xb7\x48\x8e\x87\xd4\xbc\x0d\x48\x72\xb7\xf1\xec\x9d\x12\x5f\x53\xa6\x60\x33\xe5\x7d\xe3\xac\xac\xc5\x81\x7d\xcb\xfc\xc0\x9a\xfb\x62\xbb\xd5\xfd\xb6\x59\x81\x6b\x4d\xa3\x69\x5f\xd7\x49\x08\x2c\x55\xbf\x0f\xf7\xfe\x8a\xf4\xc0\xe6\x55\x7a\x21\x34\xb8\xcf\x00\xc5\x26\x6e\xb3\x3a\x48\x71\x13\x51\x71\xb3\x78\xc5\xb0\x51\xaf\x2b\x66\x31\x0c\x7b\xcb\xb8\xc5\x76\x54\xcb\x71\x22\x33\x00\x61\x2c\xad\x56\xe8\x20\x84\x3e\x85\x05\xf2\x9b\x61\x55\x47\x14\x5d\x0b\x34\xbf\x65\xd1\x89\x61\x13\xbf\x8f\x08\xc5\x15\xfa\xd0\x86\x51\x8a\xf1\xa2\xee\x16\xa9\xb8\xa3\x7e\xb3\x59\xb4\x62\xa5\xb3\xa5\xfb\xbd\x85\x5f\x7d\x01\x39\xf1\x10\x95\x11\xa2\x32\xea\xd7\xe6\x25\x46\x66\x14\x55\xa5\x36\x8c\xce\x68\xda\xfe\x7d\x50\xd2\x1e\xa3\x34\xbe\x71\xec\xc3\xba\x61\x0f\xdf\x36\x98\x64\xcd\x38\x92\x43\x6c\xc6\xf7\x11\x9b\xd1\x7c\xde\x36\x8a\xcf\x58\x91\x00\xe6\x7b\xd9\xd5\x89\x1e\x92\x92\x9e\xd4\x91\x1e\x6c\xc0\xd1\x17\x6b\x3a\xd3\x8b\xac\xa9\x83\x43\xfd\x49\x1d\xea\x35\x0b\xbd\xda\xa9\x5e\x12\xde\x9e\xd5\x13\x5a\x05\xe5\x7e\x4a\x6f\xe8\x2a\x81\x37\x1f\x0e\x9e\xfc\x1c\xd5\xce\x79\xdd\xe3\xf4\x25\xec\xad\x2f\x3e\x48\xd8\x74\xc8\xd2\x14\x14\x62\x23\x1d\xae\x65\x41\x02\x82\x21\xb1\x5a\x4e\x4a\xb5\xa5\x5c\x0a\x75\xb8\x79\xca\x22\x90\xfa\x42\xbe\xc1\x10\xe6\xbe\x80\xfd\xcd\x32\xa6\xbc\x3e\xa5\xc8\x5b\xcd\x45\xc2\x62\x1d\x4b\x91\x54\x32\x2d\x7e\x30\x58\x5f\x93\x8a\x39\xb9\x17\xf2\x31\x63\xe9\x18\x76\xa8\x3a\x98\x63\xc2\xd9\x11\xe1\x26\x7c\xa6\x18\x4d\x26\x96\x5d\xf6\xed\xd8\xc1\xe5\x80\x82\x18\x73\xdf\x46\x08\xae\xa1\x99\x77\x2d\x42\xba\x82\x8c\x68\x62\x8e\x88\xce\x87\x45\xfb\xa9\x44\x48\xce\x07\x26\xe2\x89\x17\x8d\x3c\x99\x27\xbc\xd6\xf3\xdd\xa0\x59\x58\x02\x68\x67\x9c\xee\xe4\xb4\x78\xa0\xbb\xe4\x49\x7f\xca\xb5\x21\x60\x2b\x27\x52\x84\xc3\xe4\x32\x3e\x02\x26\x04\x40\x1a\x22\xbe\xc2\x92\x72\x04\xb4\x32\x95\x4d\xc7\x52\x78\x98\x1c\x92\xa2\x53\x57\xa1\x5d\x5c\xee\x54\x3e\x0a\x6d\x14\xa3\x53\x57\x6b\xc0\x72\x62\x30\xc5\xa2\x7f\xc9\x55\x76\x85\x1b\x78\x93\x2d\xbe\xe0\xe2\xde\xee\x6e\x81\x82\x01\xf8\xb2\xd0\x73\xcd\xa6\xbd\xe7\x82\x96\xa2\x55\xb6\xd8\xb5\x2c\xdf\xc8\xdf\x1b\x15\x6c\x98\x37\x01\x90\x18\xba\x0a\x13\x64\x13\xa3\x8a\x06\x50\x5d\x62\xbb\x23\xc0\xea\x10\x7d\x93\x12\x43\x01\x00\x67\xc2\xb2\x59\x84\x68\x39\xa3\xca\x84\x8a\x17\x2e\x35\x3e\x91\xd3\x69\x2e\x00\xcd\xc0\xe9\x69\x8f\x2e\x07\xda\xd9\xec\x8a\xc6\x5b\x7d\xd1\x35\x3f\x68\x7b\xbe\xa4\x18\x67\x73\x42\xd3\x07\xae\x0b\x44\x92\x44\x0a\x9d\x4f\x99\xaa\xe0\x3d\x23\xdc\x35\xa1\x9e\x56\xec\xd8\xac\xe0\xe5\xe1\xfa\xdd\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\x6f\x76\x26\x3f\xc7\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\x29\x8c\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x85\x92\xa6\x55\x35\xdc\x57\x56\xd5\x70\x68\x6c\x3f\x5e\xa0\xc1\xc1\x6d\x64\xc9\xab\x4c\xd0\x8d\x1a\xcd\x33\xf1\xd9\x64\x1c\x2e\x05\x6d\xa8\xe1\x89\x2f\xeb\x11\x8a\x16\xe1\xd7\xcd\x5b\xbb\x6b\x35\x19\x9d\xd0\x6c\x71\x87\x9b\xd7\xf2\x16\xdf\x5f\xce\xfb\xdc\x71\xc3\xb6\x97\xc6\x21\x25\x32\xcb\x36\x01\x1d\xa9\xcc\xfc\xac\xf8\x7c\xf9\x88\x8a\x7e\xec\x06\xf8\xbd\x80\x53\x83\x40\x29\x34\x73\x92\x85\x36\x6e\x97\xe2\x97\x90\x87\xce\x89\xc8\xa7\x43\xa6\xfa\x42\x8e\x00\x8b\x26\x6b\xd2\x96\x67\x4a\x4e\xf9\x26\x59\x9b\x88\x6a\x76\xe3\x1d\x71\x2b\x2c\x8d\xde\x5d\x07\xb8\xe1\x48\x5e\xae\x47\xac\xca\x2c\x50\xce\x58\x72\x86\xa6\x74\xa1\x78\xd0\x5a\x0b\xbe\x4a\xf9\x6d\x93\x29\x9a\x15\xdc\xea\x69\x04\xa7\xbf\x67\x50\x70\x9b\x66\x8f\x74\x5e\x44\x6b\x6d\x72\x9c\x8a\x78\x28\x77\x5e\xa8\xa7\xb2\xe8\xc4\x04\x47\x26\xee\x17\xae\xc2\x3a\x27\xe8\xac\x8e\x0c\x37\x3e\x4b\x7e\xce\x4f\x29\x64\xc7\xc7\x3e\x96\xaf\x37\xb9\x0d\xcb\x87\x21\x6a\x91\xc0\x70\x96\x2f\xd5\xa7\x12\xe5\xec\x7d\x8d\x2a\xed\x10\xd4\xe5\xbc\x1f\xe3\xba\xbe\xd5\x67\x58\x33\x47\xd6\x6b\x2d\xd6\x8e\x01\xa0\x9b\x95\x56\xf5\x3d\x2e\x2f\xdc\xba\x49\x75\xe8\xd5\x3a\xc4\xc8\xca\x2e\xae\x6c\x41\x80\x0e\x74\x71\x05\x23\x9e\x31\xdd\x22\xdd\x1a\x7d\xc2\x44\xc5\xd5\x31\xf7\x1f\xbc\x54\x5e\xde\xc9\x15\x8f\xf0\x13\xbd\x54\x43\xb8\xab\xb8\x53\x98\x1c\x14\xb3\x63\x06\x02\x06\x49\x7e\x62\x55\xbc\x09\x36\x00\xb5\x2d\xac\x78\x69\xc0\x7a\x66\x79\x01\x77\x75\x31\xb0\xac\x59\xf8\xc0\xca\xd8\x86\x29\x9a\x18\x5f\x07\xc3\x8d\xaa\x61\x4b\xf7\x01\x0b\xb5\x7e\xfc\x84\xef\x15\x8a\xd6\x2f\xee\x4d\xed\x08\x7b\xe5\xd6\x37\x1e\x5d\x90\xcb\x37\x77\xbc\x7c\x80\x4f\xbd\x31\x89\x92\x91\x62\x60\x6f\x9c\x86\xc0\x5c\x91\x32\xa5\x8d\x94\x70\x43\xdd\x9e\xff\x72\x72\xd7\x25\xcc\x24\x00\x1a\xdf\x17\x89\x7e\x38\xb2\x02\xed\x6f\x39\x33\xf6\xe7\x26\x84\xb2\x29\x13\x1a\x38\x01\x5f\xb7\x18\x95\x5f\x18\xfb\xdf\xf3\xf2\xf7\x4b\x48\x3e\x4c\x2c\x94\x20\xb1\xb4\x1b\x6a\x90\x58\x32\x05\xa8\x0a\x5c\x5a\x5d\x43\x31\x58\x6c\xae\x53\x07\x3a\xb9\x85\xa7\x5e\xfc\x2d\x17\x1b\x8a\x49\x67\xc5\x47\xd1\x28\x1a\xa4\xb0\xe9\x8c\x2a\xae\x37\x6b\xde\x7f\x53\xdb\xfa\x2a\x26\xe2\xd7\x95\x12\x57\xb4\x8f\x14\xf8\x9c\xc4\x28\xc6\x80\x85\x04\x7a\x72\x77\xbd\x0b\xe7\x0d\x13\x8b\x3e\x6a\xf5\xc5\x27\x6f\xff\x2c\x7e\x0d\x65\x52\x30\xde\x83\xa5\x24\x07\x9d\xa9\xdc\x0a\x34\x9b\x72\x1d\x7e\x00\xa0\x12\x9d\x67\x06\x71\xe3\x46\x50\x88\xcf\x0f\x14\x9f\xd4\x71\x09\x45\x45\x32\xb9\x94\xbb\x95\x4f\xe2\xa3\x01\xcb\x36\x91\x1d\xbb\xa3\x4e\xa6\x2d\x7d\x27\xf7\x0d\xa7\xf3\x4f\x1e\x6f\x72\x83\x0d\x2a\x26\x03\x92\x9b\x47\xcf\x42\xad\x04\xed\x74\x19\xa2\xd0\x31\x02\x46\xb6\x6a\xe0\x06\x06\xba\xda\x5d\x74\xb2\xb5\xaf\x0a\xa9\x64\x46\xbc\x59\x6e\x08\xbd\x10\x6a\xfa\x42\xe5\x02\xe0\x26\x82\xfd\x9c\x12\xcd\x7c\xe9\xc9\x44\x0a\x94\x01\x9c\xf1\x64\x6c\xd9\x84\x95\xfc\xc0\x89\x22\x05\x68\x54\x32\xd7\x96\x87\xd0\x29\x33\xf6\x82\x7a\x0b\x50\xab\xe8\xc1\x38\x22\x33\xc5\xa7\x86\x3f\xb0\x80\x11\x13\xef\xdc\x19\x35\x34\x93\xe3\xb6\x32\x7c\x44\x13\xd3\xa3\x3b\xa9\xcc\xd4\x35\xb3\xad\x17\xdb\x0f\x83\x74\xcf\xed\xda\x8f\x99\x60\x0a\xe6\x09\x65\x5f\x6a\x4f\xf0\xa6\x05\x61\x0a\xc6\x0d\xe0\x6f\x09\xc2\x65\xe9\x60\x62\xa0\xb9\x91\x53\xab\x90\xd2\x2c\x9b\x03\x0c\x96\x7d\x32\xa1\x7a\xe2\xf7\x19\xb1\xb3\xd6\xb9\x9a\xdc\xe2\x9e\xd1\x64\xc2\x6e\xa1\x84\x5e\xdd\xe2\x56\x46\xf9\x86\x89\x7c\xfa\xe6\x94\xfc\xdf\x62\x8e\x67\xed\xb3\x9f\x3b\x83\xf3\xee\x6d\xfb\xfd\x45\xe7\x3c\x9a\x8f\x7b\xf2\xa9\x7b\x7b\xbb\xf8\xeb\xcf\xdd\xde\xe2\x8f\xd7\x57\xd7\x77\x17\xed\x5e\x5d\x2b\x17\x57\x57\xbf\xdc\x5d\x0f\x3e\xb4\xbb\x17\x77\x37\x9d\x9a\x4f\xef\x7a\xe1\xa1\x7b\xf6\x9f\xd1\x19\x82\x9c\x3b\x3b\x9f\x86\xd1\x56\x8f\xd9\x31\x29\xbf\x78\x4a\xee\x9c\x27\xc6\x55\x28\xf5\x36\x23\x0a\x41\xbc\x10\x57\x94\xa2\x31\x29\xed\x0b\xe2\x3f\xb7\x73\x6f\xfa\x14\x5d\x44\xc9\x84\x91\x4c\xca\xfb\x7c\xe6\x18\x18\x46\x9b\x09\x89\x06\x19\xa6\xa3\xd6\x7e\xee\xf6\x4e\x83\x47\x68\xb1\xb1\x28\xb9\xc6\x93\x3a\x8c\x8b\x7a\xa6\x89\x35\x5f\x15\x7b\x80\x23\x19\x3c\x85\x51\x0f\x61\x03\x96\xf5\x83\xad\x51\x61\x2a\xdd\xa4\xa9\x43\xce\xf5\x13\x8b\x1a\x2e\x6f\xdf\xb2\xd5\x0c\xcb\x81\xe8\x4b\x64\xc8\x12\x9a\xa3\x23\xcd\xde\x46\x4a\x49\x15\x0f\xb8\xd8\xf6\x1d\x1b\x7d\xb3\x28\x64\x94\x61\x52\xb1\xcc\xa4\xfd\x24\x3a\x39\x56\x5d\x06\x55\x5a\x31\xaa\xa5\x20\x8f\x93\x39\xda\xa6\x7c\xc5\xae\xe9\x90\xa1\xbf\x04\xd2\xef\x2d\xdf\xf6\x02\x2b\xe1\xe0\x98\xa3\x86\x3c\x32\x88\x38\xcc\x1d\xbe\x13\xea\xc7\xf6\x00\x6a\x5f\xd4\x58\x07\xc4\xbb\x52\x24\x62\x23\xc7\xdc\x87\x50\x6c\xbf\xd7\xac\x8e\x5b\x6e\x1e\x36\x56\xc8\x6d\xd8\x28\xb0\x50\xef\x25\x85\x11\x37\xd8\xfb\x3d\xcb\xae\xb1\x3b\x2f\x91\x81\x16\xaf\x8d\x15\x1c\xdd\x40\xe9\xe1\xd5\xe3\xf1\xf1\xd6\x25\x58\x82\xcd\x12\x31\x83\x87\x7f\xe5\x5a\xf5\x64\x4a\xe7\x96\x38\x20\x3c\x41\xe7\xb3\x99\x54\x86\x34\xb4\x41\xe0\xa0\xe3\xf8\xe0\x62\x70\xf3\x08\x1c\x0a\x1a\xb1\x52\x80\xae\x81\xfc\x59\x1a\xdc\x1b\x06\xe4\xd6\xb5\x38\xf6\x71\x4e\x17\x28\x6b\x01\x9d\x68\x5a\x52\x7b\x4b\x14\x5a\x27\xa0\xee\x12\x4d\x34\xb3\xb7\xf0\xba\x30\x72\x75\xbd\x5f\xf9\x16\x6a\xb7\x3c\x63\x23\x33\xa8\xf5\xa5\x2c\x31\x1b\xda\x16\x45\x43\x2a\xa0\xe2\xe3\xc9\x1e\x5a\x5c\x5f\x92\xff\xb3\xf3\x75\x59\xf1\x3d\xd2\xe2\x95\x94\x06\x65\xc8\x42\xcf\x20\x7e\x35\xc1\x04\xe0\x3a\x45\xe8\x59\x2b\xa8\x71\x90\xd4\xac\x5c\x7e\x2f\xe4\xa3\x08\xf6\x72\xdd\xea\x8b\x0e\x05\x34\xe4\xa0\x2c\xb8\xd8\x03\x94\xd4\x57\xca\xe8\x25\x78\xd5\x17\x92\x1c\x5d\xd0\xbd\x83\x8c\xcf\xe6\xa4\x80\xd0\x2d\x7d\xb7\xce\xe9\x41\x5b\xb2\x97\xd3\x70\xc2\x0e\x35\xd2\xb0\x99\xb3\x77\xe3\x3c\x8b\xa0\x5a\x70\x99\xda\xae\x5a\xe4\x8b\xb7\xce\x40\x68\x47\x01\xfd\x6c\xf0\xc2\xc9\xe8\xdc\x67\x7f\xd6\x2d\xec\x3e\x12\x2a\xf7\x1d\x6f\xb1\x7c\x81\x43\xa6\x4c\xcd\x2a\x97\x94\x64\x21\xd0\x6a\xba\x41\xcc\xd8\x59\xf8\xe8\x96\x2d\x8f\x01\xfd\x00\x30\x92\x50\x4e\x34\x83\x1b\xda\xf2\xd1\xff\x81\x9b\x05\x89\x94\x50\x66\xdf\x59\xf8\x23\xbf\xa4\x3d\x3f\xe0\x57\xb3\x52\xc0\x10\x32\xac\xb1\x72\x67\x8b\xb4\x01\x08\x19\x20\x6e\xed\x55\xe8\x03\x72\xf8\x58\xc8\x55\x61\x03\x0d\xc4\x94\x44\xc4\x74\xdb\x4c\x4c\x1a\xa8\x29\x44\x0a\xec\x89\xa2\xf6\x90\xf2\x60\x79\x0b\x5d\xc4\x66\x58\x3f\xd1\x61\x03\x05\xfb\x5b\x84\xe0\x2c\x0c\x37\xfa\xf0\x1f\xf5\x43\xff\x98\x53\x45\x85\x81\xc0\x12\x27\x78\x2b\x16\x45\x2b\xb2\xaf\x10\x81\x25\xd0\x58\x0b\x3f\xc5\x9b\xeb\x1d\xe9\x58\x24\x96\xa7\x47\x84\xb7\x58\xeb\xc8\x15\x32\xd1\xf9\xb0\x78\x73\x62\x25\x87\xbe\x58\x08\xdc\x6f\x91\x76\xa6\xa5\xfb\x82\x89\x24\x03\xe0\xf1\x28\x06\x26\x50\xbe\x73\xfd\x0c\xe7\xa0\x5e\xc0\x56\x16\xcd\x4b\xf7\x20\xfa\xb0\x2f\xa8\x46\x4f\x73\x06\x27\xbd\xf8\xbd\xae\xb0\x40\x29\xfa\xe0\x09\xc1\x7b\x16\xae\xa1\x27\xdb\x24\x44\xd0\x5e\xb6\x41\xf0\x06\x6c\x4c\x91\x50\xd1\x17\x81\x9c\xc9\x5b\x6a\x32\x46\xb5\x21\x3f\xbd\xdb\x28\xe0\xc2\xcf\xaf\x60\xae\xee\xf4\x16\xa1\xa5\x3e\x9c\xad\xa9\x2e\x0a\xe0\xae\x12\x4a\x04\x8b\x02\xd4\x8f\xec\x36\x1b\x49\x1e\xb8\xce\x01\xca\x3d\x0a\x63\x47\x30\x6e\x6e\xb4\xc7\x95\x44\x85\xa9\x81\x8d\x78\x58\x03\xe7\x93\x74\xc3\xaa\x21\x2c\xa7\x3b\x71\x54\xce\x20\x93\xac\x08\x2c\x9b\x50\xd3\x17\x8e\xb1\xfa\x58\x8c\x08\xf3\xb7\x9d\x65\xe5\x60\x2e\x2b\xe0\xa4\x4c\xd8\x09\x03\x10\x7d\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x8b\x26\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x15\x01\xd6\x90\x85\x9b\x0b\x36\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x37\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\x2b\xee\xd1\x22\x1d\xb8\x67\x7c\xad\x0f\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\xb9\x2d\xec\xdf\x45\x14\xe3\xbd\xc5\xac\x84\x30\x02\x6d\xc2\x67\x0a\x60\xfa\x80\xb3\x6d\x13\x26\x8c\x9a\xcf\x24\x17\x26\x58\xb2\x2a\x0b\xe1\x15\x0d\x2b\xb3\x35\xc5\xd7\xaa\x7d\x84\xc9\x6c\x39\xed\xde\x84\x69\xe6\x63\x02\x70\x52\x46\x12\xf4\x84\x20\xbb\x98\x51\x33\xd1\x90\xeb\x50\x5e\x03\xa7\x73\xc1\xa7\x76\x85\xe8\x0c\x42\x0a\xd0\x48\x51\x7c\x14\x82\xf8\xb5\xe1\x59\xd6\x17\x82\xb1\x54\x63\x79\xf8\x1f\x6a\x73\x6a\xec\xa7\x47\x84\xa6\x29\xf9\x9f\x6f\x3f\x5c\xfc\xda\xeb\x0c\xba\x97\x60\x71\xee\x5e\x74\xde\x1d\x85\x1f\xaf\xee\x7a\xe1\x57\x34\xb0\x3c\x30\x45\xa6\xf4\x1e\x34\x3c\xa1\x51\xfc\x83\x50\xf7\x78\xa4\x3e\xdb\xc8\x3e\xd1\xcc\x87\x8f\x3a\x31\x25\x24\x18\xbb\x3d\x5c\x01\x01\xb1\x81\xee\x7b\x13\x3e\x59\x4e\x83\x9e\x78\x42\x17\x5e\x0c\x9c\x32\x61\x2c\x8f\x71\xc6\xbe\x42\xf5\x2d\x08\x8e\x89\x31\x17\x4d\x41\x6e\x4c\x3c\x3c\xa5\x0c\xff\x0b\x9b\x7f\xb6\xda\xf5\x35\xe5\x6a\x6d\xda\xeb\x88\x07\xae\xa4\x80\xa9\x05\xab\x56\x51\x92\x90\x19\xef\x6b\x8b\x0e\x95\x46\x59\x18\xc2\x28\x66\x8d\x81\x94\x95\x62\xa8\x2f\x63\xba\x6d\x74\xfd\xb2\xaf\x46\xf9\xbc\x36\xed\xd8\x0d\x7d\xa0\x3c\x83\x20\x58\x7f\xd1\x14\x34\x88\x95\xee\x4e\x09\xcb\xe8\x50\x2a\x48\x8d\xc1\xa8\x1d\xdf\x84\x5b\x30\xa8\xf9\x14\x1a\x6a\xf5\xc5\x39\x9b\x29\x96\x50\xe0\x62\x33\xab\xb9\x00\x17\x2a\xd9\xd0\x5a\xd8\x06\xe1\xf6\xd6\xa1\x8d\x55\x37\xa4\x7a\xba\x22\xc0\xa5\xcb\xeb\x5a\xaa\x75\xae\x7f\xfb\x1a\x2c\x9d\x9c\x59\x3d\xae\xc2\x79\xdd\xdd\x3c\x62\x14\xeb\xc5\xa0\x53\xc8\x99\xf2\x5d\x54\x68\x96\x95\xe0\x6f\xed\xc1\xd1\x2d\xe7\x25\x2f\xde\x94\x82\xfc\xf2\x17\x4d\x86\xb9\xe9\x8b\x72\x1b\x52\x40\xfd\xd3\xf7\xd4\x24\x93\x77\x7d\x71\x65\xb5\xcc\x5f\xfe\xd2\x90\x35\x9d\x52\x43\x07\xf5\x44\xd9\xbc\x26\xe7\xd4\xd0\x0b\x49\x53\x2e\xc6\xae\xb8\x6f\xfd\x5a\xbc\xef\xf4\xda\xa7\xc4\x27\x5a\x86\x7c\xc9\x22\xd7\x3e\x6a\x08\x18\x32\x4c\xc4\x73\x11\x60\xe5\x22\xb0\x7e\x67\x21\x03\xe9\xc9\x5e\x58\x7d\x01\x4b\x89\x5c\x95\x1b\x32\x93\x0e\xab\xd0\x6a\x65\x92\xa8\x5c\x38\x4b\xb6\x33\x24\xda\xd5\x01\x32\x0e\x9b\xe1\xe4\x31\x90\x67\x16\x99\x7d\x5f\x80\x7e\x1e\xb2\xd7\x32\x99\xd0\x0c\xc2\xe6\x8e\x23\x93\x9e\xd5\xda\x65\x0e\x39\x48\x10\xaf\x22\xe6\xe5\xe8\x56\x8f\x24\x5d\x08\x65\xf1\x46\x81\xfe\x0f\xfb\xe8\x5c\xa9\x53\x69\x39\x4e\xab\x2f\xba\x23\x8c\xaa\xcb\x70\x75\xec\x87\x4c\x80\x37\xd9\x2f\x8b\x7d\xea\xf9\x11\x14\x02\x41\xaf\x22\x4d\xc0\x7a\x2f\xe6\x10\x13\x0d\xf8\x66\x12\xa2\x33\x0a\xee\xec\x88\x72\x61\x17\xc3\x9d\x18\x7d\xd6\x17\x18\xcc\x57\xda\x97\x38\xf3\x37\xea\x5d\x0a\x88\x35\x2c\xae\xcb\x20\x60\xcc\x5c\xec\xa1\x93\xf5\x67\x8a\x1d\xfb\x7a\x71\xf6\xd7\x68\x4d\xed\x0d\xdb\x22\x37\xb1\x7a\x9d\xca\x24\x9f\x7a\xdc\x11\xc8\xd5\x72\x41\x6a\xee\x12\x0d\x14\x82\x17\x7b\x2d\xc5\xff\x21\xfe\x6f\xad\x6c\x7a\xbd\x63\x95\xd1\x40\x55\x83\x59\xb9\xa5\x52\x6b\x5c\x18\x36\xae\x3a\xf8\x36\xc1\xec\xbc\x84\xc8\x76\x2b\xc9\x83\xf3\xcf\x48\xab\x7d\x4a\x30\x43\x63\x4a\x9d\x4c\x7f\xd0\xa4\x7b\x6d\x85\x14\xab\x94\x86\x63\x92\x6b\x83\x21\x5a\x90\xa6\x82\x5f\x63\x98\xfc\x11\xf9\x91\xf4\xf3\x1f\x7f\xfc\xe7\x84\x7c\xf5\x7f\xfc\xdb\xbf\xfe\xeb\x3f\xff\xdb\x36\xd5\x74\xa1\xdd\x62\x8d\x02\xb2\x63\x59\x6a\x89\x77\x60\x91\x99\xec\xb0\x0b\xee\x8c\x34\x2d\xbf\xd3\xd8\x1b\xd3\x9c\xea\x1e\x47\x21\x38\x74\xec\x0e\xa1\x8e\x0f\x0f\x29\x9d\x9e\xc2\xd5\xaf\x99\x39\x2a\x1f\xe2\x20\x8f\x3a\xa1\xfb\x7f\x2c\x01\x1a\x18\x58\x6a\xde\x2e\x54\x88\x67\x41\x02\xb6\x8d\x90\xb7\xce\x44\x67\xc0\xc5\xf7\xce\xdf\x41\x32\x4b\x99\xc2\x31\x05\xab\x5a\xb0\xf5\xc1\xf9\x65\x5f\x67\x99\x74\x41\x1c\x94\x68\x36\xa3\x70\xc7\xdb\xf3\xda\xea\x8b\xce\x57\x6a\x99\xeb\x91\xaf\x93\x85\x45\x9d\xc1\x37\x32\xa2\x09\x23\x28\x4d\xbf\xfd\x7a\x6a\x7f\x3b\x22\xf3\x53\x08\xc5\x3c\x22\x7f\x3f\x75\x19\xd0\x54\x99\x81\xfd\xe9\x9d\x17\x87\x5d\x13\x30\x68\xae\x49\xff\xcd\xc9\x03\x55\xbe\x3a\x39\x02\x39\xbe\x71\xec\x2f\x80\xd4\xc6\x02\x74\x26\xe5\xbd\x0b\x54\x5d\xf8\xd2\xfd\xa7\x85\x04\x1e\x7c\x1b\xb8\xf9\x2e\xe6\xd8\x0a\x7b\xc7\xf0\x02\x23\xad\xd9\x90\xb4\xfe\xa6\xa5\x20\xad\x39\x9d\x66\xee\x57\xff\xd4\xc5\xd1\x52\xed\xb2\xc1\xd2\x10\x46\x93\xcd\xd1\x9c\xf9\x3e\x93\x43\x98\xd7\x27\x3f\x57\x8c\x44\x85\x81\x16\x57\x44\x71\xab\xb8\x89\x38\x71\x07\xb3\xc2\xa1\x06\x9b\x2f\x7b\xaf\xeb\x66\xf5\x35\x0c\xe9\x3f\xd0\x77\x0b\x8b\xe2\xd3\xd7\xd0\x82\x1b\xc2\xc0\x6c\xa3\x5f\xc9\x5b\xc7\x84\xde\xd9\x8b\xc0\x85\xfd\xe2\x32\xd4\x75\x30\x0f\x1d\xfc\x1a\x75\xc0\x05\xc1\x84\xc4\x25\x5f\xfe\xfd\xa4\xd5\x6a\x85\xaf\x2f\xed\x54\xfe\x0f\xe1\x46\xb3\x6c\x84\x2d\xf9\x6b\x66\xde\x17\x9f\xac\xa6\x13\x5b\x98\x0b\x88\x15\xa8\x8b\x94\xc8\x8c\x1c\x17\x56\xd7\x54\x26\x9a\xfc\x93\x95\x3d\xa3\xa5\x84\x1f\xad\xb2\x55\x7f\xaa\x5c\x79\xbc\x67\x3a\x56\xce\x6a\x5d\x3d\x58\x31\x38\x43\xd0\x3e\xa9\x86\x08\xa5\x07\x9e\xe6\x9e\x16\x2c\xe5\x9c\x38\x00\x07\xa8\x5c\x67\xd8\x57\x03\x8f\x1a\x90\x32\x6a\x43\xc2\xeb\x25\xb8\x05\x86\x5b\x00\x66\x20\x59\x37\x2c\x80\x43\x31\x70\xbc\x01\xe7\x79\x14\xbb\x38\xec\xf5\x22\x62\x34\x2b\x9d\x4f\xa7\x54\xcd\x4f\x8a\xd3\xb6\x48\x9c\x05\xa8\x21\x70\x99\xcc\x2f\x00\xb8\x59\x33\x77\xb4\x5c\xa4\x41\x54\x60\x7b\x12\x12\x08\x48\xca\x12\x00\x16\x86\x90\x37\x84\xd5\x66\x22\x91\xa9\xa3\xeb\x22\xef\xb2\x2c\x56\x84\x77\x16\x05\x0a\x1f\xb5\xa2\x0b\x8b\x99\x30\x98\x8c\xed\xde\xf0\x1f\x37\x30\x70\x39\xd0\xc6\xb2\xca\xf1\x06\x2e\xcc\xee\xd5\xad\xff\x66\xfd\x6b\x17\xd6\xa1\x2c\x57\x53\xaf\xca\x79\xb3\x81\xa2\x8f\xc5\x05\x0c\xf1\x17\x68\x42\xc9\x43\x56\x2a\xfe\xfb\x4c\x5e\xf3\xcc\xde\x5b\x40\xe3\xad\xbe\x28\xfd\x7c\x44\x58\xc6\xa7\x5c\x84\xf0\x37\x64\xef\x72\x84\x22\xee\x3d\x37\x76\xcb\x74\x7a\x6f\x39\x98\x4f\xf0\x8f\xf4\x9e\xb6\x98\x7b\xd2\x09\xde\x23\x67\x26\xc8\xb5\x1d\x57\xa1\x48\x5b\x89\xd3\x36\x71\xec\xa4\x46\x1e\x11\x1e\x9c\xdf\xbe\xb0\xad\xf9\xb3\x54\xc4\xdd\x46\xed\x45\xcd\x1d\x83\x90\xce\x7d\x0a\x1e\xb4\x00\x7d\x94\x82\x67\x83\x90\x5a\x23\xa2\x74\x2a\x65\x29\x37\xcf\xd8\x80\x28\xc3\x81\x90\x29\xdb\x30\xd8\xb8\xa6\xec\x9f\x33\x15\x7b\x0f\xa3\x62\x98\x55\x03\x7c\xa2\x29\x8d\x90\x69\xbd\xa1\xf9\xb4\xb6\x7e\xa6\x6b\x07\xd0\xd9\x1f\xb7\xad\x61\x5e\xf0\x34\x68\xc5\x2b\x05\x51\x16\x64\x69\xed\xcb\x35\x3e\x77\x92\xd0\xd3\xed\x0c\xc8\x38\xf7\x04\x96\x3d\x44\x80\x52\x32\x56\x32\x9f\x85\x54\x61\x9f\x34\x85\xdb\xe0\x6e\xb4\xae\x18\xc9\x53\x27\x53\x5f\x70\x71\x8f\x77\xe1\x53\xed\x51\xa8\xa6\x19\xfd\xee\x39\x18\xae\xf8\xb1\x2b\xa9\x6c\x47\xad\x0d\x4d\xee\x11\x62\x6d\x59\x35\xd6\x4d\xeb\xc9\x16\xf7\x65\x9e\x65\xae\xdb\x82\x7d\x16\x15\x05\x1e\x38\x25\x94\xdc\xdd\x74\xeb\xfb\xbe\xe7\x8b\xf6\xf6\x7a\xde\x59\x26\x10\xf8\x9f\x5f\xf8\x46\x91\x71\x15\x48\x40\x56\x22\xf5\xa0\xff\x37\x01\x29\x55\x78\xf7\x8e\x0e\x3e\xcb\x83\x06\xd3\x1a\x4a\xad\x9f\x7c\xd1\xf1\xb9\xfb\xf8\x93\xfd\xb6\x7e\x47\x3e\x41\x4a\x48\xc8\x9b\x9f\x52\x61\x27\xe8\x7b\x6d\x30\x10\x21\x5b\xdc\x6a\x48\x77\xb3\xad\x06\x84\x3d\xae\x17\x81\xea\xbb\xf2\xad\x3c\xa2\xc5\x88\x66\xa8\x6e\x99\x09\xc8\xe1\x47\xe4\x36\x99\xb0\x29\x85\xa8\x84\x69\x59\x1e\x07\xb9\xe4\x6d\x46\xd5\x18\xa5\x04\xcd\x8c\x7e\x57\xb3\xc3\x45\x70\xee\x0e\x3b\xbc\x05\x40\x73\x6c\xa1\x87\xc4\xc1\x65\x1c\x20\x8c\xb2\x0c\x0c\x13\x98\x93\xef\xdf\xdf\x1d\x56\x59\xc5\x4f\xe0\xc6\x54\x58\xd2\x3a\xb5\xa2\x58\x73\xc6\xfc\x8e\x98\xe0\x97\x74\x1a\xb2\x4b\x3d\x30\xb8\xcb\x22\xc0\xb1\x0d\x19\x80\x04\x35\x8f\x61\x67\x14\xf0\x78\x08\x0e\x74\xb8\x69\x04\x7d\xd1\xf6\xaf\x84\x0c\x35\x90\x6f\x14\xfa\x55\x21\x8e\x09\xa3\xf6\x40\xc6\x88\x0a\xb2\xba\xc9\x35\x4c\x62\xd3\x4c\xa0\x2a\x90\xb9\x95\x71\x02\x44\x18\x6a\x77\x5e\xd8\xf5\xf3\x68\xe8\xf9\x61\xf3\xd2\x23\xf5\x49\xfe\x49\xb5\x34\x44\x5d\xc7\xab\x98\x6f\x27\x64\x1f\xbb\x86\xe2\x6a\x14\x18\xeb\x94\xcd\x8b\xc8\x1a\xbb\xe2\x28\x97\x56\x3a\x5b\x3c\xac\x66\x27\x66\xcc\xe9\x74\xa0\x64\xb6\xcb\x1e\xf9\x26\x4a\x3a\x0e\xe4\x6a\x58\x79\xf3\xb7\x9c\x66\x68\x8f\x15\x8e\x1c\xfd\xb0\x41\x60\xf8\xf3\xbf\x91\x36\xdc\x96\xe4\x13\xb0\x45\xf0\x44\x41\x6b\x46\x12\x3e\x9d\x31\xa5\xa5\x15\xc6\x1b\x36\xf9\xfe\x2f\x7a\xe0\xf0\x52\x07\x34\x49\x64\xbe\x88\x8d\xba\xc1\x4c\x6a\x5a\x8b\x27\x45\xc9\x7d\x3e\x64\x4a\x30\x03\x0e\x4e\x78\x8f\xf8\xf7\xd6\x1a\xae\xa4\xb9\x99\xfc\x79\x90\x64\x7c\x6d\x10\x57\x88\x82\x6f\xdb\xcf\xce\xf0\xab\x65\x13\x28\xb5\x5f\x1a\xba\x20\xf8\x8c\xe0\xb3\x16\x79\x4f\x93\x7b\x26\x52\x57\x43\x19\x13\x53\xe1\x82\x02\x6e\x19\x99\x28\xca\x13\x43\x7d\x07\xdb\xb7\xb7\x50\x5f\x4c\xe9\xbd\xbd\x85\xd8\x57\x17\x2c\x6c\xd5\x0c\xbd\xc9\xd1\x08\xf4\xb0\x90\xa1\xef\xb3\x28\x35\x4b\x72\x65\xdf\xc0\xf3\x61\xf0\x7c\x80\x51\x21\xc1\x2a\xe4\x84\x42\x92\xff\x0f\x9a\xe4\x33\xaf\xf9\x82\xb6\x9b\x81\x83\x00\x27\x09\x45\x51\xb8\x95\x06\x27\xac\x2f\x20\xe8\xca\xb7\x38\x0f\x5c\x25\xf6\x49\x05\xdf\x68\xdd\xe1\x1b\x61\x8a\xeb\x6e\xb6\x74\xb4\x21\xec\x3d\xa0\xcc\x4c\x98\x00\x35\x6c\xfd\x96\x21\x4f\x78\xfd\x4d\x2b\x05\x8f\xe1\x2c\x0a\xab\x41\x58\xc2\x5c\x70\x07\x1b\xec\x0c\x45\x51\x5c\x87\xb7\xa7\x16\xdf\x73\x4d\x34\x35\x5c\x8f\x78\xad\x7a\x1a\x27\x16\xef\xb2\xea\x74\xb3\x6c\xe6\x9a\x4c\xe6\xca\x5a\x84\xf8\xd4\x16\xf9\xc0\x95\x36\xd1\x94\x8c\x0c\x79\xc1\x4d\x2c\xc1\x4c\x58\x23\xa4\xd5\x3e\x3c\xbb\x7e\x06\xd1\xfb\x4b\x7d\xe4\x21\x16\xb9\x45\xda\x85\x8d\x0b\x33\xa3\xd1\x7a\xb5\x62\x46\x2c\xd3\x6c\x1b\xe2\x5b\xcb\x20\x00\x9e\x20\x20\x20\x02\xb2\x8a\xb6\xbf\x17\xf0\x7a\x61\x98\x8f\x90\xee\x43\xef\x99\x58\xa6\xf5\xad\x3f\xc2\x4e\x29\x57\xb2\x6e\x88\xed\xa0\xef\x4b\x54\xf9\xb7\x19\xe0\xfa\xc7\xae\x48\x46\xe7\xa3\x13\xbb\xe4\x56\xce\x4f\xee\x5d\x94\xf1\x08\xe8\xd0\xa5\xb3\x3f\x4e\xa4\x8e\xcf\x99\xdf\x3f\xd8\x4c\xa3\x72\xe6\xa3\x89\x21\x48\x3b\x2c\x30\xba\x67\x85\x8c\xb3\xdd\x61\xd4\xe1\x90\x62\x14\x52\xd8\x6f\xe2\x59\x28\x2c\x03\xd8\x4a\x7d\x53\x8b\xa7\xb9\x14\xbf\xb1\xc3\x71\xbe\x67\xab\x6a\x5b\x2e\xdb\xb4\x70\x72\x1b\x64\xc8\x4d\xb1\x04\x1b\xcf\xd2\x46\xe1\xea\x60\xea\xe3\x09\xe0\x54\xa1\xcc\x3b\xa3\xbc\xce\xa9\xe8\x4c\xda\xbb\xac\xdf\x53\x22\xae\xed\x1b\x6a\xcd\x4d\x77\x4b\x98\xb5\x0c\xbf\xf6\x06\x78\xf9\xe8\xe1\xd5\xf6\x01\x4a\xb6\x26\x1a\x77\x40\x6e\x42\xe2\xd1\x58\x11\x1a\xc7\xb5\x19\x8d\x94\x96\x18\x7d\x32\x2e\xe4\x42\x43\x78\x06\xe6\x3e\xca\x51\xc0\x90\xc3\xc8\x1a\x84\x9b\x94\xa3\x9a\x3f\xde\x67\x72\xa8\xdf\x85\x8c\x6b\xaa\x7d\x1f\x45\x0a\x64\x33\x09\xee\x07\xb2\xcc\x2f\xc5\x53\xde\x87\xfe\xcc\xc4\xf7\xe1\x26\x0b\x5f\x4f\x54\x45\xe0\x0b\x66\x80\x50\x25\x73\xe1\x21\x9f\xa4\x60\x72\x04\x2e\x09\xf0\xf2\x79\xa3\x1b\x08\xdd\x42\x9a\x28\xdb\x43\xb1\x19\xc6\x1a\x83\x7a\xd8\xbc\xdc\x3b\xc2\x9e\xad\x5a\xe7\xa7\x80\x3d\xdb\x75\xdd\xdd\xc1\xf9\x46\x0b\xbe\x2b\x98\x15\x1e\xa5\x0d\xd8\x2c\xbc\xbf\xd2\x12\x16\xf8\x00\x98\xbe\xe2\xa2\x22\x98\xdc\x0c\xe1\x4a\xec\xd8\xc8\x63\xc8\x92\x83\xdc\x2b\x04\x22\x6c\x82\xe7\x06\x0b\xe2\x26\xd7\x81\x7d\x7f\x8d\x71\x62\x88\xda\xd7\x68\xa0\xee\xee\xd5\xc4\x17\x14\x04\x61\x46\x08\xa6\x9c\x71\x64\xe5\xcd\xb1\xa1\x7d\x31\xde\xca\xe5\x0e\x06\x07\xb2\x55\x01\x89\x0b\xc1\x05\x34\x62\x02\x2d\x02\x71\x58\x13\x39\x95\xf6\xda\xb6\xea\x6a\xf1\x10\xe3\xf8\xe0\xb2\x59\x52\x4e\x71\x86\x59\xf1\xdf\x6e\x36\xf6\x68\xd9\x47\x28\x3b\xc6\x2f\xad\x46\xca\x8c\x66\x32\x2c\x23\x0d\xae\x18\x7f\x80\x88\x5b\x4e\x37\x60\xbd\x9e\x82\xae\x0e\x00\xe8\x0e\xf8\x89\xff\xdd\x6a\x90\x96\xa4\x42\xcc\x9c\xcf\xb3\x73\x51\x2e\x08\xfe\x50\x57\x7a\xb9\xd1\x7b\xb8\x09\xd0\x21\x30\x96\x61\x3e\xba\x05\xd4\xf2\x15\xca\x4b\x48\x9a\x2e\x82\x55\xec\x22\x87\x80\x01\x9f\xd2\x17\x3e\x7c\x28\xd0\xf7\xe7\x33\x76\x44\x86\x39\x3c\xbf\xbc\xea\xc5\x86\x59\x2e\xe0\xf1\x71\x32\x61\xc9\x3d\x04\x97\x22\x53\xc4\xe5\xf2\x65\x14\x86\xf3\xbe\x28\x30\x9e\x8d\xf4\x56\xc6\x79\x00\xd1\x0a\x40\x72\x52\x91\x94\xeb\x59\x46\xe7\x60\xcf\x11\xe8\x96\x2e\x17\x30\xf6\x83\xda\x52\x6d\x01\x10\x6a\xc7\x05\xbc\x1c\x06\xff\xf2\x93\x08\x75\x90\x42\x88\x55\x9d\xd8\xb1\x33\xac\xd9\x2e\xee\xe9\x26\x38\xf5\xa8\xfa\x17\xee\x68\xec\xa7\x08\xd9\x4f\xa2\x92\xc6\xd4\x7f\xe3\x83\xbe\xc0\x82\xd2\xf7\x85\x82\xec\xbf\xb1\x98\x05\x53\x0f\x2c\xed\x8b\x72\x7e\x99\xbb\xca\x8a\x5d\x26\x05\xcc\x6e\x13\xeb\xdc\x1c\xcb\x33\x46\xee\x59\xee\x39\x87\x98\xfa\x22\x99\x3e\x04\x36\x2d\x81\xfd\xad\x2f\xe0\xf3\x04\xf8\xb4\x6b\x1b\x3f\x0a\x5c\x5f\x07\xca\xe9\x50\xb7\x4b\xd6\xc4\x40\x98\x21\x7b\x06\x53\x6b\x43\xc0\x87\x0b\x00\x59\x08\x45\xae\x6b\xa3\x2f\x7c\xcc\xea\x28\xcf\x32\x84\x4b\x68\x58\x2e\x9f\x4d\xe7\x03\x2c\xbe\x5d\xca\x52\xd0\x6b\x49\x04\x84\x1c\xac\x7e\x29\x9b\xa5\x10\x66\x98\xcc\x8b\xc2\x67\x40\xbc\x4c\xe8\x1c\x02\xf1\x3c\x08\x2a\xc4\x86\x8f\x99\x21\x56\xee\x48\xf3\x0c\x83\x30\xc1\xa0\x0b\xa9\x79\x34\xcb\x08\x37\xba\x2f\x42\x26\x21\xc2\x42\xc1\x55\xe0\xa3\xde\x53\x27\x0b\x42\x17\xd0\xac\x2b\x95\x01\x17\x04\x4f\xb8\x29\x0d\x09\x2c\x95\xf3\x18\x39\x70\x36\x63\x14\x43\x86\x7c\x1d\xed\x58\x1a\xac\x6e\x83\x8b\xaf\x81\x0a\x06\x8b\x09\x48\xfb\xa4\x5e\xac\x60\xb1\xf1\xa6\xb4\x48\x1b\x67\x67\x45\x41\x0f\xe3\x8f\xa3\x75\x81\xca\xce\x99\x67\xe5\x2d\xa3\x43\x3d\xb0\x20\x51\xcf\xa8\x32\x3c\xc9\x33\xaa\x32\x80\xe7\x1a\xe5\x19\xe1\xa3\xa8\x22\x01\x6c\x02\x26\x92\x41\xd5\x3f\x09\x77\x84\x37\xbc\x6b\x3a\x65\x51\x80\xac\x53\x3c\xb3\xc8\x88\x88\xe0\x38\x68\x9d\xb2\x6d\xbd\x6b\x91\xf3\x6a\xfd\x09\x38\x16\x51\x02\x3a\xd7\xc8\x01\xc3\x78\xa3\xc8\x2e\xac\x63\xc1\x47\x56\xd8\xfd\x21\x3a\x78\x4d\x85\x8e\xa8\xbe\xdf\xd0\x42\xe9\x51\xcc\x56\x14\x40\xaa\x8b\xec\xec\x41\xfd\x9c\x92\xdd\x32\x9c\x88\x15\x05\x97\x37\x1c\x64\x9c\xbc\xbf\xc5\x40\xbf\x44\x05\x6a\xaa\x83\x9d\x2e\x29\x80\x00\xfb\xb8\xe1\x50\x23\x70\xd2\xcd\x07\x1a\x51\x4e\x6c\x8f\x6e\x5c\xd9\xd5\xca\xe5\x97\x12\x4c\x28\xb1\xe3\xb2\x82\x3d\x43\x0f\x46\xa5\x2e\x1d\x8c\xc1\xe1\x89\x02\xfc\x53\x38\x6c\x43\x46\x32\x2e\xee\x7d\x28\xb9\xdd\xf9\x23\x42\x8b\xd6\xe1\xf0\xe1\xe8\x91\x98\x1b\x24\x9b\x3a\xb0\xb4\x1d\x84\x9d\xf5\x02\xf2\x6a\x37\x37\xcc\x7b\x23\x3c\xbc\x85\xb2\x6e\xd1\x3c\xd6\xdf\x96\xa5\x3e\xf3\x20\xc4\x7a\x47\x39\x5e\x30\x91\xf7\xce\xf0\x50\xe8\xab\x71\x7d\xaf\x27\xb4\xbe\xa8\xe3\x6a\xfc\xcf\xbb\xcb\xf3\xce\x87\xee\x65\x19\xb4\xf3\xaf\x77\x9d\xbb\xf2\x2f\x37\x77\x97\x97\xdd\xcb\x8f\xf1\x4f\xb7\x77\x67\x67\x9d\xce\x79\xf9\xbd\x0f\xed\xee\x45\xe5\x3d\xfb\x53\xf9\xa5\xf6\xfb\xab\x9b\x0a\x4c\xe8\xed\x2f\xdd\xeb\xeb\xf2\x4f\xbd\xee\xa7\xce\xf9\xe0\xea\xae\xb7\x14\x11\xb4\x18\x7f\xed\x12\xed\x03\x4a\x71\x6b\x18\xd8\x36\x19\x29\xce\x44\x9a\xcd\x31\x6a\xc0\xeb\x1d\x15\x27\x65\xcc\xd2\xf9\x94\xc9\x7c\x17\xe7\xbf\x55\x7d\xe5\x83\x55\xa9\x33\xe2\x5a\x73\x21\x8f\x54\xdf\x37\xa6\x21\x1b\xb5\x68\x06\x5b\x1a\xe2\x64\xd4\x3c\x04\xd1\x2d\x0d\xde\x09\x19\x50\xae\x13\x32\x63\x6a\xd9\x58\xe0\xc2\x55\xf9\xcc\xf0\x61\x73\x38\xc7\x9a\x99\x41\x9b\x6b\x76\x98\x52\x5b\x9f\xda\x70\x59\xcf\xe8\x4a\x51\x0d\xbb\x38\x74\xa1\x85\x6d\xd1\x8d\xc3\xd7\xde\x09\x36\xcb\x87\x19\x4f\x08\x4f\x8b\x44\x60\x0c\x77\xc0\xd8\x3b\xb4\x91\x54\x33\xef\x67\x4c\x81\x04\x64\x05\xcb\x99\x62\xc7\x34\x37\x13\x5f\x29\x29\x94\xb8\xc5\x4c\x78\x96\x28\x66\x7c\x25\x46\x96\x7a\xbc\xdb\xa8\x27\x18\x8c\x8b\xc0\x4d\x21\xd5\xa3\x15\x81\x20\x35\x18\xc5\xf0\x4b\x6c\x7d\x03\xf3\x1d\xbe\xbf\x74\x69\xdc\x88\xb9\xae\x96\x34\x01\x59\x0f\x1f\x7a\xd4\x5c\x3b\x6f\xcb\x79\x13\x1f\x2a\x82\x9b\xec\xa3\x4e\xea\xa7\xb1\x8a\xc6\x62\x42\x29\x07\x89\xb8\xd6\xdd\xa3\x33\xc5\xe0\x52\x70\x3e\x1e\xaf\x19\x43\xb0\xa4\x8b\x52\x81\xe0\x14\xab\x01\x0c\xd9\x84\x66\x23\x34\xb2\xd8\xad\x29\xce\xd5\x22\x89\xf6\xe4\x3d\x13\x7b\xa8\x26\xbd\x35\x3b\x14\x28\x50\x17\x31\xd9\xc1\xde\x50\x58\x64\xa0\x7a\xa6\xaf\x2e\xed\xa2\xf4\xb0\x98\x17\x8a\x9f\xd1\x63\x0c\x95\x29\x40\x31\x7c\x80\xdf\x68\xc4\xbf\xda\x06\xfb\x82\xd5\xc2\x02\x40\x79\x0c\x9f\x1b\x15\xf8\x32\xa4\xc5\x62\x82\xc9\x3d\x13\x80\xd8\x8b\x45\x37\x56\xd2\xec\x66\xf6\xce\xc5\xbd\x58\xb4\x1e\x86\x15\x03\x8b\x12\x2f\xe1\x18\xc7\x66\x4d\x55\x14\xa4\x9e\xd2\x7b\xd6\x22\xe7\x78\x2f\x02\xdd\x9c\x5d\x74\x3b\x97\xbd\xc1\xd9\x4d\xe7\xbc\x73\xd9\xeb\xb6\x2f\x6e\xd7\x3d\x7e\xfb\x88\xe8\xaa\x9c\xbe\x6a\x50\x5d\xe0\x10\x27\xee\xe4\x15\x71\xc5\x45\x69\xf1\x70\xec\x60\x4b\x56\x8f\x9e\xa7\xb3\x41\xca\x75\x62\xaf\xbf\xf9\x80\x89\x14\xf0\x54\xb6\x22\xd5\xfa\xa6\xaa\xb3\x08\x6f\x90\xf0\x86\xe7\x20\x78\xdb\x3d\x78\x8a\x0e\xcf\x21\xe1\xda\xd5\xab\x84\x5a\xc5\x7d\x11\xdd\x36\xad\xd5\x18\x7a\xb6\xb9\xdd\xe6\x56\x6e\xa2\x3a\x27\x1c\x2f\xd7\x3a\xa7\x96\x3f\xfa\xd7\x20\x5f\xb6\x61\x55\x5c\x06\x6d\x0c\xea\xc2\xa3\x9a\x01\xc4\xaa\xbc\x53\x2a\x52\x6a\xa4\x9a\x37\x4c\x71\x3d\xe6\x19\x1f\x9b\x32\x0b\x8d\xaf\x6c\xab\xcf\xfb\x5d\xc0\x57\xa9\xa8\x92\x12\x42\xbf\xf4\xae\x7e\xe9\x5c\xde\x0e\x3a\x97\x9f\x07\xd7\x37\x9d\x0f\xdd\xff\x08\xa9\x71\xae\x02\x6a\x19\x8e\x9c\xd9\x4b\xd1\x72\x17\x9f\xa6\x51\xcb\x5f\x10\x14\xdc\xb7\xe3\x80\x60\xf9\xa8\x2f\x3c\x67\x51\x45\xf3\x13\x25\xf3\xf1\xa4\xbe\xa1\xea\x28\xaf\xdb\xbd\x9f\xb7\x1a\x26\xa4\x50\x21\x72\x30\x9e\xb6\x45\x30\x00\x3e\x72\x7c\x0f\x11\x04\x2a\xc3\x83\x44\x40\x78\xb5\xce\x86\xdd\xc0\xd1\xb6\xd2\x46\x16\x99\xd6\x52\xe1\xbf\xe6\xf5\x26\x02\xea\x45\x7c\xb3\x74\x8d\x00\x38\x05\x62\xd2\x2f\xb4\x76\x5a\xf3\x5b\xe9\x06\xfb\xf3\x71\xc6\xc6\x63\x96\x22\x79\x55\x1b\x76\xa6\x1d\xc7\x02\x93\xe2\x5e\xaf\x5b\x45\x07\x11\xbd\xc3\xc5\x1c\x02\x1c\xd6\x67\xe0\xd7\xe1\x93\x7a\x5e\x71\xe6\x4b\xc5\x24\x52\x68\x43\x45\x03\xe4\xd6\x86\xe5\x2c\x0b\x1c\x5c\x55\x14\x95\x75\x06\x0f\x6f\x8c\x2e\xce\xc1\x36\x0e\x1a\x07\x85\x2d\x9c\x05\x23\x82\xc8\x8e\x6a\xdb\xd4\x6c\x42\xa5\x60\xe0\x93\x1b\x2b\x96\xaa\x4e\x2e\x73\x10\x2c\x88\x88\x45\xea\x70\x47\xd0\xba\x03\x00\xbf\x8d\x11\x5f\x7b\xae\x2f\x1a\x2c\x98\x45\x71\xc4\x50\x6e\xd3\x0b\x6f\x9b\xdb\xab\x2a\xa5\x05\xa3\xb2\x8b\x69\x9e\x38\x80\x1d\x6c\xb6\x70\xe9\x3a\x03\x95\xbf\x60\x53\x72\x1c\x97\x73\x4d\x8f\x21\x07\xac\x2f\x9a\x1c\x15\x35\xa5\x50\x63\x0a\xb8\xf6\xb7\xd6\x2e\x7b\x5f\xb3\xfa\xcd\x47\xd0\x2f\xf6\x7a\xb1\xb9\xc4\xbf\x0e\xc2\x5e\x83\x47\xdc\xed\xcb\x90\xa2\x27\xb2\x7c\x1d\x37\xa5\xe9\x04\xae\xba\x99\xe3\x7e\x2d\xa7\x3d\x2d\xe3\x02\xe1\x15\x39\xa1\x1a\x25\x57\x5f\x1b\xbf\xa8\xdf\x5a\x14\xee\x6d\xb2\x7d\x07\x49\x70\x8f\xd8\x21\x4d\x8e\x88\x23\xd4\xa9\x43\x0d\xfe\x18\x4f\x37\x60\x83\x6f\x46\xf8\xb1\x70\x14\x94\x17\xe4\x7b\xc0\xb0\x32\x9a\x8b\x64\x42\x66\x19\xc5\x78\xf4\x09\xd5\x48\xd2\xde\xd7\x4d\x87\x3c\xe3\x06\x32\xe9\xd0\x4b\x54\x59\x61\xab\xd1\x50\x75\xef\x11\x1c\x68\x91\xc7\xbd\x8c\xe8\x77\x8c\xc7\x2a\xca\x44\x3d\x67\x44\x56\x71\x64\xa3\x2f\x96\xba\x98\x0a\xb2\x74\xd1\x58\xc5\x76\x60\x21\x73\x23\xa3\x92\x57\x9b\xed\xac\x6b\xf1\xba\xfa\x79\x69\xbd\x6b\x2e\xea\xcd\x5d\xff\x0e\x9c\x68\x03\x36\x5f\x85\x2e\xaa\x3d\x59\xa3\x4c\xd2\x86\x02\x17\xbe\x6d\x44\x22\x6a\x6a\x3b\x95\xf9\xb0\x09\xf9\x02\x47\xb5\xbc\xf5\x65\x76\x7c\x7f\x6e\xf7\x65\x17\x8c\x19\x20\x35\xcc\xf0\xcd\x4c\x1b\xd1\xa4\xa9\x61\xc7\xf0\x79\x7d\xe3\x0e\xef\x61\xed\x39\x2f\x10\x5a\x01\x59\x17\xf0\x35\xac\x48\x5b\x53\x24\xf1\xaf\x39\x14\x62\xbc\x1a\xdd\x62\x6e\xd7\x2e\x44\x66\xf8\x22\x85\xd5\x9f\xc4\x6a\xaf\xbd\xb2\x93\x24\xa6\x81\x19\x4b\xd6\xbf\x66\xaa\xed\xde\xda\xaf\xd7\x3f\x90\xe5\x22\x50\x33\xc5\x25\x64\x60\xb9\xca\x51\x4b\x92\xc4\x6b\xfb\xdd\x61\x25\x7f\xcb\x59\xce\x2c\xed\x0f\xf3\x74\xbc\x68\xdb\xdc\x40\x3a\x2b\xa6\x34\x91\x8f\x64\x9a\x27\x13\xe2\x1b\x27\x29\xcb\xe8\xbc\x34\x35\x90\x97\x8c\xcc\x00\x74\x63\x4b\x0c\x88\x24\xd7\x46\x4e\x21\x56\xad\x68\x57\xe5\x02\x08\x9e\x50\x63\x14\x1f\xe6\xa6\x36\xc0\xa9\x94\x0c\xbd\xa5\x83\xea\xf6\xba\x73\xd6\xfd\xd0\xad\x78\x87\xda\xb7\xbf\xc4\xff\xfe\x72\x75\xf3\xcb\x87\x8b\xab\x2f\xf1\x6f\x17\xed\xbb\xcb\xb3\x9f\x07\xd7\x17\xed\xcb\xf8\xe7\xf3\x76\xaf\x7d\xdb\x59\xe5\x56\x5a\xec\xb5\x79\x23\x68\x94\xab\x6d\x65\x17\x67\xb8\x04\x8f\x9e\xd7\x2e\x5d\xaf\xa7\xa4\xed\x33\xd7\xe3\xd2\x1e\xd4\xbb\xfa\xc0\x45\x8d\xb5\x46\x9c\x47\x10\x4a\x69\x63\xed\xa6\x16\x69\x13\x5f\x83\x0b\xe2\x19\xb5\x15\x16\x5c\x5e\xaf\xdd\x1d\x6c\xc2\x4a\x0c\x49\xa1\xb9\x15\xf8\xd1\x72\xe4\x12\xea\x33\x16\x83\x18\xb9\x7a\xab\xad\xbe\xe8\x3c\x30\x61\x72\x40\x58\xa1\x59\xe6\x4b\xa5\xf9\x17\xa2\xf4\x37\x3f\x4a\xcd\xa7\x3c\xa3\xaa\x80\xfa\xbd\x72\x6d\x81\xc0\xee\xc7\x1a\xd2\x1d\x17\xf1\x1f\xbd\xf2\x70\xd7\x25\x30\xee\xb3\x8b\x2e\x88\x40\x89\xf1\x20\x79\xbe\xf3\xbe\xc0\x8c\x6d\xd7\xe3\x94\x42\x8c\xad\x91\xce\x9e\x86\xdd\x37\x96\x8e\xbd\xa9\x81\xda\xdd\x02\x11\x00\x2d\xcf\x4f\x15\x2d\x13\x06\xe9\xff\xe8\x08\xa3\xe6\x9b\x40\x30\x93\x94\x69\x90\x4d\x5d\x60\x4c\x19\xfe\x17\xcd\x1d\xc4\xb7\x7e\x09\xc2\x8e\x0f\xdc\x72\xd6\xf8\x60\x74\x67\x00\x58\xde\x20\x7f\x67\xf6\x12\x7a\xa9\xeb\x10\xa7\x97\xc1\x2a\x0c\x65\x2e\x52\x5f\xbb\x74\xca\xc5\xc9\x94\x7e\x7d\xe7\x67\xfa\x38\xe1\x4e\x01\x29\x52\x71\x59\x66\x35\x91\xb9\x65\x72\xcb\x97\xab\x2f\x96\xac\xd7\x6a\x69\xd1\x73\x56\x50\x7b\x0a\x1d\x15\x83\x91\x1e\xd8\xbc\x6e\xff\x16\x50\x1a\x31\xe0\xc9\x1d\x78\x68\x64\xa6\x18\x94\xea\x0e\xa1\x4e\x19\x86\xb0\x85\x7f\x43\x28\x6d\x09\xed\xb9\x9e\x79\xc7\x6e\xde\x9d\xce\x4d\xad\x83\xf9\x09\x70\x36\x5d\x4f\x76\xd3\xd0\xdd\xec\x2d\x9d\x2e\x74\xd8\xf9\xd1\xec\x6e\xfd\x4d\x0e\xa1\xa0\xa4\xf6\xc5\x5c\x14\x03\xcb\x36\xec\x85\x07\x06\x82\x8c\xcd\x05\x1f\xb6\xa7\x81\x8c\x69\xb0\xf7\x42\xb1\x63\xf6\x5b\xee\x5c\x76\x3f\xfd\xb8\xd9\x45\x6b\xd4\x9c\x78\x08\xb2\x38\xd2\xdb\x25\x3a\xb8\x4b\x17\xc6\x95\x0b\x5e\x97\xc6\x7d\x83\x65\x7e\x9f\xb7\x9a\x7a\xa5\x53\xf7\xcf\x95\xc1\xf0\xde\x12\xeb\x4a\x13\x3f\x19\xee\xc5\xe7\x0a\xdc\x85\xeb\x0e\x62\x5c\x5d\xeb\xf1\x8d\x36\xa4\xc9\xfd\x23\x55\x29\x1a\x0b\x21\xfc\xa0\x45\x7e\x96\x8f\xec\x81\xa9\x23\x92\x30\x65\xa8\xcb\x84\xd5\xe0\x7f\x85\x03\xe5\xda\xe9\x0b\x08\xfb\xc6\xb4\x62\x01\x85\x70\x0c\x1f\x4f\xac\x42\x19\x79\xcf\xa5\xb2\xfc\xc8\x20\xcc\xc0\x8c\x25\x18\xef\xdf\x14\xe4\x3c\xca\xe8\xc3\x62\x6a\xef\x36\x59\x9b\x51\xcd\x6f\xef\x9e\x72\xbe\x9a\xa5\xf1\x0e\xbe\x74\x34\x72\xcd\xd9\xdc\x4c\xa4\x38\x22\x63\x99\x51\x31\x6e\xb5\x5a\x84\x99\xa4\xf5\x6e\x23\x42\x77\x0d\xc6\x0e\xaf\x10\xac\x99\x49\xcd\xb2\x79\x00\xe8\x0c\x41\xf5\x76\x95\x21\x88\x5f\x73\x34\x79\xd4\x50\xff\x6d\x35\xf9\xf3\x79\x4d\xe7\xf5\x9a\xea\xc6\x59\x24\x0d\xed\x00\x70\xe7\x06\x2d\xe1\xfb\xf5\x9a\xd7\x06\x59\x51\x1e\x0a\xbb\xc8\x8e\x6a\x40\xc6\x91\x62\xd3\x94\x9f\xcf\xb2\xa9\x66\xcc\x56\xd9\xec\xb5\x2d\xb9\xdc\xe3\xad\x92\x60\x16\x29\xba\x86\xe2\x42\xbe\xd8\x4e\xc8\x19\x59\x3e\x5d\x2c\x7c\xb8\x2f\x29\xaa\x18\x24\xfe\x75\x06\xdd\xad\x2d\x45\x15\xa5\x71\xa4\xc2\x44\x1d\x37\x5e\xb4\x85\x22\x31\x01\xb7\x54\x5c\x43\x0e\xff\x36\xb9\x34\xa1\x19\x6c\x1a\x5c\x36\x50\x3b\x19\x8a\x95\x29\x29\xc6\xd9\x1c\xd3\x83\xbc\x89\xdf\x7d\xa2\x51\xd4\x01\x3f\x4f\x33\x67\xa8\x06\x12\x3d\x75\x62\x7e\x51\xfe\x77\xc2\x02\x54\x50\x14\x61\x64\x24\x3a\x52\x1d\xe3\x2b\xd9\xc0\xe1\xa6\xe7\x98\xe6\xec\xa3\x95\x44\x54\x21\x65\x01\x1a\xa6\x9c\x38\xd6\x17\xe5\xae\xa6\x05\x12\x91\x8b\xf3\x72\x1e\x71\xae\x18\x22\x3a\x68\xcb\x55\x0d\x7f\xb0\x6b\xb7\x32\xba\x02\x00\x14\xf7\xb9\x14\xd0\xa0\xaf\x68\x2b\xc9\xc8\xa7\xa8\xdc\xb3\x08\x95\x3f\xb5\x17\xd2\x03\x5b\x1d\x18\x01\xab\x3a\x88\x6a\x9c\xac\x77\xf4\x91\x40\x3e\xd9\x8f\x97\xc4\xe1\x2c\x34\x6e\x6f\xac\x22\x4f\xa1\x30\x04\x14\xf5\x79\xdd\x24\xdd\x06\x17\xae\xf6\x9a\xfa\x37\x85\x4d\x05\x84\x55\x2b\x93\xf6\x85\x83\x95\x89\x5c\x58\x76\x5d\x16\xf7\xd4\xe5\x4f\x21\x98\xc5\xbc\x94\x92\x0a\x90\x3f\xbe\x50\x43\x7d\xd9\x21\x8f\x56\xed\xca\xed\x61\xca\xa1\x57\xbc\x6b\x3b\xdc\x32\x7e\x03\xd7\xb9\x39\x66\xa3\x10\x3b\xdc\xc2\x39\x60\x24\xc4\xad\x45\x89\x25\x61\x76\xf9\xda\xa2\x36\x5c\xc2\x07\x4b\xdc\x76\xce\x6e\x3a\xbd\x67\x8b\xe9\xf0\x01\x15\x1b\x07\x75\xf8\x71\x9e\x77\x3e\xb4\xef\x2e\x7a\x83\xf3\xee\xcd\x53\x44\x75\xb8\x47\x5b\x84\x75\xdc\x3a\xb4\xaa\x33\x29\x0c\xfb\xba\x13\x0f\x55\xb9\x18\xd0\x0d\xc2\x8b\x03\x22\xdc\xb2\xeb\x09\x1b\x5d\x44\xdb\x0a\x50\x58\x94\xcc\x64\xea\x05\xfc\x00\xae\x15\xd5\x91\x1a\xf1\x2c\x83\x24\x9e\x60\x13\x73\x91\xf9\x76\x51\x8f\x08\x0f\xc1\x85\x9e\xe1\xf6\xc5\xb0\x04\x37\x06\x7a\xfa\x44\x4a\x8d\xfb\x43\x67\x76\x01\x14\x87\x1c\x8e\x65\x80\x5c\x56\xdf\x2e\x86\x81\x18\xf3\xb9\x20\xb2\x09\xe4\xc7\x6d\xe2\x53\xe6\x68\xb9\x8b\x72\x5d\xd9\xc0\x53\x5c\x89\x3e\xbd\xb8\xe0\x1f\x86\x19\xe2\x21\xe6\x02\x05\x89\xd2\x69\xbe\xad\x27\xdd\x93\xe2\x08\xc0\xba\xdb\x9d\xa4\x60\x38\x04\x18\xf7\x62\x23\xdd\x46\x20\x14\x66\x61\x51\xbc\xe7\xe8\xfa\x96\xa3\xca\x3a\x5b\x56\x68\xd7\x9a\x83\x79\x91\x22\x1c\x36\x49\xb2\x5c\x5b\x65\x0d\x55\x9d\xf6\x97\xdb\xbe\xc0\x82\x3c\x40\x05\xda\xc3\x25\x62\x17\xe8\x78\x95\xa5\xfe\xed\xfd\xc5\xbc\x1f\xdb\x71\xb0\xb7\x68\x58\x9a\x32\x2a\x34\x16\xd9\xc8\x32\xa6\x0a\xca\xc0\xf1\x30\x7b\xc5\x01\x74\x20\x14\x4b\x29\xbe\x77\x75\x16\x24\x9c\x5a\x3b\x5e\xf7\xd4\xd5\x19\xa8\xd2\x53\x53\x8e\x18\x44\x75\x3d\x25\xe5\xd4\x04\x17\xaf\x4b\x45\x2e\x20\xae\x96\x88\xca\xa1\xbe\x6b\xd1\x52\x0f\x9b\x3b\x90\xd2\x1e\x49\x69\x8d\x7b\x3d\xbe\x25\xc8\x44\x5a\x06\x1a\x90\x0e\x0b\xdf\x50\xc8\x51\xcd\x20\x68\x01\x6a\x41\xd7\xdd\x3a\x05\x60\xc8\x56\xde\xa2\xcb\xab\xcb\x4e\xec\xeb\xe9\x5e\xf6\x3a\x1f\x3b\x37\xa5\x7c\xa4\x8b\xab\x76\xaf\x94\x7b\xd4\xbb\xa9\xa4\x2c\xbd\xbf\xba\xba\xe8\x2c\x38\x8d\x3a\xbd\xee\xa7\x52\xe3\xe7\x77\x37\xed\x5e\xf7\xaa\xf4\xde\xfb\xee\x65\xfb\xe6\xd7\xf8\x97\xce\xcd\xcd\xd5\x4d\xa5\xbf\xbb\xb3\xe5\xee\xa7\xd2\x34\xea\x55\xa7\xc2\xba\x1d\x61\xa7\xd4\x2d\x69\x8f\xea\xfb\x3d\x67\xe2\x41\xe6\xe9\x26\x99\x74\xb5\x89\x73\x25\x2b\x42\xca\x06\xdb\x25\xe9\x35\x25\x1a\xd6\xf6\xa3\x98\x51\xf3\x01\x35\x86\x4d\x67\xbb\x95\x7d\x5a\xff\x88\x6c\x96\xff\x07\xfc\x65\x8d\xfc\xbf\xd2\xae\xbe\x9c\xfc\xbf\x9a\xd4\xbe\xc5\xfc\xbf\xee\x65\xb7\xd7\x6d\x5f\x74\xff\x4f\xa5\xc5\x2f\xed\x6e\xaf\x7b\xf9\x71\xf0\xe1\xea\x66\x70\xd3\xb9\xbd\xba\xbb\x39\xeb\x2c\x0f\x00\x5e\x1c\x7d\xa1\xb4\x1d\x93\xb8\x9f\x53\xd2\x8b\xc4\x69\x34\xe3\x3a\x6d\xcd\xae\x38\xa0\xc5\x72\x03\x90\x2c\x5c\x8c\x8f\xa0\x30\xd1\x29\xe9\x28\xd5\x9d\xd2\x31\xbb\xce\xb3\xec\x88\x84\xf2\x63\x67\x8a\x51\x03\xaf\x5d\xcb\xb4\x1b\x7d\x07\x9e\xde\xda\x69\x40\xff\xae\xcc\x17\x76\x7f\xe4\xfa\x8f\x54\xbc\xe0\x45\x76\x21\xf5\xa1\x08\xe3\x29\x00\xdd\xca\x91\xab\x58\x70\x14\x7c\x52\xe4\xb7\x5c\x1a\x4a\xd8\xd7\x04\x82\xde\xeb\xe9\xe4\x42\xee\x54\xa6\x6b\x75\x4d\x81\xfa\x33\xbd\x3a\x4f\xa8\x5e\x93\x47\x94\xab\xc1\x26\x55\x72\xdc\x2c\x3f\xe1\xa7\xae\x30\x4e\xbd\x40\x64\xb2\x3d\x04\xe1\x5c\xc8\x71\x3d\xa2\x0c\x64\x29\x39\x18\x9c\x02\xd0\x1d\x42\xfa\xe4\x98\x68\x2e\xee\xfb\xe2\xcb\x84\x09\x22\x73\x85\x3f\x19\xa9\x00\x9c\x68\x94\xe5\x7a\xc2\xa0\x1c\xdf\x11\x79\x64\x64\x4a\xe7\x18\xda\x37\x95\x2a\xc2\xd8\x01\x92\xb1\xc4\x09\x5f\x67\x5c\x58\x6e\x31\xe3\xde\xe4\x5b\xdd\xfa\x7d\x78\x84\x7c\xca\x07\xdd\x3d\x23\x73\xbd\xb8\x96\xc7\x09\x03\x97\x7e\x61\xfa\xf2\x6a\x9c\xe3\xdc\x80\x37\x28\xe5\xbd\xd5\xcc\x7c\x72\xd8\x0f\x1e\x51\x01\x96\xfb\x41\xf2\x94\xa4\xf9\x2c\xe3\x49\xe0\xbb\x8f\x52\x35\x66\xc0\xa2\x6b\x62\x83\x0c\xd8\x8a\xc3\x6d\xd9\xc4\x6a\xfc\x1e\x91\xbd\x63\x49\x2e\xec\x13\x67\x03\x47\xe5\x45\x72\xcd\xd4\xb1\x51\x7c\x3c\x06\x43\xaf\xf7\xa2\xbe\xfc\x74\xe1\x22\x1d\x69\x77\x87\x61\x1c\xcf\x93\xc9\x31\x4f\x68\x70\x14\x02\x4d\x05\xd9\x35\xe4\x23\xfa\x63\x3f\xcb\x15\x96\x75\x1c\x15\x39\x61\x8d\x71\xd6\xbe\x96\xee\x00\x2b\xb6\xec\x5e\x49\xa6\x3b\xc2\xea\x85\x0e\xf3\xbc\x08\x78\xf3\x55\x23\xfc\x0d\x57\xf4\xed\x21\xb6\x10\xdd\x16\xaa\x24\x12\xf9\x08\x15\xa7\xac\x36\x62\x85\x73\x3b\x53\x21\x41\x36\x09\xb0\x5b\xc1\xc4\xec\x81\xc9\x46\x1e\xad\xd3\x05\x25\x60\xa1\xef\x6f\x9f\xde\x5d\xd8\x9e\xed\xd4\xc3\x29\xad\x65\x91\xbb\x62\x70\x05\x5b\xf5\xb6\x12\xf1\x72\x27\xcc\x38\x93\x43\x2c\x79\xb5\x80\xce\x15\xdf\x3a\x9b\x45\x1c\x8c\x1c\x86\x5a\xf9\xce\xf2\x59\xee\x10\xef\x2e\x97\xa0\x1e\xc7\x95\x9f\x77\x8a\x61\x7e\x82\x05\xcb\x8d\x8c\x8a\x8c\xd9\xc9\x75\x43\xad\x31\xef\x47\x01\xaa\xe8\xa6\xb5\x15\x2b\x8a\x13\xe3\x57\xbe\x89\x3b\xd7\x38\x3d\x37\x42\x5f\x9b\x29\xe6\xdd\xdd\x73\x66\x82\x97\x3b\xf3\x58\x3b\x90\xfc\x1b\x66\x5d\x0e\xf3\xf1\x8e\xfc\x10\x9a\x09\x39\xfb\xa1\x00\xde\x74\x26\x05\x13\xce\xb8\x21\x64\x5f\xb8\xc6\x3d\x96\x63\xa8\x45\x52\x72\x30\x1d\x39\x1d\xc4\x55\xbd\xd4\x32\x7b\x70\x76\xca\x28\x03\x1b\xb0\x96\xec\x00\xcf\x2c\x3b\xb7\xc2\x0b\x15\x69\x51\xf2\x7f\xc2\xfa\xa2\x02\x68\xa8\xd8\x98\x6b\x03\x17\x8b\xa7\xd8\xf8\xfb\xbd\x81\xbc\x95\xe4\x9d\x65\x4b\xdf\x08\xf2\xb6\x8a\x71\x8d\x68\xb2\x09\xd8\xd2\x7c\xc6\xd2\x6e\xf8\x6e\x39\x31\x94\x7c\x9d\x69\x14\x0b\x56\x3a\xe4\x48\x03\xbe\xac\x2d\x04\x3e\xea\x90\x3b\x1d\x36\x29\x54\xb7\xf1\x00\x4c\xb0\x45\x63\x9a\x53\x45\x85\x61\x4c\xf7\x05\x46\x85\x62\xc8\x7a\x29\x46\x65\x54\x82\xf5\x2b\x64\xa9\x44\x6a\x83\x01\x71\xf0\xc9\x88\xf2\x2c\x57\x8d\x22\x02\x92\xe5\x56\xde\xf7\x65\xcb\x74\x06\xcd\x92\xba\x5d\x0b\x81\x24\xd1\x31\x0a\x41\x24\xbe\x02\x87\xaf\x12\x52\x76\xab\x36\xe1\xb3\x3a\x65\x6f\xfd\x0d\x0f\xfa\xe1\x12\xbc\x2e\xbb\xbd\xab\x64\x95\xd5\x06\x88\x7f\xfe\xf3\x6a\xa8\xce\x46\x4e\x01\x34\x32\xa1\x22\x85\xba\x5b\xd4\x44\xe6\x06\xdc\x5b\x47\x71\x00\x80\x66\x3c\x2b\x6a\xf6\x4d\x80\xa9\x6f\x90\x2c\xf8\x89\x56\xac\x56\xd5\xc1\xb4\xc2\xdf\x50\xea\xa5\xec\xf6\xa9\x33\x37\x16\xe1\x92\x0e\x89\x2f\x1c\x8f\xe6\xfd\xae\x29\xab\xbf\x7b\xe2\xd2\xba\xd8\x84\x45\x9d\xb5\x45\xbe\x94\x38\xba\x77\xb7\x45\x40\x23\xdc\x91\xf2\xb1\x3c\xbb\x66\xa5\xf4\xb0\xbe\x70\x50\x9d\xf0\x22\xe2\xbd\x62\x04\xa4\x26\x3f\x05\xdf\xe1\x4f\xff\xea\xe3\xdf\xe6\x64\x04\x6b\x0d\x41\xa6\x32\x49\x72\x05\xd0\x88\xbe\x22\x1f\xc3\x9b\x60\x93\x2c\xde\x36\xde\x7f\x1a\xf8\x01\xc4\xd2\x35\x57\x97\x72\x7a\x4c\x69\x52\x3d\x10\x5f\x11\x74\x34\xdc\x3c\x0e\xf1\x43\x69\x43\xb4\x61\xb3\x5a\x16\x50\x12\x71\xca\xcc\x7b\xa7\x44\xad\x3a\x78\xd0\xd5\x09\xa1\x9f\xe8\x6c\x19\x72\xe3\xce\x2d\xae\xda\x86\x10\xa1\x53\xbd\x99\x00\xb5\x10\x80\x2c\x1c\xe2\xe2\xe2\xea\x85\xa4\xd6\x67\x09\x44\xdd\x04\x47\x3a\xe4\x36\x3b\x04\xf6\x65\xbc\xad\xfc\xe9\xe6\x81\x2f\x45\x04\xa6\x2b\xdc\x8d\x0d\x0e\x31\x21\x39\xce\xa1\xde\x26\xc7\xbd\xba\x31\xbe\xad\x25\xdb\xb1\x63\x7e\x67\x91\x92\xff\x8c\xe9\x9d\x9f\x17\x96\x68\xd3\xec\xce\x87\x38\x9d\x1d\xc4\xa5\x22\x1c\x63\x2d\x25\x32\x64\x75\x7e\x2e\x63\x12\x94\x96\x58\xf2\xb5\xc0\x1b\x16\x2b\x03\xc2\x0d\x95\x32\x21\x0d\x23\x94\x08\x9e\x9d\x88\x3c\xcb\x4e\x2e\xa5\xb0\x8c\x59\xf3\x31\x86\x90\x60\x55\x7f\x88\x74\x2d\xca\x65\x94\xac\xc7\xd1\x11\x00\xe6\x6c\x87\x84\x86\x6d\x63\x39\xa6\xdd\x82\x6c\xde\x17\xf6\x0b\xbc\x47\xb0\xca\x00\x0f\xd1\xc1\xd8\x9b\x87\x7d\x74\x7d\x41\xaa\xdc\x3c\x6e\xbc\x86\xc0\x96\x21\x25\xee\x14\x96\x7b\xa8\x5f\xf9\x62\xea\x57\x4a\x15\x0a\xea\xaf\x5f\xc9\xb2\xf9\x50\x6d\x5d\x4a\x32\xe8\x26\x41\x6c\x5d\x83\x1e\xbf\xa5\x87\xec\x29\x71\x33\x77\x06\xc9\xf4\x2b\xb5\x0f\x47\xc1\x6f\x98\x33\x3b\x90\x23\x5f\x7f\x72\xfb\x3c\xdf\x35\x2d\xb5\x71\xa2\x42\x9c\xdd\xbb\x48\x24\x4d\xaa\xaa\x14\x03\xa7\xcc\xae\x37\xd8\xea\x82\x5d\x89\x0f\xf8\xf9\xb5\xcc\x78\xb2\xdc\xbc\xed\xaf\x26\x40\x65\x5f\x70\x6e\x40\xfd\x02\x57\x15\x99\x7a\x0d\x1b\xed\xb6\x86\x25\xa6\xb0\xd6\x2c\x4e\x6e\x13\xeb\x9f\x57\x17\x42\x2b\x00\x24\x53\x94\x95\xb0\xd7\x0a\x04\x07\x43\xaa\x0a\x0a\xd2\x00\x70\x4e\x67\xe0\x4e\x71\xfa\x45\x69\x20\xc0\x9b\x1e\x27\x32\x63\x47\x68\x0e\x02\xdb\x71\x5f\xcc\x98\x4a\xa4\x55\xd2\xa0\x70\x35\xc6\xcb\xf1\x2c\x2d\x12\x42\xdf\x82\x2b\x0b\x0c\xce\xef\x1c\xea\x05\x0b\xe6\xba\x50\x5c\x60\x35\xd9\x7a\xe4\xbb\x5d\x11\x15\xf6\x65\x9b\x5e\x46\x05\x5f\x9c\x7b\x0b\x97\xc2\x81\x81\x57\xec\x2e\x76\xd1\x4b\xe3\xd9\x6c\x87\x59\x48\xf5\x83\x0b\x06\x2b\x51\x98\xca\xbe\xba\x78\xeb\xea\x52\x12\x69\x49\x94\x07\x07\x82\xfd\x88\x82\x0b\x92\xa2\x18\x52\x44\xa8\xba\x4d\xed\x8b\xc2\xd4\xf4\x83\x8e\x45\x92\xda\x7d\x6e\x91\x0f\x52\x11\x0e\x80\x52\x09\x3b\x22\x3f\x94\x26\xfa\x03\xc4\x4c\x0b\x09\xfd\x39\x03\x45\x69\x69\x80\x5c\x8f\x08\x37\x7d\xc1\x35\x52\xa6\x62\x19\x7b\xa0\xae\x96\xab\xd7\x0a\x9d\xf9\xda\xa5\x22\x87\x69\x83\x03\x95\xba\x28\xed\x34\x00\x26\x42\x74\x92\x8a\x63\x6f\x29\xc4\x78\x01\x42\x7c\x2e\x20\xd3\x8f\x7d\x45\x1c\x7e\xab\xe8\x3e\x30\xa5\x78\x9a\xda\xee\x8a\x02\x11\x0e\x93\x09\x2a\x0e\xce\x65\x8e\x65\x73\x52\x70\x95\xd0\x90\xfb\x15\x02\xa1\x38\x0a\xa3\x43\x69\x26\x65\xe0\x72\x04\x6d\xc1\x93\xc4\xac\x8a\x6d\xa0\xae\x10\xac\xab\x60\xd4\x4c\x08\x37\x47\x10\xc1\xe6\x19\x47\x5f\xd0\xd4\x61\xde\xb9\xe6\xec\xd2\x00\xdd\x2f\xd9\x67\xf7\x1c\x02\xec\x9b\x8f\xd8\xae\xfe\x11\x3c\xd5\xb3\x8c\x8a\x01\x32\xd4\x6f\xe0\x21\x89\xf0\x74\x9a\xec\x58\xf9\x70\x10\xf0\xea\xf7\x32\xce\x20\xe9\xdc\x94\x50\xae\xac\x08\xe7\x3b\x3a\xaa\x56\x95\xf5\x92\x39\x64\x7e\x7a\x53\x3e\xcf\xa0\xde\x3b\x5a\xc9\xd6\xe7\x02\x85\x97\x87\x56\x6c\xba\x9e\x5a\x57\xb9\x79\x3c\x05\xbc\x54\x57\xcf\x3a\x3b\x5f\xb9\x43\xaa\xdb\xbe\xb9\x97\x61\x41\x60\xda\xca\xd3\xb0\x62\x58\x4f\xeb\x6d\x68\x34\x21\x2c\x7a\x1d\xbe\x84\xfa\x3e\xc1\xa6\x8c\x51\x03\x8c\x68\x69\xf5\x1a\x6f\xe1\xa8\xc7\x4b\xaa\x84\xf8\x3d\x69\x20\x72\x19\x55\x7d\xed\xe4\x36\x2c\x34\x44\xba\x82\x78\x4b\xc5\x11\xe9\xbf\x41\xca\xd2\xfd\x37\x08\x18\xed\x61\xb7\x7c\x15\x23\x77\x7e\xd2\x52\xad\xba\x60\x69\x47\x77\x79\x71\xe0\x5c\x75\x9d\x8d\xac\x79\xdf\xb2\x7c\x50\x94\xf9\x87\x11\x35\x43\x6c\xc0\x5d\x93\xa8\x73\xce\x7d\x6d\x21\x80\x86\x54\x79\x62\x8a\x09\x87\x52\x2c\xef\xfd\x87\x76\x89\x66\xb9\xbb\x51\x43\xe9\x13\xa9\xfa\xc2\xb7\x56\x54\x44\x6c\x67\xd9\x42\x53\x8b\x55\x88\x22\x5a\x05\x1b\xb5\xcf\xc9\x07\xac\x87\x22\x40\xbc\xca\x07\xc0\xe6\x3d\x64\x05\x60\x60\x8b\x14\x75\xb0\x40\xf4\xa8\x14\xdc\x89\xeb\xed\x64\x99\x2f\x36\x83\x52\x5b\x54\x61\x44\xe7\x10\x79\x3d\xca\x2d\x3b\x8a\xc2\xd3\xfb\x02\x6a\x2f\x8d\xb8\x3d\x24\x7e\x5d\xfa\xe2\x93\x74\x61\xee\x20\x5e\xf9\x49\xfa\xd0\x75\xb7\x6c\x3f\x04\x68\x02\xf7\xc3\x39\x5c\xdb\x23\x74\x0d\x57\xc0\x2a\x21\xa4\x03\x02\xcf\x8e\xac\xec\xa1\x8a\x49\x25\x54\xf4\xc5\xdf\xec\xf2\xf8\x82\x42\x6e\x5b\xe5\x08\x0f\xb1\x07\xf7\x24\x6f\xff\x0b\x1b\x7d\xfb\xaf\xef\xfe\xeb\x1d\x96\x6b\xfb\xff\xd9\xbb\xb6\xde\xb8\x8d\x2b\xfc\x9e\x5f\x31\xe8\x4b\x64\x80\x5a\x01\x31\xfa\xa2\x37\xc1\xb2\x1b\x19\xaa\x2c\x58\x56\x5a\x20\x0c\x56\xb3\xe4\x68\x97\x30\x77\xb8\x98\x21\xa5\xa8\x40\xff\x7b\x31\xe7\x9c\xb9\x71\x79\xdb\x8b\xd5\xd4\xcd\x43\x10\x43\x4b\x72\xee\x67\xce\xe5\x3b\xdf\x69\x34\xd0\xc1\x24\xf1\x15\xe2\x32\x95\x9a\xb2\x04\xd8\xa3\x1d\xc1\xa3\xaa\xd6\xc8\xda\xe2\x9a\x18\x2c\x3d\x40\x56\xce\xb1\x0b\x6d\x7b\xcf\xeb\x05\xcb\x78\x9d\xad\x4e\xad\x36\x17\x16\x59\x2a\xb4\x2f\xe3\x6e\x34\x47\xa3\x6b\x75\x27\xeb\x18\x0b\x4c\xad\x1d\xdd\x62\xb4\x5f\xcc\x10\x20\x6e\xf2\x25\xda\x95\x21\xa9\x29\x6e\x4e\xcf\x74\xe8\x35\x3d\xf7\xb8\xe5\x7a\xf0\xee\x52\x72\x11\x4b\xbe\x16\x39\x4b\x31\x37\x3a\xfd\x8b\x5d\xfe\x54\x6e\x16\xb3\xf2\xe5\xb1\x9e\x41\xde\xc1\xcc\x4c\xcb\x0c\x12\xa2\x47\x6e\xba\x79\xbe\x6d\x2a\x8d\x4c\x77\xaf\xb1\xd5\xad\xef\xb8\xd9\x71\x2d\x4d\x57\x5a\xd0\xc5\xe3\xe6\xe7\x2e\x8e\x01\xc5\xc9\x5e\x50\x96\x86\x8a\xe8\x18\x25\x37\x50\xac\xfc\xf9\xc4\x7a\x06\x4c\xd7\xbc\x2e\x32\x24\x36\x92\xbc\x7c\x01\xc6\x95\x24\x95\x79\xa1\xd0\xb4\xe6\xd9\x4b\x56\x16\x19\x15\xc4\x89\x75\x21\xf1\x24\x64\xfd\x77\xc8\x84\xcc\x2d\xf0\xf6\x4a\x3e\x56\x07\x45\x37\xaa\xaf\xe2\x10\xaf\xe2\x3d\x6a\x3c\xce\x8b\x78\x75\xe9\xee\x1f\x87\x29\x87\xfd\x17\x64\x97\x82\x71\x54\x62\xce\x27\x98\x24\xc8\x86\xbd\xab\xef\xc0\x86\xf6\x30\xd7\xa3\x05\x58\x77\xba\x4e\x88\x7e\x75\xbd\xb4\xad\x57\xd2\xf5\x16\x33\x4c\x8d\x0c\xca\x1a\x85\xdc\x34\xde\x67\x43\xb0\x32\xeb\xb9\x05\x07\xfe\x86\x67\x6d\x65\x15\x16\x28\x4a\x04\x00\x22\xab\xd7\xd2\x57\xfb\x52\x10\xba\x8f\xc7\x7d\x8f\xae\xea\xaa\xcb\xc5\x6e\xcd\xf6\x39\x26\x72\x5c\xb5\x6f\xa5\x10\xcc\x91\xb4\x0e\x87\x4a\x15\xcb\x42\xf2\xba\x52\xec\xe4\xd6\x26\x16\xbd\x71\xc9\xb0\x30\x8b\xdd\xdd\x68\x39\x54\x77\x99\x22\x74\xc6\x76\x6b\x43\x10\x40\x16\xf9\x7c\x1b\xf9\xbd\x2b\x11\xe3\x28\x40\xc2\x3c\xa5\x6b\xbe\xde\x84\x44\x6c\x8e\x1e\x88\x66\xa6\xc4\x49\x60\xb6\x63\x60\x77\x17\xda\x43\xcc\x52\x49\xde\x2a\x5c\xb7\x4a\x75\x30\x0c\xb7\x47\x09\x92\x7d\xbe\x27\xae\x9e\x0a\xf7\x8d\xbf\x3d\x28\x3e\x3e\x5f\x5b\x27\x9e\xbf\xa9\xa3\xab\x0f\x06\x2a\x64\x06\x82\x14\xf0\xc3\xab\x08\xc2\x9c\x4a\x0f\x1f\x7e\x57\x56\x4d\xce\xe8\x8c\x53\x74\x40\xcd\x58\x21\x66\x09\xd3\x6f\xcf\xcf\xce\x66\xb3\x9e\x99\xd8\x95\xf1\xc3\x9d\x6f\x78\xaf\x7b\x87\xc3\x6f\x9d\xf0\xfc\x91\xa3\x15\xd5\xab\x9b\xef\x66\x1a\x5a\xbe\x14\xd8\x2d\xa1\xeb\x24\x06\x9f\xb6\x9b\x74\x35\xfc\x0e\x69\xce\xa2\x58\x87\x9b\xda\x70\x23\x5d\xe7\xd0\xe2\x6e\x8d\x41\x23\xb7\xf0\x7a\x94\x76\x34\xc9\x04\xfe\xf5\x4b\x85\x9e\x0d\x8b\x3d\xfe\x2d\xa8\xb6\x49\xdc\x6b\xe6\x0a\x39\x29\x20\xd0\x18\x78\x81\xc7\xca\x0b\xd2\x80\xf6\x98\xbd\x60\x40\x91\x60\x9a\x34\x20\xdf\x7b\x4c\xc3\x77\xa5\x24\x1d\xfc\x12\xef\xb1\x96\x34\x9f\x21\xb4\x36\xb8\xdb\x78\xcd\xb0\xee\xee\xbf\x84\xaa\x7c\x4e\x29\xf1\x39\x07\x1f\x1e\xc0\xe1\xbf\xcc\xf7\xe7\xe5\x40\xe2\x31\xa4\xe1\x08\xb9\x06\xe0\x2f\x04\xef\x46\x3d\x6a\xf1\x62\xf1\xf8\xfd\x94\xae\xf3\x3d\x18\xef\x5d\x57\xfc\xa5\x19\x4a\x4f\x6b\xea\x39\x51\x6c\x0f\xe8\x19\x68\x69\x46\xe3\x36\xea\x08\xdf\x50\x50\x9f\x2a\x81\xb7\xdd\x56\x33\x18\xc4\xaf\xff\xfc\x6d\xd6\xc7\x3b\x04\x5d\xdf\xbb\xae\xd1\x07\x5b\xe4\x4d\x09\x9e\x7b\xde\xfc\x90\x16\x7f\x8c\x53\x68\x74\x43\x1e\xa0\xc9\x1c\xb2\x2e\xdb\xba\x8a\x63\x9f\xf0\x5b\xbc\xc8\x43\xd2\x48\xb7\xc1\x69\x79\x1c\x6d\x7a\xf5\xc8\xc0\x48\xe9\xd1\x96\x66\xd4\xcf\x8e\x16\x76\x98\xbd\x6e\xf9\xf4\x4a\x7a\x60\x5f\xa6\xed\x94\xee\x47\xef\x1e\xac\xbd\x1e\x92\xa0\x3b\x18\x78\xbd\x0c\xf3\xe0\xc1\x6b\x96\x55\xeb\x85\xd1\x20\x91\xbf\x86\xdc\xd6\x20\x9a\x2e\x6c\xb2\x96\xcb\x34\xb1\x22\x06\xb9\xec\x5b\x96\x83\x8b\xf9\x87\xa9\x24\xe1\x3e\xeb\x8c\x76\xf6\xdc\x07\xc7\xcd\x25\xee\x3e\x1c\x17\xed\x11\x00\x25\xef\x33\x7f\xd1\x40\x1a\x20\xcc\x56\x7e\xf4\x35\x2c\x42\xd5\xca\x29\xd7\x2e\xb7\x86\x18\x78\x1a\xe2\x12\xa1\xb1\x14\x54\xc6\xa8\xb4\xf4\x08\x1e\x84\xff\xa3\xee\x9e\x9c\x6f\x9d\xf8\xdc\x3d\x17\xf0\x7d\x97\x9e\x47\x8c\x99\x11\x4e\x35\x41\x75\xf0\x27\x0f\x2f\x16\x59\x25\x5d\x4a\xdf\x51\xac\x8c\x8e\xa4\xe8\xee\xee\xc2\x6f\x5b\x54\x9b\x63\x26\xcf\x81\x96\x57\x20\xdb\x54\x95\x11\x75\x68\xcd\x80\x4b\x08\x4d\x75\xd3\x76\xc2\xd6\xbc\x90\x74\x0c\x6a\xc5\x33\xa3\x3b\x2d\x9a\xe5\xb2\xd7\x20\x28\xab\xe5\x37\x75\x1f\xdb\x14\xe2\x5e\xf7\xb1\x1b\x61\x39\x94\x16\x3b\xb2\x43\xbf\x23\xcb\x6f\x30\x8d\xe4\x18\xb6\xdb\x95\x6d\x09\x5d\x84\x8f\x45\x29\x5e\xc7\x5c\x3b\x92\xed\x79\x35\xc5\xf6\xb4\x3e\x66\xc0\xb9\xe1\x38\x9c\x17\xf0\xff\xc8\x28\x45\xec\xff\xbc\x88\xfd\x8d\x03\x5d\xda\x33\x9f\xc6\x65\x00\xc2\x61\x25\x32\x1a\x2d\x64\xae\x81\x1a\xf7\xf8\x09\x36\x20\xdb\x0f\x4f\x85\x19\xa1\x86\xbe\xab\xd6\x82\x41\x53\x1a\x49\x1d\x18\x01\xf5\x12\x88\x49\x99\x01\x7a\xfe\x2f\x38\xf0\x14\x74\xc9\x56\x5c\x2e\x45\xee\x1d\x9a\x27\x52\x3c\x33\x23\x6b\x93\xd0\x49\x1f\x2c\x4f\xc2\x44\x9d\xbd\x31\xba\x4d\x14\xd3\x57\x22\xab\x54\x0e\x59\xd5\x4b\xae\x72\x40\x92\xd0\x86\x2f\x79\xf6\x15\xea\xcf\xc0\x75\x84\x2d\x52\x20\xc1\x26\x1e\x63\x70\xcb\x7f\xad\x90\x19\x32\xfb\xb9\x92\xb0\xb6\x7f\xf8\xba\x66\x3c\x53\x95\xa6\x02\x95\x54\x76\x84\xea\x5d\x04\x94\xff\xd0\x62\xaf\x5d\xc9\xf5\x61\x89\xd4\x30\x3a\xc4\xae\x01\xa9\xe5\xa6\xe4\x32\xdc\xf4\x85\xa6\x21\xd7\x8a\x03\x05\xa5\xd5\x89\xb0\x69\x3c\xfa\x19\xdf\x80\xe7\xbf\xe8\x03\xb5\xbe\x7a\x02\x66\x48\x1e\xe7\x4f\x1c\xaa\x7d\xc6\xf6\x7b\x09\x13\x4e\x0a\x49\x8c\x50\x3c\x5f\x17\xd2\xec\x0a\x73\xf1\x60\x75\x08\x12\x6c\x39\xd6\x18\x2e\x31\xd2\x06\x84\x1f\x46\xa4\x45\x97\xa5\x66\x52\x18\x5d\x81\xab\xa2\x7c\x01\xf5\x70\xa3\xc4\x69\xd0\x4e\x70\xf4\x09\xea\x53\xe8\x54\x62\xdf\xa1\xb6\xd4\x63\x53\xa2\x12\x29\x73\x11\x5c\xc7\x74\x44\xef\xaf\x12\x73\x7f\xd4\x94\x66\x1f\x34\x0c\xdb\xf9\x28\xb0\x89\x6d\x03\x67\x92\xa3\xc5\x27\x42\x29\x88\xe9\xae\xaa\x67\x8b\xed\x7a\xe6\x3e\x74\xb7\x4b\xfc\xe2\x96\xc4\x9a\x8d\x4d\x04\x81\x3e\xb8\xeb\x23\x6a\xea\x0f\x95\xa2\x54\x78\x90\x1b\xb7\xc4\x80\xfd\x73\xf1\x24\x12\x76\xb7\xe1\xea\x6b\xc2\x2e\x5f\x24\x5f\x17\xd9\xc7\x6a\xd1\x15\x92\x38\xbe\x35\x4a\xa0\xb9\x79\x56\x72\x3d\x31\x82\xd7\xd9\x89\x2b\xfa\xd0\x3b\xf8\x4e\xe7\x1a\x3b\x3d\x67\x67\xcf\x48\x6b\xd2\xff\xe6\xb2\xb1\x09\xa6\x13\xb8\x47\x8a\xad\x00\x12\xc4\x85\x48\xb1\x22\xba\xc5\xbe\x4d\x88\x11\xb9\xb9\x8d\x2e\xed\x70\x47\xf6\x46\xf4\x86\x51\xc7\x00\x7c\xe9\x22\x2e\x35\x5b\xd3\x97\x80\x01\xea\xba\x20\xd4\x05\xae\x4d\x07\x9e\x1d\xe6\x4c\x77\x0a\xc3\xcf\x10\x5d\x5b\x4f\x3c\x03\xa9\xfc\xf2\xe9\xf2\xd3\xc9\x57\x5e\xab\x6a\xc9\xe5\x9b\x73\xf6\xde\x48\x33\x22\x11\x45\xc0\xce\xa3\x12\x02\xc2\xa1\x84\xb4\x3f\x59\xd5\xf5\x46\x9f\x9f\x9d\x2d\x8b\x7a\xd5\x2c\x66\x59\xb5\x46\xbf\x72\xa5\x96\xf8\x8f\xb3\x42\xeb\x46\xe8\xb3\xb7\x3f\xfd\xf5\xcd\x2c\x95\x37\xe2\xf7\x9a\x5d\x5d\x52\xc2\xf1\x39\x63\x6f\x3b\xf6\xfc\x16\xf4\xfe\x60\x67\xc6\x7e\xb6\xfc\x50\x4a\x4a\xb7\x8a\xf6\x8f\x2d\x58\x35\xeb\x73\x18\xfe\x6f\x06\xe1\x7a\xb2\x22\xbe\x77\x73\x6c\x04\x6b\xf7\x67\x3c\xed\xa8\xa6\x4b\xa7\x8b\xd3\x86\xab\x40\x17\x8a\xbc\x6c\x7f\xa8\x18\x7d\x27\xc6\xa2\x95\x85\x14\xa9\xd1\x93\xfc\x92\xc7\xb0\xf9\x6f\x39\x94\x97\xb6\x94\x9d\x88\xb0\xa8\x2b\x25\x88\x44\x0e\x1d\x01\x8b\xb2\x5a\x00\xf3\x98\xf9\xa5\xef\xda\xcc\xca\x4a\x4f\xce\x76\xd9\x5e\xb0\x77\xf4\xfa\xa0\x5d\x59\xad\x37\x80\xaa\x52\x42\x03\xbc\x7e\xdb\xd3\xb6\x85\x76\x38\x8a\xa6\xb9\xdd\x5d\xa3\xf0\x5c\x6e\x69\x9a\xdb\xc9\xf6\x66\x4b\x43\x80\xee\xfd\xc0\x9e\xee\x53\x2b\xdf\x87\xb8\x24\x0e\x44\xea\x35\x54\x16\x42\x57\xb6\x2e\xe4\xb2\x14\xad\xf1\x5a\x6a\xc7\x54\x5e\xe0\x2f\x61\x35\x38\x4f\xe1\xe2\x62\x60\xc4\xe2\xe5\x10\x4e\x08\x54\x62\x17\x36\xf1\x00\x00\xee\x9c\x5c\xad\xce\xa2\x05\xfd\x35\xb1\xe5\xe5\x94\x60\x12\x48\x11\x52\xa9\x9b\xc5\xa9\x87\xa1\x57\x0a\xa4\x2b\x64\x29\x6c\xb8\x02\x8a\xc4\x55\x51\xe6\xa7\x1d\xa9\x46\x68\x9f\x7a\x72\x08\x9b\xa9\xc8\xcb\x12\x56\x7c\x23\xcc\x3a\x23\x0a\xd2\x8d\xdd\x7d\xc7\x58\x3a\x82\x67\x2b\x87\xc0\x43\x9d\xb0\xa5\x3d\x47\xf2\x22\x52\x60\xff\xdb\xb1\x9c\x09\x98\xac\x1e\x86\xa6\xef\x5f\x4e\x44\x73\x36\x45\x4e\x7c\x89\x55\x7f\x7b\x6a\x8c\x19\x4b\x92\xa3\x6f\xaa\xf4\x1c\x83\x1f\xaf\x90\xa6\xe5\x8d\x14\xbd\xe1\xcf\x92\xc0\xdf\x3b\x95\x05\x9e\x26\x1f\xba\xa9\x5f\x8d\x7c\x68\xfd\x12\xd7\x8d\x44\x9b\xb0\x2e\x1c\xdf\x55\x12\x10\xfb\xf1\xb2\x0c\x19\x1b\xbc\xe3\x2a\x95\xde\xb4\xd0\xec\x59\x94\xa5\xf9\x7f\xd6\x16\xdc\x64\x3b\xe4\x00\xa0\x14\x89\x45\x2a\x53\x96\x1f\xb9\x97\x4e\x17\x1c\x4a\x58\xf7\x15\x02\xdd\x3a\xcd\x11\x58\xe5\x80\x03\x9d\xf1\x6c\x25\xe6\xa6\x6b\xcd\x0e\x70\x56\xaa\x6a\xf9\xce\xbc\x7c\x87\xef\x0e\x5e\x66\xe8\x87\x42\x8f\x1a\xb6\x05\xb1\x6c\x9e\x41\x56\x96\xb3\x63\xc7\x8e\x77\x86\xcd\xce\x3b\x2a\xca\x8c\xf6\xb5\xdb\x5f\x12\x54\x58\x81\xc3\x6c\xb1\xb2\x19\x57\xca\xe2\x53\xa8\x55\xc6\x55\x5d\x3c\xf2\x2c\x72\x71\x4c\xb2\x43\xa3\x1b\x12\xbf\xa8\xc1\x29\xef\xeb\x26\x5a\x51\xce\x99\xe3\xd3\xeb\x5f\xff\x4e\x6c\xd4\x31\xac\xc3\xab\x23\x19\x87\x3b\x4f\x0a\x67\x51\xaa\x5c\xe7\xd0\x83\x32\x5a\x07\x8c\x75\x4f\xc4\xe0\x6e\x4c\x2a\x41\x6d\xab\xe9\x12\x6e\x8b\xc0\x8c\xea\x3a\x81\x2f\x3c\xa7\x7c\xa3\xba\x0d\x90\x87\x29\x44\x64\xd1\x93\xc8\x7d\xf2\x40\x90\x41\x6a\xae\x28\xbe\x14\x6c\x2d\xf2\xa2\x69\x13\xf5\x0c\xa3\xe0\xfe\x14\x2c\x7f\x20\xc1\xd2\xbf\x6e\xdf\x4c\x20\x1c\xcd\x5d\x34\x45\x22\x7c\xa8\x94\x4f\x5b\xb8\x01\x23\xff\x59\x60\x4d\x86\xba\xc2\x30\x53\x37\xff\x6f\x90\x96\xc9\xeb\x1f\xb5\x83\x3f\xc6\x3b\xdd\x06\xf5\xae\x0b\x5d\xff\xd2\xaa\x9e\xbf\x07\x8f\x4f\xd9\x7c\xbb\x5c\x3c\xdb\x55\xec\x66\xf0\xc6\x60\xce\xd9\x67\xb2\x1b\x28\xe0\x65\x84\x03\xba\xd6\x21\x67\xc3\x32\x1c\x99\x7e\xef\xa2\x78\x3d\xb8\xf9\x7a\xc0\x0b\xea\x59\xf1\xcd\x46\x28\xeb\x4e\xe5\xce\x5e\xf1\xed\x52\x2b\xa9\x44\x43\xe7\xe3\xdd\xa7\x1b\xaf\x71\x79\xff\x47\xeb\xd3\xf0\x18\x4c\xdd\xac\x7b\xe5\x6e\x9a\xb2\xec\x5d\xb9\x09\x85\x2d\xee\xaf\xaf\xe7\xbf\x5c\x5c\xdf\xbf\x1f\x64\xfa\x08\x1e\xeb\x9d\x13\xd7\x13\x9a\x13\x54\x3f\x6b\x50\x39\x9b\xb5\xa0\x90\x21\x18\x11\xb6\xd4\x15\xdc\xf2\x4d\x59\xc6\x8c\x2f\xa9\x7c\xa0\xef\x40\xb8\xa9\x91\x68\x1e\xa6\x92\x0d\x4e\x5c\xdc\x3e\x3c\xf6\x60\x3e\xfe\x60\x4b\xa5\xfb\x41\x9c\xb3\x1b\xd7\x6a\xcf\xbc\x52\x98\xfb\x80\xe3\x80\xee\xf0\xd7\xe2\xb4\xda\xef\x78\xdc\x4b\x5b\x84\x91\xa8\xa8\x8e\x72\x3a\x70\xee\x1e\x62\xd7\x83\x13\xf7\x39\xde\xcf\xf0\xdd\x04\x99\x88\xb0\x38\xa1\x23\xeb\x49\x25\x15\xa6\xe1\x80\x20\xee\xed\x13\xbb\x92\x98\x69\x58\x72\xb9\x6c\xf8\x52\xe8\x84\xd9\xc6\x53\xb9\x2e\x96\x2b\x48\xdd\x24\x2e\x69\x8c\xff\x70\x26\x79\x5d\x3c\x89\xd6\x16\xc2\xb0\x9c\xf8\x9d\xaf\x37\x00\x7a\x91\xa9\xa4\x31\xc9\xa5\xff\x3c\x46\xec\x3e\xde\xb9\xe1\x98\x9d\xe6\x3e\x44\x64\x4a\x32\x95\xb8\xb8\xc8\x10\x61\x6d\x32\x70\xdc\xf2\xba\xbd\x75\xb9\x12\x96\xbf\x0d\x64\xfa\x12\xac\x43\xac\xff\x6d\x41\x5d\x46\xd2\x07\x7c\xd8\x18\xe2\xc7\x2e\x8d\xcb\x13\xbb\x18\xf6\x4c\x50\xdf\xba\x77\xfd\xc1\x77\x80\x39\x70\xf3\xa7\xd6\x57\x26\x6c\x5b\x2f\xc6\x46\xa4\xb9\xdf\x50\xb2\x7d\x84\x59\x1b\x7e\x0d\x70\xc1\xee\xde\xd8\x71\xe1\x33\xbd\xc1\x86\xaa\x59\x94\x3b\x74\x09\x9f\x1f\xec\x14\x8a\xe4\xe1\x4e\x4d\x70\xc8\x7c\x6e\x1d\x2d\xb3\x4d\x87\x9a\x5d\x54\x55\xcf\xba\x1c\xd1\xb5\x11\x75\x8a\x5e\x18\x9b\x8c\x26\xab\xf7\xd9\x2f\x13\x50\x48\xed\x29\xb2\xd2\x67\xa8\x43\x65\xa1\xf7\xea\x8e\xd7\x9f\x26\xf7\xc8\x69\x08\x74\xd9\xed\x24\x61\xe9\x9e\x8b\x04\x6c\x8f\x98\x24\x83\x9a\xdc\xa9\xa2\x40\xf1\x22\xa1\xf2\x0c\x27\x48\x6d\xe2\x36\x51\xe2\x57\x2e\xc1\xda\xf5\x8d\xd2\x46\x5c\x92\xbc\x23\xa9\x6d\xcc\xd3\x54\xda\x74\x7e\x2b\x8e\x2f\x98\x0d\x60\xba\xbf\x22\xb2\x6b\x83\xc9\xb0\xa0\xb1\xd6\xac\x92\xc2\x4a\xc3\x54\x02\x67\xa2\x04\xd7\xcf\x42\x03\x9b\x09\x31\x03\xd2\x0f\x41\xe5\x01\x2e\x5d\xfd\xfc\x11\x99\xd7\x52\x03\xa2\x7b\xfe\x07\xf3\xdf\xbf\x7f\xf8\x4f\x00\x00\x00\xff\xff\xc6\xe1\xd5\x8a\x5f\x88\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 230173, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 231519, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index b77108798..c33a373b8 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -8088,6 +8088,46 @@ flyteidl.core.Execution.TaskLogOrBuilder getLogsOrBuilder( */ int getPhaseVersion(); + /** + *
+     * If there is an explanation for this phase transition, the reason will capture it.
+     * 
+ * + * string reason = 13; + */ + java.lang.String getReason(); + /** + *
+     * If there is an explanation for this phase transition, the reason will capture it.
+     * 
+ * + * string reason = 13; + */ + com.google.protobuf.ByteString + getReasonBytes(); + + /** + *
+     * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
+     * this type will be identical, but not all task executions necessarily use pre-registered definitions and this
+     * type is useful to render the task in the UI, filter task executions, etc.
+     * 
+ * + * string type = 14; + */ + java.lang.String getType(); + /** + *
+     * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
+     * this type will be identical, but not all task executions necessarily use pre-registered definitions and this
+     * type is useful to render the task in the UI, filter task executions, etc.
+     * 
+ * + * string type = 14; + */ + com.google.protobuf.ByteString + getTypeBytes(); + /** *
      * Metadata around how a task was executed.
@@ -8136,6 +8176,8 @@ private TaskExecutionEvent() {
       producerId_ = "";
       logs_ = java.util.Collections.emptyList();
       inputUri_ = "";
+      reason_ = "";
+      type_ = "";
     }
 
     @java.lang.Override
@@ -8271,6 +8313,18 @@ private TaskExecutionEvent(
               phaseVersion_ = input.readUInt32();
               break;
             }
+            case 106: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              reason_ = s;
+              break;
+            }
+            case 114: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              type_ = s;
+              break;
+            }
             case 130: {
               flyteidl.event.Event.TaskExecutionMetadata.Builder subBuilder = null;
               if (metadata_ != null) {
@@ -8784,6 +8838,94 @@ public int getPhaseVersion() {
       return phaseVersion_;
     }
 
+    public static final int REASON_FIELD_NUMBER = 13;
+    private volatile java.lang.Object reason_;
+    /**
+     * 
+     * If there is an explanation for this phase transition, the reason will capture it.
+     * 
+ * + * string reason = 13; + */ + public java.lang.String getReason() { + java.lang.Object ref = reason_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + reason_ = s; + return s; + } + } + /** + *
+     * If there is an explanation for this phase transition, the reason will capture it.
+     * 
+ * + * string reason = 13; + */ + public com.google.protobuf.ByteString + getReasonBytes() { + java.lang.Object ref = reason_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + reason_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int TYPE_FIELD_NUMBER = 14; + private volatile java.lang.Object type_; + /** + *
+     * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
+     * this type will be identical, but not all task executions necessarily use pre-registered definitions and this
+     * type is useful to render the task in the UI, filter task executions, etc.
+     * 
+ * + * string type = 14; + */ + public java.lang.String getType() { + java.lang.Object ref = type_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + type_ = s; + return s; + } + } + /** + *
+     * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
+     * this type will be identical, but not all task executions necessarily use pre-registered definitions and this
+     * type is useful to render the task in the UI, filter task executions, etc.
+     * 
+ * + * string type = 14; + */ + public com.google.protobuf.ByteString + getTypeBytes() { + java.lang.Object ref = type_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + type_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + public static final int METADATA_FIELD_NUMBER = 16; private flyteidl.event.Event.TaskExecutionMetadata metadata_; /** @@ -8867,6 +9009,12 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (phaseVersion_ != 0) { output.writeUInt32(12, phaseVersion_); } + if (!getReasonBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 13, reason_); + } + if (!getTypeBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 14, type_); + } if (metadata_ != null) { output.writeMessage(16, getMetadata()); } @@ -8924,6 +9072,12 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(12, phaseVersion_); } + if (!getReasonBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, reason_); + } + if (!getTypeBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, type_); + } if (metadata_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, getMetadata()); @@ -8974,6 +9128,10 @@ public boolean equals(final java.lang.Object obj) { } if (getPhaseVersion() != other.getPhaseVersion()) return false; + if (!getReason() + .equals(other.getReason())) return false; + if (!getType() + .equals(other.getType())) return false; if (hasMetadata() != other.hasMetadata()) return false; if (hasMetadata()) { if (!getMetadata() @@ -9033,6 +9191,10 @@ public int hashCode() { } hash = (37 * hash) + PHASE_VERSION_FIELD_NUMBER; hash = (53 * hash) + getPhaseVersion(); + hash = (37 * hash) + REASON_FIELD_NUMBER; + hash = (53 * hash) + getReason().hashCode(); + hash = (37 * hash) + TYPE_FIELD_NUMBER; + hash = (53 * hash) + getType().hashCode(); if (hasMetadata()) { hash = (37 * hash) + METADATA_FIELD_NUMBER; hash = (53 * hash) + getMetadata().hashCode(); @@ -9227,6 +9389,10 @@ public Builder clear() { } phaseVersion_ = 0; + reason_ = ""; + + type_ = ""; + if (metadataBuilder_ == null) { metadata_ = null; } else { @@ -9307,6 +9473,8 @@ public flyteidl.event.Event.TaskExecutionEvent buildPartial() { result.customInfo_ = customInfoBuilder_.build(); } result.phaseVersion_ = phaseVersion_; + result.reason_ = reason_; + result.type_ = type_; if (metadataBuilder_ == null) { result.metadata_ = metadata_; } else { @@ -9417,6 +9585,14 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionEvent other) { if (other.getPhaseVersion() != 0) { setPhaseVersion(other.getPhaseVersion()); } + if (!other.getReason().isEmpty()) { + reason_ = other.reason_; + onChanged(); + } + if (!other.getType().isEmpty()) { + type_ = other.type_; + onChanged(); + } if (other.hasMetadata()) { mergeMetadata(other.getMetadata()); } @@ -11038,6 +11214,194 @@ public Builder clearPhaseVersion() { return this; } + private java.lang.Object reason_ = ""; + /** + *
+       * If there is an explanation for this phase transition, the reason will capture it.
+       * 
+ * + * string reason = 13; + */ + public java.lang.String getReason() { + java.lang.Object ref = reason_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + reason_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * If there is an explanation for this phase transition, the reason will capture it.
+       * 
+ * + * string reason = 13; + */ + public com.google.protobuf.ByteString + getReasonBytes() { + java.lang.Object ref = reason_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + reason_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * If there is an explanation for this phase transition, the reason will capture it.
+       * 
+ * + * string reason = 13; + */ + public Builder setReason( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + reason_ = value; + onChanged(); + return this; + } + /** + *
+       * If there is an explanation for this phase transition, the reason will capture it.
+       * 
+ * + * string reason = 13; + */ + public Builder clearReason() { + + reason_ = getDefaultInstance().getReason(); + onChanged(); + return this; + } + /** + *
+       * If there is an explanation for this phase transition, the reason will capture it.
+       * 
+ * + * string reason = 13; + */ + public Builder setReasonBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + reason_ = value; + onChanged(); + return this; + } + + private java.lang.Object type_ = ""; + /** + *
+       * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
+       * this type will be identical, but not all task executions necessarily use pre-registered definitions and this
+       * type is useful to render the task in the UI, filter task executions, etc.
+       * 
+ * + * string type = 14; + */ + public java.lang.String getType() { + java.lang.Object ref = type_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + type_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
+       * this type will be identical, but not all task executions necessarily use pre-registered definitions and this
+       * type is useful to render the task in the UI, filter task executions, etc.
+       * 
+ * + * string type = 14; + */ + public com.google.protobuf.ByteString + getTypeBytes() { + java.lang.Object ref = type_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + type_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
+       * this type will be identical, but not all task executions necessarily use pre-registered definitions and this
+       * type is useful to render the task in the UI, filter task executions, etc.
+       * 
+ * + * string type = 14; + */ + public Builder setType( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + type_ = value; + onChanged(); + return this; + } + /** + *
+       * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
+       * this type will be identical, but not all task executions necessarily use pre-registered definitions and this
+       * type is useful to render the task in the UI, filter task executions, etc.
+       * 
+ * + * string type = 14; + */ + public Builder clearType() { + + type_ = getDefaultInstance().getType(); + onChanged(); + return this; + } + /** + *
+       * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
+       * this type will be identical, but not all task executions necessarily use pre-registered definitions and this
+       * type is useful to render the task in the UI, filter task executions, etc.
+       * 
+ * + * string type = 14; + */ + public Builder setTypeBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + type_ = value; + onChanged(); + return this; + } + private flyteidl.event.Event.TaskExecutionMetadata metadata_; private com.google.protobuf.SingleFieldBuilderV3< flyteidl.event.Event.TaskExecutionMetadata, flyteidl.event.Event.TaskExecutionMetadata.Builder, flyteidl.event.Event.TaskExecutionMetadataOrBuilder> metadataBuilder_; @@ -11243,38 +11607,678 @@ public flyteidl.event.Event.TaskExecutionEvent getDefaultInstanceForType() { } - public interface TaskExecutionMetadataOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.event.TaskExecutionMetadata) + public interface ManagedResourceInfoOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.event.ManagedResourceInfo) com.google.protobuf.MessageOrBuilder { /** - * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + *
+     * Unique resource ID used to identify this execution when allocating a token.
+     * 
+ * + * string token = 1; */ - int getInstanceClassValue(); + java.lang.String getToken(); /** - * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + *
+     * Unique resource ID used to identify this execution when allocating a token.
+     * 
+ * + * string token = 1; */ - flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass(); + com.google.protobuf.ByteString + getTokenBytes(); } /** *
-   * Holds metadata around how a task was executed.
-   * TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).
+   * This message holds task execution metadata specific to resource allocation used to manage concurrent
+   * executions for a project namespace.
    * 
* - * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} + * Protobuf type {@code flyteidl.event.ManagedResourceInfo} */ - public static final class TaskExecutionMetadata extends + public static final class ManagedResourceInfo extends com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.event.TaskExecutionMetadata) - TaskExecutionMetadataOrBuilder { + // @@protoc_insertion_point(message_implements:flyteidl.event.ManagedResourceInfo) + ManagedResourceInfoOrBuilder { private static final long serialVersionUID = 0L; - // Use TaskExecutionMetadata.newBuilder() to construct. + // Use ManagedResourceInfo.newBuilder() to construct. + private ManagedResourceInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ManagedResourceInfo() { + token_ = ""; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ManagedResourceInfo( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + token_ = s; + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.event.Event.internal_static_flyteidl_event_ManagedResourceInfo_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.event.Event.internal_static_flyteidl_event_ManagedResourceInfo_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.event.Event.ManagedResourceInfo.class, flyteidl.event.Event.ManagedResourceInfo.Builder.class); + } + + public static final int TOKEN_FIELD_NUMBER = 1; + private volatile java.lang.Object token_; + /** + *
+     * Unique resource ID used to identify this execution when allocating a token.
+     * 
+ * + * string token = 1; + */ + public java.lang.String getToken() { + java.lang.Object ref = token_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + token_ = s; + return s; + } + } + /** + *
+     * Unique resource ID used to identify this execution when allocating a token.
+     * 
+ * + * string token = 1; + */ + public com.google.protobuf.ByteString + getTokenBytes() { + java.lang.Object ref = token_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + token_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!getTokenBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, token_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!getTokenBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, token_); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.event.Event.ManagedResourceInfo)) { + return super.equals(obj); + } + flyteidl.event.Event.ManagedResourceInfo other = (flyteidl.event.Event.ManagedResourceInfo) obj; + + if (!getToken() + .equals(other.getToken())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + TOKEN_FIELD_NUMBER; + hash = (53 * hash) + getToken().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.event.Event.ManagedResourceInfo parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.event.Event.ManagedResourceInfo parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.event.Event.ManagedResourceInfo parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.event.Event.ManagedResourceInfo parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.event.Event.ManagedResourceInfo prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * This message holds task execution metadata specific to resource allocation used to manage concurrent
+     * executions for a project namespace.
+     * 
+ * + * Protobuf type {@code flyteidl.event.ManagedResourceInfo} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.event.ManagedResourceInfo) + flyteidl.event.Event.ManagedResourceInfoOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.event.Event.internal_static_flyteidl_event_ManagedResourceInfo_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.event.Event.internal_static_flyteidl_event_ManagedResourceInfo_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.event.Event.ManagedResourceInfo.class, flyteidl.event.Event.ManagedResourceInfo.Builder.class); + } + + // Construct using flyteidl.event.Event.ManagedResourceInfo.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + token_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.event.Event.internal_static_flyteidl_event_ManagedResourceInfo_descriptor; + } + + @java.lang.Override + public flyteidl.event.Event.ManagedResourceInfo getDefaultInstanceForType() { + return flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.event.Event.ManagedResourceInfo build() { + flyteidl.event.Event.ManagedResourceInfo result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.event.Event.ManagedResourceInfo buildPartial() { + flyteidl.event.Event.ManagedResourceInfo result = new flyteidl.event.Event.ManagedResourceInfo(this); + result.token_ = token_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.event.Event.ManagedResourceInfo) { + return mergeFrom((flyteidl.event.Event.ManagedResourceInfo)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.event.Event.ManagedResourceInfo other) { + if (other == flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance()) return this; + if (!other.getToken().isEmpty()) { + token_ = other.token_; + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.event.Event.ManagedResourceInfo parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.event.Event.ManagedResourceInfo) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object token_ = ""; + /** + *
+       * Unique resource ID used to identify this execution when allocating a token.
+       * 
+ * + * string token = 1; + */ + public java.lang.String getToken() { + java.lang.Object ref = token_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + token_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Unique resource ID used to identify this execution when allocating a token.
+       * 
+ * + * string token = 1; + */ + public com.google.protobuf.ByteString + getTokenBytes() { + java.lang.Object ref = token_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + token_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Unique resource ID used to identify this execution when allocating a token.
+       * 
+ * + * string token = 1; + */ + public Builder setToken( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + token_ = value; + onChanged(); + return this; + } + /** + *
+       * Unique resource ID used to identify this execution when allocating a token.
+       * 
+ * + * string token = 1; + */ + public Builder clearToken() { + + token_ = getDefaultInstance().getToken(); + onChanged(); + return this; + } + /** + *
+       * Unique resource ID used to identify this execution when allocating a token.
+       * 
+ * + * string token = 1; + */ + public Builder setTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + token_ = value; + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.event.ManagedResourceInfo) + } + + // @@protoc_insertion_point(class_scope:flyteidl.event.ManagedResourceInfo) + private static final flyteidl.event.Event.ManagedResourceInfo DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.event.Event.ManagedResourceInfo(); + } + + public static flyteidl.event.Event.ManagedResourceInfo getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ManagedResourceInfo parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ManagedResourceInfo(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.event.Event.ManagedResourceInfo getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface TaskExecutionMetadataOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.event.TaskExecutionMetadata) + com.google.protobuf.MessageOrBuilder { + + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + int getInstanceClassValue(); + /** + * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; + */ + flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass(); + + /** + *
+     * Generated unique name for this task execution used by the backend.
+     * 
+ * + * string generated_name = 1; + */ + java.lang.String getGeneratedName(); + /** + *
+     * Generated unique name for this task execution used by the backend.
+     * 
+ * + * string generated_name = 1; + */ + com.google.protobuf.ByteString + getGeneratedNameBytes(); + + /** + *
+     * Includes information about how resource token allocation (if applicable).
+     * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + boolean hasManagedResourceInfo(); + /** + *
+     * Includes information about how resource token allocation (if applicable).
+     * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo(); + /** + *
+     * Includes information about how resource token allocation (if applicable).
+     * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder(); + } + /** + *
+   * Holds metadata around how a task was executed.
+   * TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).
+   * Next ID to use:  3
+   * 
+ * + * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} + */ + public static final class TaskExecutionMetadata extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.event.TaskExecutionMetadata) + TaskExecutionMetadataOrBuilder { + private static final long serialVersionUID = 0L; + // Use TaskExecutionMetadata.newBuilder() to construct. private TaskExecutionMetadata(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private TaskExecutionMetadata() { instanceClass_ = 0; + generatedName_ = ""; } @java.lang.Override @@ -11301,6 +12305,25 @@ private TaskExecutionMetadata( case 0: done = true; break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + generatedName_ = s; + break; + } + case 18: { + flyteidl.event.Event.ManagedResourceInfo.Builder subBuilder = null; + if (managedResourceInfo_ != null) { + subBuilder = managedResourceInfo_.toBuilder(); + } + managedResourceInfo_ = input.readMessage(flyteidl.event.Event.ManagedResourceInfo.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(managedResourceInfo_); + managedResourceInfo_ = subBuilder.buildPartial(); + } + + break; + } case 128: { int rawValue = input.readEnum(); @@ -11474,6 +12497,81 @@ public flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass return result == null ? flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.UNRECOGNIZED : result; } + public static final int GENERATED_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object generatedName_; + /** + *
+     * Generated unique name for this task execution used by the backend.
+     * 
+ * + * string generated_name = 1; + */ + public java.lang.String getGeneratedName() { + java.lang.Object ref = generatedName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + generatedName_ = s; + return s; + } + } + /** + *
+     * Generated unique name for this task execution used by the backend.
+     * 
+ * + * string generated_name = 1; + */ + public com.google.protobuf.ByteString + getGeneratedNameBytes() { + java.lang.Object ref = generatedName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + generatedName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int MANAGED_RESOURCE_INFO_FIELD_NUMBER = 2; + private flyteidl.event.Event.ManagedResourceInfo managedResourceInfo_; + /** + *
+     * Includes information about how resource token allocation (if applicable).
+     * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public boolean hasManagedResourceInfo() { + return managedResourceInfo_ != null; + } + /** + *
+     * Includes information about how resource token allocation (if applicable).
+     * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo() { + return managedResourceInfo_ == null ? flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance() : managedResourceInfo_; + } + /** + *
+     * Includes information about how resource token allocation (if applicable).
+     * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder() { + return getManagedResourceInfo(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -11488,6 +12586,12 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { + if (!getGeneratedNameBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, generatedName_); + } + if (managedResourceInfo_ != null) { + output.writeMessage(2, getManagedResourceInfo()); + } if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { output.writeEnum(16, instanceClass_); } @@ -11500,6 +12604,13 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; + if (!getGeneratedNameBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, generatedName_); + } + if (managedResourceInfo_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(2, getManagedResourceInfo()); + } if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(16, instanceClass_); @@ -11520,6 +12631,13 @@ public boolean equals(final java.lang.Object obj) { flyteidl.event.Event.TaskExecutionMetadata other = (flyteidl.event.Event.TaskExecutionMetadata) obj; if (instanceClass_ != other.instanceClass_) return false; + if (!getGeneratedName() + .equals(other.getGeneratedName())) return false; + if (hasManagedResourceInfo() != other.hasManagedResourceInfo()) return false; + if (hasManagedResourceInfo()) { + if (!getManagedResourceInfo() + .equals(other.getManagedResourceInfo())) return false; + } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -11533,6 +12651,12 @@ public int hashCode() { hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + INSTANCE_CLASS_FIELD_NUMBER; hash = (53 * hash) + instanceClass_; + hash = (37 * hash) + GENERATED_NAME_FIELD_NUMBER; + hash = (53 * hash) + getGeneratedName().hashCode(); + if (hasManagedResourceInfo()) { + hash = (37 * hash) + MANAGED_RESOURCE_INFO_FIELD_NUMBER; + hash = (53 * hash) + getManagedResourceInfo().hashCode(); + } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -11632,6 +12756,7 @@ protected Builder newBuilderForType( *
      * Holds metadata around how a task was executed.
      * TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).
+     * Next ID to use:  3
      * 
* * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} @@ -11673,6 +12798,14 @@ public Builder clear() { super.clear(); instanceClass_ = 0; + generatedName_ = ""; + + if (managedResourceInfoBuilder_ == null) { + managedResourceInfo_ = null; + } else { + managedResourceInfo_ = null; + managedResourceInfoBuilder_ = null; + } return this; } @@ -11700,6 +12833,12 @@ public flyteidl.event.Event.TaskExecutionMetadata build() { public flyteidl.event.Event.TaskExecutionMetadata buildPartial() { flyteidl.event.Event.TaskExecutionMetadata result = new flyteidl.event.Event.TaskExecutionMetadata(this); result.instanceClass_ = instanceClass_; + result.generatedName_ = generatedName_; + if (managedResourceInfoBuilder_ == null) { + result.managedResourceInfo_ = managedResourceInfo_; + } else { + result.managedResourceInfo_ = managedResourceInfoBuilder_.build(); + } onBuilt(); return result; } @@ -11751,6 +12890,13 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) { if (other.instanceClass_ != 0) { setInstanceClassValue(other.getInstanceClassValue()); } + if (!other.getGeneratedName().isEmpty()) { + generatedName_ = other.generatedName_; + onChanged(); + } + if (other.hasManagedResourceInfo()) { + mergeManagedResourceInfo(other.getManagedResourceInfo()); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -11824,6 +12970,248 @@ public Builder clearInstanceClass() { onChanged(); return this; } + + private java.lang.Object generatedName_ = ""; + /** + *
+       * Generated unique name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public java.lang.String getGeneratedName() { + java.lang.Object ref = generatedName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + generatedName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Generated unique name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public com.google.protobuf.ByteString + getGeneratedNameBytes() { + java.lang.Object ref = generatedName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + generatedName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Generated unique name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public Builder setGeneratedName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + generatedName_ = value; + onChanged(); + return this; + } + /** + *
+       * Generated unique name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public Builder clearGeneratedName() { + + generatedName_ = getDefaultInstance().getGeneratedName(); + onChanged(); + return this; + } + /** + *
+       * Generated unique name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public Builder setGeneratedNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + generatedName_ = value; + onChanged(); + return this; + } + + private flyteidl.event.Event.ManagedResourceInfo managedResourceInfo_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.ManagedResourceInfo, flyteidl.event.Event.ManagedResourceInfo.Builder, flyteidl.event.Event.ManagedResourceInfoOrBuilder> managedResourceInfoBuilder_; + /** + *
+       * Includes information about how resource token allocation (if applicable).
+       * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public boolean hasManagedResourceInfo() { + return managedResourceInfoBuilder_ != null || managedResourceInfo_ != null; + } + /** + *
+       * Includes information about how resource token allocation (if applicable).
+       * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo() { + if (managedResourceInfoBuilder_ == null) { + return managedResourceInfo_ == null ? flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance() : managedResourceInfo_; + } else { + return managedResourceInfoBuilder_.getMessage(); + } + } + /** + *
+       * Includes information about how resource token allocation (if applicable).
+       * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public Builder setManagedResourceInfo(flyteidl.event.Event.ManagedResourceInfo value) { + if (managedResourceInfoBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + managedResourceInfo_ = value; + onChanged(); + } else { + managedResourceInfoBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Includes information about how resource token allocation (if applicable).
+       * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public Builder setManagedResourceInfo( + flyteidl.event.Event.ManagedResourceInfo.Builder builderForValue) { + if (managedResourceInfoBuilder_ == null) { + managedResourceInfo_ = builderForValue.build(); + onChanged(); + } else { + managedResourceInfoBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Includes information about how resource token allocation (if applicable).
+       * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public Builder mergeManagedResourceInfo(flyteidl.event.Event.ManagedResourceInfo value) { + if (managedResourceInfoBuilder_ == null) { + if (managedResourceInfo_ != null) { + managedResourceInfo_ = + flyteidl.event.Event.ManagedResourceInfo.newBuilder(managedResourceInfo_).mergeFrom(value).buildPartial(); + } else { + managedResourceInfo_ = value; + } + onChanged(); + } else { + managedResourceInfoBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Includes information about how resource token allocation (if applicable).
+       * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public Builder clearManagedResourceInfo() { + if (managedResourceInfoBuilder_ == null) { + managedResourceInfo_ = null; + onChanged(); + } else { + managedResourceInfo_ = null; + managedResourceInfoBuilder_ = null; + } + + return this; + } + /** + *
+       * Includes information about how resource token allocation (if applicable).
+       * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public flyteidl.event.Event.ManagedResourceInfo.Builder getManagedResourceInfoBuilder() { + + onChanged(); + return getManagedResourceInfoFieldBuilder().getBuilder(); + } + /** + *
+       * Includes information about how resource token allocation (if applicable).
+       * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder() { + if (managedResourceInfoBuilder_ != null) { + return managedResourceInfoBuilder_.getMessageOrBuilder(); + } else { + return managedResourceInfo_ == null ? + flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance() : managedResourceInfo_; + } + } + /** + *
+       * Includes information about how resource token allocation (if applicable).
+       * 
+ * + * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.ManagedResourceInfo, flyteidl.event.Event.ManagedResourceInfo.Builder, flyteidl.event.Event.ManagedResourceInfoOrBuilder> + getManagedResourceInfoFieldBuilder() { + if (managedResourceInfoBuilder_ == null) { + managedResourceInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.ManagedResourceInfo, flyteidl.event.Event.ManagedResourceInfo.Builder, flyteidl.event.Event.ManagedResourceInfoOrBuilder>( + getManagedResourceInfo(), + getParentForChildren(), + isClean()); + managedResourceInfo_ = null; + } + return managedResourceInfoBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -11912,6 +13300,11 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_event_TaskExecutionEvent_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_event_ManagedResourceInfo_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_event_ManagedResourceInfo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_event_TaskExecutionMetadata_descriptor; private static final @@ -11964,7 +13357,7 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "rentTaskExecutionMetadata\0222\n\002id\030\001 \001(\0132&." + "flyteidl.core.TaskExecutionIdentifier\".\n" + "\033ParentNodeExecutionMetadata\022\017\n\007node_id\030" + - "\001 \001(\t\"\250\004\n\022TaskExecutionEvent\022*\n\007task_id\030" + + "\001 \001(\t\"\306\004\n\022TaskExecutionEvent\022*\n\007task_id\030" + "\001 \001(\0132\031.flyteidl.core.Identifier\022H\n\030pare" + "nt_node_execution_id\030\002 \001(\0132&.flyteidl.co" + "re.NodeExecutionIdentifier\022\025\n\rretry_atte" + @@ -11976,11 +13369,15 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "i\030\t \001(\tH\000\022.\n\005error\030\n \001(\0132\035.flyteidl.core" + ".ExecutionErrorH\000\022,\n\013custom_info\030\013 \001(\0132\027" + ".google.protobuf.Struct\022\025\n\rphase_version" + - "\030\014 \001(\r\0227\n\010metadata\030\020 \001(\0132%.flyteidl.even" + - "t.TaskExecutionMetadataB\017\n\routput_result" + - "\"\225\001\n\025TaskExecutionMetadata\022K\n\016instance_c" + - "lass\030\020 \001(\01623.flyteidl.event.TaskExecutio" + - "nMetadata.InstanceClass\"/\n\rInstanceClass" + + "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\014\n\004type\030\016 \001(\t\0227\n\010" + + "metadata\030\020 \001(\0132%.flyteidl.event.TaskExec" + + "utionMetadataB\017\n\routput_result\"$\n\023Manage" + + "dResourceInfo\022\r\n\005token\030\001 \001(\t\"\361\001\n\025TaskExe" + + "cutionMetadata\022K\n\016instance_class\030\020 \001(\01623" + + ".flyteidl.event.TaskExecutionMetadata.In" + + "stanceClass\022\026\n\016generated_name\030\001 \001(\t\022B\n\025m" + + "anaged_resource_info\030\002 \001(\0132#.flyteidl.ev" + + "ent.ManagedResourceInfo\"/\n\rInstanceClass" + "\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5gith" + "ub.com/flyteorg/flyteidl/gen/pb-go/flyte" + "idl/eventb\006proto3" @@ -12043,13 +13440,19 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_event_TaskExecutionEvent_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_TaskExecutionEvent_descriptor, - new java.lang.String[] { "TaskId", "ParentNodeExecutionId", "RetryAttempt", "Phase", "ProducerId", "Logs", "OccurredAt", "InputUri", "OutputUri", "Error", "CustomInfo", "PhaseVersion", "Metadata", "OutputResult", }); - internal_static_flyteidl_event_TaskExecutionMetadata_descriptor = + new java.lang.String[] { "TaskId", "ParentNodeExecutionId", "RetryAttempt", "Phase", "ProducerId", "Logs", "OccurredAt", "InputUri", "OutputUri", "Error", "CustomInfo", "PhaseVersion", "Reason", "Type", "Metadata", "OutputResult", }); + internal_static_flyteidl_event_ManagedResourceInfo_descriptor = getDescriptor().getMessageTypes().get(7); + internal_static_flyteidl_event_ManagedResourceInfo_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_event_ManagedResourceInfo_descriptor, + new java.lang.String[] { "Token", }); + internal_static_flyteidl_event_TaskExecutionMetadata_descriptor = + getDescriptor().getMessageTypes().get(8); internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_TaskExecutionMetadata_descriptor, - new java.lang.String[] { "InstanceClass", }); + new java.lang.String[] { "InstanceClass", "GeneratedName", "ManagedResourceInfo", }); flyteidl.core.Execution.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); flyteidl.core.Catalog.getDescriptor(); diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index fa49941ff..f00007d59 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5621,6 +5621,12 @@ export namespace flyteidl { /** TaskExecutionEvent phaseVersion */ phaseVersion?: (number|null); + /** TaskExecutionEvent reason */ + reason?: (string|null); + + /** TaskExecutionEvent type */ + type?: (string|null); + /** TaskExecutionEvent metadata */ metadata?: (flyteidl.event.ITaskExecutionMetadata|null); } @@ -5670,6 +5676,12 @@ export namespace flyteidl { /** TaskExecutionEvent phaseVersion. */ public phaseVersion: number; + /** TaskExecutionEvent reason. */ + public reason: string; + + /** TaskExecutionEvent type. */ + public type: string; + /** TaskExecutionEvent metadata. */ public metadata?: (flyteidl.event.ITaskExecutionMetadata|null); @@ -5709,11 +5721,69 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } + /** Properties of a ManagedResourceInfo. */ + interface IManagedResourceInfo { + + /** ManagedResourceInfo token */ + token?: (string|null); + } + + /** Represents a ManagedResourceInfo. */ + class ManagedResourceInfo implements IManagedResourceInfo { + + /** + * Constructs a new ManagedResourceInfo. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.event.IManagedResourceInfo); + + /** ManagedResourceInfo token. */ + public token: string; + + /** + * Creates a new ManagedResourceInfo instance using the specified properties. + * @param [properties] Properties to set + * @returns ManagedResourceInfo instance + */ + public static create(properties?: flyteidl.event.IManagedResourceInfo): flyteidl.event.ManagedResourceInfo; + + /** + * Encodes the specified ManagedResourceInfo message. Does not implicitly {@link flyteidl.event.ManagedResourceInfo.verify|verify} messages. + * @param message ManagedResourceInfo message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.event.IManagedResourceInfo, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a ManagedResourceInfo message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns ManagedResourceInfo + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.event.ManagedResourceInfo; + + /** + * Verifies a ManagedResourceInfo message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + /** Properties of a TaskExecutionMetadata. */ interface ITaskExecutionMetadata { /** TaskExecutionMetadata instanceClass */ instanceClass?: (flyteidl.event.TaskExecutionMetadata.InstanceClass|null); + + /** TaskExecutionMetadata generatedName */ + generatedName?: (string|null); + + /** TaskExecutionMetadata managedResourceInfo */ + managedResourceInfo?: (flyteidl.event.IManagedResourceInfo|null); } /** Represents a TaskExecutionMetadata. */ @@ -5728,6 +5798,12 @@ export namespace flyteidl { /** TaskExecutionMetadata instanceClass. */ public instanceClass: flyteidl.event.TaskExecutionMetadata.InstanceClass; + /** TaskExecutionMetadata generatedName. */ + public generatedName: string; + + /** TaskExecutionMetadata managedResourceInfo. */ + public managedResourceInfo?: (flyteidl.event.IManagedResourceInfo|null); + /** * Creates a new TaskExecutionMetadata instance using the specified properties. * @param [properties] Properties to set diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index 8de9ba0c3..9f848cc06 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -13480,6 +13480,8 @@ export const flyteidl = $root.flyteidl = (() => { * @property {flyteidl.core.IExecutionError|null} [error] TaskExecutionEvent error * @property {google.protobuf.IStruct|null} [customInfo] TaskExecutionEvent customInfo * @property {number|null} [phaseVersion] TaskExecutionEvent phaseVersion + * @property {string|null} [reason] TaskExecutionEvent reason + * @property {string|null} [type] TaskExecutionEvent type * @property {flyteidl.event.ITaskExecutionMetadata|null} [metadata] TaskExecutionEvent metadata */ @@ -13595,6 +13597,22 @@ export const flyteidl = $root.flyteidl = (() => { */ TaskExecutionEvent.prototype.phaseVersion = 0; + /** + * TaskExecutionEvent reason. + * @member {string} reason + * @memberof flyteidl.event.TaskExecutionEvent + * @instance + */ + TaskExecutionEvent.prototype.reason = ""; + + /** + * TaskExecutionEvent type. + * @member {string} type + * @memberof flyteidl.event.TaskExecutionEvent + * @instance + */ + TaskExecutionEvent.prototype.type = ""; + /** * TaskExecutionEvent metadata. * @member {flyteidl.event.ITaskExecutionMetadata|null|undefined} metadata @@ -13666,6 +13684,10 @@ export const flyteidl = $root.flyteidl = (() => { $root.google.protobuf.Struct.encode(message.customInfo, writer.uint32(/* id 11, wireType 2 =*/90).fork()).ldelim(); if (message.phaseVersion != null && message.hasOwnProperty("phaseVersion")) writer.uint32(/* id 12, wireType 0 =*/96).uint32(message.phaseVersion); + if (message.reason != null && message.hasOwnProperty("reason")) + writer.uint32(/* id 13, wireType 2 =*/106).string(message.reason); + if (message.type != null && message.hasOwnProperty("type")) + writer.uint32(/* id 14, wireType 2 =*/114).string(message.type); if (message.metadata != null && message.hasOwnProperty("metadata")) $root.flyteidl.event.TaskExecutionMetadata.encode(message.metadata, writer.uint32(/* id 16, wireType 2 =*/130).fork()).ldelim(); return writer; @@ -13727,6 +13749,12 @@ export const flyteidl = $root.flyteidl = (() => { case 12: message.phaseVersion = reader.uint32(); break; + case 13: + message.reason = reader.string(); + break; + case 14: + message.type = reader.string(); + break; case 16: message.metadata = $root.flyteidl.event.TaskExecutionMetadata.decode(reader, reader.uint32()); break; @@ -13820,6 +13848,12 @@ export const flyteidl = $root.flyteidl = (() => { if (message.phaseVersion != null && message.hasOwnProperty("phaseVersion")) if (!$util.isInteger(message.phaseVersion)) return "phaseVersion: integer expected"; + if (message.reason != null && message.hasOwnProperty("reason")) + if (!$util.isString(message.reason)) + return "reason: string expected"; + if (message.type != null && message.hasOwnProperty("type")) + if (!$util.isString(message.type)) + return "type: string expected"; if (message.metadata != null && message.hasOwnProperty("metadata")) { let error = $root.flyteidl.event.TaskExecutionMetadata.verify(message.metadata); if (error) @@ -13831,6 +13865,116 @@ export const flyteidl = $root.flyteidl = (() => { return TaskExecutionEvent; })(); + event.ManagedResourceInfo = (function() { + + /** + * Properties of a ManagedResourceInfo. + * @memberof flyteidl.event + * @interface IManagedResourceInfo + * @property {string|null} [token] ManagedResourceInfo token + */ + + /** + * Constructs a new ManagedResourceInfo. + * @memberof flyteidl.event + * @classdesc Represents a ManagedResourceInfo. + * @implements IManagedResourceInfo + * @constructor + * @param {flyteidl.event.IManagedResourceInfo=} [properties] Properties to set + */ + function ManagedResourceInfo(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * ManagedResourceInfo token. + * @member {string} token + * @memberof flyteidl.event.ManagedResourceInfo + * @instance + */ + ManagedResourceInfo.prototype.token = ""; + + /** + * Creates a new ManagedResourceInfo instance using the specified properties. + * @function create + * @memberof flyteidl.event.ManagedResourceInfo + * @static + * @param {flyteidl.event.IManagedResourceInfo=} [properties] Properties to set + * @returns {flyteidl.event.ManagedResourceInfo} ManagedResourceInfo instance + */ + ManagedResourceInfo.create = function create(properties) { + return new ManagedResourceInfo(properties); + }; + + /** + * Encodes the specified ManagedResourceInfo message. Does not implicitly {@link flyteidl.event.ManagedResourceInfo.verify|verify} messages. + * @function encode + * @memberof flyteidl.event.ManagedResourceInfo + * @static + * @param {flyteidl.event.IManagedResourceInfo} message ManagedResourceInfo message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + ManagedResourceInfo.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.token != null && message.hasOwnProperty("token")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.token); + return writer; + }; + + /** + * Decodes a ManagedResourceInfo message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.event.ManagedResourceInfo + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.event.ManagedResourceInfo} ManagedResourceInfo + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + ManagedResourceInfo.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.event.ManagedResourceInfo(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.token = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a ManagedResourceInfo message. + * @function verify + * @memberof flyteidl.event.ManagedResourceInfo + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + ManagedResourceInfo.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.token != null && message.hasOwnProperty("token")) + if (!$util.isString(message.token)) + return "token: string expected"; + return null; + }; + + return ManagedResourceInfo; + })(); + event.TaskExecutionMetadata = (function() { /** @@ -13838,6 +13982,8 @@ export const flyteidl = $root.flyteidl = (() => { * @memberof flyteidl.event * @interface ITaskExecutionMetadata * @property {flyteidl.event.TaskExecutionMetadata.InstanceClass|null} [instanceClass] TaskExecutionMetadata instanceClass + * @property {string|null} [generatedName] TaskExecutionMetadata generatedName + * @property {flyteidl.event.IManagedResourceInfo|null} [managedResourceInfo] TaskExecutionMetadata managedResourceInfo */ /** @@ -13863,6 +14009,22 @@ export const flyteidl = $root.flyteidl = (() => { */ TaskExecutionMetadata.prototype.instanceClass = 0; + /** + * TaskExecutionMetadata generatedName. + * @member {string} generatedName + * @memberof flyteidl.event.TaskExecutionMetadata + * @instance + */ + TaskExecutionMetadata.prototype.generatedName = ""; + + /** + * TaskExecutionMetadata managedResourceInfo. + * @member {flyteidl.event.IManagedResourceInfo|null|undefined} managedResourceInfo + * @memberof flyteidl.event.TaskExecutionMetadata + * @instance + */ + TaskExecutionMetadata.prototype.managedResourceInfo = null; + /** * Creates a new TaskExecutionMetadata instance using the specified properties. * @function create @@ -13887,6 +14049,10 @@ export const flyteidl = $root.flyteidl = (() => { TaskExecutionMetadata.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); + if (message.generatedName != null && message.hasOwnProperty("generatedName")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.generatedName); + if (message.managedResourceInfo != null && message.hasOwnProperty("managedResourceInfo")) + $root.flyteidl.event.ManagedResourceInfo.encode(message.managedResourceInfo, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); if (message.instanceClass != null && message.hasOwnProperty("instanceClass")) writer.uint32(/* id 16, wireType 0 =*/128).int32(message.instanceClass); return writer; @@ -13913,6 +14079,12 @@ export const flyteidl = $root.flyteidl = (() => { case 16: message.instanceClass = reader.int32(); break; + case 1: + message.generatedName = reader.string(); + break; + case 2: + message.managedResourceInfo = $root.flyteidl.event.ManagedResourceInfo.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -13940,6 +14112,14 @@ export const flyteidl = $root.flyteidl = (() => { case 1: break; } + if (message.generatedName != null && message.hasOwnProperty("generatedName")) + if (!$util.isString(message.generatedName)) + return "generatedName: string expected"; + if (message.managedResourceInfo != null && message.hasOwnProperty("managedResourceInfo")) { + let error = $root.flyteidl.event.ManagedResourceInfo.verify(message.managedResourceInfo); + if (error) + return "managedResourceInfo." + error; + } return null; }; diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index 912b6c606..b82d91b3d 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -314,6 +314,8 @@ Plugin specific execution event information. For tasks like Python, Hive, Spark, "error": "{...}", "custom_info": "{...}", "phase_version": "...", + "reason": "...", + "type": "...", "metadata": "{...}" } @@ -402,6 +404,20 @@ phase_version The version field should be incremented when metadata changes across the duration of an individual phase. +.. _api_field_flyteidl.event.TaskExecutionEvent.reason: + +reason + (`string `_) If there is an explanation for this phase transition, the reason will capture it. + + +.. _api_field_flyteidl.event.TaskExecutionEvent.type: + +type + (`string `_) A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin + this type will be identical, but not all task executions necessarily use pre-registered definitions and this + type is useful to render the task in the UI, filter task executions, etc. + + .. _api_field_flyteidl.event.TaskExecutionEvent.metadata: metadata @@ -410,20 +426,47 @@ metadata +.. _api_msg_flyteidl.event.ManagedResourceInfo: + +flyteidl.event.ManagedResourceInfo +---------------------------------- + +`[flyteidl.event.ManagedResourceInfo proto] `_ + +This message holds task execution metadata specific to resource allocation used to manage concurrent +executions for a project namespace. + +.. code-block:: json + + { + "token": "..." + } + +.. _api_field_flyteidl.event.ManagedResourceInfo.token: + +token + (`string `_) Unique resource ID used to identify this execution when allocating a token. + + + + .. _api_msg_flyteidl.event.TaskExecutionMetadata: flyteidl.event.TaskExecutionMetadata ------------------------------------ -`[flyteidl.event.TaskExecutionMetadata proto] `_ +`[flyteidl.event.TaskExecutionMetadata proto] `_ Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). +Next ID to use: 3 .. code-block:: json { - "instance_class": "..." + "instance_class": "...", + "generated_name": "...", + "managed_resource_info": "{...}" } .. _api_field_flyteidl.event.TaskExecutionMetadata.instance_class: @@ -431,13 +474,25 @@ TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/f instance_class (:ref:`flyteidl.event.TaskExecutionMetadata.InstanceClass `) +.. _api_field_flyteidl.event.TaskExecutionMetadata.generated_name: + +generated_name + (`string `_) Generated unique name for this task execution used by the backend. + + +.. _api_field_flyteidl.event.TaskExecutionMetadata.managed_resource_info: + +managed_resource_info + (:ref:`flyteidl.event.ManagedResourceInfo `) Includes information about how resource token allocation (if applicable). + + .. _api_enum_flyteidl.event.TaskExecutionMetadata.InstanceClass: Enum flyteidl.event.TaskExecutionMetadata.InstanceClass ------------------------------------------------------- -`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ +`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ Includes the broad cateogry of machine used for this specific task execution. diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py index 573b6fc25..0ab7d1a1c 100644 --- a/gen/pb_python/flyteidl/event/event_pb2.py +++ b/gen/pb_python/flyteidl/event/event_pb2.py @@ -25,7 +25,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xa8\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"\x95\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xc6\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x0c\n\x04type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"$\n\x13ManagedResourceInfo\x12\r\n\x05token\x18\x01 \x01(\t\"\xf1\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x42\n\x15managed_resource_info\x18\x02 \x01(\x0b\x32#.flyteidl.event.ManagedResourceInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -48,8 +48,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=2185, - serialized_end=2232, + serialized_start=2345, + serialized_end=2392, ) _sym_db.RegisterEnumDescriptor(_TASKEXECUTIONMETADATA_INSTANCECLASS) @@ -474,7 +474,21 @@ is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='metadata', full_name='flyteidl.event.TaskExecutionEvent.metadata', index=12, + name='reason', full_name='flyteidl.event.TaskExecutionEvent.reason', index=12, + number=13, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='type', full_name='flyteidl.event.TaskExecutionEvent.type', index=13, + number=14, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='metadata', full_name='flyteidl.event.TaskExecutionEvent.metadata', index=14, number=16, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, @@ -496,7 +510,38 @@ index=0, containing_type=None, fields=[]), ], serialized_start=1528, - serialized_end=2080, + serialized_end=2110, +) + + +_MANAGEDRESOURCEINFO = _descriptor.Descriptor( + name='ManagedResourceInfo', + full_name='flyteidl.event.ManagedResourceInfo', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='token', full_name='flyteidl.event.ManagedResourceInfo.token', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2112, + serialized_end=2148, ) @@ -514,6 +559,20 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='generated_name', full_name='flyteidl.event.TaskExecutionMetadata.generated_name', index=1, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='managed_resource_info', full_name='flyteidl.event.TaskExecutionMetadata.managed_resource_info', index=2, + number=2, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -527,8 +586,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2083, - serialized_end=2232, + serialized_start=2151, + serialized_end=2392, ) _WORKFLOWEXECUTIONEVENT.fields_by_name['execution_id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER @@ -580,6 +639,7 @@ _TASKEXECUTIONEVENT.fields_by_name['error']) _TASKEXECUTIONEVENT.fields_by_name['error'].containing_oneof = _TASKEXECUTIONEVENT.oneofs_by_name['output_result'] _TASKEXECUTIONMETADATA.fields_by_name['instance_class'].enum_type = _TASKEXECUTIONMETADATA_INSTANCECLASS +_TASKEXECUTIONMETADATA.fields_by_name['managed_resource_info'].message_type = _MANAGEDRESOURCEINFO _TASKEXECUTIONMETADATA_INSTANCECLASS.containing_type = _TASKEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['WorkflowExecutionEvent'] = _WORKFLOWEXECUTIONEVENT DESCRIPTOR.message_types_by_name['NodeExecutionEvent'] = _NODEEXECUTIONEVENT @@ -588,6 +648,7 @@ DESCRIPTOR.message_types_by_name['ParentTaskExecutionMetadata'] = _PARENTTASKEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['ParentNodeExecutionMetadata'] = _PARENTNODEEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['TaskExecutionEvent'] = _TASKEXECUTIONEVENT +DESCRIPTOR.message_types_by_name['ManagedResourceInfo'] = _MANAGEDRESOURCEINFO DESCRIPTOR.message_types_by_name['TaskExecutionMetadata'] = _TASKEXECUTIONMETADATA _sym_db.RegisterFileDescriptor(DESCRIPTOR) @@ -640,6 +701,13 @@ )) _sym_db.RegisterMessage(TaskExecutionEvent) +ManagedResourceInfo = _reflection.GeneratedProtocolMessageType('ManagedResourceInfo', (_message.Message,), dict( + DESCRIPTOR = _MANAGEDRESOURCEINFO, + __module__ = 'flyteidl.event.event_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.event.ManagedResourceInfo) + )) +_sym_db.RegisterMessage(ManagedResourceInfo) + TaskExecutionMetadata = _reflection.GeneratedProtocolMessageType('TaskExecutionMetadata', (_message.Message,), dict( DESCRIPTOR = _TASKEXECUTIONMETADATA, __module__ = 'flyteidl.event.event_pb2' diff --git a/gen/pb_python/flyteidl/service/flyteadmin/README.md b/gen/pb_python/flyteidl/service/flyteadmin/README.md index 6bead3931..9ea8b2381 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -304,6 +304,7 @@ Class | Method | HTTP request | Description - [CoreWorkflowNode](docs/CoreWorkflowNode.md) - [CoreWorkflowTemplate](docs/CoreWorkflowTemplate.md) - [DataLoadingConfigLiteralMapFormat](docs/DataLoadingConfigLiteralMapFormat.md) + - [EventManagedResourceInfo](docs/EventManagedResourceInfo.md) - [EventNodeExecutionEvent](docs/EventNodeExecutionEvent.md) - [EventParentNodeExecutionMetadata](docs/EventParentNodeExecutionMetadata.md) - [EventParentTaskExecutionMetadata](docs/EventParentTaskExecutionMetadata.md) diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py index 89c58280c..a3eddb891 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -205,6 +205,7 @@ from flyteadmin.models.core_workflow_node import CoreWorkflowNode from flyteadmin.models.core_workflow_template import CoreWorkflowTemplate from flyteadmin.models.data_loading_config_literal_map_format import DataLoadingConfigLiteralMapFormat +from flyteadmin.models.event_managed_resource_info import EventManagedResourceInfo from flyteadmin.models.event_node_execution_event import EventNodeExecutionEvent from flyteadmin.models.event_parent_node_execution_metadata import EventParentNodeExecutionMetadata from flyteadmin.models.event_parent_task_execution_metadata import EventParentTaskExecutionMetadata diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py index 400a2f6a0..9179b756c 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py @@ -198,6 +198,7 @@ from flyteadmin.models.core_workflow_node import CoreWorkflowNode from flyteadmin.models.core_workflow_template import CoreWorkflowTemplate from flyteadmin.models.data_loading_config_literal_map_format import DataLoadingConfigLiteralMapFormat +from flyteadmin.models.event_managed_resource_info import EventManagedResourceInfo from flyteadmin.models.event_node_execution_event import EventNodeExecutionEvent from flyteadmin.models.event_parent_node_execution_metadata import EventParentNodeExecutionMetadata from flyteadmin.models.event_parent_task_execution_metadata import EventParentTaskExecutionMetadata diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py new file mode 100644 index 000000000..ff1a5a38a --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py @@ -0,0 +1,117 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + + +class EventManagedResourceInfo(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'token': 'str' + } + + attribute_map = { + 'token': 'token' + } + + def __init__(self, token=None): # noqa: E501 + """EventManagedResourceInfo - a model defined in Swagger""" # noqa: E501 + + self._token = None + self.discriminator = None + + if token is not None: + self.token = token + + @property + def token(self): + """Gets the token of this EventManagedResourceInfo. # noqa: E501 + + Unique resource ID used to identify this execution when allocating a token. # noqa: E501 + + :return: The token of this EventManagedResourceInfo. # noqa: E501 + :rtype: str + """ + return self._token + + @token.setter + def token(self, token): + """Sets the token of this EventManagedResourceInfo. + + Unique resource ID used to identify this execution when allocating a token. # noqa: E501 + + :param token: The token of this EventManagedResourceInfo. # noqa: E501 + :type: str + """ + + self._token = token + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(EventManagedResourceInfo, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, EventManagedResourceInfo): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py index 4391b1a55..39c4091d2 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py @@ -51,6 +51,8 @@ class EventTaskExecutionEvent(object): 'error': 'CoreExecutionError', 'custom_info': 'ProtobufStruct', 'phase_version': 'int', + 'reason': 'str', + 'type': 'str', 'metadata': 'EventTaskExecutionMetadata' } @@ -67,10 +69,12 @@ class EventTaskExecutionEvent(object): 'error': 'error', 'custom_info': 'custom_info', 'phase_version': 'phase_version', + 'reason': 'reason', + 'type': 'type', 'metadata': 'metadata' } - def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=None, phase=None, producer_id=None, logs=None, occurred_at=None, input_uri=None, output_uri=None, error=None, custom_info=None, phase_version=None, metadata=None): # noqa: E501 + def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=None, phase=None, producer_id=None, logs=None, occurred_at=None, input_uri=None, output_uri=None, error=None, custom_info=None, phase_version=None, reason=None, type=None, metadata=None): # noqa: E501 """EventTaskExecutionEvent - a model defined in Swagger""" # noqa: E501 self._task_id = None @@ -85,6 +89,8 @@ def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=No self._error = None self._custom_info = None self._phase_version = None + self._reason = None + self._type = None self._metadata = None self.discriminator = None @@ -112,6 +118,10 @@ def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=No self.custom_info = custom_info if phase_version is not None: self.phase_version = phase_version + if reason is not None: + self.reason = reason + if type is not None: + self.type = type if metadata is not None: self.metadata = metadata @@ -379,6 +389,52 @@ def phase_version(self, phase_version): self._phase_version = phase_version + @property + def reason(self): + """Gets the reason of this EventTaskExecutionEvent. # noqa: E501 + + If there is an explanation for this phase transition, the reason will capture it. # noqa: E501 + + :return: The reason of this EventTaskExecutionEvent. # noqa: E501 + :rtype: str + """ + return self._reason + + @reason.setter + def reason(self, reason): + """Sets the reason of this EventTaskExecutionEvent. + + If there is an explanation for this phase transition, the reason will capture it. # noqa: E501 + + :param reason: The reason of this EventTaskExecutionEvent. # noqa: E501 + :type: str + """ + + self._reason = reason + + @property + def type(self): + """Gets the type of this EventTaskExecutionEvent. # noqa: E501 + + A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin this type will be identical, but not all task executions necessarily use pre-registered definitions and this type is useful to render the task in the UI, filter task executions, etc. # noqa: E501 + + :return: The type of this EventTaskExecutionEvent. # noqa: E501 + :rtype: str + """ + return self._type + + @type.setter + def type(self, type): + """Sets the type of this EventTaskExecutionEvent. + + A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin this type will be identical, but not all task executions necessarily use pre-registered definitions and this type is useful to render the task in the UI, filter task executions, etc. # noqa: E501 + + :param type: The type of this EventTaskExecutionEvent. # noqa: E501 + :type: str + """ + + self._type = type + @property def metadata(self): """Gets the metadata of this EventTaskExecutionEvent. # noqa: E501 diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py index 2eac93106..cbb503679 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py @@ -16,6 +16,7 @@ import six +from flyteadmin.models.event_managed_resource_info import EventManagedResourceInfo # noqa: F401,E501 from flyteadmin.models.task_execution_metadata_instance_class import TaskExecutionMetadataInstanceClass # noqa: F401,E501 @@ -33,21 +34,31 @@ class EventTaskExecutionMetadata(object): and the value is json key in definition. """ swagger_types = { - 'instance_class': 'TaskExecutionMetadataInstanceClass' + 'instance_class': 'TaskExecutionMetadataInstanceClass', + 'generated_name': 'str', + 'managed_resource_info': 'EventManagedResourceInfo' } attribute_map = { - 'instance_class': 'instance_class' + 'instance_class': 'instance_class', + 'generated_name': 'generated_name', + 'managed_resource_info': 'managed_resource_info' } - def __init__(self, instance_class=None): # noqa: E501 + def __init__(self, instance_class=None, generated_name=None, managed_resource_info=None): # noqa: E501 """EventTaskExecutionMetadata - a model defined in Swagger""" # noqa: E501 self._instance_class = None + self._generated_name = None + self._managed_resource_info = None self.discriminator = None if instance_class is not None: self.instance_class = instance_class + if generated_name is not None: + self.generated_name = generated_name + if managed_resource_info is not None: + self.managed_resource_info = managed_resource_info @property def instance_class(self): @@ -70,6 +81,52 @@ def instance_class(self, instance_class): self._instance_class = instance_class + @property + def generated_name(self): + """Gets the generated_name of this EventTaskExecutionMetadata. # noqa: E501 + + Generated unique name for this task execution used by the backend. # noqa: E501 + + :return: The generated_name of this EventTaskExecutionMetadata. # noqa: E501 + :rtype: str + """ + return self._generated_name + + @generated_name.setter + def generated_name(self, generated_name): + """Sets the generated_name of this EventTaskExecutionMetadata. + + Generated unique name for this task execution used by the backend. # noqa: E501 + + :param generated_name: The generated_name of this EventTaskExecutionMetadata. # noqa: E501 + :type: str + """ + + self._generated_name = generated_name + + @property + def managed_resource_info(self): + """Gets the managed_resource_info of this EventTaskExecutionMetadata. # noqa: E501 + + Includes information about how resource token allocation (if applicable). # noqa: E501 + + :return: The managed_resource_info of this EventTaskExecutionMetadata. # noqa: E501 + :rtype: EventManagedResourceInfo + """ + return self._managed_resource_info + + @managed_resource_info.setter + def managed_resource_info(self, managed_resource_info): + """Sets the managed_resource_info of this EventTaskExecutionMetadata. + + Includes information about how resource token allocation (if applicable). # noqa: E501 + + :param managed_resource_info: The managed_resource_info of this EventTaskExecutionMetadata. # noqa: E501 + :type: EventManagedResourceInfo + """ + + self._managed_resource_info = managed_resource_info + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_managed_resource_info.py b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_managed_resource_info.py new file mode 100644 index 000000000..00de60349 --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_managed_resource_info.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.event_managed_resource_info import EventManagedResourceInfo # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestEventManagedResourceInfo(unittest.TestCase): + """EventManagedResourceInfo unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testEventManagedResourceInfo(self): + """Test EventManagedResourceInfo""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.event_managed_resource_info.EventManagedResourceInfo() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index ea14ea03d..cb8506a4b 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -151,12 +151,30 @@ message TaskExecutionEvent { // The version field should be incremented when metadata changes across the duration of an individual phase. uint32 phase_version = 12; + // If there is an explanation for this phase transition, the reason will capture it. + string reason = 13; + + + // A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin + // this type will be identical, but not all task executions necessarily use pre-registered definitions and this + // type is useful to render the task in the UI, filter task executions, etc. + string type = 14; + // Metadata around how a task was executed. TaskExecutionMetadata metadata = 16; } + +// This message holds task execution metadata specific to resource allocation used to manage concurrent +// executions for a project namespace. +message ManagedResourceInfo { + // Unique resource ID used to identify this execution when allocating a token. + string token = 1; +} + // Holds metadata around how a task was executed. // TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). +// Next ID to use: 3 message TaskExecutionMetadata { // Includes the broad cateogry of machine used for this specific task execution. enum InstanceClass { @@ -167,4 +185,10 @@ message TaskExecutionMetadata { INTERRUPTIBLE = 1; } InstanceClass instance_class = 16; + + // Generated unique name for this task execution used by the backend. + string generated_name = 1; + + // Includes information about how resource token allocation (if applicable). + ManagedResourceInfo managed_resource_info = 2; } From 88a8b21621dc106448c57aa8b75cbadf7fa7e0b2 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Mon, 15 Mar 2021 17:29:07 -0700 Subject: [PATCH 02/13] derp derp Signed-off-by: Katrina Rogan --- .../flyteidl/admin/task_execution.pb.cc | 319 ++++++-- gen/pb-cpp/flyteidl/admin/task_execution.pb.h | 192 +++++ gen/pb-go/flyteidl/admin/task_execution.pb.go | 136 ++-- .../admin/task_execution.pb.validate.go | 14 + gen/pb-go/flyteidl/service/admin.swagger.json | 12 + .../service/flyteadmin/api/swagger.yaml | 45 ++ .../model_admin_task_execution_closure.go | 6 + gen/pb-go/flyteidl/service/openapi.go | 4 +- .../admin/TaskExecutionOuterClass.java | 679 +++++++++++++++++- gen/pb-js/flyteidl.d.ts | 18 + gen/pb-js/flyteidl.js | 53 ++ .../flyteidl/admin/task_execution.proto.rst | 37 +- .../flyteidl/admin/task_execution_pb2.py | 55 +- .../models/admin_task_execution_closure.py | 91 ++- protos/flyteidl/admin/task_execution.proto | 10 + 15 files changed, 1507 insertions(+), 164 deletions(-) diff --git a/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc b/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc index aae07219b..cbab64308 100644 --- a/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc +++ b/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc @@ -19,12 +19,13 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Sort_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fcommon_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_UrlBlob_flyteidl_2fadmin_2fcommon_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2ftask_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecution_flyteidl_2fadmin_2ftask_5fexecution_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2ftask_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<5> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2ftask_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<6> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ExecutionError_flyteidl_2fcore_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskLog_flyteidl_2fcore_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fliterals_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fduration_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Duration_google_2fprotobuf_2fduration_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fstruct_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ftimestamp_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto; @@ -135,13 +136,14 @@ static void InitDefaultsTaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution ::flyteidl::admin::TaskExecutionClosure::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<5> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 5, InitDefaultsTaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto}, { +::google::protobuf::internal::SCCInfo<6> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 6, InitDefaultsTaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto}, { &scc_info_ExecutionError_flyteidl_2fcore_2fexecution_2eproto.base, &scc_info_TaskLog_flyteidl_2fcore_2fexecution_2eproto.base, &scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto.base, &scc_info_Duration_google_2fprotobuf_2fduration_2eproto.base, - &scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto.base,}}; + &scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto.base, + &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base,}}; static void InitDefaultsTaskExecutionGetDataRequest_flyteidl_2fadmin_2ftask_5fexecution_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -235,6 +237,9 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2ftask_5fexecution PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, created_at_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, updated_at_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, custom_info_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, reason_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, type_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, metadata_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, output_result_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionGetDataRequest, _internal_metadata_), @@ -258,8 +263,8 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 16, -1, sizeof(::flyteidl::admin::TaskExecution)}, { 25, -1, sizeof(::flyteidl::admin::TaskExecutionList)}, { 32, -1, sizeof(::flyteidl::admin::TaskExecutionClosure)}, - { 47, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataRequest)}, - { 53, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataResponse)}, + { 50, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataRequest)}, + { 56, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -283,61 +288,65 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2ftask_5fexecution_2eproto "lyteidl.admin\032\033flyteidl/admin/common.pro" "to\032\035flyteidl/core/execution.proto\032\036flyte" "idl/core/identifier.proto\032\034flyteidl/core" - "/literals.proto\032\037google/protobuf/timesta" - "mp.proto\032\036google/protobuf/duration.proto" - "\032\034google/protobuf/struct.proto\"M\n\027TaskEx" - "ecutionGetRequest\0222\n\002id\030\001 \001(\0132&.flyteidl" - ".core.TaskExecutionIdentifier\"\263\001\n\030TaskEx" - "ecutionListRequest\022A\n\021node_execution_id\030" - "\001 \001(\0132&.flyteidl.core.NodeExecutionIdent" - "ifier\022\r\n\005limit\030\002 \001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007f" - "ilters\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\0132\024.flyteidl" - ".admin.Sort\"\240\001\n\rTaskExecution\0222\n\002id\030\001 \001(" - "\0132&.flyteidl.core.TaskExecutionIdentifie" - "r\022\021\n\tinput_uri\030\002 \001(\t\0225\n\007closure\030\003 \001(\0132$." - "flyteidl.admin.TaskExecutionClosure\022\021\n\ti" - "s_parent\030\004 \001(\010\"Z\n\021TaskExecutionList\0226\n\017t" - "ask_executions\030\001 \003(\0132\035.flyteidl.admin.Ta" - "skExecution\022\r\n\005token\030\002 \001(\t\"\261\003\n\024TaskExecu" - "tionClosure\022\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005err" - "or\030\002 \001(\0132\035.flyteidl.core.ExecutionErrorH" - "\000\0221\n\005phase\030\003 \001(\0162\".flyteidl.core.TaskExe" - "cution.Phase\022$\n\004logs\030\004 \003(\0132\026.flyteidl.co" - "re.TaskLog\022.\n\nstarted_at\030\005 \001(\0132\032.google." - "protobuf.Timestamp\022+\n\010duration\030\006 \001(\0132\031.g" - "oogle.protobuf.Duration\022.\n\ncreated_at\030\007 " - "\001(\0132\032.google.protobuf.Timestamp\022.\n\nupdat" - "ed_at\030\010 \001(\0132\032.google.protobuf.Timestamp\022" - ",\n\013custom_info\030\t \001(\0132\027.google.protobuf.S" - "tructB\017\n\routput_result\"Q\n\033TaskExecutionG" - "etDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.cor" - "e.TaskExecutionIdentifier\"\322\001\n\034TaskExecut" - "ionGetDataResponse\022\'\n\006inputs\030\001 \001(\0132\027.fly" - "teidl.admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132\027.f" - "lyteidl.admin.UrlBlob\022.\n\013full_inputs\030\003 \001" - "(\0132\031.flyteidl.core.LiteralMap\022/\n\014full_ou" - "tputs\030\004 \001(\0132\031.flyteidl.core.LiteralMapB7" - "Z5github.com/flyteorg/flyteidl/gen/pb-go" - "/flyteidl/adminb\006proto3" + "/literals.proto\032\032flyteidl/event/event.pr" + "oto\032\037google/protobuf/timestamp.proto\032\036go" + "ogle/protobuf/duration.proto\032\034google/pro" + "tobuf/struct.proto\"M\n\027TaskExecutionGetRe" + "quest\0222\n\002id\030\001 \001(\0132&.flyteidl.core.TaskEx" + "ecutionIdentifier\"\263\001\n\030TaskExecutionListR" + "equest\022A\n\021node_execution_id\030\001 \001(\0132&.flyt" + "eidl.core.NodeExecutionIdentifier\022\r\n\005lim" + "it\030\002 \001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t" + "\022%\n\007sort_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"" + "\240\001\n\rTaskExecution\0222\n\002id\030\001 \001(\0132&.flyteidl" + ".core.TaskExecutionIdentifier\022\021\n\tinput_u" + "ri\030\002 \001(\t\0225\n\007closure\030\003 \001(\0132$.flyteidl.adm" + "in.TaskExecutionClosure\022\021\n\tis_parent\030\004 \001" + "(\010\"Z\n\021TaskExecutionList\0226\n\017task_executio" + "ns\030\001 \003(\0132\035.flyteidl.admin.TaskExecution\022" + "\r\n\005token\030\002 \001(\t\"\210\004\n\024TaskExecutionClosure\022" + "\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005error\030\002 \001(\0132\035.f" + "lyteidl.core.ExecutionErrorH\000\0221\n\005phase\030\003" + " \001(\0162\".flyteidl.core.TaskExecution.Phase" + "\022$\n\004logs\030\004 \003(\0132\026.flyteidl.core.TaskLog\022." + "\n\nstarted_at\030\005 \001(\0132\032.google.protobuf.Tim" + "estamp\022+\n\010duration\030\006 \001(\0132\031.google.protob" + "uf.Duration\022.\n\ncreated_at\030\007 \001(\0132\032.google" + ".protobuf.Timestamp\022.\n\nupdated_at\030\010 \001(\0132" + "\032.google.protobuf.Timestamp\022,\n\013custom_in" + "fo\030\t \001(\0132\027.google.protobuf.Struct\022\016\n\006rea" + "son\030\n \001(\t\022\014\n\004type\030\013 \001(\t\0227\n\010metadata\030\020 \001(" + "\0132%.flyteidl.event.TaskExecutionMetadata" + "B\017\n\routput_result\"Q\n\033TaskExecutionGetDat" + "aRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.core.Tas" + "kExecutionIdentifier\"\322\001\n\034TaskExecutionGe" + "tDataResponse\022\'\n\006inputs\030\001 \001(\0132\027.flyteidl" + ".admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132\027.flytei" + "dl.admin.UrlBlob\022.\n\013full_inputs\030\003 \001(\0132\031." + "flyteidl.core.LiteralMap\022/\n\014full_outputs" + "\030\004 \001(\0132\031.flyteidl.core.LiteralMapB7Z5git" + "hub.com/flyteorg/flyteidl/gen/pb-go/flyt" + "eidl/adminb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto = { false, InitDefaults_flyteidl_2fadmin_2ftask_5fexecution_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2ftask_5fexecution_2eproto, - "flyteidl/admin/task_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, 1583, + "flyteidl/admin/task_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, 1698, }; void AddDescriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto() { - static constexpr ::google::protobuf::internal::InitFunc deps[7] = + static constexpr ::google::protobuf::internal::InitFunc deps[8] = { ::AddDescriptors_flyteidl_2fadmin_2fcommon_2eproto, ::AddDescriptors_flyteidl_2fcore_2fexecution_2eproto, ::AddDescriptors_flyteidl_2fcore_2fidentifier_2eproto, ::AddDescriptors_flyteidl_2fcore_2fliterals_2eproto, + ::AddDescriptors_flyteidl_2fevent_2fevent_2eproto, ::AddDescriptors_google_2fprotobuf_2ftimestamp_2eproto, ::AddDescriptors_google_2fprotobuf_2fduration_2eproto, ::AddDescriptors_google_2fprotobuf_2fstruct_2eproto, }; - ::google::protobuf::internal::AddDescriptors(&descriptor_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, deps, 7); + ::google::protobuf::internal::AddDescriptors(&descriptor_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, deps, 8); } // Force running AddDescriptors() at dynamic initialization time. @@ -2053,6 +2062,8 @@ void TaskExecutionClosure::InitAsDefaultInstance() { ::google::protobuf::Timestamp::internal_default_instance()); ::flyteidl::admin::_TaskExecutionClosure_default_instance_._instance.get_mutable()->custom_info_ = const_cast< ::google::protobuf::Struct*>( ::google::protobuf::Struct::internal_default_instance()); + ::flyteidl::admin::_TaskExecutionClosure_default_instance_._instance.get_mutable()->metadata_ = const_cast< ::flyteidl::event::TaskExecutionMetadata*>( + ::flyteidl::event::TaskExecutionMetadata::internal_default_instance()); } class TaskExecutionClosure::HasBitSetters { public: @@ -2062,6 +2073,7 @@ class TaskExecutionClosure::HasBitSetters { static const ::google::protobuf::Timestamp& created_at(const TaskExecutionClosure* msg); static const ::google::protobuf::Timestamp& updated_at(const TaskExecutionClosure* msg); static const ::google::protobuf::Struct& custom_info(const TaskExecutionClosure* msg); + static const ::flyteidl::event::TaskExecutionMetadata& metadata(const TaskExecutionClosure* msg); }; const ::flyteidl::core::ExecutionError& @@ -2088,6 +2100,10 @@ const ::google::protobuf::Struct& TaskExecutionClosure::HasBitSetters::custom_info(const TaskExecutionClosure* msg) { return *msg->custom_info_; } +const ::flyteidl::event::TaskExecutionMetadata& +TaskExecutionClosure::HasBitSetters::metadata(const TaskExecutionClosure* msg) { + return *msg->metadata_; +} void TaskExecutionClosure::set_allocated_error(::flyteidl::core::ExecutionError* error) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); clear_output_result(); @@ -2141,6 +2157,12 @@ void TaskExecutionClosure::clear_custom_info() { } custom_info_ = nullptr; } +void TaskExecutionClosure::clear_metadata() { + if (GetArenaNoVirtual() == nullptr && metadata_ != nullptr) { + delete metadata_; + } + metadata_ = nullptr; +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int TaskExecutionClosure::kOutputUriFieldNumber; const int TaskExecutionClosure::kErrorFieldNumber; @@ -2151,6 +2173,9 @@ const int TaskExecutionClosure::kDurationFieldNumber; const int TaskExecutionClosure::kCreatedAtFieldNumber; const int TaskExecutionClosure::kUpdatedAtFieldNumber; const int TaskExecutionClosure::kCustomInfoFieldNumber; +const int TaskExecutionClosure::kReasonFieldNumber; +const int TaskExecutionClosure::kTypeFieldNumber; +const int TaskExecutionClosure::kMetadataFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TaskExecutionClosure::TaskExecutionClosure() @@ -2163,6 +2188,14 @@ TaskExecutionClosure::TaskExecutionClosure(const TaskExecutionClosure& from) _internal_metadata_(nullptr), logs_(from.logs_) { _internal_metadata_.MergeFrom(from._internal_metadata_); + reason_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.reason().size() > 0) { + reason_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.reason_); + } + type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.type().size() > 0) { + type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.type_); + } if (from.has_started_at()) { started_at_ = new ::google::protobuf::Timestamp(*from.started_at_); } else { @@ -2188,6 +2221,11 @@ TaskExecutionClosure::TaskExecutionClosure(const TaskExecutionClosure& from) } else { custom_info_ = nullptr; } + if (from.has_metadata()) { + metadata_ = new ::flyteidl::event::TaskExecutionMetadata(*from.metadata_); + } else { + metadata_ = nullptr; + } phase_ = from.phase_; clear_has_output_result(); switch (from.output_result_case()) { @@ -2209,6 +2247,8 @@ TaskExecutionClosure::TaskExecutionClosure(const TaskExecutionClosure& from) void TaskExecutionClosure::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); + reason_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&started_at_, 0, static_cast( reinterpret_cast(&phase_) - reinterpret_cast(&started_at_)) + sizeof(phase_)); @@ -2221,11 +2261,14 @@ TaskExecutionClosure::~TaskExecutionClosure() { } void TaskExecutionClosure::SharedDtor() { + reason_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + type_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete started_at_; if (this != internal_default_instance()) delete duration_; if (this != internal_default_instance()) delete created_at_; if (this != internal_default_instance()) delete updated_at_; if (this != internal_default_instance()) delete custom_info_; + if (this != internal_default_instance()) delete metadata_; if (has_output_result()) { clear_output_result(); } @@ -2266,6 +2309,8 @@ void TaskExecutionClosure::Clear() { (void) cached_has_bits; logs_.Clear(); + reason_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (GetArenaNoVirtual() == nullptr && started_at_ != nullptr) { delete started_at_; } @@ -2286,6 +2331,10 @@ void TaskExecutionClosure::Clear() { delete custom_info_; } custom_info_ = nullptr; + if (GetArenaNoVirtual() == nullptr && metadata_ != nullptr) { + delete metadata_; + } + metadata_ = nullptr; phase_ = 0; clear_output_result(); _internal_metadata_.Clear(); @@ -2422,6 +2471,51 @@ const char* TaskExecutionClosure::_InternalParse(const char* begin, const char* {parser_till_end, object}, ptr - size, ptr)); break; } + // string reason = 10; + case 10: { + if (static_cast<::google::protobuf::uint8>(tag) != 82) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.TaskExecutionClosure.reason"); + object = msg->mutable_reason(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // string type = 11; + case 11: { + if (static_cast<::google::protobuf::uint8>(tag) != 90) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.TaskExecutionClosure.type"); + object = msg->mutable_type(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + case 16: { + if (static_cast<::google::protobuf::uint8>(tag) != 130) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::event::TaskExecutionMetadata::_InternalParse; + object = msg->mutable_metadata(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -2452,7 +2546,7 @@ bool TaskExecutionClosure::MergePartialFromCodedStream( ::google::protobuf::uint32 tag; // @@protoc_insertion_point(parse_start:flyteidl.admin.TaskExecutionClosure) for (;;) { - ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(16383u); tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { @@ -2562,6 +2656,47 @@ bool TaskExecutionClosure::MergePartialFromCodedStream( break; } + // string reason = 10; + case 10: { + if (static_cast< ::google::protobuf::uint8>(tag) == (82 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_reason())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->reason().data(), static_cast(this->reason().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.TaskExecutionClosure.reason")); + } else { + goto handle_unusual; + } + break; + } + + // string type = 11; + case 11: { + if (static_cast< ::google::protobuf::uint8>(tag) == (90 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_type())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->type().data(), static_cast(this->type().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.TaskExecutionClosure.type")); + } else { + goto handle_unusual; + } + break; + } + + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + case 16: { + if (static_cast< ::google::protobuf::uint8>(tag) == (130 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_metadata())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -2650,6 +2785,32 @@ void TaskExecutionClosure::SerializeWithCachedSizes( 9, HasBitSetters::custom_info(this), output); } + // string reason = 10; + if (this->reason().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->reason().data(), static_cast(this->reason().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.TaskExecutionClosure.reason"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 10, this->reason(), output); + } + + // string type = 11; + if (this->type().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->type().data(), static_cast(this->type().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.TaskExecutionClosure.type"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 11, this->type(), output); + } + + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + if (this->has_metadata()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 16, HasBitSetters::metadata(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -2730,6 +2891,35 @@ ::google::protobuf::uint8* TaskExecutionClosure::InternalSerializeWithCachedSize 9, HasBitSetters::custom_info(this), target); } + // string reason = 10; + if (this->reason().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->reason().data(), static_cast(this->reason().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.TaskExecutionClosure.reason"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 10, this->reason(), target); + } + + // string type = 11; + if (this->type().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->type().data(), static_cast(this->type().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.TaskExecutionClosure.type"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 11, this->type(), target); + } + + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + if (this->has_metadata()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 16, HasBitSetters::metadata(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -2762,6 +2952,20 @@ size_t TaskExecutionClosure::ByteSizeLong() const { } } + // string reason = 10; + if (this->reason().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->reason()); + } + + // string type = 11; + if (this->type().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->type()); + } + // .google.protobuf.Timestamp started_at = 5; if (this->has_started_at()) { total_size += 1 + @@ -2797,6 +3001,13 @@ size_t TaskExecutionClosure::ByteSizeLong() const { *custom_info_); } + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + if (this->has_metadata()) { + total_size += 2 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *metadata_); + } + // .flyteidl.core.TaskExecution.Phase phase = 3; if (this->phase() != 0) { total_size += 1 + @@ -2850,6 +3061,14 @@ void TaskExecutionClosure::MergeFrom(const TaskExecutionClosure& from) { (void) cached_has_bits; logs_.MergeFrom(from.logs_); + if (from.reason().size() > 0) { + + reason_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.reason_); + } + if (from.type().size() > 0) { + + type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.type_); + } if (from.has_started_at()) { mutable_started_at()->::google::protobuf::Timestamp::MergeFrom(from.started_at()); } @@ -2865,6 +3084,9 @@ void TaskExecutionClosure::MergeFrom(const TaskExecutionClosure& from) { if (from.has_custom_info()) { mutable_custom_info()->::google::protobuf::Struct::MergeFrom(from.custom_info()); } + if (from.has_metadata()) { + mutable_metadata()->::flyteidl::event::TaskExecutionMetadata::MergeFrom(from.metadata()); + } if (from.phase() != 0) { set_phase(from.phase()); } @@ -2909,11 +3131,16 @@ void TaskExecutionClosure::InternalSwap(TaskExecutionClosure* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); CastToBase(&logs_)->InternalSwap(CastToBase(&other->logs_)); + reason_.Swap(&other->reason_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + type_.Swap(&other->type_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); swap(started_at_, other->started_at_); swap(duration_, other->duration_); swap(created_at_, other->created_at_); swap(updated_at_, other->updated_at_); swap(custom_info_, other->custom_info_); + swap(metadata_, other->metadata_); swap(phase_, other->phase_); swap(output_result_, other->output_result_); swap(_oneof_case_[0], other->_oneof_case_[0]); diff --git a/gen/pb-cpp/flyteidl/admin/task_execution.pb.h b/gen/pb-cpp/flyteidl/admin/task_execution.pb.h index d99565b6b..1393d705a 100644 --- a/gen/pb-cpp/flyteidl/admin/task_execution.pb.h +++ b/gen/pb-cpp/flyteidl/admin/task_execution.pb.h @@ -35,6 +35,7 @@ #include "flyteidl/core/execution.pb.h" #include "flyteidl/core/identifier.pb.h" #include "flyteidl/core/literals.pb.h" +#include "flyteidl/event/event.pb.h" #include #include #include @@ -766,6 +767,34 @@ class TaskExecutionClosure final : const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog >& logs() const; + // string reason = 10; + void clear_reason(); + static const int kReasonFieldNumber = 10; + const ::std::string& reason() const; + void set_reason(const ::std::string& value); + #if LANG_CXX11 + void set_reason(::std::string&& value); + #endif + void set_reason(const char* value); + void set_reason(const char* value, size_t size); + ::std::string* mutable_reason(); + ::std::string* release_reason(); + void set_allocated_reason(::std::string* reason); + + // string type = 11; + void clear_type(); + static const int kTypeFieldNumber = 11; + const ::std::string& type() const; + void set_type(const ::std::string& value); + #if LANG_CXX11 + void set_type(::std::string&& value); + #endif + void set_type(const char* value); + void set_type(const char* value, size_t size); + ::std::string* mutable_type(); + ::std::string* release_type(); + void set_allocated_type(::std::string* type); + // .google.protobuf.Timestamp started_at = 5; bool has_started_at() const; void clear_started_at(); @@ -811,6 +840,15 @@ class TaskExecutionClosure final : ::google::protobuf::Struct* mutable_custom_info(); void set_allocated_custom_info(::google::protobuf::Struct* custom_info); + // .flyteidl.event.TaskExecutionMetadata metadata = 16; + bool has_metadata() const; + void clear_metadata(); + static const int kMetadataFieldNumber = 16; + const ::flyteidl::event::TaskExecutionMetadata& metadata() const; + ::flyteidl::event::TaskExecutionMetadata* release_metadata(); + ::flyteidl::event::TaskExecutionMetadata* mutable_metadata(); + void set_allocated_metadata(::flyteidl::event::TaskExecutionMetadata* metadata); + // .flyteidl.core.TaskExecution.Phase phase = 3; void clear_phase(); static const int kPhaseFieldNumber = 3; @@ -856,11 +894,14 @@ class TaskExecutionClosure final : ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog > logs_; + ::google::protobuf::internal::ArenaStringPtr reason_; + ::google::protobuf::internal::ArenaStringPtr type_; ::google::protobuf::Timestamp* started_at_; ::google::protobuf::Duration* duration_; ::google::protobuf::Timestamp* created_at_; ::google::protobuf::Timestamp* updated_at_; ::google::protobuf::Struct* custom_info_; + ::flyteidl::event::TaskExecutionMetadata* metadata_; int phase_; union OutputResultUnion { OutputResultUnion() {} @@ -2058,6 +2099,157 @@ inline void TaskExecutionClosure::set_allocated_custom_info(::google::protobuf:: // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionClosure.custom_info) } +// string reason = 10; +inline void TaskExecutionClosure::clear_reason() { + reason_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& TaskExecutionClosure::reason() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionClosure.reason) + return reason_.GetNoArena(); +} +inline void TaskExecutionClosure::set_reason(const ::std::string& value) { + + reason_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.TaskExecutionClosure.reason) +} +#if LANG_CXX11 +inline void TaskExecutionClosure::set_reason(::std::string&& value) { + + reason_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.TaskExecutionClosure.reason) +} +#endif +inline void TaskExecutionClosure::set_reason(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + reason_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.TaskExecutionClosure.reason) +} +inline void TaskExecutionClosure::set_reason(const char* value, size_t size) { + + reason_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.TaskExecutionClosure.reason) +} +inline ::std::string* TaskExecutionClosure::mutable_reason() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionClosure.reason) + return reason_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* TaskExecutionClosure::release_reason() { + // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionClosure.reason) + + return reason_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void TaskExecutionClosure::set_allocated_reason(::std::string* reason) { + if (reason != nullptr) { + + } else { + + } + reason_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), reason); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionClosure.reason) +} + +// string type = 11; +inline void TaskExecutionClosure::clear_type() { + type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& TaskExecutionClosure::type() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionClosure.type) + return type_.GetNoArena(); +} +inline void TaskExecutionClosure::set_type(const ::std::string& value) { + + type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.TaskExecutionClosure.type) +} +#if LANG_CXX11 +inline void TaskExecutionClosure::set_type(::std::string&& value) { + + type_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.TaskExecutionClosure.type) +} +#endif +inline void TaskExecutionClosure::set_type(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.TaskExecutionClosure.type) +} +inline void TaskExecutionClosure::set_type(const char* value, size_t size) { + + type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.TaskExecutionClosure.type) +} +inline ::std::string* TaskExecutionClosure::mutable_type() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionClosure.type) + return type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* TaskExecutionClosure::release_type() { + // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionClosure.type) + + return type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void TaskExecutionClosure::set_allocated_type(::std::string* type) { + if (type != nullptr) { + + } else { + + } + type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionClosure.type) +} + +// .flyteidl.event.TaskExecutionMetadata metadata = 16; +inline bool TaskExecutionClosure::has_metadata() const { + return this != internal_default_instance() && metadata_ != nullptr; +} +inline const ::flyteidl::event::TaskExecutionMetadata& TaskExecutionClosure::metadata() const { + const ::flyteidl::event::TaskExecutionMetadata* p = metadata_; + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionClosure.metadata) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::event::_TaskExecutionMetadata_default_instance_); +} +inline ::flyteidl::event::TaskExecutionMetadata* TaskExecutionClosure::release_metadata() { + // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionClosure.metadata) + + ::flyteidl::event::TaskExecutionMetadata* temp = metadata_; + metadata_ = nullptr; + return temp; +} +inline ::flyteidl::event::TaskExecutionMetadata* TaskExecutionClosure::mutable_metadata() { + + if (metadata_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::event::TaskExecutionMetadata>(GetArenaNoVirtual()); + metadata_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionClosure.metadata) + return metadata_; +} +inline void TaskExecutionClosure::set_allocated_metadata(::flyteidl::event::TaskExecutionMetadata* metadata) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(metadata_); + } + if (metadata) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + metadata = ::google::protobuf::internal::GetOwnedMessage( + message_arena, metadata, submessage_arena); + } + + } else { + + } + metadata_ = metadata; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionClosure.metadata) +} + inline bool TaskExecutionClosure::has_output_result() const { return output_result_case() != OUTPUT_RESULT_NOT_SET; } diff --git a/gen/pb-go/flyteidl/admin/task_execution.pb.go b/gen/pb-go/flyteidl/admin/task_execution.pb.go index d6c390d17..859543d23 100644 --- a/gen/pb-go/flyteidl/admin/task_execution.pb.go +++ b/gen/pb-go/flyteidl/admin/task_execution.pb.go @@ -6,6 +6,7 @@ package admin import ( fmt "fmt" core "github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/core" + event "github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event" proto "github.com/golang/protobuf/proto" duration "github.com/golang/protobuf/ptypes/duration" _struct "github.com/golang/protobuf/ptypes/struct" @@ -286,10 +287,16 @@ type TaskExecutionClosure struct { // Time at which the task execution was last updated. UpdatedAt *timestamp.Timestamp `protobuf:"bytes,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"` // Custom data specific to the task plugin. - CustomInfo *_struct.Struct `protobuf:"bytes,9,opt,name=custom_info,json=customInfo,proto3" json:"custom_info,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + CustomInfo *_struct.Struct `protobuf:"bytes,9,opt,name=custom_info,json=customInfo,proto3" json:"custom_info,omitempty"` + // If there is an explanation for the most recent phase transition, the reason will capture it. + Reason string `protobuf:"bytes,10,opt,name=reason,proto3" json:"reason,omitempty"` + // A predefined yet extensible Task type identifier. + Type string `protobuf:"bytes,11,opt,name=type,proto3" json:"type,omitempty"` + // Metadata around how a task was executed. + Metadata *event.TaskExecutionMetadata `protobuf:"bytes,16,opt,name=metadata,proto3" json:"metadata,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskExecutionClosure) Reset() { *m = TaskExecutionClosure{} } @@ -403,6 +410,27 @@ func (m *TaskExecutionClosure) GetCustomInfo() *_struct.Struct { return nil } +func (m *TaskExecutionClosure) GetReason() string { + if m != nil { + return m.Reason + } + return "" +} + +func (m *TaskExecutionClosure) GetType() string { + if m != nil { + return m.Type + } + return "" +} + +func (m *TaskExecutionClosure) GetMetadata() *event.TaskExecutionMetadata { + if m != nil { + return m.Metadata + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*TaskExecutionClosure) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -535,52 +563,56 @@ func init() { } var fileDescriptor_8cde4c3aa101642e = []byte{ - // 745 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xef, 0x4e, 0xe3, 0x46, - 0x10, 0xc7, 0x21, 0x7f, 0x27, 0x05, 0xc4, 0x0a, 0x15, 0x37, 0x40, 0x89, 0xd2, 0xaa, 0x8a, 0x2a, - 0x61, 0xab, 0xa9, 0x68, 0x69, 0x55, 0x55, 0x22, 0x85, 0x16, 0x24, 0x7a, 0xc7, 0x2d, 0xf0, 0xe5, - 0xbe, 0x58, 0x8e, 0xbd, 0x31, 0x2b, 0x6c, 0xaf, 0xd9, 0x1d, 0x4b, 0xc7, 0x13, 0xdc, 0x73, 0xdd, - 0xb3, 0xdc, 0x6b, 0xdc, 0x87, 0x93, 0xd7, 0x76, 0xc0, 0x21, 0x80, 0x74, 0xf7, 0x71, 0x76, 0x7e, - 0xbf, 0xf9, 0xcd, 0xcc, 0xce, 0xec, 0xc2, 0x0f, 0xd3, 0xf0, 0x0e, 0x19, 0xf7, 0x43, 0xdb, 0xf5, - 0x23, 0x1e, 0xdb, 0xe8, 0xaa, 0x1b, 0x87, 0xbd, 0x63, 0x5e, 0x8a, 0x5c, 0xc4, 0x56, 0x22, 0x05, - 0x0a, 0xb2, 0x5a, 0x82, 0x2c, 0x0d, 0xea, 0x6d, 0xcd, 0x91, 0x3c, 0x11, 0x45, 0x25, 0xb8, 0xb7, - 0x33, 0x73, 0x7a, 0x42, 0x32, 0x7b, 0x2e, 0x56, 0xef, 0xfb, 0xaa, 0x9b, 0xfb, 0x2c, 0x46, 0x3e, - 0xe5, 0x4c, 0x16, 0xfe, 0xed, 0xaa, 0x3f, 0xe4, 0xc8, 0xa4, 0x1b, 0xaa, 0xc2, 0xbb, 0x1b, 0x08, - 0x11, 0x84, 0xcc, 0xd6, 0xd6, 0x24, 0x9d, 0xda, 0xc8, 0x23, 0xa6, 0xd0, 0x8d, 0x92, 0x32, 0xfc, - 0x3c, 0xc0, 0x4f, 0xa5, 0xfb, 0x40, 0x7e, 0x7b, 0xde, 0xaf, 0x50, 0xa6, 0x1e, 0xe6, 0xde, 0xc1, - 0x1b, 0xd8, 0xbc, 0x74, 0xd5, 0xcd, 0x71, 0x99, 0xf3, 0x7f, 0x0c, 0x29, 0xbb, 0x4d, 0x99, 0x42, - 0xf2, 0x1b, 0xd4, 0xb8, 0x6f, 0x1a, 0x7d, 0x63, 0xd8, 0x1d, 0xfd, 0x64, 0xcd, 0x1a, 0x92, 0x25, - 0x69, 0x55, 0x38, 0xa7, 0xb3, 0x8a, 0x68, 0x8d, 0xfb, 0x83, 0x8f, 0x06, 0x98, 0x15, 0xff, 0x19, - 0x57, 0xb3, 0xa0, 0x14, 0xd6, 0x63, 0xe1, 0xb3, 0xfb, 0x86, 0x3b, 0x4f, 0x6a, 0xbc, 0x12, 0x3e, - 0x5b, 0xa4, 0xb1, 0x16, 0x57, 0x1d, 0x64, 0x03, 0x1a, 0x21, 0x8f, 0x38, 0x9a, 0xb5, 0xbe, 0x31, - 0x5c, 0xa1, 0xb9, 0x91, 0x9d, 0xa2, 0xb8, 0x61, 0xb1, 0xb9, 0xdc, 0x37, 0x86, 0x1d, 0x9a, 0x1b, - 0xc4, 0x84, 0xd6, 0x94, 0x87, 0xc8, 0xa4, 0x32, 0xeb, 0xfa, 0xbc, 0x34, 0xc9, 0x1e, 0xb4, 0x94, - 0x90, 0xe8, 0x4c, 0xee, 0xcc, 0x86, 0xce, 0x67, 0xc3, 0xaa, 0x0e, 0x81, 0x75, 0x21, 0x24, 0xd2, - 0x66, 0x06, 0x1a, 0xdf, 0x0d, 0x3e, 0x18, 0xb0, 0x52, 0xa9, 0xf2, 0x4b, 0xfb, 0x45, 0xb6, 0xa0, - 0xc3, 0xe3, 0x24, 0x45, 0x27, 0x95, 0x5c, 0x97, 0xd0, 0xa1, 0x6d, 0x7d, 0x70, 0x25, 0x39, 0xf9, - 0x1b, 0x5a, 0x5e, 0x28, 0x54, 0x2a, 0x99, 0xae, 0xa3, 0x3b, 0xfa, 0x71, 0x3e, 0xab, 0x4a, 0xe8, - 0x7f, 0x72, 0x2c, 0x2d, 0x49, 0x3a, 0xb8, 0x72, 0x12, 0x57, 0xb2, 0x18, 0x75, 0xc5, 0x6d, 0xda, - 0xe6, 0xea, 0x5c, 0xdb, 0x83, 0x5b, 0x58, 0x7f, 0x74, 0x51, 0xe4, 0x5f, 0x58, 0xab, 0xae, 0x84, - 0x32, 0x8d, 0xfe, 0xf2, 0xb0, 0x3b, 0xda, 0x79, 0x56, 0x99, 0xae, 0xe2, 0x43, 0x53, 0xdd, 0xf7, - 0xbf, 0xf6, 0xa0, 0xff, 0x83, 0xf7, 0x75, 0xd8, 0x58, 0x94, 0x31, 0xd9, 0x05, 0x10, 0x29, 0x96, - 0x6d, 0xc8, 0xba, 0xd8, 0x39, 0x59, 0xa2, 0x9d, 0xfc, 0x2c, 0xeb, 0xc4, 0x3e, 0x34, 0x98, 0x94, - 0x42, 0xea, 0x78, 0x95, 0x6c, 0x74, 0x87, 0x67, 0x01, 0x8f, 0x33, 0xd0, 0xc9, 0x12, 0xcd, 0xd1, - 0xe4, 0x00, 0x1a, 0xc9, 0xb5, 0xab, 0xf2, 0xf6, 0xad, 0x8e, 0x06, 0xcf, 0x5d, 0x8c, 0x75, 0x9e, - 0x21, 0x69, 0x4e, 0x20, 0x3f, 0x43, 0x3d, 0x14, 0x41, 0x36, 0x27, 0x59, 0xf5, 0xdf, 0x2e, 0x20, - 0x9e, 0x89, 0x80, 0x6a, 0x0c, 0xf9, 0x03, 0x40, 0xa1, 0x2b, 0x91, 0xf9, 0x8e, 0x8b, 0xc5, 0xfc, - 0xf4, 0xac, 0x7c, 0xf3, 0xac, 0x72, 0xf3, 0xac, 0xcb, 0x72, 0x75, 0x69, 0xa7, 0x40, 0x1f, 0x22, - 0xd9, 0x87, 0x76, 0xb9, 0xb1, 0x66, 0x53, 0x13, 0xbf, 0x7b, 0x44, 0x3c, 0x2a, 0x00, 0x74, 0x06, - 0xcd, 0x14, 0x3d, 0xc9, 0xdc, 0x42, 0xb1, 0xf5, 0xb2, 0x62, 0x81, 0x3e, 0xc4, 0x8c, 0x9a, 0x26, - 0x7e, 0x49, 0x6d, 0xbf, 0x4c, 0x2d, 0xd0, 0x87, 0x48, 0x0e, 0xa0, 0xeb, 0xa5, 0x0a, 0x45, 0xe4, - 0xf0, 0x78, 0x2a, 0xcc, 0x8e, 0xe6, 0x6e, 0x3e, 0xe2, 0x5e, 0xe8, 0x27, 0x86, 0x42, 0x8e, 0x3d, - 0x8d, 0xa7, 0x62, 0xbc, 0x06, 0x2b, 0xc5, 0xfd, 0x4a, 0xa6, 0xd2, 0x10, 0x07, 0x57, 0xb0, 0x35, - 0xff, 0xf2, 0x1c, 0xb9, 0xe8, 0x7e, 0xed, 0xeb, 0xf3, 0xc9, 0x80, 0xed, 0xc5, 0x71, 0x55, 0x22, - 0x62, 0xc5, 0x88, 0x0d, 0x4d, 0xbd, 0x5d, 0xaa, 0x08, 0xbe, 0x39, 0x3f, 0xd6, 0x57, 0x32, 0x1c, - 0x87, 0x62, 0x42, 0x0b, 0x18, 0xf9, 0x05, 0x5a, 0x79, 0xe6, 0xaa, 0x18, 0xbd, 0x27, 0x19, 0x25, - 0x8e, 0xfc, 0x09, 0xdd, 0x69, 0x1a, 0x86, 0x4e, 0x21, 0xb4, 0x5c, 0x5c, 0x6b, 0xb5, 0x8a, 0xb3, - 0xfc, 0xa1, 0xff, 0xdf, 0x4d, 0x28, 0x64, 0xe8, 0xd3, 0x5c, 0xee, 0x2f, 0xf8, 0x46, 0x73, 0x4b, - 0xcd, 0xfa, 0x4b, 0x64, 0x2d, 0xf5, 0x3a, 0x47, 0x8f, 0x7f, 0x7f, 0xbb, 0x1f, 0x70, 0xbc, 0x4e, - 0x27, 0x96, 0x27, 0x22, 0x5b, 0x73, 0x84, 0x0c, 0xec, 0xd9, 0x17, 0x13, 0xb0, 0xd8, 0x4e, 0x26, - 0x7b, 0x81, 0xb0, 0xab, 0x3f, 0xda, 0xa4, 0xa9, 0x2f, 0xef, 0xd7, 0xcf, 0x01, 0x00, 0x00, 0xff, - 0xff, 0xe8, 0xdc, 0x69, 0xe9, 0x1f, 0x07, 0x00, 0x00, + // 805 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x5f, 0x6f, 0xdc, 0x44, + 0x10, 0xaf, 0x93, 0xcb, 0xfd, 0x99, 0x23, 0x09, 0x5d, 0x45, 0x8d, 0xb9, 0xa4, 0x34, 0x3a, 0xfe, + 0xe8, 0x84, 0x54, 0x5b, 0x1c, 0x0a, 0x14, 0x84, 0x90, 0xee, 0x68, 0xa1, 0x91, 0x52, 0x28, 0xdb, + 0xe6, 0x85, 0x17, 0x6b, 0xcf, 0xde, 0x73, 0x57, 0xb1, 0xbd, 0xee, 0xee, 0x18, 0x71, 0x1f, 0x8f, + 0xcf, 0xc2, 0x77, 0xe0, 0x89, 0x07, 0xe4, 0xf5, 0xda, 0x89, 0x2f, 0xd7, 0x44, 0xa2, 0x2f, 0xa7, + 0x9b, 0x9d, 0xdf, 0x6f, 0x7e, 0x33, 0xb3, 0x33, 0x6b, 0xf8, 0x64, 0x99, 0xac, 0x90, 0x8b, 0x28, + 0xf1, 0x59, 0x94, 0x8a, 0xcc, 0x47, 0xa6, 0x2f, 0x03, 0xfe, 0x27, 0x0f, 0x0b, 0x14, 0x32, 0xf3, + 0x72, 0x25, 0x51, 0x92, 0xbd, 0x1a, 0xe4, 0x19, 0xd0, 0xe8, 0x68, 0x8d, 0x14, 0xca, 0x34, 0xad, + 0xc1, 0xa3, 0x87, 0x8d, 0x33, 0x94, 0x8a, 0xfb, 0x6b, 0xb1, 0x46, 0x1f, 0xb7, 0xdd, 0x22, 0xe2, + 0x19, 0x8a, 0xa5, 0xe0, 0xca, 0xfa, 0x8f, 0xdb, 0xfe, 0x44, 0x20, 0x57, 0x2c, 0xd1, 0xd6, 0x3b, + 0x6a, 0xbc, 0xfc, 0x0f, 0x9e, 0x61, 0xf5, 0x6b, 0x7d, 0x8f, 0x62, 0x29, 0xe3, 0x84, 0xfb, 0xc6, + 0x5a, 0x14, 0x4b, 0x1f, 0x45, 0xca, 0x35, 0xb2, 0x34, 0xaf, 0xa5, 0xd7, 0x01, 0x51, 0xa1, 0xd8, + 0xb5, 0xd4, 0x8e, 0xd7, 0xfd, 0x1a, 0x55, 0x11, 0xda, 0xf0, 0xe3, 0xdf, 0xe0, 0xf0, 0x35, 0xd3, + 0x97, 0xcf, 0xea, 0x7a, 0x7e, 0xe6, 0x48, 0xf9, 0xdb, 0x82, 0x6b, 0x24, 0x5f, 0xc3, 0x96, 0x88, + 0x5c, 0xe7, 0xc4, 0x99, 0x0c, 0xa7, 0x9f, 0x7b, 0x4d, 0xb3, 0xca, 0x02, 0xbc, 0x16, 0xe7, 0xac, + 0xa9, 0x96, 0x6e, 0x89, 0x68, 0xfc, 0xb7, 0x03, 0x6e, 0xcb, 0x7f, 0x2e, 0x74, 0x13, 0x94, 0xc2, + 0xfd, 0x4c, 0x46, 0xfc, 0xea, 0x32, 0x82, 0x77, 0x6a, 0xfc, 0x22, 0x23, 0xbe, 0x49, 0x63, 0x3f, + 0x6b, 0x3b, 0xc8, 0x01, 0xec, 0x24, 0x22, 0x15, 0xe8, 0x6e, 0x9d, 0x38, 0x93, 0x5d, 0x5a, 0x19, + 0xe5, 0x29, 0xca, 0x4b, 0x9e, 0xb9, 0xdb, 0x27, 0xce, 0x64, 0x40, 0x2b, 0x83, 0xb8, 0xd0, 0x5b, + 0x8a, 0x04, 0xb9, 0xd2, 0x6e, 0xc7, 0x9c, 0xd7, 0x26, 0x79, 0x0c, 0x3d, 0x2d, 0x15, 0x06, 0x8b, + 0x95, 0xbb, 0x63, 0xf2, 0x39, 0xf0, 0xda, 0x03, 0xe2, 0xbd, 0x92, 0x0a, 0x69, 0xb7, 0x04, 0xcd, + 0x57, 0xe3, 0xbf, 0x1c, 0xd8, 0x6d, 0x55, 0xf9, 0x7f, 0xfb, 0x45, 0x8e, 0x60, 0x20, 0xb2, 0xbc, + 0xc0, 0xa0, 0x50, 0xc2, 0x94, 0x30, 0xa0, 0x7d, 0x73, 0x70, 0xa1, 0x04, 0xf9, 0x01, 0x7a, 0x61, + 0x22, 0x75, 0xa1, 0xb8, 0xa9, 0x63, 0x38, 0xfd, 0x74, 0x3d, 0xab, 0x56, 0xe8, 0x1f, 0x2b, 0x2c, + 0xad, 0x49, 0x26, 0xb8, 0x0e, 0x72, 0xa6, 0x78, 0x86, 0xa6, 0xe2, 0x3e, 0xed, 0x0b, 0xfd, 0xd2, + 0xd8, 0xe3, 0xb7, 0x70, 0xff, 0xc6, 0x45, 0x91, 0x9f, 0x60, 0xbf, 0xbd, 0x2e, 0xda, 0x75, 0x4e, + 0xb6, 0x27, 0xc3, 0xe9, 0xc3, 0x5b, 0x95, 0xe9, 0x1e, 0x5e, 0x37, 0xf5, 0x55, 0xff, 0xb7, 0xae, + 0xf5, 0x7f, 0xfc, 0x4f, 0x07, 0x0e, 0x36, 0x65, 0x4c, 0x1e, 0x01, 0xc8, 0x02, 0xeb, 0x36, 0x94, + 0x5d, 0x1c, 0x3c, 0xbf, 0x47, 0x07, 0xd5, 0x59, 0xd9, 0x89, 0x53, 0xd8, 0xe1, 0x4a, 0x49, 0x65, + 0xe2, 0xb5, 0xb2, 0x31, 0x1d, 0x6e, 0x02, 0x3e, 0x2b, 0x41, 0xcf, 0xef, 0xd1, 0x0a, 0x4d, 0x9e, + 0xc0, 0x4e, 0xfe, 0x86, 0xe9, 0xaa, 0x7d, 0x7b, 0xd3, 0xf1, 0x6d, 0x17, 0xe3, 0xbd, 0x2c, 0x91, + 0xb4, 0x22, 0x90, 0x2f, 0xa0, 0x93, 0xc8, 0xb8, 0x9c, 0x93, 0xb2, 0xfa, 0x07, 0x1b, 0x88, 0xe7, + 0x32, 0xa6, 0x06, 0x43, 0xbe, 0x05, 0xd0, 0xc8, 0x14, 0xf2, 0x28, 0x60, 0x68, 0xe7, 0x67, 0xe4, + 0x55, 0x9b, 0xe7, 0xd5, 0x9b, 0xe7, 0xbd, 0xae, 0x57, 0x97, 0x0e, 0x2c, 0x7a, 0x86, 0xe4, 0x14, + 0xfa, 0xf5, 0xc6, 0xba, 0x5d, 0x43, 0xfc, 0xe8, 0x06, 0xf1, 0xa9, 0x05, 0xd0, 0x06, 0x5a, 0x2a, + 0x86, 0x8a, 0x33, 0xab, 0xd8, 0xbb, 0x5b, 0xd1, 0xa2, 0x67, 0x58, 0x52, 0x8b, 0x3c, 0xaa, 0xa9, + 0xfd, 0xbb, 0xa9, 0x16, 0x3d, 0x43, 0xf2, 0x04, 0x86, 0x61, 0xa1, 0x51, 0xa6, 0x81, 0xc8, 0x96, + 0xd2, 0x1d, 0x18, 0xee, 0xe1, 0x0d, 0xee, 0x2b, 0xf3, 0xc4, 0x50, 0xa8, 0xb0, 0x67, 0xd9, 0x52, + 0x92, 0x07, 0xd0, 0x55, 0x9c, 0x69, 0x99, 0xb9, 0x60, 0xe6, 0xc1, 0x5a, 0x84, 0x40, 0x07, 0x57, + 0x39, 0x77, 0x87, 0xe6, 0xd4, 0xfc, 0x27, 0x33, 0xe8, 0xa7, 0x1c, 0x59, 0xc4, 0x90, 0xb9, 0x1f, + 0x1a, 0x89, 0xcf, 0xae, 0xba, 0x5f, 0x3d, 0x8e, 0xad, 0x7b, 0x7b, 0x61, 0xc1, 0xb4, 0xa1, 0xcd, + 0xf7, 0x61, 0xd7, 0x8e, 0x93, 0xe2, 0xba, 0x48, 0x70, 0x7c, 0x01, 0x47, 0xeb, 0x0f, 0xdd, 0xd3, + 0x92, 0xf2, 0x9e, 0x8f, 0xdd, 0xbf, 0x0e, 0x1c, 0x6f, 0x8e, 0xab, 0x73, 0x99, 0x69, 0x4e, 0x7c, + 0xe8, 0x9a, 0x65, 0xd6, 0x36, 0xf8, 0xe1, 0xfa, 0x16, 0x5d, 0xa8, 0x64, 0x9e, 0xc8, 0x05, 0xb5, + 0x30, 0xf2, 0x25, 0xf4, 0xaa, 0xcc, 0xb5, 0x9d, 0xf4, 0x77, 0x32, 0x6a, 0x1c, 0xf9, 0x0e, 0x86, + 0xcb, 0x22, 0x49, 0x02, 0x2b, 0xb4, 0x6d, 0xa7, 0xa8, 0x5d, 0xc5, 0x79, 0xf5, 0xcd, 0x79, 0xc1, + 0x72, 0x0a, 0x25, 0xfa, 0xac, 0x92, 0xfb, 0x1e, 0x3e, 0x30, 0xdc, 0x5a, 0xb3, 0x73, 0x17, 0xd9, + 0x48, 0xfd, 0x5a, 0xa1, 0xe7, 0xdf, 0xfc, 0x7e, 0x1a, 0x0b, 0x7c, 0x53, 0x2c, 0xbc, 0x50, 0xa6, + 0xbe, 0xe1, 0x48, 0x15, 0xfb, 0xcd, 0xf7, 0x2c, 0xe6, 0x99, 0x9f, 0x2f, 0x1e, 0xc7, 0xd2, 0x6f, + 0x7f, 0x5c, 0x17, 0x5d, 0x33, 0x2b, 0x5f, 0xfd, 0x17, 0x00, 0x00, 0xff, 0xff, 0x96, 0x89, 0xbf, + 0xa4, 0xaa, 0x07, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go b/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go index 89f8b7ea6..57b537520 100644 --- a/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go +++ b/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go @@ -458,6 +458,20 @@ func (m *TaskExecutionClosure) Validate() error { } } + // no validation rules for Reason + + // no validation rules for Type + + if v, ok := interface{}(m.GetMetadata()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return TaskExecutionClosureValidationError{ + field: "Metadata", + reason: "embedded message failed validation", + cause: err, + } + } + } + switch m.OutputResult.(type) { case *TaskExecutionClosure_OutputUri: diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 938c2609f..08107a78b 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -4240,6 +4240,18 @@ "custom_info": { "$ref": "#/definitions/protobufStruct", "description": "Custom data specific to the task plugin." + }, + "reason": { + "type": "string", + "description": "If there is an explanation for the most recent phase transition, the reason will capture it." + }, + "type": { + "type": "string", + "description": "A predefined yet extensible Task type identifier." + }, + "metadata": { + "$ref": "#/definitions/eventTaskExecutionMetadata", + "description": "Metadata around how a task was executed." } }, "description": "Container for task execution details and results." diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 7f5d31dc0..928ec525c 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -6582,10 +6582,26 @@ definitions: custom_info: description: "Custom data specific to the task plugin." $ref: "#/definitions/protobufStruct" + reason: + type: "string" + description: "If there is an explanation for the most recent phase transition,\ + \ the reason will capture it." + type: + type: "string" + description: "A predefined yet extensible Task type identifier." + metadata: + description: "Metadata around how a task was executed." + $ref: "#/definitions/eventTaskExecutionMetadata" description: "Container for task execution details and results." example: phase: {} duration: "duration" + reason: "reason" + metadata: + instance_class: {} + managed_resource_info: + token: "token" + generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -6606,6 +6622,7 @@ definitions: kind: {} message: "message" error_uri: "error_uri" + type: "type" logs: - message_format: {} name: "name" @@ -6691,6 +6708,12 @@ definitions: closure: phase: {} duration: "duration" + reason: "reason" + metadata: + instance_class: {} + managed_resource_info: + token: "token" + generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -6711,6 +6734,7 @@ definitions: kind: {} message: "message" error_uri: "error_uri" + type: "type" logs: - message_format: {} name: "name" @@ -6739,6 +6763,12 @@ definitions: closure: phase: {} duration: "duration" + reason: "reason" + metadata: + instance_class: {} + managed_resource_info: + token: "token" + generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -6759,6 +6789,7 @@ definitions: kind: {} message: "message" error_uri: "error_uri" + type: "type" logs: - message_format: {} name: "name" @@ -25894,6 +25925,8 @@ definitions: \ a token." description: "This message holds task execution metadata specific to resource\ \ allocation used to manage concurrent\nexecutions for a project namespace." + example: + token: "token" eventNodeExecutionEvent: type: "object" properties: @@ -26038,6 +26071,11 @@ definitions: title: "Holds metadata around how a task was executed.\nTODO(katrogan): Extend\ \ to include freeform fields (https://github.com/flyteorg/flyte/issues/325).\n\ Next ID to use: 3" + example: + instance_class: {} + managed_resource_info: + token: "token" + generated_name: "generated_name" eventWorkflowExecutionEvent: type: "object" properties: @@ -26176,6 +26214,12 @@ definitions: closure: phase: {} duration: "duration" + reason: "reason" + metadata: + instance_class: {} + managed_resource_info: + token: "token" + generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -26196,6 +26240,7 @@ definitions: kind: {} message: "message" error_uri: "error_uri" + type: "type" logs: - message_format: {} name: "name" diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go index 58c9f3976..415caac8d 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go @@ -33,4 +33,10 @@ type AdminTaskExecutionClosure struct { UpdatedAt time.Time `json:"updated_at,omitempty"` // Custom data specific to the task plugin. CustomInfo *ProtobufStruct `json:"custom_info,omitempty"` + // If there is an explanation for the most recent phase transition, the reason will capture it. + Reason string `json:"reason,omitempty"` + // A predefined yet extensible Task type identifier. + Type_ string `json:"type,omitempty"` + // Metadata around how a task was executed. + Metadata *EventTaskExecutionMetadata `json:"metadata,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 9b9aa91b5..1bd12bdc4 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x1b\x39\x96\x27\xfa\x7f\x7f\x0a\xac\x67\x23\xca\xee\x96\xa8\xaa\x9e\x47\xf4\x6a\x62\xe3\x5e\x5a\xa2\x5d\xbc\x25\x4b\x6a\x89\xb2\xa7\x76\x39\xc1\x01\x33\x41\x12\xad\x24\xc0\x02\x90\x92\xd9\x13\xfd\xdd\x6f\xe0\x1c\x00\x89\x4c\x66\xf2\x2d\x59\x72\x71\x26\xa2\x4b\x66\x66\xe2\x79\x70\x70\x9e\xbf\xf3\xdf\x7f\x20\xe4\x8d\x7e\xa4\xe3\x31\x53\x6f\x4e\xc9\x9b\x3f\xb7\x7e\x7c\x73\x64\x7f\xe3\x62\x24\xdf\x9c\x12\xfb\x9c\x90\x37\x86\x9b\x8c\xd9\xe7\xa3\x6c\x6e\x18\x4f\xb3\x13\xcd\xd4\x03\x4f\xd8\x09\x4d\xa7\x5c\xb4\x66\x4a\x1a\x09\x1f\x12\xf2\xe6\x81\x29\xcd\xa5\xb0\xaf\xbb\x3f\x89\x90\x86\x68\x66\xde\xfc\x81\x90\x7f\x40\xf3\x3a\x99\xb0\x29\xd3\x6f\x4e\xc9\xff\xc5\x8f\x26\xc6\xcc\x7c\x03\xf6\x6f\x6d\xdf\xfd\x4f\x78\x37\x91\x42\xe7\xa5\x97\xe9\x6c\x96\xf1\x84\x1a\x2e\xc5\xc9\xdf\xb4\x14\xc5\xbb\x33\x25\xd3\x3c\x59\xf3\x5d\x6a\x26\xba\x98\xe3\x09\x9d\xf1\x93\x87\x9f\x4e\x68\x62\xf8\x03\x1b\x64\x34\x17\xc9\x64\x30\xcb\xa8\xd0\x27\xff\xcd\x53\x3b\xc7\xbf\xb1\xc4\xfc\x03\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x11\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x96\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc8\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\xcf\x3f\xfe\x58\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3a\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xe3\x0f\x75\x7f\xff\x23\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x71\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe4\x97\xeb\x4f\xc4\xf6\x47\x72\xc1\x7f\xcb\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x49\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x1a\x4d\x8e\x49\xc6\xef\x19\xf9\xe1\x82\x6b\x43\xda\xd7\xdd\x1f\x8e\xc8\x0f\x17\x05\xe3\xd0\x3f\x3c\xc3\x0a\x87\xbf\xff\x33\x3a\x7a\x86\x8e\xab\x87\xee\x4d\xdb\x9e\xe6\x5b\xbc\x26\x8a\x16\xfe\xf3\x0f\x71\x3b\x6e\xbf\x96\xf3\xde\x82\xf1\x3a\xae\xbb\x09\xaf\xfd\xc0\x4c\x32\x59\xc1\x68\xf5\x8e\x9c\xd6\x6e\x47\x95\xd5\xea\xd7\xc5\x6b\xed\x14\x9e\x9a\xdf\xee\xc2\x6c\xa9\x81\x53\x40\xb9\xc0\x43\x13\xce\x50\x79\x67\xc8\xb7\x63\x2b\xbb\xf0\xdb\x68\x36\x11\xcb\xf5\x9c\x34\x5a\x89\x17\x32\xd7\x8c\x4f\xf9\xaa\x7d\xec\x8a\xd4\x8a\x5d\x8e\xc9\x89\x7c\x3a\x64\xca\x4e\xdd\xb3\x3b\x98\xe1\xd0\xb2\x3f\x93\x2b\xc1\xd2\x86\xa9\xfd\x96\x33\x35\x5f\x32\xb7\x11\xcd\x74\xd3\xe4\xb8\x30\xcc\xca\xb5\x95\xc7\x23\xa9\xa6\xd4\xb8\x17\xfe\xed\x5f\x36\x9d\xbc\x91\xf7\x6c\xd5\x3e\x77\x71\xd7\x12\xaa\x61\xbb\xa7\x79\x66\xf8\x2c\x63\x64\x46\xc7\x4c\xbb\x55\xc8\x33\xa3\x8f\xe0\x35\x2b\x4b\x33\x75\x1c\x6e\x1b\xe8\xc1\xdf\xb2\xb9\x86\x5f\xc8\x28\x30\x32\xc1\xbe\x1a\x68\xa9\x2f\xe0\x9e\x85\x25\x8a\x6f\x8f\x27\x58\xca\xed\xe8\x44\x4b\x65\x06\xc3\x79\xeb\x9e\x2d\xf4\xdb\x48\x2d\x54\x10\x6a\x8c\xe2\xc3\xdc\x30\x3b\x6f\xdb\x86\xbf\x27\x81\xf5\xe1\x65\xac\xed\xe5\x7b\x75\x7e\xf5\xf6\x9e\x1a\x25\xc7\x54\xbc\x3b\x25\xed\x34\x25\x38\x50\xfb\x0e\x4f\xf1\x4a\x9e\x30\xc5\x5a\xa4\x37\xe1\x9a\xe8\x89\xcc\xb3\x94\x08\xf6\xc0\x94\x5d\x5b\x36\x9d\x99\xf9\x8b\x5b\xad\x94\x2b\x96\xc0\xc2\x6c\x72\xc2\xc2\x57\x76\xd1\xac\xd2\x33\xc7\xa5\xbb\x67\x73\x10\x5c\x16\x97\xef\x19\xe8\xa5\xf2\x94\x89\x7c\x5a\xb9\x2b\xe0\xf7\xf3\xce\xed\x59\xe7\xf2\xbc\x7b\xf9\xb1\xf2\x85\x15\x23\xc2\xa3\xd2\x93\xff\x5c\x58\x9b\x11\xcd\x33\x38\xd5\x51\x6b\xcf\x26\xb8\x24\x13\x9e\xa5\x8a\x89\x13\x43\xf5\xfd\x80\x7d\x65\x49\x8e\xf7\xec\x7f\x97\x7f\x18\x58\xe9\x53\xa6\xac\xfc\x4b\xe9\x1f\x85\xb8\xb3\xf1\xa7\x41\x2b\xdd\xf8\x4b\xd0\x61\xd7\xfb\x0e\x7e\xe1\x69\xed\xdb\xf0\xcb\x8a\x39\xf8\x77\x96\x0c\xd6\xbf\xd2\x38\x2a\xff\x82\x13\xe0\x6a\xdf\x51\xcc\xa8\xf9\x80\x1a\x63\x4f\xf9\x16\x32\x23\x6c\x29\xb1\xb3\x25\xc5\x7e\x3a\xf1\x11\x05\x45\xe0\xdd\x41\x72\xb4\x23\x28\xde\x5c\x25\x2f\x5e\xca\x94\x75\x42\xb3\x1f\xa4\xea\x51\x7d\xff\x1a\x64\xc6\xd2\xc0\x9f\x43\x6c\xdc\xf6\x00\x7d\x77\x4a\xfd\x96\xec\xe0\x60\x02\xd8\x7d\x25\xd7\x35\x18\x48\x45\xf4\x5c\x1b\x36\x5d\x69\x3a\x78\x3d\x0b\xe1\xf8\xfd\x4b\x1d\x70\xe5\xca\xf9\x1d\x9c\xfa\xf2\x05\x7a\x38\xde\x1b\x2c\xd9\xbe\x0c\x7f\x2f\x7d\x9e\xde\x05\xb3\x7c\xaa\xb7\x7e\xfb\xbc\xc3\xc1\xd1\xc9\x8b\x9f\x66\x49\xb4\xdb\xf7\x20\x9f\xc8\x6a\xd0\xb8\x57\x7e\xb5\x07\x30\x80\x15\x2a\x5f\xd9\x74\x1c\xce\x9f\xfd\x34\x36\xae\xa0\xc5\xcc\x58\x9d\xd7\xd9\x96\x98\x22\x89\x54\x28\x0a\xa6\xee\xb8\xf7\x05\x39\x26\xe7\xed\x5e\xfb\xb6\xd3\x3b\x25\x6d\x92\x52\x43\xed\xf9\x56\x6c\xa6\x98\x66\xc2\x80\x36\x6e\x3f\x37\x73\x32\x95\x29\xcb\x58\x4a\xb8\x20\x1f\xb2\xb9\x61\xe4\x9c\x1a\x7a\x46\x0d\xcd\xe4\xb8\x45\xda\xf0\x4f\xfb\x31\xd7\x84\x66\x5a\x12\xea\xa9\x8a\xa5\xbe\x09\x2a\x52\xcf\x59\x28\x49\xe4\x74\xc6\xb3\x60\x35\x0f\x26\x12\x2e\x52\xfe\xc0\xd3\x9c\x66\x44\x0e\x2d\x53\xb1\xaa\x6a\xe7\x81\x09\x93\xd3\x2c\x9b\x13\x9a\x65\xc4\x75\xeb\x5f\xf0\x7a\xfd\x90\x85\x51\x6a\x3e\xe5\x19\x55\x56\x17\xc6\xd1\x5e\xb9\xb6\x48\x6f\xc2\xc2\x58\x61\x5c\x76\x31\xa7\xf4\x9e\x69\xc2\x0d\x99\x49\xad\xf9\x30\x2b\x8e\xfc\x5d\x97\xc0\xb8\xcf\x2e\xba\xa0\x58\x27\x86\x48\x64\xa1\xbe\x73\x67\x85\xf1\x3d\x4e\xa9\x10\x0c\x3a\x96\x66\xc2\x94\xeb\xde\xbd\xfc\xad\x15\xed\xbb\xcb\xdb\xeb\xce\x59\xf7\x43\xb7\x73\xbe\xa8\x69\xf7\xda\xb7\xbf\x2c\xfe\xfa\xe5\xea\xe6\x97\x0f\x17\x57\x5f\x16\x9f\x5c\xb4\xef\x2e\xcf\x7e\x1e\x5c\x5f\xb4\x2f\x17\x1f\x3a\xb2\x5a\x5b\x69\x8f\x47\xb6\xe1\xd1\x3a\x58\x23\xf7\x69\x8d\x3c\xfa\x7e\xcd\x91\xce\x95\xb3\xbe\x29\x92\x64\x5c\x1b\xbb\x40\xee\x4b\x32\xa3\x5a\xa3\x30\x84\x23\x68\xf5\xc5\x27\xa9\x2c\xd3\x1a\x49\xcb\x17\xac\xc0\x64\x54\x9e\x18\x2e\xc6\xe1\xa3\x53\xd2\xcf\x7f\xfc\xf1\x9f\x93\x0b\x2e\xee\xe1\x2f\xf6\x12\x17\xe7\x60\xab\xdd\x66\xb5\x0e\xb6\xda\xf8\xd9\xeb\xb0\xd5\x5a\x31\xe7\x24\x36\xd1\x3e\x4d\x70\x0f\xba\x91\xad\xec\x20\x73\x63\xff\xb4\xfd\x92\x91\x92\x53\x90\xaa\xbe\x72\x0d\x5c\xe2\x51\xaa\xfb\x51\x26\x1f\xd7\x33\x1d\x7e\x64\x26\x18\xdf\xac\x14\xf3\x1a\x2c\x86\x5f\xdc\x0c\xc3\xc0\x3f\x32\x63\xc7\x7e\xe3\x7a\x39\xc4\xf9\x1c\xe2\x7c\xbe\x6d\x9c\xcf\x8b\x32\xdb\x3d\x3d\xef\x2b\xdb\xf8\x90\x01\x36\xb8\xa0\x1a\x3d\x4c\x0d\x0e\xa4\xc8\x3f\xf4\x94\x4c\xb3\xec\x95\x59\xc1\x30\x4b\x1e\x8b\xd7\xc2\x34\x4b\x83\x7e\x7e\x86\xf9\xbb\x70\xa8\x1c\xfc\x25\x5b\x2e\xd4\xab\xe4\xab\x6b\x5e\x19\xcf\xe6\xed\x78\x7a\x3e\xbf\x10\x8b\xb0\x49\xf0\xc1\x06\xd1\x06\x6b\x87\x17\xac\x88\x27\xa8\x0d\x20\xa8\x8b\x18\x58\x0c\x11\xa8\x8d\x09\xd8\x29\x08\x60\xd3\x2b\x69\x7d\xf7\xff\x47\x66\x7a\x54\xdf\xbf\xba\x2b\xa9\x34\xe8\xe7\xbf\x92\x7e\xa7\x5e\xff\x83\x9b\xff\x09\x97\xee\x7b\xbf\xc8\x5e\xae\x23\xff\x77\xe0\xb9\x3f\xb8\xea\x37\x5a\xa3\xef\xcb\x37\xff\xbd\x3a\xe3\x5f\xa7\xf7\xfd\xe0\x6e\x3f\xb8\xdb\x0f\xee\xf6\x35\xdc\xed\x4f\xaa\x94\x32\x4b\x56\x1a\xcc\x8f\xb1\x6e\xf3\x66\x26\xf5\x72\x5d\xec\x4c\x31\x6a\x2c\x15\x97\xed\x7e\x04\x1a\x24\x8a\x25\x52\xa5\x56\x07\xa3\x64\x36\xa1\x9a\x11\xa3\xa8\xd0\x7c\x95\x1e\x86\xad\x82\xa1\xcd\xb6\xf3\x1a\x54\xb0\x92\x55\x10\x46\xfd\x5c\x0a\xd8\x50\xa6\x0b\x67\x06\x8f\x53\xdd\x93\xe5\xbc\x7e\x6f\x53\x87\x0c\xcd\x75\x66\xfe\x84\xd4\x6c\xef\x95\x2d\xa9\xb9\x6c\x32\xd8\x0b\x35\x83\x8e\xfe\x5a\xa8\xb9\x64\x50\xf8\x7d\x51\x73\xdd\xd4\x5f\x02\x35\x7b\x6f\xf4\x96\x14\xbd\xe8\xcc\xde\x0b\x55\x07\x0f\xf2\x6b\xa1\xec\x05\x97\xf7\xef\x8b\xba\x9b\xa6\xff\x6d\x29\x3c\x18\xc2\xf7\x45\xdb\xab\x09\x37\x2c\xc0\x6b\x20\xda\x30\x58\x1c\xfb\xef\x86\x5a\x17\xe6\xfd\x42\xc8\xf4\x44\x31\xcc\x36\xdc\x88\x5e\x6f\xdc\x47\x1b\x53\xac\xff\xf0\x40\xb3\xaf\x89\x66\xfd\xae\xbd\x1c\xaa\x6d\x0a\xa7\xdb\x3c\x03\x77\x49\x8c\x9c\x26\x53\x6a\x92\x89\x7d\x88\xfe\xb9\x35\x61\x5a\x8a\x94\xdb\x57\x45\xdd\xcf\x91\x67\xfb\x7d\x5b\xe2\x0f\x16\xf8\xdf\x21\x1c\xd6\x8b\x09\x17\x3f\xa4\xa8\xec\x31\x45\x85\xeb\x43\x8a\xca\x21\x45\x65\xdd\x05\x3a\xa4\xa8\x1c\x52\x54\xa2\x67\xaf\x23\x45\xe5\xe9\xb3\x53\xf6\x93\x82\xf2\xaa\x84\xe8\x83\x00\x7d\x10\xa0\x0f\x79\x26\x61\x6a\xfb\x62\x60\xfe\xeb\x37\x29\xcb\x98\x61\x4b\xd9\x4f\x8f\xa9\xa9\xd5\x0d\x4a\xd0\xd7\x35\x4e\x83\x02\x55\x2b\x50\x10\x98\x37\x96\xf1\xa5\xd0\xf6\xeb\xe4\x4e\x61\xf8\x87\xb4\xb8\x03\xbb\x3a\xb0\xab\x6d\xa6\xf6\x72\xac\xb2\xd1\x61\xfe\xa6\x66\xd9\x08\x48\x7b\xc0\xd3\xfd\x60\x69\x07\xb1\x31\x46\xd2\x2e\x96\xa2\x04\x66\xbc\x9d\x91\xb6\x80\xa5\xee\xa6\xaf\xc2\x4e\x6b\xf9\x48\xda\x81\xa8\xbb\x10\x32\xa8\x0e\x90\xda\x07\x48\xed\xf5\xe7\x7a\xb0\x10\xee\xd1\x42\x78\x80\xd4\x3e\xd8\xc0\x0e\x36\xb0\xa7\xb7\x81\x7d\x2b\x83\xf6\x33\x1f\xcb\xe7\x12\xd1\xb6\x0b\x4c\x12\x29\x51\x6c\xcc\xb5\x61\xca\xae\x5e\xad\x50\xb6\x3a\x52\xe9\xb5\x16\x89\x5a\x3b\xee\x23\xee\xf6\xcd\xbf\xac\x31\xfc\x1b\x77\x8b\xc2\x51\x1f\xd2\x34\x54\x84\x01\xd1\x69\x4a\xe7\x64\x42\x1f\x18\x19\x51\x9e\xa1\x62\xe4\xb8\xe3\x92\x19\x2e\x1b\xd0\xff\xda\x6c\x40\xb4\x3c\x1c\xc5\x46\x4c\x31\x91\x20\xb7\x47\xe1\x27\xa1\x99\x4f\x05\x81\x77\x26\x56\x4d\xcd\x14\xa3\xe9\x9c\x0c\x19\x13\x81\x6c\x6a\x24\x85\x86\x31\xef\x45\x68\xfd\xe6\x6a\xda\x22\xf5\xbc\x14\x25\xed\x49\xa2\x67\xea\x59\xc2\xee\xca\x99\xfe\xf3\xeb\x62\x15\x87\x20\x9a\x83\x51\xed\xdb\x1b\xd5\x0e\x41\x34\x07\x15\xf9\x05\xa8\xc8\x87\x20\x9a\x43\x10\xcd\xc1\x80\xb0\xf6\x6a\x1d\x0c\x08\xf1\xb3\xd7\x11\x44\xf3\x84\x15\x9c\x9f\x4b\xc2\x3e\x08\xd8\xfe\xbd\x83\x80\x7d\x10\xb0\xbf\x53\x01\xfb\x65\xac\xf0\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\xeb\x83\x74\xed\xbe\xda\xa7\x74\x0d\x7f\x79\x68\xd6\x9d\x23\xd6\x37\xf7\x72\x7d\x64\xe6\xb5\xba\xb8\x0e\x22\xf5\x41\xa4\x7e\xd9\x22\xf5\x8b\x99\xd0\xf7\x07\xb5\x78\x00\x2b\x3c\x80\x15\x1e\xc0\x0a\x9f\x16\xac\xd0\x7f\xfd\x66\x96\x2f\x97\x45\xee\x66\xa9\xcf\x5d\xd1\x86\x9a\x1c\xd4\xbe\x35\xe4\x12\xd2\x36\x64\x2a\xad\x12\x24\x58\xe9\x1d\xcf\x80\x30\xa2\x63\xcc\x1f\x98\x20\x3e\x46\xfb\xc8\x5d\x33\x47\x60\x89\xf8\x47\x38\x1d\x98\x34\x43\x0d\xa1\xc4\xf0\x29\x6b\x91\xee\x08\x4f\x73\x62\xc9\x5f\x33\xa3\x2b\x61\x40\x48\x9a\xf0\x91\x48\x8b\xb1\xfa\xbe\x79\x11\x15\x82\xaf\x1d\x79\x66\x98\x67\x06\x59\xa3\x6f\xfc\x91\x67\x99\x1d\x83\xe3\x20\x70\x12\xa6\x4c\x65\xfe\xcb\x52\xb7\xfe\xe5\x29\x4d\xed\xc9\x8d\x86\x50\x64\xf7\xc4\xef\xc3\x9d\xcb\x75\x88\x6b\x29\x7d\x8f\x5f\xb7\x88\x53\xc2\x11\x54\x6c\xad\x61\x4c\x68\x6a\x4f\x60\x32\x61\x69\x9e\x31\x42\xb5\x96\x09\xa7\xc6\x72\x2b\xbc\xa3\x09\x37\x5e\x65\xf7\x2f\xf9\xae\x53\xae\xe9\x30\x63\xa9\x5b\x63\x56\x84\xd9\x2c\x1d\x39\xd7\x64\xc8\xec\x12\x5b\x3e\x52\x5e\xfd\x09\x4a\x08\x35\xa3\x89\x86\xc2\x16\x47\xc2\x04\x0e\x64\x89\x84\x8b\xc4\xf9\x5a\x85\x5c\x1c\xfd\x21\xf7\xe9\x20\xf2\x1e\x44\xde\x8d\x26\xf4\x5d\x89\xbc\x2f\x28\x34\xd0\x33\xa4\x6f\x1a\x1a\x08\x0e\x44\xcb\xf9\x07\xc1\x42\xa8\xb7\x33\x9e\x04\x23\xec\x27\xdf\x64\x3b\xb4\x78\x26\xc5\x88\x8f\x73\xe5\x04\x6e\x27\x0d\xaf\xf0\x52\xd6\xb4\xf3\x2a\x6e\x9c\xfa\xa1\x3f\xd7\xc5\xb3\x89\x42\x47\x8e\x89\x15\xbb\x07\x37\x9d\xdb\xab\xbb\x9b\xb3\xce\x29\x69\xcf\x66\x19\x47\x2f\x4b\x92\x6b\x23\xa7\xfc\xef\x76\x1a\x08\x24\x1c\x38\xb7\x13\x43\x34\x08\x1c\xe0\xd6\xb1\x6a\x12\x39\x26\x67\x17\x77\xb7\xbd\xce\x4d\x43\x83\x8e\x08\xa0\x96\x11\x9b\xce\x32\x90\x4a\xee\xf3\x21\x53\x82\x19\xa6\x49\x92\xe5\x10\x63\x1e\x9c\x3d\xd8\x68\xe7\x3f\x3a\x67\x77\xbd\xee\xd5\xe5\xe0\xaf\x77\x9d\xbb\xce\x29\xf1\xd4\x64\x9b\xb5\xe3\xb2\xa3\x48\xe7\x82\x4e\xad\x2e\x5a\x46\x3c\xfe\x2d\x67\x39\x08\x41\x7c\x2c\xa6\x4c\x98\x6a\x8b\x7e\xc0\x17\xed\xf7\x9d\x8b\x72\xcb\x13\x46\x7e\xf9\x4b\x31\xa8\x8c\x0e\x59\xe6\xbc\x4f\xe0\x5c\xb1\x0c\xbb\xe8\xc8\xb9\xa5\x72\x54\x6b\xff\x7a\xd7\xbe\xe8\xf6\x7e\x1d\x5c\x7d\x18\xdc\x76\x6e\x3e\x77\xcf\x3a\x03\xa7\x60\x9c\xb5\x6d\xbf\xa5\x9e\x9c\x1e\x42\x7e\xcb\x69\x66\x15\x55\x39\x02\xd7\x0e\x4f\x18\x79\x9c\x30\x41\x72\x01\x34\x86\xda\x2f\xe8\x02\x71\x12\x3b\xce\xe8\xfa\xe2\xee\x63\xf7\x72\x70\xf5\xb9\x73\x73\xd3\x3d\xef\x9c\x92\x5b\x96\x81\x7e\xe8\x17\x1d\x76\x71\x96\xe5\x63\x2e\x08\x9f\xce\x32\x66\x57\x03\x8f\xe3\x90\x4d\xe8\x03\x97\xaa\xa4\x23\xc0\x3a\x5a\x12\xfa\xe6\x86\xec\x12\x85\x2e\xaa\x7a\x55\x92\x5b\x7c\xa3\x42\x3f\xcb\x5e\x28\x91\xc3\xe2\x8b\xab\xb6\x75\xf1\x8b\xca\xbe\xac\xad\x90\x96\x27\xfd\x6c\xb7\x81\x65\x22\xe9\xc0\x1b\x26\x4e\xfe\xbb\xc4\x4c\xfe\xf1\x64\x48\x31\x24\x4a\x6f\x75\xb7\xc3\xaa\x8a\x9b\xc5\x07\xaf\xe1\x4e\x88\x87\xfb\x2d\xf9\xff\x9e\x64\xae\x57\x62\xef\xd9\x5c\xd4\x3d\xa8\x6c\x07\x95\xad\x7e\x65\x0e\x81\x3f\x0d\x2b\xbc\xaf\xfb\x68\x1b\x13\xe9\x88\xb3\x2c\xd5\x0b\x36\xae\xd2\x7d\xb2\xd2\x9e\xf5\x7a\xaf\x92\xe7\xb5\x68\x6d\xa2\x58\xdc\x04\x4f\x90\x73\x0d\xd9\xdd\x9a\x32\x43\xa1\xb2\xa9\x91\x24\x87\xa1\x1f\xae\x27\xf7\x7f\x87\xeb\xe9\x70\x3d\x1d\xae\xa7\xdf\xab\x49\xb0\x86\xa5\x7f\x53\x9b\xe0\x2a\x2d\x70\x27\x88\xa7\x1a\x83\xe1\xa2\xf6\xa7\x89\x9e\x50\x85\xc5\x7c\x12\x39\x9d\x4a\x11\x05\x17\xcc\x67\xec\x88\x04\x17\x26\x18\x7f\x60\x18\xab\xec\x89\x45\x37\xfc\x75\x58\x12\xa3\x75\x79\x8e\xc4\x87\x83\xe6\xe8\xff\x6f\xd3\xab\xf9\x00\x92\x75\x00\xc9\x3a\xe4\x28\x1c\x40\xb2\x96\x53\xcb\x21\x0a\xff\x10\x85\x1f\x3f\x3b\x80\x64\xbd\x20\x90\x2c\x21\x53\x36\xa8\x80\xe2\x87\x7f\x0e\xaa\x7e\x8f\xd2\x93\xd8\x09\x52\x7a\x50\xa4\x25\x40\xeb\x3c\xdd\x3d\x2d\xa1\x5c\x9e\x78\x95\x93\x24\x2e\x68\xfb\xc2\x05\xde\x51\x36\x37\x8c\xa7\xd9\x62\x25\xde\x67\x88\xd4\xaa\xdb\xe8\xef\xd1\xc8\x52\x43\xb6\x07\x8b\xcb\xca\x85\xfa\x5e\xc1\xac\x0b\xbe\xf4\x8a\xdc\x04\xeb\x31\x6f\x0f\xf8\x3f\x68\x60\xe1\xf5\xcf\x03\x23\xaf\x7f\xbc\x2b\x86\x43\x99\x77\x6f\x8b\xdd\x50\xe2\x8d\xaf\xc3\x8c\x11\x8f\xf8\x39\x0c\x19\x4b\x77\xff\xbb\xe3\xeb\xcb\x68\xf9\xc0\xdd\xd7\x5c\xae\xef\x95\xc7\x1f\xec\x19\xfb\xb4\x67\x1c\x7d\xbf\x06\x8d\x03\xe6\xc2\x92\xc5\x39\x58\x7b\xb6\x59\xad\x83\xb5\x27\x7e\xf6\x9c\xd6\x1e\xf4\xdd\x0e\x66\x54\x31\x61\x6a\xe4\xfb\xea\xcd\x06\xaf\x47\xb6\xfa\x20\x00\x41\x03\x28\xb8\x3a\xd9\x20\xdc\x9a\xdf\x97\xf9\xc7\xc9\x28\x03\x14\x71\xa2\x5c\x88\x93\xff\x2e\xfe\x8e\x14\x88\xe8\xc7\x1a\x1f\xe8\x06\x21\x4c\x3e\xca\x9e\xa5\x85\xd8\x55\x34\x5e\x13\xda\xe4\xc6\x70\xec\x85\xb1\xc2\x9b\xbf\x32\xd2\xe9\x1a\x3f\x3d\x87\x2f\x5f\x57\x52\x45\xc3\xd0\x9f\x37\x02\x6a\x91\x12\xd6\x3b\x58\x5e\x8f\xe0\x98\x34\xf0\x38\xe1\x20\x1e\x00\x84\x13\x5c\xa1\xd1\x86\xfb\x74\x4c\x0a\x79\x13\x4d\xb2\xd6\x73\x8b\x91\x0b\xe4\xbe\xde\xc4\x1d\x8d\xbe\xde\x79\x7f\xf3\xd0\x90\x15\x74\xff\x4d\xc3\x44\x96\xf0\xcc\xfd\x44\x88\x3c\x1f\x7f\xfc\xc8\xcc\xf7\xc7\x1c\x3f\x32\xf3\x5c\x9c\x71\x5b\x76\xb8\x94\x25\x14\x15\x27\x5e\x08\x37\xd8\x8e\xf5\xbd\xae\x39\x1e\xd2\x07\x0f\xe9\x83\x87\xf4\xc1\xf8\x8d\x43\xfa\xe0\xae\x35\x99\xcf\xe1\x95\x67\xbc\xce\xb1\xc3\xef\xef\x46\xc7\x79\x1d\x2e\xf5\xc3\xa5\xbe\xd9\x1c\x5f\xaa\x1a\xe3\xe9\xf9\x25\xa8\x31\x1b\xa1\x5e\xa0\x67\xb7\xa8\x6e\xe6\xc9\x7f\xa5\xf7\xf6\xda\x77\xf6\x7a\x98\x90\x7e\x6a\x3e\xb3\x8b\x8f\xca\xaf\xfb\xc1\x45\x75\x80\x05\x3f\xb8\xa8\x0e\x2e\xaa\x83\x8b\xca\x3d\xfd\x2e\x60\xc1\x83\x92\xb1\xb2\x54\xed\x4d\x51\x9f\xb6\x26\xdc\xa4\x7a\x13\xfb\xb7\xaf\x17\x24\xdc\x97\x7e\x19\xfb\x91\x3f\x97\x0e\xf0\x52\x24\xc7\x62\xde\x2f\x42\x56\x3c\xf9\xef\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xde\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd5\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xee\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x7b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x7b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x77\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x77\xaa\x07\x1e\x94\xc0\x27\x59\xb7\xef\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x31\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x9e\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x59\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xe6\xa1\x80\x31\xdd\x7c\xd3\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbf\x16\x56\xf0\x1c\x6a\xd5\x77\xec\xfa\x38\xb8\x37\x7e\x9f\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x77\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xfb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\xdf\x20\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x76\xbc\xe5\x2d\x17\x49\x96\xa7\x20\xa2\x4c\x18\x79\x9f\xf3\x2c\x25\xa0\xd0\x58\xbd\x94\x4b\xf1\x0e\xe8\x09\x48\x01\xc6\xe9\x81\xcf\x97\x0b\x30\x9f\x17\x38\xdd\x8b\x95\x61\x8a\xd1\x6e\x0b\x50\xb5\xaf\x3d\x0d\x65\x13\xb7\x28\x8d\x54\xfa\xcd\x37\xf4\xdc\x05\x93\x8e\xbc\xe8\x61\xd9\x8e\x1f\xc4\x46\xe5\x93\xbe\xb8\x8f\x5e\x17\x94\xf8\xe2\xa8\x0f\x45\x93\x48\xb4\x6b\x87\xa2\x49\x4f\x38\x6f\x7f\xce\x56\xcc\xdc\xd3\x28\x9a\x87\x5f\xe9\xb4\xbf\x79\x1c\x5d\xf3\x49\xff\xa6\x51\x75\xb5\x37\xc7\x42\x46\x53\x51\x74\xfb\xf9\x6b\x45\xed\x72\x35\x7c\x64\xe6\x7b\xb9\x17\x0e\xf5\xa2\x0e\xa5\x25\xb6\x2e\xa7\xbd\x11\x87\x7f\x5d\x53\x3c\x94\xc4\x3a\x94\xc4\x3a\x94\xc4\x8a\xdf\x38\x94\xc4\x7a\x01\x25\xb1\x76\x91\x5a\xb0\xfb\xef\x45\x70\x39\x94\xc5\x3a\xc8\x2e\x07\xd9\xa5\x76\x8a\x2f\x50\x29\x7d\x11\x45\xbf\x82\x52\xba\x2f\x7c\x8d\xd8\x9f\x1e\x98\xf1\x5e\x61\x36\xfc\x4a\x1e\xa0\x36\xdc\xff\x1d\xa0\x36\xd6\x99\xdc\x01\x6a\xe3\x10\x3d\x79\x80\xda\x38\xc4\x07\x1e\xe2\x03\x0f\x50\x1b\xaf\x05\x6a\xc3\x0b\x50\xfb\x80\xdb\xa8\x11\xc6\x56\x43\x6e\x7c\x59\xd4\x0c\x5e\xac\xa0\xe5\xc7\x7a\x80\xde\x38\x40\x6f\xec\x4a\x3b\x2f\x42\x27\x7b\x12\x08\x8e\x1a\x36\xb0\xab\x22\xf6\x3a\xa0\x38\xfc\x68\x0f\x79\x84\x87\x70\xe8\x97\x1f\x0e\xfd\xe2\xf2\x08\x5f\x8c\xd8\x7e\x50\x86\xf7\xa8\x0c\x1f\x52\x09\x0f\xa9\x84\x07\x53\xc1\xda\xab\x75\x30\x15\xc4\xcf\x5e\x47\x2a\xe1\x6a\x69\x7a\x2f\x90\x1c\x4f\x21\x57\x1f\xc4\x6a\x7c\xef\x20\x56\x1f\xc4\xea\xef\x54\xac\x7e\x19\x2b\x7c\x90\xa9\x0f\x32\xf5\x41\xa6\x3e\xc8\xd4\x07\x99\xfa\x20\x53\xbb\xaf\xf6\x26\x53\xef\x17\xa2\x63\x43\x2f\x56\x94\x95\xf2\x9a\x84\xe9\x83\x20\x7d\x10\xa4\x5f\xb6\x20\xfd\x62\x26\x74\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\x0e\x70\x1d\xdb\x48\x35\x7f\x70\xa7\xf2\x4d\x74\x11\x87\x1b\xfb\xcd\xfb\x4c\x0e\x7b\xf3\x19\xb3\xff\x3d\xe7\x53\x26\x34\x88\x8f\xdc\xcc\x63\x29\xa6\x61\xe5\x17\xd7\xfc\xcd\x6d\xf7\xf2\xe3\x45\x9c\x23\xf4\xe6\xd3\xdd\x45\xaf\x7b\xdd\xbe\x09\xeb\x12\x66\x15\xaf\x85\xfb\xae\x24\x88\x9d\xc9\xe9\x8c\x2a\xae\xa5\xe8\x7c\xb5\xa7\xd3\x0e\xed\x0a\x44\x1f\xa9\xb6\x1b\x5d\xe7\xaf\xf1\xc8\x2e\xcb\xff\xfc\xd8\x2b\xff\xab\x34\x8b\x8b\x5e\xf9\x5f\x9d\xa5\xb3\x89\x1a\xae\xb2\xb3\x63\xf2\xb1\x77\x4a\x3e\x42\x08\x86\x22\xbd\x09\x45\x96\x74\xd1\x3b\x25\x17\x4c\x6b\xf8\xa5\xf8\xd8\x70\x93\xc1\xdc\xde\x73\x41\xd5\x9c\xf8\xe9\x63\xf6\x1c\x05\xdb\xac\x5f\x9a\xea\xe2\x89\xbf\xe5\x02\xb4\x87\x62\xf5\x2e\xe4\x98\x27\x34\xdb\x6d\x11\xdb\x97\xf1\x41\x7a\x73\x75\xb3\x74\x29\xe2\xb7\x17\xd7\xa2\x7d\x79\x0e\xb9\x7c\x7e\xa8\x35\x33\xbf\x64\xda\xb0\xd4\x4a\x23\x29\x12\x2f\xf0\xb3\x79\x24\xa5\xfc\x4d\x42\x76\x5f\xae\xad\xec\xdc\xbe\x3c\x27\x27\xe4\xea\xa6\x2f\xae\x54\x8a\xc6\x1b\x66\xaf\x77\xe4\xba\x5c\x13\x21\x0d\xe1\xd3\x99\x54\x86\x0a\x63\x25\x1b\x60\x6c\x6e\x45\x34\xa1\x8a\x91\x33\x39\x9d\xe6\x86\x1a\xfe\xc0\x16\x16\x55\xa0\x46\x76\xcb\x4c\x37\x05\x73\x70\xcd\x1a\x22\xe7\x2b\xe6\x32\x53\xb6\x7d\xcb\x75\xcb\xba\x00\x4f\x17\x64\x73\xdf\x04\x55\x8a\x96\xf9\xe3\x1b\x6e\xd8\xb4\xfa\xfe\x9a\x61\x7b\xff\xa8\x55\x74\xec\x95\x70\x21\x69\xca\xc5\x18\xd3\x29\x2f\xb8\x61\x8a\x66\x9f\xe8\xec\x83\xb7\x36\x6d\x41\x1f\xff\xdf\x6d\x29\x93\xef\xcd\xaf\xed\x4f\x71\x2e\xe0\x9b\xeb\x9b\xab\xde\xd5\x52\x9a\x29\xb5\xb0\x48\x34\xf6\xf1\x29\xfc\x2f\x39\x21\xb6\xf5\x70\x73\x4d\x99\xa1\xf6\x46\x27\x6f\x31\x71\x27\x84\xf7\x73\x91\x01\x8d\xcc\x14\x9f\x72\xbb\xaf\x4e\x65\x7e\x87\x97\x63\xb8\xfd\x03\x95\xe0\x07\x98\x84\x07\x62\x87\xa1\x22\xa5\x2a\x25\x7f\xd3\x2e\x71\xd4\x0a\x21\xf8\x3a\xd5\xfe\x07\x96\x92\x63\x32\x31\x66\xa6\x4f\x4f\x4e\x1e\x1f\x1f\x5b\xf6\xed\x96\x54\xe3\x13\xfb\xc7\x31\x13\xad\x89\x99\x66\x98\x71\x6a\x57\xe1\x94\x5c\x2b\x69\x24\x08\x10\x44\x33\xc5\x69\x06\xa9\x81\x43\x3c\xed\x72\x44\xfe\x2b\x91\x8a\xb5\x8a\x8d\xf9\x2f\x12\x25\xb3\x8e\xec\x3d\xcb\xd3\xec\xc4\xbe\x54\x73\x74\xaa\xfb\x49\x52\x96\xf0\xd4\x09\x52\x4c\x24\x12\xd0\x96\xd0\xb2\x68\xdb\xf3\xd9\x4e\xcc\xb9\x72\xc2\x72\x46\xc2\x06\x4d\x19\xa1\x0f\x94\x67\x98\xd7\x2c\xd1\x64\x88\xeb\xcc\x94\x15\x5c\xba\x28\x75\xe6\x56\xc2\x86\xd8\x3b\xd0\x23\xfd\xab\x33\x3b\xe1\x44\x66\x64\x98\x8f\xac\x84\x16\xdd\x4a\x47\x56\x1a\xe1\x9a\x28\x96\xc8\xe9\x94\x09\x34\x2a\xda\x86\xe0\x4b\x58\x31\x37\xda\x56\x5f\xc0\xfe\x5b\x31\x05\x28\x20\x95\x70\xb0\x05\xb3\xda\x8a\x98\x63\x37\xc3\x7c\x54\xf2\x54\x19\x49\x14\xa3\x29\xe1\xa6\x2f\xda\x99\xd5\x6b\xa7\xd2\xb0\x38\x88\x10\xcc\xda\xa5\x05\x07\x86\xa0\xd8\x2c\xa3\x89\x4f\xca\xcc\x64\x42\x33\x32\xe2\x19\x73\xf5\xf2\xa3\x06\xde\x82\xaa\x65\xd7\x8c\x6b\x92\xca\x47\x91\x49\xea\xe6\x51\xfd\xec\x5d\x99\xb7\x74\x7c\x5a\x72\x47\x29\xa9\xe0\x7f\x7e\xe1\x22\xdd\xee\x0c\xde\x5d\xfe\x72\x79\xf5\xa5\x74\x0c\xef\x6e\x3b\x37\xf1\xbf\x6f\x7f\xbd\xed\x75\x3e\x2d\x3d\x87\xd5\x56\x0a\xca\x82\xe1\x81\x08\x7e\x4a\x6e\x71\x11\xa4\x22\x56\xa9\x6a\x98\xd4\x27\x47\x4a\xc5\x0f\x32\x65\xdb\xcd\xed\x53\xfb\xf2\xae\x5d\xe2\x28\xb7\x67\x3f\x77\xce\xef\x2e\x4a\x02\x9e\x9f\x5f\xf4\xcb\x4d\x07\xc5\xb7\xf8\xb7\xb3\x9f\xbb\x17\xe7\x83\x20\xf0\x2d\x5b\x8d\x4a\xbf\x55\xbe\xd4\x43\xfe\x33\x91\x29\x19\xce\xe3\xc4\xc1\x22\xdf\xfc\x91\x6a\x92\x81\x63\x84\xa5\x5e\x17\xc1\x56\x4f\x81\x0d\xf9\x4c\xf6\xe2\x0b\x2b\xdb\x1f\xb9\x77\x20\xef\x1c\xd5\x20\x6a\xca\x89\xec\x71\xc3\xb6\x77\x2a\x22\x9d\x02\x33\xdc\xc3\x1a\x59\xad\x47\xdb\x17\x73\x7b\x7e\x15\x1f\x8f\x41\xc5\xaf\x0c\x15\x5b\x73\x9f\xc2\x4a\xc2\x77\xb8\xd5\x33\x25\xe1\x48\xdb\x6e\x9d\x6d\x28\x28\x10\xf8\x21\xa2\xb8\x95\x5a\x54\x14\x74\x83\x9a\xa1\xf9\x7d\x39\x45\x8b\x6e\xc3\xb4\xe0\xe8\x15\x11\xbe\xc0\xa1\x34\x5a\x26\x66\x8a\x3d\x70\x99\x47\x9f\x3a\x38\x85\xd2\xe6\xd6\x36\x5f\x2c\x00\x2c\x1b\xea\x2f\x45\x33\x65\x6a\xee\x5e\xdd\x1a\x45\x0d\x1b\xcf\xcf\xdd\xc9\xde\x9e\x8a\xcf\xaf\xbe\x5c\x5e\x5c\xb5\xcf\x07\x9d\xf6\xc7\xf2\xc1\x0c\x4f\x6e\x7b\x37\x9d\xf6\xa7\xf2\xa3\xc1\xe5\x55\x6f\xe0\xdf\x58\x4a\xae\x0d\x1d\x2c\x5e\xa7\xe5\x17\x4f\x89\xe5\x8c\xc0\xc1\x3c\xf2\x52\xc4\xc6\x86\x6c\x24\x15\xb2\xe3\xa9\xf7\x01\x02\xe3\x27\x61\x65\x59\x8a\x3a\x76\x79\x16\xa7\xa0\x80\xd6\x35\x89\xb6\x25\xa3\x18\x9d\x02\x3b\xa7\x82\x74\x44\x7a\x7c\x35\x3a\xbe\xc5\x1f\xa7\x54\xdd\x33\x15\x3e\x7d\x54\xdc\x18\x06\x26\x71\xee\xac\xe5\xa0\x20\xc3\x90\xed\x7d\x03\x31\xde\x45\x07\x2d\x72\x63\xd9\xb3\x7d\x3f\xdc\x3d\x96\x50\x53\x66\x28\xcf\xb4\x1b\x6c\x69\x5d\x4f\xc9\x05\x55\xe3\x42\xdd\x7d\x2b\x47\x23\x6c\xec\x1d\x0e\xc3\x5e\x35\xa5\x59\xd4\xb0\x48\x4b\x1a\xfe\xfa\x82\xfe\xdc\xcb\x41\x48\x5b\xa4\xaa\xbb\xd9\x6e\x34\x75\x77\x0d\x2b\x7e\x75\x39\xe8\xfc\x47\xb7\xa4\xb0\xb8\x27\x35\xb4\x06\x13\xc7\xc7\xcb\xef\x82\xfa\xb6\x17\xc9\xa9\xfc\x62\x0d\x39\xe5\x33\xbf\xf3\x23\xab\x02\xd5\xd0\x12\xfb\xca\x0d\x6e\x4c\x3c\xee\x0a\x09\x15\xcd\x80\x15\x83\xce\x66\x8c\x2a\x5d\xb7\xdb\x65\x69\xad\x61\xef\xb1\xa7\xb8\x0f\xb7\xc9\xbe\x9f\x23\x22\x45\x36\x8f\xef\xfa\x0a\x45\xae\x41\x03\xd8\xd6\x02\x05\x5c\x03\xae\xc8\xd5\x03\x53\x8a\xa7\xec\x13\xd7\x56\x93\xc1\x1f\xdf\x3b\x70\x91\xed\x08\xe2\x43\xbb\x7b\x51\x91\x01\x06\xe7\x9d\x0f\xed\xbb\x8b\xe5\xda\x78\xe9\xbb\x1a\xd4\x9b\xa8\x9d\x53\x7b\xeb\x3b\xd3\x1c\xdc\x0e\xc7\x1e\x32\x85\xa5\xe1\x42\x2b\x23\xa6\x54\xb8\xea\x35\x9a\x8f\xdd\x7f\x6e\x0d\x35\x5b\x92\x7f\xfb\xac\xd7\xfd\x5c\xd2\xda\xdb\x37\x67\x3f\x77\x3f\xd7\xc9\x05\x83\x8f\x9d\xcb\xce\x4d\xbb\xd7\x59\x4e\xf5\x95\x26\xeb\xee\x7c\x6d\x07\x5c\x75\x1f\x70\x1d\x3c\xe0\x96\xac\x95\xcc\x08\x37\x9a\x3c\x70\xcd\x87\x1c\x50\x6a\x9c\x29\xfe\xae\x0b\x4c\x0f\x7c\x9b\xdc\xcc\xbd\x54\x80\xfd\x9e\x92\xf7\x73\xbf\x86\x47\xc0\xe4\x5c\xfb\xa8\xa6\xc6\x06\xfa\xc4\x2a\x35\x78\xeb\xf9\x49\x9f\x92\xb6\x4a\x26\xfc\x01\xd4\x9e\xe8\x33\x61\x45\x51\x31\x66\x0a\x87\x03\xf6\xc7\x78\x2c\xd1\x73\x3b\xaa\x58\x06\x28\x56\x2d\x88\x7d\x63\x26\xac\xea\x1c\x77\x82\xf2\x89\x62\xe2\x07\x2b\xca\xcc\x32\x9e\x70\x93\xcd\x49\x02\x36\x8f\xd4\x0a\x8a\x53\x2a\xe8\xd8\xdd\xb9\xa0\x28\x54\x48\xe2\xaf\x08\xe5\x73\x35\x72\xc6\xad\x1e\x67\x5b\x9e\x80\xbb\xcb\xf3\xce\x87\xee\x65\x99\x04\x7e\xee\x7e\x2c\x09\x81\x9f\x3a\xe7\xdd\xbb\xd2\x45\xbb\x4a\x16\x5c\x6c\xb6\xee\x94\xf8\x97\x4e\xc9\x39\x7e\x7a\x6a\x17\xb7\x06\xa7\x28\xa8\x8f\x95\x75\xb8\xf1\x61\x27\xfe\x8f\x8e\x30\xaa\xd6\x32\xb7\xae\xc9\xc1\x19\xe1\x4b\x36\x87\x7a\x5f\xdd\x42\xdf\x97\x55\xaf\xca\xa2\x2f\xd3\x59\xe2\x6d\x27\xad\xc2\x12\x11\x3b\xf1\x40\xed\x6e\x32\x7a\xd4\x18\x76\x0b\x5e\xfa\x19\x7c\x34\xd3\x5c\x1b\x34\xa6\x03\x71\x92\xfb\xbf\x68\xbb\xa0\x60\x6c\x6f\x91\x5b\xc6\xfa\xc2\xeb\xdf\x63\x6e\x26\xf9\xb0\x95\xc8\xe9\x49\x01\x92\x75\x42\x67\x7c\x4a\xad\x80\xca\xd4\xfc\x64\x98\xc9\xe1\xc9\x94\x6a\xc3\xd4\xc9\xec\x7e\x0c\x9e\x5f\xef\x4f\x38\x09\xcd\x8e\xe5\x3f\x5d\xfc\xf3\x8f\xc7\x17\x7f\xf9\xf1\xcd\xa2\x45\xa5\x69\xff\x3b\x22\xa1\x33\x9d\x67\x2e\x42\x44\xc5\x6b\xe3\x8f\x7c\xce\x56\xed\xf7\x65\x79\xbb\x76\xd3\x00\xcf\xae\xef\x4a\x16\xce\xf2\x3f\x3f\x75\x3e\x5d\xdd\xfc\x5a\xe2\x94\xbd\xab\x9b\xf6\xc7\xe5\x96\xce\x05\x15\xb1\xb2\x0c\xbf\x08\xf9\x28\xca\xb3\xd7\xd5\x49\xe7\xc2\xf0\x29\xf3\x1a\xa2\xfb\x67\x0f\x67\xba\xc5\xcc\xaf\x7a\x3f\x97\x85\x9c\x0f\x17\xbf\xf6\x3a\x83\xdb\xf3\x5f\x96\xce\x04\x3f\x2b\x8d\xec\x16\xdc\xdb\x67\x32\xcb\xa7\x22\xfe\x7b\xfb\xb1\x75\x2f\x7b\x9d\x8f\xd5\xd1\x5d\xb5\x7b\xe5\x65\xbf\x29\x47\x4d\xbc\x79\x7f\x75\x75\xd1\x29\x79\x1c\xde\x9c\xb7\x7b\x9d\x5e\xf7\x53\xe9\xb6\x3b\xbf\xbb\x41\x18\xad\x65\xd3\xf4\x23\xa8\x99\xa8\x9d\x56\x3c\xcd\x7d\xf3\x99\xb5\x8e\x79\xdb\x45\x24\xe2\x41\x39\x8e\xe0\x2a\x30\xd8\x00\x8c\x0e\xc7\xc1\xe2\x97\xe0\x48\x6b\x79\x8d\x29\x6f\x13\x69\xe6\x75\x4b\x37\x7a\x19\xcb\xeb\x85\x21\x20\xd8\x1b\xaa\x98\x34\xcb\xe4\x23\xc6\x85\x4d\xb9\xbd\xf2\x1c\x76\x90\x7d\x45\x93\x24\x57\x8a\x09\x93\xcd\x5b\x35\xec\xa4\xbc\x2d\x2c\x51\xcc\x7c\x92\xb9\x30\xdb\x93\x5c\xfb\xb2\x74\xa8\x3b\x97\x9f\x07\x9f\xdb\x65\x0a\xec\x5e\x2c\x3f\xe4\x71\x13\x35\xf7\x5c\xfb\xf2\xd7\x70\xc3\x41\xf4\xe0\x51\xd0\xcc\x50\x30\x4c\x32\xce\x84\x01\x8b\xbd\x91\x19\x88\x0b\x84\x71\x50\xb5\xa7\x76\x72\x5c\x8c\x09\x06\x2e\x79\xc8\x42\x1c\xe4\xa9\xff\xa3\xd2\x9e\x86\x75\x01\x63\x9f\x0f\xc8\x84\x76\x9c\x36\x29\x08\x13\x0f\x5c\x49\x40\x2c\x24\x0f\x54\x71\x3a\xcc\x9c\x70\x64\xe7\x7a\x0a\xff\xbb\x59\x9b\x60\xb7\xab\x30\xae\x5b\xa9\xcc\x79\x08\xec\xda\xce\x0a\x50\x17\x25\xb5\x18\x1f\x55\xaf\xe0\x57\x62\xa2\xfc\xb0\x7a\x54\xdf\x2f\xd8\xdd\xba\x42\x1b\x2a\x12\x76\x96\x51\xad\xb7\x1d\x2b\x2a\x0e\x47\x65\x76\x76\x73\x73\x77\xdd\xeb\xbe\x5f\x41\x42\xd5\x8f\x17\x03\xdf\x92\x2c\xf7\xa6\xe9\xa1\x92\x34\x25\x76\x6f\xe4\x18\xcd\xe0\xee\xca\x2e\x90\x23\x31\x02\x35\xc4\x02\x94\x50\x2b\x83\x9b\xdf\x6b\x28\xb1\x6d\x8d\xbb\x85\x20\x89\x5d\x09\x12\x29\x2b\x9e\xa5\x80\x55\x1d\xe1\xa6\x9d\xca\x38\xcb\xa8\x19\x49\x35\x45\x12\x2a\x4d\x1a\x1b\x5f\xde\x28\x17\x86\x29\x95\xcf\x0c\xf7\x50\xa0\xd5\x2b\x10\x4a\x7f\xca\xf1\x27\xa6\x35\x1d\xb3\x5d\x9c\x2f\x75\xd7\xfe\xed\xe7\xf8\x9f\xe0\x5c\x59\xe7\x4a\x2f\x8d\xd0\x07\x6d\x79\x7a\xba\x12\x1f\x28\xcf\x72\xc5\xae\x65\xc6\x93\x2d\x9d\xc5\x56\xcd\x1c\x74\x3f\x59\xf1\xbb\xdd\xeb\x5c\x94\xf8\x14\x3c\x6b\x7f\xe8\x75\x6e\x06\x88\x2f\xd9\x7e\x7f\xd1\x19\x5c\x5e\x9d\x77\x6e\x07\x67\x57\x9f\xae\x2f\x3a\x2b\x7c\xb0\x8d\x8d\x2f\x9a\x2c\xaa\xaf\x9e\x2e\xfc\x02\x3b\xac\x72\xd4\x6e\xbc\xa6\x0b\xf1\xcd\x94\x67\xe0\x00\x92\xe8\x08\xa2\x44\x58\x9d\xdf\xfe\xac\xbd\x5e\xe5\xc3\xf9\x5a\xa4\x6b\x7e\xc8\x32\x42\x73\x23\xa7\x14\xcc\x98\xd9\xbc\x2f\xe8\x50\x2a\x03\xda\x5d\xb8\x19\x88\xca\x85\xb0\x5c\xd1\x36\x86\x30\xb1\x49\xc6\xa8\x20\xf9\x2c\x0a\x45\x77\xc6\xb8\x11\x17\x10\x25\x32\xa5\xea\xde\x57\xcf\x08\x11\x84\xe1\x50\x68\x42\x75\x5f\x20\x6a\x83\x63\x85\x6b\xac\xf0\xe9\x5a\x6f\x35\xae\xce\x94\xde\x33\xbb\x2a\xd3\x3c\x99\x58\xfd\x70\xac\x98\xd6\xce\x60\x93\x50\x81\xce\x37\xf7\xfa\x23\xcf\xb2\xbe\x10\xd2\x2e\x85\xb7\x0b\xa5\x6c\xc6\x44\xca\x44\xc2\x31\x00\x1d\xfc\x56\xc1\x7e\x3b\x56\x74\x36\x21\x5a\x82\xc3\x07\x96\x1d\x34\x4f\xfc\xc8\x87\xac\x38\x9c\x0a\x78\x1c\x9b\x75\x54\x6e\xf9\xc4\x15\x5c\x42\xb8\xca\xf0\xb1\xb7\xe9\x78\x5b\x26\x6a\xf0\xd3\x59\xc6\x0c\x62\xbd\xc2\x92\xc3\x66\xd8\xb5\x2e\xed\x87\xdd\xa6\xba\x4d\xe8\x8b\x62\xcc\x54\xbb\x11\xb5\x6a\xcc\x45\xee\x48\x91\x9f\xa9\x48\x33\xdb\x8a\x37\x0c\x96\xcf\x22\x44\x51\xb6\x2d\xd5\xf8\xd3\xb8\x8b\xa4\x96\xd0\x5c\x6f\x24\xaa\x2d\xcf\x1a\x40\x7d\xfe\xb8\x70\x88\x02\x79\xbb\x94\x01\x58\xdd\x99\x65\x91\x34\x93\x6e\x95\xf0\xf5\x1c\xd1\xfd\x09\x8c\xa6\x41\x77\x9c\x29\x2e\x12\x3e\xa3\xd9\x56\x82\x65\x25\x8e\xcc\xc5\x67\xbd\xe5\x23\x4b\x3e\xef\x16\xfc\x18\x86\xa9\x29\xa4\xcf\xb8\x61\x86\x2d\x5c\x25\xb4\xe1\xee\x58\x42\xa6\xe5\x58\x9b\x2d\xf6\x06\x9d\xd4\x4d\xd3\xad\xb4\xe2\x7a\xc7\x28\x09\x9a\x5d\xd7\xb7\x59\xb7\x60\xd1\xc3\x7f\x2c\xdb\xea\x4f\x74\x66\xb7\x18\x31\x6c\x09\x2d\xe6\xe8\x04\x26\x57\xa2\xc1\xbb\x7a\x23\xdf\x4f\x88\x40\x5c\x5f\x81\x2e\x96\xd0\xf9\xea\x17\x3b\x29\xf9\xc0\xa2\x84\x25\x47\x92\xa3\xdc\xd8\xd3\x44\xc1\x8b\x46\xde\xb2\xd6\xb8\x45\x3c\x92\xf0\x11\x69\x5f\x5f\x77\x2e\xcf\x8f\x08\x33\xc9\x3b\x1f\x4c\xe2\x7c\xeb\x7d\x61\xa4\x13\x2e\xe6\x64\x22\x1f\x81\x95\x31\x35\x66\xa5\x39\x7b\x47\x3c\xc0\xd0\x8c\xb9\x36\xca\x85\x03\x88\x34\x06\xb6\xe6\xd3\xaa\xdc\x88\x14\x92\x9b\xc9\x2e\xa4\x41\xb5\xce\xa7\x56\xae\x1d\x70\x3a\x1d\x28\x99\xad\x3a\xc3\xb5\x47\xaa\x30\x8c\x0c\x9c\x2d\x6a\x40\x93\xc4\xca\xbd\x6b\xb7\xb6\x6a\x1f\xcf\x61\x99\x34\x99\xd9\x03\x05\x51\x48\x8b\x30\xc7\xd1\x2d\xe5\xad\x84\xc3\x39\xb2\x8c\xac\x48\x24\xf3\x78\xdd\xe7\x6c\xa6\x98\x95\x0e\xab\xe6\xb2\xb0\xb0\x37\xe5\xe5\xf8\x8e\x16\x37\xb0\xb3\xcd\x96\xb5\xb4\x6a\x47\x64\x96\x31\xcb\xae\x73\xcd\x30\xdc\xe1\x96\x25\xb9\xe2\x66\x7e\x86\x29\x7d\x35\xab\x7a\x86\x30\xee\xde\x2e\x15\x81\x48\xef\xb2\xcc\x75\xad\x2c\x6b\x89\x3c\x39\x8b\x3b\x43\xde\x56\x87\xcd\x8d\x2e\xfd\x4a\x39\x1a\x88\x18\xa9\xe0\xee\x23\x0d\x43\x4d\x33\xe0\x39\xbf\xe5\xd2\x50\xfd\xae\xd5\x17\x96\x81\xde\xb3\x39\xda\xe1\x2d\x8b\xfa\xa3\xbd\x36\x8f\x35\x13\x1a\xa2\x92\xfe\x88\x06\x32\xcb\x64\xbd\xda\x8a\x52\x24\xc2\xfd\x97\x61\xc3\x21\x92\xc4\x35\xea\x38\x64\x11\xa7\x53\x60\x8d\xfb\x67\x38\xfc\x31\x33\x10\xc8\x6f\xb8\x01\xf1\x26\xc5\x7a\x02\x0b\x43\x5f\x69\x9b\x40\xaa\x50\x12\xec\x25\x69\xbe\xdb\x79\xd3\x8b\x6d\xd4\x6d\x62\xfd\xc5\x7e\xeb\x42\xb3\x4e\xbc\x8a\x97\x28\xb9\x00\xd2\x4f\x2d\xbf\xb6\x3b\x3d\x44\xde\xe2\x8d\xc4\x4c\xb4\x1e\xf9\x3d\x9f\xb1\x94\x53\x08\xd4\xb2\xff\x3a\xb1\xf3\xfa\xa7\xb3\x9b\xab\xcb\x41\x11\x5e\xf9\xef\x7d\xd1\xce\xb4\x24\x56\x54\x91\xca\x68\x22\xa4\x08\x51\x61\x33\xc5\xfc\x75\xe0\xe6\x62\x57\x35\x32\x31\xf5\x45\xd3\x08\x52\x99\xe8\x16\x7d\xd4\x2d\x3a\xa5\x7f\x97\x02\xec\xd5\x6d\xf8\xf3\x2c\x93\x79\xfa\x85\x9a\x64\x72\x02\x66\x64\x73\xc2\x1e\x98\x30\x68\xae\xb2\xcb\x95\x42\x8c\xb8\x86\xa0\xb2\x7f\xb2\x63\x2e\x22\x3d\xb5\x15\x3a\x13\x36\x33\xe4\xff\x55\x6c\x28\xa5\xa9\x67\x51\x72\x34\xd2\x6c\x15\x3b\x6a\x90\xa7\x6e\xaf\xc8\x5f\xfe\xed\xc7\x9f\x2c\x09\x6d\xb3\xc6\xdd\xdb\xab\x81\xfd\xfe\x9f\xce\xdd\xf7\x7a\x2d\x92\x3b\xc7\xbc\x97\x9d\xa2\x2e\xb7\x61\xe6\x9b\x1a\x34\xab\xb7\x20\xd7\xb3\x8c\xce\x17\x5c\x23\xab\x6e\xcf\x4b\xcb\x0f\x66\x34\x61\x45\xde\x8d\xf7\x31\x26\x72\x3a\x05\x97\xb4\xf7\x34\xa6\x7c\x04\xbe\x69\x63\xaf\x00\x32\x64\xe6\x11\x22\x21\xfc\xaf\xc1\xdb\xe4\xad\x15\x96\x79\x00\x83\xea\xdb\xb5\x4a\x73\xb0\x63\xf5\xdf\x1c\x91\xfe\x9b\x94\x3d\xb0\x4c\xce\xec\xf9\xb1\x3f\x30\x93\xd4\x5d\xb5\x9d\x29\xe5\xd9\xa5\x34\xc1\xb9\xbe\xcb\xb6\x28\x96\xf0\x19\xb7\xf4\x3c\x60\xb6\xdd\x27\x8d\x8c\x5d\x65\xd3\xf5\x09\xbd\x30\x12\x42\xd3\xd4\x1e\x2b\x80\x7c\xf7\x83\x2c\xac\x50\x22\x5a\x80\xf5\xd8\x66\xb0\xce\xed\x97\x8c\xeb\x6d\xdb\xf6\x82\xf7\xd6\x9b\xd0\x71\x01\xd2\xbd\x94\x6a\x1d\xe4\x7f\x01\x25\xed\x95\xf0\x45\xfb\x42\x83\xce\x66\x45\xb6\xf5\xc6\x59\x5e\x99\x5b\xfb\xdd\xd2\xa1\xe9\x38\xf7\x3c\x94\x69\x09\x12\xb8\x8b\x0f\xab\x86\xa4\xb1\x95\x23\x4e\x32\xa9\x73\xb5\xa6\xe3\xa0\x3c\xe8\x33\xf7\xe9\xb2\x71\x77\x62\x85\x25\xcf\x8c\xde\x48\x27\xaa\x59\xf8\x4a\xea\x12\x1e\x6e\xe3\xa4\x40\xf7\xf6\x11\x29\x8a\xab\xd2\xac\x08\x9e\x13\x29\x29\xa4\xa9\xbe\x08\xf1\xbe\x54\x93\x47\x96\x81\x61\x2b\x91\xd3\x19\x48\x0a\x6e\xb8\xae\x25\x7b\xd1\x19\x6a\xd8\x11\x91\xb9\xb1\x8d\x1d\x61\x19\x21\xb7\x05\xc7\x43\x0a\x09\xf0\x45\x71\xc0\xbe\xb8\xd3\xde\x96\x1e\xf2\x96\x91\xd6\x91\x81\x71\x41\x3e\x32\x03\xad\x00\x90\x44\x3c\x41\x2c\x97\x54\xcb\x82\xaa\x6b\xbf\xc3\x89\x72\x33\xd9\x60\xe7\x8b\x30\xe1\xf7\x99\x1c\x2e\xdd\xf7\x36\x99\xa2\xf6\xec\x7a\xf1\xc6\xc1\xc2\x6e\x12\x25\xdc\xae\xa2\x51\xa6\x54\x29\x24\x68\xc5\xf1\x2f\x87\x16\x2f\x27\x4f\x08\xec\x8d\xaa\xee\x2e\x8e\xd3\x59\xd4\x56\x8d\x11\xec\x3e\x83\xd7\x63\x5d\xc2\xf1\x4e\x17\x2d\x6a\xab\x88\xa0\x6c\x89\x7b\xea\xc9\xc0\x01\x31\x13\xc6\x15\x59\x6b\x5a\xfe\xfc\x0e\xf0\xcc\xaf\x4f\x34\x05\x6d\x37\x09\x80\xc8\x44\x02\x83\xb0\x03\x73\xc0\x17\xa5\xda\x5e\xad\xbe\xa8\x0c\xc2\x99\x68\x35\x01\xf2\xf2\xa7\xa1\xc4\xfb\x8f\xc8\x88\x7f\x75\x8d\x16\xae\x1b\xff\x6a\x64\x14\x68\x30\x15\x4e\xe8\x22\xd9\x6d\x70\x3f\x5e\xc3\xf7\x4b\x6d\x61\x52\x1b\x2b\x0e\x58\xc1\x4a\xb1\x44\x2a\xcb\x12\xa1\xdb\xe0\x48\x5a\x79\x37\x1a\xaa\xec\xa2\xd0\x8d\x04\xf0\x02\x08\x26\xa5\x86\x1d\x1b\xbe\x32\x2a\xc7\xaa\x2b\x96\xc1\x4e\xad\x3a\x1b\x25\x79\x14\x1c\x76\xc8\xc6\x54\x78\xa7\x43\xc3\x68\x3d\x6b\xdf\xe1\x30\x5b\xc9\x8a\x82\x57\x15\xe4\x08\x3b\xa0\xf2\x38\xf4\x0c\x96\x73\xe9\x38\x9c\x81\xe8\xb9\x56\xcd\x2c\x59\xb6\x47\x1a\xec\x55\x0d\x83\xcd\xa1\x26\xeb\x8b\x19\x6c\x46\xb5\x21\x6e\x4c\x0d\x23\x8e\xa5\xd9\x3d\x64\xa7\x2d\xab\x19\x13\x2b\x0e\x9b\x08\xe7\xf1\x10\x89\x66\xc6\x70\x57\xdb\x24\xd7\xcc\x05\x15\x4f\x99\x1a\x7b\x81\x0f\xe1\xae\xc3\xd1\x76\xb8\xd7\x9e\x8f\xc6\xbc\x04\xdc\x4f\x8b\x4d\xb7\x48\x5b\x2c\xa4\x46\x78\x1b\x5b\x69\xbd\x90\x6b\xd3\xec\x91\xce\x35\x99\x29\x8c\x44\x46\x9f\x94\x9f\x3c\xd8\x96\xcb\x1f\x05\xcb\x81\xf1\x4e\x41\xa8\x54\x18\x8f\xac\x61\xb3\xa2\xc2\x46\xeb\x33\xbb\x35\x65\xff\x8a\xbf\xa4\xae\xcc\x51\x50\x81\x6a\x39\x5d\xb3\xed\xb2\x14\x1b\xe7\x10\x0a\x40\xb6\x74\xda\x45\xa7\xec\x6b\x69\x12\xf8\xc0\xea\x76\x41\x87\x2c\xdb\xd9\xc7\xb2\x95\x05\x04\xba\x76\xd8\x11\x56\xfd\x66\xe8\x33\x82\xb2\x93\xaa\xca\xda\xbc\xdd\x50\xe5\xeb\x79\x90\x8a\x79\x96\xd0\xda\x77\x98\xa8\x07\x43\xd9\x9e\x7f\x37\x01\xa5\xc4\x17\x49\x81\x94\x52\x7f\x8b\x54\xcd\x37\xbb\x8c\x21\x82\x34\xa9\x1d\xc2\x3e\x30\x4d\xf6\x62\x0c\x0a\x24\xb3\x26\x7e\x5f\x77\x44\x84\x14\x8c\x70\x5d\xbc\x6c\xca\xae\xf2\x10\x78\x6d\xc5\x48\x54\xd3\x17\xab\x83\x3c\xb3\x4e\xde\x0e\xba\x24\x19\x71\x96\xa5\x9a\x08\x66\x55\x1a\xaa\xe6\x90\x00\x89\xfc\x6c\x1d\xd1\x68\x5f\xc2\x6a\xcd\xed\xe1\xa4\x48\x8f\x35\x01\x78\x64\x56\x10\xab\x8c\x8b\x60\x82\xa8\x7b\xc9\x7d\xe4\xa2\x8f\xfb\x22\x28\xc1\x40\x7e\x5c\x5b\xe5\xae\x45\x60\xdb\x4c\xf1\x15\x46\xd3\x9b\xb0\x87\x47\x5e\x94\xd5\x88\xe6\xb5\x89\xea\xef\xaf\xad\x62\x1d\xcb\x19\x80\x3e\x51\x19\xcb\xcf\xd6\x55\x0d\xf5\x44\x91\x95\xac\x90\xcb\x99\x8e\x2b\x2f\xf2\x02\xcc\x54\xeb\xaf\x94\xdd\xe4\x7c\xc1\x70\x85\xc5\x43\x0a\x1d\x3b\x4a\x48\x88\x35\x15\x97\xbc\x8c\xc5\x1f\xa9\x26\x7f\x14\xd2\xfc\x31\x4a\xef\xf6\xda\x30\x56\x9f\x71\x96\x89\xa3\x12\xec\x0c\xf7\xc9\x6a\x8e\x48\x08\x8d\x92\x24\x56\xae\xfc\xae\x98\x02\x85\xcf\xef\x49\x85\xb7\xce\x62\x38\x44\x13\x6e\x17\x42\x4f\xee\xcd\x04\xf0\x1c\x75\xcf\x08\x92\x81\x62\x3e\x61\x66\x2a\x15\xab\xc0\x5f\x22\xf3\x0e\xf1\x42\x08\x3b\xb8\x3e\x95\xd6\x58\xc3\x10\xd2\xaf\x38\xe6\x25\x2b\xd8\x72\xeb\xd7\x3e\x02\x81\xa6\xe5\xbc\xc3\x25\x14\xb0\x22\xab\xbb\x5e\x23\xdf\x26\x78\xa7\x49\x24\x0d\x76\xe8\xb8\xce\x4f\x53\x2e\x73\xab\x2f\x3e\x48\xe5\xee\x4e\xed\x60\x42\x86\x34\xb9\x3f\x66\x22\x25\x34\x37\x13\xcc\x29\x76\xa6\xe3\xb9\xdb\x59\x2b\x17\x00\x09\x84\x9c\x55\xae\x13\xaa\x1c\xd3\x1f\xd1\x07\xe9\x47\xd1\x17\x51\x23\x00\x44\x02\xc8\x53\xe0\x4a\x6f\x12\x20\x18\x20\xfd\x35\xad\x45\x1d\x06\xec\x02\x02\xec\xf2\x33\x13\xc7\x36\xf7\xa1\x3f\x96\x0a\xa6\x75\xff\x0d\x8e\xba\xb2\x42\x5d\x6f\x8e\xf2\xea\x8d\x8e\xab\x69\x85\x37\x8f\x5c\x58\x1e\x1a\x64\xdc\x2c\xac\x98\xf2\xa3\xe7\x9d\xa5\x0c\xeb\x51\xae\x20\xc0\xae\xae\xcd\xb7\xc9\x84\x67\x85\x89\xfa\xdd\x91\x3b\x8f\xd8\x64\xc6\x1e\x58\x86\x40\x1c\x89\x02\x3f\x2e\xfa\x14\x7f\x24\xff\x1b\xb1\x51\xc9\x4f\x7d\xf1\x11\xd8\x6a\x96\xcd\x8f\x08\x1f\x15\x2d\x53\x53\x69\xe6\xbe\x76\x00\x76\xcb\x90\xb3\x94\x06\x82\xfb\x3d\xa1\x0f\xac\x2f\x7c\x33\xff\x9b\xdc\x93\x3f\x91\x9f\x9a\xec\x38\xde\x1d\xfb\xc4\x6a\x3e\x50\xb1\xef\x2b\xe2\x0c\x47\x4e\x7c\x04\xce\xe1\xad\x00\xe5\xf2\xfa\x8b\x21\xd3\x01\x02\x80\x8b\x07\xb9\xe8\xbc\x8a\x4f\x2e\x55\x4c\x98\x81\x90\x29\x1b\xb0\x1a\xcf\xd5\x12\x46\x61\x2f\xf5\x4b\x99\xb2\x95\x7e\xa7\x20\x20\x7f\x01\xcb\x85\xce\x87\x61\x3b\x20\x72\x33\xe8\xdc\x65\x02\xab\x1f\x70\x48\xd1\xdd\x66\xb8\xdb\xba\xca\xae\x9c\x74\x75\x04\x1c\xdd\x0d\xa0\xde\x5d\x93\x51\xe3\x83\xe4\xaa\xa7\xb0\x6a\x20\xb6\x2f\xdb\x99\xbb\x3b\x27\x4a\x3e\x06\xd4\x22\xc5\xc7\xdc\x4a\xdb\xeb\xbb\xe3\x80\x09\x6e\x63\xe5\xc6\x74\xcf\xb5\xcc\xdc\xc5\x52\xf8\xc0\xf9\xe3\x40\x76\x85\x8b\x69\x28\xf3\xaa\xcc\xed\x16\x80\xeb\x38\x7c\xcf\x89\xd7\x73\xcb\x82\xc7\x18\x1a\xc6\x26\x1c\x81\x02\xda\x67\x17\xc4\x1e\x0a\x39\x65\x88\x8c\x6b\x17\x2d\x37\x13\xa9\xf8\xdf\x1b\xfd\xb1\xcd\x12\x76\xe1\x47\x8b\x2a\xf2\xc3\x38\xcb\xb2\x36\xd0\x28\x4a\x06\xa6\xa4\x48\xd4\x69\x38\x64\x98\x43\x36\xac\xe5\xae\xa3\x3c\x43\x10\x9a\x44\xaa\x14\x71\xda\x75\xb9\xfe\xbf\x15\x39\xb4\xe6\x63\x17\x58\xe8\x1b\xe4\x2e\x69\xd0\xc1\xdc\x24\x13\x2a\xc6\xcb\xe5\xc8\xbf\xe6\x2c\xdf\x53\x98\x96\x83\x9e\xfb\x46\xde\x78\x3a\xd6\x45\xda\x07\xae\x8d\x65\xc9\xc5\xfa\xfe\x66\x67\xea\xfc\xf1\x54\xdf\x17\xf6\xb4\x90\x3b\x86\x6a\x74\x55\x9f\x5f\xc3\xf6\x72\xe3\x8e\xdf\x1e\xac\x2f\xcf\xe1\xae\x5f\x94\x8f\x6a\xf8\x0f\xd0\x9f\x83\x77\x79\x56\xeb\x46\xe0\xe1\x15\xb9\x63\xdf\x96\x8e\x0d\x34\x69\x3f\x28\x37\x42\xc7\x5c\x17\x7d\x9b\xf5\xd4\x71\x5b\xb6\xa3\x6c\x4c\x12\xd8\xf7\x00\xbc\x58\x3b\x5b\x6f\x23\xab\x64\x11\x30\x8b\x11\xd3\x3e\x97\xe1\x69\x4d\x2d\x65\xbf\x60\x39\x66\x3b\x72\x0b\x36\xc5\xd2\x47\x23\xda\xe2\x76\x5a\x54\x84\xea\xc7\xe6\x1f\xaf\x3b\x94\xa5\xde\x90\x35\x7d\x1b\xa0\xd1\x2f\x3b\xb6\x17\x2e\xd8\xa8\xec\x15\xc0\x08\x0a\x19\xf9\x45\xc1\x41\x90\x6b\x62\x14\x85\x78\x51\x88\xf2\xfb\x82\x52\x2c\xd7\xa8\x2f\x3a\x80\x43\x50\x47\x1d\x9c\x1a\x30\x4f\x87\xbe\x64\x26\x54\xb8\x74\x99\x3a\x0f\x44\xc0\x87\x0e\x27\x21\xf6\x41\xd4\x75\x06\x1d\x39\xd1\xbd\xb6\x49\xbf\xd0\x71\x1c\x77\x25\x86\xb6\xc9\x54\xcc\x35\x84\x60\xd3\xac\x51\x67\x1c\x4a\x99\x31\x2a\x9a\xc4\xea\xda\xc7\x0b\xd6\x22\x1e\xc7\xcd\x5a\xad\xcf\x4a\x66\x2a\x67\x56\xa7\xa0\x98\x30\x14\xcd\x8b\x42\x19\x07\x13\xd0\xe9\x50\x31\xb4\x03\x4d\x57\xf8\x43\x8e\xe2\x93\x3f\x64\xd9\x46\x81\x26\xf8\xc1\x52\x2a\x82\x57\x8a\x4a\x01\x6b\x25\x61\xc4\xf1\x0f\xb5\x29\x2b\xab\x06\x16\x27\xba\x2c\x35\x0d\x97\x93\x45\xb6\x1c\x62\x6e\x26\xb5\xd1\xf8\xcb\x06\xe8\xd3\x01\xd6\x91\x58\x4f\x41\x7a\x24\xd2\x21\xf1\x44\x23\x5d\x67\x57\xb5\x8b\xa2\x1f\x38\xdd\x7f\x7d\x9e\x5a\x8d\xbf\x5f\x6f\xac\xbe\x3f\x6f\x6b\xd8\x76\xdc\x0e\x90\x64\x20\x47\x3e\x4f\x61\xfd\x91\x57\x91\x5a\x36\xb0\x4a\x28\x04\x7a\x20\x33\xc5\xa5\x72\x80\x28\x8d\xbe\x81\x55\x97\x7a\xbb\x12\x3f\x02\xf0\x96\x53\xb8\x77\x74\x01\x0f\xe6\xed\x7f\xe1\xd6\x2f\xad\x0e\x64\x23\xc2\xc7\xa9\x64\x3a\x12\xb4\x61\x61\x91\x8b\xf1\x11\xb3\x83\xee\x0b\xab\x69\xc4\x4a\x01\x26\x35\xfa\x1c\x47\xdb\x69\xa2\xa4\xd6\x2e\x24\x04\xdb\xd1\xad\xa5\xf2\x44\xcf\xa5\x9c\xed\xc3\xd9\xf7\x7c\xd1\xa1\x8b\xa5\xa3\x22\x38\xf3\x7a\xf9\x73\xc8\x42\x7a\x5d\x23\xf7\xdf\x35\x70\xcc\x1f\x13\xa2\x18\xd5\xce\x02\x02\xf1\x55\x95\xc8\x92\x0d\xa4\xc5\x30\x66\x8c\xb3\x3c\x0e\x09\xad\x11\x09\x39\x00\x08\xac\xda\xc2\x35\xe1\x4a\x31\x00\x85\x47\x04\x82\x6e\x85\x6a\x78\x51\x9a\xbc\x58\x91\xa0\xec\x63\xcf\x70\x5b\x6a\x3e\xb5\xe7\x19\x90\x6f\x84\x3c\x96\x33\xd0\x1e\xab\x6f\x41\x36\x32\x1f\x59\x4a\x8c\x2b\xa3\x5b\x11\xfb\x18\xaa\x8b\x30\x61\xea\xdc\x1d\xbe\x11\x70\x8f\x00\x00\xc2\x84\x39\xca\xed\xbf\x69\xbf\xbf\xba\xe9\x75\xce\xfb\x6f\x0a\x1f\xb6\x8f\x77\xf2\x97\x7b\x48\x96\x94\xa2\x2f\x82\x2b\x2a\x94\x0d\x83\xbd\x24\x34\x4d\x8b\xdc\x40\x8c\x82\x1c\xa0\x49\x7d\xdd\x53\xb1\xd2\x1b\xb5\xd8\xcc\x07\xfe\x95\xa5\x37\x0d\x90\x62\x7b\x09\x11\x58\xcb\x56\x5b\x4b\xe2\xb9\xe0\x6b\xde\x11\xe5\xa9\xdc\xd9\xef\xd6\xa7\x60\x3c\x09\xb0\x57\xde\xe8\xa7\x2d\xf3\x25\xd4\x10\x1a\xaa\xb9\x8d\x80\x06\x44\x32\x3f\x22\x90\x13\x60\xa9\x76\x4e\xfe\x4c\xa6\x5c\x40\xfc\xee\xb2\xb5\xbd\x2b\x4f\x64\x13\x2c\xd7\xee\xe5\x5d\x19\x68\xfd\xe7\xab\xbb\x32\x42\x61\xfb\xd7\xe5\xa8\xac\xe5\x16\x96\x19\x75\x8a\x39\x46\x31\x52\x12\x97\x22\x2c\x4d\xdd\x44\x3f\x32\xf3\x19\x0b\x3b\xec\xc3\x23\xea\x00\xe1\x40\xef\x63\x03\x5f\xda\x63\x7d\x3a\xf8\x5c\x53\x0c\xa4\xd0\x70\x7a\x0e\x8e\x59\xc9\x0c\x84\x6d\x16\xaa\x81\x44\x41\xbd\x2d\x2c\xd1\x00\xf5\x03\xc0\xae\xe4\x8d\x92\xf6\xce\x94\xc2\x2e\x57\x1f\xde\x0e\xe8\xce\x45\x73\x72\x84\x1f\xaf\x15\xe9\x73\x13\xfb\xb6\x6c\x5b\xc5\x52\x92\xf6\x75\xb7\x66\xad\x2f\xaa\xa2\xf1\xf7\x95\x34\x9d\x05\x29\x7d\xdf\xf9\xd2\x51\x34\xd2\x8b\x48\x95\x76\x33\xdd\x2d\x4b\x1a\x8d\x19\xd7\x65\x0b\xc9\x93\x0a\x43\xb5\x21\x07\xdb\x07\xcf\x14\x13\x00\x6b\x51\xbd\xa8\xb3\x71\xc6\x49\xd1\xaa\x4f\x7b\xd8\x40\x52\x26\xc5\xd7\xde\xe6\xe6\x60\x9a\xe8\x8c\x3a\x74\x4a\x90\x76\x7c\xce\x69\x1d\x9a\x48\xab\x2f\xe2\x12\x9f\x28\x9f\x58\x1a\xf0\x39\xc8\x80\xe9\x64\xd9\x85\x42\xe7\x79\xb8\x7a\x8e\xe2\xec\x93\x6a\xf4\xa4\x99\x90\xb9\xcc\x55\xe8\x71\xa1\x1f\x47\x7d\x7a\x42\x7d\x80\x8d\x97\xe9\x9d\xfb\x37\xce\x25\x87\xf6\xa2\xd4\x4c\xd7\x31\x7b\x60\x82\x3c\x4e\x98\x88\xbc\x81\x7d\x11\xc5\x35\x5a\xf1\x5f\xfc\x60\x42\xf4\x12\xcf\xe6\xe0\x10\x24\x34\xb8\x3e\x0b\xe3\xa6\xa6\xdc\xb5\xbc\x9c\x80\xf7\x90\xa0\xa2\x2b\xd8\xa8\x1b\x10\x1f\x7c\xd9\x64\xaf\x73\x28\xca\x96\x06\x62\xeb\x21\x06\xd1\xd7\x92\x2c\xfb\x3a\x63\xc9\x36\x59\x05\xd7\xbe\x88\xdb\x32\xfb\x61\x19\x97\x0b\x6c\x63\x6e\xeb\x8c\xf4\xd6\xcc\xea\x68\x57\x8c\x73\xa3\xdc\x1e\x3b\xd0\xcf\x2e\xff\x7a\xc3\x71\xfa\xec\x9e\x91\x92\xd3\xf5\x86\xf8\x3c\xf1\xec\xbd\x85\xc8\xf0\x92\x41\xee\x85\x04\xb2\xaf\x1e\x65\x53\x04\xfb\x2a\xae\xf7\x19\xef\xc5\x90\xac\x02\xf0\x12\x1e\xeb\xcb\xbb\x29\x5d\xf0\x78\xdc\x67\x7c\x67\x05\x87\x9d\x0f\xec\xaa\x9c\x82\x92\x2b\x70\xc8\x88\x93\x3c\x31\x98\xbb\x3e\x0a\x1d\xae\xcf\x3a\x1f\x44\x14\xcd\xe0\x72\xf1\xec\xe2\x69\x43\xa7\x21\xd9\xbf\x8a\xf6\x50\x59\xae\x15\xdc\x68\x5f\x51\xc5\x4f\x10\x79\x5e\x67\x57\x28\x45\xc3\xbb\xb0\x9f\xfd\xa4\x9c\x56\x6e\xe8\xa5\x03\x2b\xe5\x9c\xc6\x03\x72\x80\xe2\x71\x9e\xe5\xe2\x56\x96\x6e\x3e\xac\x34\xe0\x5d\x1d\x5b\x5a\x24\x90\x3a\x99\xaa\x24\x0b\x90\xf8\x8e\x07\x83\xd6\x94\xce\xa3\x70\x44\x07\x68\x05\x97\x33\x17\xe1\x5f\x65\x56\xeb\x89\x39\x26\xd1\xba\x90\xa0\x56\x04\x52\x0d\x96\xb6\x2c\xbe\xaf\xb1\x7a\x0a\x8e\x12\x1d\x0c\x88\x97\xdd\xbd\x44\x88\x6b\x08\xb5\x9b\xcb\x9c\x3c\x72\x6d\xb5\xb1\xbe\x00\x0b\x7c\xc0\xd5\x36\xd2\x61\x61\x1f\xc1\x5b\x10\x80\xab\xf3\xe1\x94\x5b\xdd\xb5\x98\xe4\x1d\x70\x84\x1b\x1f\x8e\x89\xe7\xd8\x7e\x00\xd7\xb6\x0f\xf4\xac\x4b\xa9\x58\x71\x3e\xb6\x30\x39\x14\x8d\xec\x1a\xcb\x19\x39\x08\x9f\x36\x9a\x33\x12\xb3\x63\xb5\xa6\xf6\x78\x1d\xc2\x39\xeb\x0f\x65\x39\xa5\x19\xf2\xce\xb9\x36\x95\xcb\xa4\x39\x91\xb9\xd8\x82\x7d\xc4\x72\x36\x01\xaa\x2c\x0b\xf0\xf1\x9f\xd4\x4b\x3b\xb7\xa1\x64\x4c\xad\x08\x76\xdd\x28\xdf\xbc\xb4\x84\xb2\xa8\x3a\xd6\xd6\x6e\xd7\x4d\xd4\xad\x22\x27\x22\x26\x85\x28\xe6\xa7\x9c\x4b\xc0\xaa\xac\x5b\x48\x03\xf1\x0e\x09\xe0\x42\x2e\x04\x1b\xf5\x45\xbd\xdc\xb0\x9c\xc6\x76\x0d\x5d\xd8\x6b\xe2\x59\x64\x2d\xf2\xb3\x70\x16\x91\x2f\x21\x56\x13\x95\xd1\x50\xe4\x95\x55\xce\x95\xb7\x75\x37\x68\x01\x20\x2e\x6c\x13\xf5\x56\x73\x2a\xd7\x0c\x2c\x58\x79\x2e\xdc\x95\xf9\x34\x1a\xd4\x8e\x11\x18\x90\x7b\xbd\xff\x8c\x71\x30\x18\x1f\x81\x37\xc2\xb9\x2a\x29\x96\x9f\x08\x50\x1d\x6b\xad\xdc\x1a\x78\x6c\x0d\x3c\x0c\x1e\x96\x2a\x07\xc1\xe1\x91\x59\xa8\xd2\x52\xe1\x6e\x41\xdc\xc9\x45\xca\x94\x60\xd4\x4c\x9e\xcf\xa3\x7f\xb6\xab\xc9\xf0\xd9\xbc\xfb\x67\x7b\x41\x84\xac\x78\xfa\x37\x74\xf2\x6f\xe0\x79\x2e\x30\xf3\x16\x94\xa8\x3a\xe0\xdc\x22\xb1\xc0\xe9\x59\x65\x58\xc2\xa7\x08\x56\xa8\x57\x6c\x9e\x26\xbe\xa0\xc6\xa0\xb1\x10\x59\x60\xcf\x66\x8c\x34\xb8\x62\x49\x5e\x6f\x9c\x41\xcc\x66\xe8\xa3\x33\x1b\x0d\x2c\x67\x1f\x20\xc6\xd0\x06\xbb\x79\x43\x1f\xaf\xe0\x7b\x28\x1b\x8e\x5f\xaf\x2f\x38\x2c\x53\x36\x83\xa5\x12\x90\xa1\x4b\xd8\x47\xc8\xf5\x57\xdc\xfe\xdb\xd7\x58\xf2\x7a\x5b\x09\xae\x1e\x7f\x71\x3f\x34\x54\x9d\x58\x51\x49\x29\xd6\x21\xc5\xbc\x6a\x82\xa1\x2a\xcd\x98\x06\xed\x00\xd5\xc2\x8a\x02\xb0\x4c\x3d\xed\x8b\x9f\xe5\x23\x7b\x60\xea\x88\x50\x43\xa6\xd2\x0a\x7d\x91\x57\x0c\xc2\xec\x4b\x18\x00\xe8\xfd\xa0\xe4\x92\x4e\x59\xda\x01\xd1\x21\x0a\xac\x75\x4a\xb2\x33\x40\xd7\xe5\x59\x42\xee\xa0\x2b\x2f\xeb\x06\xda\x17\x58\xa0\x09\x5d\xae\x40\x8d\xdc\x4f\x0c\x58\xe5\x1f\x83\x79\xfc\x8f\x2d\xd2\xb3\x32\x0e\xd7\xe5\xf1\x46\xf9\x1a\x4d\x63\xeb\x8b\xb1\x92\xf9\x2c\x28\x31\x72\x08\xda\x13\x9a\xc9\x6b\xcc\xe3\x30\x18\x6f\x1b\x4f\x68\x6a\x25\xa8\xe5\x84\x53\x52\xb3\x5f\x98\xd5\xa8\x1c\xfc\x1c\x13\x90\x65\x5e\xc1\xdb\xeb\x22\x7a\x80\x8c\x9a\x71\x59\xf6\x67\x66\x5f\x40\xc3\xd5\x20\xbf\x07\xeb\x46\x29\x12\xae\xe1\x56\xd9\xc0\x22\xe4\xad\x27\xf5\x21\x9c\x45\xb7\xce\xaf\xeb\xcb\x14\xd4\x15\x23\x6a\xd8\xfb\xf5\x1d\xe0\x95\x51\x5e\xe7\x6a\x26\x21\x07\x22\x9b\xfb\xb8\x51\x97\xd7\x31\x93\xb3\x1c\x1d\xd0\x3c\xf6\x47\xd6\x0e\x88\x6b\xf3\x89\x9a\x64\x62\x45\xc7\x22\xbf\x61\x4f\x8e\xf9\x82\x91\x3e\xad\xaa\x5a\x33\x83\xb3\xb8\xf7\x06\x33\xcc\xda\x56\x08\xcc\x76\xf6\x61\x3d\xf0\xaf\x2c\x23\x53\xdb\x6b\x09\xee\x35\x02\x68\xab\x5d\xeb\x12\xbc\xd9\xde\x7d\xf2\x3b\xa8\x12\x50\xa6\x91\x0b\x12\x15\x6a\x76\xce\x86\xda\x23\x9d\x2b\xbe\x95\xc6\xe0\x8c\x55\x80\xbb\x5a\xe8\x9e\x53\x3a\x23\xdc\xf2\x6d\x7b\xf3\xa8\x31\x3b\x22\x8f\xf6\xc4\x99\x5c\x59\xde\x9c\x2b\xee\x4f\x18\x28\x8c\x4b\xb6\xaf\xac\xb1\x9d\xa0\xb4\x81\xa1\x8a\x09\x8d\x90\xfd\x5c\xa9\xbc\xc4\xe4\x34\xb8\xf8\x61\x87\x33\x2e\xee\x6d\x67\x88\x38\xe2\x1d\x03\xca\xf2\x37\xa9\x7c\xc4\x7f\x69\x4f\x57\x52\xde\x0e\xbb\xdc\x8c\xe7\xbc\xea\x28\x70\x31\x8e\x72\x95\xea\xf5\xe5\x75\x90\x43\x6a\xbf\x5c\x0f\xf8\xa4\xf6\x53\x2f\x4f\x6c\xf3\xed\x92\xf4\x8e\xad\xc1\xd4\x4b\xe1\x4c\x2e\xa4\xc4\x49\x24\x71\x16\x99\xd3\xba\x20\x07\x14\xeb\x2c\x51\x27\xa1\xfc\x7b\xf8\x0b\xf1\xda\x70\x69\xfe\x9d\x48\xd5\x17\xf8\xfb\x51\x80\x76\xb1\x2f\x14\x69\x98\x0d\xc0\x05\x81\x9e\x3c\x34\xf8\x76\x72\x65\xaf\x7d\xfb\xcb\xe0\xa6\x73\x7b\x75\x77\x73\x56\x12\x2e\xcf\x2e\xee\x6e\x7b\x9d\x9b\xda\x67\x58\x90\xa4\x7b\x75\x39\xf8\xeb\x5d\xe7\xae\xe1\x91\x6f\xe0\xa2\xfd\xbe\x53\x2a\x86\xfa\xd7\xbb\xf6\x45\xb7\xf7\xeb\xe0\xea\xc3\xe0\xb6\x73\xf3\xb9\x7b\xd6\x19\xdc\x5e\x77\xce\xba\x1f\xba\x67\x58\x46\x2d\x7a\xf7\xfa\xe2\xee\x63\xf7\x72\xe0\x43\x62\x96\xca\xba\xf5\x53\x69\x82\xc5\x8f\x4a\x03\x02\x7f\x29\x80\x6a\xfc\xdd\x3c\x9c\xbb\x9d\xe6\x7f\x07\x73\x89\x2b\x94\x7a\x7c\xe4\xff\x42\x48\xe4\x63\xcb\x11\xbc\xc1\xac\x38\x4c\x7d\x11\x2c\x9a\x81\xfd\x1b\x3a\xd6\xbe\x48\x52\x69\xb4\xa7\xa4\x3d\x73\x35\xc6\x65\xb9\x53\xa8\xb0\x14\x46\xea\x0d\xd9\x40\x22\x50\xe4\xcc\x15\xee\xaa\xee\x56\xb9\x41\x37\x27\x18\x82\x33\xe8\xa5\xa4\x40\xc9\x5f\x00\x52\xf7\xd5\xc0\xca\xdb\x7c\x4a\x3c\xc3\xb2\xcd\xda\x71\x41\x66\xe4\x5c\xd0\xe9\x42\x29\x28\x4c\x0e\x74\x69\x83\x53\x26\x4c\xb5\xc5\x12\x75\x94\x5b\x9e\x30\xf2\xcb\x5f\x8a\x41\x81\x19\xc6\x99\x35\xf2\x05\x90\x43\xf7\x40\xe5\xb8\xaa\xab\x68\xab\xd4\x93\x57\x7c\x6a\x0a\x83\x42\x94\x4a\x2e\xa2\xfc\x9c\x52\x20\x97\x2b\x88\x40\x8e\x49\x85\x40\x4f\xc9\x2d\xcb\xa0\x18\x6b\x10\x6a\xec\x2e\xce\xa0\xa6\x70\x15\x1b\x7d\xe8\x6a\x0c\x3b\xa9\x01\x11\x64\x60\x1d\xa1\xa6\x5d\xd3\xa1\x2f\xf3\xec\x9d\xf2\x4b\xf5\xfd\xc0\xef\xf9\x60\xab\x4b\xa4\x47\xf5\x7d\x4d\x6d\x82\x5a\xbe\xec\x36\x74\xc7\x1e\x9b\x0b\x22\xd4\x76\x1a\xf6\x6c\x00\x14\xb9\x5d\x9f\x8d\xc9\xbd\x2b\xba\xf4\x33\xce\x2a\x58\x69\x6b\xf7\x57\xc2\x5a\x7b\x7a\xdb\x4e\xfd\x2d\x0e\xb4\x3b\xf0\x39\x2e\x9b\xac\x5b\xb9\xbe\xf6\x26\xde\x1b\x40\x98\xe0\x49\x54\x9b\x1c\x4e\x7d\xc0\xaf\xf3\x80\xca\x58\xd9\xd1\x19\x96\xe8\x50\x3e\x94\xb2\xba\xa7\x58\xd7\xad\x56\xc6\x8e\x34\xf9\x5d\xce\x50\x20\xe6\xf5\x8b\x5e\xda\xa5\xf7\xe4\x0b\xe5\x25\x6b\x97\x7d\x5d\x4d\xbd\x3a\x99\x55\x71\x94\x5b\x38\x63\xa2\xd6\x83\x37\x66\x1d\xe1\xfa\xdc\x15\x25\xd0\x25\x5c\x63\x84\xcf\x07\x15\x3c\x36\xa7\x1c\x15\x51\x27\xae\x3e\xb5\x17\x87\x4e\xbc\x84\x44\x4e\xd0\xc6\x73\x12\x5d\xdd\xf3\x99\xbd\xb3\xa7\x43\x97\x05\xb1\x7c\xa3\xa3\xb5\xd9\x61\xcb\x9f\x0e\xcf\x2f\x4c\xeb\x9b\xc1\xf9\xd5\x8d\xe0\xd5\xa2\xf9\x61\x48\x7e\xa0\x0d\x3b\x5d\xbf\xda\x7f\xf2\x33\xfa\x13\x92\x54\xde\x90\x52\x15\xb5\x16\x52\xde\xc9\x31\x14\x9f\x71\xf9\x1b\xce\x52\xaf\xc9\x31\xc9\xf8\x3d\x23\x3f\x80\x7b\xbb\x7d\xdd\xfd\xe1\x88\xfc\x10\x87\xd0\xfe\xb0\x01\xfb\x2b\x80\x3a\xdd\xb8\x1d\xac\x1f\x48\xaa\xa5\xe8\x2c\x48\x09\x88\x87\xd9\x8e\x6a\xca\x40\xba\x94\x61\x0a\xc1\xe7\x20\x24\x27\x84\x7d\x38\x3b\xec\x2a\xde\x58\x1c\x99\x9d\x01\xd2\x6c\x7b\x8b\x01\xfe\x7b\x0e\x45\x58\xce\x08\x57\xa4\x0c\xb4\x43\xfd\x89\x02\x52\x4e\x37\x10\xef\x21\x1c\xa7\x6e\x56\x25\x3d\xd9\x2f\x66\xed\xa6\xac\x22\xbc\xd7\x46\x6e\x6b\x04\xbe\xb4\xeb\x56\xc4\x05\x2e\x35\xc8\x92\x07\x2a\x7b\x5a\x2a\xdb\x47\xcc\x57\x79\x70\x9b\xdf\x66\x67\x28\x10\x45\xcd\xf8\x1c\x66\x2b\xe1\x7a\x3e\x5d\x46\xde\x5b\x8d\x35\xbb\xa1\x2f\x25\x5a\x93\xd5\xce\x94\x5b\x74\xc2\xa1\x53\x63\x71\xac\xd5\xa1\xb6\x8d\xc3\x02\x92\x1c\xa3\xb2\x0d\x9f\xb2\x23\x02\x35\x94\x0a\xc7\xa1\x3b\xaf\x40\x6e\x70\x55\xb9\x62\x0b\xd8\x89\x4a\x26\xfc\xa1\x3e\xf4\x7c\xe9\x06\xef\xe0\x72\xbd\x6c\x7f\xea\x9c\x0f\x3a\x97\xbd\x6e\xef\xd7\xc1\xa2\xf7\xb5\xfc\xf8\xe6\xec\xe7\xee\xe7\xce\x79\xfc\xc2\xed\xaf\xb7\xbd\xce\xa7\xc1\xc7\xce\x65\xe7\xa6\xdd\xeb\x9c\x2f\x35\x5e\x2d\xeb\xac\x0e\x68\xd5\xc5\xc6\xc9\x02\x36\x35\xf5\xa0\x8c\x1e\x7a\x04\x2d\x3f\x90\x41\xc8\x8d\x26\x0f\x5c\x73\x97\x65\xe4\x84\xbd\xbb\xae\x37\x46\xd5\xf4\x7e\x1a\x85\x17\x1f\x21\x1e\x47\xd1\x09\x77\xd6\xee\x58\x10\x74\x8e\x56\x91\x62\xcc\x0e\x89\x4a\x59\xb5\x6a\x3a\x71\x0b\x76\x4a\xda\x6e\x6b\xeb\xda\x17\x92\x58\x31\x94\x29\x1c\x3d\x7a\x61\xc3\xd0\xc9\x31\xa9\xae\xf1\x29\x41\xbc\xb4\x08\xf9\x35\x34\x08\xc2\x13\x55\x4c\xfc\x60\x08\xfb\x3a\xcb\x78\xc2\x4d\x84\x46\x2b\x15\x99\x52\x41\xc7\x5e\xfd\xc8\x35\x53\x2b\xb8\xc7\xde\xdc\xb2\xfb\xd0\x22\x9b\x42\xfb\x62\x4d\xc9\x91\x4b\x00\x83\x33\xd2\xe5\x74\x3c\x99\x0e\xda\xe0\xde\x59\x00\xcc\x5a\x77\x48\x7b\x52\x5f\x57\x04\x13\xba\x60\x62\xe7\xd7\xa5\xda\x5d\x77\x8f\x78\x71\xbd\x0c\x0f\x71\x0d\x1d\x7e\x63\x17\x71\x09\x71\x72\x6f\x75\xa1\x06\xab\x7d\x88\xb5\x94\xb2\xc7\x5a\x4d\x45\x01\x85\x85\x2a\x4d\x5e\xed\xbc\x6c\x06\xe0\xdd\xac\x24\x4e\x69\x11\x57\x97\xc3\x81\xa2\x79\x54\x37\xd4\xc2\x01\x54\xaa\xf4\xa5\x54\xc4\x59\xcc\x32\x2b\x0f\xee\x1b\x97\xc3\xa9\x0c\xe6\xe5\xd4\xc4\x59\xb9\x6e\x2f\x37\x8d\xb0\x66\xa0\x6b\xd4\xc2\x09\x51\xee\x80\x7d\xbb\x19\xcb\x87\xcc\x42\x9e\x66\xc0\x91\xbc\x5b\xce\x1e\xaa\x1a\xd3\x65\xac\x68\x51\x7d\xbf\x73\x77\x3d\xaa\xef\x1b\xba\x5a\x75\x51\x9c\x95\x0c\xdd\x95\x65\x73\x59\x6e\x0e\x31\x22\xae\x5e\xd8\xcc\x7f\xa1\x44\xed\x5e\x44\x13\x68\xa2\x26\xe1\x60\x3d\x53\x1d\x02\x47\x76\xcf\x0b\x8e\x14\xa0\xd6\x23\xb7\xab\x51\x34\x01\x84\x59\xac\x9d\xea\x5c\x19\x4d\x0e\x16\x3b\xb5\xf5\xb6\x07\x5e\x5d\x5c\x97\x15\xa1\x62\x6e\xb5\x0b\xa4\xdc\x22\x0c\x45\x26\x49\xae\xd4\x66\x39\xb0\x25\x21\x40\xa4\x80\x0b\x14\x95\x3b\x42\xb9\xb4\xba\xe7\xd8\xe7\x84\xea\x6a\x97\x2b\xb7\x7c\x8b\xd4\xb9\x52\x33\x1f\x19\x04\xce\xee\xa5\x08\xc5\x06\x99\x0c\x30\x90\x3b\x95\xad\xac\xe8\x78\x8b\x28\xbd\xb9\xca\x0a\x73\x04\xc5\x7a\xea\x51\x54\x12\x24\x18\x95\x56\x14\x07\xd3\xc0\x72\x36\xaf\x41\xf9\x94\x43\x75\xa3\x69\x18\xab\x15\xd3\xf6\x96\x24\xd2\x88\x21\x1d\xf5\x82\x96\x1a\xd0\xd7\xcb\x12\x21\xc8\xee\x73\x44\x59\x06\xa5\x8f\xc6\xa2\xab\xe6\x7f\xb7\x37\xab\x62\x7a\x22\xb3\x26\x5e\x0f\xdd\x6c\x8c\x12\xb0\xdd\x6c\x3c\x48\xc0\xbe\xa7\xb3\x9a\x01\xb8\xf0\x40\x6d\x54\x9e\x00\xe2\x8b\xe5\x86\xf5\xa7\xce\xc1\x8a\xc1\x15\xea\xdc\x9f\xba\x94\xc0\xec\x91\x0e\x20\x68\xa0\x56\xbc\x6b\x3e\xdb\xbb\x5a\x55\xcb\x60\xf4\x4f\x66\x5c\x2d\xdd\xaa\xa5\x09\x1c\xf2\x64\xb7\x35\x99\x3a\xa4\xb9\x40\x81\x90\xc6\x6e\x14\x67\x80\xaf\x92\x85\xa4\xcc\xf2\x2d\xe4\x8c\x27\x2b\x09\xcb\x8a\x3c\xe7\x3b\x1a\x52\xed\x70\xe6\x03\x88\xa5\xdf\xc5\xb3\x59\x9a\x01\xda\x91\xa0\x4d\x96\xba\xfa\xa7\x08\x91\xe3\x66\x1f\x6c\x68\x58\x6e\xa1\x2f\x6e\xec\x28\xf0\x0b\x30\xa5\xa1\x00\x13\x30\xcd\x59\x81\xfa\x39\x22\xd4\x7d\x05\xcb\xd6\x54\x52\x4b\x0f\xa2\x4a\x0e\x4d\x13\xdb\x06\x51\x37\x08\x59\xef\xf1\x29\x19\x65\x74\xec\x53\xec\xa0\x3e\xc8\xa8\x10\xc2\xad\x24\x81\x05\x37\xec\x3f\xb5\x63\x70\xbc\x21\x6e\x57\xcf\x58\x82\xe2\xf0\x96\x72\x1f\xec\x02\x4f\x83\x81\x12\xfe\x29\xea\xab\x27\x38\x44\xc5\x29\x9d\x41\xb8\x1a\x52\xba\x1c\x85\xa0\xba\x9e\x8b\x59\x6b\xc1\xc8\xff\xef\x7f\xfc\x67\x8b\xa7\x6b\xa2\xa0\x15\x7e\x82\x22\x1d\x38\x0a\x10\x89\x6a\x42\x50\x60\xc7\x4b\x4b\x20\xee\xab\xe2\x3e\x68\xe8\x4f\xc6\x3b\x97\xd4\xd5\x8d\x79\xe7\x7a\x7e\x50\x1c\x2a\x46\x3a\xdb\x0b\x29\xd7\x4c\xa1\x89\x3e\x24\xf0\xd5\x60\x50\x37\x86\x2d\x40\x59\xff\x4d\x02\xa1\xec\xfb\xa5\x65\xaf\xa7\x36\xf4\x85\x90\xb7\x0f\x34\xe3\x56\xb1\x6c\xf9\x7c\xed\x77\xe4\x7f\x03\xa6\xf4\xbf\x37\xd8\x66\xe8\x98\xa9\x41\x9a\x97\x62\x80\x56\x0d\xea\xda\x7e\x74\x9e\x9b\x79\x7d\xde\x7b\xe9\x18\x65\x34\xb9\xdf\x04\x0b\xc0\xbe\xdf\xd0\xec\x6a\x0e\x1f\x39\xc5\xca\x82\x46\x43\xa6\x3d\xab\x64\xda\xbb\x90\x89\xb8\x7f\x64\x76\x02\x20\xc7\x23\x51\xc8\x71\x43\xc0\x31\x6c\x91\x0f\x08\x62\x07\x22\x19\x76\x91\xc8\x3c\x4b\xfb\x82\x7d\x9d\x49\xcd\x4a\xf1\xa7\x35\xc0\x63\x2e\x9c\xda\xf5\x54\x7f\xd3\x54\x50\xdd\x77\x92\x60\xbe\x39\x2c\xc2\xe2\x9e\x2e\x4e\xb9\x9e\xc8\x76\xba\x5c\x13\x3e\xe3\x96\x3c\x06\xb5\xa7\xf0\xd9\x0a\x8b\x9c\x59\x65\x56\x98\x6c\x7e\x44\xc2\x24\x2b\x64\x91\xb1\x07\xa6\xe8\xd8\x8a\x39\x94\x67\x31\xc8\x5c\x59\x75\x5e\xcf\x1b\x58\x8e\x42\xdc\x39\x60\xb6\xce\x45\xb3\x81\x78\xd2\x8e\x81\xf1\xe6\xcc\x10\xf6\xd5\x30\x81\xce\xad\x9e\x8f\xfd\x8d\xe2\x4f\x9a\x8a\x43\x61\x54\x66\xf3\xed\xfc\xe4\xfb\xd8\xf6\x09\x10\x3e\xb8\x39\xd5\xee\x92\x70\xa8\xfe\x13\x2a\x52\x17\xc1\xae\x43\xed\x33\x9c\x9d\xd0\x86\xd1\x20\x1c\xf8\x38\xec\x08\xaf\x08\xdb\x44\x64\x70\xb8\x8b\xbc\xe0\x6b\x45\x36\x70\x45\x48\x65\xe5\x97\x5c\x18\x9e\x59\x31\xcc\x8d\xc1\xaa\x45\xb9\x08\xd9\xd1\x10\x2d\xd5\xb0\x82\x90\x53\x2d\xc6\x03\xb7\x92\x3e\x18\x7b\x3d\x6e\x5d\xa6\xa9\x4f\xd8\x14\xfe\xf8\xde\x37\xb4\xdc\xc6\x84\x59\x08\x76\xfa\x21\x0c\x1c\x82\xce\x85\xf4\x93\x09\x50\x76\x61\xaf\x4b\xa5\x26\x60\xa2\x9b\xa8\x00\x20\x64\x2d\xa6\x21\x15\x7c\x5d\x13\x0d\xc1\xeb\x18\x5c\x0b\x71\x63\xa6\x21\x76\x5d\x37\xc4\xac\x03\xb0\xa9\x97\xb5\x1c\xfe\x69\x40\xc7\xaf\x84\xbf\x53\xdf\x9d\x0b\x71\xa3\x59\x36\xa4\xc9\x7d\xc0\x9a\x0c\x3a\x95\x54\x1e\xb5\xcb\xca\x7f\x00\x90\x8b\xc4\x65\x07\x9a\x80\x80\x52\x54\x7e\x4e\x5d\xa2\xa7\x1b\x76\xd1\xb9\x2b\xd0\x21\xb0\x64\x04\x68\x5f\x38\x7a\x0c\xa1\x4b\xd9\x2c\x93\xf3\x69\xc3\x0d\x54\x8d\x64\xde\xc5\xab\xd5\x14\x48\xbd\xd7\xcb\xa7\xc2\xf4\x36\xbe\x7e\x16\x62\x5c\xf7\x90\x6a\xbc\x8e\xd7\x6e\xd3\x98\xd0\xea\xb9\xe2\x7a\x96\xd1\x52\xa1\xdd\x6a\x0f\x18\xf8\xf9\xb4\xab\x8f\x99\x41\xab\x6d\x15\xeb\x87\x0e\xd5\x7e\xfe\x24\xe5\x4c\xfc\xdd\xeb\xea\x9a\x00\x17\x72\xf6\x18\x96\xb5\xa0\x99\x16\xc6\x70\xb7\x66\x4a\xda\xbb\x59\xf6\x85\xa1\x63\x1f\x5b\xeb\xa4\x3a\xf9\x28\x98\xd2\x13\x3e\x2b\xe1\x5f\xef\x1c\xac\xe4\x08\xd3\xfd\x07\xa3\x7b\x36\x60\x81\x72\x76\x8c\xa5\x29\x2d\x81\xe8\x19\x4d\x0a\x23\x4d\x92\x51\xad\xf9\x68\x4e\x52\x3e\x02\x0f\xbd\x29\x42\x47\x20\xb2\x37\x60\xe3\x96\x31\x94\x6b\x6d\x23\xa5\x0c\xb1\xfd\x64\xeb\xec\x1e\x76\xee\x7c\x31\x3e\x06\x9a\xa7\x71\x86\x3e\x94\xe3\x59\xc8\x68\x5c\xb3\x62\xd0\xae\xd1\xe8\x6e\x64\x2e\x26\x7b\x7f\x03\xf3\x99\x77\xdb\xa5\xfd\x2c\xcd\x90\x5d\xc9\x3b\xab\x7b\x7f\xce\x32\xb6\x97\x60\xa1\xa7\x20\x84\xa5\x6b\x5d\xc0\x7c\x3d\xdb\xfe\xef\x36\x9e\x2d\xc2\xa9\x1a\x72\x6a\xf7\xb0\xdf\xdf\x38\x28\xa7\x61\x74\x1f\xd9\x3a\x9e\xc2\x95\xb4\xb8\xd5\xb9\x6a\x62\x8e\x3b\x2c\xf6\xde\x22\xf1\x9e\x78\x42\x4d\x7b\x7d\xcb\x8c\xf6\x86\x90\x88\xd2\x51\xc8\x76\xe7\xf4\xd8\x27\xe1\x14\x29\x2d\x1b\x6c\xf8\x0b\x89\x11\x73\xa3\xbb\x71\xaa\xde\xd3\xb1\xc3\xd5\xdb\xb5\x09\xbd\x15\xe3\xdd\xc2\xbb\xee\xda\x58\x7b\x07\x1a\x5b\xd8\x87\xfc\xf0\xc4\x6a\x47\x75\x69\x0f\x5e\xba\xf5\x8c\x54\x75\x98\x65\xbb\x87\x4e\x66\xae\xc2\xf8\x60\xa6\xd8\x88\x7f\xdd\xca\x93\x73\x0d\x9f\x3a\x89\xcc\xce\x5e\x8e\x46\x99\xa4\x76\x19\x11\x78\xd3\x2a\x08\x50\xc1\xbe\x10\x90\xfd\x02\x3c\x2a\x6e\x0c\x13\x7d\x01\xd0\x5e\xfa\x9f\x4f\x4f\x4e\x86\x79\x72\xcf\xcc\xc9\x3d\x9b\x43\x05\xe9\xe8\xa7\xad\xf2\xe3\x98\xc6\xbe\x35\x33\x86\x8b\xb1\x26\x33\xcc\xcb\x73\x78\x93\x95\xb1\xbe\xe5\x2d\xd6\x22\xef\x33\x39\xd4\x47\xe4\x36\x99\xb0\x29\x3d\xc2\xdd\x85\xe7\x50\x69\xa5\xf5\xae\xd5\x17\xb7\x8c\x91\x89\x31\x33\x7d\x7a\x72\x32\xe6\x66\x92\x0f\xad\xce\x83\x7e\x69\xa9\xc6\xf8\xc7\x09\xd7\x3a\x67\xfa\xe4\xcf\x3f\xfd\x04\xcb\x03\xf4\x30\xa4\xc9\xfd\x58\x81\x11\x6a\x51\xf1\x29\x6d\xf9\xed\x22\x56\xf0\xe6\xd0\x49\x4a\x8a\x01\xfb\x3a\x53\x4c\xd7\x55\x33\x5a\x37\x9b\x52\x93\xf6\x97\x5b\xa2\xe7\xc2\xd0\xaf\xa7\xa4\xff\xe6\x13\x16\x9f\x22\x3f\xcb\x5c\x69\x72\x4e\xe7\xc7\x72\x74\x3c\x95\xc2\x4c\xc8\x27\xf8\x5f\xf7\xd3\x23\x63\xf7\xe4\x57\x46\x55\xff\x8d\xdb\x63\xbc\xb1\x02\x68\x1a\x98\xe0\x54\x2e\xb4\xab\x6b\xf5\xd3\xbf\xfa\xc2\x56\xb6\x9b\x1f\x4f\x7e\xfa\x57\xf2\x47\xf8\xff\xff\x87\xfc\xb1\xff\xa6\x09\x0f\x70\xa3\x4c\x96\xa2\xf2\x58\x6d\x6b\xb0\x62\x5b\xc0\x34\x9f\x29\x59\xec\x58\x6d\xcb\xf7\x3c\xb9\x97\xa3\xd1\xc0\xf0\x29\xc3\xc0\x99\x01\x55\x0b\xb8\x85\x5b\xe6\xe8\x72\x07\x2d\x8b\xc5\x31\x0a\x48\x24\xd7\x29\x46\xb1\xfa\x63\xa7\xf3\x02\xfe\xf3\x11\x4b\xc7\x46\x90\xaa\x5c\xc3\x57\x2c\xb5\xa7\x63\x13\x03\xa2\x37\x5a\x2e\x02\xd7\x17\xf1\xd0\x31\x50\x72\x30\xda\xc7\xae\x26\xb9\xaa\xe8\xd7\xa2\x0f\xec\x3b\xf3\x7a\xc0\x04\x9f\xd4\xe3\x71\x2b\xd5\x4e\x22\xd5\x3d\x5b\xf0\x87\x6e\x74\x35\x7b\x14\xd0\x18\x6f\x1b\xa2\x1f\xa5\x0a\x89\xee\x18\x10\xe5\x50\x33\xfb\xa2\x77\x75\x7e\xf5\xf6\x9e\x1a\x25\xc7\x54\xbc\x3b\x25\xed\x34\x75\xd5\xc6\x89\x73\xea\x5a\xe2\xb1\xf7\x4f\x8b\xc4\xa5\x83\x85\x5d\xb8\xda\xbb\x36\xd6\x4f\xb9\x42\x3b\xf3\x7a\xe7\xdd\x2e\xdf\x79\xf8\xa4\x9e\x69\x96\xa1\x4e\x43\x07\x05\xb2\x20\xcc\xd5\xde\x72\x96\x23\x2e\xce\x77\x9b\x02\xea\xb7\x33\x96\x70\xa6\xb1\x69\xf0\x7f\x40\x90\x87\xf0\xe1\x3b\x2e\xb0\xb6\xf6\x50\x41\x56\xd4\x3e\xb2\x1d\x17\xd0\x4d\x76\xa0\x94\x2f\xa0\xe5\x17\xbc\xc1\x43\xfe\x94\xeb\xc3\x12\x45\x2d\xdb\xd8\x32\x41\xd4\x15\xb4\x8f\xeb\x70\x5b\x81\xe1\x78\x44\x13\xbb\x7a\x21\xef\x08\xa3\x7d\x63\x56\x55\xb7\x8e\x3d\xaa\xef\xf7\x6b\x14\xdf\x19\x7f\x93\xa7\x05\x5e\x1d\x52\xa3\x0b\x59\xe2\x0b\x49\x56\x86\xea\xfb\xa6\x4c\x86\x8d\x6b\xa1\xd9\xa5\xf0\x49\x3e\xcb\xc6\xe7\x5a\x8e\xc0\x5b\x5c\x65\x60\x50\x14\x23\x5c\x03\x1f\xff\x83\x75\x52\x78\xc6\xd2\x6a\x42\x69\x75\xfc\xab\xc8\x00\x3d\x3b\x91\xdd\x16\x52\x16\xa7\x56\x8d\x05\xe7\xe3\x94\x8a\x39\x1e\x24\x7b\x61\x51\x7d\xaf\x03\x08\x2c\xd1\x53\x9a\x65\x47\x44\xb1\x1c\x8a\x8c\x1f\x11\xcd\xb2\xd1\xb1\xc7\xa3\x49\x49\x26\xc7\x3c\xa1\x19\x19\x66\x32\xb9\xd7\x7d\x61\x6f\x10\x31\xc6\x8b\x6f\xa6\x64\xc2\xb4\x8e\xae\xdc\x22\x7c\x73\xa6\x64\x9a\x27\x58\xd2\x0c\xcb\xb7\x72\x6d\x78\x52\xa9\x63\x65\x39\x22\xf8\x4d\xad\x8e\x92\x48\xc4\xad\x85\xe1\x5a\x11\x80\x61\x3e\x63\xee\xeb\xbc\x03\xde\x06\xcd\xf8\xdf\x21\x84\x1e\xbd\x89\x4d\xd4\xbb\x87\xbc\x2c\xbf\x3d\x03\x53\x3e\x0d\x2b\xe8\xf9\xcc\x7d\x06\x67\x68\x19\xc5\xdc\x94\xc9\x39\x50\x43\x20\xf3\x00\x8b\xe1\x89\xa2\xf0\x95\x7a\xe8\x11\x7c\xc5\x2b\x7c\x2f\x2c\x7d\x07\x86\xdc\x90\xb4\xb3\x8a\xa6\xcf\xb0\x92\x96\x03\x60\x8b\x0c\xe2\xd0\xba\xaf\x35\xe4\x10\x29\xed\x15\xf1\x60\x89\xc4\x2f\x8f\x5d\x7b\x7b\x8d\x1c\x85\xf2\x56\x54\x3b\x57\xe9\x71\x40\x6d\xb1\xfc\xb0\x2f\x00\xbc\xd8\x76\x52\xa9\x95\xb4\x48\x51\x2f\xb8\xa4\xd5\x7e\x98\xe3\x86\x95\xad\xfc\x22\x6f\x42\xe4\x65\xba\x85\x5c\x99\x0d\x99\x5d\x29\xfe\x4b\xd5\x85\xfb\x22\xb5\xc1\xd3\x07\x5e\x80\x70\x47\x1d\x35\xee\xed\xd6\x56\xc3\xca\xa8\x16\xe2\xe0\xf9\x08\x89\x0c\xc6\x06\xa1\x68\xae\x14\x76\xd3\x88\xbe\x49\x82\xe9\xb2\x8d\xbc\xa6\x06\xcb\x19\xb3\xa9\x34\x08\x3d\x8b\x28\xb0\xde\x5c\x82\xe0\xb2\xc3\x4c\x0e\xe1\x5e\x01\x80\x58\x1f\x9a\x1b\x85\xe0\xe1\xbc\x59\x4a\xde\x46\xd7\x44\x08\xf7\x7f\xd7\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xdb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x5b\x67\xec\x56\xa6\xbc\x66\xc6\x6e\x89\xa5\x1d\x32\x76\x43\xc6\xee\xe2\xba\xbc\xc4\x8c\xdd\xca\x9e\xaf\x97\xb1\x5b\xb7\xe5\x5b\x78\x04\x4b\xcd\x7c\x37\x19\xbb\x95\x15\x7d\xc9\x19\xbb\x95\xa1\x1e\x32\x76\x9f\x64\x36\x2f\x2c\x63\xb7\xfe\xd4\x6d\x96\xb1\x5b\x2b\x9a\x35\x9f\xed\x5d\xf3\x5d\x20\x67\xe1\x99\x33\x76\x4b\x13\x38\xc4\x02\xec\x58\xd9\xb6\x4c\x82\x6e\x04\x50\x7d\xcb\x25\xe9\x55\xef\xa1\x25\x39\xbb\xa0\x6e\xec\x81\xa2\x9e\x36\x8a\x04\x2c\x84\xeb\x6a\x44\xed\xd2\x3a\x68\x57\x0f\xc6\x8a\x26\x3e\xcf\x0d\x3d\x4e\xb1\x6f\xe4\x40\x81\x1b\x5b\x94\x1a\x16\x39\x58\x16\x31\x30\xbc\x81\xe4\x6a\xd0\xfa\x77\x20\x40\x97\x2f\xb4\x6d\x9d\x02\x30\xcd\xd5\x2b\xfb\x50\x51\x63\x3f\xcd\xfe\x21\xfe\x6f\xe3\x82\xec\x5a\x0f\x38\x99\xe5\xdb\x24\x0e\x8c\xb7\xfb\x6c\xca\xa6\x52\xad\x72\x0d\x37\x98\x1a\xa4\xa2\xe3\x55\x99\x1d\xeb\xae\xde\xae\xab\xe6\x8b\xa0\x6c\x66\x7b\xf2\x69\xe8\xcb\x95\x61\x5f\x30\x39\xf6\x4e\x80\xbe\x50\xeb\xff\x0a\xee\xc7\x2d\x3d\x5c\x0d\x49\xbf\x8b\x1d\x82\xe9\x5b\x33\x75\x1c\x8b\x47\x25\x9b\xf3\xe2\x08\x4a\xeb\xee\x85\xe7\x1d\x96\x3d\x57\x8d\xf1\x17\xeb\x24\x4e\x62\x15\x2e\x2b\x99\xc7\x98\x88\x55\x4a\x1b\xce\x6b\x62\x77\xd7\x33\x77\x70\x61\xfe\xed\x5f\x36\x32\xda\x5b\xf9\xd2\xad\xdb\x88\x67\x8c\xd0\x24\x61\x1a\x73\x39\x5d\x7c\x0e\xd6\xa4\xc8\x55\xb6\xcb\xae\x72\x31\x86\x79\x5b\x61\x32\x2a\x9c\x1b\x88\x07\xef\x8c\x89\x92\xf9\x78\xe2\x35\x60\x4b\x85\x76\x6a\x75\x7b\xf9\x19\xdd\xaa\xbb\xec\xe5\xfb\x9c\x67\xdb\xd9\x17\x6e\x91\xea\x1c\x4d\x7e\xec\xf6\x88\x9e\x04\xfa\x1f\x42\xb3\xb5\x1b\xbb\x38\xe8\xf5\xfb\x74\xdf\x06\x0b\x36\x74\x73\xe4\x63\x48\x46\x32\xcb\xe4\x23\xe4\x23\x4e\x1f\x9a\xea\x66\xc0\x84\x7b\x7c\xcb\x8a\x05\xf0\x35\x18\x1d\xb5\xa1\xd3\xd9\x5a\xe8\x15\xd7\x28\x1f\x68\xe2\x47\x5f\xb5\xc5\xa3\xa3\x5c\x0a\x26\xea\x2c\x04\x5f\x16\x4b\xa8\xbd\x32\x8f\x5c\xa5\xa4\x7e\x75\x47\x36\x0f\x59\xf0\x4b\xf2\xcc\x61\x0b\x75\xf3\xd8\x80\x05\x94\x82\xf7\x0a\x1e\xef\x1d\x49\x28\x7a\x02\x14\x43\x5f\xb4\x4b\x61\x7e\x1e\xda\x78\x38\x2f\xc2\x85\x50\x7e\x8b\x39\x09\xc0\xe1\x38\x15\x15\x4a\xb4\xdb\xbf\x40\xd6\xc4\x1c\x6b\x0c\x68\xf0\x41\x0b\x10\xe9\xc4\xd2\x63\x9a\xcc\x93\x8c\x27\x91\xde\x31\x56\x74\x36\xa9\x63\x37\x8b\xc5\xd1\x5e\x5a\xfa\xd3\xf7\x9e\x07\xb7\x66\x39\xc5\xa5\xb1\x5a\x71\x41\xc2\x57\x9d\x9f\xb7\x48\x8e\x87\xd4\xbc\x0d\x48\x72\xb7\xf1\xec\x9d\x12\x5f\x53\xa6\x60\x33\xe5\x7d\xe3\xac\xac\xc5\x81\x7d\xcb\xfc\xc0\x9a\xfb\x62\xbb\xd5\xfd\xb6\x59\x81\x6b\x4d\xa3\x69\x5f\xd7\x49\x08\x2c\x55\xbf\x0f\xf7\xfe\x8a\xf4\xc0\xe6\x55\x7a\x21\x34\xb8\xcf\x00\xc5\x26\x6e\xb3\x3a\x48\x71\x13\x51\x71\xb3\x78\xc5\xb0\x51\xaf\x2b\x66\x31\x0c\x7b\xcb\xb8\xc5\x76\x54\xcb\x71\x22\x33\x00\x61\x2c\xad\x56\xe8\x20\x84\x3e\x85\x05\xf2\x9b\x61\x55\x47\x14\x5d\x0b\x34\xbf\x65\xd1\x89\x61\x13\xbf\x8f\x08\xc5\x15\xfa\xd0\x86\x51\x8a\xf1\xa2\xee\x16\xa9\xb8\xa3\x7e\xb3\x59\xb4\x62\xa5\xb3\xa5\xfb\xbd\x85\x5f\x7d\x01\x39\xf1\x10\x95\x11\xa2\x32\xea\xd7\xe6\x25\x46\x66\x14\x55\xa5\x36\x8c\xce\x68\xda\xfe\x7d\x50\xd2\x1e\xa3\x34\xbe\x71\xec\xc3\xba\x61\x0f\xdf\x36\x98\x64\xcd\x38\x92\x43\x6c\xc6\xf7\x11\x9b\xd1\x7c\xde\x36\x8a\xcf\x58\x91\x00\xe6\x7b\xd9\xd5\x89\x1e\x92\x92\x9e\xd4\x91\x1e\x6c\xc0\xd1\x17\x6b\x3a\xd3\x8b\xac\xa9\x83\x43\xfd\x49\x1d\xea\x35\x0b\xbd\xda\xa9\x5e\x12\xde\x9e\xd5\x13\x5a\x05\xe5\x7e\x4a\x6f\xe8\x2a\x81\x37\x1f\x0e\x9e\xfc\x1c\xd5\xce\x79\xdd\xe3\xf4\x25\xec\xad\x2f\x3e\x48\xd8\x74\xc8\xd2\x14\x14\x62\x23\x1d\xae\x65\x41\x02\x82\x21\xb1\x5a\x4e\x4a\xb5\xa5\x5c\x0a\x75\xb8\x79\xca\x22\x90\xfa\x42\xbe\xc1\x10\xe6\xbe\x80\xfd\xcd\x32\xa6\xbc\x3e\xa5\xc8\x5b\xcd\x45\xc2\x62\x1d\x4b\x91\x54\x32\x2d\x7e\x30\x58\x5f\x93\x8a\x39\xb9\x17\xf2\x31\x63\xe9\x18\x76\xa8\x3a\x98\x63\xc2\xd9\x11\xe1\x26\x7c\xa6\x18\x4d\x26\x96\x5d\xf6\xed\xd8\xc1\xe5\x80\x82\x18\x73\xdf\x46\x08\xae\xa1\x99\x77\x2d\x42\xba\x82\x8c\x68\x62\x8e\x88\xce\x87\x45\xfb\xa9\x44\x48\xce\x07\x26\xe2\x89\x17\x8d\x3c\x99\x27\xbc\xd6\xf3\xdd\xa0\x59\x58\x02\x68\x67\x9c\xee\xe4\xb4\x78\xa0\xbb\xe4\x49\x7f\xca\xb5\x21\x60\x2b\x27\x52\x84\xc3\xe4\x32\x3e\x02\x26\x04\x40\x1a\x22\xbe\xc2\x92\x72\x04\xb4\x32\x95\x4d\xc7\x52\x78\x98\x1c\x92\xa2\x53\x57\xa1\x5d\x5c\xee\x54\x3e\x0a\x6d\x14\xa3\x53\x57\x6b\xc0\x72\x62\x30\xc5\xa2\x7f\xc9\x55\x76\x85\x1b\x78\x93\x2d\xbe\xe0\xe2\xde\xee\x6e\x81\x82\x01\xf8\xb2\xd0\x73\xcd\xa6\xbd\xe7\x82\x96\xa2\x55\xb6\xd8\xb5\x2c\xdf\xc8\xdf\x1b\x15\x6c\x98\x37\x01\x90\x18\xba\x0a\x13\x64\x13\xa3\x8a\x06\x50\x5d\x62\xbb\x23\xc0\xea\x10\x7d\x93\x12\x43\x01\x00\x67\xc2\xb2\x59\x84\x68\x39\xa3\xca\x84\x8a\x17\x2e\x35\x3e\x91\xd3\x69\x2e\x00\xcd\xc0\xe9\x69\x8f\x2e\x07\xda\xd9\xec\x8a\xc6\x5b\x7d\xd1\x35\x3f\x68\x7b\xbe\xa4\x18\x67\x73\x42\xd3\x07\xae\x0b\x44\x92\x44\x0a\x9d\x4f\x99\xaa\xe0\x3d\x23\xdc\x35\xa1\x9e\x56\xec\xd8\xac\xe0\xe5\xe1\xfa\xdd\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\x6f\x76\x26\x3f\xc7\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\x29\x8c\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x85\x92\xa6\x55\x35\xdc\x57\x56\xd5\x70\x68\x6c\x3f\x5e\xa0\xc1\xc1\x6d\x64\xc9\xab\x4c\xd0\x8d\x1a\xcd\x33\xf1\xd9\x64\x1c\x2e\x05\x6d\xa8\xe1\x89\x2f\xeb\x11\x8a\x16\xe1\xd7\xcd\x5b\xbb\x6b\x35\x19\x9d\xd0\x6c\x71\x87\x9b\xd7\xf2\x16\xdf\x5f\xce\xfb\xdc\x71\xc3\xb6\x97\xc6\x21\x25\x32\xcb\x36\x01\x1d\xa9\xcc\xfc\xac\xf8\x7c\xf9\x88\x8a\x7e\xec\x06\xf8\xbd\x80\x53\x83\x40\x29\x34\x73\x92\x85\x36\x6e\x97\xe2\x97\x90\x87\xce\x89\xc8\xa7\x43\xa6\xfa\x42\x8e\x00\x8b\x26\x6b\xd2\x96\x67\x4a\x4e\xf9\x26\x59\x9b\x88\x6a\x76\xe3\x1d\x71\x2b\x2c\x8d\xde\x5d\x07\xb8\xe1\x48\x5e\xae\x47\xac\xca\x2c\x50\xce\x58\x72\x86\xa6\x74\xa1\x78\xd0\x5a\x0b\xbe\x4a\xf9\x6d\x93\x29\x9a\x15\xdc\xea\x69\x04\xa7\xbf\x67\x50\x70\x9b\x66\x8f\x74\x5e\x44\x6b\x6d\x72\x9c\x8a\x78\x28\x77\x5e\xa8\xa7\xb2\xe8\xc4\x04\x47\x26\xee\x17\xae\xc2\x3a\x27\xe8\xac\x8e\x0c\x37\x3e\x4b\x7e\xce\x4f\x29\x64\xc7\xc7\x3e\x96\xaf\x37\xb9\x0d\xcb\x87\x21\x6a\x91\xc0\x70\x96\x2f\xd5\xa7\x12\xe5\xec\x7d\x8d\x2a\xed\x10\xd4\xe5\xbc\x1f\xe3\xba\xbe\xd5\x67\x58\x33\x47\xd6\x6b\x2d\xd6\x8e\x01\xa0\x9b\x95\x56\xf5\x3d\x2e\x2f\xdc\xba\x49\x75\xe8\xd5\x3a\xc4\xc8\xca\x2e\xae\x6c\x41\x80\x0e\x74\x71\x05\x23\x9e\x31\xdd\x22\xdd\x1a\x7d\xc2\x44\xc5\xd5\x31\xf7\x1f\xbc\x54\x5e\xde\xc9\x15\x8f\xf0\x13\xbd\x54\x43\xb8\xab\xb8\x53\x98\x1c\x14\xb3\x63\x06\x02\x06\x49\x7e\x62\x55\xbc\x09\x36\x00\xb5\x2d\xac\x78\x69\xc0\x7a\x66\x79\x01\x77\x75\x31\xb0\xac\x59\xf8\xc0\xca\xd8\x86\x29\x9a\x18\x5f\x07\xc3\x8d\xaa\x61\x4b\xf7\x01\x0b\xb5\x7e\xfc\x84\xef\x15\x8a\xd6\x2f\xee\x4d\xed\x08\x7b\xe5\xd6\x37\x1e\x5d\x90\xcb\x37\x77\xbc\x7c\x80\x4f\xbd\x31\x89\x92\x91\x62\x60\x6f\x9c\x86\xc0\x5c\x91\x32\xa5\x8d\x94\x70\x43\xdd\x9e\xff\x72\x72\xd7\x25\xcc\x24\x00\x1a\xdf\x17\x89\x7e\x38\xb2\x02\xed\x6f\x39\x33\xf6\xe7\x26\x84\xb2\x29\x13\x1a\x38\x01\x5f\xb7\x18\x95\x5f\x18\xfb\xdf\xf3\xf2\xf7\x4b\x48\x3e\x4c\x2c\x94\x20\xb1\xb4\x1b\x6a\x90\x58\x32\x05\xa8\x0a\x5c\x5a\x5d\x43\x31\x58\x6c\xae\x53\x07\x3a\xb9\x85\xa7\x5e\xfc\x2d\x17\x1b\x8a\x49\x67\xc5\x47\xd1\x28\x1a\xa4\xb0\xe9\x8c\x2a\xae\x37\x6b\xde\x7f\x53\xdb\xfa\x2a\x26\xe2\xd7\x95\x12\x57\xb4\x8f\x14\xf8\x9c\xc4\x28\xc6\x80\x85\x04\x7a\x72\x77\xbd\x0b\xe7\x0d\x13\x8b\x3e\x6a\xf5\xc5\x27\x6f\xff\x2c\x7e\x0d\x65\x52\x30\xde\x83\xa5\x24\x07\x9d\xa9\xdc\x0a\x34\x9b\x72\x1d\x7e\x00\xa0\x12\x9d\x67\x06\x71\xe3\x46\x50\x88\xcf\x0f\x14\x9f\xd4\x71\x09\x45\x45\x32\xb9\x94\xbb\x95\x4f\xe2\xa3\x01\xcb\x36\x91\x1d\xbb\xa3\x4e\xa6\x2d\x7d\x27\xf7\x0d\xa7\xf3\x4f\x1e\x6f\x72\x83\x0d\x2a\x26\x03\x92\x9b\x47\xcf\x42\xad\x04\xed\x74\x19\xa2\xd0\x31\x02\x46\xb6\x6a\xe0\x06\x06\xba\xda\x5d\x74\xb2\xb5\xaf\x0a\xa9\x64\x46\xbc\x59\x6e\x08\xbd\x10\x6a\xfa\x42\xe5\x02\xe0\x26\x82\xfd\x9c\x12\xcd\x7c\xe9\xc9\x44\x0a\x94\x01\x9c\xf1\x64\x6c\xd9\x84\x95\xfc\xc0\x89\x22\x05\x68\x54\x32\xd7\x96\x87\xd0\x29\x33\xf6\x82\x7a\x0b\x50\xab\xe8\xc1\x38\x22\x33\xc5\xa7\x86\x3f\xb0\x80\x11\x13\xef\xdc\x19\x35\x34\x93\xe3\xb6\x32\x7c\x44\x13\xd3\xa3\x3b\xa9\xcc\xd4\x35\xb3\xad\x17\xdb\x0f\x83\x74\xcf\xed\xda\x8f\x99\x60\x0a\xe6\x09\x65\x5f\x6a\x4f\xf0\xa6\x05\x61\x0a\xc6\x0d\xe0\x6f\x09\xc2\x65\xe9\x60\x62\xa0\xb9\x91\x53\xab\x90\xd2\x2c\x9b\x03\x0c\x96\x7d\x32\xa1\x7a\xe2\xf7\x19\xb1\xb3\xd6\xb9\x9a\xdc\xe2\x9e\xd1\x64\xc2\x6e\xa1\x84\x5e\xdd\xe2\x56\x46\xf9\x86\x89\x7c\xfa\xe6\x94\xfc\xdf\x62\x8e\x67\xed\xb3\x9f\x3b\x83\xf3\xee\x6d\xfb\xfd\x45\xe7\x3c\x9a\x8f\x7b\xf2\xa9\x7b\x7b\xbb\xf8\xeb\xcf\xdd\xde\xe2\x8f\xd7\x57\xd7\x77\x17\xed\x5e\x5d\x2b\x17\x57\x57\xbf\xdc\x5d\x0f\x3e\xb4\xbb\x17\x77\x37\x9d\x9a\x4f\xef\x7a\xe1\xa1\x7b\xf6\x9f\xd1\x19\x82\x9c\x3b\x3b\x9f\x86\xd1\x56\x8f\xd9\x31\x29\xbf\x78\x4a\xee\x9c\x27\xc6\x55\x28\xf5\x36\x23\x0a\x41\xbc\x10\x57\x94\xa2\x31\x29\xed\x0b\xe2\x3f\xb7\x73\x6f\xfa\x14\x5d\x44\xc9\x84\x91\x4c\xca\xfb\x7c\xe6\x18\x18\x46\x9b\x09\x89\x06\x19\xa6\xa3\xd6\x7e\xee\xf6\x4e\x83\x47\x68\xb1\xb1\x28\xb9\xc6\x93\x3a\x8c\x8b\x7a\xa6\x89\x35\x5f\x15\x7b\x80\x23\x19\x3c\x85\x51\x0f\x61\x03\x96\xf5\x83\xad\x51\x61\x2a\xdd\xa4\xa9\x43\xce\xf5\x13\x8b\x1a\x2e\x6f\xdf\xb2\xd5\x0c\xcb\x81\xe8\x4b\x64\xc8\x12\x9a\xa3\x23\xcd\xde\x46\x4a\x49\x15\x0f\xb8\xd8\xf6\x1d\x1b\x7d\xb3\x28\x64\x94\x61\x52\xb1\xcc\xa4\xfd\x24\x3a\x39\x56\x5d\x06\x55\x5a\x31\xaa\xa5\x20\x8f\x93\x39\xda\xa6\x7c\xc5\xae\xe9\x90\xa1\xbf\x04\xd2\xef\x2d\xdf\xf6\x02\x2b\xe1\xe0\x98\xa3\x86\x3c\x32\x88\x38\xcc\x1d\xbe\x13\xea\xc7\xf6\x00\x6a\x5f\xd4\x58\x07\xc4\xbb\x52\x24\x62\x23\xc7\xdc\x87\x50\x6c\xbf\xd7\xac\x8e\x5b\x6e\x1e\x36\x56\xc8\x6d\xd8\x28\xb0\x50\xef\x25\x85\x11\x37\xd8\xfb\x3d\xcb\xae\xb1\x3b\x2f\x91\x81\x16\xaf\x8d\x15\x1c\xdd\x40\xe9\xe1\xd5\xe3\xf1\xf1\xd6\x25\x58\x82\xcd\x12\x31\x83\x87\x7f\xe5\x5a\xf5\x64\x4a\xe7\x96\x38\x20\x3c\x41\xe7\xb3\x99\x54\x86\x34\xb4\x41\xe0\xa0\xe3\xf8\xe0\x62\x70\xf3\x08\x1c\x0a\x1a\xb1\x52\x80\xae\x81\xfc\x59\x1a\xdc\x1b\x06\xe4\xd6\xb5\x38\xf6\x71\x4e\x17\x28\x6b\x01\x9d\x68\x5a\x52\x7b\x4b\x14\x5a\x27\xa0\xee\x12\x4d\x34\xb3\xb7\xf0\xba\x30\x72\x75\xbd\x5f\xf9\x16\x6a\xb7\x3c\x63\x23\x33\xa8\xf5\xa5\x2c\x31\x1b\xda\x16\x45\x43\x2a\xa0\xe2\xe3\xc9\x1e\x5a\x5c\x5f\x92\xff\xb3\xf3\x75\x59\xf1\x3d\xd2\xe2\x95\x94\x06\x65\xc8\x42\xcf\x20\x7e\x35\xc1\x04\xe0\x3a\x45\xe8\x59\x2b\xa8\x71\x90\xd4\xac\x5c\x7e\x2f\xe4\xa3\x08\xf6\x72\xdd\xea\x8b\x0e\x05\x34\xe4\xa0\x2c\xb8\xd8\x03\x94\xd4\x57\xca\xe8\x25\x78\xd5\x17\x92\x1c\x5d\xd0\xbd\x83\x8c\xcf\xe6\xa4\x80\xd0\x2d\x7d\xb7\xce\xe9\x41\x5b\xb2\x97\xd3\x70\xc2\x0e\x35\xd2\xb0\x99\xb3\x77\xe3\x3c\x8b\xa0\x5a\x70\x99\xda\xae\x5a\xe4\x8b\xb7\xce\x40\x68\x47\x01\xfd\x6c\xf0\xc2\xc9\xe8\xdc\x67\x7f\xd6\x2d\xec\x3e\x12\x2a\xf7\x1d\x6f\xb1\x7c\x81\x43\xa6\x4c\xcd\x2a\x97\x94\x64\x21\xd0\x6a\xba\x41\xcc\xd8\x59\xf8\xe8\x96\x2d\x8f\x01\xfd\x00\x30\x92\x50\x4e\x34\x83\x1b\xda\xf2\xd1\xff\x81\x9b\x05\x89\x94\x50\x66\xdf\x59\xf8\x23\xbf\xa4\x3d\x3f\xe0\x57\xb3\x52\xc0\x10\x32\xac\xb1\x72\x67\x8b\xb4\x01\x08\x19\x20\x6e\xed\x55\xe8\x03\x72\xf8\x58\xc8\x55\x61\x03\x0d\xc4\x94\x44\xc4\x74\xdb\x4c\x4c\x1a\xa8\x29\x44\x0a\xec\x89\xa2\xf6\x90\xf2\x60\x79\x0b\x5d\xc4\x66\x58\x3f\xd1\x61\x03\x05\xfb\x5b\x84\xe0\x2c\x0c\x37\xfa\xf0\x1f\xf5\x43\xff\x98\x53\x45\x85\x81\xc0\x12\x27\x78\x2b\x16\x45\x2b\xb2\xaf\x10\x81\x25\xd0\x58\x0b\x3f\xc5\x9b\xeb\x1d\xe9\x58\x24\x96\xa7\x47\x84\xb7\x58\xeb\xc8\x15\x32\xd1\xf9\xb0\x78\x73\x62\x25\x87\xbe\x58\x08\xdc\x6f\x91\x76\xa6\xa5\xfb\x82\x89\x24\x03\xe0\xf1\x28\x06\x26\x50\xbe\x73\xfd\x0c\xe7\xa0\x5e\xc0\x56\x16\xcd\x4b\xf7\x20\xfa\xb0\x2f\xa8\x46\x4f\x73\x06\x27\xbd\xf8\xbd\xae\xb0\x40\x29\xfa\xe0\x09\xc1\x7b\x16\xae\xa1\x27\xdb\x24\x44\xd0\x5e\xb6\x41\xf0\x06\x6c\x4c\x91\x50\xd1\x17\x81\x9c\xc9\x5b\x6a\x32\x46\xb5\x21\x3f\xbd\xdb\x28\xe0\xc2\xcf\xaf\x60\xae\xee\xf4\x16\xa1\xa5\x3e\x9c\xad\xa9\x2e\x0a\xe0\xae\x12\x4a\x04\x8b\x02\xd4\x8f\xec\x36\x1b\x49\x1e\xb8\xce\x01\xca\x3d\x0a\x63\x47\x30\x6e\x6e\xb4\xc7\x95\x44\x85\xa9\x81\x8d\x78\x58\x03\xe7\x93\x74\xc3\xaa\x21\x2c\xa7\x3b\x71\x54\xce\x20\x93\xac\x08\x2c\x9b\x50\xd3\x17\x8e\xb1\xfa\x58\x8c\x08\xf3\xb7\x9d\x65\xe5\x60\x2e\x2b\xe0\xa4\x4c\xd8\x09\x03\x10\x7d\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x8b\x26\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x15\x01\xd6\x90\x85\x9b\x0b\x36\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x37\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\x2b\xee\xd1\x22\x1d\xb8\x67\x7c\xad\x0f\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\xb9\x2d\xec\xdf\x45\x14\xe3\xbd\xc5\xac\x84\x30\x02\x6d\xc2\x67\x0a\x60\xfa\x80\xb3\x6d\x13\x26\x8c\x9a\xcf\x24\x17\x26\x58\xb2\x2a\x0b\xe1\x15\x0d\x2b\xb3\x35\xc5\xd7\xaa\x7d\x84\xc9\x6c\x39\xed\xde\x84\x69\xe6\x63\x02\x70\x52\x46\x12\xf4\x84\x20\xbb\x98\x51\x33\xd1\x90\xeb\x50\x5e\x03\xa7\x73\xc1\xa7\x76\x85\xe8\x0c\x42\x0a\xd0\x48\x51\x7c\x14\x82\xf8\xb5\xe1\x59\xd6\x17\x82\xb1\x54\x63\x79\xf8\x1f\x6a\x73\x6a\xec\xa7\x47\x84\xa6\x29\xf9\x9f\x6f\x3f\x5c\xfc\xda\xeb\x0c\xba\x97\x60\x71\xee\x5e\x74\xde\x1d\x85\x1f\xaf\xee\x7a\xe1\x57\x34\xb0\x3c\x30\x45\xa6\xf4\x1e\x34\x3c\xa1\x51\xfc\x83\x50\xf7\x78\xa4\x3e\xdb\xc8\x3e\xd1\xcc\x87\x8f\x3a\x31\x25\x24\x18\xbb\x3d\x5c\x01\x01\xb1\x81\xee\x7b\x13\x3e\x59\x4e\x83\x9e\x78\x42\x17\x5e\x0c\x9c\x32\x61\x2c\x8f\x71\xc6\xbe\x42\xf5\x2d\x08\x8e\x89\x31\x17\x4d\x41\x6e\x4c\x3c\x3c\xa5\x0c\xff\x0b\x9b\x7f\xb6\xda\xf5\x35\xe5\x6a\x6d\xda\xeb\x88\x07\xae\xa4\x80\xa9\x05\xab\x56\x51\x92\x90\x19\xef\x6b\x8b\x0e\x95\x46\x59\x18\xc2\x28\x66\x8d\x81\x94\x95\x62\xa8\x2f\x63\xba\x6d\x74\xfd\xb2\xaf\x46\xf9\xbc\x36\xed\xd8\x0d\x7d\xa0\x3c\x83\x20\x58\x7f\xd1\x14\x34\x88\x95\xee\x4e\x09\xcb\xe8\x50\x2a\x48\x8d\xc1\xa8\x1d\xdf\x84\x5b\x30\xa8\xf9\x14\x1a\x6a\xf5\xc5\x39\x9b\x29\x96\x50\xe0\x62\x33\xab\xb9\x00\x17\x2a\xd9\xd0\x5a\xd8\x06\xe1\xf6\xd6\xa1\x8d\x55\x37\xa4\x7a\xba\x22\xc0\xa5\xcb\xeb\x5a\xaa\x75\xae\x7f\xfb\x1a\x2c\x9d\x9c\x59\x3d\xae\xc2\x79\xdd\xdd\x3c\x62\x14\xeb\xc5\xa0\x53\xc8\x99\xf2\x5d\x54\x68\x96\x95\xe0\x6f\xed\xc1\xd1\x2d\xe7\x25\x2f\xde\x94\x82\xfc\xf2\x17\x4d\x86\xb9\xe9\x8b\x72\x1b\x52\x40\xfd\xd3\xf7\xd4\x24\x93\x77\x7d\x71\x65\xb5\xcc\x5f\xfe\xd2\x90\x35\x9d\x52\x43\x07\xf5\x44\xd9\xbc\x26\xe7\xd4\xd0\x0b\x49\x53\x2e\xc6\xae\xb8\x6f\xfd\x5a\xbc\xef\xf4\xda\xa7\xc4\x27\x5a\x86\x7c\xc9\x22\xd7\x3e\x6a\x08\x18\x32\x4c\xc4\x73\x11\x60\xe5\x22\xb0\x7e\x67\x21\x03\xe9\xc9\x5e\x58\x7d\x01\x4b\x89\x5c\x95\x1b\x32\x93\x0e\xab\xd0\x6a\x65\x92\xa8\x5c\x38\x4b\xb6\x33\x24\xda\xd5\x01\x32\x0e\x9b\xe1\xe4\x31\x90\x67\x16\x99\x7d\x5f\x80\x7e\x1e\xb2\xd7\x32\x99\xd0\x0c\xc2\xe6\x8e\x23\x93\x9e\xd5\xda\x65\x0e\x39\x48\x10\xaf\x22\xe6\xe5\xe8\x56\x8f\x24\x5d\x08\x65\xf1\x46\x81\xfe\x0f\xfb\xe8\x5c\xa9\x53\x69\x39\x4e\xab\x2f\xba\x23\x8c\xaa\xcb\x70\x75\xec\x87\x4c\x80\x37\xd9\x2f\x8b\x7d\xea\xf9\x11\x14\x02\x41\xaf\x22\x4d\xc0\x7a\x2f\xe6\x10\x13\x0d\xf8\x66\x12\xa2\x33\x0a\xee\xec\x88\x72\x61\x17\xc3\x9d\x18\x7d\xd6\x17\x18\xcc\x57\xda\x97\x38\xf3\x37\xea\x5d\x0a\x88\x35\x2c\xae\xcb\x20\x60\xcc\x5c\xec\xa1\x93\xf5\x67\x8a\x1d\xfb\x7a\x71\xf6\xd7\x68\x4d\xed\x0d\xdb\x22\x37\xb1\x7a\x9d\xca\x24\x9f\x7a\xdc\x11\xc8\xd5\x72\x41\x6a\xee\x12\x0d\x14\x82\x17\x7b\x2d\xc5\xff\x21\xfe\x6f\xad\x6c\x7a\xbd\x63\x95\xd1\x40\x55\x83\x59\xb9\xa5\x52\x6b\x5c\x18\x36\xae\x3a\xf8\x36\xc1\xec\xbc\x84\xc8\x76\x2b\xc9\x83\xf3\xcf\x48\xab\x7d\x4a\x30\x43\x63\x4a\x9d\x4c\x7f\xd0\xa4\x7b\x6d\x85\x14\xab\x94\x86\x63\x92\x6b\x83\x21\x5a\x90\xa6\x82\x5f\x63\x98\xfc\x11\xf9\x91\xf4\xf3\x1f\x7f\xfc\xe7\x84\x7c\xf5\x7f\xfc\xdb\xbf\xfe\xeb\x3f\xff\xdb\x36\xd5\x74\xa1\xdd\x62\x8d\x02\xb2\x63\x59\x6a\x89\x77\x60\x91\x99\xec\xb0\x0b\xee\x8c\x34\x2d\xbf\xd3\xd8\x1b\xd3\x9c\xea\x1e\x47\x21\x38\x74\xec\x0e\xa1\x8e\x0f\x0f\x29\x9d\x9e\xc2\xd5\xaf\x99\x39\x2a\x1f\xe2\x20\x8f\x3a\xa1\xfb\x7f\x2c\x01\x1a\x18\x58\x6a\xde\x2e\x54\x88\x67\x41\x02\xb6\x8d\x90\xb7\xce\x44\x67\xc0\xc5\xf7\xce\xdf\x41\x32\x4b\x99\xc2\x31\x05\xab\x5a\xb0\xf5\xc1\xf9\x65\x5f\x67\x99\x74\x41\x1c\x94\x68\x36\xa3\x70\xc7\xdb\xf3\xda\xea\x8b\xce\x57\x6a\x99\xeb\x91\xaf\x93\x85\x45\x9d\xc1\x37\x32\xa2\x09\x23\x28\x4d\xbf\xfd\x7a\x6a\x7f\x3b\x22\xf3\x53\x08\xc5\x3c\x22\x7f\x3f\x75\x19\xd0\x54\x99\x81\xfd\xe9\x9d\x17\x87\x5d\x13\x30\x68\xae\x49\xff\xcd\xc9\x03\x55\xbe\x3a\x39\x02\x39\xbe\x71\xec\x2f\x80\xd4\xc6\x02\x74\x26\xe5\xbd\x0b\x54\x5d\xf8\xd2\xfd\xa7\x85\x04\x1e\x7c\x1b\xb8\xf9\x2e\xe6\xd8\x0a\x7b\xc7\xf0\x02\x23\xad\xd9\x90\xb4\xfe\xa6\xa5\x20\xad\x39\x9d\x66\xee\x57\xff\xd4\xc5\xd1\x52\xed\xb2\xc1\xd2\x10\x46\x93\xcd\xd1\x9c\xf9\x3e\x93\x43\x98\xd7\x27\x3f\x57\x8c\x44\x85\x81\x16\x57\x44\x71\xab\xb8\x89\x38\x71\x07\xb3\xc2\xa1\x06\x9b\x2f\x7b\xaf\xeb\x66\xf5\x35\x0c\xe9\x3f\xd0\x77\x0b\x8b\xe2\xd3\xd7\xd0\x82\x1b\xc2\xc0\x6c\xa3\x5f\xc9\x5b\xc7\x84\xde\xd9\x8b\xc0\x85\xfd\xe2\x32\xd4\x75\x30\x0f\x1d\xfc\x1a\x75\xc0\x05\xc1\x84\xc4\x25\x5f\xfe\xfd\xa4\xd5\x6a\x85\xaf\x2f\xed\x54\xfe\x0f\xe1\x46\xb3\x6c\x84\x2d\xf9\x6b\x66\xde\x17\x9f\xac\xa6\x13\x5b\x98\x0b\x88\x15\xa8\x8b\x94\xc8\x8c\x1c\x17\x56\xd7\x54\x26\x9a\xfc\x93\x95\x3d\xa3\xa5\x84\x1f\xad\xb2\x55\x7f\xaa\x5c\x79\xbc\x67\x3a\x56\xce\x6a\x5d\x3d\x58\x31\x38\x43\xd0\x3e\xa9\x86\x08\xa5\x07\x9e\xe6\x9e\x16\x2c\xe5\x9c\x38\x00\x07\xa8\x5c\x67\xd8\x57\x03\x8f\x1a\x90\x32\x6a\x43\xc2\xeb\x25\xb8\x05\x86\x5b\x00\x66\x20\x59\x37\x2c\x80\x43\x31\x70\xbc\x01\xe7\x79\x14\xbb\x38\xec\xf5\x22\x62\x34\x2b\x9d\x4f\xa7\x54\xcd\x4f\x8a\xd3\xb6\x48\x9c\x05\xa8\x21\x70\x99\xcc\x2f\x00\xb8\x59\x33\x77\xb4\x5c\xa4\x41\x54\x60\x7b\x12\x12\x08\x48\xca\x12\x00\x16\x86\x90\x37\x84\xd5\x66\x22\x91\xa9\xa3\xeb\x22\xef\xb2\x2c\x56\x84\x77\x16\x05\x0a\x1f\xb5\xa2\x0b\x8b\x99\x30\x98\x8c\xed\xde\xf0\x1f\x37\x30\x70\x39\xd0\xc6\xb2\xca\xf1\x06\x2e\xcc\xee\xd5\xad\xff\x66\xfd\x6b\x17\xd6\xa1\x2c\x57\x53\xaf\xca\x79\xb3\x81\xa2\x8f\xc5\x05\x0c\xf1\x17\x68\x42\xc9\x43\x56\x2a\xfe\xfb\x4c\x5e\xf3\xcc\xde\x5b\x40\xe3\xad\xbe\x28\xfd\x7c\x44\x58\xc6\xa7\x5c\x84\xf0\x37\x64\xef\x72\x84\x22\xee\x3d\x37\x76\xcb\x74\x7a\x6f\x39\x98\x4f\xf0\x8f\xf4\x9e\xb6\x98\x7b\xd2\x09\xde\x23\x67\x26\xc8\xb5\x1d\x57\xa1\x48\x5b\x89\xd3\x36\x71\xec\xa4\x46\x1e\x11\x1e\x9c\xdf\xbe\xb0\xad\xf9\xb3\x54\xc4\xdd\x46\xed\x45\xcd\x1d\x83\x90\xce\x7d\x0a\x1e\xb4\x00\x7d\x94\x82\x67\x83\x90\x5a\x23\xa2\x74\x2a\x65\x29\x37\xcf\xd8\x80\x28\xc3\x81\x90\x29\xdb\x30\xd8\xb8\xa6\xec\x9f\x33\x15\x7b\x0f\xa3\x62\x98\x55\x03\x7c\xa2\x29\x8d\x90\x69\xbd\xa1\xf9\xb4\xb6\x7e\xa6\x6b\x07\xd0\xd9\x1f\xb7\xad\x61\x5e\xf0\x34\x68\xc5\x2b\x05\x51\x16\x64\x69\xed\xcb\x35\x3e\x77\x92\xd0\xd3\xed\x0c\xc8\x38\xf7\x04\x96\x3d\x44\x80\x52\x32\x56\x32\x9f\x85\x54\x61\x9f\x34\x85\xdb\xe0\x6e\xb4\xae\x18\xc9\x53\x27\x53\x5f\x70\x71\x8f\x77\xe1\x53\xed\x51\xa8\xa6\x19\xfd\xee\x39\x18\xae\xf8\xb1\x2b\xa9\x6c\x47\xad\x0d\x4d\xee\x11\x62\x6d\x59\x35\xd6\x4d\xeb\xc9\x16\xf7\x65\x9e\x65\xae\xdb\x82\x7d\x16\x15\x05\x1e\x38\x25\x94\xdc\xdd\x74\xeb\xfb\xbe\xe7\x8b\xf6\xf6\x7a\xde\x59\x26\x10\xf8\x9f\x5f\xf8\x46\x91\x71\x15\x48\x40\x56\x22\xf5\xa0\xff\x37\x01\x29\x55\x78\xf7\x8e\x0e\x3e\xcb\x83\x06\xd3\x1a\x4a\xad\x9f\x7c\xd1\xf1\xb9\xfb\xf8\x93\xfd\xb6\x7e\x47\x3e\x41\x4a\x48\xc8\x9b\x9f\x52\x61\x27\xe8\x7b\x6d\x30\x10\x21\x5b\xdc\x6a\x48\x77\xb3\xad\x06\x84\x3d\xae\x17\x81\xea\xbb\xf2\xad\x3c\xa2\xc5\x88\x66\xa8\x6e\x99\x09\xc8\xe1\x47\xe4\x36\x99\xb0\x29\x85\xa8\x84\x69\x59\x1e\x07\xb9\xe4\x6d\x46\xd5\x18\xa5\x04\xcd\x8c\x7e\x57\xb3\xc3\x45\x70\xee\x0e\x3b\xbc\x05\x40\x73\x6c\xa1\x87\xc4\xc1\x65\x1c\x20\x8c\xb2\x0c\x0c\x13\x98\x93\xef\xdf\xdf\x1d\x56\x59\xc5\x4f\xe0\xc6\x54\x58\xd2\x3a\xb5\xa2\x58\x73\xc6\xfc\x8e\x98\xe0\x97\x74\x1a\xb2\x4b\x3d\x30\xb8\xcb\x22\xc0\xb1\x0d\x19\x80\x04\x35\x8f\x61\x67\x14\xf0\x78\x08\x0e\x74\xb8\x69\x04\x7d\xd1\xf6\xaf\x84\x0c\x35\x90\x6f\x14\xfa\x55\x21\x8e\x09\xa3\xf6\x40\xc6\x88\x0a\xb2\xba\xc9\x35\x4c\x62\xd3\x4c\xa0\x2a\x90\xb9\x95\x71\x02\x44\x18\x6a\x77\x5e\xd8\xf5\xf3\x68\xe8\xf9\x61\xf3\xd2\x23\xf5\x49\xfe\x49\xb5\x34\x44\x5d\xc7\xab\x98\x6f\x27\x64\x1f\xbb\x86\xe2\x6a\x14\x18\xeb\x94\xcd\x8b\xc8\x1a\xbb\xe2\x28\x97\x56\x3a\x5b\x3c\xac\x66\x27\x66\xcc\xe9\x74\xa0\x64\xb6\xcb\x1e\xf9\x26\x4a\x3a\x0e\xe4\x6a\x58\x79\xf3\xb7\x9c\x66\x68\x8f\x15\x8e\x1c\xfd\xb0\x41\x60\xf8\xf3\xbf\x91\x36\xdc\x96\xe4\x13\xb0\x45\xf0\x44\x41\x6b\x46\x12\x3e\x9d\x31\xa5\xa5\x15\xc6\x1b\x36\xf9\xfe\x2f\x7a\xe0\xf0\x52\x07\x34\x49\x64\xbe\x88\x8d\xba\xc1\x4c\x6a\x5a\x8b\x27\x45\xc9\x7d\x3e\x64\x4a\x30\x03\x0e\x4e\x78\x8f\xf8\xf7\xd6\x1a\xae\xa4\xb9\x99\xfc\x79\x90\x64\x7c\x6d\x10\x57\x88\x82\x6f\xdb\xcf\xce\xf0\xab\x65\x13\x28\xb5\x5f\x1a\xba\x20\xf8\x8c\xe0\xb3\x16\x79\x4f\x93\x7b\x26\x52\x57\x43\x19\x13\x53\xe1\x82\x02\x6e\x19\x99\x28\xca\x13\x43\x7d\x07\xdb\xb7\xb7\x50\x5f\x4c\xe9\xbd\xbd\x85\xd8\x57\x17\x2c\x6c\xd5\x0c\xbd\xc9\xd1\x08\xf4\xb0\x90\xa1\xef\xb3\x28\x35\x4b\x72\x65\xdf\xc0\xf3\x61\xf0\x7c\x80\x51\x21\xc1\x2a\xe4\x84\x42\x92\xff\x0f\x9a\xe4\x33\xaf\xf9\x82\xb6\x9b\x81\x83\x00\x27\x09\x45\x51\xb8\x95\x06\x27\xac\x2f\x20\xe8\xca\xb7\x38\x0f\x5c\x25\xf6\x49\x05\xdf\x68\xdd\xe1\x1b\x61\x8a\xeb\x6e\xb6\x74\xb4\x21\xec\x3d\xa0\xcc\x4c\x98\x00\x35\x6c\xfd\x96\x21\x4f\x78\xfd\x4d\x2b\x05\x8f\xe1\x2c\x0a\xab\x41\x58\xc2\x5c\x70\x07\x1b\xec\x0c\x45\x51\x5c\x87\xb7\xa7\x16\xdf\x73\x4d\x34\x35\x5c\x8f\x78\xad\x7a\x1a\x27\x16\xef\xb2\xea\x74\xb3\x6c\xe6\x9a\x4c\xe6\xca\x5a\x84\xf8\xd4\x16\xf9\xc0\x95\x36\xd1\x94\x8c\x0c\x79\xc1\x4d\x2c\xc1\x4c\x58\x23\xa4\xd5\x3e\x3c\xbb\x7e\x06\xd1\xfb\x4b\x7d\xe4\x21\x16\xb9\x45\xda\x85\x8d\x0b\x33\xa3\xd1\x7a\xb5\x62\x46\x2c\xd3\x6c\x1b\xe2\x5b\xcb\x20\x00\x9e\x20\x20\x20\x02\xb2\x8a\xb6\xbf\x17\xf0\x7a\x61\x98\x8f\x90\xee\x43\xef\x99\x58\xa6\xf5\xad\x3f\xc2\x4e\x29\x57\xb2\x6e\x88\xed\xa0\xef\x4b\x54\xf9\xb7\x19\xe0\xfa\xc7\xae\x48\x46\xe7\xa3\x13\xbb\xe4\x56\xce\x4f\xee\x5d\x94\xf1\x08\xe8\xd0\xa5\xb3\x3f\x4e\xa4\x8e\xcf\x99\xdf\x3f\xd8\x4c\xa3\x72\xe6\xa3\x89\x21\x48\x3b\x2c\x30\xba\x67\x85\x8c\xb3\xdd\x61\xd4\xe1\x90\x62\x14\x52\xd8\x6f\xe2\x59\x28\x2c\x03\xd8\x4a\x7d\x53\x8b\xa7\xb9\x14\xbf\xb1\xc3\x71\xbe\x67\xab\x6a\x5b\x2e\xdb\xb4\x70\x72\x1b\x64\xc8\x4d\xb1\x04\x1b\xcf\xd2\x46\xe1\xea\x60\xea\xe3\x09\xe0\x54\xa1\xcc\x3b\xa3\xbc\xce\xa9\xe8\x4c\xda\xbb\xac\xdf\x53\x22\xae\xed\x1b\x6a\xcd\x4d\x77\x4b\x98\xb5\x0c\xbf\xf6\x06\x78\xf9\xe8\xe1\xd5\xf6\x01\x4a\xb6\x26\x1a\x77\x40\x6e\x42\xe2\xd1\x58\x11\x1a\xc7\xb5\x19\x8d\x94\x96\x18\x7d\x32\x2e\xe4\x42\x43\x78\x06\xe6\x3e\xca\x51\xc0\x90\xc3\xc8\x1a\x84\x9b\x94\xa3\x9a\x3f\xde\x67\x72\xa8\xdf\x85\x8c\x6b\xaa\x7d\x1f\x45\x0a\x64\x33\x09\xee\x07\xb2\xcc\x2f\xc5\x53\xde\x87\xfe\xcc\xc4\xf7\xe1\x26\x0b\x5f\x4f\x54\x45\xe0\x0b\x66\x80\x50\x25\x73\xe1\x21\x9f\xa4\x60\x72\x04\x2e\x09\xf0\xf2\x79\xa3\x1b\x08\xdd\x42\x9a\x28\xdb\x43\xb1\x19\xc6\x1a\x83\x7a\xd8\xbc\xdc\x3b\xc2\x9e\xad\x5a\xe7\xa7\x80\x3d\xdb\x75\xdd\xdd\xc1\xf9\x46\x0b\xbe\x2b\x98\x15\x1e\xa5\x0d\xd8\x2c\xbc\xbf\xd2\x12\x16\xf8\x00\x98\xbe\xe2\xa2\x22\x98\xdc\x0c\xe1\x4a\xec\xd8\xc8\x63\xc8\x92\x83\xdc\x2b\x04\x22\x6c\x82\xe7\x06\x0b\xe2\x26\xd7\x81\x7d\x7f\x8d\x71\x62\x88\xda\xd7\x68\xa0\xee\xee\xd5\xc4\x17\x14\x04\x61\x46\x08\xa6\x9c\x71\x64\xe5\xcd\xb1\xa1\x7d\x31\xde\xca\xe5\x0e\x06\x07\xb2\x55\x01\x89\x0b\xc1\x05\x34\x62\x02\x2d\x02\x71\x58\x13\x39\x95\xf6\xda\xb6\xea\x6a\xf1\x10\xe3\xf8\xe0\xb2\x59\x52\x4e\x71\x86\x59\xf1\xdf\x6e\x36\xf6\x68\xd9\x47\x28\x3b\xc6\x2f\xad\x46\xca\x8c\x66\x32\x2c\x23\x0d\xae\x18\x7f\x80\x88\x5b\x4e\x37\x60\xbd\x9e\x82\xae\x0e\x00\xe8\x0e\xf8\x89\xff\xdd\x6a\x90\x96\xa4\x42\xcc\x9c\xcf\xb3\x73\x51\x2e\x08\xfe\x50\x57\x7a\xb9\xd1\x7b\xb8\x09\xd0\x21\x30\x96\x61\x3e\xba\x05\xd4\xf2\x15\xca\x4b\x48\x9a\x2e\x82\x55\xec\x22\x87\x80\x01\x9f\xd2\x17\x3e\x7c\x28\xd0\xf7\xe7\x33\x76\x44\x86\x39\x3c\xbf\xbc\xea\xc5\x86\x59\x2e\xe0\xf1\x71\x32\x61\xc9\x3d\x04\x97\x22\x53\xc4\xe5\xf2\x65\x14\x86\xf3\xbe\x28\x30\x9e\x8d\xf4\x56\xc6\x79\x00\xd1\x0a\x40\x72\x52\x91\x94\xeb\x59\x46\xe7\x60\xcf\x11\xe8\x96\x2e\x17\x30\xf6\x83\xda\x52\x6d\x01\x10\x6a\xc7\x05\xbc\x1c\x06\xff\xf2\x93\x08\x75\x90\x42\x88\x55\x9d\xd8\xb1\x33\xac\xd9\x2e\xee\xe9\x26\x38\xf5\xa8\xfa\x17\xee\x68\xec\xa7\x08\xd9\x4f\xa2\x92\xc6\xd4\x7f\xe3\x83\xbe\xc0\x82\xd2\xf7\x85\x82\xec\xbf\xb1\x98\x05\x53\x0f\x2c\xed\x8b\x72\x7e\x99\xbb\xca\x8a\x5d\x26\x05\xcc\x6e\x13\xeb\xdc\x1c\xcb\x33\x46\xee\x59\xee\x39\x87\x98\xfa\x22\x99\x3e\x04\x36\x2d\x81\xfd\xad\x2f\xe0\xf3\x04\xf8\xb4\x6b\x1b\x3f\x0a\x5c\x5f\x07\xca\xe9\x50\xb7\x4b\xd6\xc4\x40\x98\x21\x7b\x06\x53\x6b\x43\xc0\x87\x0b\x00\x59\x08\x45\xae\x6b\xa3\x2f\x7c\xcc\xea\x28\xcf\x32\x84\x4b\x68\x58\x2e\x9f\x4d\xe7\x03\x2c\xbe\x5d\xca\x52\xd0\x6b\x49\x04\x84\x1c\xac\x7e\x29\x9b\xa5\x10\x66\x98\xcc\x8b\xc2\x67\x40\xbc\x4c\xe8\x1c\x02\xf1\x3c\x08\x2a\xc4\x86\x8f\x99\x21\x56\xee\x48\xf3\x0c\x83\x30\xc1\xa0\x0b\xa9\x79\x34\xcb\x08\x37\xba\x2f\x42\x26\x21\xc2\x42\xc1\x55\xe0\xa3\xde\x53\x27\x0b\x42\x17\xd0\xac\x2b\x95\x01\x17\x04\x4f\xb8\x29\x0d\x09\x2c\x95\xf3\x18\x39\x70\x36\x63\x14\x43\x86\x7c\x1d\xed\x58\x1a\xac\x6e\x83\x8b\xaf\x81\x0a\x06\x8b\x09\x48\xfb\xa4\x5e\xac\x60\xb1\xf1\xa6\xb4\x48\x1b\x67\x67\x45\x41\x0f\xe3\x8f\xa3\x75\x81\xca\xce\x99\x67\xe5\x2d\xa3\x43\x3d\xb0\x20\x51\xcf\xa8\x32\x3c\xc9\x33\xaa\x32\x80\xe7\x1a\xe5\x19\xe1\xa3\xa8\x22\x01\x6c\x02\x26\x92\x41\xd5\x3f\x09\x77\x84\x37\xbc\x6b\x3a\x65\x51\x80\xac\x53\x3c\xb3\xc8\x88\x88\xe0\x38\x68\x9d\xb2\x6d\xbd\x6b\x91\xf3\x6a\xfd\x09\x38\x16\x51\x02\x3a\xd7\xc8\x01\xc3\x78\xa3\xc8\x2e\xac\x63\xc1\x47\x56\xd8\xfd\x21\x3a\x78\x4d\x85\x8e\xa8\xbe\xdf\xd0\x42\xe9\x51\xcc\x56\x14\x40\xaa\x8b\xec\xec\x41\xfd\x9c\x92\xdd\x32\x9c\x88\x15\x05\x97\x37\x1c\x64\x9c\xbc\xbf\xc5\x40\xbf\x44\x05\x6a\xaa\x83\x9d\x2e\x29\x80\x00\xfb\xb8\xe1\x50\x23\x70\xd2\xcd\x07\x1a\x51\x4e\x6c\x8f\x6e\x5c\xd9\xd5\xca\xe5\x97\x12\x4c\x28\xb1\xe3\xb2\x82\x3d\x43\x0f\x46\xa5\x2e\x1d\x8c\xc1\xe1\x89\x02\xfc\x53\x38\x6c\x43\x46\x32\x2e\xee\x7d\x28\xb9\xdd\xf9\x23\x42\x8b\xd6\xe1\xf0\xe1\xe8\x91\x98\x1b\x24\x9b\x3a\xb0\xb4\x1d\x84\x9d\xf5\x02\xf2\x6a\x37\x37\xcc\x7b\x23\x3c\xbc\x85\xb2\x6e\xd1\x3c\xd6\xdf\x96\xa5\x3e\xf3\x20\xc4\x7a\x47\x39\x5e\x30\x91\xf7\xce\xf0\x50\xe8\xab\x71\x7d\xaf\x27\xb4\xbe\xa8\xe3\x6a\xfc\xcf\xbb\xcb\xf3\xce\x87\xee\x65\x19\xb4\xf3\xaf\x77\x9d\xbb\xf2\x2f\x37\x77\x97\x97\xdd\xcb\x8f\xf1\x4f\xb7\x77\x67\x67\x9d\xce\x79\xf9\xbd\x0f\xed\xee\x45\xe5\x3d\xfb\x53\xf9\xa5\xf6\xfb\xab\x9b\x0a\x4c\xe8\xed\x2f\xdd\xeb\xeb\xf2\x4f\xbd\xee\xa7\xce\xf9\xe0\xea\xae\xb7\x14\x11\xb4\x18\x7f\xed\x12\xed\x03\x4a\x71\x6b\x18\xd8\x36\x19\x29\xce\x44\x9a\xcd\x31\x6a\xc0\xeb\x1d\x15\x27\x65\xcc\xd2\xf9\x94\xc9\x7c\x17\xe7\xbf\x55\x7d\xe5\x83\x55\xa9\x33\xe2\x5a\x73\x21\x8f\x54\xdf\x37\xa6\x21\x1b\xb5\x68\x06\x5b\x1a\xe2\x64\xd4\x3c\x04\xd1\x2d\x0d\xde\x09\x19\x50\xae\x13\x32\x63\x6a\xd9\x58\xe0\xc2\x55\xf9\xcc\xf0\x61\x73\x38\xc7\x9a\x99\x41\x9b\x6b\x76\x98\x52\x5b\x9f\xda\x70\x59\xcf\xe8\x4a\x51\x0d\xbb\x38\x74\xa1\x85\x6d\xd1\x8d\xc3\xd7\xde\x09\x36\xcb\x87\x19\x4f\x08\x4f\x8b\x44\x60\x0c\x77\xc0\xd8\x3b\xb4\x91\x54\x33\xef\x67\x4c\x81\x04\x64\x05\xcb\x99\x62\xc7\x34\x37\x13\x5f\x29\x29\x94\xb8\xc5\x4c\x78\x96\x28\x66\x7c\x25\x46\x96\x7a\xbc\xdb\xa8\x27\x18\x8c\x8b\xc0\x4d\x21\xd5\xa3\x15\x81\x20\x35\x18\xc5\xf0\x4b\x6c\x7d\x03\xf3\x1d\xbe\xbf\x74\x69\xdc\x88\xb9\xae\x96\x34\x01\x59\x0f\x1f\x7a\xd4\x5c\x3b\x6f\xcb\x79\x13\x1f\x2a\x82\x9b\xec\xa3\x4e\xea\xa7\xb1\x8a\xc6\x62\x42\x29\x07\x89\xb8\xd6\xdd\xa3\x33\xc5\xe0\x52\x70\x3e\x1e\xaf\x19\x43\xb0\xa4\x8b\x52\x81\xe0\x14\xab\x01\x0c\xd9\x84\x66\x23\x34\xb2\xd8\xad\x29\xce\xd5\x22\x89\xf6\xe4\x3d\x13\x7b\xa8\x26\xbd\x35\x3b\x14\x28\x50\x17\x31\xd9\xc1\xde\x50\x58\x64\xa0\x7a\xa6\xaf\x2e\xed\xa2\xf4\xb0\x98\x17\x8a\x9f\xd1\x63\x0c\x95\x29\x40\x31\x7c\x80\xdf\x68\xc4\xbf\xda\x06\xfb\x82\xd5\xc2\x02\x40\x79\x0c\x9f\x1b\x15\xf8\x32\xa4\xc5\x62\x82\xc9\x3d\x13\x80\xd8\x8b\x45\x37\x56\xd2\xec\x66\xf6\xce\xc5\xbd\x58\xb4\x1e\x86\x15\x03\x8b\x12\x2f\xe1\x18\xc7\x66\x4d\x55\x14\xa4\x9e\xd2\x7b\xd6\x22\xe7\x78\x2f\x02\xdd\x9c\x5d\x74\x3b\x97\xbd\xc1\xd9\x4d\xe7\xbc\x73\xd9\xeb\xb6\x2f\x6e\xd7\x3d\x7e\xfb\x88\xe8\xaa\x9c\xbe\x6a\x50\x5d\xe0\x10\x27\xee\xe4\x15\x71\xc5\x45\x69\xf1\x70\xec\x60\x4b\x56\x8f\x9e\xa7\xb3\x41\xca\x75\x62\xaf\xbf\xf9\x80\x89\x14\xf0\x54\xb6\x22\xd5\xfa\xa6\xaa\xb3\x08\x6f\x90\xf0\x86\xe7\x20\x78\xdb\x3d\x78\x8a\x0e\xcf\x21\xe1\xda\xd5\xab\x84\x5a\xc5\x7d\x11\xdd\x36\xad\xd5\x18\x7a\xb6\xb9\xdd\xe6\x56\x6e\xa2\x3a\x27\x1c\x2f\xd7\x3a\xa7\x96\x3f\xfa\xd7\x20\x5f\xb6\x61\x55\x5c\x06\x6d\x0c\xea\xc2\xa3\x9a\x01\xc4\xaa\xbc\x53\x2a\x52\x6a\xa4\x9a\x37\x4c\x71\x3d\xe6\x19\x1f\x9b\x32\x0b\x8d\xaf\x6c\xab\xcf\xfb\x5d\xc0\x57\xa9\xa8\x92\x12\x42\xbf\xf4\xae\x7e\xe9\x5c\xde\x0e\x3a\x97\x9f\x07\xd7\x37\x9d\x0f\xdd\xff\x08\xa9\x71\xae\x02\x6a\x19\x8e\x9c\xd9\x4b\xd1\x72\x17\x9f\xa6\x51\xcb\x5f\x10\x14\xdc\xb7\xe3\x80\x60\xf9\xa8\x2f\x3c\x67\x51\x45\xf3\x13\x25\xf3\xf1\xa4\xbe\xa1\xea\x28\xaf\xdb\xbd\x9f\xb7\x1a\x26\xa4\x50\x21\x72\x30\x9e\xb6\x45\x30\x00\x3e\x72\x7c\x0f\x11\x04\x2a\xc3\x83\x44\x40\x78\xb5\xce\x86\xdd\xc0\xd1\xb6\xd2\x46\x16\x99\xd6\x52\xe1\xbf\xe6\xf5\x26\x02\xea\x45\x7c\xb3\x74\x8d\x00\x38\x05\x62\xd2\x2f\xb4\x76\x5a\xf3\x5b\xe9\x06\xfb\xf3\x71\xc6\xc6\x63\x96\x22\x79\x55\x1b\x76\xa6\x1d\xc7\x02\x93\xe2\x5e\xaf\x5b\x45\x07\x11\xbd\xc3\xc5\x1c\x02\x1c\xd6\x67\xe0\xd7\xe1\x93\x7a\x5e\x71\xe6\x4b\xc5\x24\x52\x68\x43\x45\x03\xe4\xd6\x86\xe5\x2c\x0b\x1c\x5c\x55\x14\x95\x75\x06\x0f\x6f\x8c\x2e\xce\xc1\x36\x0e\x1a\x07\x85\x2d\x9c\x05\x23\x82\xc8\x8e\x6a\xdb\xd4\x6c\x42\xa5\x60\xe0\x93\x1b\x2b\x96\xaa\x4e\x2e\x73\x10\x2c\x88\x88\x45\xea\x70\x47\xd0\xba\x03\x00\xbf\x8d\x11\x5f\x7b\xae\x2f\x1a\x2c\x98\x45\x71\xc4\x50\x6e\xd3\x0b\x6f\x9b\xdb\xab\x2a\xa5\x05\xa3\xb2\x8b\x69\x9e\x38\x80\x1d\x6c\xb6\x70\xe9\x3a\x03\x95\xbf\x60\x53\x72\x1c\x97\x73\x4d\x8f\x21\x07\xac\x2f\x9a\x1c\x15\x35\xa5\x50\x63\x0a\xb8\xf6\xb7\xd6\x2e\x7b\x5f\xb3\xfa\xcd\x47\xd0\x2f\xf6\x7a\xb1\xb9\xc4\xbf\x0e\xc2\x5e\x83\x47\xdc\xed\xcb\x90\xa2\x27\xb2\x7c\x1d\x37\xa5\xe9\x04\xae\xba\x99\xe3\x7e\x2d\xa7\x3d\x2d\xe3\x02\xe1\x15\x39\xa1\x1a\x25\x57\x5f\x1b\xbf\xa8\xdf\x5a\x14\xee\x6d\xb2\x7d\x07\x49\x70\x8f\xd8\x21\x4d\x8e\x88\x23\xd4\xa9\x43\x0d\xfe\x18\x4f\x37\x60\x83\x6f\x46\xf8\xb1\x70\x14\x94\x17\xe4\x7b\xc0\xb0\x32\x9a\x8b\x64\x42\x66\x19\xc5\x78\xf4\x09\xd5\x48\xd2\xde\xd7\x4d\x87\x3c\xe3\x06\x32\xe9\xd0\x4b\x54\x59\x61\xab\xd1\x50\x75\xef\x11\x1c\x68\x91\xc7\xbd\x8c\xe8\x77\x8c\xc7\x2a\xca\x44\x3d\x67\x44\x56\x71\x64\xa3\x2f\x96\xba\x98\x0a\xb2\x74\xd1\x58\xc5\x76\x60\x21\x73\x23\xa3\x92\x57\x9b\xed\xac\x6b\xf1\xba\xfa\x79\x69\xbd\x6b\x2e\xea\xcd\x5d\xff\x0e\x9c\x68\x03\x36\x5f\x85\x2e\xaa\x3d\x59\xa3\x4c\xd2\x86\x02\x17\xbe\x6d\x44\x22\x6a\x6a\x3b\x95\xf9\xb0\x09\xf9\x02\x47\xb5\xbc\xf5\x65\x76\x7c\x7f\x6e\xf7\x65\x17\x8c\x19\x20\x35\xcc\xf0\xcd\x4c\x1b\xd1\xa4\xa9\x61\xc7\xf0\x79\x7d\xe3\x0e\xef\x61\xed\x39\x2f\x10\x5a\x01\x59\x17\xf0\x35\xac\x48\x5b\x53\x24\xf1\xaf\x39\x14\x62\xbc\x1a\xdd\x62\x6e\xd7\x2e\x44\x66\xf8\x22\x85\xd5\x9f\xc4\x6a\xaf\xbd\xb2\x93\x24\xa6\x81\x19\x4b\xd6\xbf\x66\xaa\xed\xde\xda\xaf\xd7\x3f\x90\xe5\x22\x50\x33\xc5\x25\x64\x60\xb9\xca\x51\x4b\x92\xc4\x6b\xfb\xdd\x61\x25\x7f\xcb\x59\xce\x2c\xed\x0f\xf3\x74\xbc\x68\xdb\xdc\x40\x3a\x2b\xa6\x34\x91\x8f\x64\x9a\x27\x13\xe2\x1b\x27\x29\xcb\xe8\xbc\x34\x35\x90\x97\x8c\xcc\x00\x74\x63\x4b\x0c\x88\x24\xd7\x46\x4e\x21\x56\xad\x68\x57\xe5\x02\x08\x9e\x50\x63\x14\x1f\xe6\xa6\x36\xc0\xa9\x94\x0c\xbd\xa5\x83\xea\xf6\xba\x73\xd6\xfd\xd0\xad\x78\x87\xda\xb7\xbf\xc4\xff\xfe\x72\x75\xf3\xcb\x87\x8b\xab\x2f\xf1\x6f\x17\xed\xbb\xcb\xb3\x9f\x07\xd7\x17\xed\xcb\xf8\xe7\xf3\x76\xaf\x7d\xdb\x59\xe5\x56\x5a\xec\xb5\x79\x23\x68\x94\xab\x6d\x65\x17\x67\xb8\x04\x8f\x9e\xd7\x2e\x5d\xaf\xa7\xa4\xed\x33\xd7\xe3\xd2\x1e\xd4\xbb\xfa\xc0\x45\x8d\xb5\x46\x9c\x47\x10\x4a\x69\x63\xed\xa6\x16\x69\x13\x5f\x83\x0b\xe2\x19\xb5\x15\x16\x5c\x5e\xaf\xdd\x1d\x6c\xc2\x4a\x0c\x49\xa1\xb9\x15\xf8\xd1\x72\xe4\x12\xea\x33\x16\x83\x18\xb9\x7a\xab\xad\xbe\xe8\x3c\x30\x61\x72\x40\x58\xa1\x59\xe6\x4b\xa5\xf9\x17\xa2\xf4\x37\x3f\x4a\xcd\xa7\x3c\xa3\xaa\x80\xfa\xbd\x72\x6d\x81\xc0\xee\xc7\x1a\xd2\x1d\x17\xf1\x1f\xbd\xf2\x70\xd7\x25\x30\xee\xb3\x8b\x2e\x88\x40\x89\xf1\x20\x79\xbe\xf3\xbe\xc0\x8c\x6d\xd7\xe3\x94\x42\x8c\xad\x91\xce\x9e\x86\xdd\x37\x96\x8e\xbd\xa9\x81\xda\xdd\x02\x11\x00\x2d\xcf\x4f\x15\x2d\x13\x06\xe9\xff\xe8\x08\xa3\xe6\x9b\x40\x30\x93\x94\x69\x90\x4d\x5d\x60\x4c\x19\xfe\x17\xcd\x1d\xc4\xb7\x7e\x09\xc2\x8e\x0f\xdc\x72\xd6\xf8\x60\x74\x67\x00\x58\xde\x20\x7f\x67\xf6\x12\x7a\xa9\xeb\x10\xa7\x97\xc1\x2a\x0c\x65\x2e\x52\x5f\xbb\x74\xca\xc5\xc9\x94\x7e\x7d\xe7\x67\xfa\x38\xe1\x4e\x01\x29\x52\x71\x59\x66\x35\x91\xb9\x65\x72\xcb\x97\xab\x2f\x96\xac\xd7\x6a\x69\xd1\x73\x56\x50\x7b\x0a\x1d\x15\x83\x91\x1e\xd8\xbc\x6e\xff\x16\x50\x1a\x31\xe0\xc9\x1d\x78\x68\x64\xa6\x18\x94\xea\x0e\xa1\x4e\x19\x86\xb0\x85\x7f\x43\x28\x6d\x09\xed\xb9\x9e\x79\xc7\x6e\xde\x9d\xce\x4d\xad\x83\xf9\x09\x70\x36\x5d\x4f\x76\xd3\xd0\xdd\xec\x2d\x9d\x2e\x74\xd8\xf9\xd1\xec\x6e\xfd\x4d\x0e\xa1\xa0\xa4\xf6\xc5\x5c\x14\x03\xcb\x36\xec\x85\x07\x06\x82\x8c\xcd\x05\x1f\xb6\xa7\x81\x8c\x69\xb0\xf7\x42\xb1\x63\xf6\x5b\xee\x5c\x76\x3f\xfd\xb8\xd9\x45\x6b\xd4\x9c\x78\x08\xb2\x38\xd2\xdb\x25\x3a\xb8\x4b\x17\xc6\x95\x0b\x5e\x97\xc6\x7d\x83\x65\x7e\x9f\xb7\x9a\x7a\xa5\x53\xf7\xcf\x95\xc1\xf0\xde\x12\xeb\x4a\x13\x3f\x19\xee\xc5\xe7\x0a\xdc\x85\xeb\x0e\x62\x5c\x5d\xeb\xf1\x8d\x36\xa4\xc9\xfd\x23\x55\x29\x1a\x0b\x21\xfc\xa0\x45\x7e\x96\x8f\xec\x81\xa9\x23\x92\x30\x65\xa8\xcb\x84\xd5\xe0\x7f\x85\x03\xe5\xda\xe9\x0b\x08\xfb\xc6\xb4\x62\x01\x85\x70\x0c\x1f\x4f\xac\x42\x19\x79\xcf\xa5\xb2\xfc\xc8\x20\xcc\xc0\x8c\x25\x18\xef\xdf\x14\xe4\x3c\xca\xe8\xc3\x62\x6a\xef\x36\x59\x9b\x51\xcd\x6f\xef\x9e\x72\xbe\x9a\xa5\xf1\x0e\xbe\x74\x34\x72\xcd\xd9\xdc\x4c\xa4\x38\x22\x63\x99\x51\x31\x6e\xb5\x5a\x84\x99\xa4\xf5\x6e\x23\x42\x77\x0d\xc6\x0e\xaf\x10\xac\x99\x49\xcd\xb2\x79\x00\xe8\x0c\x41\xf5\x76\x95\x21\x88\x5f\x73\x34\x79\xd4\x50\xff\x6d\x35\xf9\xf3\x79\x4d\xe7\xf5\x9a\xea\xc6\x59\x24\x0d\xed\x00\x70\xe7\x06\x2d\xe1\xfb\xf5\x9a\xd7\x06\x59\x51\x1e\x0a\xbb\xc8\x8e\x6a\x40\xc6\x91\x62\xd3\x94\x9f\xcf\xb2\xa9\x66\xcc\x56\xd9\xec\xb5\x2d\xb9\xdc\xe3\xad\x92\x60\x16\x29\xba\x86\xe2\x42\xbe\xd8\x4e\xc8\x19\x59\x3e\x5d\x2c\x7c\xb8\x2f\x29\xaa\x18\x24\xfe\x75\x06\xdd\xad\x2d\x45\x15\xa5\x71\xa4\xc2\x44\x1d\x37\x5e\xb4\x85\x22\x31\x01\xb7\x54\x5c\x43\x0e\xff\x36\xb9\x34\xa1\x19\x6c\x1a\x5c\x36\x50\x3b\x19\x8a\x95\x29\x29\xc6\xd9\x1c\xd3\x83\xbc\x89\xdf\x7d\xa2\x51\xd4\x01\x3f\x4f\x33\x67\xa8\x06\x12\x3d\x75\x62\x7e\x51\xfe\x77\xc2\x02\x54\x50\x14\x61\x64\x24\x3a\x52\x1d\xe3\x2b\xd9\xc0\xe1\xa6\xe7\x98\xe6\xec\xa3\x95\x44\x54\x21\x65\x01\x1a\xa6\x9c\x38\xd6\x17\xe5\xae\xa6\x05\x12\x91\x8b\xf3\x72\x1e\x71\xae\x18\x22\x3a\x68\xcb\x55\x0d\x7f\xb0\x6b\xb7\x32\xba\x02\x00\x14\xf7\xb9\x14\xd0\xa0\xaf\x68\x2b\xc9\xc8\xa7\xa8\xdc\xb3\x08\x95\x3f\xb5\x17\xd2\x03\x5b\x1d\x18\x01\xab\x3a\x88\x6a\x9c\xac\x77\xf4\x91\x40\x3e\xd9\x8f\x97\xc4\xe1\x2c\x34\x6e\x6f\xac\x22\x4f\xa1\x30\x04\x14\xf5\x79\xdd\x24\xdd\x06\x17\xae\xf6\x9a\xfa\x37\x85\x4d\x05\x84\x55\x2b\x93\xf6\x85\x83\x95\x89\x5c\x58\x76\x5d\x16\xf7\xd4\xe5\x4f\x21\x98\xc5\xbc\x94\x92\x0a\x90\x3f\xbe\x50\x43\x7d\xd9\x21\x8f\x56\xed\xca\xed\x61\xca\xa1\x57\xbc\x6b\x3b\xdc\x32\x7e\x03\xd7\xb9\x39\x66\xa3\x10\x3b\xdc\xc2\x39\x60\x24\xc4\xad\x45\x89\x25\x61\x76\xf9\xda\xa2\x36\x5c\xc2\x07\x4b\xdc\x76\xce\x6e\x3a\xbd\x67\x8b\xe9\xf0\x01\x15\x1b\x07\x75\xf8\x71\x9e\x77\x3e\xb4\xef\x2e\x7a\x83\xf3\xee\xcd\x53\x44\x75\xb8\x47\x5b\x84\x75\xdc\x3a\xb4\xaa\x33\x29\x0c\xfb\xba\x13\x0f\x55\xb9\x18\xd0\x0d\xc2\x8b\x03\x22\xdc\xb2\xeb\x09\x1b\x5d\x44\xdb\x0a\x50\x58\x94\xcc\x64\xea\x05\xfc\x00\xae\x15\xd5\x91\x1a\xf1\x2c\x83\x24\x9e\x60\x13\x73\x91\xf9\x76\x51\x8f\x08\x0f\xc1\x85\x9e\xe1\xf6\xc5\xb0\x04\x37\x06\x7a\xfa\x44\x4a\x8d\xfb\x43\x67\x76\x01\x14\x87\x1c\x8e\x65\x80\x5c\x56\xdf\x2e\x86\x81\x18\xf3\xb9\x20\xb2\x09\xe4\xc7\x6d\xe2\x53\xe6\x68\xb9\x8b\x72\x5d\xd9\xc0\x53\x5c\x89\x3e\xbd\xb8\xe0\x1f\x86\x19\xe2\x21\xe6\x02\x05\x89\xd2\x69\xbe\xad\x27\xdd\x93\xe2\x08\xc0\xba\xdb\x9d\xa4\x60\x38\x04\x18\xf7\x62\x23\xdd\x46\x20\x14\x66\x61\x51\xbc\xe7\xe8\xfa\x96\xa3\xca\x3a\x5b\x56\x68\xd7\x9a\x83\x79\x91\x22\x1c\x36\x49\xb2\x5c\x5b\x65\x0d\x55\x9d\xf6\x97\xdb\xbe\xc0\x82\x3c\x40\x05\xda\xc3\x25\x62\x17\xe8\x78\x95\xa5\xfe\xed\xfd\xc5\xbc\x1f\xdb\x71\xb0\xb7\x68\x58\x9a\x32\x2a\x34\x16\xd9\xc8\x32\xa6\x0a\xca\xc0\xf1\x30\x7b\xc5\x01\x74\x20\x14\x4b\x29\xbe\x77\x75\x16\x24\x9c\x5a\x3b\x5e\xf7\xd4\xd5\x19\xa8\xd2\x53\x53\x8e\x18\x44\x75\x3d\x25\xe5\xd4\x04\x17\xaf\x4b\x45\x2e\x20\xae\x96\x88\xca\xa1\xbe\x6b\xd1\x52\x0f\x9b\x3b\x90\xd2\x1e\x49\x69\x8d\x7b\x3d\xbe\x25\xc8\x44\x5a\x06\x1a\x90\x0e\x0b\xdf\x50\xc8\x51\xcd\x20\x68\x01\x6a\x41\xd7\xdd\x3a\x05\x60\xc8\x56\xde\xa2\xcb\xab\xcb\x4e\xec\xeb\xe9\x5e\xf6\x3a\x1f\x3b\x37\xa5\x7c\xa4\x8b\xab\x76\xaf\x94\x7b\xd4\xbb\xa9\xa4\x2c\xbd\xbf\xba\xba\xe8\x2c\x38\x8d\x3a\xbd\xee\xa7\x52\xe3\xe7\x77\x37\xed\x5e\xf7\xaa\xf4\xde\xfb\xee\x65\xfb\xe6\xd7\xf8\x97\xce\xcd\xcd\xd5\x4d\xa5\xbf\xbb\xb3\xe5\xee\xa7\xd2\x34\xea\x55\xa7\xc2\xba\x1d\x61\xa7\xd4\x2d\x69\x8f\xea\xfb\x3d\x67\xe2\x41\xe6\xe9\x26\x99\x74\xb5\x89\x73\x25\x2b\x42\xca\x06\xdb\x25\xe9\x35\x25\x1a\xd6\xf6\xa3\x98\x51\xf3\x01\x35\x86\x4d\x67\xbb\x95\x7d\x5a\xff\x88\x6c\x96\xff\x07\xfc\x65\x8d\xfc\xbf\xd2\xae\xbe\x9c\xfc\xbf\x9a\xd4\xbe\xc5\xfc\xbf\xee\x65\xb7\xd7\x6d\x5f\x74\xff\x4f\xa5\xc5\x2f\xed\x6e\xaf\x7b\xf9\x71\xf0\xe1\xea\x66\x70\xd3\xb9\xbd\xba\xbb\x39\xeb\x2c\x0f\x00\x5e\x1c\x7d\xa1\xb4\x1d\x93\xb8\x9f\x53\xd2\x8b\xc4\x69\x34\xe3\x3a\x6d\xcd\xae\x38\xa0\xc5\x72\x03\x90\x2c\x5c\x8c\x8f\xa0\x30\xd1\x29\xe9\x28\xd5\x9d\xd2\x31\xbb\xce\xb3\xec\x88\x84\xf2\x63\x67\x8a\x51\x03\xaf\x5d\xcb\xb4\x1b\x7d\x07\x9e\xde\xda\x69\x40\xff\xae\xcc\x17\x76\x7f\xe4\xfa\x8f\x54\xbc\xe0\x45\x76\x21\xf5\xa1\x08\xe3\x29\x00\xdd\xca\x91\xab\x58\x70\x14\x7c\x52\xe4\xb7\x5c\x1a\x4a\xd8\xd7\x04\x82\xde\xeb\xe9\xe4\x42\xee\x54\xa6\x6b\x75\x4d\x81\xfa\x33\xbd\x3a\x4f\xa8\x5e\x93\x47\x94\xab\xc1\x26\x55\x72\xdc\x2c\x3f\xe1\xa7\xae\x30\x4e\xbd\x40\x64\xb2\x3d\x04\xe1\x5c\xc8\x71\x3d\xa2\x0c\x64\x29\x39\x18\x9c\x02\xd0\x1d\x42\xfa\xe4\x98\x68\x2e\xee\xfb\xe2\xcb\x84\x09\x22\x73\x85\x3f\x19\xa9\x00\x9c\x68\x94\xe5\x7a\xc2\xa0\x1c\xdf\x11\x79\x64\x64\x4a\xe7\x18\xda\x37\x95\x2a\xc2\xd8\x01\x92\xb1\xc4\x09\x5f\x67\x5c\x58\x6e\x31\xe3\xde\xe4\x5b\xdd\xfa\x7d\x78\x84\x7c\xca\x07\xdd\x3d\x23\x73\xbd\xb8\x96\xc7\x09\x03\x97\x7e\x61\xfa\xf2\x6a\x9c\xe3\xdc\x80\x37\x28\xe5\xbd\xd5\xcc\x7c\x72\xd8\x0f\x1e\x51\x01\x96\xfb\x41\xf2\x94\xa4\xf9\x2c\xe3\x49\xe0\xbb\x8f\x52\x35\x66\xc0\xa2\x6b\x62\x83\x0c\xd8\x8a\xc3\x6d\xd9\xc4\x6a\xfc\x1e\x91\xbd\x63\x49\x2e\xec\x13\x67\x03\x47\xe5\x45\x72\xcd\xd4\xb1\x51\x7c\x3c\x06\x43\xaf\xf7\xa2\xbe\xfc\x74\xe1\x22\x1d\x69\x77\x87\x61\x1c\xcf\x93\xc9\x31\x4f\x68\x70\x14\x02\x4d\x05\xd9\x35\xe4\x23\xfa\x63\x3f\xcb\x15\x96\x75\x1c\x15\x39\x61\x8d\x71\xd6\xbe\x96\xee\x00\x2b\xb6\xec\x5e\x49\xa6\x3b\xc2\xea\x85\x0e\xf3\xbc\x08\x78\xf3\x55\x23\xfc\x0d\x57\xf4\xed\x21\xb6\x10\xdd\x16\xaa\x24\x12\xf9\x08\x15\xa7\xac\x36\x62\x85\x73\x3b\x53\x21\x41\x36\x09\xb0\x5b\xc1\xc4\xec\x81\xc9\x46\x1e\xad\xd3\x05\x25\x60\xa1\xef\x6f\x9f\xde\x5d\xd8\x9e\xed\xd4\xc3\x29\xad\x65\x91\xbb\x62\x70\x05\x5b\xf5\xb6\x12\xf1\x72\x27\xcc\x38\x93\x43\x2c\x79\xb5\x80\xce\x15\xdf\x3a\x9b\x45\x1c\x8c\x1c\x86\x5a\xf9\xce\xf2\x59\xee\x10\xef\x2e\x97\xa0\x1e\xc7\x95\x9f\x77\x8a\x61\x7e\x82\x05\xcb\x8d\x8c\x8a\x8c\xd9\xc9\x75\x43\xad\x31\xef\x47\x01\xaa\xe8\xa6\xb5\x15\x2b\x8a\x13\xe3\x57\xbe\x89\x3b\xd7\x38\x3d\x37\x42\x5f\x9b\x29\xe6\xdd\xdd\x73\x66\x82\x97\x3b\xf3\x58\x3b\x90\xfc\x1b\x66\x5d\x0e\xf3\xf1\x8e\xfc\x10\x9a\x09\x39\xfb\xa1\x00\xde\x74\x26\x05\x13\xce\xb8\x21\x64\x5f\xb8\xc6\x3d\x96\x63\xa8\x45\x52\x72\x30\x1d\x39\x1d\xc4\x55\xbd\xd4\x32\x7b\x70\x76\xca\x28\x03\x1b\xb0\x96\xec\x00\xcf\x2c\x3b\xb7\xc2\x0b\x15\x69\x51\xf2\x7f\xc2\xfa\xa2\x02\x68\xa8\xd8\x98\x6b\x03\x17\x8b\xa7\xd8\xf8\xfb\xbd\x81\xbc\x95\xe4\x9d\x65\x4b\xdf\x08\xf2\xb6\x8a\x71\x8d\x68\xb2\x09\xd8\xd2\x7c\xc6\xd2\x6e\xf8\x6e\x39\x31\x94\x7c\x9d\x69\x14\x0b\x56\x3a\xe4\x48\x03\xbe\xac\x2d\x04\x3e\xea\x90\x3b\x1d\x36\x29\x54\xb7\xf1\x00\x4c\xb0\x45\x63\x9a\x53\x45\x85\x61\x4c\xf7\x05\x46\x85\x62\xc8\x7a\x29\x46\x65\x54\x82\xf5\x2b\x64\xa9\x44\x6a\x83\x01\x71\xf0\xc9\x88\xf2\x2c\x57\x8d\x22\x02\x92\xe5\x56\xde\xf7\x65\xcb\x74\x06\xcd\x92\xba\x5d\x0b\x81\x24\xd1\x31\x0a\x41\x24\xbe\x02\x87\xaf\x12\x52\x76\xab\x36\xe1\xb3\x3a\x65\x6f\xfd\x0d\x0f\xfa\xe1\x12\xbc\x2e\xbb\xbd\xab\x64\x95\xd5\x06\x88\x7f\xfe\xf3\x6a\xa8\xce\x46\x4e\x01\x34\x32\xa1\x22\x85\xba\x5b\xd4\x44\xe6\x06\xdc\x5b\x47\x71\x00\x80\x66\x3c\x2b\x6a\xf6\x4d\x80\xa9\x6f\x90\x2c\xf8\x89\x56\xac\x56\xd5\xc1\xb4\xc2\xdf\x50\xea\xa5\xec\xf6\xa9\x33\x37\x16\xe1\x92\x0e\x89\x2f\x1c\x8f\xe6\xfd\xae\x29\xab\xbf\x7b\xe2\xd2\xba\xd8\x84\x45\x9d\xb5\x45\xbe\x94\x38\xba\x77\xb7\x45\x40\x23\xdc\x91\xf2\xb1\x3c\xbb\x66\xa5\xf4\xb0\xbe\x70\x50\x9d\xf0\x22\xe2\xbd\x62\x04\xa4\x26\x3f\x05\xdf\xe1\x4f\xff\xea\xe3\xdf\xe6\x64\x04\x6b\x0d\x41\xa6\x32\x49\x72\x05\xd0\x88\xbe\x22\x1f\xc3\x9b\x60\x93\x2c\xde\x36\xde\x7f\x1a\xf8\x01\xc4\xd2\x35\x57\x97\x72\x7a\x4c\x69\x52\x3d\x10\x5f\x11\x74\x34\xdc\x3c\x0e\xf1\x43\x69\x43\xb4\x61\xb3\x5a\x16\x50\x12\x71\xca\xcc\x7b\xa7\x44\xad\x3a\x78\xd0\xd5\x09\xa1\x9f\xe8\x6c\x19\x72\xe3\xce\x2d\xae\xda\x86\x10\xa1\x53\xbd\x99\x00\xb5\x10\x80\x2c\x1c\xe2\xe2\xe2\xea\x85\xa4\xd6\x67\x09\x44\xdd\x04\x47\x3a\xe4\x36\x3b\x04\xf6\x65\xbc\xad\xfc\xe9\xe6\x81\x2f\x45\x04\xa6\x2b\xdc\x8d\x0d\x0e\x31\x21\x39\xce\xa1\xde\x26\xc7\xbd\xba\x31\xbe\xad\x25\xdb\xb1\x63\x7e\x67\x91\x92\xff\x8c\xe9\x9d\x9f\x17\x96\x68\xd3\xec\xce\x87\x38\x9d\x1d\xc4\xa5\x22\x1c\x63\x2d\x25\x32\x64\x75\x7e\x2e\x63\x12\x94\x96\x58\xf2\xb5\xc0\x1b\x16\x2b\x03\xc2\x0d\x95\x32\x21\x0d\x23\x94\x08\x9e\x9d\x88\x3c\xcb\x4e\x2e\xa5\xb0\x8c\x59\xf3\x31\x86\x90\x60\x55\x7f\x88\x74\x2d\xca\x65\x94\xac\xc7\xd1\x11\x00\xe6\x6c\x87\x84\x86\x6d\x63\x39\xa6\xdd\x82\x6c\xde\x17\xf6\x0b\xbc\x47\xb0\xca\x00\x0f\xd1\xc1\xd8\x9b\x87\x7d\x74\x7d\x41\xaa\xdc\x3c\x6e\xbc\x86\xc0\x96\x21\x25\xee\x14\x96\x7b\xa8\x5f\xf9\x62\xea\x57\x4a\x15\x0a\xea\xaf\x5f\xc9\xb2\xf9\x50\x6d\x5d\x4a\x32\xe8\x26\x41\x6c\x5d\x83\x1e\xbf\xa5\x87\xec\x29\x71\x33\x77\x06\xc9\xf4\x2b\xb5\x0f\x47\xc1\x6f\x98\x33\x3b\x90\x23\x5f\x7f\x72\xfb\x3c\xdf\x35\x2d\xb5\x71\xa2\x42\x9c\xdd\xbb\x48\x24\x4d\xaa\xaa\x14\x03\xa7\xcc\xae\x37\xd8\xea\x82\x5d\x89\x0f\xf8\xf9\xb5\xcc\x78\xb2\xdc\xbc\xed\xaf\x26\x40\x65\x5f\x70\x6e\x40\xfd\x02\x57\x15\x99\x7a\x0d\x1b\xed\xb6\x86\x25\xa6\xb0\xd6\x2c\x4e\x6e\x13\xeb\x9f\x57\x17\x42\x2b\x00\x24\x53\x94\x95\xb0\xd7\x0a\x04\x07\x43\xaa\x0a\x0a\xd2\x00\x70\x4e\x67\xe0\x4e\x71\xfa\x45\x69\x20\xc0\x9b\x1e\x27\x32\x63\x47\x68\x0e\x02\xdb\x71\x5f\xcc\x98\x4a\xa4\x55\xd2\xa0\x70\x35\xc6\xcb\xf1\x2c\x2d\x12\x42\xdf\x82\x2b\x0b\x0c\xce\xef\x1c\xea\x05\x0b\xe6\xba\x50\x5c\x60\x35\xd9\x7a\xe4\xbb\x5d\x11\x15\xf6\x65\x9b\x5e\x46\x05\x5f\x9c\x7b\x0b\x97\xc2\x81\x81\x57\xec\x2e\x76\xd1\x4b\xe3\xd9\x6c\x87\x59\x48\xf5\x83\x0b\x06\x2b\x51\x98\xca\xbe\xba\x78\xeb\xea\x52\x12\x69\x49\x94\x07\x07\x82\xfd\x88\x82\x0b\x92\xa2\x18\x52\x44\xa8\xba\x4d\xed\x8b\xc2\xd4\xf4\x83\x8e\x45\x92\xda\x7d\x6e\x91\x0f\x52\x11\x0e\x80\x52\x09\x3b\x22\x3f\x94\x26\xfa\x03\xc4\x4c\x0b\x09\xfd\x39\x03\x45\x69\x69\x80\x5c\x8f\x08\x37\x7d\xc1\x35\x52\xa6\x62\x19\x7b\xa0\xae\x96\xab\xd7\x0a\x9d\xf9\xda\xa5\x22\x87\x69\x83\x03\x95\xba\x28\xed\x34\x00\x26\x42\x74\x92\x8a\x63\x6f\x29\xc4\x78\x01\x42\x7c\x2e\x20\xd3\x8f\x7d\x45\x1c\x7e\xab\xe8\x3e\x30\xa5\x78\x9a\xda\xee\x8a\x02\x11\x0e\x93\x09\x2a\x0e\xce\x65\x8e\x65\x73\x52\x70\x95\xd0\x90\xfb\x15\x02\xa1\x38\x0a\xa3\x43\x69\x26\x65\xe0\x72\x04\x6d\xc1\x93\xc4\xac\x8a\x6d\xa0\xae\x10\xac\xab\x60\xd4\x4c\x08\x37\x47\x10\xc1\xe6\x19\x47\x5f\xd0\xd4\x61\xde\xb9\xe6\xec\xd2\x00\xdd\x2f\xd9\x67\xf7\x1c\x02\xec\x9b\x8f\xd8\xae\xfe\x11\x3c\xd5\xb3\x8c\x8a\x01\x32\xd4\x6f\xe0\x21\x89\xf0\x74\x9a\xec\x58\xf9\x70\x10\xf0\xea\xf7\x32\xce\x20\xe9\xdc\x94\x50\xae\xac\x08\xe7\x3b\x3a\xaa\x56\x95\xf5\x92\x39\x64\x7e\x7a\x53\x3e\xcf\xa0\xde\x3b\x5a\xc9\xd6\xe7\x02\x85\x97\x87\x56\x6c\xba\x9e\x5a\x57\xb9\x79\x3c\x05\xbc\x54\x57\xcf\x3a\x3b\x5f\xb9\x43\xaa\xdb\xbe\xb9\x97\x61\x41\x60\xda\xca\xd3\xb0\x62\x58\x4f\xeb\x6d\x68\x34\x21\x2c\x7a\x1d\xbe\x84\xfa\x3e\xc1\xa6\x8c\x51\x03\x8c\x68\x69\xf5\x1a\x6f\xe1\xa8\xc7\x4b\xaa\x84\xf8\x3d\x69\x20\x72\x19\x55\x7d\xed\xe4\x36\x2c\x34\x44\xba\x82\x78\x4b\xc5\x11\xe9\xbf\x41\xca\xd2\xfd\x37\x08\x18\xed\x61\xb7\x7c\x15\x23\x77\x7e\xd2\x52\xad\xba\x60\x69\x47\x77\x79\x71\xe0\x5c\x75\x9d\x8d\xac\x79\xdf\xb2\x7c\x50\x94\xf9\x87\x11\x35\x43\x6c\xc0\x5d\x93\xa8\x73\xce\x7d\x6d\x21\x80\x86\x54\x79\x62\x8a\x09\x87\x52\x2c\xef\xfd\x87\x76\x89\x66\xb9\xbb\x51\x43\xe9\x13\xa9\xfa\xc2\xb7\x56\x54\x44\x6c\x67\xd9\x42\x53\x8b\x55\x88\x22\x5a\x05\x1b\xb5\xcf\xc9\x07\xac\x87\x22\x40\xbc\xca\x07\xc0\xe6\x3d\x64\x05\x60\x60\x8b\x14\x75\xb0\x40\xf4\xa8\x14\xdc\x89\xeb\xed\x64\x99\x2f\x36\x83\x52\x5b\x54\x61\x44\xe7\x10\x79\x3d\xca\x2d\x3b\x8a\xc2\xd3\xfb\x02\x6a\x2f\x8d\xb8\x3d\x24\x7e\x5d\xfa\xe2\x93\x74\x61\xee\x20\x5e\xf9\x49\xfa\xd0\x75\xb7\x6c\x3f\x04\x68\x02\xf7\xc3\x39\x5c\xdb\x23\x74\x0d\x57\xc0\x2a\x21\xa4\x03\x02\xcf\x8e\xac\xec\xa1\x8a\x49\x25\x54\xf4\xc5\xdf\xec\xf2\xf8\x82\x42\x6e\x5b\xe5\x08\x0f\xb1\x07\xf7\x24\x6f\xff\x0b\x1b\x7d\xfb\xaf\xef\xfe\xeb\x1d\x96\x6b\xfb\xff\xd9\xbb\xb6\xde\xb8\x8d\x2b\xfc\x9e\x5f\x31\xe8\x4b\x64\x80\x5a\x01\x31\xfa\xa2\x37\xc1\xb2\x1b\x19\xaa\x2c\x58\x56\x5a\x20\x0c\x56\xb3\xe4\x68\x97\x30\x77\xb8\x98\x21\xa5\xa8\x40\xff\x7b\x31\xe7\x9c\xb9\x71\x79\xdb\x8b\xd5\xd4\xcd\x43\x10\x43\x4b\x72\xee\x67\xce\xe5\x3b\xdf\x69\x34\xd0\xc1\x24\xf1\x15\xe2\x32\x95\x9a\xb2\x04\xd8\xa3\x1d\xc1\xa3\xaa\xd6\xc8\xda\xe2\x9a\x18\x2c\x3d\x40\x56\xce\xb1\x0b\x6d\x7b\xcf\xeb\x05\xcb\x78\x9d\xad\x4e\xad\x36\x17\x16\x59\x2a\xb4\x2f\xe3\x6e\x34\x47\xa3\x6b\x75\x27\xeb\x18\x0b\x4c\xad\x1d\xdd\x62\xb4\x5f\xcc\x10\x20\x6e\xf2\x25\xda\x95\x21\xa9\x29\x6e\x4e\xcf\x74\xe8\x35\x3d\xf7\xb8\xe5\x7a\xf0\xee\x52\x72\x11\x4b\xbe\x16\x39\x4b\x31\x37\x3a\xfd\x8b\x5d\xfe\x54\x6e\x16\xb3\xf2\xe5\xb1\x9e\x41\xde\xc1\xcc\x4c\xcb\x0c\x12\xa2\x47\x6e\xba\x79\xbe\x6d\x2a\x8d\x4c\x77\xaf\xb1\xd5\xad\xef\xb8\xd9\x71\x2d\x4d\x57\x5a\xd0\xc5\xe3\xe6\xe7\x2e\x8e\x01\xc5\xc9\x5e\x50\x96\x86\x8a\xe8\x18\x25\x37\x50\xac\xfc\xf9\xc4\x7a\x06\x4c\xd7\xbc\x2e\x32\x24\x36\x92\xbc\x7c\x01\xc6\x95\x24\x95\x79\xa1\xd0\xb4\xe6\xd9\x4b\x56\x16\x19\x15\xc4\x89\x75\x21\xf1\x24\x64\xfd\x77\xc8\x84\xcc\x2d\xf0\xf6\x4a\x3e\x56\x07\x45\x37\xaa\xaf\xe2\x10\xaf\xe2\x3d\x6a\x3c\xce\x8b\x78\x75\xe9\xee\x1f\x87\x29\x87\xfd\x17\x64\x97\x82\x71\x54\x62\xce\x27\x98\x24\xc8\x86\xbd\xab\xef\xc0\x86\xf6\x30\xd7\xa3\x05\x58\x77\xba\x4e\x88\x7e\x75\xbd\xb4\xad\x57\xd2\xf5\x16\x33\x4c\x8d\x0c\xca\x1a\x85\xdc\x34\xde\x67\x43\xb0\x32\xeb\xb9\x05\x07\xfe\x86\x67\x6d\x65\x15\x16\x28\x4a\x04\x00\x22\xab\xd7\xd2\x57\xfb\x52\x10\xba\x8f\xc7\x7d\x8f\xae\xea\xaa\xcb\xc5\x6e\xcd\xf6\x39\x26\x72\x5c\xb5\x6f\xa5\x10\xcc\x91\xb4\x0e\x87\x4a\x15\xcb\x42\xf2\xba\x52\xec\xe4\xd6\x26\x16\xbd\x71\xc9\xb0\x30\x8b\xdd\xdd\x68\x39\x54\x77\x99\x22\x74\xc6\x76\x6b\x43\x10\x40\x16\xf9\x7c\x1b\xf9\xbd\x2b\x11\xe3\x28\x40\xc2\x3c\xa5\x6b\xbe\xde\x84\x44\x6c\x8e\x1e\x88\x66\xa6\xc4\x49\x60\xb6\x63\x60\x77\x17\xda\x43\xcc\x52\x49\xde\x2a\x5c\xb7\x4a\x75\x30\x0c\xb7\x47\x09\x92\x7d\xbe\x27\xae\x9e\x0a\xf7\x8d\xbf\x3d\x28\x3e\x3e\x5f\x5b\x27\x9e\xbf\xa9\xa3\xab\x0f\x06\x2a\x64\x06\x82\x14\xf0\xc3\xab\x08\xc2\x9c\x4a\x0f\x1f\x7e\x57\x56\x4d\xce\xe8\x8c\x53\x74\x40\xcd\x58\x21\x66\x09\xd3\x6f\xcf\xcf\xce\x66\xb3\x9e\x99\xd8\x95\xf1\xc3\x9d\x6f\x78\xaf\x7b\x87\xc3\x6f\x9d\xf0\xfc\x91\xa3\x15\xd5\xab\x9b\xef\x66\x1a\x5a\xbe\x14\xd8\x2d\xa1\xeb\x24\x06\x9f\xb6\x9b\x74\x35\xfc\x0e\x69\xce\xa2\x58\x87\x9b\xda\x70\x23\x5d\xe7\xd0\xe2\x6e\x8d\x41\x23\xb7\xf0\x7a\x94\x76\x34\xc9\x04\xfe\xf5\x4b\x85\x9e\x0d\x8b\x3d\xfe\x2d\xa8\xb6\x49\xdc\x6b\xe6\x0a\x39\x29\x20\xd0\x18\x78\x81\xc7\xca\x0b\xd2\x80\xf6\x98\xbd\x60\x40\x91\x60\x9a\x34\x20\xdf\x7b\x4c\xc3\x77\xa5\x24\x1d\xfc\x12\xef\xb1\x96\x34\x9f\x21\xb4\x36\xb8\xdb\x78\xcd\xb0\xee\xee\xbf\x84\xaa\x7c\x4e\x29\xf1\x39\x07\x1f\x1e\xc0\xe1\xbf\xcc\xf7\xe7\xe5\x40\xe2\x31\xa4\xe1\x08\xb9\x06\xe0\x2f\x04\xef\x46\x3d\x6a\xf1\x62\xf1\xf8\xfd\x94\xae\xf3\x3d\x18\xef\x5d\x57\xfc\xa5\x19\x4a\x4f\x6b\xea\x39\x51\x6c\x0f\xe8\x19\x68\x69\x46\xe3\x36\xea\x08\xdf\x50\x50\x9f\x2a\x81\xb7\xdd\x56\x33\x18\xc4\xaf\xff\xfc\x6d\xd6\xc7\x3b\x04\x5d\xdf\xbb\xae\xd1\x07\x5b\xe4\x4d\x09\x9e\x7b\xde\xfc\x90\x16\x7f\x8c\x53\x68\x74\x43\x1e\xa0\xc9\x1c\xb2\x2e\xdb\xba\x8a\x63\x9f\xf0\x5b\xbc\xc8\x43\xd2\x48\xb7\xc1\x69\x79\x1c\x6d\x7a\xf5\xc8\xc0\x48\xe9\xd1\x96\x66\xd4\xcf\x8e\x16\x76\x98\xbd\x6e\xf9\xf4\x4a\x7a\x60\x5f\xa6\xed\x94\xee\x47\xef\x1e\xac\xbd\x1e\x92\xa0\x3b\x18\x78\xbd\x0c\xf3\xe0\xc1\x6b\x96\x55\xeb\x85\xd1\x20\x91\xbf\x86\xdc\xd6\x20\x9a\x2e\x6c\xb2\x96\xcb\x34\xb1\x22\x06\xb9\xec\x5b\x96\x83\x8b\xf9\x87\xa9\x24\xe1\x3e\xeb\x8c\x76\xf6\xdc\x07\xc7\xcd\x25\xee\x3e\x1c\x17\xed\x11\x00\x25\xef\x33\x7f\xd1\x40\x1a\x20\xcc\x56\x7e\xf4\x35\x2c\x42\xd5\xca\x29\xd7\x2e\xb7\x86\x18\x78\x1a\xe2\x12\xa1\xb1\x14\x54\xc6\xa8\xb4\xf4\x08\x1e\x84\xff\xa3\xee\x9e\x9c\x6f\x9d\xf8\xdc\x3d\x17\xf0\x7d\x97\x9e\x47\x8c\x99\x11\x4e\x35\x41\x75\xf0\x27\x0f\x2f\x16\x59\x25\x5d\x4a\xdf\x51\xac\x8c\x8e\xa4\xe8\xee\xee\xc2\x6f\x5b\x54\x9b\x63\x26\xcf\x81\x96\x57\x20\xdb\x54\x95\x11\x75\x68\xcd\x80\x4b\x08\x4d\x75\xd3\x76\xc2\xd6\xbc\x90\x74\x0c\x6a\xc5\x33\xa3\x3b\x2d\x9a\xe5\xb2\xd7\x20\x28\xab\xe5\x37\x75\x1f\xdb\x14\xe2\x5e\xf7\xb1\x1b\x61\x39\x94\x16\x3b\xb2\x43\xbf\x23\xcb\x6f\x30\x8d\xe4\x18\xb6\xdb\x95\x6d\x09\x5d\x84\x8f\x45\x29\x5e\xc7\x5c\x3b\x92\xed\x79\x35\xc5\xf6\xb4\x3e\x66\xc0\xb9\xe1\x38\x9c\x17\xf0\xff\xc8\x28\x45\xec\xff\xbc\x88\xfd\x8d\x03\x5d\xda\x33\x9f\xc6\x65\x00\xc2\x61\x25\x32\x1a\x2d\x64\xae\x81\x1a\xf7\xf8\x09\x36\x20\xdb\x0f\x4f\x85\x19\xa1\x86\xbe\xab\xd6\x82\x41\x53\x1a\x49\x1d\x18\x01\xf5\x12\x88\x49\x99\x01\x7a\xfe\x2f\x38\xf0\x14\x74\xc9\x56\x5c\x2e\x45\xee\x1d\x9a\x27\x52\x3c\x33\x23\x6b\x93\xd0\x49\x1f\x2c\x4f\xc2\x44\x9d\xbd\x31\xba\x4d\x14\xd3\x57\x22\xab\x54\x0e\x59\xd5\x4b\xae\x72\x40\x92\xd0\x86\x2f\x79\xf6\x15\xea\xcf\xc0\x75\x84\x2d\x52\x20\xc1\x26\x1e\x63\x70\xcb\x7f\xad\x90\x19\x32\xfb\xb9\x92\xb0\xb6\x7f\xf8\xba\x66\x3c\x53\x95\xa6\x02\x95\x54\x76\x84\xea\x5d\x04\x94\xff\xd0\x62\xaf\x5d\xc9\xf5\x61\x89\xd4\x30\x3a\xc4\xae\x01\xa9\xe5\xa6\xe4\x32\xdc\xf4\x85\xa6\x21\xd7\x8a\x03\x05\xa5\xd5\x89\xb0\x69\x3c\xfa\x19\xdf\x80\xe7\xbf\xe8\x03\xb5\xbe\x7a\x02\x66\x48\x1e\xe7\x4f\x1c\xaa\x7d\xc6\xf6\x7b\x09\x13\x4e\x0a\x49\x8c\x50\x3c\x5f\x17\xd2\xec\x0a\x73\xf1\x60\x75\x08\x12\x6c\x39\xd6\x18\x2e\x31\xd2\x06\x84\x1f\x46\xa4\x45\x97\xa5\x66\x52\x18\x5d\x81\xab\xa2\x7c\x01\xf5\x70\xa3\xc4\x69\xd0\x4e\x70\xf4\x09\xea\x53\xe8\x54\x62\xdf\xa1\xb6\xd4\x63\x53\xa2\x12\x29\x73\x11\x5c\xc7\x74\x44\xef\xaf\x12\x73\x7f\xd4\x94\x66\x1f\x34\x0c\xdb\xf9\x28\xb0\x89\x6d\x03\x67\x92\xa3\xc5\x27\x42\x29\x88\xe9\xae\xaa\x67\x8b\xed\x7a\xe6\x3e\x74\xb7\x4b\xfc\xe2\x96\xc4\x9a\x8d\x4d\x04\x81\x3e\xb8\xeb\x23\x6a\xea\x0f\x95\xa2\x54\x78\x90\x1b\xb7\xc4\x80\xfd\x73\xf1\x24\x12\x76\xb7\xe1\xea\x6b\xc2\x2e\x5f\x24\x5f\x17\xd9\xc7\x6a\xd1\x15\x92\x38\xbe\x35\x4a\xa0\xb9\x79\x56\x72\x3d\x31\x82\xd7\xd9\x89\x2b\xfa\xd0\x3b\xf8\x4e\xe7\x1a\x3b\x3d\x67\x67\xcf\x48\x6b\xd2\xff\xe6\xb2\xb1\x09\xa6\x13\xb8\x47\x8a\xad\x00\x12\xc4\x85\x48\xb1\x22\xba\xc5\xbe\x4d\x88\x11\xb9\xb9\x8d\x2e\xed\x70\x47\xf6\x46\xf4\x86\x51\xc7\x00\x7c\xe9\x22\x2e\x35\x5b\xd3\x97\x80\x01\xea\xba\x20\xd4\x05\xae\x4d\x07\x9e\x1d\xe6\x4c\x77\x0a\xc3\xcf\x10\x5d\x5b\x4f\x3c\x03\xa9\xfc\xf2\xe9\xf2\xd3\xc9\x57\x5e\xab\x6a\xc9\xe5\x9b\x73\xf6\xde\x48\x33\x22\x11\x45\xc0\xce\xa3\x12\x02\xc2\xa1\x84\xb4\x3f\x59\xd5\xf5\x46\x9f\x9f\x9d\x2d\x8b\x7a\xd5\x2c\x66\x59\xb5\x46\xbf\x72\xa5\x96\xf8\x8f\xb3\x42\xeb\x46\xe8\xb3\xb7\x3f\xfd\xf5\xcd\x2c\x95\x37\xe2\xf7\x9a\x5d\x5d\x52\xc2\xf1\x39\x63\x6f\x3b\xf6\xfc\x16\xf4\xfe\x60\x67\xc6\x7e\xb6\xfc\x50\x4a\x4a\xb7\x8a\xf6\x8f\x2d\x58\x35\xeb\x73\x18\xfe\x6f\x06\xe1\x7a\xb2\x22\xbe\x77\x73\x6c\x04\x6b\xf7\x67\x3c\xed\xa8\xa6\x4b\xa7\x8b\xd3\x86\xab\x40\x17\x8a\xbc\x6c\x7f\xa8\x18\x7d\x27\xc6\xa2\x95\x85\x14\xa9\xd1\x93\xfc\x92\xc7\xb0\xf9\x6f\x39\x94\x97\xb6\x94\x9d\x88\xb0\xa8\x2b\x25\x88\x44\x0e\x1d\x01\x8b\xb2\x5a\x00\xf3\x98\xf9\xa5\xef\xda\xcc\xca\x4a\x4f\xce\x76\xd9\x5e\xb0\x77\xf4\xfa\xa0\x5d\x59\xad\x37\x80\xaa\x52\x42\x03\xbc\x7e\xdb\xd3\xb6\x85\x76\x38\x8a\xa6\xb9\xdd\x5d\xa3\xf0\x5c\x6e\x69\x9a\xdb\xc9\xf6\x66\x4b\x43\x80\xee\xfd\xc0\x9e\xee\x53\x2b\xdf\x87\xb8\x24\x0e\x44\xea\x35\x54\x16\x42\x57\xb6\x2e\xe4\xb2\x14\xad\xf1\x5a\x6a\xc7\x54\x5e\xe0\x2f\x61\x35\x38\x4f\xe1\xe2\x62\x60\xc4\xe2\xe5\x10\x4e\x08\x54\x62\x17\x36\xf1\x00\x00\xee\x9c\x5c\xad\xce\xa2\x05\xfd\x35\xb1\xe5\xe5\x94\x60\x12\x48\x11\x52\xa9\x9b\xc5\xa9\x87\xa1\x57\x0a\xa4\x2b\x64\x29\x6c\xb8\x02\x8a\xc4\x55\x51\xe6\xa7\x1d\xa9\x46\x68\x9f\x7a\x72\x08\x9b\xa9\xc8\xcb\x12\x56\x7c\x23\xcc\x3a\x23\x0a\xd2\x8d\xdd\x7d\xc7\x58\x3a\x82\x67\x2b\x87\xc0\x43\x9d\xb0\xa5\x3d\x47\xf2\x22\x52\x60\xff\xdb\xb1\x9c\x09\x98\xac\x1e\x86\xa6\xef\x5f\x4e\x44\x73\x36\x45\x4e\x7c\x89\x55\x7f\x7b\x6a\x8c\x19\x4b\x92\xa3\x6f\xaa\xf4\x1c\x83\x1f\xaf\x90\xa6\xe5\x8d\x14\xbd\xe1\xcf\x92\xc0\xdf\x3b\x95\x05\x9e\x26\x1f\xba\xa9\x5f\x8d\x7c\x68\xfd\x12\xd7\x8d\x44\x9b\xb0\x2e\x1c\xdf\x55\x12\x10\xfb\xf1\xb2\x0c\x19\x1b\xbc\xe3\x2a\x95\xde\xb4\xd0\xec\x59\x94\xa5\xf9\x7f\xd6\x16\xdc\x64\x3b\xe4\x00\xa0\x14\x89\x45\x2a\x53\x96\x1f\xb9\x97\x4e\x17\x1c\x4a\x58\xf7\x15\x02\xdd\x3a\xcd\x11\x58\xe5\x80\x03\x9d\xf1\x6c\x25\xe6\xa6\x6b\xcd\x0e\x70\x56\xaa\x6a\xf9\xce\xbc\x7c\x87\xef\x0e\x5e\x66\xe8\x87\x42\x8f\x1a\xb6\x05\xb1\x6c\x9e\x41\x56\x96\xb3\x63\xc7\x8e\x77\x86\xcd\xce\x3b\x2a\xca\x8c\xf6\xb5\xdb\x5f\x12\x54\x58\x81\xc3\x6c\xb1\xb2\x19\x57\xca\xe2\x53\xa8\x55\xc6\x55\x5d\x3c\xf2\x2c\x72\x71\x4c\xb2\x43\xa3\x1b\x12\xbf\xa8\xc1\x29\xef\xeb\x26\x5a\x51\xce\x99\xe3\xd3\xeb\x5f\xff\x4e\x6c\xd4\x31\xac\xc3\xab\x23\x19\x87\x3b\x4f\x0a\x67\x51\xaa\x5c\xe7\xd0\x83\x32\x5a\x07\x8c\x75\x4f\xc4\xe0\x6e\x4c\x2a\x41\x6d\xab\xe9\x12\x6e\x8b\xc0\x8c\xea\x3a\x81\x2f\x3c\xa7\x7c\xa3\xba\x0d\x90\x87\x29\x44\x64\xd1\x93\xc8\x7d\xf2\x40\x90\x41\x6a\xae\x28\xbe\x14\x6c\x2d\xf2\xa2\x69\x13\xf5\x0c\xa3\xe0\xfe\x14\x2c\x7f\x20\xc1\xd2\xbf\x6e\xdf\x4c\x20\x1c\xcd\x5d\x34\x45\x22\x7c\xa8\x94\x4f\x5b\xb8\x01\x23\xff\x59\x60\x4d\x86\xba\xc2\x30\x53\x37\xff\x6f\x90\x96\xc9\xeb\x1f\xb5\x83\x3f\xc6\x3b\xdd\x06\xf5\xae\x0b\x5d\xff\xd2\xaa\x9e\xbf\x07\x8f\x4f\xd9\x7c\xbb\x5c\x3c\xdb\x55\xec\x66\xf0\xc6\x60\xce\xd9\x67\xb2\x1b\x28\xe0\x65\x84\x03\xba\xd6\x21\x67\xc3\x32\x1c\x99\x7e\xef\xa2\x78\x3d\xb8\xf9\x7a\xc0\x0b\xea\x59\xf1\xcd\x46\x28\xeb\x4e\xe5\xce\x5e\xf1\xed\x52\x2b\xa9\x44\x43\xe7\xe3\xdd\xa7\x1b\xaf\x71\x79\xff\x47\xeb\xd3\xf0\x18\x4c\xdd\xac\x7b\xe5\x6e\x9a\xb2\xec\x5d\xb9\x09\x85\x2d\xee\xaf\xaf\xe7\xbf\x5c\x5c\xdf\xbf\x1f\x64\xfa\x08\x1e\xeb\x9d\x13\xd7\x13\x9a\x13\x54\x3f\x6b\x50\x39\x9b\xb5\xa0\x90\x21\x18\x11\xb6\xd4\x15\xdc\xf2\x4d\x59\xc6\x8c\x2f\xa9\x7c\xa0\xef\x40\xb8\xa9\x91\x68\x1e\xa6\x92\x0d\x4e\x5c\xdc\x3e\x3c\xf6\x60\x3e\xfe\x60\x4b\xa5\xfb\x41\x9c\xb3\x1b\xd7\x6a\xcf\xbc\x52\x98\xfb\x80\xe3\x80\xee\xf0\xd7\xe2\xb4\xda\xef\x78\xdc\x4b\x5b\x84\x91\xa8\xa8\x8e\x72\x3a\x70\xee\x1e\x62\xd7\x83\x13\xf7\x39\xde\xcf\xf0\xdd\x04\x99\x88\xb0\x38\xa1\x23\xeb\x49\x25\x15\xa6\xe1\x80\x20\xee\xed\x13\xbb\x92\x98\x69\x58\x72\xb9\x6c\xf8\x52\xe8\x84\xd9\xc6\x53\xb9\x2e\x96\x2b\x48\xdd\x24\x2e\x69\x8c\xff\x70\x26\x79\x5d\x3c\x89\xd6\x16\xc2\xb0\x9c\xf8\x9d\xaf\x37\x00\x7a\x91\xa9\xa4\x31\xc9\xa5\xff\x3c\x46\xec\x3e\xde\xb9\xe1\x98\x9d\xe6\x3e\x44\x64\x4a\x32\x95\xb8\xb8\xc8\x10\x61\x6d\x32\x70\xdc\xf2\xba\xbd\x75\xb9\x12\x96\xbf\x0d\x64\xfa\x12\xac\x43\xac\xff\x6d\x41\x5d\x46\xd2\x07\x7c\xd8\x18\xe2\xc7\x2e\x8d\xcb\x13\xbb\x18\xf6\x4c\x50\xdf\xba\x77\xfd\xc1\x77\x80\x39\x70\xf3\xa7\xd6\x57\x26\x6c\x5b\x2f\xc6\x46\xa4\xb9\xdf\x50\xb2\x7d\x84\x59\x1b\x7e\x0d\x70\xc1\xee\xde\xd8\x71\xe1\x33\xbd\xc1\x86\xaa\x59\x94\x3b\x74\x09\x9f\x1f\xec\x14\x8a\xe4\xe1\x4e\x4d\x70\xc8\x7c\x6e\x1d\x2d\xb3\x4d\x87\x9a\x5d\x54\x55\xcf\xba\x1c\xd1\xb5\x11\x75\x8a\x5e\x18\x9b\x8c\x26\xab\xf7\xd9\x2f\x13\x50\x48\xed\x29\xb2\xd2\x67\xa8\x43\x65\xa1\xf7\xea\x8e\xd7\x9f\x26\xf7\xc8\x69\x08\x74\xd9\xed\x24\x61\xe9\x9e\x8b\x04\x6c\x8f\x98\x24\x83\x9a\xdc\xa9\xa2\x40\xf1\x22\xa1\xf2\x0c\x27\x48\x6d\xe2\x36\x51\xe2\x57\x2e\xc1\xda\xf5\x8d\xd2\x46\x5c\x92\xbc\x23\xa9\x6d\xcc\xd3\x54\xda\x74\x7e\x2b\x8e\x2f\x98\x0d\x60\xba\xbf\x22\xb2\x6b\x83\xc9\xb0\xa0\xb1\xd6\xac\x92\xc2\x4a\xc3\x54\x02\x67\xa2\x04\xd7\xcf\x42\x03\x9b\x09\x31\x03\xd2\x0f\x41\xe5\x01\x2e\x5d\xfd\xfc\x11\x99\xd7\x52\x03\xa2\x7b\xfe\x07\xf3\xdf\xbf\x7f\xf8\x4f\x00\x00\x00\xff\xff\xc6\xe1\xd5\x8a\x5f\x88\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\x8b\x88\x52\xdd\x2c\x97\x1a\x52\x5e\x4b\x5c\xbe\x1e\xaf\xa3\x5a\xe8\x3d\xa8\xf0\x68\x76\x9f\xc8\x47\x27\xd5\x00\xe5\xb9\xb2\x52\x1b\x0a\xd9\x71\x36\x76\x85\x9c\xd7\xcc\xc6\x2e\x4d\xe4\x90\x8d\x5d\xbf\xc1\x2f\x36\x1b\xbb\xb2\xe7\xeb\x65\x63\xd7\x6d\xf9\x16\xde\xde\x52\x33\xdf\x4c\x36\x76\x65\x45\x5f\x72\x36\x76\x65\xa8\x87\x6c\xec\x27\x99\xcd\x0b\xcb\xc6\xae\x3f\x75\x9b\x65\x63\xd7\x8a\xdd\xcd\x67\x7b\xd7\x5c\x26\xc8\x47\x79\xe6\x6c\xec\xd2\x04\x0e\x71\x1e\x3b\x56\x2d\x2e\x93\xa0\x1b\x01\x54\x56\x73\x09\x98\xd5\x7b\x68\x49\x3e\x36\xa8\x92\x7b\xa0\xa8\xa7\x8d\x10\x02\xeb\xef\xba\xda\x6e\xbb\xb4\x0e\xda\xd5\xfa\xb1\xa2\x89\xcf\x61\x44\xc1\x38\xf6\x7b\x1d\x28\x70\x63\x6b\x61\xc3\x22\x07\xab\x31\x06\xfd\x37\x90\x5c\x4d\x25\x86\x1d\x08\xd0\xe5\x82\x6d\x5b\x83\x02\xcc\xae\xf5\x86\x1c\xa8\x96\xb2\x9f\x66\x7f\x17\xff\xb7\x71\x41\x76\xad\xf5\x9c\xcc\xf2\x6d\x92\x42\xc6\xdb\x7d\x36\x65\x53\xa9\x56\xb9\xfd\x6b\xbf\xd4\x46\x2a\x3a\x5e\xa5\x6d\xae\xbb\x7a\xbb\xae\x9a\x2f\x70\xb3\x99\x5d\xd1\x43\x0c\x2c\x37\x74\xf8\x62\xd8\xb1\xe7\x09\xf4\x85\x5a\xdf\x66\x70\x2d\x6f\xe9\xbd\x6c\x48\xe8\x5e\xec\x10\xdc\x1a\x9a\xa9\xe3\x58\x3c\x2a\xf9\x13\x16\x47\x50\x5a\x77\x2f\x3c\xef\xb0\xec\xb9\x6a\x8c\xad\x59\xc7\xdc\x80\x15\xd6\xac\x64\x1e\xe3\x5d\x56\x29\x6d\x38\xaf\x89\xcb\x5e\xcf\x94\xc5\x85\xf9\xf3\xbf\x6f\xe4\x90\xb1\xf2\xa5\x5b\xb7\x11\xcf\x18\xa1\x49\xc2\x34\x5a\x40\x5c\xec\x15\xd6\x1b\xc9\x55\xb6\xcb\xae\x72\x31\x86\x79\x5b\x61\x32\x2a\x8a\x1c\x88\x07\xef\x8c\x89\x92\xf9\x78\xe2\x35\x60\x4b\x85\x76\x6a\x75\x7b\xf9\x09\x5d\xe6\xbb\xec\xe5\xbb\x9c\x67\xdb\xd9\x17\x6e\x91\xea\x1c\x4d\x7e\xe8\xf6\x88\x9e\x04\xfa\x1f\x42\xb3\xb5\x1b\xbb\x38\xe8\xf5\xfb\x74\xdf\x06\x43\x1a\x74\x73\xe4\xe3\x83\x46\x32\xcb\xc0\x1e\xa4\xd9\xf4\xa1\xa9\x26\x0a\x4c\xb8\xc7\xb7\xac\x46\x01\x5f\x83\x41\x59\x1b\x3a\x9d\xad\x85\x4c\x72\x8d\xf2\x81\x26\x7e\xf4\x55\x3f\x0b\x06\x41\x48\xc1\x44\x9d\x85\xe0\xf3\x62\x79\xbc\x57\xe6\x6d\xf5\xa1\x11\x7b\x0b\x47\xf1\x4b\xf2\xcc\x21\x29\x75\xf3\xd8\x80\x05\x94\x02\x33\x0b\x1e\xef\x9d\x84\x28\x7a\x02\xcc\x46\x5f\xb4\x4b\x21\x9c\x1e\xb6\x7a\x38\x2f\x42\xc1\x50\x7e\x8b\x39\x09\x40\x1d\x39\x15\x15\xca\xef\xdb\xbf\x40\xd6\xc4\xfc\x79\x0c\x56\xf1\x01\x29\x10\xc5\xc6\xd2\x63\x9a\xcc\x93\x8c\x27\x91\xde\x31\x56\x74\x36\xa9\x63\x37\x8b\x85\xef\x5e\x5a\x6a\xdb\xb7\x9e\xe3\xb8\x66\xa9\xcc\xa5\x71\x78\x71\xb1\xc9\x57\x9d\x7b\xb9\x48\x8e\x87\xb4\xcb\x0d\x48\x72\xb7\xf1\xec\x9d\x12\x5f\x53\x16\x68\x33\xe5\x7d\xe5\x8c\xbb\xc5\x81\x7d\xcd\xdc\xcf\x9a\xfb\x62\xbb\xd5\xfd\xba\x19\x9f\x6b\x4d\xa3\x69\x5f\xd7\x49\xf6\x3c\x8a\xab\x05\x87\x7b\x7f\x45\xea\x67\xf3\x2a\xbd\x10\x1a\xdc\x67\xf0\x69\x13\xb7\x59\x1d\x80\xba\x89\xa8\xb8\x59\x2c\x6a\xd8\xa8\xd7\x15\x8f\x1a\x86\xbd\x65\x4c\x6a\x3b\xaa\xd3\x39\x91\x19\x00\x6c\x96\x56\x2b\x74\x10\xc2\xda\xc2\x02\xf9\xcd\xb0\xaa\x23\x8a\xae\x05\x52\xe3\xb2\xc8\xd3\xb0\x89\xdf\x46\xf4\xe9\x0a\x7d\x68\xc3\x08\xd4\x78\x51\x77\x8b\x42\xdd\x51\xbf\xd9\x2c\x12\xb5\xd2\xd9\xd2\xfd\xde\xc2\xaf\xbe\x80\x8a\x79\x88\xca\x08\x51\x19\xf5\x6b\xf3\x12\x23\x33\x8a\x8a\x61\x1b\x46\x67\x34\x6d\xff\x3e\x28\x69\x8f\x51\x1a\x5f\x39\xf6\x61\xdd\xb0\x87\xaf\x1b\x4c\xb2\x66\x1c\xc9\x21\x36\xe3\xdb\x88\xcd\x68\x3e\x6f\x1b\xc5\x67\xac\x48\xee\xf3\xbd\xec\xea\x44\x0f\x09\x67\x4f\xea\x48\x0f\x36\xe0\xe8\x8b\x35\x9d\xe9\x45\x46\xdc\xc1\xa1\xfe\xa4\x0e\xf5\x9a\x85\x5e\xed\x54\x2f\x09\x6f\xcf\xea\x09\xad\x02\xae\x3f\xa5\x37\x74\x95\xc0\x9b\x0f\x07\x4f\x7e\x8e\x6a\xe7\xbc\xee\x71\xfa\x1c\xf6\xd6\x17\x96\x24\x6c\x3a\x64\x69\x0a\x0a\xb1\x91\x0e\xb3\xb4\x20\x01\xc1\x90\x58\x2d\x27\xa5\xda\x52\x2e\x85\x1a\xeb\x3c\x65\x51\x01\x82\x42\xbe\xc1\xf0\xf4\xbe\x80\xfd\xcd\x32\xa6\xbc\x3e\xa5\xc8\xf7\x9a\x8b\x84\xc5\x3a\x96\x22\xa9\x64\x5a\x7c\x67\xb0\x76\x2a\x15\x73\x72\x2f\xe4\x63\xc6\xd2\x31\xec\x50\x75\x30\xc7\x84\xb3\x23\xc2\x4d\xf8\x4c\x31\x9a\x4c\x2c\xbb\xec\xdb\xb1\x83\xcb\x01\x05\x31\xe6\xbe\x8d\xd0\x79\x43\x33\x6f\x5b\x84\x74\x05\x19\xd1\xc4\x1c\x11\x9d\x0f\x8b\xf6\x53\x89\x70\xab\x0f\x4c\xc4\x13\x2f\x1a\x79\x32\x4f\x78\xad\xe7\xbb\x41\xb3\xb0\x04\xd0\xce\x38\xdd\xc9\x69\xf1\x40\x77\xc9\x81\xff\x98\x6b\x43\xc0\x56\x4e\xa4\x08\x87\xc9\x65\xf3\x04\xbc\x0f\x80\xab\x44\xec\x8c\x25\xa5\x26\x68\x65\x2a\x9b\x8e\xa5\xf0\x30\x39\x94\x4c\xa7\xae\x42\xbb\xb8\xdc\xa9\x7c\x14\xda\x28\x46\xa7\xae\x8e\x84\xe5\xc4\x60\x8a\x45\xff\x92\xab\xda\x0b\x37\xf0\x26\x5b\x7c\xc1\xc5\xbd\xdd\xdd\x02\xe1\x04\xb0\x83\xa1\xe7\x9a\x4d\x7b\xc7\x05\x2d\x45\xab\x6c\xb1\x6b\x59\xbe\x91\xbf\x37\x2a\xc6\x31\x6f\x02\x97\x31\x74\x15\xde\xcb\x26\x46\x15\x0d\x80\xc9\xc4\x76\x47\x80\xd5\x21\xb2\x2a\x25\x86\x02\xb8\xd1\x84\x65\xb3\x08\xad\x74\x46\x95\x09\xd5\x4c\x1c\xec\x41\x22\xa7\xd3\x5c\x00\x52\x85\xd3\xd3\x1e\x5d\x7e\xbb\xb3\xd9\x15\x8d\xb7\xfa\xa2\x6b\xbe\xd3\xf6\x7c\x49\x31\xce\xe6\x84\xa6\x0f\x5c\x17\x68\x33\x89\x14\x3a\x9f\x32\x55\xc1\xf2\xc6\x24\x11\x42\x3d\xad\xd8\xb1\x59\xc1\xcb\x97\x62\x70\x77\xc3\x98\x0c\xd9\xc8\x5e\xba\x33\xaa\xb4\xb7\x0f\xd5\xd8\x76\xdc\xe6\xa6\x76\xad\xbe\xda\x99\xfc\x14\x1f\x3b\x32\x2d\x4e\x28\x75\xfa\xc6\x49\xf5\x7c\x46\x65\x4e\x9a\x62\x57\x16\x26\x45\x96\x5f\x4c\x6e\x15\xce\x57\xa5\xbf\x9c\xfb\xaa\xb9\x1a\x0e\x8d\xed\xc7\x0b\x34\x38\xb8\x8d\x2c\x79\x95\x09\xba\x51\xa3\x79\x26\x3e\x9b\x8c\xc3\xa5\xa0\x0d\x35\x3c\xf1\x25\x5b\x42\x41\x2a\xfc\xba\x79\x6b\x77\xad\x14\xa4\x13\x9a\x2d\xee\x70\xf3\x5a\xde\xe2\xfb\xcb\x79\x9f\x3b\x6e\xd8\xf6\xd2\x38\xa4\x44\x66\xd9\x26\x80\x32\x95\x99\x9f\x15\x9f\x2f\x1f\x51\xd1\x8f\xdd\x00\xbf\x17\x70\x6a\x10\x04\x87\x66\x4e\xb2\xd0\xc6\xed\x52\xfc\x12\xf2\xd0\x39\x11\xf9\x74\xc8\x54\x5f\xc8\x11\xe0\x0c\x65\x4d\xda\xf2\x4c\xc9\x29\xdf\x24\x23\x17\x11\xeb\x6e\xbc\x23\x6e\x85\xa5\xd1\xbb\xeb\x00\x13\x1e\xc9\xcb\xf5\x88\x15\xb7\x05\xca\x19\x4b\xce\xd0\x94\x2e\x14\x86\x5a\x6b\xc1\x57\x29\xbf\x6d\x32\x45\xb3\x82\x5b\x3d\x8d\x85\x07\xee\x19\x14\x53\xa7\xd9\x23\x9d\x17\xd1\x5a\x9b\x1c\xa7\x22\x1e\xca\x9d\x17\xea\xa9\x2c\x3a\x31\xc1\x91\x89\xfb\x85\xab\xb0\xce\x09\x3a\xab\x23\xc3\x8d\xcf\x92\x9f\xf3\x53\x0a\xd9\xf1\xb1\x8f\xe5\xeb\x4d\x6e\xc3\xf2\x61\x88\x5a\x24\x30\x9c\xe5\x4b\xf5\xb1\x44\x39\x7b\x5f\xa3\x4a\x3b\x04\x75\x39\xef\xc7\xb8\xae\x6f\xf5\x19\xd6\xcc\x91\xf5\x5a\x8b\xb5\x63\x00\xe8\x66\xa9\x9e\xbe\xc7\xe5\x45\x79\x37\xa9\xfc\xbd\x5a\x87\x18\x59\xd9\xc5\x95\xa4\x08\xb0\x90\x2e\xae\x60\xc4\x33\xa6\x5b\xa4\x5b\xa3\x4f\x98\xa8\x70\x3e\xe2\x3a\x80\x97\xca\xcb\x3b\xb9\xe2\x11\x36\xa6\x97\x6a\x08\x77\xd5\x94\x0a\x93\x83\x62\x76\xcc\x40\xc0\x20\xc9\x4f\xac\x8a\x37\xc1\x06\xa0\x6e\x89\x15\x2f\x0d\x58\xcf\x2c\x2f\xe0\xae\xe6\x09\x96\xac\x0b\x1f\x58\x19\xdb\x30\x45\x13\xe3\x6b\x9c\xb8\x51\x35\x6c\xe9\x3e\x20\xbf\xd6\x8f\x9f\xf0\xbd\xf6\xec\x17\x8b\x7b\x53\x3b\xc2\x5e\xb9\xf5\x8d\x47\x17\xe4\xf2\xcd\x1d\x2f\xef\xe1\x53\x6f\x4c\xa2\x64\xa4\x18\xd8\x1b\xa7\x21\x30\x57\xa4\x4c\x69\x23\x25\xdc\x50\xb7\xe7\x3f\x9f\xdc\x75\x09\x33\x09\x14\x04\xe8\x8b\x44\x3f\x1c\x59\x81\xf6\xd7\x9c\x19\xfb\x73\x13\xfa\xdc\x94\x09\x0d\x9c\x80\xaf\x5b\x68\xcc\x2f\x8c\xfd\xef\x79\xf9\xfb\x25\x24\x1f\x26\x16\xca\xcb\x58\xda\x0d\xf5\x65\x2c\x99\x02\x0c\x09\x2e\xad\xae\xa1\x18\x2c\x24\xd8\xa9\x03\x14\xdd\xc2\x53\x2f\xfe\x9e\x8b\x0d\xc5\xa4\xb3\xe2\xa3\x68\x14\x0d\x52\xd8\x74\x46\x15\xaf\xc9\xcc\x5f\x1e\x02\x80\xdf\xd4\xb6\xbe\x8a\x89\xf8\x75\xa5\xc4\x15\x64\x24\x05\xf6\x2a\x31\x8a\x31\x60\x21\x81\x9e\xdc\x5d\xef\xc2\x79\xc3\xc4\xa2\x8f\x5a\x7d\xf1\xd1\xdb\x3f\x8b\x5f\x43\x09\x1c\x8c\xf7\x60\x29\xc9\x41\x67\x2a\xb7\x02\xcd\xa6\x5c\x87\x1f\x00\x84\x46\xe7\x99\x41\x4c\xc0\x11\x14\x59\xf4\x03\xc5\x27\x75\x5c\x42\x51\x91\x4c\x2e\xe5\x6e\xa5\xb1\xf8\x68\xc0\xb2\x4d\x64\xc7\xee\xa8\x93\x69\x4b\xdf\xc9\x7d\xc3\xe9\xfc\x83\xc7\x12\xdd\x60\x83\x8a\xc9\x80\xe4\xe6\x91\xd1\x50\x2b\x41\x3b\x5d\x86\x08\x83\x8c\x80\x91\xad\x1a\xb8\x81\x81\xae\x76\x17\x9d\x6c\xed\x2b\x7e\x2a\x99\x11\x6f\x96\x1b\x42\x2f\x84\x9a\xbe\x50\xb9\x00\x28\x91\x60\x3f\xa7\x44\x33\x5f\x56\x34\x91\x02\x65\x00\x67\x3c\x19\x5b\x36\x61\x25\x3f\x70\xa2\x48\x01\x1a\x95\xcc\xb5\xe5\x21\x74\xca\x8c\xbd\xa0\xbe\x07\x18\x5d\xf4\x60\x1c\x91\x99\xe2\x53\xc3\x1f\x58\xc0\xff\x89\x77\xee\x8c\x1a\x9a\xc9\x71\x5b\x19\x3e\xa2\x89\xe9\xd1\x9d\x54\x66\xea\x9a\xd9\xd6\x8b\xed\x87\x41\xba\xe7\x76\xed\xc7\x4c\x30\x05\xf3\x84\x92\x3e\xb5\x27\x78\xd3\x62\x3f\x05\xe3\x06\x60\xbf\x04\xa1\xd0\x74\x30\x31\xd0\xdc\xc8\xa9\x55\x48\x69\x96\xcd\x01\xe2\xcc\x3e\x99\x50\x3d\xf1\xfb\x8c\xb8\x68\xeb\x5c\x4d\x6e\x71\xcf\x68\x32\x61\xb7\x50\x1e\xb1\x6e\x71\x2b\xa3\x7c\xc3\x44\x3e\x7d\x73\x4a\xfe\xbb\x98\xe3\x59\xfb\xec\xa7\xce\xe0\xbc\x7b\xdb\x7e\x77\xd1\x39\x8f\xe6\xe3\x9e\x7c\xec\xde\xde\x2e\xfe\xfa\x53\xb7\xb7\xf8\xe3\xf5\xd5\xf5\xdd\x45\xbb\x57\xd7\xca\xc5\xd5\xd5\xcf\x77\xd7\x83\xf7\xed\xee\xc5\xdd\x4d\xa7\xe6\xd3\xbb\x5e\x78\xe8\x9e\xfd\x2d\x3a\x43\x90\x73\x67\xe7\xd3\x30\xda\xea\x31\x3b\x26\xe5\x17\x4f\xc9\x9d\xf3\xc4\xb8\xea\xb3\xde\x66\x44\x21\x88\x17\xe2\x8a\x52\x34\x26\xa5\x7d\x41\xfc\xe7\x76\xee\x4d\x9f\xa2\x8b\x28\x99\x30\x92\x49\x79\x9f\xcf\x1c\x03\xc3\x68\x33\x21\xd1\x20\xc3\x74\xd4\xda\x4f\xdd\xde\x69\xf0\x08\x2d\x36\x16\x25\xd7\x78\x52\x87\x71\x51\xcf\x34\xb1\x9e\xaf\x62\x0f\x70\x24\x83\xa7\x30\xea\x21\x6c\xc0\xb2\x7e\xb0\x35\x2a\x4c\xa5\x9b\x34\x75\xa8\xc8\x7e\x62\x51\xc3\xe5\xed\x5b\xb6\x9a\x61\x39\x10\x59\x8b\x0c\x59\x42\x73\x74\xa4\xd9\xdb\x48\x29\xa9\xe2\x01\x17\xdb\xbe\x63\xa3\x6f\x16\x85\x8c\x32\x04\x2e\x96\x10\xb5\x9f\x44\x27\xc7\xaa\xcb\xa0\x4a\x7b\xec\x9a\xc9\x1c\x6d\x53\xbe\x1a\xdb\x74\xc8\xd0\x5f\x02\xe9\xf7\x96\x6f\x07\x34\x17\x0e\x8e\x39\x6a\xc8\x23\x83\x88\xc3\xdc\x61\x77\xa1\x7e\x6c\x0f\xa0\xf6\x05\xab\x75\x40\x33\x2c\x45\x22\x36\x72\xcc\x7d\x08\xc5\xf6\x7b\xcd\xea\xb8\xe5\xe6\x61\x63\x85\xdc\x86\x8d\x02\x0b\xf5\x5e\x52\x18\x71\x83\xbd\xdf\xb3\xec\x1a\xbb\xf3\x12\x19\x68\xf1\xda\x58\xc1\xd1\x0d\x94\x95\x5e\x3d\x1e\x1f\x6f\x5d\x82\x25\xd8\x2c\x11\x33\x78\xf8\x57\xae\x55\x4f\xa6\x74\x6e\x89\x03\xc2\x13\x74\x3e\x9b\x49\x65\x48\x43\x1b\x04\x0e\x3a\x8e\x0f\x2e\x06\x37\x8f\xc0\xa1\xa0\x11\x2b\x05\xe8\x1a\xc8\x9f\xa5\xc1\xbd\x61\x40\x6e\x5d\x8b\x63\x1f\xe7\x74\x81\xb2\x16\x90\xa7\xa6\x25\xb5\xb7\x44\xa1\x75\x02\xea\x2e\xd1\x44\x33\x7b\x0b\xaf\x0b\x11\x58\xd7\xfb\x95\x6f\xa1\x76\xcb\x33\x36\x32\x83\x5a\x5f\xca\x12\xb3\xa1\x6d\x51\x34\xa4\x02\x2a\x3e\x9e\xec\xa1\xc5\xf5\x25\xf9\x3f\x3a\x5f\x97\x15\xdf\x23\x2d\x5e\x49\x69\x50\x86\x2c\xf4\x0c\xe2\x57\x13\x4c\x00\xae\x53\x84\x15\xb6\x82\x1a\x07\x49\xcd\xca\xe5\xf7\x42\x3e\x8a\x60\x2f\xd7\xad\xbe\xe8\x50\x40\xba\x0e\xca\x82\x8b\x3d\x40\x49\x7d\xa5\x8c\x5e\x82\xce\x7d\x21\xc9\xd1\x05\xdd\xbb\x72\x00\xd9\x9c\x14\xf0\xc8\xa5\xef\xd6\x39\x3d\x68\x4b\xf6\x72\x1a\x4e\xd8\x21\x82\x1a\x36\x73\xf6\x6e\x9c\x67\x11\x54\x0b\x2e\x53\xdb\x55\x8b\x7c\xf6\xd6\x19\x08\xed\x28\x60\xbd\x0d\x5e\x38\x19\x9d\xfb\xec\xcf\xba\x85\xdd\x47\x42\xe5\xbe\xe3\x2d\x96\x2f\x70\xc8\x94\xa9\x59\xe5\x92\x92\x2c\x04\x5a\x4d\x37\x88\x19\x3b\x0b\x1f\xdd\xb2\xe5\x31\xa0\xef\x01\x22\x14\x4a\xc5\x66\x70\x43\x5b\x3e\xfa\x3f\x70\xb3\x20\x91\xd2\x1e\xa1\xdc\x59\xf8\x23\xbf\xa4\x3d\x3f\xe0\x57\xb3\x52\xc0\x10\x32\xac\xb1\x2a\x6b\x8b\xb4\x01\xe4\x1a\xe0\x8b\xed\x55\xe8\x03\x72\xf8\x58\xc8\x55\x61\x03\x0d\xc4\x94\x44\xc4\x74\xdb\x4c\x4c\x1a\xa8\x29\x44\x0a\xec\x89\xa2\xf6\x90\xf2\x60\x79\x0b\x5d\xc4\x66\x58\x3f\xd1\x61\x03\x05\xfb\x6b\x84\xe0\x2c\x0c\x37\xfa\xf0\x5f\xf5\x43\xff\x90\x53\x45\x85\x81\xc0\x12\x27\x78\x2b\x16\x45\x2b\xb2\x2f\x10\x81\x25\xd0\x58\x0b\x3f\xc5\x9b\xeb\x1d\xe9\x58\x00\x98\xa7\x47\x84\xb7\x58\xeb\xc8\x15\xa9\xd1\xf9\xb0\x78\x73\x62\x25\x87\xbe\x58\x08\xdc\x6f\x91\x76\xa6\xa5\xfb\x82\x89\x24\x03\x50\xf9\x28\x06\x26\x50\xbe\x73\xfd\x0c\xe7\xa0\x5e\xc0\x56\x16\xcd\x4b\xf7\x20\xfa\xb0\x2f\xa8\x46\x4f\x73\x06\x27\xbd\xf8\xbd\xae\x68\x44\x29\xfa\xe0\x09\xc1\x7b\x16\xae\xa1\x27\xdb\x24\x44\x6e\x5c\xb6\x41\xf0\x06\x6c\x4c\x91\x50\xd1\x17\x81\x9c\xc9\xf7\xd4\x64\x8c\x6a\x43\x7e\x7c\xbb\x51\xc0\x85\x9f\x5f\xc1\x5c\xdd\xe9\x2d\x42\x4b\x7d\x38\x5b\x53\xcd\x1b\xc0\xd4\x25\x94\x08\x16\x05\xa8\x1f\xd9\x6d\x36\x92\x3c\x70\x9d\x03\x4c\x7f\x14\xc6\x8e\x40\xeb\xdc\x68\x8f\x2b\x89\x0a\x53\x03\x1b\xf1\xb0\x06\xce\x27\xe9\x86\x55\x43\x58\x4e\x77\xe2\xa8\x9c\x41\x26\x59\x11\x58\x36\xa1\xa6\x2f\x1c\x63\xf5\xb1\x18\x11\x9e\x73\x3b\xcb\xca\xc1\x5c\x56\xc0\x49\x99\xb0\x13\x86\x22\x03\xad\xb0\x40\x97\xa0\x7d\x85\xf8\x9f\x72\x9d\xa1\x70\x56\xac\xa2\xd6\x17\x21\x1b\x28\x6e\xbb\x56\xd8\xa9\x33\x01\x3f\xa3\x0c\x5c\xd3\xfd\x05\x56\x7b\x58\x43\x16\x6e\x2e\xc6\xb5\xc4\x65\xb2\x60\x76\x5f\x22\x1a\xef\xbb\x83\xf5\x25\xe5\x7a\x13\x36\xdc\xb2\x8f\xb2\xc6\x22\xde\xb0\xb9\x91\x68\xb1\x8b\xfe\x1d\x02\xd1\x9e\xcb\x29\x5b\x1a\x7a\x37\x85\x28\xf1\xd5\x4c\xb0\x88\xba\xf6\xac\x03\x6c\xd1\x3c\x8d\xe2\x46\xa3\xa0\x3a\x08\x0f\xf6\x7c\xcf\xbd\xd9\xe0\x1c\x9d\xbd\xee\xe9\x1f\x15\xf3\xf7\x53\x09\x91\x65\x8b\x13\x6f\x96\xf5\xda\xe9\xdf\x69\xc2\x44\x32\xc7\x9e\x3c\x0c\x4c\x21\xc7\xf5\x9c\xc1\xc9\x23\x66\x50\xb0\xb7\xd7\x4a\x87\xae\x70\x4b\x8b\x74\xe0\x9e\xf1\x75\x5c\xe8\xc8\xfb\x0c\xa2\x97\xfb\xc2\x2a\x26\xf6\x8a\xd7\x38\x68\xdf\x7e\x99\xc4\xeb\x4e\x00\xa6\x4a\xee\xe4\x6e\x99\xae\x46\xdc\x6a\x52\x26\x7c\xa6\x26\xb4\x01\xf0\x45\xa4\x33\x3e\x25\xa9\x4c\xee\x99\x3a\x51\x2c\xe5\xfa\x14\xdc\xdf\xa6\xd1\xef\x36\xb5\xca\xf6\xce\x82\xc6\xb6\xa5\xd4\xb0\x7f\x17\x51\xec\xe1\x9d\x8f\x08\x1f\x81\x36\xe1\x33\x05\x30\x7d\xc0\xd9\xb6\x09\x13\x46\xcd\x67\x92\x0b\x13\x2c\x59\x95\x85\xf0\x8a\x86\x95\xd9\x9a\xe2\x6b\xd5\x3e\xc2\x64\xb6\x9c\x76\x6f\xc2\x34\xf3\x31\x01\x38\x29\x23\x09\x7a\x42\x90\x5d\xcc\xa8\x99\x68\xc8\x75\x28\xaf\x81\xd3\xb9\xe0\x53\xbb\x42\x74\x06\x21\x05\x68\xa4\x28\x3e\x0a\x41\xfc\xda\xf0\x2c\xeb\x0b\xc1\x58\xaa\xb1\xf4\xff\x77\xb5\x39\x35\xf6\xd3\x23\x42\xd3\x94\xfc\xcf\xef\xdf\x5f\xfc\xd2\xeb\x0c\xba\x97\x60\x71\xee\x5e\x74\xde\x1e\x85\x1f\xaf\xee\x7a\xe1\x57\x34\xb0\x3c\x30\x45\xa6\xf4\x1e\x34\x3c\xa1\x51\xfc\x83\x50\xf7\x78\xa4\x3e\xdb\xc8\x3e\xd1\xcc\x87\x8f\x3a\x31\x25\x24\x18\xbb\x3d\x5c\x01\x01\xb1\x81\xee\x7b\x13\x3e\x59\x4e\x83\x9e\x78\x42\x17\x5e\x0c\x9c\x32\x61\x2c\x8f\x71\xc6\xbe\x42\xf5\x2d\x08\x8e\x89\x31\x17\x4d\x41\x6e\x4c\x3c\x3c\xa5\x0c\xff\x33\x9b\x7f\xb2\xda\xf5\x35\xe5\x6a\x6d\xda\xeb\x88\x07\xae\xa4\x80\xa9\x05\xab\x56\x51\x6e\x92\x19\xef\x6b\x8b\x0e\x95\x46\x59\x18\xc2\x28\x66\x8d\x81\x94\x95\x42\xb7\x2f\x63\xba\x6d\x74\xfd\xb2\x2f\x46\xf9\xbc\x36\xed\xd8\x0d\x7d\xa0\x3c\x83\x20\x58\x7f\xd1\x14\x34\x88\x55\x0c\x4f\x09\xcb\xe8\x50\x2a\x48\x8d\xc1\xa8\x1d\xdf\x84\x5b\x30\xa8\xe7\x15\x1a\x6a\xf5\xc5\x39\x9b\x29\x96\x50\xe0\x62\x33\xab\xb9\x00\x17\x2a\xd9\xd0\x5a\xd8\x06\xe1\xf6\xd6\xa1\x8d\x15\x55\xa4\x7a\xba\x02\xcf\xa5\xcb\xeb\x5a\xaa\x75\xae\x7f\xfb\x1a\x2c\x9d\x9c\x59\x3d\xae\xc2\x79\xdd\xdd\x3c\x62\x14\x8b\x19\xa0\x53\xc8\x99\xf2\x5d\x54\x68\x96\x95\xe0\x6f\xed\xc1\xd1\x2d\xe7\x25\x2f\xde\x94\x82\xfc\xfc\x17\x4d\x86\xb9\xe9\x8b\x72\x1b\x52\x40\x6d\xdb\x77\xd4\x24\x93\xb7\x7d\x71\x65\xb5\xcc\x9f\xff\xd2\x90\x35\x9d\x52\x43\x07\xf5\x44\xd9\xbc\x26\xe7\xd4\xd0\x0b\x49\x53\x2e\xc6\xae\x70\x73\xfd\x5a\xbc\xeb\xf4\xda\xa7\xc4\x27\x5a\x86\x7c\xc9\x22\xd7\x3e\x6a\x08\x18\x32\x4c\xc4\x73\x11\x60\xe5\x22\xb0\x7e\x67\x21\x03\xe9\xc9\x5e\x58\x7d\x01\x4b\x89\x5c\x95\x1b\x32\x93\x0e\xab\xd0\x6a\x65\x92\xa8\x5c\x38\x4b\xb6\x33\x24\xda\xd5\x01\x32\x0e\x9b\xe1\xe4\x31\x90\x67\x16\x99\x7d\x5f\x80\x7e\x1e\xb2\xd7\x32\x99\xd0\x0c\xc2\xe6\x8e\x23\x93\x9e\xd5\xda\x65\x0e\x39\x48\x10\xaf\x22\xe6\xe5\xe8\x56\x8f\x24\x5d\x08\x65\xf1\x46\x81\xfe\x0f\xfb\xe8\x5c\xa9\x53\x69\x39\x4e\xab\x2f\xba\x23\x8c\xaa\xcb\x70\x75\xec\x87\x4c\x80\x37\xd9\x2f\x8b\x7d\xea\xf9\x11\x14\x79\x41\xaf\x22\x4d\xc0\x7a\x2f\xe6\x10\x13\x0d\xf8\x66\x12\xa2\x33\x0a\xee\xec\x88\x72\x61\x17\xc3\x9d\x18\x7d\xd6\x17\x18\xcc\x57\xda\x97\x38\xf3\x37\xea\x5d\x0a\x88\x35\x2c\xae\xcb\x20\x60\xcc\x5c\xec\xa1\x93\xf5\x67\x8a\x1d\xfb\x5a\x80\xf6\xd7\x68\x4d\xed\x0d\xdb\x22\x37\xb1\x7a\x9d\xca\x24\x9f\x7a\xdc\x11\xc8\xd5\x72\x41\x6a\xee\x12\x0d\x14\x82\x17\x7b\x2d\xc5\xff\x2e\xfe\x6f\xad\x6c\x7a\xbd\x63\x05\xd9\x40\x55\x83\x59\xb9\xa5\x52\x6b\x5c\x18\x36\xae\x3a\xf8\x36\xc1\xec\xbc\x84\xc8\x76\x2b\xc9\x83\xf3\xcf\x48\xab\x7d\x4a\x30\x43\x63\x4a\x9d\x4c\xbf\xd3\xa4\x7b\x6d\x85\x14\xab\x94\x86\x63\x92\x6b\x83\x21\x5a\x90\xa6\x82\x5f\x63\x98\xfc\x11\xf9\x81\xf4\xf3\x1f\x7e\xf8\x53\x42\xbe\xf8\x3f\xfe\xfc\x1f\xff\xf1\xa7\x3f\x6f\x53\x29\x19\xda\x2d\xd6\x28\x20\x3b\x96\xa5\x96\x78\x07\x16\x99\xc9\x0e\xbb\xe0\xce\x48\xd3\xf2\x3b\x8d\xbd\x31\xcd\xa9\xee\x71\x14\x82\x43\xc7\xee\x10\xea\xf8\xf0\x90\xd2\xe9\x29\x5c\xfd\x9a\x99\xa3\xf2\x21\x0e\xf2\xa8\x13\xba\xff\xc7\x12\xa0\x81\x81\xa5\xe6\xed\x42\x85\x78\x16\x24\x60\xdb\x08\xf9\xde\x99\xe8\x0c\xb8\xf8\xde\xfa\x3b\x48\x66\x29\x53\xae\xb8\x8e\xb7\xaa\x05\x5b\x1f\x9c\x5f\xf6\x65\x96\x49\x17\xc4\x41\x89\x66\x33\x0a\x77\xbc\x3d\xaf\xad\xbe\xe8\x7c\xa1\x96\xb9\x1e\xf9\x1a\x68\x58\xb0\x1b\x7c\x23\x23\x9a\x30\x82\xd2\xf4\xf7\x5f\x4e\xed\x6f\x47\x64\x7e\x0a\xa1\x98\x47\xe4\x1f\xa7\x2e\x03\x9a\x2a\x33\xb0\x3f\xbd\xf5\xe2\xb0\x6b\x02\x06\xcd\x35\xe9\xbf\x39\x79\xa0\xca\x57\x9e\x47\x20\xc7\x37\x8e\xfd\x05\x90\xda\x58\x80\xce\xa4\xbc\x77\x81\xaa\x0b\x5f\xba\xff\xb4\x90\xc0\x83\x6f\x03\x37\xdf\xc5\x1c\x5b\x61\xef\x18\x5e\x60\xa4\x35\x1b\x92\xd6\xdf\xb5\x14\xa4\x35\xa7\xd3\xcc\xfd\xea\x9f\xba\x38\x5a\xaa\x89\x2f\x19\xe4\xc3\x68\xb2\x39\x9a\x33\xdf\x65\x72\x08\xf3\xfa\xe8\xe7\x8a\x91\xa8\x30\xd0\xe2\x8a\x28\x6e\x15\x37\x11\x27\xee\x60\x56\x38\xd4\xd7\xb3\xaf\xc0\xdd\x5b\x37\xab\x2f\x61\x48\xff\x85\xbe\x5b\x58\x14\x9f\xbe\x86\x16\xdc\x10\x06\x66\x1b\xfd\x42\xbe\x77\x4c\xe8\xad\xbd\x08\x5c\xd8\x2f\x2e\x43\x5d\x07\xf3\xd0\xc1\x2f\x51\x07\x5c\x10\x4c\x48\x5c\xf2\xe5\x3f\x4e\x5a\xad\x56\xf8\xfa\xd2\x4e\xe5\xff\x10\x6e\x34\xcb\x46\xd8\x92\xbf\x66\xe6\x7d\xf1\xd1\x6a\x3a\xb1\x85\xb9\x80\x58\x81\x9a\x57\x89\xcc\xc8\x71\x61\x75\x4d\x65\xa2\xc9\xbf\x59\xd9\x33\x5a\x4a\xf8\xd1\x2a\x5b\xf5\xa7\xca\x95\x3e\x7c\xa6\x63\xe5\xac\xd6\xd5\x83\x15\x83\x33\x04\xed\x93\x6a\x88\x50\x7a\xe0\x69\xee\x69\xc1\x52\xce\x89\x03\x70\x80\xaa\x84\x86\x7d\x31\xf0\xa8\x01\x29\xa3\x36\x24\xbc\x5e\x82\x5b\x60\xb8\x05\x60\x06\x92\x75\xc3\x02\x38\x14\x03\xc7\x1b\x70\x9e\x47\xb1\x8b\xc3\x5e\x2f\x22\x46\xb3\xd2\xf9\x74\x4a\xd5\xfc\xa4\x38\x6d\x8b\xc4\x59\x80\x1a\x02\x97\xc9\xfc\x02\x80\x9b\x35\x73\x47\xcb\x45\x1a\x44\xc5\xd3\x27\x21\x81\x80\xa4\x2c\x01\x60\x61\x08\x79\x43\x58\x6d\x26\x12\x99\x3a\xba\x2e\xf2\x2e\xcb\x62\x45\x78\x67\x51\xa0\xf0\x51\x2b\xba\xb0\x98\x09\x83\xc9\xd8\xee\x0d\xff\x71\x03\x03\x97\x03\x6d\x2c\xab\x1c\x6f\xe0\xc2\xec\x5e\xdd\xfa\x6f\xd6\xbf\x76\x61\x1d\xca\x72\x35\xf5\xaa\x9c\x37\x1b\x28\xfa\x58\x5c\xc0\x10\x7f\x81\x26\x94\x3c\x64\xa5\xe2\xbf\xcf\xe4\x35\xcf\xec\xbd\x05\x34\xde\xea\x8b\xd2\xcf\x47\x84\x65\x7c\xca\x45\x08\x7f\x43\xf6\x2e\x47\x28\xe2\xde\x73\x63\xb7\x4c\xa7\xf7\x96\x83\xf9\x04\xff\x48\xef\x69\x8b\xb9\x27\x9d\xe0\x3d\x72\x66\x82\x5c\xdb\x71\x15\x8a\xb4\x95\x38\x6d\x13\xc7\x4e\x6a\xe4\x11\xe1\xc1\xf9\xed\x0b\xdb\x9a\x3f\x4b\x45\xdc\x6d\xd4\x5e\xd4\xdc\x31\x08\xe9\xdc\xa7\xe0\x41\x0b\xd0\x47\x29\x78\x36\x08\xa9\x35\x22\x4a\xa7\x52\x72\x74\xf3\x8c\x0d\x88\x32\x1c\x08\x99\xb2\x0d\x83\x8d\x6b\x4a\x3a\x3a\x53\xb1\xf7\x30\x2a\x86\x59\x35\xc0\x27\x1a\xab\xd2\x69\xbd\xa1\xf9\xb4\xb6\x36\xaa\x6b\x07\xd0\xd9\x1f\xb7\xad\x4f\x5f\xf0\x34\x68\xc5\x2b\x05\x51\x16\x64\x69\xed\xcb\xf5\x5b\x77\x92\xd0\xd3\xed\x0c\xc8\x38\xf7\x04\x96\x3d\x44\x80\x52\x32\x56\x32\x9f\x85\x54\x61\x9f\x34\x85\xdb\xe0\x6e\xb4\xae\x18\xc9\x53\x27\x53\x5f\x70\x71\x8f\x77\xe1\x53\xed\x51\xa8\x94\x1a\xfd\xee\x39\x18\xae\xf8\xb1\x2b\x97\x6d\x47\xad\x0d\x4d\xee\x11\x62\x6d\x59\xa5\xdd\x4d\x6b\x05\x17\xf7\x65\x9e\x65\xae\xdb\x82\x7d\x16\x15\x05\x1e\x38\x25\x94\xdc\xdd\x74\xeb\xfb\xbe\xe7\x8b\xf6\xf6\x7a\xde\x59\x26\x10\xf8\x9f\x9f\xf9\x46\x91\x71\x15\x48\x40\x56\x22\xf5\xa0\xff\x37\x01\x29\x55\x78\xf7\x8e\x0e\x3e\xcb\x83\x06\xd3\x1a\x4a\xad\x9f\x7c\xd1\xf1\xb9\xfb\xf8\xa3\xfd\xb6\x7e\x47\x3e\x42\x4a\x48\xc8\x9b\x9f\x52\x61\x27\xe8\x7b\x6d\x30\x10\x21\x5b\xdc\x6a\x48\x77\xb3\xad\x06\x84\x3d\xae\x17\x81\xea\xbb\xf2\xad\x3c\xa2\xc5\x88\x66\xa8\x6e\x99\x09\xc8\xe1\x47\xe4\x36\x99\xb0\x29\x85\xa8\x84\x69\x59\x1e\x07\xb9\xe4\xfb\x8c\xaa\x31\x4a\x09\x9a\x19\xfd\xb6\x66\x87\x8b\xe0\xdc\x1d\x76\x78\x0b\x80\xe6\xd8\x42\x0f\x89\x83\xcb\x38\x40\x18\x65\x19\x18\x26\x30\x27\xdf\xbf\xbf\x3b\xac\xb2\x8a\x9f\xc0\x8d\xa9\xb0\x5c\x79\x6a\x45\xb1\xe6\x8c\xf9\x1d\x31\xc1\x2f\xe9\x34\x64\x97\x7a\x60\x70\x97\x45\x80\x63\x1b\x32\x00\x09\x6a\x1e\xc3\xce\x28\xe0\xf1\x10\x1c\xe8\x70\xd3\x08\xfa\xa2\xed\x5f\x09\x19\x6a\x20\xdf\x28\xf4\xab\x42\x1c\x13\x46\xed\x81\x8c\x11\x15\xdb\x75\x93\x6b\x98\xc4\xa6\x99\x40\x55\x20\x73\x2b\xe3\x04\x88\x30\xd4\xee\xbc\xb0\xeb\xe7\xd1\xd0\xf3\xc3\xe6\xa5\x47\xea\x93\xfc\x93\x6a\x69\x88\xba\x8e\x57\x31\xdf\x4e\xc8\x3e\x76\x0d\xc5\xd5\x28\x30\xd6\x29\x9b\x17\x91\x35\x76\xc5\x51\x2e\xad\x74\xb6\x78\x58\xcd\x4e\xcc\x98\xd3\xe9\x40\xc9\x6c\x97\x3d\xf2\x4d\x94\x74\x1c\xc8\xd5\xb0\xf2\xe6\xaf\x39\xcd\xd0\x1e\x2b\x1c\x39\xfa\x61\x83\xc0\xf0\xc7\x3f\x93\x36\xdc\x96\xe4\x23\xb0\x45\xf0\x44\x41\x6b\x46\x12\x3e\x9d\x31\xa5\xa5\x15\xc6\x1b\x36\xf9\xfe\x2f\x7a\xe0\xf0\x52\x07\x34\x49\x64\xbe\x88\x8d\xba\xc1\x4c\x6a\x5a\x8b\x27\x45\xc9\x7d\x3e\x64\x4a\x30\x03\x0e\x4e\x78\x8f\xf8\xf7\xd6\x1a\xae\xa4\xb9\x99\xfc\x71\x90\x64\x7c\x6d\x10\x57\x88\x82\x6f\xdb\xcf\xce\xf0\xab\x65\x13\x28\xb5\x5f\x1a\xba\x20\xf8\x8c\xe0\xb3\x16\x79\x47\x93\x7b\x26\x52\x57\x1f\x1b\x13\x53\xe1\x82\x02\x6e\x19\x99\x28\xca\x13\x43\x7d\x07\xdb\xb7\xb7\x50\x5f\x4c\xe9\xbd\xbd\x85\xd8\x17\x17\x2c\x6c\xd5\x0c\xbd\xc9\xd1\x08\xf4\xb0\x90\xa1\xef\xb3\x28\x35\x4b\x72\x65\xdf\xc0\xf3\x61\xf0\x7c\x80\x51\x21\xc1\x0a\xf3\x84\x42\x92\xff\x77\x9a\xe4\x33\xaf\xf9\x82\xb6\x9b\x81\x83\x00\x27\x09\x45\x51\xb8\x95\x06\x27\xac\x2f\x20\xe8\xca\xb7\x38\x0f\x5c\x25\xf6\x49\x05\xdf\x68\xdd\xe1\x1b\x61\x8a\xeb\x6e\xb6\x74\xb4\x21\xec\x3d\xa0\xcc\x4c\x98\x00\x35\x6c\xfd\x96\x21\x4f\x78\xfd\x4d\x2b\x05\x8f\xe1\x2c\x0a\xab\x41\x58\xc2\x5c\x70\x07\x1b\xec\x0c\x45\x51\x5c\x87\xb7\xa7\x16\xdf\x73\x4d\x34\x35\x5c\x8f\x78\xad\x7a\x1a\x27\x16\xef\xb2\xea\x74\xb3\x6c\xe6\x9a\x4c\xe6\xca\x5a\x84\xf8\xd4\x16\x79\xcf\x95\x36\xd1\x94\x8c\x0c\x79\xc1\x4d\x2c\xc1\x4c\x58\x23\xa4\xd5\x3e\x3c\xbb\x7e\x06\xd1\xfb\x4b\x7d\xe4\x21\x16\xb9\x45\xda\x85\x8d\x0b\x33\xa3\xd1\x7a\xb5\x62\x46\x2c\xd3\x6c\x1b\xe2\x5b\xcb\x20\x00\x9e\x20\x20\x20\x02\xb2\x8a\xb6\xbf\x17\xf0\x7a\x61\x98\x8f\x90\xee\x43\xef\x59\x53\xe9\x7f\x56\xd1\xb3\x57\x8c\xb0\x53\xca\x95\xac\x1b\x62\x3b\xe8\xfb\x12\x55\xfe\x6d\x06\xb8\xfe\xb1\x2b\x92\xd1\xf9\xe8\xc4\x2e\xb9\x95\xf3\x93\x7b\x17\x65\x3c\x02\x3a\x74\xe9\xec\x8f\x13\xa9\xe3\x73\xe6\xf7\x0f\x36\xd3\xa8\x9c\xf9\x68\x62\x08\xd2\x0e\x0b\x8c\xee\x59\x21\xe3\x6c\x77\x18\x75\x38\xa4\x18\x85\x14\xf6\x9b\x78\x16\x0a\xcb\x00\xb6\x52\xdf\xd4\xe2\x69\x2e\xc5\x6f\xec\x70\x9c\xef\xd9\xaa\xda\x96\xcb\x36\x2d\x9c\xdc\x06\x19\x72\x53\x2c\xc1\xc6\xb3\xb4\x51\xb8\x3a\x98\xfa\x78\x02\x38\x55\x28\xf3\xce\x28\xaf\x73\x2a\x3a\x93\xf6\x2e\xeb\xf7\x94\x88\x6b\xfb\x86\x5a\x73\xd3\xdd\x12\x66\x2d\xc3\xaf\xbd\x01\x5e\x3e\x7a\x78\xb5\x7d\x80\x92\xad\x89\xc6\x1d\x90\x9b\x90\x78\x34\x56\x84\xc6\x71\x6d\x46\x23\xa5\x25\x46\x9f\x8c\x0b\xb9\xd0\x10\x9e\x81\xb9\x8f\x72\x14\x30\xe4\x30\xb2\x06\xe1\x26\xe5\xa8\xe6\x8f\x77\x99\x1c\xea\xb7\x21\xe3\x9a\x6a\xdf\x47\x91\x02\xd9\x4c\x82\xfb\x81\x2c\xf3\x4b\xf1\x94\xf7\xa1\x3f\x33\xf1\x7d\xb8\xc9\xc2\xd7\x13\x55\x11\xf8\x82\x19\x20\x54\xc9\x5c\x78\xc8\x27\x29\x98\x1c\x81\x4b\x02\xbc\x7c\xde\xe8\x06\x42\xb7\x90\x26\xca\xf6\x50\x6c\x86\xb1\xc6\xa0\x1e\x36\x2f\xf7\x8e\xb0\x67\xab\xd6\xf9\x29\x60\xcf\x76\x5d\x77\x77\x70\xbe\xd2\x82\xef\x0a\x66\x85\x47\x69\x03\x36\x0b\xef\xaf\xb4\x84\x05\x3e\x00\xa6\xaf\xb8\xa8\x08\x26\x37\x43\xb8\x12\x3b\x36\xf2\x18\xb2\xe4\x20\xf7\x0a\x81\x08\x9b\xe0\xb9\xc1\x82\xb8\xc9\x75\x60\xdf\x5f\x63\x9c\x18\xa2\xf6\x25\x1a\xa8\xbb\x7b\x35\xf1\x05\x05\x41\x98\x11\x82\x29\x67\x1c\x59\x79\x73\x6c\x68\x5f\x8c\xb7\x72\xb9\x83\xc1\x81\x6c\x55\x40\xe2\x42\x70\x01\x8d\x98\x40\x8b\x40\x1c\xd6\x44\x4e\xa5\xbd\xb6\xad\xba\x5a\x3c\xc4\x38\x3e\xb8\x6c\x96\x94\x53\x9c\x61\x56\xfc\xd7\x9b\x8d\x3d\x5a\xf6\x11\xca\x8e\xf1\x4b\xab\x91\x32\xa3\x99\x0c\xcb\x48\x83\x2b\xc6\x1f\x20\xe2\x96\xd3\x0d\x58\xaf\xa7\xa0\xab\x03\x00\xba\x03\x7e\xe2\xff\xb0\x1a\xa4\x25\xa9\x10\x33\xe7\xf3\xec\x5c\x94\x0b\x82\x3f\xd4\x95\x5e\x6e\xf4\x1e\x6e\x02\x74\x08\x8c\x65\x98\x8f\x6e\x01\xb5\x7c\x85\xf2\x12\x92\xa6\x8b\x60\x15\xbb\xc8\x21\x60\xc0\xa7\xf4\x85\x0f\x1f\x0a\xf4\xfd\xf9\x8c\x1d\x91\x61\x0e\xcf\x2f\xaf\x7a\xb1\x61\x96\x0b\x78\x7c\x9c\x4c\x58\x72\x0f\xc1\xa5\xc8\x14\x71\xb9\x7c\x19\x85\xe1\xbc\x2f\x0a\x8c\x67\x23\xbd\x95\x71\x1e\x40\xb4\x02\x90\x9c\x54\x24\xe5\x7a\x96\xd1\x39\xd8\x73\x04\xba\xa5\xcb\x05\x8c\xfd\xa0\xb6\x54\x5b\x00\x84\xda\x71\x01\x2f\x87\xc1\xbf\xfc\x24\x42\x1d\xa4\x10\x62\x55\x27\x76\xec\x0c\x6b\xb6\x8b\x7b\xba\x09\x4e\x3d\xaa\xfe\x85\x3b\x1a\xfb\x29\x42\xf6\x93\xa8\xa4\x31\xf5\xdf\xf8\xa0\x2f\xb0\xa0\xf4\x7d\xa1\x20\xfb\x6f\x2c\x66\xc1\xd4\x03\x4b\xfb\xa2\x9c\x5f\xe6\xae\xb2\x62\x97\x49\x01\xb3\xdb\xc4\x3a\x37\xc7\xf2\x8c\x91\x7b\x96\x7b\xce\x21\xa6\xbe\x48\xa6\x0f\x81\x4d\x4b\x60\x7f\xeb\x0b\xf8\x3c\x01\x3e\xed\xda\xc6\x8f\x02\xd7\xd7\x81\x72\x3a\xd4\xed\x92\x35\x31\x10\x66\xc8\x9e\xc1\xd4\xda\x10\xf0\xe1\x02\x40\x16\x42\x91\xeb\xda\xe8\x0b\x1f\xb3\x3a\xca\xb3\x0c\xe1\x12\x1a\x96\xcb\x67\xd3\xf9\x00\x8b\xaf\x97\xb2\x14\xf4\x5a\x12\x01\x21\x07\xab\x5f\xca\x66\x29\x84\x19\x26\xf3\xa2\xf0\x19\x10\x2f\x13\x3a\x87\x40\x3c\x0f\x82\x0a\xb1\xe1\x63\x66\x88\x95\x3b\xd2\x3c\xc3\x20\x4c\x30\xe8\x42\x6a\x1e\xcd\x32\xc2\x8d\xee\x8b\x90\x49\x88\xb0\x50\x70\x15\xf8\xa8\xf7\xd4\xc9\x82\xd0\x05\x34\xeb\x4a\x65\xc0\x05\xc1\x13\x6e\x4a\x43\x02\x4b\xe5\x3c\x46\x0e\x9c\xcd\x18\xc5\x90\x21\x5f\x47\x3b\x96\x06\xab\xdb\xe0\xe2\x6b\xa0\x82\xc1\x62\x02\xd2\x3e\xa9\x17\x2b\x58\x6c\xbc\x29\x2d\xd2\xc6\xd9\x59\x51\xd0\xc3\xf8\xe3\x68\x5d\xa0\xb2\x73\xe6\x59\x79\xcb\xe8\x50\x0f\x2c\x48\xd4\x33\xaa\x0c\x4f\xf2\x8c\xaa\x0c\xe0\xb9\x46\x79\x46\xf8\x28\xaa\x48\x00\x9b\x80\x89\x64\x50\xf5\x4f\xc2\x1d\xe1\x0d\xef\x9a\x4e\x59\x14\x20\xeb\x14\xcf\x2c\x32\x22\x22\x38\x0e\x5a\xa7\x6c\x5b\x6f\x5b\xe4\xbc\x5a\x7f\x02\x8e\x45\x94\x80\xce\x35\x72\xc0\x30\xde\x28\xb2\x0b\xeb\x58\xf0\x91\x15\x76\xbf\x8b\x0e\x5e\x53\xa1\x23\xaa\xef\x37\xb4\x50\x7a\x14\xb3\x15\x05\x90\xea\x22\x3b\x7b\x50\x3f\xa7\x64\xb7\x0c\x27\x62\x45\xc1\xe5\x0d\x07\x19\x27\xef\x6f\x31\xd0\xcf\x51\x81\x9a\xea\x60\xa7\x4b\x0a\x20\xc0\x3e\x6e\x38\xd4\x08\x9c\x74\xf3\x81\x46\x94\x13\xdb\xa3\x1b\x57\x76\xb5\x72\xf9\xb9\x04\x13\x4a\xec\xb8\xac\x60\xcf\xd0\x83\x51\xa9\x4b\x07\x63\x70\x78\xa2\x00\xff\x14\x0e\xdb\x90\x91\x8c\x8b\x7b\x1f\x4a\x6e\x77\xfe\x88\xd0\xa2\x75\x38\x7c\x38\x7a\x24\xe6\x06\xc9\xa6\x0e\x2c\x6d\x07\x61\x67\xbd\x80\xbc\xda\xcd\x0d\xf3\xde\x08\x0f\x6f\xa1\xac\x5b\x34\x8f\xf5\xb7\x65\xa9\xcf\x3c\x08\xb1\xde\x51\x8e\x17\x4c\xe4\xbd\x33\x3c\x14\xfa\x6a\x5c\xdf\xeb\x09\xad\x2f\xea\xb8\x1a\xff\xf3\xee\xf2\xbc\xf3\xbe\x7b\x59\x06\xed\xfc\xeb\x5d\xe7\xae\xfc\xcb\xcd\xdd\xe5\x65\xf7\xf2\x43\xfc\xd3\xed\xdd\xd9\x59\xa7\x73\x5e\x7e\xef\x7d\xbb\x7b\x51\x79\xcf\xfe\x54\x7e\xa9\xfd\xee\xea\xa6\x02\x13\x7a\xfb\x73\xf7\xfa\xba\xfc\x53\xaf\xfb\xb1\x73\x3e\xb8\xba\xeb\x2d\x45\x04\x2d\xc6\x5f\xbb\x44\xfb\x80\x52\xdc\x1a\x06\xb6\x4d\x46\x8a\x33\x91\x66\x73\x8c\x1a\xf0\x7a\x47\xc5\x49\x19\xb3\x74\x3e\x65\x32\xdf\xc5\xf9\x6f\x55\x5f\xf9\x60\x55\xea\x8c\xb8\xd6\x5c\xc8\x23\xd5\xf7\x8d\x69\xc8\x46\x2d\x9a\xc1\x96\x86\x38\x19\x35\x0f\x41\x74\x4b\x83\x77\x42\x06\x94\xeb\x84\xcc\x98\x5a\x36\x16\xb8\x70\x55\x3e\x33\x7c\xd8\x1c\xce\xb1\x66\x66\xd0\xe6\x9a\x1d\xa6\xd4\xd6\xa7\x36\x5c\xd6\x33\xba\x52\x54\xc3\x2e\x0e\x5d\x68\x61\x5b\x74\xe3\xf0\xb5\x77\x82\xcd\xf2\x61\xc6\x13\xc2\xd3\x22\x11\x18\xc3\x1d\x30\xf6\x0e\x6d\x24\xd5\xcc\xfb\x19\x53\x20\x01\x59\xc1\x72\xa6\xd8\x31\xcd\xcd\xc4\x57\x4a\x0a\x25\x6e\x31\x13\x9e\x25\x8a\x19\x5f\x89\x91\xa5\x1e\xef\x36\xea\x09\x06\xe3\x22\x70\x53\x48\xf5\x68\x45\x20\x48\x0d\x46\x31\xfc\x12\x5b\xdf\xc0\x7c\x87\xef\x2f\x5d\x1a\x37\x62\xae\xab\x25\x4d\x40\xd6\xc3\x87\x1e\x35\xd7\xce\xdb\x72\xde\xc4\x87\x8a\xe0\x26\xfb\xa8\x93\xfa\x69\xac\xa2\xb1\x98\x50\xca\x41\x22\xae\x75\xf7\xe8\x4c\x31\xb8\x14\x9c\x8f\xc7\x6b\xc6\x10\x2c\xe9\xa2\x54\x20\x38\xc5\x6a\x00\x43\x36\xa1\xd9\x08\x8d\x2c\x76\x6b\x8a\x73\xb5\x48\xa2\x3d\x79\xcf\xc4\x1e\xaa\x49\x6f\xcd\x0e\x05\x0a\xd4\x45\x4c\x76\xb0\x37\x14\x16\x19\xa8\x9e\xe9\xab\x4b\xbb\x28\x3d\x2c\xe6\x85\xe2\x67\xf4\x18\x43\x65\x0a\x50\x0c\x1f\xe0\x37\x1a\xf1\x2f\xb6\xc1\xbe\x60\xb5\xb0\x00\x50\x1e\xc3\xe7\x46\x05\xbe\x0c\x69\xb1\x98\x60\x72\xcf\x04\x20\xf6\x62\xd1\x8d\x95\x34\xbb\x99\xbd\x73\x71\x2f\x16\xad\x87\x61\xc5\xc0\xa2\xc4\x4b\x38\xc6\xb1\x59\x53\x15\x05\xa9\xa7\xf4\x9e\xb5\xc8\x39\xde\x8b\x40\x37\x67\x17\xdd\xce\x65\x6f\x70\x76\xd3\x39\xef\x5c\xf6\xba\xed\x8b\xdb\x75\x8f\xdf\x3e\x22\xba\x2a\xa7\xaf\x1a\x54\x17\x38\xc4\x89\x3b\x79\x45\x5c\x71\x51\x5a\x3c\x1c\x3b\xd8\x92\xd5\xa3\xe7\xe9\x6c\x90\x72\x9d\xd8\xeb\x6f\x3e\x60\x22\x05\x3c\x95\xad\x48\xb5\xbe\xa9\xea\x2c\xc2\x1b\x24\xbc\xe1\x39\x08\xde\x76\x0f\x9e\xa2\xc3\x73\x48\xb8\x76\xf5\x2a\xa1\x56\x71\x5f\x44\xb7\x4d\x6b\x35\x86\x9e\x6d\x6e\xb7\xb9\x95\x9b\xa8\xce\x09\xc7\xcb\xb5\xce\xa9\xe5\x8f\xfe\x35\xc8\x97\x6d\x58\x15\x97\x41\x1b\x83\xba\xf0\xa8\x66\x00\xb1\x2a\xef\x94\x8a\x94\x1a\xa9\xe6\x0d\x53\x5c\x8f\x79\xc6\xc7\xa6\xcc\x42\xe3\x2b\xdb\xea\xf3\x7e\x17\xf0\x55\x2a\xaa\xa4\x84\xd0\x2f\xbd\xab\x9f\x3b\x97\xb7\x83\xce\xe5\xa7\xc1\xf5\x4d\xe7\x7d\xf7\xbf\x42\x6a\x9c\xab\x80\x5a\x86\x23\x67\xf6\x52\xb4\xdc\xc5\xa7\x69\xd4\xf2\x17\x04\x05\xf7\xed\x38\x20\x58\x3e\xea\x0b\xcf\x59\x54\xd1\xfc\x44\xc9\x7c\x3c\xa9\x6f\xa8\x3a\xca\xeb\x76\xef\xa7\xad\x86\x09\x29\x54\x88\x1c\x8c\xa7\x6d\x11\x0c\x80\x8f\x1c\xdf\x43\x04\x81\xca\xf0\x20\x11\x10\x5e\xad\xb3\x61\x37\x70\xb4\xad\xb4\x91\x45\xa6\xb5\x54\xf8\xaf\x79\xbd\x89\x80\x7a\x11\xdf\x2c\x5d\x23\x00\x4e\x81\x98\xf4\x0b\xad\x9d\xd6\xfc\x56\xba\xc1\xfe\x78\x9c\xb1\xf1\x98\xa5\x48\x5e\xd5\x86\x9d\x69\xc7\xb1\xc0\xa4\xb8\xd7\xeb\x56\xd1\x41\x44\xef\x70\x31\x87\x00\x87\xf5\x19\xf8\x75\xf8\xa4\x9e\x57\x9c\xf9\x52\x31\x89\x14\xda\x50\xd1\x00\xb9\xb5\x61\x39\xcb\x02\x07\x57\x15\x45\x65\x9d\xc1\xc3\x1b\xa3\x8b\x73\xb0\x8d\x83\xc6\x41\x61\x0b\x67\xc1\x88\x20\xb2\xa3\xda\x36\x35\x9b\x50\x29\x18\xf8\xe4\xc6\x8a\xa5\xaa\x93\xcb\x1c\x04\x0b\x22\x62\x91\x3a\xdc\x11\xb4\xee\x00\xc0\x6f\x63\xc4\xd7\x9e\xeb\x8b\x06\x0b\x66\x51\x1c\x31\x94\xdb\xf4\xc2\xdb\xe6\xf6\xaa\x4a\x69\xc1\xa8\xec\x62\x9a\x27\x0e\x60\x07\x9b\x2d\x5c\xba\xce\x40\xe5\x2f\xd8\x94\x1c\xc7\xe5\x5c\xd3\x63\xc8\x01\xeb\x8b\x26\x47\x45\x4d\x29\xd4\x98\x02\xae\xfd\xad\xb5\xcb\xde\xd7\xac\x7e\xf3\x11\xf4\x8b\xbd\x5e\x6c\x2e\xf1\xaf\x83\xb0\xd7\xe0\x11\x77\xfb\x32\xa4\xe8\x89\x2c\x5f\xc7\x4d\x69\x3a\x81\xab\x6e\xe6\xb8\x5f\xcb\x69\x4f\xcb\xb8\x40\x78\x45\x4e\xa8\x46\xc9\xd5\xd7\xc6\x2f\xea\xb7\x16\x85\x7b\x9b\x6c\xdf\x41\x12\xdc\x23\x76\x48\x93\x23\xe2\x08\x75\xea\x50\x83\x3f\xc6\xd3\x0d\xd8\xe0\x9b\x11\x7e\x2c\x1c\x05\xe5\x05\xf9\x1e\x30\xac\x8c\xe6\x22\x99\x90\x59\x46\x31\x1e\x7d\x42\x35\x92\xb4\xf7\x75\xd3\x21\xcf\xb8\x81\x4c\x3a\xf4\x12\x55\x56\xd8\x6a\x34\x54\xdd\x7b\x04\x07\x5a\xe4\x71\x2f\x23\xfa\x1d\xe3\xb1\x8a\x32\x51\xcf\x19\x91\x55\x1c\xd9\xe8\x8b\xa5\x2e\xa6\x82\x2c\x5d\x34\x56\xb1\x1d\x58\xc8\xdc\xc8\xa8\xe4\xd5\x66\x3b\xeb\x5a\xbc\xae\x7e\x5e\x5a\xef\x9a\x8b\x7a\x73\xd7\xbf\x03\x27\xda\x80\xcd\x57\xa1\x8b\x6a\x4f\xd6\x28\x93\xb4\xa1\xc0\x85\x6f\x1b\x91\x88\x9a\xda\x4e\x65\x3e\x6c\x42\xbe\xc0\x51\x2d\x6f\x7d\x99\x1d\xdf\x9f\xdb\x7d\xd9\x05\x63\x06\x48\x0d\x33\x7c\x33\xd3\x46\x34\x69\x6a\xd8\x31\x7c\x5e\xdf\xb8\xc3\x7b\x58\x7b\xce\x0b\x84\x56\x40\xd6\x05\x7c\x0d\x2b\xd2\xd6\x14\x49\xfc\x6b\x0e\x85\x18\xaf\x46\xb7\x98\xdb\xb5\x0b\x91\x19\xbe\x48\x61\xf5\x27\xb1\xda\x6b\xaf\xec\x24\x89\x69\x60\xc6\x92\xf5\xaf\x99\x6a\xbb\xb7\xf6\xeb\xf5\x0f\x64\xb9\x08\xd4\x4c\x71\x09\x19\x58\xae\x72\xd4\x92\x24\xf1\xda\x7e\x77\x58\xc9\x5f\x73\x96\x33\x4b\xfb\xc3\x3c\x1d\x2f\xda\x36\x37\x90\xce\x8a\x29\x4d\xe4\x23\x99\xe6\xc9\x84\xf8\xc6\x49\xca\x32\x3a\x2f\x4d\x0d\xe4\x25\x23\x33\x00\xdd\xd8\x12\x03\x22\xc9\xb5\x91\x53\x88\x55\x2b\xda\x55\xb9\x00\x82\x27\xd4\x18\xc5\x87\xb9\xa9\x0d\x70\x2a\x25\x43\x6f\xe9\xa0\xba\xbd\xee\x9c\x75\xdf\x77\x2b\xde\xa1\xf6\xed\xcf\xf1\xbf\x3f\x5f\xdd\xfc\xfc\xfe\xe2\xea\x73\xfc\xdb\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x32\xfe\xf9\xbc\xdd\x6b\xdf\x76\x56\xb9\x95\x16\x7b\x6d\xde\x08\x1a\xe5\x6a\x5b\xd9\xc5\x19\x2e\xc1\xa3\xe7\xb5\x4b\xd7\xeb\x29\x69\xfb\xcc\xf5\xb8\xb4\x07\xf5\xae\x3e\x70\x51\x63\xad\x11\xe7\x11\x84\x52\xda\x58\xbb\xa9\x45\xda\xc4\xd7\xe0\x82\x78\x46\x6d\x85\x05\x97\xd7\x6b\x77\x07\x9b\xb0\x12\x43\x52\x68\x6e\x05\x7e\xb4\x1c\xb9\x84\xfa\x8c\xc5\x20\x46\xae\xde\x6a\xab\x2f\x3a\x0f\x4c\x98\x1c\x10\x56\x68\x96\xf9\x52\x69\xfe\x85\x28\xfd\xcd\x8f\x52\xf3\x29\xcf\xa8\x2a\xa0\x7e\xaf\x5c\x5b\x20\xb0\xfb\xb1\x86\x74\xc7\x45\xfc\x47\xaf\x3c\xdc\x75\x09\x8c\xfb\xec\xa2\x0b\x22\x50\x62\x3c\x48\x9e\xef\xbc\x2f\x30\x63\xdb\xf5\x38\xa5\x10\x63\x6b\xa4\xb3\xa7\x61\xf7\x8d\xa5\x63\x6f\x6a\xa0\x76\xb7\x40\x04\x40\xcb\xf3\x53\x45\xcb\x84\x41\xfa\x3f\x3a\xc2\xa8\xf9\x26\x10\xcc\x24\x65\x1a\x64\x53\x17\x18\x53\x86\xff\x45\x73\x07\xf1\xad\x5f\x82\xb0\xe3\x03\xb7\x9c\x35\x3e\x18\xdd\x19\x00\x96\x37\xc8\xdf\x99\xbd\x84\x5e\xea\x3a\xc4\xe9\x65\xb0\x0a\x43\x99\x8b\xd4\xd7\x2e\x9d\x72\x71\x32\xa5\x5f\xde\xfa\x99\x3e\x4e\xb8\x53\x40\x8a\x54\x5c\x96\x59\x4d\x64\x6e\x99\xdc\xf2\xe5\xea\x8b\x25\xeb\xb5\x5a\x5a\xf4\x9c\x15\xd4\x9e\x42\x47\xc5\x60\xa4\x07\x36\xaf\xdb\xbf\x05\x94\x46\x0c\x78\x72\x07\x1e\x1a\x99\x29\x06\xa5\xba\x43\xa8\x53\x86\x21\x6c\xe1\xdf\x10\x4a\x5b\x42\x7b\xae\x67\xde\xb1\x9b\x77\xa7\x73\x53\xeb\x60\x7e\x02\x9c\x4d\xd7\x93\xdd\x34\x74\x37\x7b\x4b\xa7\x0b\x1d\x76\x7e\x34\xbb\x5b\x7f\x97\x43\x28\x28\xa9\x7d\x31\x17\xc5\xc0\xb2\x0d\x7b\xe1\x81\x81\x20\x63\x73\xc1\x87\xed\x69\x20\x63\x1a\xec\xbd\x50\xec\x98\xfd\x9a\x3b\x97\xdd\x8f\x3f\x6c\x76\xd1\x1a\x35\x27\x1e\x82\x2c\x8e\xf4\x76\x89\x0e\xee\xd2\x85\x71\xe5\x82\xd7\xa5\x71\xdf\x60\x99\xdf\xe7\xad\xa6\x5e\xe9\xd4\xfd\x73\x65\x30\xbc\xb7\xc4\xba\xd2\xc4\x4f\x86\x7b\xf1\xa9\x02\x77\xe1\xba\x83\x18\x57\xd7\x7a\x7c\xa3\x0d\x69\x72\xff\x48\x55\x8a\xc6\x42\x08\x3f\x68\x91\x9f\xe4\x23\x7b\x60\xea\x88\x24\x4c\x19\xea\x32\x61\x35\xf8\x5f\xe1\x40\xb9\x76\xfa\x02\xc2\xbe\x31\xad\x58\x40\x21\x1c\xc3\xc7\x13\xab\x50\x46\xde\x73\xa9\x2c\x3f\x32\x08\x33\x30\x63\x09\xc6\xfb\x37\x05\x39\x8f\x32\xfa\xb0\x98\xda\xbb\x4d\xd6\x66\x54\xf3\xdb\xbb\xa7\x9c\xaf\x66\x69\xbc\x83\x2f\x1d\x8d\x5c\x73\x36\x37\x13\x29\x8e\xc8\x58\x66\x54\x8c\x5b\xad\x16\x61\x26\x69\xbd\xdd\x88\xd0\x5d\x83\xb1\xc3\x2b\x04\x6b\x66\x52\xb3\x6c\x1e\x00\x3a\x43\x50\xbd\x5d\x65\x08\xe2\xd7\x1c\x4d\x1e\x35\xd4\x7f\x5b\x4d\xfe\x7c\x5e\xd3\x79\xbd\xa6\xba\x71\x16\x49\x43\x3b\x00\xdc\xb9\x41\x4b\xf8\x7e\xbd\xe6\xb5\x41\x56\x94\x87\xc2\x2e\xb2\xa3\x1a\x90\x71\xa4\xd8\x34\xe5\xe7\x93\x6c\xaa\x19\xb3\x55\x36\x7b\x6d\x4b\x2e\xf7\x78\xab\x24\x98\x45\x8a\xae\xa1\xb8\x90\x2f\xb6\x13\x72\x46\x96\x4f\x17\x0b\x1f\xee\x4b\x8a\x2a\x06\x89\x7f\x9d\x41\x77\x6b\x4b\x51\x45\x69\x1c\xa9\x30\x51\xc7\x8d\x17\x6d\xa1\x48\x4c\xc0\x2d\x15\xd7\x90\xc3\xbf\x4d\x2e\x4d\x68\x06\x9b\x06\x97\x0d\xd4\x4e\x86\x62\x65\x4a\x8a\x71\x36\xc7\xf4\x20\x6f\xe2\x77\x9f\x68\x14\x75\xc0\xcf\xd3\xcc\x19\xaa\x81\x44\x4f\x9d\x98\x5f\x94\xff\x9d\xb0\x00\x15\x14\x45\x18\x19\x89\x8e\x54\xc7\xf8\x4a\x36\x70\xb8\xe9\x39\xa6\x39\xfb\x68\x25\x11\x55\x48\x59\x80\x86\x29\x27\x8e\xf5\x45\xb9\xab\x69\x81\x44\xe4\xe2\xbc\x9c\x47\x9c\x2b\x86\x88\x0e\xda\x72\x55\xc3\x1f\xec\xda\xad\x8c\xae\x00\x00\xc5\x7d\x2e\x05\x34\xe8\x2b\xda\x4a\x32\xf2\x29\x2a\xf7\x2c\x42\xe5\x4f\xed\x85\xf4\xc0\x56\x07\x46\xc0\xaa\x0e\xa2\x1a\x27\xeb\x1d\x7d\x24\x90\x8f\xf6\xe3\x25\x71\x38\x0b\x8d\xdb\x1b\xab\xc8\x53\x28\x0c\x01\x45\x7d\x5e\x37\x49\xb7\xc1\x85\xab\xbd\xa6\xfe\x4d\x61\x53\x01\x61\xd5\xca\xa4\x7d\xe1\x60\x65\x22\x17\x96\x5d\x97\xc5\x3d\x75\xf9\x53\x08\x66\x31\x2f\xa5\xa4\x02\xe4\x8f\x2f\xd4\x50\x5f\x76\xc8\xa3\x55\xbb\x72\x7b\x98\x72\xe8\x15\xef\xda\x0e\xb7\x8c\xdf\xc0\x75\x6e\x8e\xd9\x28\xc4\x0e\xb7\x70\x0e\x18\x09\x71\x6b\x51\x62\x49\x98\x5d\xbe\xb6\xa8\x0d\x97\xf0\xc1\x12\xb7\x9d\xb3\x9b\x4e\xef\xd9\x62\x3a\x7c\x40\xc5\xc6\x41\x1d\x7e\x9c\xe7\x9d\xf7\xed\xbb\x8b\xde\xe0\xbc\x7b\xf3\x14\x51\x1d\xee\xd1\x16\x61\x1d\xb7\x0e\xad\xea\x4c\x0a\xc3\xbe\xec\xc4\x43\x55\x2e\x06\x74\x83\xf0\xe2\x80\x08\xb7\xec\x7a\xc2\x46\x17\xd1\xb6\x02\x14\x16\x25\x33\x99\x7a\x01\x3f\x80\x6b\x45\x75\xa4\x46\x3c\xcb\x20\x89\x27\xd8\xc4\x5c\x64\xbe\x5d\xd4\x23\xc2\x43\x70\xa1\x67\xb8\x7d\x31\x2c\xc1\x8d\x81\x9e\x3e\x91\x52\xe3\xfe\xd0\x99\x5d\x00\xc5\x21\x87\x63\x19\x20\x97\xd5\xb7\x8b\x61\x20\xc6\x7c\x2e\x88\x6c\x02\xf9\x71\x9b\xf8\x94\x39\x5a\xee\xa2\x5c\x57\x36\xf0\x14\x57\xa2\x4f\x2f\x2e\xf8\x87\x61\x86\x78\x88\xb9\x40\x41\xa2\x74\x9a\x6f\xeb\x49\xf7\xa4\x38\x02\xb0\xee\x76\x27\x29\x18\x0e\x01\xc6\xbd\xd8\x48\xb7\x11\x08\x85\x59\x58\x14\xef\x39\xba\xbe\xe5\xa8\xb2\xce\x96\x15\xda\xb5\xe6\x60\x5e\xa4\x08\x87\x4d\x92\x2c\xd7\x56\x59\x43\x55\xa7\xfd\xf9\xb6\x2f\xb0\x20\x0f\x50\x81\xf6\x70\x89\xd8\x05\x3a\x5e\x65\xa9\x7f\x7b\x7f\x31\xef\xc7\x76\x1c\xec\x7b\x34\x2c\x4d\x19\x15\x1a\x8b\x6c\x64\x19\x53\x05\x65\xe0\x78\x98\xbd\xe2\x00\x3a\x10\x8a\xa5\x14\xdf\xbb\x3a\x0b\x12\x4e\xad\x1d\xaf\x7b\xea\xea\x0c\x54\xe9\xa9\x29\x47\x0c\xa2\xba\x9e\x92\x72\x6a\x82\x8b\xd7\xa5\x22\x17\x10\x57\x4b\x44\xe5\x50\xdf\xb5\x68\xa9\x87\xcd\x1d\x48\x69\x8f\xa4\xb4\xc6\xbd\x1e\xdf\x12\x64\x22\x2d\x03\x0d\x48\x87\x85\x6f\x28\xe4\xa8\x66\x10\xb4\x00\xb5\xa0\xeb\x6e\x9d\x02\x30\x64\x2b\x6f\xd1\xe5\xd5\x65\x27\xf6\xf5\x74\x2f\x7b\x9d\x0f\x9d\x9b\x52\x3e\xd2\xc5\x55\xbb\x57\xca\x3d\xea\xdd\x54\x52\x96\xde\x5d\x5d\x5d\x74\x16\x9c\x46\x9d\x5e\xf7\x63\xa9\xf1\xf3\xbb\x9b\x76\xaf\x7b\x55\x7a\xef\x5d\xf7\xb2\x7d\xf3\x4b\xfc\x4b\xe7\xe6\xe6\xea\xa6\xd2\xdf\xdd\xd9\x72\xf7\x53\x69\x1a\xf5\xaa\x53\x61\xdd\x8e\xb0\x53\xea\x96\xb4\x47\xf5\xfd\x9e\x33\xf1\x20\xf3\x74\x93\x4c\xba\xda\xc4\xb9\x92\x15\x21\x65\x83\xed\x92\xf4\x9a\x12\x0d\x6b\xfb\x51\xcc\xa8\xf9\x80\x1a\xc3\xa6\xb3\xdd\xca\x3e\xad\x7f\x44\x36\xcb\xff\x03\xfe\xb2\x46\xfe\x5f\x69\x57\x5f\x4e\xfe\x5f\x4d\x6a\xdf\x62\xfe\x5f\xf7\xb2\xdb\xeb\xb6\x2f\xba\xff\xa7\xd2\xe2\xe7\x76\xb7\xd7\xbd\xfc\x30\x78\x7f\x75\x33\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x96\x07\x00\x2f\x8e\xbe\x50\xda\x8e\x49\xdc\xcf\x29\xe9\x45\xe2\x34\x9a\x71\x9d\xb6\x66\x57\x1c\xd0\x62\xb9\x01\x48\x16\x2e\xc6\x47\x50\x98\xe8\x94\x74\x94\xea\x4e\xe9\x98\x5d\xe7\x59\x76\x44\x42\xf9\xb1\x33\xc5\xa8\x81\xd7\xae\x65\xda\x8d\xbe\x03\x4f\x6f\xed\x34\xa0\x7f\x57\xe6\x0b\xbb\x3f\x72\xfd\x47\x2a\x5e\xf0\x22\xbb\x90\xfa\x50\x84\xf1\x14\x80\x6e\xe5\xc8\x55\x2c\x38\x0a\x3e\x29\xf2\x6b\x2e\x0d\x25\xec\x4b\x02\x41\xef\xf5\x74\x72\x21\x77\x2a\xd3\xb5\xba\xa6\x40\xfd\x99\x5e\x9d\x27\x54\xaf\xc9\x23\xca\xd5\x60\x93\x2a\x39\x6e\x96\x1f\xf1\x53\x57\x18\xa7\x5e\x20\x32\xd9\x1e\x82\x70\x2e\xe4\xb8\x1e\x51\x06\xb2\x94\x1c\x0c\x4e\x01\xe8\x0e\x21\x7d\x72\x4c\x34\x17\xf7\x7d\xf1\x79\xc2\x04\x91\xb9\xc2\x9f\x8c\x54\x00\x4e\x34\xca\x72\x3d\x61\x50\x8e\xef\x88\x3c\x32\x32\xa5\x73\x0c\xed\x9b\x4a\x15\x61\xec\x00\xc9\x58\xe2\x84\xaf\x33\x2e\x2c\xb7\x98\x71\x6f\xf2\xad\x6e\xfd\x3e\x3c\x42\x3e\xe5\x83\xee\x9e\x91\xb9\x5e\x5c\xcb\xe3\x84\x81\x4b\xbf\x30\x7d\x79\x35\xce\x71\x6e\xc0\x1b\x94\xf2\xde\x6a\x66\x3e\x39\xec\x3b\x8f\xa8\x00\xcb\xfd\x20\x79\x4a\xd2\x7c\x96\xf1\x24\xf0\xdd\x47\xa9\x1a\x33\x60\xd1\x35\xb1\x41\x06\x6c\xc5\xe1\xb6\x6c\x62\x35\x7e\x8f\xc8\xde\xb1\x24\x17\xf6\x89\xb3\x81\xa3\xf2\x22\xb9\x66\xea\xd8\x28\x3e\x1e\x83\xa1\xd7\x7b\x51\x5f\x7e\xba\x70\x91\x8e\xb4\xbb\xc3\x30\x8e\xe7\xc9\xe4\x98\x27\x34\x38\x0a\x81\xa6\x82\xec\x1a\xf2\x11\xfd\xb1\x9f\xe5\x0a\xcb\x3a\x8e\x8a\x9c\xb0\xc6\x38\x6b\x5f\x4b\x77\x80\x15\x5b\x76\xaf\x24\xd3\x1d\x61\xf5\x42\x87\x79\x5e\x04\xbc\xf9\xaa\x11\xfe\x86\x2b\xfa\xf6\x10\x5b\x88\x6e\x0b\x55\x12\x89\x7c\x84\x8a\x53\x56\x1b\xb1\xc2\xb9\x9d\xa9\x90\x20\x9b\x04\xd8\xad\x60\x62\xf6\xc0\x64\x23\x8f\xd6\xe9\x82\x12\xb0\xd0\xf7\xd7\x4f\xef\x2e\x6c\xcf\x76\xea\xe1\x94\xd6\xb2\xc8\x5d\x31\xb8\x82\xad\x7a\x5b\x89\x78\xb9\x13\x66\x9c\xc9\x21\x96\xbc\x5a\x40\xe7\x8a\x6f\x9d\xcd\x22\x0e\x46\x0e\x43\xad\x7c\x67\xf9\x2c\x77\x88\x77\x97\x4b\x50\x8f\xe3\xca\xcf\x3b\xc5\x30\x3f\xc1\x82\xe5\x46\x46\x45\xc6\xec\xe4\xba\xa1\xd6\x98\xf7\xa3\x00\x55\x74\xd3\xda\x8a\x15\xc5\x89\xf1\x2b\xdf\xc4\x9d\x6b\x9c\x9e\x1b\xa1\xaf\xcd\x14\xf3\xee\xee\x39\x33\xc1\xcb\x9d\x79\xac\x1d\x48\xfe\x0d\xb3\x2e\x87\xf9\x78\x47\x7e\x08\xcd\x84\x9c\xfd\x50\x00\x6f\x3a\x93\x82\x09\x67\xdc\x10\xb2\x2f\x5c\xe3\x1e\xcb\x31\xd4\x22\x29\x39\x98\x8e\x9c\x0e\xe2\xaa\x5e\x6a\x99\x3d\x38\x3b\x65\x94\x81\x0d\x58\x4b\x76\x80\x67\x96\x9d\x5b\xe1\x85\x8a\xb4\x28\xf9\x3f\x61\x7d\x51\x01\x34\x54\x6c\xcc\xb5\x81\x8b\xc5\x53\x6c\xfc\xfd\xde\x40\xde\x4a\xf2\xce\xb2\xa5\x6f\x04\x79\x5b\xc5\xb8\x46\x34\xd9\x04\x6c\x69\x3e\x63\x69\x37\x7c\xb7\x9c\x18\x4a\xbe\xce\x34\x8a\x05\x2b\x1d\x72\xa4\x01\x5f\xd6\x16\x02\x1f\x75\xc8\x9d\x0e\x9b\x14\xaa\xdb\x78\x00\x26\xd8\xa2\x31\xcd\xa9\xa2\xc2\x30\xa6\xfb\x02\xa3\x42\x31\x64\xbd\x14\xa3\x32\x2a\xc1\xfa\x15\xb2\x54\x22\xb5\xc1\x80\x38\xf8\x64\x44\x79\x96\xab\x46\x11\x01\xc9\x72\x2b\xef\xfb\xb2\x65\x3a\x83\x66\x49\xdd\xae\x85\x40\x92\xe8\x18\x85\x20\x12\x5f\x81\xc3\x57\x09\x29\xbb\x55\x9b\xf0\x59\x9d\xb2\xb7\xfe\x86\x07\xfd\x70\x09\x5e\x97\xdd\xde\x55\xb2\xca\x6a\x03\xc4\x9f\xfe\xb8\x1a\xaa\xb3\x91\x53\x00\x8d\x4c\xa8\x48\xa1\xee\x16\x35\x91\xb9\x01\xf7\xd6\x51\x1c\x00\xa0\x19\xcf\x8a\x9a\x7d\x13\x60\xea\x1b\x24\x0b\x7e\xa2\x15\xab\x55\x75\x30\xad\xf0\x37\x94\x7a\x29\xbb\x7d\xea\xcc\x8d\x45\xb8\xa4\x43\xe2\x0b\xc7\xa3\x79\xbf\x6b\xca\xea\xef\x9e\xb8\xb4\x2e\x36\x61\x51\x67\x6d\x91\x2f\x25\x8e\xee\xdd\x6d\x11\xd0\x08\x77\xa4\x7c\x2c\xcf\xae\x59\x29\x3d\xac\x2f\x1c\x54\x27\xbc\x88\x78\xaf\x18\x01\xa9\xc9\x8f\xc1\x77\xf8\xe3\x7f\xf8\xf8\xb7\x39\x19\xc1\x5a\x43\x90\xa9\x4c\x92\x5c\x01\x34\xa2\xaf\xc8\xc7\xf0\x26\xd8\x24\x8b\xb7\x8d\xf7\x9f\x06\x7e\x00\xb1\x74\xcd\xd5\xa5\x9c\x1e\x53\x9a\x54\x0f\xc4\x57\x04\x1d\x0d\x37\x8f\x43\xfc\x50\xda\x10\x6d\xd8\xac\x96\x05\x94\x44\x9c\x32\xf3\xde\x29\x51\xab\x0e\x1e\x74\x75\x42\xe8\x47\x3a\x5b\x86\xdc\xb8\x73\x8b\xab\xb6\x21\x44\xe8\x54\x6f\x26\x40\x2d\x04\x20\x0b\x87\xb8\xb8\xb8\x7a\x21\xa9\xf5\x59\x02\x51\x37\xc1\x91\x0e\xb9\xcd\x0e\x81\x7d\x19\x6f\x2b\x7f\xba\x79\xe0\x4b\x11\x81\xe9\x0a\x77\x63\x83\x43\x4c\x48\x8e\x73\xa8\xb7\xc9\x71\xaf\x6e\x8c\x6f\x6b\xc9\x76\xec\x98\xdf\x59\xa4\xe4\x3f\x63\x7a\xe7\xa7\x85\x25\xda\x34\xbb\xf3\x21\x4e\x67\x07\x71\xa9\x08\xc7\x58\x4b\x89\x0c\x59\x9d\x9f\xca\x98\x04\xa5\x25\x96\x7c\x2d\xf0\x86\xc5\xca\x80\x70\x43\xa5\x4c\x48\xc3\x08\x25\x82\x67\x27\x22\xcf\xb2\x93\x4b\x29\x2c\x63\xd6\x7c\x8c\x21\x24\x58\xd5\x1f\x22\x5d\x8b\x72\x19\x25\xeb\x71\x74\x04\x80\x39\xdb\x21\xa1\x61\xdb\x58\x8e\x69\xb7\x20\x9b\xf7\x85\xfd\x02\xef\x11\xac\x32\xc0\x43\x74\x30\xf6\xe6\x61\x1f\x5d\x5f\x90\x2a\x37\x8f\x1b\xaf\x21\xb0\x65\x48\x89\x3b\x85\xe5\x1e\xea\x57\xbe\x98\xfa\x95\x52\x85\x82\xfa\xeb\x57\xb2\x6c\x3e\x54\x5b\x97\x92\x0c\xba\x49\x10\x5b\xd7\xa0\xc7\xaf\xe9\x21\x7b\x4a\xdc\xcc\x9d\x41\x32\xfd\x4a\xed\xc3\x51\xf0\x2b\xe6\xcc\x0e\xe4\xc8\xd7\x9f\xdc\x3e\xcf\x77\x4d\x4b\x6d\x9c\xa8\x10\x67\xf7\x2e\x12\x49\x93\xaa\x2a\xc5\xc0\x29\xb3\xeb\x0d\xb6\xba\x60\x57\xe2\x3d\x7e\x7e\x2d\x33\x9e\x2c\x37\x6f\xfb\xab\x09\x50\xd9\x17\x9c\x1b\x50\xbf\xc0\x55\x45\xa6\x5e\xc3\x46\xbb\xad\x61\x89\x29\xac\x35\x8b\x93\xdb\xc4\xfa\xe7\xd5\x85\xd0\x0a\x00\xc9\x14\x65\x25\xec\xb5\x02\xc1\xc1\x90\xaa\x82\x82\x34\x00\x9c\xd3\x19\xb8\x53\x9c\x7e\x51\x1a\x08\xf0\xa6\xc7\x89\xcc\xd8\x11\x9a\x83\xc0\x76\xdc\x17\x33\xa6\x12\x69\x95\x34\x28\x5c\x8d\xf1\x72\x3c\x4b\x8b\x84\xd0\xef\xc1\x95\x05\x06\xe7\xb7\x0e\xf5\x82\x05\x73\x5d\x28\x2e\xb0\x9a\x6c\x3d\xf2\xdd\xae\x88\x0a\xfb\xb2\x4d\x2f\xa3\x82\xcf\xce\xbd\x85\x4b\xe1\xc0\xc0\x2b\x76\x17\xbb\xe8\xa5\xf1\x6c\xb6\xc3\x2c\xa4\xfa\xc1\x05\x83\x95\x28\x4c\x65\x5f\x5d\xbc\x75\x75\x29\x89\xb4\x24\xca\x83\x03\xc1\x7e\x44\xc1\x05\x49\x51\x0c\x29\x22\x54\xdd\xa6\xf6\x45\x61\x6a\xfa\x4e\xc7\x22\x49\xed\x3e\xb7\xc8\x7b\xa9\x08\x07\x40\xa9\x84\x1d\x91\xef\x4a\x13\xfd\x0e\x62\xa6\x85\x84\xfe\x9c\x81\xa2\xb4\x34\x40\xae\x47\x84\x9b\xbe\xe0\x1a\x29\x53\xb1\x8c\x3d\x50\x57\xcb\xd5\x6b\x85\xce\x7c\xed\x52\x91\xc3\xb4\xc1\x81\x4a\x5d\x94\x76\x1a\x00\x13\x21\x3a\x49\xc5\xb1\xb7\x14\x62\xbc\x00\x21\x3e\x17\x90\xe9\xc7\xbe\x20\x0e\xbf\x55\x74\x1f\x98\x52\x3c\x4d\x6d\x77\x45\x81\x08\x87\xc9\x04\x15\x07\xe7\x32\xc7\xb2\x39\x29\xb8\x4a\x68\xc8\xfd\x0a\x81\x50\x1c\x85\xd1\xa1\x34\x93\x32\x70\x39\x82\xb6\xe0\x49\x62\x56\xc5\x36\x50\x57\x08\xd6\x55\x30\x6a\x26\x84\x9b\x23\x88\x60\xf3\x8c\xa3\x2f\x68\xea\x30\xef\x5c\x73\x76\x69\x80\xee\x97\xec\xb3\x7b\x0e\x01\xf6\xcd\x47\x6c\x57\xff\x08\x9e\xea\x59\x46\xc5\x00\x19\xea\x57\xf0\x90\x44\x78\x3a\x4d\x76\xac\x7c\x38\x08\x78\xf5\x7b\x19\x67\x90\x74\x6e\x4a\x28\x57\x56\x84\xf3\x1d\x1d\x55\xab\xca\x7a\xc9\x1c\x32\x3f\xbd\x29\x9f\x67\x50\xef\x1d\xad\x64\xeb\x73\x81\xc2\xcb\x43\x2b\x36\x5d\x4f\xad\xab\xdc\x3c\x9e\x02\x5e\xaa\xab\x67\x9d\x9d\xaf\xdc\x21\xd5\x6d\xdf\xdc\xcb\xb0\x20\x30\x6d\xe5\x69\x58\x31\xac\xa7\xf5\x36\x34\x9a\x10\x16\xbd\x0e\x9f\x43\x7d\x9f\x60\x53\xc6\xa8\x01\x46\xb4\xb4\x7a\x8d\xb7\x70\xd4\xe3\x25\x55\x42\xfc\x9e\x34\x10\xb9\x8c\xaa\xbe\x76\x72\x1b\x16\x1a\x22\x5d\x41\xbc\xa5\xe2\x88\xf4\xdf\x20\x65\xe9\xfe\x1b\x04\x8c\xf6\xb0\x5b\xbe\x8a\x91\x3b\x3f\x69\xa9\x56\x5d\xb0\xb4\xa3\xbb\xbc\x38\x70\xae\xba\xce\x46\xd6\xbc\xaf\x59\x3e\x28\xca\xfc\xc3\x88\x9a\x21\x36\xe0\xae\x49\xd4\x39\xe7\xbe\xb6\x10\x40\x43\xaa\x3c\x31\xc5\x84\x43\x29\x96\x77\xfe\x43\xbb\x44\xb3\xdc\xdd\xa8\xa1\xf4\x89\x54\x7d\xe1\x5b\x2b\x2a\x22\xb6\xb3\x6c\xa1\xa9\xc5\x2a\x44\x11\xad\x82\x8d\xda\xe7\xe4\x03\xd6\x43\x11\x20\x5e\xe5\x03\x60\xf3\x1e\xb2\x02\x30\xb0\x45\x8a\x3a\x58\x20\x7a\x54\x0a\xee\xc4\xf5\x76\xb2\xcc\x17\x9b\x41\xa9\x2d\xaa\x30\xa2\x73\x88\xbc\x1e\xe5\x96\x1d\x45\xe1\xe9\x7d\x01\xb5\x97\x46\xdc\x1e\x12\xbf\x2e\x7d\xf1\x51\xba\x30\x77\x10\xaf\xfe\x7f\xf6\xae\xad\x37\x6e\xe3\x0a\xbf\xe7\x57\x0c\xfa\x62\x09\xa0\x56\x40\x8c\xbc\xe8\x4d\xb0\xec\x46\x86\x2a\x0b\x96\x95\x16\x08\x83\xd5\x2c\x39\xbb\xcb\x9a\x3b\x5c\xcc\x90\x52\x54\xa0\xff\xbd\x98\x73\xce\xdc\xb8\x24\x97\x7b\xb1\x9a\xba\x79\x08\x62\x68\x49\xce\xfd\xcc\xb9\x7c\xe7\x3b\x76\x90\x16\xba\x4e\xd3\xf6\xc6\x51\x13\xd0\x1f\xae\xe0\xda\x9e\x63\x68\xb8\x45\x56\x09\x90\x0e\x00\x9e\x25\x46\xf7\x50\x7e\x50\x19\x97\xa9\xfc\xa7\x99\x1e\x5b\x50\x88\x96\xb5\x9a\xe3\x21\xb6\xe4\x9e\xec\xe4\x11\x3f\x7a\xf2\xd3\xe9\xe3\x29\x96\x6b\x6b\x34\xd0\xc1\x24\xf1\x15\xe2\x32\x95\x9a\xb2\x04\xd8\xa3\x1d\xc1\x5c\x55\x2b\x64\x6d\x71\x4d\x0c\x96\x1e\x20\x2b\xe7\xd8\x85\xb6\xbd\xe7\xf5\x92\x65\xbc\xce\x96\x67\x56\x9b\x0b\x8b\x2c\x15\xda\x97\x71\x37\x9a\xa3\xd1\xb5\xba\x93\x75\x8c\x05\xa6\x56\x8e\x6e\x31\xda\x2f\x66\x08\x10\x37\xf9\x12\xed\xca\x90\xd4\x14\x37\xa7\x67\x3a\xf4\x9a\x9e\x7b\xdc\x72\x3d\x78\x77\x29\xb9\x88\x25\x5f\x89\x9c\xa5\x98\x1b\x9d\xfe\xc5\x2e\x7f\x2a\xd7\xb3\x49\xf9\x32\xaf\x27\x90\x77\x30\x31\xd3\x32\x81\x84\xe8\x2d\x37\xdd\x34\xdf\x34\x95\xb6\x4c\x77\xaf\xb1\xd5\xad\xef\xb8\xd9\x71\x2d\x8d\x57\x5a\xd0\xc5\xe3\xe6\xe7\x3e\x8e\x01\xc5\xc9\x5e\x50\x96\x86\x8a\xe8\x18\x25\x37\x50\xac\xfc\xf9\xc4\x7a\x06\x4c\xd7\xbc\x2e\x32\x24\x36\x92\xbc\x7c\x01\xc6\x95\x24\x95\x79\xa1\xd0\xb4\xe6\xd9\x4b\x56\x16\x19\x15\xc4\x89\x75\x21\xf1\x24\x64\xfd\x37\xc8\x84\xcc\x2d\xf0\xf6\x5a\xce\xab\x83\xa2\x1b\xd5\x57\x71\x88\x57\xf1\x01\x35\x1e\xe7\x45\xbc\xbe\x72\xf7\x8f\xc3\x94\xc3\xfe\x0b\xb2\x4b\xc1\x38\x2a\x31\xe7\x13\x4c\x12\x64\xc3\xde\xd5\x77\x60\x43\x7b\x98\xeb\xd1\x02\xac\x3b\x5d\x27\x44\xbf\xba\x5e\xda\xd6\x2b\xe9\x7a\x8b\x19\xa6\x46\x06\x65\x8d\x42\x6e\x1a\xef\xb3\x21\x58\x99\xf5\xdc\x82\x03\x7f\xcd\xb3\xb6\xb2\x0a\x0b\x14\x25\x02\x00\x91\xd5\x6b\xe9\xab\x7d\x29\x08\xdd\xc7\xe3\xa1\x47\x57\x75\xd5\xe5\x62\xb7\x66\xfb\x1c\x13\x39\xae\xda\xb7\x52\x08\xe6\x48\x5a\x87\x43\xa5\x8a\x45\x21\x79\x5d\x29\x76\x72\x67\x13\x8b\x4e\x5d\x32\x2c\xcc\x62\x77\x37\x5a\x0e\xd5\x5d\xa6\x08\x9d\xb1\xdd\xda\x10\x04\x90\x45\x3e\xdd\x44\x7e\xef\x4a\xc4\xb8\x15\x20\x61\x9e\xd2\x35\x5f\xad\x43\x22\x36\x47\x0f\x44\x33\x53\xe2\x24\x30\xdb\x31\xb0\xbb\x0b\xed\x21\x66\xa9\x24\x6f\x15\xae\x5b\xa5\x3a\x18\x86\xdb\xa3\x04\xc9\x3e\xdd\x13\x57\x4f\x85\xfb\xb6\xbf\x3d\x28\x3e\x3e\xdf\x58\x27\x9e\xbf\xa9\xa3\xab\x0f\x06\x2a\x64\x06\x82\x14\xf0\xc3\xcb\x08\xc2\x9c\x4a\x0f\x1f\x7e\x57\x56\x4d\xce\xe8\x8c\x53\x74\x40\x4d\x58\x21\x26\x09\xd3\x6f\x2f\xce\xcf\x27\x93\x9e\x99\xd8\x95\xf1\xc3\x9d\x6f\x78\xaf\x7b\x87\xc3\x6f\x9d\xf0\xfc\x2d\x47\x2b\xaa\x57\x37\xdd\xcd\x34\xb4\x7c\x29\xb0\x5b\x42\xd7\x49\x0c\x3e\x6d\x37\xe9\x6a\xf8\x1d\xd2\x9c\x45\xb1\x0e\x37\xb5\xe6\x46\xba\x4e\xa1\xc5\xdd\x1a\x83\x46\xee\xe0\xf5\x28\xed\x68\x94\x09\xfc\xeb\x97\x0a\x3d\x1b\x16\x7b\xfc\x5b\x50\x6d\x93\xb8\xd7\xcc\x15\x72\x52\x40\xa0\x31\xf0\x02\x6f\x2b\x2f\x48\x03\xda\x63\xf6\x82\x01\x45\x82\x69\xd4\x80\x7c\xef\x31\x0d\xdf\x95\x92\x74\xf0\x4b\xbc\xc7\x5a\xd2\x7c\x82\xd0\xda\xe0\x6e\xe3\x35\xc3\xba\xbb\xff\x12\xaa\xf2\x39\xa5\xc4\xe7\x1c\x7c\x78\x00\x87\xff\x32\xdd\x9f\x97\x03\x89\xc7\x90\x86\x23\xe4\x1a\x80\xbf\x10\xbc\x1b\xf5\xa8\xd9\x8b\xc5\xe3\xf7\x53\xba\x4e\xf7\x60\xbc\x77\x5d\xf1\x97\x66\x28\x3d\xad\xa9\xe7\x44\xb1\x3d\xa0\xe7\xa0\xa5\x19\x8d\xdb\xa8\x23\x7c\x4d\x41\x7d\xaa\x04\xde\x76\x5b\x4d\x60\x10\xbf\xfe\xe3\xb7\x49\x1f\xef\x10\x74\x7d\xef\xba\x46\x1f\x6c\x91\x37\x25\x78\xee\x79\xf3\x43\x5a\xfc\x6d\x9c\x42\x5b\x37\xe4\x01\x9a\xcc\x21\xeb\xb2\xa9\xab\x38\xf6\x09\xbf\xc5\x8b\x3c\x24\x8d\x74\x1b\x9c\x96\xc7\xd1\xa6\x57\x73\x06\x46\x4a\x8f\xb6\x34\xa1\x7e\x76\xb4\xb0\xc3\xec\x75\xcb\xa7\x57\xd2\x03\xfb\x32\x6d\xc7\x74\x3f\x7a\xf7\x60\xed\xf5\x90\x04\xdd\xc1\xc0\xeb\x55\x98\x07\x0f\x5e\xb3\xac\x5a\xcd\x8c\x06\x89\xfc\x35\xe4\xb6\x06\xd1\x74\x69\x93\xb5\x5c\xa6\x89\x15\x31\xc8\x65\xdf\xb2\x1c\x5c\xcc\x3f\x4c\x25\x09\xf7\x59\x67\xb4\xb3\xe7\x3e\x38\x6e\x2e\x71\xf7\xe1\xb8\x6c\x8f\x00\x28\x79\x9f\xf9\x8b\x06\xd2\x00\x61\xb6\xf2\xdc\xd7\xb0\x08\x55\x2b\xa7\x5c\xbb\xdc\x1a\x62\xe0\x69\x88\x4b\x84\xc6\x52\x50\x19\xa3\xd2\xd2\x23\x78\x10\xfe\x1b\xdd\x3d\x39\xdf\x3a\xf1\xb9\x7b\x2e\xe0\xfb\x2e\x3d\x8f\x18\x33\x23\x9c\x6a\x82\xea\xe0\x8f\x1e\x5e\x2c\xb2\x4a\xba\x94\xbe\xa3\x58\x19\x1d\x49\xd1\xdd\xdd\x85\xdf\x36\xa8\x36\xb7\x99\x3c\x07\x5a\x5e\x81\x6c\x53\x55\x46\xd4\xa1\x35\x03\x2e\x21\x34\xd5\x4d\xdb\x09\x5b\xf1\x42\xd2\x31\xa8\x15\xcf\x8c\xee\x34\x6b\x16\x8b\x5e\x83\xa0\xac\x16\xdf\xd4\x7d\x6c\x53\x88\x7b\xdd\xc7\x6e\x84\xe5\x50\x5a\xec\x96\x1d\xfa\x1d\x59\x7e\x83\x69\x24\xc7\xb0\xdd\xae\x6d\x4b\xe8\x22\x9c\x17\xa5\x78\x1d\x73\xed\x48\xb6\xe7\xf5\x18\xdb\xd3\xfa\x98\x01\xe7\x86\xe3\x70\x5e\xc0\xff\x23\xa3\x14\xb1\xff\xd3\x22\xf6\x37\x0e\x74\x69\xcf\x7c\x1a\x97\x01\x08\x87\x95\xc8\x68\xb4\x90\xb9\x06\x6a\xdc\xe3\x27\xd8\x80\x6c\x3f\x3c\x15\x66\x0b\x35\xf4\x7d\xb5\x12\x0c\x9a\xd2\x48\xea\xc0\x08\xa8\x97\x40\x4c\xca\x0c\xd0\xf3\x7f\xc1\x81\xa7\xa0\x4b\xb6\xe4\x72\x21\x72\xef\xd0\x3c\x91\xe2\x99\x19\x59\x9b\x84\x4e\xfa\x60\x79\x12\x26\xea\xec\xd4\xe8\x36\x51\x4c\x5f\x89\xac\x52\x39\x64\x55\x2f\xb8\xca\x01\x49\x42\x1b\xbe\xe4\xd9\x57\xa8\x3f\x03\xd7\x11\xb6\x48\x81\x04\x9b\x78\x8c\xc1\x2d\xff\xb5\x42\x66\xc8\xec\xe7\x4a\xc2\xda\xfe\xe1\xeb\x9a\xf1\x4c\x55\x9a\x0a\x54\x52\xd9\x11\xaa\x77\x11\x50\xfe\x43\x8b\xbd\x76\x25\xd7\x87\x25\x52\xc3\xe8\x10\xbb\x06\xa4\x96\xeb\x92\xcb\x70\xd3\x17\x9a\x86\x5c\x2b\x0e\x14\x94\x56\x27\xc2\xa6\xf1\xe8\x67\x7c\x0d\x9e\xff\xa2\x0f\xd4\xfa\xea\x09\x98\x21\x79\x9c\x3f\x71\xa8\xf6\x19\xdb\xef\x25\x4c\x38\x29\x24\x31\x42\xf1\x7c\x55\x48\xb3\x2b\xcc\xc5\x83\xd5\x21\x48\xb0\xe5\x58\x63\xb8\xc4\x48\x1b\x10\x7e\x18\x91\x16\x5d\x96\x9a\x49\x61\x74\x05\xae\x8a\xf2\x05\xd4\xc3\xb5\x12\x67\x41\x3b\xc1\xd1\x27\xa8\x4f\xa1\x53\x89\x7d\x87\xda\x52\xf3\xa6\x44\x25\x52\xe6\x22\xb8\x8e\xe9\x88\x3e\x5c\x27\xe6\xfe\xa8\x29\xcd\x3e\x68\x18\xb6\xf3\x51\x60\x13\x9b\x06\xce\x28\x47\x8b\x4f\x84\x52\x10\xd3\x5d\x56\xcf\x16\xdb\xf5\xcc\x7d\xe8\x6e\x97\xf8\xc5\x1d\x89\x35\x1b\x9b\x08\x02\x7d\x70\xd7\x47\xd4\xd4\x1f\x2a\x45\xa9\xf0\x20\x37\xee\x88\x01\xfb\xe7\xe2\x49\x24\xec\x7e\xcd\xd5\xd7\x84\x5d\xbd\x48\xbe\x2a\xb2\x8f\xd5\xac\x2b\x24\x71\x7c\x6b\x94\x40\x73\xd3\xac\xe4\x7a\x64\x04\xaf\xb3\x13\xd7\xf4\xa1\x77\xf0\x9d\xce\x35\x76\x7a\xce\xce\x9e\x91\xd6\xa4\xff\xd5\x65\x63\x13\x4c\x27\x70\x8f\x14\x1b\x01\x24\x88\x0b\x91\x62\x45\x74\x8b\x7d\x9b\x10\x23\x72\x53\x1b\x5d\xda\xe1\x8e\xec\x8d\xe8\x0d\xa3\x8e\x01\xf8\xd2\x45\x5c\x6a\xb6\xa6\x2f\x01\x03\xd4\x75\x41\xa8\x0b\x5c\x9b\x0e\x3c\x3b\xcc\x99\xee\x14\x86\x9f\x21\xba\xb6\x1a\x79\x06\x52\xf9\xe5\xd3\xd5\xa7\x93\xaf\xbc\x56\xd5\x82\xcb\xd3\x0b\xf6\xde\x48\x33\x22\x11\x45\xc0\xce\x5c\x09\x01\xe1\x50\x42\xda\x9f\x2c\xeb\x7a\xad\x2f\xce\xcf\x17\x45\xbd\x6c\x66\x93\xac\x5a\xa1\x5f\xb9\x52\x0b\xfc\xc7\x79\xa1\x75\x23\xf4\xf9\xdb\x1f\x7f\x3a\x9d\xa4\xf2\x56\xfc\x5e\xb3\xeb\x2b\x4a\x38\xbe\x60\xec\x6d\xc7\x9e\xdf\x80\xde\x1f\xec\xcc\xd8\xcf\x96\x1f\x4a\x49\xe9\x56\xd1\xfe\xbe\x01\xab\x66\x7d\x0e\xc3\xff\xcd\x20\x5c\x4f\x56\xc4\xf7\x6e\x8e\x6d\xc1\xda\xfd\x19\x4f\x3b\xaa\xe9\xd2\xe9\xe2\xb4\xe1\x2a\xd0\x85\x22\x2f\xdb\x1f\x2a\x46\xdf\x89\xb1\x68\x65\x21\x45\x6a\xf4\x28\xbf\xe4\x31\x6c\xfe\x3b\x0e\xe5\xa5\x2d\x65\x27\x22\x2c\xea\x4a\x09\x22\x91\x43\x47\xc0\xac\xac\x66\xc0\x3c\x66\x7e\xe9\xbb\x36\xb3\xb2\xd2\xa3\xb3\x5d\x36\x17\xec\x1d\xbd\x3e\x68\x57\x56\xab\x35\xa0\xaa\x94\xd0\x00\xaf\xdf\xf4\xb4\x6d\xa0\x1d\x8e\xa2\x69\x6e\x76\xd7\x28\x3c\x57\x1b\x9a\xe6\x66\xb2\xbd\xd9\xd2\x10\xa0\x7b\x3f\xb0\xa7\xfb\xd4\xca\xf7\x21\x2e\x89\x03\x91\x7a\x0d\x95\x85\xd0\x95\xad\x0b\xb9\x28\x45\x6b\xbc\x96\xda\x31\x95\x97\xf8\x4b\x58\x0d\xce\x53\xb8\xb8\x18\x18\xb1\x78\x39\x84\x13\x02\x95\xd8\xa5\x4d\x3c\x00\x80\x3b\x27\x57\xab\xb3\x68\x41\x7f\x4d\x6c\x79\x39\x25\x98\x04\x52\x84\x54\xea\x66\x76\xe6\x61\xe8\x95\x02\xe9\x0a\x59\x0a\x6b\xae\x80\x22\x71\x59\x94\xf9\x59\x47\xaa\x11\xda\xa7\x9e\x1c\xc2\x66\x2a\xf2\xb2\x84\x15\x5f\x0b\xb3\xce\x88\x82\x74\x63\x77\xdf\x31\x96\x8e\xe0\xd9\xd2\x21\xf0\x50\x27\x6c\x69\xcf\x91\xbc\x88\x14\xd8\xff\x76\x2c\x67\x04\x26\xab\x87\xa1\xe9\xfb\x97\x13\xd1\x9c\x8d\x91\x13\x5f\x62\xd5\xdf\x9e\x1a\x63\xc6\x92\xe4\xe8\x9b\x2a\x3d\xc5\xe0\xc7\x2b\xa4\x69\x79\x23\x45\xaf\xf9\xb3\x24\xf0\xf7\x4e\x65\x81\xc7\xc9\x87\x6e\xea\x57\x23\x1f\x5a\xbf\xc4\x75\x23\xd1\x26\xac\x0b\xc7\x77\x95\x04\xc4\x7e\xbc\x2c\x43\xc6\x06\xef\xb8\x4a\xa5\x37\x2d\x34\x7b\x16\x65\x69\xfe\x9f\xb5\x05\x37\xd9\x0e\x39\x00\x28\x45\x62\x91\xca\x94\xe5\x47\xee\xa5\xb3\x19\x87\x12\xd6\x7d\x85\x40\x37\x4e\x73\x04\x56\x39\xe0\x40\x67\x3c\x5b\x8a\xa9\xe9\x5a\xb3\x03\x9c\x95\xaa\x5a\xbe\x33\x2f\xdf\xe3\xbb\x83\x97\x19\xfa\xa1\xd0\xa3\x86\x6d\x41\x2c\x9b\x67\x90\x95\xe5\xec\xd8\x6d\xc7\x3b\xc3\x66\xa7\x1d\x15\x65\xb6\xf6\xb5\xdb\x5f\x12\x54\x58\x81\xc3\x6c\xb1\xb2\x19\x57\xca\xe2\x53\xa8\x55\xc6\x55\x5d\xcc\x79\x16\xb9\x38\x46\xd9\xa1\xd1\x0d\x89\x5f\xd4\xe0\x94\xf7\x75\x13\xad\x28\xe7\xcc\xf1\xe9\xf5\xaf\x7f\x27\x36\xea\x18\xd6\xe1\xf5\x91\x8c\xc3\x9d\x27\x85\xb3\x28\x55\xae\x73\xe8\x41\x19\xad\x03\xc6\xba\x27\x62\x70\x37\x26\x95\xa0\xb6\xd5\x78\x09\xb7\x41\x60\x46\x75\x9d\xc0\x17\x9e\x53\xbe\x51\xdd\x06\xc8\xc3\x14\x22\xb2\xe8\x49\xe4\x3e\x79\x20\xc8\x20\x35\x57\x14\x5f\x08\xb6\x12\x79\xd1\xb4\x89\x7a\x86\x51\x70\x7f\x0a\x96\x3f\x90\x60\xe9\x5f\xb7\x6f\x26\x10\x8e\xe6\x2e\x1a\x23\x11\x3e\x54\xca\xa7\x2d\xdc\x82\x91\xff\x2c\xb0\x26\x43\x5d\x61\x98\xa9\x9b\xff\x37\x48\xcb\xe4\xf5\x1b\xed\xe0\x8f\xf1\x4e\xb7\x41\xbd\x9b\x42\xd7\xbf\xb4\xaa\xe7\xef\xc1\xe3\x53\x36\xdf\x2e\x17\xcf\x76\x15\xbb\x19\xbc\x31\x98\x73\xf6\x99\xec\x06\x0a\x78\x19\xe1\x80\xae\x75\xc8\xd9\xb0\x0c\x47\xa6\xdf\xbb\x28\x5e\x8f\x6e\xbe\x1e\xf1\x82\x7a\x56\x7c\xbd\x16\xca\xba\x53\xb9\xb3\x57\x7c\xbb\xd4\x4a\x2a\xd1\xd0\xf9\x78\xff\xe9\xd6\x6b\x5c\xde\xff\xd1\xfa\x34\x3c\x06\x53\x37\xe9\x5e\xb9\xdb\xa6\x2c\x7b\x57\x6e\x44\x61\x8b\x87\x9b\x9b\xe9\x2f\x97\x37\x0f\xef\x07\x99\x3e\x82\xc7\x7a\xe7\xc4\xf5\x84\xe6\x04\xd5\xcf\x1a\x54\xce\x66\x25\x28\x64\x08\x46\x84\x2d\x75\x05\xb7\x7c\x53\x96\x31\xe3\x4b\x2a\x1f\xe9\x3b\x10\x6e\x6a\x24\x9a\x87\xa9\x64\x83\x13\x17\xb7\x0f\x8f\x3d\x9a\x8f\x3f\xda\x52\xe9\x7e\x10\x17\xec\xd6\xb5\xda\x33\xaf\x14\xe6\x3e\xe0\x38\xa0\x3b\xfc\xb5\x38\xad\xf6\x3b\x1e\x0f\xd2\x16\x61\x24\x2a\xaa\xa3\x9c\x0e\x9c\xbb\xc7\xd8\xf5\xe0\xc4\x7d\x8e\xf7\x33\x7c\x37\x41\x26\x22\x2c\x4e\xe8\xc8\x7a\x52\x49\x85\x69\x38\x20\x88\x7b\xfb\xc4\xae\x25\x66\x1a\x96\x5c\x2e\x1a\xbe\x10\x3a\x61\xb6\xf1\x54\xae\x8a\xc5\x12\x52\x37\x89\x4b\x1a\xe3\x3f\x9c\x49\x5e\x17\x4f\xa2\xb5\x85\x30\x2c\x27\x7e\xe7\xab\x35\x80\x5e\x64\x2a\x69\x4c\x72\xe1\x3f\x8f\x11\xbb\x8f\xf7\x6e\x38\x66\xa7\xb9\x0f\x11\x99\x92\x4c\x25\x2e\x2e\x32\x44\x58\x9b\x0c\x1c\xb7\xbc\x6e\x6f\x5d\xae\x84\xe5\x6f\x03\x99\xbe\x00\xeb\x10\xeb\x7f\x5b\x50\x97\x91\xf4\x01\x1f\x36\x86\xf8\xb1\x4b\xdb\xe5\x89\x5d\x0c\x7b\x26\xa8\x6f\xdd\xbb\xfe\xe0\x3b\xc0\x1c\xb8\xe9\x53\xeb\x2b\x23\xb6\xad\x17\x63\x5b\xa4\xb9\xdf\x50\xb2\x7d\x84\x59\x1b\x7e\x0d\x70\xc1\xee\xde\xd8\x71\xe1\x33\xbd\xc1\x86\xaa\x99\x95\x3b\x74\x09\x9f\x1f\xec\x14\x8a\xe4\xe1\x4e\x8d\x70\xc8\x7c\x6e\x1d\x2d\xb3\x4d\x87\x9a\x9d\x55\x55\xcf\xba\x1c\xd1\xb5\x11\x75\x8a\x5e\xd8\x36\x19\x4d\x56\xef\xb3\x5f\x46\xa0\x90\xda\x53\x64\xa5\xcf\x50\x87\xca\x42\xef\xd5\x1d\xaf\x3f\x8d\xee\x91\xd3\x10\xe8\xb2\xdb\x49\xc2\xd2\x3d\x17\x09\xd8\x1e\x31\x49\x06\x35\xb9\x53\x45\x81\xe2\x45\x42\xe5\x19\x4e\x90\xda\xc4\x6d\xa2\xc4\xaf\x5c\x82\xb5\xeb\x1b\xa5\x8d\xb8\x24\x79\x47\x52\xdb\x98\xa7\xa9\xb4\xe9\xfc\x56\x1c\x5f\x32\x1b\xc0\x74\x7f\x45\x64\xd7\x1a\x93\x61\x41\x63\xad\x59\x25\x85\x95\x86\xa9\x04\xce\x44\x09\xae\x9f\x99\x06\x36\x13\x62\x06\xa4\x1f\x82\xca\x03\x5c\xba\xfa\xf9\x5b\x64\x5e\x4b\x0d\x88\xee\xf9\x1f\xcc\x7f\xff\xfe\xe1\x3f\x01\x00\x00\xff\xff\x5b\x9c\xd5\x12\x3b\x8a\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 231519, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 231995, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java b/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java index 3fd7407b8..2769b7282 100644 --- a/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java +++ b/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java @@ -4490,6 +4490,67 @@ flyteidl.core.Execution.TaskLogOrBuilder getLogsOrBuilder( */ com.google.protobuf.StructOrBuilder getCustomInfoOrBuilder(); + /** + *
+     * If there is an explanation for the most recent phase transition, the reason will capture it.
+     * 
+ * + * string reason = 10; + */ + java.lang.String getReason(); + /** + *
+     * If there is an explanation for the most recent phase transition, the reason will capture it.
+     * 
+ * + * string reason = 10; + */ + com.google.protobuf.ByteString + getReasonBytes(); + + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string type = 11; + */ + java.lang.String getType(); + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string type = 11; + */ + com.google.protobuf.ByteString + getTypeBytes(); + + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + boolean hasMetadata(); + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + flyteidl.event.Event.TaskExecutionMetadata getMetadata(); + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + flyteidl.event.Event.TaskExecutionMetadataOrBuilder getMetadataOrBuilder(); + public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure.OutputResultCase getOutputResultCase(); } /** @@ -4511,6 +4572,8 @@ private TaskExecutionClosure(com.google.protobuf.GeneratedMessageV3.Builder b private TaskExecutionClosure() { phase_ = 0; logs_ = java.util.Collections.emptyList(); + reason_ = ""; + type_ = ""; } @java.lang.Override @@ -4637,6 +4700,31 @@ private TaskExecutionClosure( break; } + case 82: { + java.lang.String s = input.readStringRequireUtf8(); + + reason_ = s; + break; + } + case 90: { + java.lang.String s = input.readStringRequireUtf8(); + + type_ = s; + break; + } + case 130: { + flyteidl.event.Event.TaskExecutionMetadata.Builder subBuilder = null; + if (metadata_ != null) { + subBuilder = metadata_.toBuilder(); + } + metadata_ = input.readMessage(flyteidl.event.Event.TaskExecutionMetadata.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(metadata_); + metadata_ = subBuilder.buildPartial(); + } + + break; + } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { @@ -5045,6 +5133,123 @@ public com.google.protobuf.StructOrBuilder getCustomInfoOrBuilder() { return getCustomInfo(); } + public static final int REASON_FIELD_NUMBER = 10; + private volatile java.lang.Object reason_; + /** + *
+     * If there is an explanation for the most recent phase transition, the reason will capture it.
+     * 
+ * + * string reason = 10; + */ + public java.lang.String getReason() { + java.lang.Object ref = reason_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + reason_ = s; + return s; + } + } + /** + *
+     * If there is an explanation for the most recent phase transition, the reason will capture it.
+     * 
+ * + * string reason = 10; + */ + public com.google.protobuf.ByteString + getReasonBytes() { + java.lang.Object ref = reason_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + reason_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int TYPE_FIELD_NUMBER = 11; + private volatile java.lang.Object type_; + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string type = 11; + */ + public java.lang.String getType() { + java.lang.Object ref = type_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + type_ = s; + return s; + } + } + /** + *
+     * A predefined yet extensible Task type identifier.
+     * 
+ * + * string type = 11; + */ + public com.google.protobuf.ByteString + getTypeBytes() { + java.lang.Object ref = type_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + type_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int METADATA_FIELD_NUMBER = 16; + private flyteidl.event.Event.TaskExecutionMetadata metadata_; + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public boolean hasMetadata() { + return metadata_ != null; + } + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadata getMetadata() { + return metadata_ == null ? flyteidl.event.Event.TaskExecutionMetadata.getDefaultInstance() : metadata_; + } + /** + *
+     * Metadata around how a task was executed.
+     * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadataOrBuilder getMetadataOrBuilder() { + return getMetadata(); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -5086,6 +5291,15 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (customInfo_ != null) { output.writeMessage(9, getCustomInfo()); } + if (!getReasonBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 10, reason_); + } + if (!getTypeBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 11, type_); + } + if (metadata_ != null) { + output.writeMessage(16, getMetadata()); + } unknownFields.writeTo(output); } @@ -5130,6 +5344,16 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, getCustomInfo()); } + if (!getReasonBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, reason_); + } + if (!getTypeBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, type_); + } + if (metadata_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(16, getMetadata()); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -5173,6 +5397,15 @@ public boolean equals(final java.lang.Object obj) { if (!getCustomInfo() .equals(other.getCustomInfo())) return false; } + if (!getReason() + .equals(other.getReason())) return false; + if (!getType() + .equals(other.getType())) return false; + if (hasMetadata() != other.hasMetadata()) return false; + if (hasMetadata()) { + if (!getMetadata() + .equals(other.getMetadata())) return false; + } if (!getOutputResultCase().equals(other.getOutputResultCase())) return false; switch (outputResultCase_) { case 1: @@ -5223,6 +5456,14 @@ public int hashCode() { hash = (37 * hash) + CUSTOM_INFO_FIELD_NUMBER; hash = (53 * hash) + getCustomInfo().hashCode(); } + hash = (37 * hash) + REASON_FIELD_NUMBER; + hash = (53 * hash) + getReason().hashCode(); + hash = (37 * hash) + TYPE_FIELD_NUMBER; + hash = (53 * hash) + getType().hashCode(); + if (hasMetadata()) { + hash = (37 * hash) + METADATA_FIELD_NUMBER; + hash = (53 * hash) + getMetadata().hashCode(); + } switch (outputResultCase_) { case 1: hash = (37 * hash) + OUTPUT_URI_FIELD_NUMBER; @@ -5411,6 +5652,16 @@ public Builder clear() { customInfo_ = null; customInfoBuilder_ = null; } + reason_ = ""; + + type_ = ""; + + if (metadataBuilder_ == null) { + metadata_ = null; + } else { + metadata_ = null; + metadataBuilder_ = null; + } outputResultCase_ = 0; outputResult_ = null; return this; @@ -5486,6 +5737,13 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure buildPartial( } else { result.customInfo_ = customInfoBuilder_.build(); } + result.reason_ = reason_; + result.type_ = type_; + if (metadataBuilder_ == null) { + result.metadata_ = metadata_; + } else { + result.metadata_ = metadataBuilder_.build(); + } result.bitField0_ = to_bitField0_; result.outputResultCase_ = outputResultCase_; onBuilt(); @@ -5580,6 +5838,17 @@ public Builder mergeFrom(flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClo if (other.hasCustomInfo()) { mergeCustomInfo(other.getCustomInfo()); } + if (!other.getReason().isEmpty()) { + reason_ = other.reason_; + onChanged(); + } + if (!other.getType().isEmpty()) { + type_ = other.type_; + onChanged(); + } + if (other.hasMetadata()) { + mergeMetadata(other.getMetadata()); + } switch (other.getOutputResultCase()) { case OUTPUT_URI: { outputResultCase_ = 1; @@ -7053,6 +7322,337 @@ public com.google.protobuf.StructOrBuilder getCustomInfoOrBuilder() { } return customInfoBuilder_; } + + private java.lang.Object reason_ = ""; + /** + *
+       * If there is an explanation for the most recent phase transition, the reason will capture it.
+       * 
+ * + * string reason = 10; + */ + public java.lang.String getReason() { + java.lang.Object ref = reason_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + reason_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * If there is an explanation for the most recent phase transition, the reason will capture it.
+       * 
+ * + * string reason = 10; + */ + public com.google.protobuf.ByteString + getReasonBytes() { + java.lang.Object ref = reason_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + reason_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * If there is an explanation for the most recent phase transition, the reason will capture it.
+       * 
+ * + * string reason = 10; + */ + public Builder setReason( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + reason_ = value; + onChanged(); + return this; + } + /** + *
+       * If there is an explanation for the most recent phase transition, the reason will capture it.
+       * 
+ * + * string reason = 10; + */ + public Builder clearReason() { + + reason_ = getDefaultInstance().getReason(); + onChanged(); + return this; + } + /** + *
+       * If there is an explanation for the most recent phase transition, the reason will capture it.
+       * 
+ * + * string reason = 10; + */ + public Builder setReasonBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + reason_ = value; + onChanged(); + return this; + } + + private java.lang.Object type_ = ""; + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string type = 11; + */ + public java.lang.String getType() { + java.lang.Object ref = type_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + type_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string type = 11; + */ + public com.google.protobuf.ByteString + getTypeBytes() { + java.lang.Object ref = type_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + type_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string type = 11; + */ + public Builder setType( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + type_ = value; + onChanged(); + return this; + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string type = 11; + */ + public Builder clearType() { + + type_ = getDefaultInstance().getType(); + onChanged(); + return this; + } + /** + *
+       * A predefined yet extensible Task type identifier.
+       * 
+ * + * string type = 11; + */ + public Builder setTypeBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + type_ = value; + onChanged(); + return this; + } + + private flyteidl.event.Event.TaskExecutionMetadata metadata_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.TaskExecutionMetadata, flyteidl.event.Event.TaskExecutionMetadata.Builder, flyteidl.event.Event.TaskExecutionMetadataOrBuilder> metadataBuilder_; + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public boolean hasMetadata() { + return metadataBuilder_ != null || metadata_ != null; + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadata getMetadata() { + if (metadataBuilder_ == null) { + return metadata_ == null ? flyteidl.event.Event.TaskExecutionMetadata.getDefaultInstance() : metadata_; + } else { + return metadataBuilder_.getMessage(); + } + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public Builder setMetadata(flyteidl.event.Event.TaskExecutionMetadata value) { + if (metadataBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + metadata_ = value; + onChanged(); + } else { + metadataBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public Builder setMetadata( + flyteidl.event.Event.TaskExecutionMetadata.Builder builderForValue) { + if (metadataBuilder_ == null) { + metadata_ = builderForValue.build(); + onChanged(); + } else { + metadataBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public Builder mergeMetadata(flyteidl.event.Event.TaskExecutionMetadata value) { + if (metadataBuilder_ == null) { + if (metadata_ != null) { + metadata_ = + flyteidl.event.Event.TaskExecutionMetadata.newBuilder(metadata_).mergeFrom(value).buildPartial(); + } else { + metadata_ = value; + } + onChanged(); + } else { + metadataBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public Builder clearMetadata() { + if (metadataBuilder_ == null) { + metadata_ = null; + onChanged(); + } else { + metadata_ = null; + metadataBuilder_ = null; + } + + return this; + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadata.Builder getMetadataBuilder() { + + onChanged(); + return getMetadataFieldBuilder().getBuilder(); + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + public flyteidl.event.Event.TaskExecutionMetadataOrBuilder getMetadataOrBuilder() { + if (metadataBuilder_ != null) { + return metadataBuilder_.getMessageOrBuilder(); + } else { + return metadata_ == null ? + flyteidl.event.Event.TaskExecutionMetadata.getDefaultInstance() : metadata_; + } + } + /** + *
+       * Metadata around how a task was executed.
+       * 
+ * + * .flyteidl.event.TaskExecutionMetadata metadata = 16; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.TaskExecutionMetadata, flyteidl.event.Event.TaskExecutionMetadata.Builder, flyteidl.event.Event.TaskExecutionMetadataOrBuilder> + getMetadataFieldBuilder() { + if (metadataBuilder_ == null) { + metadataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.TaskExecutionMetadata, flyteidl.event.Event.TaskExecutionMetadata.Builder, flyteidl.event.Event.TaskExecutionMetadataOrBuilder>( + getMetadata(), + getParentForChildren(), + isClean()); + metadata_ = null; + } + return metadataBuilder_; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -9264,42 +9864,45 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionGetDataResponse getDe "lyteidl.admin\032\033flyteidl/admin/common.pro" + "to\032\035flyteidl/core/execution.proto\032\036flyte" + "idl/core/identifier.proto\032\034flyteidl/core" + - "/literals.proto\032\037google/protobuf/timesta" + - "mp.proto\032\036google/protobuf/duration.proto" + - "\032\034google/protobuf/struct.proto\"M\n\027TaskEx" + - "ecutionGetRequest\0222\n\002id\030\001 \001(\0132&.flyteidl" + - ".core.TaskExecutionIdentifier\"\263\001\n\030TaskEx" + - "ecutionListRequest\022A\n\021node_execution_id\030" + - "\001 \001(\0132&.flyteidl.core.NodeExecutionIdent" + - "ifier\022\r\n\005limit\030\002 \001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007f" + - "ilters\030\004 \001(\t\022%\n\007sort_by\030\005 \001(\0132\024.flyteidl" + - ".admin.Sort\"\240\001\n\rTaskExecution\0222\n\002id\030\001 \001(" + - "\0132&.flyteidl.core.TaskExecutionIdentifie" + - "r\022\021\n\tinput_uri\030\002 \001(\t\0225\n\007closure\030\003 \001(\0132$." + - "flyteidl.admin.TaskExecutionClosure\022\021\n\ti" + - "s_parent\030\004 \001(\010\"Z\n\021TaskExecutionList\0226\n\017t" + - "ask_executions\030\001 \003(\0132\035.flyteidl.admin.Ta" + - "skExecution\022\r\n\005token\030\002 \001(\t\"\261\003\n\024TaskExecu" + - "tionClosure\022\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005err" + - "or\030\002 \001(\0132\035.flyteidl.core.ExecutionErrorH" + - "\000\0221\n\005phase\030\003 \001(\0162\".flyteidl.core.TaskExe" + - "cution.Phase\022$\n\004logs\030\004 \003(\0132\026.flyteidl.co" + - "re.TaskLog\022.\n\nstarted_at\030\005 \001(\0132\032.google." + - "protobuf.Timestamp\022+\n\010duration\030\006 \001(\0132\031.g" + - "oogle.protobuf.Duration\022.\n\ncreated_at\030\007 " + - "\001(\0132\032.google.protobuf.Timestamp\022.\n\nupdat" + - "ed_at\030\010 \001(\0132\032.google.protobuf.Timestamp\022" + - ",\n\013custom_info\030\t \001(\0132\027.google.protobuf.S" + - "tructB\017\n\routput_result\"Q\n\033TaskExecutionG" + - "etDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.cor" + - "e.TaskExecutionIdentifier\"\322\001\n\034TaskExecut" + - "ionGetDataResponse\022\'\n\006inputs\030\001 \001(\0132\027.fly" + - "teidl.admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132\027.f" + - "lyteidl.admin.UrlBlob\022.\n\013full_inputs\030\003 \001" + - "(\0132\031.flyteidl.core.LiteralMap\022/\n\014full_ou" + - "tputs\030\004 \001(\0132\031.flyteidl.core.LiteralMapB7" + - "Z5github.com/flyteorg/flyteidl/gen/pb-go" + - "/flyteidl/adminb\006proto3" + "/literals.proto\032\032flyteidl/event/event.pr" + + "oto\032\037google/protobuf/timestamp.proto\032\036go" + + "ogle/protobuf/duration.proto\032\034google/pro" + + "tobuf/struct.proto\"M\n\027TaskExecutionGetRe" + + "quest\0222\n\002id\030\001 \001(\0132&.flyteidl.core.TaskEx" + + "ecutionIdentifier\"\263\001\n\030TaskExecutionListR" + + "equest\022A\n\021node_execution_id\030\001 \001(\0132&.flyt" + + "eidl.core.NodeExecutionIdentifier\022\r\n\005lim" + + "it\030\002 \001(\r\022\r\n\005token\030\003 \001(\t\022\017\n\007filters\030\004 \001(\t" + + "\022%\n\007sort_by\030\005 \001(\0132\024.flyteidl.admin.Sort\"" + + "\240\001\n\rTaskExecution\0222\n\002id\030\001 \001(\0132&.flyteidl" + + ".core.TaskExecutionIdentifier\022\021\n\tinput_u" + + "ri\030\002 \001(\t\0225\n\007closure\030\003 \001(\0132$.flyteidl.adm" + + "in.TaskExecutionClosure\022\021\n\tis_parent\030\004 \001" + + "(\010\"Z\n\021TaskExecutionList\0226\n\017task_executio" + + "ns\030\001 \003(\0132\035.flyteidl.admin.TaskExecution\022" + + "\r\n\005token\030\002 \001(\t\"\210\004\n\024TaskExecutionClosure\022" + + "\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005error\030\002 \001(\0132\035.f" + + "lyteidl.core.ExecutionErrorH\000\0221\n\005phase\030\003" + + " \001(\0162\".flyteidl.core.TaskExecution.Phase" + + "\022$\n\004logs\030\004 \003(\0132\026.flyteidl.core.TaskLog\022." + + "\n\nstarted_at\030\005 \001(\0132\032.google.protobuf.Tim" + + "estamp\022+\n\010duration\030\006 \001(\0132\031.google.protob" + + "uf.Duration\022.\n\ncreated_at\030\007 \001(\0132\032.google" + + ".protobuf.Timestamp\022.\n\nupdated_at\030\010 \001(\0132" + + "\032.google.protobuf.Timestamp\022,\n\013custom_in" + + "fo\030\t \001(\0132\027.google.protobuf.Struct\022\016\n\006rea" + + "son\030\n \001(\t\022\014\n\004type\030\013 \001(\t\0227\n\010metadata\030\020 \001(" + + "\0132%.flyteidl.event.TaskExecutionMetadata" + + "B\017\n\routput_result\"Q\n\033TaskExecutionGetDat" + + "aRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.core.Tas" + + "kExecutionIdentifier\"\322\001\n\034TaskExecutionGe" + + "tDataResponse\022\'\n\006inputs\030\001 \001(\0132\027.flyteidl" + + ".admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132\027.flytei" + + "dl.admin.UrlBlob\022.\n\013full_inputs\030\003 \001(\0132\031." + + "flyteidl.core.LiteralMap\022/\n\014full_outputs" + + "\030\004 \001(\0132\031.flyteidl.core.LiteralMapB7Z5git" + + "hub.com/flyteorg/flyteidl/gen/pb-go/flyt" + + "eidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -9316,6 +9919,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( flyteidl.core.Execution.getDescriptor(), flyteidl.core.IdentifierOuterClass.getDescriptor(), flyteidl.core.Literals.getDescriptor(), + flyteidl.event.Event.getDescriptor(), com.google.protobuf.TimestampProto.getDescriptor(), com.google.protobuf.DurationProto.getDescriptor(), com.google.protobuf.StructProto.getDescriptor(), @@ -9349,7 +9953,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_TaskExecutionClosure_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_TaskExecutionClosure_descriptor, - new java.lang.String[] { "OutputUri", "Error", "Phase", "Logs", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "CustomInfo", "OutputResult", }); + new java.lang.String[] { "OutputUri", "Error", "Phase", "Logs", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "CustomInfo", "Reason", "Type", "Metadata", "OutputResult", }); internal_static_flyteidl_admin_TaskExecutionGetDataRequest_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_flyteidl_admin_TaskExecutionGetDataRequest_fieldAccessorTable = new @@ -9366,6 +9970,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( flyteidl.core.Execution.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); flyteidl.core.Literals.getDescriptor(); + flyteidl.event.Event.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor(); com.google.protobuf.DurationProto.getDescriptor(); com.google.protobuf.StructProto.getDescriptor(); diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index f00007d59..8fa317334 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -12646,6 +12646,15 @@ export namespace flyteidl { /** TaskExecutionClosure customInfo */ customInfo?: (google.protobuf.IStruct|null); + + /** TaskExecutionClosure reason */ + reason?: (string|null); + + /** TaskExecutionClosure type */ + type?: (string|null); + + /** TaskExecutionClosure metadata */ + metadata?: (flyteidl.event.ITaskExecutionMetadata|null); } /** Represents a TaskExecutionClosure. */ @@ -12684,6 +12693,15 @@ export namespace flyteidl { /** TaskExecutionClosure customInfo. */ public customInfo?: (google.protobuf.IStruct|null); + /** TaskExecutionClosure reason. */ + public reason: string; + + /** TaskExecutionClosure type. */ + public type: string; + + /** TaskExecutionClosure metadata. */ + public metadata?: (flyteidl.event.ITaskExecutionMetadata|null); + /** TaskExecutionClosure outputResult. */ public outputResult?: ("outputUri"|"error"); diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index 9f848cc06..62bf2131e 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -30034,6 +30034,9 @@ export const flyteidl = $root.flyteidl = (() => { * @property {google.protobuf.ITimestamp|null} [createdAt] TaskExecutionClosure createdAt * @property {google.protobuf.ITimestamp|null} [updatedAt] TaskExecutionClosure updatedAt * @property {google.protobuf.IStruct|null} [customInfo] TaskExecutionClosure customInfo + * @property {string|null} [reason] TaskExecutionClosure reason + * @property {string|null} [type] TaskExecutionClosure type + * @property {flyteidl.event.ITaskExecutionMetadata|null} [metadata] TaskExecutionClosure metadata */ /** @@ -30124,6 +30127,30 @@ export const flyteidl = $root.flyteidl = (() => { */ TaskExecutionClosure.prototype.customInfo = null; + /** + * TaskExecutionClosure reason. + * @member {string} reason + * @memberof flyteidl.admin.TaskExecutionClosure + * @instance + */ + TaskExecutionClosure.prototype.reason = ""; + + /** + * TaskExecutionClosure type. + * @member {string} type + * @memberof flyteidl.admin.TaskExecutionClosure + * @instance + */ + TaskExecutionClosure.prototype.type = ""; + + /** + * TaskExecutionClosure metadata. + * @member {flyteidl.event.ITaskExecutionMetadata|null|undefined} metadata + * @memberof flyteidl.admin.TaskExecutionClosure + * @instance + */ + TaskExecutionClosure.prototype.metadata = null; + // OneOf field names bound to virtual getters and setters let $oneOfFields; @@ -30181,6 +30208,12 @@ export const flyteidl = $root.flyteidl = (() => { $root.google.protobuf.Timestamp.encode(message.updatedAt, writer.uint32(/* id 8, wireType 2 =*/66).fork()).ldelim(); if (message.customInfo != null && message.hasOwnProperty("customInfo")) $root.google.protobuf.Struct.encode(message.customInfo, writer.uint32(/* id 9, wireType 2 =*/74).fork()).ldelim(); + if (message.reason != null && message.hasOwnProperty("reason")) + writer.uint32(/* id 10, wireType 2 =*/82).string(message.reason); + if (message.type != null && message.hasOwnProperty("type")) + writer.uint32(/* id 11, wireType 2 =*/90).string(message.type); + if (message.metadata != null && message.hasOwnProperty("metadata")) + $root.flyteidl.event.TaskExecutionMetadata.encode(message.metadata, writer.uint32(/* id 16, wireType 2 =*/130).fork()).ldelim(); return writer; }; @@ -30231,6 +30264,15 @@ export const flyteidl = $root.flyteidl = (() => { case 9: message.customInfo = $root.google.protobuf.Struct.decode(reader, reader.uint32()); break; + case 10: + message.reason = reader.string(); + break; + case 11: + message.type = reader.string(); + break; + case 16: + message.metadata = $root.flyteidl.event.TaskExecutionMetadata.decode(reader, reader.uint32()); + break; default: reader.skipType(tag & 7); break; @@ -30314,6 +30356,17 @@ export const flyteidl = $root.flyteidl = (() => { if (error) return "customInfo." + error; } + if (message.reason != null && message.hasOwnProperty("reason")) + if (!$util.isString(message.reason)) + return "reason: string expected"; + if (message.type != null && message.hasOwnProperty("type")) + if (!$util.isString(message.type)) + return "type: string expected"; + if (message.metadata != null && message.hasOwnProperty("metadata")) { + let error = $root.flyteidl.event.TaskExecutionMetadata.verify(message.metadata); + if (error) + return "metadata." + error; + } return null; }; diff --git a/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst b/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst index 26b00059d..ab60dfa59 100644 --- a/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst +++ b/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst @@ -8,7 +8,7 @@ task_execution.proto flyteidl.admin.TaskExecutionGetRequest -------------------------------------- -`[flyteidl.admin.TaskExecutionGetRequest proto] `_ +`[flyteidl.admin.TaskExecutionGetRequest proto] `_ A message used to fetch a single task execution entity. @@ -31,7 +31,7 @@ id flyteidl.admin.TaskExecutionListRequest --------------------------------------- -`[flyteidl.admin.TaskExecutionListRequest proto] `_ +`[flyteidl.admin.TaskExecutionListRequest proto] `_ Represents a request structure to retrieve a list of task execution entities. @@ -87,7 +87,7 @@ sort_by flyteidl.admin.TaskExecution ---------------------------- -`[flyteidl.admin.TaskExecution proto] `_ +`[flyteidl.admin.TaskExecution proto] `_ Encapsulates all details for a single task execution entity. A task execution represents an instantiated task, including all inputs and additional @@ -133,7 +133,7 @@ is_parent flyteidl.admin.TaskExecutionList -------------------------------- -`[flyteidl.admin.TaskExecutionList proto] `_ +`[flyteidl.admin.TaskExecutionList proto] `_ Response structure for a query to list of task execution entities. @@ -163,7 +163,7 @@ token flyteidl.admin.TaskExecutionClosure ----------------------------------- -`[flyteidl.admin.TaskExecutionClosure proto] `_ +`[flyteidl.admin.TaskExecutionClosure proto] `_ Container for task execution details and results. @@ -178,7 +178,10 @@ Container for task execution details and results. "duration": "{...}", "created_at": "{...}", "updated_at": "{...}", - "custom_info": "{...}" + "custom_info": "{...}", + "reason": "...", + "type": "...", + "metadata": "{...}" } .. _api_field_flyteidl.admin.TaskExecutionClosure.output_uri: @@ -241,6 +244,24 @@ custom_info (:ref:`google.protobuf.Struct `) Custom data specific to the task plugin. +.. _api_field_flyteidl.admin.TaskExecutionClosure.reason: + +reason + (`string `_) If there is an explanation for the most recent phase transition, the reason will capture it. + + +.. _api_field_flyteidl.admin.TaskExecutionClosure.type: + +type + (`string `_) A predefined yet extensible Task type identifier. + + +.. _api_field_flyteidl.admin.TaskExecutionClosure.metadata: + +metadata + (:ref:`flyteidl.event.TaskExecutionMetadata `) Metadata around how a task was executed. + + .. _api_msg_flyteidl.admin.TaskExecutionGetDataRequest: @@ -248,7 +269,7 @@ custom_info flyteidl.admin.TaskExecutionGetDataRequest ------------------------------------------ -`[flyteidl.admin.TaskExecutionGetDataRequest proto] `_ +`[flyteidl.admin.TaskExecutionGetDataRequest proto] `_ Request structure to fetch inputs and output urls for a task execution. @@ -271,7 +292,7 @@ id flyteidl.admin.TaskExecutionGetDataResponse ------------------------------------------- -`[flyteidl.admin.TaskExecutionGetDataResponse proto] `_ +`[flyteidl.admin.TaskExecutionGetDataResponse proto] `_ Response structure for TaskExecutionGetDataRequest which contains inputs and outputs for a task execution. diff --git a/gen/pb_python/flyteidl/admin/task_execution_pb2.py b/gen/pb_python/flyteidl/admin/task_execution_pb2.py index 83cb10dcc..57db281af 100644 --- a/gen/pb_python/flyteidl/admin/task_execution_pb2.py +++ b/gen/pb_python/flyteidl/admin/task_execution_pb2.py @@ -17,6 +17,7 @@ from flyteidl.core import execution_pb2 as flyteidl_dot_core_dot_execution__pb2 from flyteidl.core import identifier_pb2 as flyteidl_dot_core_dot_identifier__pb2 from flyteidl.core import literals_pb2 as flyteidl_dot_core_dot_literals__pb2 +from flyteidl.event import event_pb2 as flyteidl_dot_event_dot_event__pb2 from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2 from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2 from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2 @@ -27,9 +28,9 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin'), - serialized_pb=_b('\n#flyteidl/admin/task_execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"M\n\x17TaskExecutionGetRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xb3\x01\n\x18TaskExecutionListRequest\x12\x41\n\x11node_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"\xa0\x01\n\rTaskExecution\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\x12\x11\n\tinput_uri\x18\x02 \x01(\t\x12\x35\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.TaskExecutionClosure\x12\x11\n\tis_parent\x18\x04 \x01(\x08\"Z\n\x11TaskExecutionList\x12\x36\n\x0ftask_executions\x18\x01 \x03(\x0b\x32\x1d.flyteidl.admin.TaskExecution\x12\r\n\x05token\x18\x02 \x01(\t\"\xb1\x03\n\x14TaskExecutionClosure\x12\x14\n\noutput_uri\x18\x01 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12$\n\x04logs\x18\x04 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x0b\x63ustom_info\x18\t \x01(\x0b\x32\x17.google.protobuf.StructB\x0f\n\routput_result\"Q\n\x1bTaskExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xd2\x01\n\x1cTaskExecutionGetDataResponse\x12\'\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12(\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n#flyteidl/admin/task_execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1a\x66lyteidl/event/event.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"M\n\x17TaskExecutionGetRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xb3\x01\n\x18TaskExecutionListRequest\x12\x41\n\x11node_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"\xa0\x01\n\rTaskExecution\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\x12\x11\n\tinput_uri\x18\x02 \x01(\t\x12\x35\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.TaskExecutionClosure\x12\x11\n\tis_parent\x18\x04 \x01(\x08\"Z\n\x11TaskExecutionList\x12\x36\n\x0ftask_executions\x18\x01 \x03(\x0b\x32\x1d.flyteidl.admin.TaskExecution\x12\r\n\x05token\x18\x02 \x01(\t\"\x88\x04\n\x14TaskExecutionClosure\x12\x14\n\noutput_uri\x18\x01 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12$\n\x04logs\x18\x04 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x0b\x63ustom_info\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x0e\n\x06reason\x18\n \x01(\t\x12\x0c\n\x04type\x18\x0b \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"Q\n\x1bTaskExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xd2\x01\n\x1cTaskExecutionGetDataResponse\x12\'\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12(\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') , - dependencies=[flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) + dependencies=[flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,flyteidl_dot_event_dot_event__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -60,8 +61,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=272, - serialized_end=349, + serialized_start=300, + serialized_end=377, ) @@ -119,8 +120,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=352, - serialized_end=531, + serialized_start=380, + serialized_end=559, ) @@ -171,8 +172,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=534, - serialized_end=694, + serialized_start=562, + serialized_end=722, ) @@ -209,8 +210,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=696, - serialized_end=786, + serialized_start=724, + serialized_end=814, ) @@ -284,6 +285,27 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='reason', full_name='flyteidl.admin.TaskExecutionClosure.reason', index=9, + number=10, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='type', full_name='flyteidl.admin.TaskExecutionClosure.type', index=10, + number=11, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='metadata', full_name='flyteidl.admin.TaskExecutionClosure.metadata', index=11, + number=16, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -299,8 +321,8 @@ name='output_result', full_name='flyteidl.admin.TaskExecutionClosure.output_result', index=0, containing_type=None, fields=[]), ], - serialized_start=789, - serialized_end=1222, + serialized_start=817, + serialized_end=1337, ) @@ -330,8 +352,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1224, - serialized_end=1305, + serialized_start=1339, + serialized_end=1420, ) @@ -382,8 +404,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1308, - serialized_end=1518, + serialized_start=1423, + serialized_end=1633, ) _TASKEXECUTIONGETREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._TASKEXECUTIONIDENTIFIER @@ -400,6 +422,7 @@ _TASKEXECUTIONCLOSURE.fields_by_name['created_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP _TASKEXECUTIONCLOSURE.fields_by_name['updated_at'].message_type = google_dot_protobuf_dot_timestamp__pb2._TIMESTAMP _TASKEXECUTIONCLOSURE.fields_by_name['custom_info'].message_type = google_dot_protobuf_dot_struct__pb2._STRUCT +_TASKEXECUTIONCLOSURE.fields_by_name['metadata'].message_type = flyteidl_dot_event_dot_event__pb2._TASKEXECUTIONMETADATA _TASKEXECUTIONCLOSURE.oneofs_by_name['output_result'].fields.append( _TASKEXECUTIONCLOSURE.fields_by_name['output_uri']) _TASKEXECUTIONCLOSURE.fields_by_name['output_uri'].containing_oneof = _TASKEXECUTIONCLOSURE.oneofs_by_name['output_result'] diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py index 7e79574b7..309aaa3e9 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py @@ -19,6 +19,7 @@ from flyteadmin.models.core_execution_error import CoreExecutionError # noqa: F401,E501 from flyteadmin.models.core_task_execution_phase import CoreTaskExecutionPhase # noqa: F401,E501 from flyteadmin.models.core_task_log import CoreTaskLog # noqa: F401,E501 +from flyteadmin.models.event_task_execution_metadata import EventTaskExecutionMetadata # noqa: F401,E501 from flyteadmin.models.protobuf_struct import ProtobufStruct # noqa: F401,E501 @@ -44,7 +45,10 @@ class AdminTaskExecutionClosure(object): 'duration': 'str', 'created_at': 'datetime', 'updated_at': 'datetime', - 'custom_info': 'ProtobufStruct' + 'custom_info': 'ProtobufStruct', + 'reason': 'str', + 'type': 'str', + 'metadata': 'EventTaskExecutionMetadata' } attribute_map = { @@ -56,10 +60,13 @@ class AdminTaskExecutionClosure(object): 'duration': 'duration', 'created_at': 'created_at', 'updated_at': 'updated_at', - 'custom_info': 'custom_info' + 'custom_info': 'custom_info', + 'reason': 'reason', + 'type': 'type', + 'metadata': 'metadata' } - def __init__(self, output_uri=None, error=None, phase=None, logs=None, started_at=None, duration=None, created_at=None, updated_at=None, custom_info=None): # noqa: E501 + def __init__(self, output_uri=None, error=None, phase=None, logs=None, started_at=None, duration=None, created_at=None, updated_at=None, custom_info=None, reason=None, type=None, metadata=None): # noqa: E501 """AdminTaskExecutionClosure - a model defined in Swagger""" # noqa: E501 self._output_uri = None @@ -71,6 +78,9 @@ def __init__(self, output_uri=None, error=None, phase=None, logs=None, started_a self._created_at = None self._updated_at = None self._custom_info = None + self._reason = None + self._type = None + self._metadata = None self.discriminator = None if output_uri is not None: @@ -91,6 +101,12 @@ def __init__(self, output_uri=None, error=None, phase=None, logs=None, started_a self.updated_at = updated_at if custom_info is not None: self.custom_info = custom_info + if reason is not None: + self.reason = reason + if type is not None: + self.type = type + if metadata is not None: + self.metadata = metadata @property def output_uri(self): @@ -299,6 +315,75 @@ def custom_info(self, custom_info): self._custom_info = custom_info + @property + def reason(self): + """Gets the reason of this AdminTaskExecutionClosure. # noqa: E501 + + If there is an explanation for the most recent phase transition, the reason will capture it. # noqa: E501 + + :return: The reason of this AdminTaskExecutionClosure. # noqa: E501 + :rtype: str + """ + return self._reason + + @reason.setter + def reason(self, reason): + """Sets the reason of this AdminTaskExecutionClosure. + + If there is an explanation for the most recent phase transition, the reason will capture it. # noqa: E501 + + :param reason: The reason of this AdminTaskExecutionClosure. # noqa: E501 + :type: str + """ + + self._reason = reason + + @property + def type(self): + """Gets the type of this AdminTaskExecutionClosure. # noqa: E501 + + A predefined yet extensible Task type identifier. # noqa: E501 + + :return: The type of this AdminTaskExecutionClosure. # noqa: E501 + :rtype: str + """ + return self._type + + @type.setter + def type(self, type): + """Sets the type of this AdminTaskExecutionClosure. + + A predefined yet extensible Task type identifier. # noqa: E501 + + :param type: The type of this AdminTaskExecutionClosure. # noqa: E501 + :type: str + """ + + self._type = type + + @property + def metadata(self): + """Gets the metadata of this AdminTaskExecutionClosure. # noqa: E501 + + Metadata around how a task was executed. # noqa: E501 + + :return: The metadata of this AdminTaskExecutionClosure. # noqa: E501 + :rtype: EventTaskExecutionMetadata + """ + return self._metadata + + @metadata.setter + def metadata(self, metadata): + """Sets the metadata of this AdminTaskExecutionClosure. + + Metadata around how a task was executed. # noqa: E501 + + :param metadata: The metadata of this AdminTaskExecutionClosure. # noqa: E501 + :type: EventTaskExecutionMetadata + """ + + self._metadata = metadata + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/protos/flyteidl/admin/task_execution.proto b/protos/flyteidl/admin/task_execution.proto index 0cab756d7..6c983426a 100644 --- a/protos/flyteidl/admin/task_execution.proto +++ b/protos/flyteidl/admin/task_execution.proto @@ -7,6 +7,7 @@ import "flyteidl/admin/common.proto"; import "flyteidl/core/execution.proto"; import "flyteidl/core/identifier.proto"; import "flyteidl/core/literals.proto"; +import "flyteidl/event/event.proto"; import "google/protobuf/timestamp.proto"; import "google/protobuf/duration.proto"; import "google/protobuf/struct.proto"; @@ -96,6 +97,15 @@ message TaskExecutionClosure { // Custom data specific to the task plugin. google.protobuf.Struct custom_info = 9; + + // If there is an explanation for the most recent phase transition, the reason will capture it. + string reason = 10; + + // A predefined yet extensible Task type identifier. + string type = 11; + + // Metadata around how a task was executed. + event.TaskExecutionMetadata metadata = 16; } // Request structure to fetch inputs and output urls for a task execution. From 3b4442c3acb08b5ab26689b0836cb4668f85a2a2 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Mon, 15 Mar 2021 17:31:23 -0700 Subject: [PATCH 03/13] comments Signed-off-by: Katrina Rogan --- .../flyteidl/admin/task_execution.pb.cc | 90 +++++------ gen/pb-cpp/flyteidl/admin/task_execution.pb.h | 80 +++++----- gen/pb-cpp/flyteidl/event/event.pb.cc | 90 +++++------ gen/pb-cpp/flyteidl/event/event.pb.h | 80 +++++----- gen/pb-go/flyteidl/admin/task_execution.pb.go | 110 +++++++------- .../admin/task_execution.pb.validate.go | 2 +- gen/pb-go/flyteidl/event/event.pb.go | 141 +++++++++--------- gen/pb-go/flyteidl/event/event.pb.validate.go | 2 +- gen/pb-go/flyteidl/service/admin.swagger.json | 6 +- .../service/flyteadmin/api/swagger.yaml | 17 +-- .../model_admin_task_execution_closure.go | 2 +- .../model_event_task_execution_event.go | 2 +- .../model_event_task_execution_metadata.go | 1 + gen/pb-go/flyteidl/service/openapi.go | 4 +- .../admin/TaskExecutionOuterClass.java | 120 +++++++-------- gen/pb-java/flyteidl/event/Event.java | 122 ++++++++------- gen/pb-js/flyteidl.d.ts | 16 +- gen/pb-js/flyteidl.js | 40 ++--- .../flyteidl/admin/task_execution.proto.rst | 6 +- .../flyteidl/event/event.proto.rst | 11 +- .../flyteidl/admin/task_execution_pb2.py | 14 +- gen/pb_python/flyteidl/event/event_pb2.py | 18 +-- .../models/admin_task_execution_closure.py | 30 ++-- .../models/event_task_execution_event.py | 30 ++-- protos/flyteidl/admin/task_execution.proto | 2 +- protos/flyteidl/event/event.proto | 3 +- 26 files changed, 517 insertions(+), 522 deletions(-) diff --git a/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc b/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc index cbab64308..fc9f7dd3e 100644 --- a/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc +++ b/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc @@ -238,7 +238,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2ftask_5fexecution PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, updated_at_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, custom_info_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, reason_), - PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, type_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, task_type_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, metadata_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, output_result_), ~0u, // no _has_bits_ @@ -304,7 +304,7 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2ftask_5fexecution_2eproto "in.TaskExecutionClosure\022\021\n\tis_parent\030\004 \001" "(\010\"Z\n\021TaskExecutionList\0226\n\017task_executio" "ns\030\001 \003(\0132\035.flyteidl.admin.TaskExecution\022" - "\r\n\005token\030\002 \001(\t\"\210\004\n\024TaskExecutionClosure\022" + "\r\n\005token\030\002 \001(\t\"\215\004\n\024TaskExecutionClosure\022" "\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005error\030\002 \001(\0132\035.f" "lyteidl.core.ExecutionErrorH\000\0221\n\005phase\030\003" " \001(\0162\".flyteidl.core.TaskExecution.Phase" @@ -315,23 +315,23 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2ftask_5fexecution_2eproto ".protobuf.Timestamp\022.\n\nupdated_at\030\010 \001(\0132" "\032.google.protobuf.Timestamp\022,\n\013custom_in" "fo\030\t \001(\0132\027.google.protobuf.Struct\022\016\n\006rea" - "son\030\n \001(\t\022\014\n\004type\030\013 \001(\t\0227\n\010metadata\030\020 \001(" - "\0132%.flyteidl.event.TaskExecutionMetadata" - "B\017\n\routput_result\"Q\n\033TaskExecutionGetDat" - "aRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.core.Tas" - "kExecutionIdentifier\"\322\001\n\034TaskExecutionGe" - "tDataResponse\022\'\n\006inputs\030\001 \001(\0132\027.flyteidl" - ".admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132\027.flytei" - "dl.admin.UrlBlob\022.\n\013full_inputs\030\003 \001(\0132\031." - "flyteidl.core.LiteralMap\022/\n\014full_outputs" - "\030\004 \001(\0132\031.flyteidl.core.LiteralMapB7Z5git" - "hub.com/flyteorg/flyteidl/gen/pb-go/flyt" - "eidl/adminb\006proto3" + "son\030\n \001(\t\022\021\n\ttask_type\030\013 \001(\t\0227\n\010metadata" + "\030\020 \001(\0132%.flyteidl.event.TaskExecutionMet" + "adataB\017\n\routput_result\"Q\n\033TaskExecutionG" + "etDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.cor" + "e.TaskExecutionIdentifier\"\322\001\n\034TaskExecut" + "ionGetDataResponse\022\'\n\006inputs\030\001 \001(\0132\027.fly" + "teidl.admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132\027.f" + "lyteidl.admin.UrlBlob\022.\n\013full_inputs\030\003 \001" + "(\0132\031.flyteidl.core.LiteralMap\022/\n\014full_ou" + "tputs\030\004 \001(\0132\031.flyteidl.core.LiteralMapB7" + "Z5github.com/flyteorg/flyteidl/gen/pb-go" + "/flyteidl/adminb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto = { false, InitDefaults_flyteidl_2fadmin_2ftask_5fexecution_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2ftask_5fexecution_2eproto, - "flyteidl/admin/task_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, 1698, + "flyteidl/admin/task_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, 1703, }; void AddDescriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto() { @@ -2174,7 +2174,7 @@ const int TaskExecutionClosure::kCreatedAtFieldNumber; const int TaskExecutionClosure::kUpdatedAtFieldNumber; const int TaskExecutionClosure::kCustomInfoFieldNumber; const int TaskExecutionClosure::kReasonFieldNumber; -const int TaskExecutionClosure::kTypeFieldNumber; +const int TaskExecutionClosure::kTaskTypeFieldNumber; const int TaskExecutionClosure::kMetadataFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 @@ -2192,9 +2192,9 @@ TaskExecutionClosure::TaskExecutionClosure(const TaskExecutionClosure& from) if (from.reason().size() > 0) { reason_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.reason_); } - type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.type().size() > 0) { - type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.type_); + task_type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.task_type().size() > 0) { + task_type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.task_type_); } if (from.has_started_at()) { started_at_ = new ::google::protobuf::Timestamp(*from.started_at_); @@ -2248,7 +2248,7 @@ void TaskExecutionClosure::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); reason_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + task_type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&started_at_, 0, static_cast( reinterpret_cast(&phase_) - reinterpret_cast(&started_at_)) + sizeof(phase_)); @@ -2262,7 +2262,7 @@ TaskExecutionClosure::~TaskExecutionClosure() { void TaskExecutionClosure::SharedDtor() { reason_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - type_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + task_type_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete started_at_; if (this != internal_default_instance()) delete duration_; if (this != internal_default_instance()) delete created_at_; @@ -2310,7 +2310,7 @@ void TaskExecutionClosure::Clear() { logs_.Clear(); reason_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (GetArenaNoVirtual() == nullptr && started_at_ != nullptr) { delete started_at_; } @@ -2487,13 +2487,13 @@ const char* TaskExecutionClosure::_InternalParse(const char* begin, const char* ptr += size; break; } - // string type = 11; + // string task_type = 11; case 11: { if (static_cast<::google::protobuf::uint8>(tag) != 90) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.admin.TaskExecutionClosure.type"); - object = msg->mutable_type(); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.TaskExecutionClosure.task_type"); + object = msg->mutable_task_type(); if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; goto string_till_end; @@ -2671,15 +2671,15 @@ bool TaskExecutionClosure::MergePartialFromCodedStream( break; } - // string type = 11; + // string task_type = 11; case 11: { if (static_cast< ::google::protobuf::uint8>(tag) == (90 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_type())); + input, this->mutable_task_type())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->type().data(), static_cast(this->type().length()), + this->task_type().data(), static_cast(this->task_type().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.admin.TaskExecutionClosure.type")); + "flyteidl.admin.TaskExecutionClosure.task_type")); } else { goto handle_unusual; } @@ -2795,14 +2795,14 @@ void TaskExecutionClosure::SerializeWithCachedSizes( 10, this->reason(), output); } - // string type = 11; - if (this->type().size() > 0) { + // string task_type = 11; + if (this->task_type().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->type().data(), static_cast(this->type().length()), + this->task_type().data(), static_cast(this->task_type().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.admin.TaskExecutionClosure.type"); + "flyteidl.admin.TaskExecutionClosure.task_type"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 11, this->type(), output); + 11, this->task_type(), output); } // .flyteidl.event.TaskExecutionMetadata metadata = 16; @@ -2902,15 +2902,15 @@ ::google::protobuf::uint8* TaskExecutionClosure::InternalSerializeWithCachedSize 10, this->reason(), target); } - // string type = 11; - if (this->type().size() > 0) { + // string task_type = 11; + if (this->task_type().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->type().data(), static_cast(this->type().length()), + this->task_type().data(), static_cast(this->task_type().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.admin.TaskExecutionClosure.type"); + "flyteidl.admin.TaskExecutionClosure.task_type"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 11, this->type(), target); + 11, this->task_type(), target); } // .flyteidl.event.TaskExecutionMetadata metadata = 16; @@ -2959,11 +2959,11 @@ size_t TaskExecutionClosure::ByteSizeLong() const { this->reason()); } - // string type = 11; - if (this->type().size() > 0) { + // string task_type = 11; + if (this->task_type().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( - this->type()); + this->task_type()); } // .google.protobuf.Timestamp started_at = 5; @@ -3065,9 +3065,9 @@ void TaskExecutionClosure::MergeFrom(const TaskExecutionClosure& from) { reason_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.reason_); } - if (from.type().size() > 0) { + if (from.task_type().size() > 0) { - type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.type_); + task_type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.task_type_); } if (from.has_started_at()) { mutable_started_at()->::google::protobuf::Timestamp::MergeFrom(from.started_at()); @@ -3133,7 +3133,7 @@ void TaskExecutionClosure::InternalSwap(TaskExecutionClosure* other) { CastToBase(&logs_)->InternalSwap(CastToBase(&other->logs_)); reason_.Swap(&other->reason_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); - type_.Swap(&other->type_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + task_type_.Swap(&other->task_type_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); swap(started_at_, other->started_at_); swap(duration_, other->duration_); diff --git a/gen/pb-cpp/flyteidl/admin/task_execution.pb.h b/gen/pb-cpp/flyteidl/admin/task_execution.pb.h index 1393d705a..20938a512 100644 --- a/gen/pb-cpp/flyteidl/admin/task_execution.pb.h +++ b/gen/pb-cpp/flyteidl/admin/task_execution.pb.h @@ -781,19 +781,19 @@ class TaskExecutionClosure final : ::std::string* release_reason(); void set_allocated_reason(::std::string* reason); - // string type = 11; - void clear_type(); - static const int kTypeFieldNumber = 11; - const ::std::string& type() const; - void set_type(const ::std::string& value); + // string task_type = 11; + void clear_task_type(); + static const int kTaskTypeFieldNumber = 11; + const ::std::string& task_type() const; + void set_task_type(const ::std::string& value); #if LANG_CXX11 - void set_type(::std::string&& value); + void set_task_type(::std::string&& value); #endif - void set_type(const char* value); - void set_type(const char* value, size_t size); - ::std::string* mutable_type(); - ::std::string* release_type(); - void set_allocated_type(::std::string* type); + void set_task_type(const char* value); + void set_task_type(const char* value, size_t size); + ::std::string* mutable_task_type(); + ::std::string* release_task_type(); + void set_allocated_task_type(::std::string* task_type); // .google.protobuf.Timestamp started_at = 5; bool has_started_at() const; @@ -895,7 +895,7 @@ class TaskExecutionClosure final : ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog > logs_; ::google::protobuf::internal::ArenaStringPtr reason_; - ::google::protobuf::internal::ArenaStringPtr type_; + ::google::protobuf::internal::ArenaStringPtr task_type_; ::google::protobuf::Timestamp* started_at_; ::google::protobuf::Duration* duration_; ::google::protobuf::Timestamp* created_at_; @@ -2152,57 +2152,57 @@ inline void TaskExecutionClosure::set_allocated_reason(::std::string* reason) { // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionClosure.reason) } -// string type = 11; -inline void TaskExecutionClosure::clear_type() { - type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// string task_type = 11; +inline void TaskExecutionClosure::clear_task_type() { + task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& TaskExecutionClosure::type() const { - // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionClosure.type) - return type_.GetNoArena(); +inline const ::std::string& TaskExecutionClosure::task_type() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionClosure.task_type) + return task_type_.GetNoArena(); } -inline void TaskExecutionClosure::set_type(const ::std::string& value) { +inline void TaskExecutionClosure::set_task_type(const ::std::string& value) { - type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.admin.TaskExecutionClosure.type) + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.TaskExecutionClosure.task_type) } #if LANG_CXX11 -inline void TaskExecutionClosure::set_type(::std::string&& value) { +inline void TaskExecutionClosure::set_task_type(::std::string&& value) { - type_.SetNoArena( + task_type_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.TaskExecutionClosure.type) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.TaskExecutionClosure.task_type) } #endif -inline void TaskExecutionClosure::set_type(const char* value) { +inline void TaskExecutionClosure::set_task_type(const char* value) { GOOGLE_DCHECK(value != nullptr); - type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.admin.TaskExecutionClosure.type) + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.TaskExecutionClosure.task_type) } -inline void TaskExecutionClosure::set_type(const char* value, size_t size) { +inline void TaskExecutionClosure::set_task_type(const char* value, size_t size) { - type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.TaskExecutionClosure.type) + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.TaskExecutionClosure.task_type) } -inline ::std::string* TaskExecutionClosure::mutable_type() { +inline ::std::string* TaskExecutionClosure::mutable_task_type() { - // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionClosure.type) - return type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionClosure.task_type) + return task_type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* TaskExecutionClosure::release_type() { - // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionClosure.type) +inline ::std::string* TaskExecutionClosure::release_task_type() { + // @@protoc_insertion_point(field_release:flyteidl.admin.TaskExecutionClosure.task_type) - return type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return task_type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void TaskExecutionClosure::set_allocated_type(::std::string* type) { - if (type != nullptr) { +inline void TaskExecutionClosure::set_allocated_task_type(::std::string* task_type) { + if (task_type != nullptr) { } else { } - type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type); - // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionClosure.type) + task_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), task_type); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.TaskExecutionClosure.task_type) } // .flyteidl.event.TaskExecutionMetadata metadata = 16; diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc index 78acebcfe..70030806b 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -319,7 +319,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, custom_info_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, phase_version_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, reason_), - PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, type_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, task_type_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, metadata_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, output_result_), ~0u, // no _has_bits_ @@ -406,7 +406,7 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "rentTaskExecutionMetadata\0222\n\002id\030\001 \001(\0132&." "flyteidl.core.TaskExecutionIdentifier\".\n" "\033ParentNodeExecutionMetadata\022\017\n\007node_id\030" - "\001 \001(\t\"\306\004\n\022TaskExecutionEvent\022*\n\007task_id\030" + "\001 \001(\t\"\313\004\n\022TaskExecutionEvent\022*\n\007task_id\030" "\001 \001(\0132\031.flyteidl.core.Identifier\022H\n\030pare" "nt_node_execution_id\030\002 \001(\0132&.flyteidl.co" "re.NodeExecutionIdentifier\022\025\n\rretry_atte" @@ -418,23 +418,23 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "i\030\t \001(\tH\000\022.\n\005error\030\n \001(\0132\035.flyteidl.core" ".ExecutionErrorH\000\022,\n\013custom_info\030\013 \001(\0132\027" ".google.protobuf.Struct\022\025\n\rphase_version" - "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\014\n\004type\030\016 \001(\t\0227\n\010" - "metadata\030\020 \001(\0132%.flyteidl.event.TaskExec" - "utionMetadataB\017\n\routput_result\"$\n\023Manage" - "dResourceInfo\022\r\n\005token\030\001 \001(\t\"\361\001\n\025TaskExe" - "cutionMetadata\022K\n\016instance_class\030\020 \001(\01623" - ".flyteidl.event.TaskExecutionMetadata.In" - "stanceClass\022\026\n\016generated_name\030\001 \001(\t\022B\n\025m" - "anaged_resource_info\030\002 \001(\0132#.flyteidl.ev" - "ent.ManagedResourceInfo\"/\n\rInstanceClass" - "\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5gith" - "ub.com/flyteorg/flyteidl/gen/pb-go/flyte" - "idl/eventb\006proto3" + "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(" + "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" + "kExecutionMetadataB\017\n\routput_result\"$\n\023M" + "anagedResourceInfo\022\r\n\005token\030\001 \001(\t\"\361\001\n\025Ta" + "skExecutionMetadata\022K\n\016instance_class\030\020 " + "\001(\01623.flyteidl.event.TaskExecutionMetada" + "ta.InstanceClass\022\026\n\016generated_name\030\001 \001(\t" + "\022B\n\025managed_resource_info\030\002 \001(\0132#.flytei" + "dl.event.ManagedResourceInfo\"/\n\rInstance" + "Class\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z" + "5github.com/flyteorg/flyteidl/gen/pb-go/" + "flyteidl/eventb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fevent_2fevent_2eproto = { false, InitDefaults_flyteidl_2fevent_2fevent_2eproto, descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto, - "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2457, + "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2462, }; void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() { @@ -3792,7 +3792,7 @@ const int TaskExecutionEvent::kErrorFieldNumber; const int TaskExecutionEvent::kCustomInfoFieldNumber; const int TaskExecutionEvent::kPhaseVersionFieldNumber; const int TaskExecutionEvent::kReasonFieldNumber; -const int TaskExecutionEvent::kTypeFieldNumber; +const int TaskExecutionEvent::kTaskTypeFieldNumber; const int TaskExecutionEvent::kMetadataFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 @@ -3818,9 +3818,9 @@ TaskExecutionEvent::TaskExecutionEvent(const TaskExecutionEvent& from) if (from.reason().size() > 0) { reason_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.reason_); } - type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.type().size() > 0) { - type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.type_); + task_type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.task_type().size() > 0) { + task_type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.task_type_); } if (from.has_task_id()) { task_id_ = new ::flyteidl::core::Identifier(*from.task_id_); @@ -3873,7 +3873,7 @@ void TaskExecutionEvent::SharedCtor() { producer_id_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); input_uri_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); reason_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + task_type_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&task_id_, 0, static_cast( reinterpret_cast(&phase_version_) - reinterpret_cast(&task_id_)) + sizeof(phase_version_)); @@ -3889,7 +3889,7 @@ void TaskExecutionEvent::SharedDtor() { producer_id_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); input_uri_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); reason_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - type_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + task_type_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete task_id_; if (this != internal_default_instance()) delete parent_node_execution_id_; if (this != internal_default_instance()) delete occurred_at_; @@ -3938,7 +3938,7 @@ void TaskExecutionEvent::Clear() { producer_id_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); input_uri_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); reason_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (GetArenaNoVirtual() == nullptr && task_id_ != nullptr) { delete task_id_; } @@ -4146,13 +4146,13 @@ const char* TaskExecutionEvent::_InternalParse(const char* begin, const char* en ptr += size; break; } - // string type = 14; + // string task_type = 14; case 14: { if (static_cast<::google::protobuf::uint8>(tag) != 114) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionEvent.type"); - object = msg->mutable_type(); + ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionEvent.task_type"); + object = msg->mutable_task_type(); if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; goto string_till_end; @@ -4375,15 +4375,15 @@ bool TaskExecutionEvent::MergePartialFromCodedStream( break; } - // string type = 14; + // string task_type = 14; case 14: { if (static_cast< ::google::protobuf::uint8>(tag) == (114 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_type())); + input, this->mutable_task_type())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->type().data(), static_cast(this->type().length()), + this->task_type().data(), static_cast(this->task_type().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.event.TaskExecutionEvent.type")); + "flyteidl.event.TaskExecutionEvent.task_type")); } else { goto handle_unusual; } @@ -4523,14 +4523,14 @@ void TaskExecutionEvent::SerializeWithCachedSizes( 13, this->reason(), output); } - // string type = 14; - if (this->type().size() > 0) { + // string task_type = 14; + if (this->task_type().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->type().data(), static_cast(this->type().length()), + this->task_type().data(), static_cast(this->task_type().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.TaskExecutionEvent.type"); + "flyteidl.event.TaskExecutionEvent.task_type"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 14, this->type(), output); + 14, this->task_type(), output); } // .flyteidl.event.TaskExecutionMetadata metadata = 16; @@ -4655,15 +4655,15 @@ ::google::protobuf::uint8* TaskExecutionEvent::InternalSerializeWithCachedSizesT 13, this->reason(), target); } - // string type = 14; - if (this->type().size() > 0) { + // string task_type = 14; + if (this->task_type().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->type().data(), static_cast(this->type().length()), + this->task_type().data(), static_cast(this->task_type().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.TaskExecutionEvent.type"); + "flyteidl.event.TaskExecutionEvent.task_type"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 14, this->type(), target); + 14, this->task_type(), target); } // .flyteidl.event.TaskExecutionMetadata metadata = 16; @@ -4726,11 +4726,11 @@ size_t TaskExecutionEvent::ByteSizeLong() const { this->reason()); } - // string type = 14; - if (this->type().size() > 0) { + // string task_type = 14; + if (this->task_type().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( - this->type()); + this->task_type()); } // .flyteidl.core.Identifier task_id = 1; @@ -4847,9 +4847,9 @@ void TaskExecutionEvent::MergeFrom(const TaskExecutionEvent& from) { reason_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.reason_); } - if (from.type().size() > 0) { + if (from.task_type().size() > 0) { - type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.type_); + task_type_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.task_type_); } if (from.has_task_id()) { mutable_task_id()->::flyteidl::core::Identifier::MergeFrom(from.task_id()); @@ -4922,7 +4922,7 @@ void TaskExecutionEvent::InternalSwap(TaskExecutionEvent* other) { GetArenaNoVirtual()); reason_.Swap(&other->reason_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); - type_.Swap(&other->type_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + task_type_.Swap(&other->task_type_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); swap(task_id_, other->task_id_); swap(parent_node_execution_id_, other->parent_node_execution_id_); diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h index af9c8db21..7a3119c17 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/gen/pb-cpp/flyteidl/event/event.pb.h @@ -1253,19 +1253,19 @@ class TaskExecutionEvent final : ::std::string* release_reason(); void set_allocated_reason(::std::string* reason); - // string type = 14; - void clear_type(); - static const int kTypeFieldNumber = 14; - const ::std::string& type() const; - void set_type(const ::std::string& value); + // string task_type = 14; + void clear_task_type(); + static const int kTaskTypeFieldNumber = 14; + const ::std::string& task_type() const; + void set_task_type(const ::std::string& value); #if LANG_CXX11 - void set_type(::std::string&& value); + void set_task_type(::std::string&& value); #endif - void set_type(const char* value); - void set_type(const char* value, size_t size); - ::std::string* mutable_type(); - ::std::string* release_type(); - void set_allocated_type(::std::string* type); + void set_task_type(const char* value); + void set_task_type(const char* value, size_t size); + ::std::string* mutable_task_type(); + ::std::string* release_task_type(); + void set_allocated_task_type(::std::string* task_type); // .flyteidl.core.Identifier task_id = 1; bool has_task_id() const; @@ -1372,7 +1372,7 @@ class TaskExecutionEvent final : ::google::protobuf::internal::ArenaStringPtr producer_id_; ::google::protobuf::internal::ArenaStringPtr input_uri_; ::google::protobuf::internal::ArenaStringPtr reason_; - ::google::protobuf::internal::ArenaStringPtr type_; + ::google::protobuf::internal::ArenaStringPtr task_type_; ::flyteidl::core::Identifier* task_id_; ::flyteidl::core::NodeExecutionIdentifier* parent_node_execution_id_; ::google::protobuf::Timestamp* occurred_at_; @@ -3441,57 +3441,57 @@ inline void TaskExecutionEvent::set_allocated_reason(::std::string* reason) { // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionEvent.reason) } -// string type = 14; -inline void TaskExecutionEvent::clear_type() { - type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// string task_type = 14; +inline void TaskExecutionEvent::clear_task_type() { + task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& TaskExecutionEvent::type() const { - // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionEvent.type) - return type_.GetNoArena(); +inline const ::std::string& TaskExecutionEvent::task_type() const { + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionEvent.task_type) + return task_type_.GetNoArena(); } -inline void TaskExecutionEvent::set_type(const ::std::string& value) { +inline void TaskExecutionEvent::set_task_type(const ::std::string& value) { - type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionEvent.type) + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionEvent.task_type) } #if LANG_CXX11 -inline void TaskExecutionEvent::set_type(::std::string&& value) { +inline void TaskExecutionEvent::set_task_type(::std::string&& value) { - type_.SetNoArena( + task_type_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.TaskExecutionEvent.type) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.TaskExecutionEvent.task_type) } #endif -inline void TaskExecutionEvent::set_type(const char* value) { +inline void TaskExecutionEvent::set_task_type(const char* value) { GOOGLE_DCHECK(value != nullptr); - type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.event.TaskExecutionEvent.type) + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.TaskExecutionEvent.task_type) } -inline void TaskExecutionEvent::set_type(const char* value, size_t size) { +inline void TaskExecutionEvent::set_task_type(const char* value, size_t size) { - type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + task_type_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.event.TaskExecutionEvent.type) + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.TaskExecutionEvent.task_type) } -inline ::std::string* TaskExecutionEvent::mutable_type() { +inline ::std::string* TaskExecutionEvent::mutable_task_type() { - // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionEvent.type) - return type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionEvent.task_type) + return task_type_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* TaskExecutionEvent::release_type() { - // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionEvent.type) +inline ::std::string* TaskExecutionEvent::release_task_type() { + // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionEvent.task_type) - return type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return task_type_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void TaskExecutionEvent::set_allocated_type(::std::string* type) { - if (type != nullptr) { +inline void TaskExecutionEvent::set_allocated_task_type(::std::string* task_type) { + if (task_type != nullptr) { } else { } - type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type); - // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionEvent.type) + task_type_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), task_type); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionEvent.task_type) } // .flyteidl.event.TaskExecutionMetadata metadata = 16; diff --git a/gen/pb-go/flyteidl/admin/task_execution.pb.go b/gen/pb-go/flyteidl/admin/task_execution.pb.go index 859543d23..b807551c4 100644 --- a/gen/pb-go/flyteidl/admin/task_execution.pb.go +++ b/gen/pb-go/flyteidl/admin/task_execution.pb.go @@ -291,7 +291,7 @@ type TaskExecutionClosure struct { // If there is an explanation for the most recent phase transition, the reason will capture it. Reason string `protobuf:"bytes,10,opt,name=reason,proto3" json:"reason,omitempty"` // A predefined yet extensible Task type identifier. - Type string `protobuf:"bytes,11,opt,name=type,proto3" json:"type,omitempty"` + TaskType string `protobuf:"bytes,11,opt,name=task_type,json=taskType,proto3" json:"task_type,omitempty"` // Metadata around how a task was executed. Metadata *event.TaskExecutionMetadata `protobuf:"bytes,16,opt,name=metadata,proto3" json:"metadata,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -417,9 +417,9 @@ func (m *TaskExecutionClosure) GetReason() string { return "" } -func (m *TaskExecutionClosure) GetType() string { +func (m *TaskExecutionClosure) GetTaskType() string { if m != nil { - return m.Type + return m.TaskType } return "" } @@ -563,56 +563,56 @@ func init() { } var fileDescriptor_8cde4c3aa101642e = []byte{ - // 805 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x5f, 0x6f, 0xdc, 0x44, - 0x10, 0xaf, 0x93, 0xcb, 0xfd, 0x99, 0x23, 0x09, 0x5d, 0x45, 0x8d, 0xb9, 0xa4, 0x34, 0x3a, 0xfe, - 0xe8, 0x84, 0x54, 0x5b, 0x1c, 0x0a, 0x14, 0x84, 0x90, 0xee, 0x68, 0xa1, 0x91, 0x52, 0x28, 0xdb, - 0xe6, 0x85, 0x17, 0x6b, 0xcf, 0xde, 0x73, 0x57, 0xb1, 0xbd, 0xee, 0xee, 0x18, 0x71, 0x1f, 0x8f, - 0xcf, 0xc2, 0x77, 0xe0, 0x89, 0x07, 0xe4, 0xf5, 0xda, 0x89, 0x2f, 0xd7, 0x44, 0xa2, 0x2f, 0xa7, - 0x9b, 0x9d, 0xdf, 0x6f, 0x7e, 0x33, 0xb3, 0x33, 0x6b, 0xf8, 0x64, 0x99, 0xac, 0x90, 0x8b, 0x28, - 0xf1, 0x59, 0x94, 0x8a, 0xcc, 0x47, 0xa6, 0x2f, 0x03, 0xfe, 0x27, 0x0f, 0x0b, 0x14, 0x32, 0xf3, - 0x72, 0x25, 0x51, 0x92, 0xbd, 0x1a, 0xe4, 0x19, 0xd0, 0xe8, 0x68, 0x8d, 0x14, 0xca, 0x34, 0xad, - 0xc1, 0xa3, 0x87, 0x8d, 0x33, 0x94, 0x8a, 0xfb, 0x6b, 0xb1, 0x46, 0x1f, 0xb7, 0xdd, 0x22, 0xe2, - 0x19, 0x8a, 0xa5, 0xe0, 0xca, 0xfa, 0x8f, 0xdb, 0xfe, 0x44, 0x20, 0x57, 0x2c, 0xd1, 0xd6, 0x3b, - 0x6a, 0xbc, 0xfc, 0x0f, 0x9e, 0x61, 0xf5, 0x6b, 0x7d, 0x8f, 0x62, 0x29, 0xe3, 0x84, 0xfb, 0xc6, - 0x5a, 0x14, 0x4b, 0x1f, 0x45, 0xca, 0x35, 0xb2, 0x34, 0xaf, 0xa5, 0xd7, 0x01, 0x51, 0xa1, 0xd8, - 0xb5, 0xd4, 0x8e, 0xd7, 0xfd, 0x1a, 0x55, 0x11, 0xda, 0xf0, 0xe3, 0xdf, 0xe0, 0xf0, 0x35, 0xd3, - 0x97, 0xcf, 0xea, 0x7a, 0x7e, 0xe6, 0x48, 0xf9, 0xdb, 0x82, 0x6b, 0x24, 0x5f, 0xc3, 0x96, 0x88, - 0x5c, 0xe7, 0xc4, 0x99, 0x0c, 0xa7, 0x9f, 0x7b, 0x4d, 0xb3, 0xca, 0x02, 0xbc, 0x16, 0xe7, 0xac, - 0xa9, 0x96, 0x6e, 0x89, 0x68, 0xfc, 0xb7, 0x03, 0x6e, 0xcb, 0x7f, 0x2e, 0x74, 0x13, 0x94, 0xc2, - 0xfd, 0x4c, 0x46, 0xfc, 0xea, 0x32, 0x82, 0x77, 0x6a, 0xfc, 0x22, 0x23, 0xbe, 0x49, 0x63, 0x3f, - 0x6b, 0x3b, 0xc8, 0x01, 0xec, 0x24, 0x22, 0x15, 0xe8, 0x6e, 0x9d, 0x38, 0x93, 0x5d, 0x5a, 0x19, - 0xe5, 0x29, 0xca, 0x4b, 0x9e, 0xb9, 0xdb, 0x27, 0xce, 0x64, 0x40, 0x2b, 0x83, 0xb8, 0xd0, 0x5b, - 0x8a, 0x04, 0xb9, 0xd2, 0x6e, 0xc7, 0x9c, 0xd7, 0x26, 0x79, 0x0c, 0x3d, 0x2d, 0x15, 0x06, 0x8b, - 0x95, 0xbb, 0x63, 0xf2, 0x39, 0xf0, 0xda, 0x03, 0xe2, 0xbd, 0x92, 0x0a, 0x69, 0xb7, 0x04, 0xcd, - 0x57, 0xe3, 0xbf, 0x1c, 0xd8, 0x6d, 0x55, 0xf9, 0x7f, 0xfb, 0x45, 0x8e, 0x60, 0x20, 0xb2, 0xbc, - 0xc0, 0xa0, 0x50, 0xc2, 0x94, 0x30, 0xa0, 0x7d, 0x73, 0x70, 0xa1, 0x04, 0xf9, 0x01, 0x7a, 0x61, - 0x22, 0x75, 0xa1, 0xb8, 0xa9, 0x63, 0x38, 0xfd, 0x74, 0x3d, 0xab, 0x56, 0xe8, 0x1f, 0x2b, 0x2c, - 0xad, 0x49, 0x26, 0xb8, 0x0e, 0x72, 0xa6, 0x78, 0x86, 0xa6, 0xe2, 0x3e, 0xed, 0x0b, 0xfd, 0xd2, - 0xd8, 0xe3, 0xb7, 0x70, 0xff, 0xc6, 0x45, 0x91, 0x9f, 0x60, 0xbf, 0xbd, 0x2e, 0xda, 0x75, 0x4e, - 0xb6, 0x27, 0xc3, 0xe9, 0xc3, 0x5b, 0x95, 0xe9, 0x1e, 0x5e, 0x37, 0xf5, 0x55, 0xff, 0xb7, 0xae, - 0xf5, 0x7f, 0xfc, 0x4f, 0x07, 0x0e, 0x36, 0x65, 0x4c, 0x1e, 0x01, 0xc8, 0x02, 0xeb, 0x36, 0x94, - 0x5d, 0x1c, 0x3c, 0xbf, 0x47, 0x07, 0xd5, 0x59, 0xd9, 0x89, 0x53, 0xd8, 0xe1, 0x4a, 0x49, 0x65, - 0xe2, 0xb5, 0xb2, 0x31, 0x1d, 0x6e, 0x02, 0x3e, 0x2b, 0x41, 0xcf, 0xef, 0xd1, 0x0a, 0x4d, 0x9e, - 0xc0, 0x4e, 0xfe, 0x86, 0xe9, 0xaa, 0x7d, 0x7b, 0xd3, 0xf1, 0x6d, 0x17, 0xe3, 0xbd, 0x2c, 0x91, - 0xb4, 0x22, 0x90, 0x2f, 0xa0, 0x93, 0xc8, 0xb8, 0x9c, 0x93, 0xb2, 0xfa, 0x07, 0x1b, 0x88, 0xe7, - 0x32, 0xa6, 0x06, 0x43, 0xbe, 0x05, 0xd0, 0xc8, 0x14, 0xf2, 0x28, 0x60, 0x68, 0xe7, 0x67, 0xe4, - 0x55, 0x9b, 0xe7, 0xd5, 0x9b, 0xe7, 0xbd, 0xae, 0x57, 0x97, 0x0e, 0x2c, 0x7a, 0x86, 0xe4, 0x14, - 0xfa, 0xf5, 0xc6, 0xba, 0x5d, 0x43, 0xfc, 0xe8, 0x06, 0xf1, 0xa9, 0x05, 0xd0, 0x06, 0x5a, 0x2a, - 0x86, 0x8a, 0x33, 0xab, 0xd8, 0xbb, 0x5b, 0xd1, 0xa2, 0x67, 0x58, 0x52, 0x8b, 0x3c, 0xaa, 0xa9, - 0xfd, 0xbb, 0xa9, 0x16, 0x3d, 0x43, 0xf2, 0x04, 0x86, 0x61, 0xa1, 0x51, 0xa6, 0x81, 0xc8, 0x96, - 0xd2, 0x1d, 0x18, 0xee, 0xe1, 0x0d, 0xee, 0x2b, 0xf3, 0xc4, 0x50, 0xa8, 0xb0, 0x67, 0xd9, 0x52, - 0x92, 0x07, 0xd0, 0x55, 0x9c, 0x69, 0x99, 0xb9, 0x60, 0xe6, 0xc1, 0x5a, 0x84, 0x40, 0x07, 0x57, - 0x39, 0x77, 0x87, 0xe6, 0xd4, 0xfc, 0x27, 0x33, 0xe8, 0xa7, 0x1c, 0x59, 0xc4, 0x90, 0xb9, 0x1f, - 0x1a, 0x89, 0xcf, 0xae, 0xba, 0x5f, 0x3d, 0x8e, 0xad, 0x7b, 0x7b, 0x61, 0xc1, 0xb4, 0xa1, 0xcd, - 0xf7, 0x61, 0xd7, 0x8e, 0x93, 0xe2, 0xba, 0x48, 0x70, 0x7c, 0x01, 0x47, 0xeb, 0x0f, 0xdd, 0xd3, - 0x92, 0xf2, 0x9e, 0x8f, 0xdd, 0xbf, 0x0e, 0x1c, 0x6f, 0x8e, 0xab, 0x73, 0x99, 0x69, 0x4e, 0x7c, - 0xe8, 0x9a, 0x65, 0xd6, 0x36, 0xf8, 0xe1, 0xfa, 0x16, 0x5d, 0xa8, 0x64, 0x9e, 0xc8, 0x05, 0xb5, - 0x30, 0xf2, 0x25, 0xf4, 0xaa, 0xcc, 0xb5, 0x9d, 0xf4, 0x77, 0x32, 0x6a, 0x1c, 0xf9, 0x0e, 0x86, - 0xcb, 0x22, 0x49, 0x02, 0x2b, 0xb4, 0x6d, 0xa7, 0xa8, 0x5d, 0xc5, 0x79, 0xf5, 0xcd, 0x79, 0xc1, - 0x72, 0x0a, 0x25, 0xfa, 0xac, 0x92, 0xfb, 0x1e, 0x3e, 0x30, 0xdc, 0x5a, 0xb3, 0x73, 0x17, 0xd9, - 0x48, 0xfd, 0x5a, 0xa1, 0xe7, 0xdf, 0xfc, 0x7e, 0x1a, 0x0b, 0x7c, 0x53, 0x2c, 0xbc, 0x50, 0xa6, - 0xbe, 0xe1, 0x48, 0x15, 0xfb, 0xcd, 0xf7, 0x2c, 0xe6, 0x99, 0x9f, 0x2f, 0x1e, 0xc7, 0xd2, 0x6f, - 0x7f, 0x5c, 0x17, 0x5d, 0x33, 0x2b, 0x5f, 0xfd, 0x17, 0x00, 0x00, 0xff, 0xff, 0x96, 0x89, 0xbf, - 0xa4, 0xaa, 0x07, 0x00, 0x00, + // 809 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0x6d, 0x6f, 0xdc, 0x44, + 0x10, 0xae, 0xf3, 0x72, 0x2f, 0x73, 0x24, 0xa1, 0xab, 0xa8, 0x31, 0x97, 0x94, 0x46, 0xc7, 0x8b, + 0x22, 0xa4, 0xda, 0x22, 0x28, 0x50, 0x10, 0x42, 0xca, 0xd1, 0x42, 0x23, 0xa5, 0x50, 0xb6, 0xc9, + 0x17, 0xbe, 0x58, 0x7b, 0xf6, 0x9e, 0xbb, 0x8a, 0xed, 0x75, 0x77, 0xc7, 0x88, 0xfb, 0x79, 0xfc, + 0x16, 0xfe, 0x06, 0x12, 0xc8, 0xbb, 0x6b, 0x27, 0xbe, 0x5c, 0x1b, 0x89, 0x7e, 0xb1, 0x34, 0x3b, + 0xcf, 0x33, 0xcf, 0xcc, 0xec, 0xcc, 0x1a, 0x3e, 0x99, 0x67, 0x0b, 0xe4, 0x22, 0xc9, 0x42, 0x96, + 0xe4, 0xa2, 0x08, 0x91, 0xe9, 0xab, 0x88, 0xff, 0xc9, 0xe3, 0x0a, 0x85, 0x2c, 0x82, 0x52, 0x49, + 0x94, 0x64, 0xbb, 0x01, 0x05, 0x06, 0x34, 0xde, 0x5f, 0x22, 0xc5, 0x32, 0xcf, 0x1b, 0xf0, 0xf8, + 0x61, 0xeb, 0x8c, 0xa5, 0xe2, 0xe1, 0x52, 0xac, 0xf1, 0xc7, 0x5d, 0xb7, 0x48, 0x78, 0x81, 0x62, + 0x2e, 0xb8, 0x72, 0xfe, 0x83, 0xae, 0x3f, 0x13, 0xc8, 0x15, 0xcb, 0xb4, 0xf3, 0x8e, 0x5b, 0x2f, + 0xff, 0x83, 0x17, 0x68, 0xbf, 0xce, 0xf7, 0x28, 0x95, 0x32, 0xcd, 0x78, 0x68, 0xac, 0x59, 0x35, + 0x0f, 0x51, 0xe4, 0x5c, 0x23, 0xcb, 0xcb, 0x46, 0x7a, 0x19, 0x90, 0x54, 0x8a, 0xdd, 0x48, 0xed, + 0x60, 0xd9, 0xaf, 0x51, 0x55, 0xb1, 0x0b, 0x3f, 0xf9, 0x0d, 0xf6, 0x2e, 0x98, 0xbe, 0x7a, 0xd6, + 0xd4, 0xf3, 0x33, 0x47, 0xca, 0xdf, 0x54, 0x5c, 0x23, 0xf9, 0x1a, 0xd6, 0x44, 0xe2, 0x7b, 0x87, + 0xde, 0xd1, 0xe8, 0xf8, 0xf3, 0xa0, 0x6d, 0x56, 0x5d, 0x40, 0xd0, 0xe1, 0x9c, 0xb5, 0xd5, 0xd2, + 0x35, 0x91, 0x4c, 0xfe, 0xf6, 0xc0, 0xef, 0xf8, 0xcf, 0x85, 0x6e, 0x83, 0x52, 0xb8, 0x5f, 0xc8, + 0x84, 0x5f, 0x5f, 0x46, 0xf4, 0x56, 0x8d, 0x5f, 0x64, 0xc2, 0x57, 0x69, 0xec, 0x14, 0x5d, 0x07, + 0xd9, 0x85, 0xcd, 0x4c, 0xe4, 0x02, 0xfd, 0xb5, 0x43, 0xef, 0x68, 0x8b, 0x5a, 0xa3, 0x3e, 0x45, + 0x79, 0xc5, 0x0b, 0x7f, 0xfd, 0xd0, 0x3b, 0x1a, 0x52, 0x6b, 0x10, 0x1f, 0xfa, 0x73, 0x91, 0x21, + 0x57, 0xda, 0xdf, 0x30, 0xe7, 0x8d, 0x49, 0x1e, 0x43, 0x5f, 0x4b, 0x85, 0xd1, 0x6c, 0xe1, 0x6f, + 0x9a, 0x7c, 0x76, 0x83, 0xee, 0x80, 0x04, 0xaf, 0xa4, 0x42, 0xda, 0xab, 0x41, 0xd3, 0xc5, 0xe4, + 0x2f, 0x0f, 0xb6, 0x3a, 0x55, 0xfe, 0xdf, 0x7e, 0x91, 0x7d, 0x18, 0x8a, 0xa2, 0xac, 0x30, 0xaa, + 0x94, 0x30, 0x25, 0x0c, 0xe9, 0xc0, 0x1c, 0x5c, 0x2a, 0x41, 0x7e, 0x80, 0x7e, 0x9c, 0x49, 0x5d, + 0x29, 0x6e, 0xea, 0x18, 0x1d, 0x7f, 0xba, 0x9c, 0x55, 0x27, 0xf4, 0x8f, 0x16, 0x4b, 0x1b, 0x92, + 0x09, 0xae, 0xa3, 0x92, 0x29, 0x5e, 0xa0, 0xa9, 0x78, 0x40, 0x07, 0x42, 0xbf, 0x34, 0xf6, 0xe4, + 0x0d, 0xdc, 0xbf, 0x75, 0x51, 0xe4, 0x27, 0xd8, 0xe9, 0xae, 0x8b, 0xf6, 0xbd, 0xc3, 0xf5, 0xa3, + 0xd1, 0xf1, 0xc3, 0x77, 0x2a, 0xd3, 0x6d, 0xbc, 0x69, 0xea, 0xeb, 0xfe, 0xaf, 0xdd, 0xe8, 0xff, + 0xe4, 0xdf, 0x0d, 0xd8, 0x5d, 0x95, 0x31, 0x79, 0x04, 0x20, 0x2b, 0x6c, 0xda, 0x50, 0x77, 0x71, + 0xf8, 0xfc, 0x1e, 0x1d, 0xda, 0xb3, 0xba, 0x13, 0x27, 0xb0, 0xc9, 0x95, 0x92, 0xca, 0xc4, 0xeb, + 0x64, 0x63, 0x3a, 0xdc, 0x06, 0x7c, 0x56, 0x83, 0x9e, 0xdf, 0xa3, 0x16, 0x4d, 0x9e, 0xc0, 0x66, + 0xf9, 0x9a, 0x69, 0xdb, 0xbe, 0xed, 0xe3, 0xc9, 0xbb, 0x2e, 0x26, 0x78, 0x59, 0x23, 0xa9, 0x25, + 0x90, 0x2f, 0x60, 0x23, 0x93, 0x69, 0x3d, 0x27, 0x75, 0xf5, 0x0f, 0x56, 0x10, 0xcf, 0x65, 0x4a, + 0x0d, 0x86, 0x7c, 0x0b, 0xa0, 0x91, 0x29, 0xe4, 0x49, 0xc4, 0xd0, 0xcd, 0xcf, 0x38, 0xb0, 0x9b, + 0x17, 0x34, 0x9b, 0x17, 0x5c, 0x34, 0xab, 0x4b, 0x87, 0x0e, 0x7d, 0x8a, 0xe4, 0x04, 0x06, 0xcd, + 0xc6, 0xfa, 0x3d, 0x43, 0xfc, 0xe8, 0x16, 0xf1, 0xa9, 0x03, 0xd0, 0x16, 0x5a, 0x2b, 0xc6, 0x8a, + 0x33, 0xa7, 0xd8, 0xbf, 0x5b, 0xd1, 0xa1, 0x4f, 0xb1, 0xa6, 0x56, 0x65, 0xd2, 0x50, 0x07, 0x77, + 0x53, 0x1d, 0xfa, 0x14, 0xc9, 0x13, 0x18, 0xc5, 0x95, 0x46, 0x99, 0x47, 0xa2, 0x98, 0x4b, 0x7f, + 0x68, 0xb8, 0x7b, 0xb7, 0xb8, 0xaf, 0xcc, 0x13, 0x43, 0xc1, 0x62, 0xcf, 0x8a, 0xb9, 0x24, 0x0f, + 0xa0, 0xa7, 0x38, 0xd3, 0xb2, 0xf0, 0xc1, 0xcc, 0x83, 0xb3, 0xea, 0x01, 0x35, 0xe3, 0x86, 0x8b, + 0x92, 0xfb, 0x23, 0x3b, 0xfd, 0xf5, 0xc1, 0xc5, 0xa2, 0xe4, 0xe4, 0x14, 0x06, 0x39, 0x47, 0x96, + 0x30, 0x64, 0xfe, 0x87, 0x46, 0xeb, 0xb3, 0xeb, 0x6b, 0xb0, 0xaf, 0x64, 0xe7, 0x02, 0x5f, 0x38, + 0x30, 0x6d, 0x69, 0xd3, 0x1d, 0xd8, 0x72, 0x73, 0xa5, 0xb8, 0xae, 0x32, 0x9c, 0x5c, 0xc2, 0xfe, + 0xf2, 0x8b, 0xf7, 0xb4, 0xa6, 0xbc, 0xe7, 0xab, 0xf7, 0x8f, 0x07, 0x07, 0xab, 0xe3, 0xea, 0x52, + 0x16, 0x9a, 0x93, 0x10, 0x7a, 0x66, 0xab, 0xb5, 0x0b, 0xbe, 0xb7, 0xbc, 0x4e, 0x97, 0x2a, 0x9b, + 0x66, 0x72, 0x46, 0x1d, 0x8c, 0x7c, 0x09, 0x7d, 0x9b, 0xb9, 0x76, 0x23, 0xff, 0x56, 0x46, 0x83, + 0x23, 0xdf, 0xc1, 0x68, 0x5e, 0x65, 0x59, 0xe4, 0x84, 0xd6, 0xdd, 0x38, 0x75, 0xab, 0x38, 0xb7, + 0x3f, 0x9f, 0x17, 0xac, 0xa4, 0x50, 0xa3, 0xcf, 0xac, 0xdc, 0xf7, 0xf0, 0x81, 0xe1, 0x36, 0x9a, + 0x1b, 0x77, 0x91, 0x8d, 0xd4, 0xaf, 0x16, 0x3d, 0xfd, 0xe6, 0xf7, 0x93, 0x54, 0xe0, 0xeb, 0x6a, + 0x16, 0xc4, 0x32, 0x0f, 0x0d, 0x47, 0xaa, 0x34, 0x6c, 0x7f, 0x6c, 0x29, 0x2f, 0xc2, 0x72, 0xf6, + 0x38, 0x95, 0x61, 0xf7, 0x2f, 0x3b, 0xeb, 0x99, 0xa1, 0xf9, 0xea, 0xbf, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x8b, 0x68, 0x4e, 0x73, 0xb3, 0x07, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go b/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go index 57b537520..0d734793b 100644 --- a/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go +++ b/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go @@ -460,7 +460,7 @@ func (m *TaskExecutionClosure) Validate() error { // no validation rules for Reason - // no validation rules for Type + // no validation rules for TaskType if v, ok := interface{}(m.GetMetadata()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index d932d175d..6bc5d17f4 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -589,7 +589,7 @@ type TaskExecutionEvent struct { // A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin // this type will be identical, but not all task executions necessarily use pre-registered definitions and this // type is useful to render the task in the UI, filter task executions, etc. - Type string `protobuf:"bytes,14,opt,name=type,proto3" json:"type,omitempty"` + TaskType string `protobuf:"bytes,14,opt,name=task_type,json=taskType,proto3" json:"task_type,omitempty"` // Metadata around how a task was executed. Metadata *TaskExecutionMetadata `protobuf:"bytes,16,opt,name=metadata,proto3" json:"metadata,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` @@ -736,9 +736,9 @@ func (m *TaskExecutionEvent) GetReason() string { return "" } -func (m *TaskExecutionEvent) GetType() string { +func (m *TaskExecutionEvent) GetTaskType() string { if m != nil { - return m.Type + return m.TaskType } return "" } @@ -802,7 +802,6 @@ func (m *ManagedResourceInfo) GetToken() string { // Holds metadata around how a task was executed. // TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). -// Next ID to use: 3 type TaskExecutionMetadata struct { InstanceClass TaskExecutionMetadata_InstanceClass `protobuf:"varint,16,opt,name=instance_class,json=instanceClass,proto3,enum=flyteidl.event.TaskExecutionMetadata_InstanceClass" json:"instance_class,omitempty"` // Generated unique name for this task execution used by the backend. @@ -876,71 +875,71 @@ func init() { func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 1052 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xef, 0x4e, 0x1b, 0xc7, - 0x17, 0xc5, 0x0e, 0x36, 0xf8, 0xae, 0xed, 0x90, 0x09, 0x90, 0xfd, 0xc1, 0x2f, 0xc1, 0x75, 0x9a, - 0x0a, 0x25, 0xea, 0x5a, 0x72, 0x94, 0x34, 0x52, 0x2b, 0x55, 0x40, 0x68, 0xb1, 0x0a, 0x08, 0x4d, - 0xa0, 0x91, 0xa2, 0x56, 0xab, 0x61, 0xf7, 0x7a, 0x59, 0x61, 0xef, 0xac, 0x66, 0x67, 0x43, 0x79, - 0x94, 0x7e, 0xef, 0xdb, 0xf4, 0x3d, 0xfa, 0xa9, 0x0f, 0x51, 0xcd, 0xcc, 0x7a, 0x61, 0xd7, 0x96, - 0x1b, 0xaa, 0x7c, 0x41, 0xcc, 0x9d, 0x33, 0x67, 0xce, 0xfd, 0x33, 0xc7, 0x0b, 0x1b, 0xc3, 0xd1, - 0xb5, 0xc4, 0xd0, 0x1f, 0xf5, 0xf0, 0x23, 0x46, 0xd2, 0xfc, 0x75, 0x62, 0xc1, 0x25, 0x27, 0xed, - 0xc9, 0x9e, 0xa3, 0xa3, 0x1b, 0x8f, 0x73, 0xac, 0xc7, 0x05, 0xf6, 0xf0, 0x37, 0xf4, 0x52, 0x19, - 0xf2, 0xc8, 0xc0, 0x37, 0x9e, 0x14, 0xb7, 0x43, 0x1f, 0x23, 0x19, 0x0e, 0x43, 0x14, 0xd9, 0xfe, - 0x66, 0x71, 0xdf, 0x63, 0x92, 0x8d, 0x78, 0x90, 0x6d, 0x6e, 0x05, 0x9c, 0x07, 0x23, 0xec, 0xe9, - 0xd5, 0x79, 0x3a, 0xec, 0xc9, 0x70, 0x8c, 0x89, 0x64, 0xe3, 0x38, 0x03, 0xfc, 0xbf, 0x0c, 0x48, - 0xa4, 0x48, 0xbd, 0x4c, 0x6a, 0xf7, 0xef, 0x2a, 0xac, 0xbf, 0xe7, 0xe2, 0x72, 0x38, 0xe2, 0x57, - 0xfb, 0x13, 0x5d, 0xfb, 0x4a, 0x35, 0x39, 0x82, 0x66, 0xae, 0xd4, 0x0d, 0x7d, 0xbb, 0xd2, 0xa9, - 0x6c, 0x5b, 0xfd, 0xe7, 0x4e, 0x9e, 0x9c, 0x52, 0xe3, 0x4c, 0x1d, 0x1e, 0xe4, 0xf2, 0xa9, 0x85, - 0x37, 0x41, 0xb2, 0x05, 0x56, 0x2c, 0xb8, 0x9f, 0x7a, 0x28, 0x14, 0x5b, 0xb5, 0x53, 0xd9, 0x6e, - 0x50, 0x98, 0x84, 0x06, 0x3e, 0xf9, 0x0e, 0x6a, 0xf1, 0x05, 0x4b, 0xd0, 0xbe, 0xd7, 0xa9, 0x6c, - 0xb7, 0xfb, 0x5f, 0xfd, 0xdb, 0x45, 0xce, 0x89, 0x42, 0x53, 0x73, 0x88, 0x7c, 0x0b, 0x16, 0xf7, - 0xbc, 0x54, 0x08, 0xf4, 0x5d, 0x26, 0xed, 0x45, 0x2d, 0x76, 0xc3, 0x31, 0xc9, 0x3b, 0x93, 0xe4, - 0x9d, 0xd3, 0x49, 0x75, 0x28, 0x4c, 0xe0, 0x3b, 0x92, 0x6c, 0x01, 0xf0, 0x54, 0xc6, 0xa9, 0x74, - 0x53, 0x11, 0xda, 0x35, 0x25, 0xed, 0x60, 0x81, 0x36, 0x4c, 0xec, 0x4c, 0x84, 0xe4, 0x15, 0xd4, - 0x50, 0x08, 0x2e, 0xec, 0xba, 0xe6, 0x7d, 0x5c, 0xd2, 0x76, 0x53, 0x39, 0x05, 0x3a, 0x58, 0xa0, - 0x06, 0xbd, 0x7b, 0x1f, 0x5a, 0x19, 0xaf, 0xc0, 0x24, 0x1d, 0xc9, 0xee, 0x9f, 0x75, 0x20, 0xc7, - 0xdc, 0xc7, 0x52, 0xa9, 0x5f, 0x43, 0x35, 0x2f, 0x70, 0x39, 0xef, 0x02, 0xfc, 0x56, 0x71, 0xab, - 0xe1, 0x27, 0xd4, 0xf4, 0x4d, 0xb1, 0xa6, 0xdd, 0x79, 0xdc, 0x9f, 0xb1, 0x9e, 0x9b, 0xd0, 0x08, - 0xa3, 0x42, 0x39, 0xe9, 0xb2, 0x0e, 0xa8, 0x5a, 0x16, 0x8b, 0x5d, 0x9f, 0x53, 0xec, 0xa5, 0xbb, - 0x14, 0x9b, 0xfc, 0x02, 0xeb, 0x57, 0xd9, 0x8c, 0xb8, 0x11, 0xf7, 0xd1, 0x1d, 0xa3, 0x64, 0x3e, - 0x93, 0xcc, 0x5e, 0xd6, 0x3c, 0x5f, 0x3a, 0xc5, 0x67, 0x99, 0x4f, 0x94, 0xaa, 0xc2, 0x51, 0x86, - 0x3d, 0xa8, 0xd0, 0xd5, 0xab, 0x19, 0x71, 0x72, 0x02, 0x44, 0xb2, 0xe4, 0xb2, 0xc4, 0xdc, 0xd6, - 0xcc, 0x9d, 0x32, 0xf3, 0x29, 0x4b, 0x2e, 0x4b, 0xac, 0x2b, 0xb2, 0x14, 0x23, 0xbf, 0xc2, 0x6a, - 0xcc, 0x04, 0x46, 0xd2, 0xd5, 0xc4, 0x39, 0x67, 0x43, 0x73, 0xbe, 0x28, 0x73, 0x9e, 0x68, 0xac, - 0x62, 0xce, 0x0b, 0x30, 0xa1, 0xa2, 0x24, 0xce, 0x37, 0x67, 0xd0, 0x17, 0x25, 0xc3, 0x3c, 0xfa, - 0xc2, 0x40, 0x94, 0xe9, 0x0b, 0xea, 0xb7, 0xc0, 0x12, 0x28, 0xc5, 0xb5, 0x1b, 0x08, 0x9e, 0xc6, - 0xb6, 0x65, 0x46, 0x4f, 0x87, 0x7e, 0x54, 0x11, 0xd2, 0x81, 0x66, 0x12, 0xa3, 0x67, 0x6e, 0x0f, - 0x7d, 0xbb, 0x69, 0x10, 0x2a, 0xa6, 0x88, 0x06, 0xbe, 0x9a, 0x12, 0xbd, 0x19, 0xb1, 0x31, 0xda, - 0x2d, 0x33, 0x25, 0x2a, 0x70, 0xcc, 0xc6, 0x38, 0xf5, 0x74, 0x76, 0x1f, 0xc0, 0x7d, 0xc9, 0x44, - 0x80, 0x32, 0x4f, 0xa5, 0x8b, 0xb0, 0x3a, 0xab, 0x87, 0x9f, 0xd9, 0xb9, 0xba, 0xbf, 0x57, 0x60, - 0xa5, 0xdc, 0x51, 0xf2, 0x16, 0x9a, 0x1e, 0xf3, 0x2e, 0xd0, 0x4d, 0x24, 0x93, 0x69, 0xa2, 0xef, - 0x68, 0xf7, 0xbf, 0x28, 0xdd, 0xb1, 0x67, 0xbc, 0x7a, 0x4f, 0x21, 0xdf, 0x69, 0x20, 0xb5, 0xbc, - 0x9b, 0x05, 0xf9, 0x1e, 0xac, 0xcc, 0xce, 0xdd, 0x4b, 0xbc, 0xd6, 0x0f, 0xd8, 0xea, 0x3f, 0x99, - 0x4d, 0x92, 0xb7, 0x03, 0xb2, 0x23, 0x3f, 0xe1, 0x75, 0xf7, 0x0c, 0x36, 0xe7, 0x0c, 0xc6, 0x5c, - 0x63, 0x29, 0x9c, 0x28, 0x1a, 0x4b, 0xf7, 0xf5, 0x84, 0x76, 0xe6, 0x40, 0x90, 0x47, 0xb0, 0x34, - 0x69, 0x6b, 0x45, 0xf7, 0xad, 0x1e, 0xe9, 0x96, 0x76, 0xff, 0xaa, 0x01, 0x29, 0xf0, 0x1a, 0x7f, - 0xeb, 0xc3, 0x92, 0x9e, 0xf1, 0x5c, 0xcb, 0xff, 0x4a, 0x5a, 0x6e, 0x5d, 0x5f, 0x57, 0xc8, 0x81, - 0x4f, 0x5c, 0xb0, 0x6f, 0xcf, 0x6f, 0xa1, 0xa1, 0xd5, 0x3b, 0x39, 0xe5, 0x5a, 0x3c, 0x9d, 0xca, - 0xc0, 0x27, 0x4f, 0xa1, 0x65, 0x26, 0x98, 0x49, 0x89, 0xe3, 0x58, 0x6a, 0x8f, 0x6c, 0xd1, 0xa6, - 0x0e, 0xee, 0x98, 0xd8, 0x8d, 0x81, 0x2e, 0xce, 0x34, 0xd0, 0x42, 0xae, 0x45, 0x03, 0x2d, 0x79, - 0x73, 0x6d, 0xca, 0x9b, 0x9f, 0xc3, 0xe2, 0x88, 0x07, 0x89, 0x5d, 0xef, 0xdc, 0xdb, 0xb6, 0xfa, - 0xeb, 0x33, 0x98, 0x0f, 0x79, 0x40, 0x35, 0xa6, 0xec, 0xc6, 0x4b, 0xff, 0xdd, 0x8d, 0x97, 0xe7, - 0xba, 0x71, 0x63, 0x8e, 0x1b, 0xc3, 0x9d, 0xdc, 0xf8, 0x0d, 0x58, 0x5e, 0x9a, 0x48, 0x3e, 0x76, - 0xc3, 0x68, 0xc8, 0xb5, 0x3f, 0x58, 0xfd, 0x47, 0x53, 0x8a, 0xdf, 0xe9, 0x8f, 0x11, 0x0a, 0x06, - 0x3b, 0x88, 0x86, 0x5c, 0xf5, 0x45, 0x57, 0xd0, 0xfd, 0x88, 0x22, 0x09, 0x79, 0xa4, 0x9d, 0xa3, - 0x45, 0x9b, 0x3a, 0xf8, 0xb3, 0x89, 0x91, 0x75, 0xa8, 0x0b, 0x64, 0x09, 0x8f, 0x32, 0xe3, 0xc8, - 0x56, 0x84, 0xc0, 0xa2, 0xbc, 0x8e, 0x51, 0x1b, 0x73, 0x83, 0xea, 0xff, 0xc9, 0x0e, 0x2c, 0xe7, - 0xee, 0xb7, 0xa2, 0x75, 0x3c, 0x9b, 0x65, 0xd8, 0xd3, 0xbe, 0x97, 0x1f, 0x9b, 0xfe, 0x21, 0x7f, - 0x01, 0x0f, 0x8f, 0x58, 0xc4, 0x02, 0xf4, 0x29, 0x26, 0x3c, 0x15, 0x1e, 0x6a, 0xed, 0xab, 0x50, - 0x93, 0xfc, 0x12, 0xa3, 0xec, 0x59, 0x98, 0x45, 0xf7, 0x8f, 0x2a, 0xac, 0xcd, 0x7e, 0x9f, 0x1f, - 0xa0, 0x1d, 0x46, 0x89, 0x64, 0x91, 0x87, 0xae, 0x37, 0x62, 0x49, 0xa2, 0x05, 0xb6, 0xfb, 0x2f, - 0x3f, 0x49, 0xa0, 0x33, 0xc8, 0xce, 0xee, 0xa9, 0xa3, 0xb4, 0x15, 0xde, 0x5e, 0x92, 0x67, 0xd0, - 0x0e, 0x30, 0x42, 0xc1, 0x24, 0xfa, 0xc6, 0x63, 0x8d, 0xa8, 0x56, 0x1e, 0x55, 0x46, 0x4b, 0xde, - 0xc3, 0xda, 0xd8, 0x64, 0xa2, 0x72, 0xd3, 0xa9, 0x98, 0x96, 0x99, 0x47, 0xf6, 0xb4, 0xac, 0x64, - 0x46, 0xda, 0xf4, 0xe1, 0x78, 0x3a, 0xd8, 0xed, 0x41, 0xab, 0xa0, 0x8f, 0x58, 0xb0, 0xf4, 0x76, - 0xff, 0x87, 0x9d, 0xb3, 0xc3, 0xd3, 0x95, 0x05, 0xf2, 0x00, 0x5a, 0x83, 0xe3, 0xd3, 0x7d, 0x4a, - 0xcf, 0x4e, 0x4e, 0x07, 0xbb, 0x87, 0xfb, 0x2b, 0x95, 0xdd, 0x6f, 0x3e, 0xbc, 0x0a, 0x42, 0x79, - 0x91, 0x9e, 0x3b, 0x1e, 0x1f, 0xf7, 0xf4, 0xb5, 0x5c, 0x04, 0xbd, 0xfc, 0xeb, 0x37, 0xc0, 0xa8, - 0x17, 0x9f, 0x7f, 0x1d, 0xf0, 0x5e, 0xf1, 0xdb, 0xfb, 0xbc, 0xae, 0xc7, 0xe9, 0xe5, 0x3f, 0x01, - 0x00, 0x00, 0xff, 0xff, 0x6c, 0x09, 0x19, 0x14, 0x94, 0x0b, 0x00, 0x00, + // 1056 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xef, 0x6e, 0xdb, 0xb6, + 0x17, 0x8d, 0xdd, 0xd8, 0x89, 0xaf, 0x6c, 0x37, 0x65, 0x93, 0x54, 0xbf, 0xe4, 0xd7, 0xc6, 0x73, + 0xd7, 0x21, 0x68, 0x31, 0x19, 0x70, 0xd1, 0xae, 0xc0, 0x06, 0x0c, 0x49, 0x9a, 0x2d, 0xc6, 0x92, + 0x20, 0x50, 0x9d, 0x15, 0x28, 0x36, 0x08, 0x8c, 0x74, 0xad, 0x08, 0xb1, 0x45, 0x81, 0xa2, 0x9a, + 0xf9, 0x51, 0xf6, 0x7d, 0x6f, 0xb3, 0x57, 0x19, 0xb0, 0x57, 0x18, 0x48, 0xca, 0x4a, 0x24, 0x0b, + 0x5e, 0x33, 0xf4, 0x8b, 0x01, 0x1e, 0x5e, 0x1e, 0x9e, 0xfb, 0x87, 0xc7, 0x82, 0xad, 0xd1, 0x78, + 0x2a, 0x30, 0xf0, 0xc6, 0x3d, 0xfc, 0x88, 0xa1, 0xd0, 0xbf, 0x56, 0xc4, 0x99, 0x60, 0xa4, 0x3d, + 0xdb, 0xb3, 0x14, 0xba, 0xf5, 0x38, 0x8b, 0x75, 0x19, 0xc7, 0x1e, 0xfe, 0x86, 0x6e, 0x22, 0x02, + 0x16, 0xea, 0xf0, 0xad, 0x27, 0xf9, 0xed, 0xc0, 0xc3, 0x50, 0x04, 0xa3, 0x00, 0x79, 0xba, 0xbf, + 0x9d, 0xdf, 0x77, 0xa9, 0xa0, 0x63, 0xe6, 0xa7, 0x9b, 0x3b, 0x3e, 0x63, 0xfe, 0x18, 0x7b, 0x6a, + 0x75, 0x91, 0x8c, 0x7a, 0x22, 0x98, 0x60, 0x2c, 0xe8, 0x24, 0x4a, 0x03, 0xfe, 0x5f, 0x0c, 0x88, + 0x05, 0x4f, 0xdc, 0x54, 0x6a, 0xf7, 0xaf, 0x2a, 0x6c, 0xbe, 0x67, 0xfc, 0x6a, 0x34, 0x66, 0xd7, + 0x87, 0x33, 0x5d, 0x87, 0x52, 0x35, 0x39, 0x81, 0x66, 0xa6, 0xd4, 0x09, 0x3c, 0xb3, 0xd2, 0xa9, + 0xec, 0x1a, 0xfd, 0xe7, 0x56, 0x96, 0x9c, 0x54, 0x63, 0xcd, 0x1d, 0x1e, 0x64, 0xf2, 0x6d, 0x03, + 0x6f, 0x40, 0xb2, 0x03, 0x46, 0xc4, 0x99, 0x97, 0xb8, 0xc8, 0x25, 0x5b, 0xb5, 0x53, 0xd9, 0x6d, + 0xd8, 0x30, 0x83, 0x06, 0x1e, 0xf9, 0x0e, 0x6a, 0xd1, 0x25, 0x8d, 0xd1, 0xbc, 0xd7, 0xa9, 0xec, + 0xb6, 0xfb, 0x5f, 0xfd, 0xdb, 0x45, 0xd6, 0x99, 0x8c, 0xb6, 0xf5, 0x21, 0xf2, 0x2d, 0x18, 0xcc, + 0x75, 0x13, 0xce, 0xd1, 0x73, 0xa8, 0x30, 0x97, 0x95, 0xd8, 0x2d, 0x4b, 0x27, 0x6f, 0xcd, 0x92, + 0xb7, 0x86, 0xb3, 0xea, 0xd8, 0x30, 0x0b, 0xdf, 0x13, 0x64, 0x07, 0x80, 0x25, 0x22, 0x4a, 0x84, + 0x93, 0xf0, 0xc0, 0xac, 0x49, 0x69, 0x47, 0x4b, 0x76, 0x43, 0x63, 0xe7, 0x3c, 0x20, 0xaf, 0xa0, + 0x86, 0x9c, 0x33, 0x6e, 0xd6, 0x15, 0xef, 0xe3, 0x82, 0xb6, 0x9b, 0xca, 0xc9, 0xa0, 0xa3, 0x25, + 0x5b, 0x47, 0xef, 0xdf, 0x87, 0x56, 0xca, 0xcb, 0x31, 0x4e, 0xc6, 0xa2, 0xfb, 0x67, 0x1d, 0xc8, + 0x29, 0xf3, 0xb0, 0x50, 0xea, 0xd7, 0x50, 0xcd, 0x0a, 0x5c, 0xcc, 0x3b, 0x17, 0x7e, 0xab, 0xb8, + 0xd5, 0xe0, 0x13, 0x6a, 0xfa, 0x26, 0x5f, 0xd3, 0xee, 0x22, 0xee, 0xcf, 0x58, 0xcf, 0x6d, 0x68, + 0x04, 0x61, 0xae, 0x9c, 0xf6, 0xaa, 0x02, 0x64, 0x2d, 0xf3, 0xc5, 0xae, 0x2f, 0x28, 0xf6, 0xca, + 0x5d, 0x8a, 0x4d, 0x7e, 0x81, 0xcd, 0xeb, 0x74, 0x46, 0x9c, 0x90, 0x79, 0xe8, 0x4c, 0x50, 0x50, + 0x8f, 0x0a, 0x6a, 0xae, 0x2a, 0x9e, 0x2f, 0xad, 0xfc, 0xb3, 0xcc, 0x26, 0x4a, 0x56, 0xe1, 0x24, + 0x8d, 0x3d, 0xaa, 0xd8, 0xeb, 0xd7, 0x25, 0x38, 0x39, 0x03, 0x22, 0x68, 0x7c, 0x55, 0x60, 0x6e, + 0x2b, 0xe6, 0x4e, 0x91, 0x79, 0x48, 0xe3, 0xab, 0x02, 0xeb, 0x9a, 0x28, 0x60, 0xe4, 0x57, 0x58, + 0x8f, 0x28, 0xc7, 0x50, 0x38, 0x8a, 0x38, 0xe3, 0x6c, 0x28, 0xce, 0x17, 0x45, 0xce, 0x33, 0x15, + 0x2b, 0x99, 0xb3, 0x02, 0xcc, 0xa8, 0x6c, 0x12, 0x65, 0x9b, 0x25, 0xf4, 0x79, 0xc9, 0xb0, 0x88, + 0x3e, 0x37, 0x10, 0x45, 0xfa, 0x9c, 0xfa, 0x1d, 0x30, 0x38, 0x0a, 0x3e, 0x75, 0x7c, 0xce, 0x92, + 0xc8, 0x34, 0xf4, 0xe8, 0x29, 0xe8, 0x47, 0x89, 0x90, 0x0e, 0x34, 0xe3, 0x08, 0x5d, 0x7d, 0x7b, + 0xe0, 0x99, 0x4d, 0x1d, 0x21, 0x31, 0x49, 0x34, 0xf0, 0xe4, 0x94, 0xa8, 0xcd, 0x90, 0x4e, 0xd0, + 0x6c, 0xe9, 0x29, 0x91, 0xc0, 0x29, 0x9d, 0xe0, 0xdc, 0xd3, 0xd9, 0x7f, 0x00, 0xf7, 0x05, 0xe5, + 0x3e, 0x8a, 0x2c, 0x95, 0x2e, 0xc2, 0x7a, 0x59, 0x0f, 0x3f, 0xb3, 0x73, 0x75, 0x7f, 0xaf, 0xc0, + 0x5a, 0xb1, 0xa3, 0xe4, 0x2d, 0x34, 0x5d, 0xea, 0x5e, 0xa2, 0x13, 0x0b, 0x2a, 0x92, 0x58, 0xdd, + 0xd1, 0xee, 0x7f, 0x51, 0xb8, 0xe3, 0x40, 0x7b, 0xf5, 0x81, 0x8c, 0x7c, 0xa7, 0x02, 0x6d, 0xc3, + 0xbd, 0x59, 0x90, 0xef, 0xc1, 0x48, 0xed, 0xdc, 0xb9, 0xc2, 0xa9, 0x7a, 0xc0, 0x46, 0xff, 0x49, + 0x39, 0x49, 0xd6, 0x0e, 0x48, 0x8f, 0xfc, 0x84, 0xd3, 0xee, 0x39, 0x6c, 0x2f, 0x18, 0x8c, 0x85, + 0xc6, 0x92, 0x3b, 0x91, 0x37, 0x96, 0xee, 0xeb, 0x19, 0x6d, 0xe9, 0x40, 0x90, 0x47, 0xb0, 0x32, + 0x6b, 0x6b, 0x45, 0xf5, 0xad, 0x1e, 0xaa, 0x96, 0x76, 0xff, 0xae, 0x01, 0xc9, 0xf1, 0x6a, 0x7f, + 0xeb, 0xc3, 0x8a, 0x9a, 0xf1, 0x4c, 0xcb, 0xff, 0x0a, 0x5a, 0x6e, 0x5d, 0x5f, 0x97, 0x91, 0x03, + 0x8f, 0x38, 0x60, 0xde, 0x9e, 0xdf, 0x5c, 0x43, 0xab, 0x77, 0x72, 0xca, 0x8d, 0x68, 0x3e, 0x95, + 0x81, 0x47, 0x9e, 0x42, 0x4b, 0x4f, 0x30, 0x15, 0x02, 0x27, 0x91, 0x50, 0x1e, 0xd9, 0xb2, 0x9b, + 0x0a, 0xdc, 0xd3, 0xd8, 0x8d, 0x81, 0x2e, 0x97, 0x1a, 0x68, 0x2e, 0xd7, 0xbc, 0x81, 0x16, 0xbc, + 0xb9, 0x36, 0xe7, 0xcd, 0xcf, 0x61, 0x79, 0xcc, 0xfc, 0xd8, 0xac, 0x77, 0xee, 0xed, 0x1a, 0xfd, + 0xcd, 0x12, 0xe6, 0x63, 0xe6, 0xdb, 0x2a, 0xa6, 0xe8, 0xc6, 0x2b, 0xff, 0xdd, 0x8d, 0x57, 0x17, + 0xba, 0x71, 0x63, 0x81, 0x1b, 0xc3, 0x9d, 0xdc, 0xf8, 0x0d, 0x18, 0x6e, 0x12, 0x0b, 0x36, 0x71, + 0x82, 0x70, 0xc4, 0x94, 0x3f, 0x18, 0xfd, 0x47, 0x73, 0x8a, 0xdf, 0xa9, 0x8f, 0x11, 0x1b, 0x74, + 0xec, 0x20, 0x1c, 0x31, 0xd9, 0x17, 0x55, 0x41, 0xe7, 0x23, 0xf2, 0x38, 0x60, 0xa1, 0x72, 0x8e, + 0x96, 0xdd, 0x54, 0xe0, 0xcf, 0x1a, 0x23, 0x9b, 0x50, 0xe7, 0x48, 0x63, 0x16, 0xa6, 0xc6, 0x91, + 0xae, 0x64, 0xae, 0x6a, 0xd2, 0xc4, 0x34, 0x42, 0xe5, 0xce, 0x0d, 0x7b, 0x55, 0x02, 0xc3, 0x69, + 0x84, 0x64, 0x0f, 0x56, 0x33, 0x1b, 0x5c, 0x53, 0x82, 0x9e, 0x95, 0x39, 0xf7, 0xbc, 0x01, 0x66, + 0xc7, 0xe6, 0xff, 0xd1, 0x5f, 0xc0, 0xc3, 0x13, 0x1a, 0x52, 0x1f, 0x3d, 0x1b, 0x63, 0x96, 0x70, + 0x17, 0x55, 0x12, 0xeb, 0x50, 0x13, 0xec, 0x0a, 0xc3, 0xf4, 0x7d, 0xe8, 0x45, 0xf7, 0x8f, 0x2a, + 0x6c, 0x94, 0x3f, 0xd4, 0x0f, 0xd0, 0x0e, 0xc2, 0x58, 0xd0, 0xd0, 0x45, 0xc7, 0x1d, 0xd3, 0x38, + 0x56, 0x02, 0xdb, 0xfd, 0x97, 0x9f, 0x24, 0xd0, 0x1a, 0xa4, 0x67, 0x0f, 0xe4, 0x51, 0xbb, 0x15, + 0xdc, 0x5e, 0x92, 0x67, 0xd0, 0xf6, 0x31, 0x44, 0x4e, 0x05, 0x7a, 0xda, 0x6c, 0xb5, 0xa8, 0x56, + 0x86, 0x4a, 0xc7, 0x25, 0xef, 0x61, 0x63, 0xa2, 0x33, 0x91, 0xb9, 0xa9, 0x54, 0x74, 0xef, 0xf4, + 0x6b, 0x7b, 0x5a, 0x54, 0x52, 0x92, 0xb6, 0xfd, 0x70, 0x32, 0x0f, 0x76, 0x7b, 0xd0, 0xca, 0xe9, + 0x23, 0x06, 0xac, 0xbc, 0x3d, 0xfc, 0x61, 0xef, 0xfc, 0x78, 0xb8, 0xb6, 0x44, 0x1e, 0x40, 0x6b, + 0x70, 0x3a, 0x3c, 0xb4, 0xed, 0xf3, 0xb3, 0xe1, 0x60, 0xff, 0xf8, 0x70, 0xad, 0xb2, 0xff, 0xcd, + 0x87, 0x57, 0x7e, 0x20, 0x2e, 0x93, 0x0b, 0xcb, 0x65, 0x93, 0x9e, 0xba, 0x96, 0x71, 0xbf, 0x97, + 0x7d, 0x06, 0xfb, 0x18, 0xf6, 0xa2, 0x8b, 0xaf, 0x7d, 0xd6, 0xcb, 0x7f, 0x84, 0x5f, 0xd4, 0xd5, + 0x5c, 0xbd, 0xfc, 0x27, 0x00, 0x00, 0xff, 0xff, 0x27, 0xf3, 0x4f, 0x3c, 0x9d, 0x0b, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go index 549118706..1362fe263 100644 --- a/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -699,7 +699,7 @@ func (m *TaskExecutionEvent) Validate() error { // no validation rules for Reason - // no validation rules for Type + // no validation rules for TaskType if v, ok := interface{}(m.GetMetadata()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 08107a78b..2b56def6d 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -4245,7 +4245,7 @@ "type": "string", "description": "If there is an explanation for the most recent phase transition, the reason will capture it." }, - "type": { + "task_type": { "type": "string", "description": "A predefined yet extensible Task type identifier." }, @@ -6026,7 +6026,7 @@ "type": "string", "description": "If there is an explanation for this phase transition, the reason will capture it." }, - "type": { + "task_type": { "type": "string", "description": "A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin\nthis type will be identical, but not all task executions necessarily use pre-registered definitions and this\ntype is useful to render the task in the UI, filter task executions, etc." }, @@ -6052,7 +6052,7 @@ "description": "Includes information about how resource token allocation (if applicable)." } }, - "title": "Holds metadata around how a task was executed.\nTODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).\nNext ID to use: 3" + "description": "Holds metadata around how a task was executed.\nTODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." }, "eventWorkflowExecutionEvent": { "type": "object", diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 928ec525c..070b0bab7 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -6586,7 +6586,7 @@ definitions: type: "string" description: "If there is an explanation for the most recent phase transition,\ \ the reason will capture it." - type: + task_type: type: "string" description: "A predefined yet extensible Task type identifier." metadata: @@ -6622,7 +6622,7 @@ definitions: kind: {} message: "message" error_uri: "error_uri" - type: "type" + task_type: "task_type" logs: - message_format: {} name: "name" @@ -6734,7 +6734,7 @@ definitions: kind: {} message: "message" error_uri: "error_uri" - type: "type" + task_type: "task_type" logs: - message_format: {} name: "name" @@ -6789,7 +6789,7 @@ definitions: kind: {} message: "message" error_uri: "error_uri" - type: "type" + task_type: "task_type" logs: - message_format: {} name: "name" @@ -26044,7 +26044,7 @@ definitions: type: "string" description: "If there is an explanation for this phase transition, the reason\ \ will capture it." - type: + task_type: type: "string" description: "A predefined yet extensible Task type identifier. If the task\ \ definition is already registered in flyte admin\nthis type will be identical,\ @@ -26068,9 +26068,8 @@ definitions: description: "Includes information about how resource token allocation (if\ \ applicable)." $ref: "#/definitions/eventManagedResourceInfo" - title: "Holds metadata around how a task was executed.\nTODO(katrogan): Extend\ - \ to include freeform fields (https://github.com/flyteorg/flyte/issues/325).\n\ - Next ID to use: 3" + description: "Holds metadata around how a task was executed.\nTODO(katrogan):\ + \ Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." example: instance_class: {} managed_resource_info: @@ -26240,7 +26239,7 @@ definitions: kind: {} message: "message" error_uri: "error_uri" - type: "type" + task_type: "task_type" logs: - message_format: {} name: "name" diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go index 415caac8d..e414b8577 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go @@ -36,7 +36,7 @@ type AdminTaskExecutionClosure struct { // If there is an explanation for the most recent phase transition, the reason will capture it. Reason string `json:"reason,omitempty"` // A predefined yet extensible Task type identifier. - Type_ string `json:"type,omitempty"` + TaskType string `json:"task_type,omitempty"` // Metadata around how a task was executed. Metadata *EventTaskExecutionMetadata `json:"metadata,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go index 7bba7c3ed..54a3df448 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go @@ -36,7 +36,7 @@ type EventTaskExecutionEvent struct { // If there is an explanation for this phase transition, the reason will capture it. Reason string `json:"reason,omitempty"` // A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin this type will be identical, but not all task executions necessarily use pre-registered definitions and this type is useful to render the task in the UI, filter task executions, etc. - Type_ string `json:"type,omitempty"` + TaskType string `json:"task_type,omitempty"` // Metadata around how a task was executed. Metadata *EventTaskExecutionMetadata `json:"metadata,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go index 71d4cffe8..3799f44e0 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go @@ -9,6 +9,7 @@ package flyteadmin +// Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). type EventTaskExecutionMetadata struct { InstanceClass *TaskExecutionMetadataInstanceClass `json:"instance_class,omitempty"` // Generated unique name for this task execution used by the backend. diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 1bd12bdc4..44198992f 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\x8b\x88\x52\xdd\x2c\x97\x1a\x52\x5e\x4b\x5c\xbe\x1e\xaf\xa3\x5a\xe8\x3d\xa8\xf0\x68\x76\x9f\xc8\x47\x27\xd5\x00\xe5\xb9\xb2\x52\x1b\x0a\xd9\x71\x36\x76\x85\x9c\xd7\xcc\xc6\x2e\x4d\xe4\x90\x8d\x5d\xbf\xc1\x2f\x36\x1b\xbb\xb2\xe7\xeb\x65\x63\xd7\x6d\xf9\x16\xde\xde\x52\x33\xdf\x4c\x36\x76\x65\x45\x5f\x72\x36\x76\x65\xa8\x87\x6c\xec\x27\x99\xcd\x0b\xcb\xc6\xae\x3f\x75\x9b\x65\x63\xd7\x8a\xdd\xcd\x67\x7b\xd7\x5c\x26\xc8\x47\x79\xe6\x6c\xec\xd2\x04\x0e\x71\x1e\x3b\x56\x2d\x2e\x93\xa0\x1b\x01\x54\x56\x73\x09\x98\xd5\x7b\x68\x49\x3e\x36\xa8\x92\x7b\xa0\xa8\xa7\x8d\x10\x02\xeb\xef\xba\xda\x6e\xbb\xb4\x0e\xda\xd5\xfa\xb1\xa2\x89\xcf\x61\x44\xc1\x38\xf6\x7b\x1d\x28\x70\x63\x6b\x61\xc3\x22\x07\xab\x31\x06\xfd\x37\x90\x5c\x4d\x25\x86\x1d\x08\xd0\xe5\x82\x6d\x5b\x83\x02\xcc\xae\xf5\x86\x1c\xa8\x96\xb2\x9f\x66\x7f\x17\xff\xb7\x71\x41\x76\xad\xf5\x9c\xcc\xf2\x6d\x92\x42\xc6\xdb\x7d\x36\x65\x53\xa9\x56\xb9\xfd\x6b\xbf\xd4\x46\x2a\x3a\x5e\xa5\x6d\xae\xbb\x7a\xbb\xae\x9a\x2f\x70\xb3\x99\x5d\xd1\x43\x0c\x2c\x37\x74\xf8\x62\xd8\xb1\xe7\x09\xf4\x85\x5a\xdf\x66\x70\x2d\x6f\xe9\xbd\x6c\x48\xe8\x5e\xec\x10\xdc\x1a\x9a\xa9\xe3\x58\x3c\x2a\xf9\x13\x16\x47\x50\x5a\x77\x2f\x3c\xef\xb0\xec\xb9\x6a\x8c\xad\x59\xc7\xdc\x80\x15\xd6\xac\x64\x1e\xe3\x5d\x56\x29\x6d\x38\xaf\x89\xcb\x5e\xcf\x94\xc5\x85\xf9\xf3\xbf\x6f\xe4\x90\xb1\xf2\xa5\x5b\xb7\x11\xcf\x18\xa1\x49\xc2\x34\x5a\x40\x5c\xec\x15\xd6\x1b\xc9\x55\xb6\xcb\xae\x72\x31\x86\x79\x5b\x61\x32\x2a\x8a\x1c\x88\x07\xef\x8c\x89\x92\xf9\x78\xe2\x35\x60\x4b\x85\x76\x6a\x75\x7b\xf9\x09\x5d\xe6\xbb\xec\xe5\xbb\x9c\x67\xdb\xd9\x17\x6e\x91\xea\x1c\x4d\x7e\xe8\xf6\x88\x9e\x04\xfa\x1f\x42\xb3\xb5\x1b\xbb\x38\xe8\xf5\xfb\x74\xdf\x06\x43\x1a\x74\x73\xe4\xe3\x83\x46\x32\xcb\xc0\x1e\xa4\xd9\xf4\xa1\xa9\x26\x0a\x4c\xb8\xc7\xb7\xac\x46\x01\x5f\x83\x41\x59\x1b\x3a\x9d\xad\x85\x4c\x72\x8d\xf2\x81\x26\x7e\xf4\x55\x3f\x0b\x06\x41\x48\xc1\x44\x9d\x85\xe0\xf3\x62\x79\xbc\x57\xe6\x6d\xf5\xa1\x11\x7b\x0b\x47\xf1\x4b\xf2\xcc\x21\x29\x75\xf3\xd8\x80\x05\x94\x02\x33\x0b\x1e\xef\x9d\x84\x28\x7a\x02\xcc\x46\x5f\xb4\x4b\x21\x9c\x1e\xb6\x7a\x38\x2f\x42\xc1\x50\x7e\x8b\x39\x09\x40\x1d\x39\x15\x15\xca\xef\xdb\xbf\x40\xd6\xc4\xfc\x79\x0c\x56\xf1\x01\x29\x10\xc5\xc6\xd2\x63\x9a\xcc\x93\x8c\x27\x91\xde\x31\x56\x74\x36\xa9\x63\x37\x8b\x85\xef\x5e\x5a\x6a\xdb\xb7\x9e\xe3\xb8\x66\xa9\xcc\xa5\x71\x78\x71\xb1\xc9\x57\x9d\x7b\xb9\x48\x8e\x87\xb4\xcb\x0d\x48\x72\xb7\xf1\xec\x9d\x12\x5f\x53\x16\x68\x33\xe5\x7d\xe5\x8c\xbb\xc5\x81\x7d\xcd\xdc\xcf\x9a\xfb\x62\xbb\xd5\xfd\xba\x19\x9f\x6b\x4d\xa3\x69\x5f\xd7\x49\xf6\x3c\x8a\xab\x05\x87\x7b\x7f\x45\xea\x67\xf3\x2a\xbd\x10\x1a\xdc\x67\xf0\x69\x13\xb7\x59\x1d\x80\xba\x89\xa8\xb8\x59\x2c\x6a\xd8\xa8\xd7\x15\x8f\x1a\x86\xbd\x65\x4c\x6a\x3b\xaa\xd3\x39\x91\x19\x00\x6c\x96\x56\x2b\x74\x10\xc2\xda\xc2\x02\xf9\xcd\xb0\xaa\x23\x8a\xae\x05\x52\xe3\xb2\xc8\xd3\xb0\x89\xdf\x46\xf4\xe9\x0a\x7d\x68\xc3\x08\xd4\x78\x51\x77\x8b\x42\xdd\x51\xbf\xd9\x2c\x12\xb5\xd2\xd9\xd2\xfd\xde\xc2\xaf\xbe\x80\x8a\x79\x88\xca\x08\x51\x19\xf5\x6b\xf3\x12\x23\x33\x8a\x8a\x61\x1b\x46\x67\x34\x6d\xff\x3e\x28\x69\x8f\x51\x1a\x5f\x39\xf6\x61\xdd\xb0\x87\xaf\x1b\x4c\xb2\x66\x1c\xc9\x21\x36\xe3\xdb\x88\xcd\x68\x3e\x6f\x1b\xc5\x67\xac\x48\xee\xf3\xbd\xec\xea\x44\x0f\x09\x67\x4f\xea\x48\x0f\x36\xe0\xe8\x8b\x35\x9d\xe9\x45\x46\xdc\xc1\xa1\xfe\xa4\x0e\xf5\x9a\x85\x5e\xed\x54\x2f\x09\x6f\xcf\xea\x09\xad\x02\xae\x3f\xa5\x37\x74\x95\xc0\x9b\x0f\x07\x4f\x7e\x8e\x6a\xe7\xbc\xee\x71\xfa\x1c\xf6\xd6\x17\x96\x24\x6c\x3a\x64\x69\x0a\x0a\xb1\x91\x0e\xb3\xb4\x20\x01\xc1\x90\x58\x2d\x27\xa5\xda\x52\x2e\x85\x1a\xeb\x3c\x65\x51\x01\x82\x42\xbe\xc1\xf0\xf4\xbe\x80\xfd\xcd\x32\xa6\xbc\x3e\xa5\xc8\xf7\x9a\x8b\x84\xc5\x3a\x96\x22\xa9\x64\x5a\x7c\x67\xb0\x76\x2a\x15\x73\x72\x2f\xe4\x63\xc6\xd2\x31\xec\x50\x75\x30\xc7\x84\xb3\x23\xc2\x4d\xf8\x4c\x31\x9a\x4c\x2c\xbb\xec\xdb\xb1\x83\xcb\x01\x05\x31\xe6\xbe\x8d\xd0\x79\x43\x33\x6f\x5b\x84\x74\x05\x19\xd1\xc4\x1c\x11\x9d\x0f\x8b\xf6\x53\x89\x70\xab\x0f\x4c\xc4\x13\x2f\x1a\x79\x32\x4f\x78\xad\xe7\xbb\x41\xb3\xb0\x04\xd0\xce\x38\xdd\xc9\x69\xf1\x40\x77\xc9\x81\xff\x98\x6b\x43\xc0\x56\x4e\xa4\x08\x87\xc9\x65\xf3\x04\xbc\x0f\x80\xab\x44\xec\x8c\x25\xa5\x26\x68\x65\x2a\x9b\x8e\xa5\xf0\x30\x39\x94\x4c\xa7\xae\x42\xbb\xb8\xdc\xa9\x7c\x14\xda\x28\x46\xa7\xae\x8e\x84\xe5\xc4\x60\x8a\x45\xff\x92\xab\xda\x0b\x37\xf0\x26\x5b\x7c\xc1\xc5\xbd\xdd\xdd\x02\xe1\x04\xb0\x83\xa1\xe7\x9a\x4d\x7b\xc7\x05\x2d\x45\xab\x6c\xb1\x6b\x59\xbe\x91\xbf\x37\x2a\xc6\x31\x6f\x02\x97\x31\x74\x15\xde\xcb\x26\x46\x15\x0d\x80\xc9\xc4\x76\x47\x80\xd5\x21\xb2\x2a\x25\x86\x02\xb8\xd1\x84\x65\xb3\x08\xad\x74\x46\x95\x09\xd5\x4c\x1c\xec\x41\x22\xa7\xd3\x5c\x00\x52\x85\xd3\xd3\x1e\x5d\x7e\xbb\xb3\xd9\x15\x8d\xb7\xfa\xa2\x6b\xbe\xd3\xf6\x7c\x49\x31\xce\xe6\x84\xa6\x0f\x5c\x17\x68\x33\x89\x14\x3a\x9f\x32\x55\xc1\xf2\xc6\x24\x11\x42\x3d\xad\xd8\xb1\x59\xc1\xcb\x97\x62\x70\x77\xc3\x98\x0c\xd9\xc8\x5e\xba\x33\xaa\xb4\xb7\x0f\xd5\xd8\x76\xdc\xe6\xa6\x76\xad\xbe\xda\x99\xfc\x14\x1f\x3b\x32\x2d\x4e\x28\x75\xfa\xc6\x49\xf5\x7c\x46\x65\x4e\x9a\x62\x57\x16\x26\x45\x96\x5f\x4c\x6e\x15\xce\x57\xa5\xbf\x9c\xfb\xaa\xb9\x1a\x0e\x8d\xed\xc7\x0b\x34\x38\xb8\x8d\x2c\x79\x95\x09\xba\x51\xa3\x79\x26\x3e\x9b\x8c\xc3\xa5\xa0\x0d\x35\x3c\xf1\x25\x5b\x42\x41\x2a\xfc\xba\x79\x6b\x77\xad\x14\xa4\x13\x9a\x2d\xee\x70\xf3\x5a\xde\xe2\xfb\xcb\x79\x9f\x3b\x6e\xd8\xf6\xd2\x38\xa4\x44\x66\xd9\x26\x80\x32\x95\x99\x9f\x15\x9f\x2f\x1f\x51\xd1\x8f\xdd\x00\xbf\x17\x70\x6a\x10\x04\x87\x66\x4e\xb2\xd0\xc6\xed\x52\xfc\x12\xf2\xd0\x39\x11\xf9\x74\xc8\x54\x5f\xc8\x11\xe0\x0c\x65\x4d\xda\xf2\x4c\xc9\x29\xdf\x24\x23\x17\x11\xeb\x6e\xbc\x23\x6e\x85\xa5\xd1\xbb\xeb\x00\x13\x1e\xc9\xcb\xf5\x88\x15\xb7\x05\xca\x19\x4b\xce\xd0\x94\x2e\x14\x86\x5a\x6b\xc1\x57\x29\xbf\x6d\x32\x45\xb3\x82\x5b\x3d\x8d\x85\x07\xee\x19\x14\x53\xa7\xd9\x23\x9d\x17\xd1\x5a\x9b\x1c\xa7\x22\x1e\xca\x9d\x17\xea\xa9\x2c\x3a\x31\xc1\x91\x89\xfb\x85\xab\xb0\xce\x09\x3a\xab\x23\xc3\x8d\xcf\x92\x9f\xf3\x53\x0a\xd9\xf1\xb1\x8f\xe5\xeb\x4d\x6e\xc3\xf2\x61\x88\x5a\x24\x30\x9c\xe5\x4b\xf5\xb1\x44\x39\x7b\x5f\xa3\x4a\x3b\x04\x75\x39\xef\xc7\xb8\xae\x6f\xf5\x19\xd6\xcc\x91\xf5\x5a\x8b\xb5\x63\x00\xe8\x66\xa9\x9e\xbe\xc7\xe5\x45\x79\x37\xa9\xfc\xbd\x5a\x87\x18\x59\xd9\xc5\x95\xa4\x08\xb0\x90\x2e\xae\x60\xc4\x33\xa6\x5b\xa4\x5b\xa3\x4f\x98\xa8\x70\x3e\xe2\x3a\x80\x97\xca\xcb\x3b\xb9\xe2\x11\x36\xa6\x97\x6a\x08\x77\xd5\x94\x0a\x93\x83\x62\x76\xcc\x40\xc0\x20\xc9\x4f\xac\x8a\x37\xc1\x06\xa0\x6e\x89\x15\x2f\x0d\x58\xcf\x2c\x2f\xe0\xae\xe6\x09\x96\xac\x0b\x1f\x58\x19\xdb\x30\x45\x13\xe3\x6b\x9c\xb8\x51\x35\x6c\xe9\x3e\x20\xbf\xd6\x8f\x9f\xf0\xbd\xf6\xec\x17\x8b\x7b\x53\x3b\xc2\x5e\xb9\xf5\x8d\x47\x17\xe4\xf2\xcd\x1d\x2f\xef\xe1\x53\x6f\x4c\xa2\x64\xa4\x18\xd8\x1b\xa7\x21\x30\x57\xa4\x4c\x69\x23\x25\xdc\x50\xb7\xe7\x3f\x9f\xdc\x75\x09\x33\x09\x14\x04\xe8\x8b\x44\x3f\x1c\x59\x81\xf6\xd7\x9c\x19\xfb\x73\x13\xfa\xdc\x94\x09\x0d\x9c\x80\xaf\x5b\x68\xcc\x2f\x8c\xfd\xef\x79\xf9\xfb\x25\x24\x1f\x26\x16\xca\xcb\x58\xda\x0d\xf5\x65\x2c\x99\x02\x0c\x09\x2e\xad\xae\xa1\x18\x2c\x24\xd8\xa9\x03\x14\xdd\xc2\x53\x2f\xfe\x9e\x8b\x0d\xc5\xa4\xb3\xe2\xa3\x68\x14\x0d\x52\xd8\x74\x46\x15\xaf\xc9\xcc\x5f\x1e\x02\x80\xdf\xd4\xb6\xbe\x8a\x89\xf8\x75\xa5\xc4\x15\x64\x24\x05\xf6\x2a\x31\x8a\x31\x60\x21\x81\x9e\xdc\x5d\xef\xc2\x79\xc3\xc4\xa2\x8f\x5a\x7d\xf1\xd1\xdb\x3f\x8b\x5f\x43\x09\x1c\x8c\xf7\x60\x29\xc9\x41\x67\x2a\xb7\x02\xcd\xa6\x5c\x87\x1f\x00\x84\x46\xe7\x99\x41\x4c\xc0\x11\x14\x59\xf4\x03\xc5\x27\x75\x5c\x42\x51\x91\x4c\x2e\xe5\x6e\xa5\xb1\xf8\x68\xc0\xb2\x4d\x64\xc7\xee\xa8\x93\x69\x4b\xdf\xc9\x7d\xc3\xe9\xfc\x83\xc7\x12\xdd\x60\x83\x8a\xc9\x80\xe4\xe6\x91\xd1\x50\x2b\x41\x3b\x5d\x86\x08\x83\x8c\x80\x91\xad\x1a\xb8\x81\x81\xae\x76\x17\x9d\x6c\xed\x2b\x7e\x2a\x99\x11\x6f\x96\x1b\x42\x2f\x84\x9a\xbe\x50\xb9\x00\x28\x91\x60\x3f\xa7\x44\x33\x5f\x56\x34\x91\x02\x65\x00\x67\x3c\x19\x5b\x36\x61\x25\x3f\x70\xa2\x48\x01\x1a\x95\xcc\xb5\xe5\x21\x74\xca\x8c\xbd\xa0\xbe\x07\x18\x5d\xf4\x60\x1c\x91\x99\xe2\x53\xc3\x1f\x58\xc0\xff\x89\x77\xee\x8c\x1a\x9a\xc9\x71\x5b\x19\x3e\xa2\x89\xe9\xd1\x9d\x54\x66\xea\x9a\xd9\xd6\x8b\xed\x87\x41\xba\xe7\x76\xed\xc7\x4c\x30\x05\xf3\x84\x92\x3e\xb5\x27\x78\xd3\x62\x3f\x05\xe3\x06\x60\xbf\x04\xa1\xd0\x74\x30\x31\xd0\xdc\xc8\xa9\x55\x48\x69\x96\xcd\x01\xe2\xcc\x3e\x99\x50\x3d\xf1\xfb\x8c\xb8\x68\xeb\x5c\x4d\x6e\x71\xcf\x68\x32\x61\xb7\x50\x1e\xb1\x6e\x71\x2b\xa3\x7c\xc3\x44\x3e\x7d\x73\x4a\xfe\xbb\x98\xe3\x59\xfb\xec\xa7\xce\xe0\xbc\x7b\xdb\x7e\x77\xd1\x39\x8f\xe6\xe3\x9e\x7c\xec\xde\xde\x2e\xfe\xfa\x53\xb7\xb7\xf8\xe3\xf5\xd5\xf5\xdd\x45\xbb\x57\xd7\xca\xc5\xd5\xd5\xcf\x77\xd7\x83\xf7\xed\xee\xc5\xdd\x4d\xa7\xe6\xd3\xbb\x5e\x78\xe8\x9e\xfd\x2d\x3a\x43\x90\x73\x67\xe7\xd3\x30\xda\xea\x31\x3b\x26\xe5\x17\x4f\xc9\x9d\xf3\xc4\xb8\xea\xb3\xde\x66\x44\x21\x88\x17\xe2\x8a\x52\x34\x26\xa5\x7d\x41\xfc\xe7\x76\xee\x4d\x9f\xa2\x8b\x28\x99\x30\x92\x49\x79\x9f\xcf\x1c\x03\xc3\x68\x33\x21\xd1\x20\xc3\x74\xd4\xda\x4f\xdd\xde\x69\xf0\x08\x2d\x36\x16\x25\xd7\x78\x52\x87\x71\x51\xcf\x34\xb1\x9e\xaf\x62\x0f\x70\x24\x83\xa7\x30\xea\x21\x6c\xc0\xb2\x7e\xb0\x35\x2a\x4c\xa5\x9b\x34\x75\xa8\xc8\x7e\x62\x51\xc3\xe5\xed\x5b\xb6\x9a\x61\x39\x10\x59\x8b\x0c\x59\x42\x73\x74\xa4\xd9\xdb\x48\x29\xa9\xe2\x01\x17\xdb\xbe\x63\xa3\x6f\x16\x85\x8c\x32\x04\x2e\x96\x10\xb5\x9f\x44\x27\xc7\xaa\xcb\xa0\x4a\x7b\xec\x9a\xc9\x1c\x6d\x53\xbe\x1a\xdb\x74\xc8\xd0\x5f\x02\xe9\xf7\x96\x6f\x07\x34\x17\x0e\x8e\x39\x6a\xc8\x23\x83\x88\xc3\xdc\x61\x77\xa1\x7e\x6c\x0f\xa0\xf6\x05\xab\x75\x40\x33\x2c\x45\x22\x36\x72\xcc\x7d\x08\xc5\xf6\x7b\xcd\xea\xb8\xe5\xe6\x61\x63\x85\xdc\x86\x8d\x02\x0b\xf5\x5e\x52\x18\x71\x83\xbd\xdf\xb3\xec\x1a\xbb\xf3\x12\x19\x68\xf1\xda\x58\xc1\xd1\x0d\x94\x95\x5e\x3d\x1e\x1f\x6f\x5d\x82\x25\xd8\x2c\x11\x33\x78\xf8\x57\xae\x55\x4f\xa6\x74\x6e\x89\x03\xc2\x13\x74\x3e\x9b\x49\x65\x48\x43\x1b\x04\x0e\x3a\x8e\x0f\x2e\x06\x37\x8f\xc0\xa1\xa0\x11\x2b\x05\xe8\x1a\xc8\x9f\xa5\xc1\xbd\x61\x40\x6e\x5d\x8b\x63\x1f\xe7\x74\x81\xb2\x16\x90\xa7\xa6\x25\xb5\xb7\x44\xa1\x75\x02\xea\x2e\xd1\x44\x33\x7b\x0b\xaf\x0b\x11\x58\xd7\xfb\x95\x6f\xa1\x76\xcb\x33\x36\x32\x83\x5a\x5f\xca\x12\xb3\xa1\x6d\x51\x34\xa4\x02\x2a\x3e\x9e\xec\xa1\xc5\xf5\x25\xf9\x3f\x3a\x5f\x97\x15\xdf\x23\x2d\x5e\x49\x69\x50\x86\x2c\xf4\x0c\xe2\x57\x13\x4c\x00\xae\x53\x84\x15\xb6\x82\x1a\x07\x49\xcd\xca\xe5\xf7\x42\x3e\x8a\x60\x2f\xd7\xad\xbe\xe8\x50\x40\xba\x0e\xca\x82\x8b\x3d\x40\x49\x7d\xa5\x8c\x5e\x82\xce\x7d\x21\xc9\xd1\x05\xdd\xbb\x72\x00\xd9\x9c\x14\xf0\xc8\xa5\xef\xd6\x39\x3d\x68\x4b\xf6\x72\x1a\x4e\xd8\x21\x82\x1a\x36\x73\xf6\x6e\x9c\x67\x11\x54\x0b\x2e\x53\xdb\x55\x8b\x7c\xf6\xd6\x19\x08\xed\x28\x60\xbd\x0d\x5e\x38\x19\x9d\xfb\xec\xcf\xba\x85\xdd\x47\x42\xe5\xbe\xe3\x2d\x96\x2f\x70\xc8\x94\xa9\x59\xe5\x92\x92\x2c\x04\x5a\x4d\x37\x88\x19\x3b\x0b\x1f\xdd\xb2\xe5\x31\xa0\xef\x01\x22\x14\x4a\xc5\x66\x70\x43\x5b\x3e\xfa\x3f\x70\xb3\x20\x91\xd2\x1e\xa1\xdc\x59\xf8\x23\xbf\xa4\x3d\x3f\xe0\x57\xb3\x52\xc0\x10\x32\xac\xb1\x2a\x6b\x8b\xb4\x01\xe4\x1a\xe0\x8b\xed\x55\xe8\x03\x72\xf8\x58\xc8\x55\x61\x03\x0d\xc4\x94\x44\xc4\x74\xdb\x4c\x4c\x1a\xa8\x29\x44\x0a\xec\x89\xa2\xf6\x90\xf2\x60\x79\x0b\x5d\xc4\x66\x58\x3f\xd1\x61\x03\x05\xfb\x6b\x84\xe0\x2c\x0c\x37\xfa\xf0\x5f\xf5\x43\xff\x90\x53\x45\x85\x81\xc0\x12\x27\x78\x2b\x16\x45\x2b\xb2\x2f\x10\x81\x25\xd0\x58\x0b\x3f\xc5\x9b\xeb\x1d\xe9\x58\x00\x98\xa7\x47\x84\xb7\x58\xeb\xc8\x15\xa9\xd1\xf9\xb0\x78\x73\x62\x25\x87\xbe\x58\x08\xdc\x6f\x91\x76\xa6\xa5\xfb\x82\x89\x24\x03\x50\xf9\x28\x06\x26\x50\xbe\x73\xfd\x0c\xe7\xa0\x5e\xc0\x56\x16\xcd\x4b\xf7\x20\xfa\xb0\x2f\xa8\x46\x4f\x73\x06\x27\xbd\xf8\xbd\xae\x68\x44\x29\xfa\xe0\x09\xc1\x7b\x16\xae\xa1\x27\xdb\x24\x44\x6e\x5c\xb6\x41\xf0\x06\x6c\x4c\x91\x50\xd1\x17\x81\x9c\xc9\xf7\xd4\x64\x8c\x6a\x43\x7e\x7c\xbb\x51\xc0\x85\x9f\x5f\xc1\x5c\xdd\xe9\x2d\x42\x4b\x7d\x38\x5b\x53\xcd\x1b\xc0\xd4\x25\x94\x08\x16\x05\xa8\x1f\xd9\x6d\x36\x92\x3c\x70\x9d\x03\x4c\x7f\x14\xc6\x8e\x40\xeb\xdc\x68\x8f\x2b\x89\x0a\x53\x03\x1b\xf1\xb0\x06\xce\x27\xe9\x86\x55\x43\x58\x4e\x77\xe2\xa8\x9c\x41\x26\x59\x11\x58\x36\xa1\xa6\x2f\x1c\x63\xf5\xb1\x18\x11\x9e\x73\x3b\xcb\xca\xc1\x5c\x56\xc0\x49\x99\xb0\x13\x86\x22\x03\xad\xb0\x40\x97\xa0\x7d\x85\xf8\x9f\x72\x9d\xa1\x70\x56\xac\xa2\xd6\x17\x21\x1b\x28\x6e\xbb\x56\xd8\xa9\x33\x01\x3f\xa3\x0c\x5c\xd3\xfd\x05\x56\x7b\x58\x43\x16\x6e\x2e\xc6\xb5\xc4\x65\xb2\x60\x76\x5f\x22\x1a\xef\xbb\x83\xf5\x25\xe5\x7a\x13\x36\xdc\xb2\x8f\xb2\xc6\x22\xde\xb0\xb9\x91\x68\xb1\x8b\xfe\x1d\x02\xd1\x9e\xcb\x29\x5b\x1a\x7a\x37\x85\x28\xf1\xd5\x4c\xb0\x88\xba\xf6\xac\x03\x6c\xd1\x3c\x8d\xe2\x46\xa3\xa0\x3a\x08\x0f\xf6\x7c\xcf\xbd\xd9\xe0\x1c\x9d\xbd\xee\xe9\x1f\x15\xf3\xf7\x53\x09\x91\x65\x8b\x13\x6f\x96\xf5\xda\xe9\xdf\x69\xc2\x44\x32\xc7\x9e\x3c\x0c\x4c\x21\xc7\xf5\x9c\xc1\xc9\x23\x66\x50\xb0\xb7\xd7\x4a\x87\xae\x70\x4b\x8b\x74\xe0\x9e\xf1\x75\x5c\xe8\xc8\xfb\x0c\xa2\x97\xfb\xc2\x2a\x26\xf6\x8a\xd7\x38\x68\xdf\x7e\x99\xc4\xeb\x4e\x00\xa6\x4a\xee\xe4\x6e\x99\xae\x46\xdc\x6a\x52\x26\x7c\xa6\x26\xb4\x01\xf0\x45\xa4\x33\x3e\x25\xa9\x4c\xee\x99\x3a\x51\x2c\xe5\xfa\x14\xdc\xdf\xa6\xd1\xef\x36\xb5\xca\xf6\xce\x82\xc6\xb6\xa5\xd4\xb0\x7f\x17\x51\xec\xe1\x9d\x8f\x08\x1f\x81\x36\xe1\x33\x05\x30\x7d\xc0\xd9\xb6\x09\x13\x46\xcd\x67\x92\x0b\x13\x2c\x59\x95\x85\xf0\x8a\x86\x95\xd9\x9a\xe2\x6b\xd5\x3e\xc2\x64\xb6\x9c\x76\x6f\xc2\x34\xf3\x31\x01\x38\x29\x23\x09\x7a\x42\x90\x5d\xcc\xa8\x99\x68\xc8\x75\x28\xaf\x81\xd3\xb9\xe0\x53\xbb\x42\x74\x06\x21\x05\x68\xa4\x28\x3e\x0a\x41\xfc\xda\xf0\x2c\xeb\x0b\xc1\x58\xaa\xb1\xf4\xff\x77\xb5\x39\x35\xf6\xd3\x23\x42\xd3\x94\xfc\xcf\xef\xdf\x5f\xfc\xd2\xeb\x0c\xba\x97\x60\x71\xee\x5e\x74\xde\x1e\x85\x1f\xaf\xee\x7a\xe1\x57\x34\xb0\x3c\x30\x45\xa6\xf4\x1e\x34\x3c\xa1\x51\xfc\x83\x50\xf7\x78\xa4\x3e\xdb\xc8\x3e\xd1\xcc\x87\x8f\x3a\x31\x25\x24\x18\xbb\x3d\x5c\x01\x01\xb1\x81\xee\x7b\x13\x3e\x59\x4e\x83\x9e\x78\x42\x17\x5e\x0c\x9c\x32\x61\x2c\x8f\x71\xc6\xbe\x42\xf5\x2d\x08\x8e\x89\x31\x17\x4d\x41\x6e\x4c\x3c\x3c\xa5\x0c\xff\x33\x9b\x7f\xb2\xda\xf5\x35\xe5\x6a\x6d\xda\xeb\x88\x07\xae\xa4\x80\xa9\x05\xab\x56\x51\x6e\x92\x19\xef\x6b\x8b\x0e\x95\x46\x59\x18\xc2\x28\x66\x8d\x81\x94\x95\x42\xb7\x2f\x63\xba\x6d\x74\xfd\xb2\x2f\x46\xf9\xbc\x36\xed\xd8\x0d\x7d\xa0\x3c\x83\x20\x58\x7f\xd1\x14\x34\x88\x55\x0c\x4f\x09\xcb\xe8\x50\x2a\x48\x8d\xc1\xa8\x1d\xdf\x84\x5b\x30\xa8\xe7\x15\x1a\x6a\xf5\xc5\x39\x9b\x29\x96\x50\xe0\x62\x33\xab\xb9\x00\x17\x2a\xd9\xd0\x5a\xd8\x06\xe1\xf6\xd6\xa1\x8d\x15\x55\xa4\x7a\xba\x02\xcf\xa5\xcb\xeb\x5a\xaa\x75\xae\x7f\xfb\x1a\x2c\x9d\x9c\x59\x3d\xae\xc2\x79\xdd\xdd\x3c\x62\x14\x8b\x19\xa0\x53\xc8\x99\xf2\x5d\x54\x68\x96\x95\xe0\x6f\xed\xc1\xd1\x2d\xe7\x25\x2f\xde\x94\x82\xfc\xfc\x17\x4d\x86\xb9\xe9\x8b\x72\x1b\x52\x40\x6d\xdb\x77\xd4\x24\x93\xb7\x7d\x71\x65\xb5\xcc\x9f\xff\xd2\x90\x35\x9d\x52\x43\x07\xf5\x44\xd9\xbc\x26\xe7\xd4\xd0\x0b\x49\x53\x2e\xc6\xae\x70\x73\xfd\x5a\xbc\xeb\xf4\xda\xa7\xc4\x27\x5a\x86\x7c\xc9\x22\xd7\x3e\x6a\x08\x18\x32\x4c\xc4\x73\x11\x60\xe5\x22\xb0\x7e\x67\x21\x03\xe9\xc9\x5e\x58\x7d\x01\x4b\x89\x5c\x95\x1b\x32\x93\x0e\xab\xd0\x6a\x65\x92\xa8\x5c\x38\x4b\xb6\x33\x24\xda\xd5\x01\x32\x0e\x9b\xe1\xe4\x31\x90\x67\x16\x99\x7d\x5f\x80\x7e\x1e\xb2\xd7\x32\x99\xd0\x0c\xc2\xe6\x8e\x23\x93\x9e\xd5\xda\x65\x0e\x39\x48\x10\xaf\x22\xe6\xe5\xe8\x56\x8f\x24\x5d\x08\x65\xf1\x46\x81\xfe\x0f\xfb\xe8\x5c\xa9\x53\x69\x39\x4e\xab\x2f\xba\x23\x8c\xaa\xcb\x70\x75\xec\x87\x4c\x80\x37\xd9\x2f\x8b\x7d\xea\xf9\x11\x14\x79\x41\xaf\x22\x4d\xc0\x7a\x2f\xe6\x10\x13\x0d\xf8\x66\x12\xa2\x33\x0a\xee\xec\x88\x72\x61\x17\xc3\x9d\x18\x7d\xd6\x17\x18\xcc\x57\xda\x97\x38\xf3\x37\xea\x5d\x0a\x88\x35\x2c\xae\xcb\x20\x60\xcc\x5c\xec\xa1\x93\xf5\x67\x8a\x1d\xfb\x5a\x80\xf6\xd7\x68\x4d\xed\x0d\xdb\x22\x37\xb1\x7a\x9d\xca\x24\x9f\x7a\xdc\x11\xc8\xd5\x72\x41\x6a\xee\x12\x0d\x14\x82\x17\x7b\x2d\xc5\xff\x2e\xfe\x6f\xad\x6c\x7a\xbd\x63\x05\xd9\x40\x55\x83\x59\xb9\xa5\x52\x6b\x5c\x18\x36\xae\x3a\xf8\x36\xc1\xec\xbc\x84\xc8\x76\x2b\xc9\x83\xf3\xcf\x48\xab\x7d\x4a\x30\x43\x63\x4a\x9d\x4c\xbf\xd3\xa4\x7b\x6d\x85\x14\xab\x94\x86\x63\x92\x6b\x83\x21\x5a\x90\xa6\x82\x5f\x63\x98\xfc\x11\xf9\x81\xf4\xf3\x1f\x7e\xf8\x53\x42\xbe\xf8\x3f\xfe\xfc\x1f\xff\xf1\xa7\x3f\x6f\x53\x29\x19\xda\x2d\xd6\x28\x20\x3b\x96\xa5\x96\x78\x07\x16\x99\xc9\x0e\xbb\xe0\xce\x48\xd3\xf2\x3b\x8d\xbd\x31\xcd\xa9\xee\x71\x14\x82\x43\xc7\xee\x10\xea\xf8\xf0\x90\xd2\xe9\x29\x5c\xfd\x9a\x99\xa3\xf2\x21\x0e\xf2\xa8\x13\xba\xff\xc7\x12\xa0\x81\x81\xa5\xe6\xed\x42\x85\x78\x16\x24\x60\xdb\x08\xf9\xde\x99\xe8\x0c\xb8\xf8\xde\xfa\x3b\x48\x66\x29\x53\xae\xb8\x8e\xb7\xaa\x05\x5b\x1f\x9c\x5f\xf6\x65\x96\x49\x17\xc4\x41\x89\x66\x33\x0a\x77\xbc\x3d\xaf\xad\xbe\xe8\x7c\xa1\x96\xb9\x1e\xf9\x1a\x68\x58\xb0\x1b\x7c\x23\x23\x9a\x30\x82\xd2\xf4\xf7\x5f\x4e\xed\x6f\x47\x64\x7e\x0a\xa1\x98\x47\xe4\x1f\xa7\x2e\x03\x9a\x2a\x33\xb0\x3f\xbd\xf5\xe2\xb0\x6b\x02\x06\xcd\x35\xe9\xbf\x39\x79\xa0\xca\x57\x9e\x47\x20\xc7\x37\x8e\xfd\x05\x90\xda\x58\x80\xce\xa4\xbc\x77\x81\xaa\x0b\x5f\xba\xff\xb4\x90\xc0\x83\x6f\x03\x37\xdf\xc5\x1c\x5b\x61\xef\x18\x5e\x60\xa4\x35\x1b\x92\xd6\xdf\xb5\x14\xa4\x35\xa7\xd3\xcc\xfd\xea\x9f\xba\x38\x5a\xaa\x89\x2f\x19\xe4\xc3\x68\xb2\x39\x9a\x33\xdf\x65\x72\x08\xf3\xfa\xe8\xe7\x8a\x91\xa8\x30\xd0\xe2\x8a\x28\x6e\x15\x37\x11\x27\xee\x60\x56\x38\xd4\xd7\xb3\xaf\xc0\xdd\x5b\x37\xab\x2f\x61\x48\xff\x85\xbe\x5b\x58\x14\x9f\xbe\x86\x16\xdc\x10\x06\x66\x1b\xfd\x42\xbe\x77\x4c\xe8\xad\xbd\x08\x5c\xd8\x2f\x2e\x43\x5d\x07\xf3\xd0\xc1\x2f\x51\x07\x5c\x10\x4c\x48\x5c\xf2\xe5\x3f\x4e\x5a\xad\x56\xf8\xfa\xd2\x4e\xe5\xff\x10\x6e\x34\xcb\x46\xd8\x92\xbf\x66\xe6\x7d\xf1\xd1\x6a\x3a\xb1\x85\xb9\x80\x58\x81\x9a\x57\x89\xcc\xc8\x71\x61\x75\x4d\x65\xa2\xc9\xbf\x59\xd9\x33\x5a\x4a\xf8\xd1\x2a\x5b\xf5\xa7\xca\x95\x3e\x7c\xa6\x63\xe5\xac\xd6\xd5\x83\x15\x83\x33\x04\xed\x93\x6a\x88\x50\x7a\xe0\x69\xee\x69\xc1\x52\xce\x89\x03\x70\x80\xaa\x84\x86\x7d\x31\xf0\xa8\x01\x29\xa3\x36\x24\xbc\x5e\x82\x5b\x60\xb8\x05\x60\x06\x92\x75\xc3\x02\x38\x14\x03\xc7\x1b\x70\x9e\x47\xb1\x8b\xc3\x5e\x2f\x22\x46\xb3\xd2\xf9\x74\x4a\xd5\xfc\xa4\x38\x6d\x8b\xc4\x59\x80\x1a\x02\x97\xc9\xfc\x02\x80\x9b\x35\x73\x47\xcb\x45\x1a\x44\xc5\xd3\x27\x21\x81\x80\xa4\x2c\x01\x60\x61\x08\x79\x43\x58\x6d\x26\x12\x99\x3a\xba\x2e\xf2\x2e\xcb\x62\x45\x78\x67\x51\xa0\xf0\x51\x2b\xba\xb0\x98\x09\x83\xc9\xd8\xee\x0d\xff\x71\x03\x03\x97\x03\x6d\x2c\xab\x1c\x6f\xe0\xc2\xec\x5e\xdd\xfa\x6f\xd6\xbf\x76\x61\x1d\xca\x72\x35\xf5\xaa\x9c\x37\x1b\x28\xfa\x58\x5c\xc0\x10\x7f\x81\x26\x94\x3c\x64\xa5\xe2\xbf\xcf\xe4\x35\xcf\xec\xbd\x05\x34\xde\xea\x8b\xd2\xcf\x47\x84\x65\x7c\xca\x45\x08\x7f\x43\xf6\x2e\x47\x28\xe2\xde\x73\x63\xb7\x4c\xa7\xf7\x96\x83\xf9\x04\xff\x48\xef\x69\x8b\xb9\x27\x9d\xe0\x3d\x72\x66\x82\x5c\xdb\x71\x15\x8a\xb4\x95\x38\x6d\x13\xc7\x4e\x6a\xe4\x11\xe1\xc1\xf9\xed\x0b\xdb\x9a\x3f\x4b\x45\xdc\x6d\xd4\x5e\xd4\xdc\x31\x08\xe9\xdc\xa7\xe0\x41\x0b\xd0\x47\x29\x78\x36\x08\xa9\x35\x22\x4a\xa7\x52\x72\x74\xf3\x8c\x0d\x88\x32\x1c\x08\x99\xb2\x0d\x83\x8d\x6b\x4a\x3a\x3a\x53\xb1\xf7\x30\x2a\x86\x59\x35\xc0\x27\x1a\xab\xd2\x69\xbd\xa1\xf9\xb4\xb6\x36\xaa\x6b\x07\xd0\xd9\x1f\xb7\xad\x4f\x5f\xf0\x34\x68\xc5\x2b\x05\x51\x16\x64\x69\xed\xcb\xf5\x5b\x77\x92\xd0\xd3\xed\x0c\xc8\x38\xf7\x04\x96\x3d\x44\x80\x52\x32\x56\x32\x9f\x85\x54\x61\x9f\x34\x85\xdb\xe0\x6e\xb4\xae\x18\xc9\x53\x27\x53\x5f\x70\x71\x8f\x77\xe1\x53\xed\x51\xa8\x94\x1a\xfd\xee\x39\x18\xae\xf8\xb1\x2b\x97\x6d\x47\xad\x0d\x4d\xee\x11\x62\x6d\x59\xa5\xdd\x4d\x6b\x05\x17\xf7\x65\x9e\x65\xae\xdb\x82\x7d\x16\x15\x05\x1e\x38\x25\x94\xdc\xdd\x74\xeb\xfb\xbe\xe7\x8b\xf6\xf6\x7a\xde\x59\x26\x10\xf8\x9f\x9f\xf9\x46\x91\x71\x15\x48\x40\x56\x22\xf5\xa0\xff\x37\x01\x29\x55\x78\xf7\x8e\x0e\x3e\xcb\x83\x06\xd3\x1a\x4a\xad\x9f\x7c\xd1\xf1\xb9\xfb\xf8\xa3\xfd\xb6\x7e\x47\x3e\x42\x4a\x48\xc8\x9b\x9f\x52\x61\x27\xe8\x7b\x6d\x30\x10\x21\x5b\xdc\x6a\x48\x77\xb3\xad\x06\x84\x3d\xae\x17\x81\xea\xbb\xf2\xad\x3c\xa2\xc5\x88\x66\xa8\x6e\x99\x09\xc8\xe1\x47\xe4\x36\x99\xb0\x29\x85\xa8\x84\x69\x59\x1e\x07\xb9\xe4\xfb\x8c\xaa\x31\x4a\x09\x9a\x19\xfd\xb6\x66\x87\x8b\xe0\xdc\x1d\x76\x78\x0b\x80\xe6\xd8\x42\x0f\x89\x83\xcb\x38\x40\x18\x65\x19\x18\x26\x30\x27\xdf\xbf\xbf\x3b\xac\xb2\x8a\x9f\xc0\x8d\xa9\xb0\x5c\x79\x6a\x45\xb1\xe6\x8c\xf9\x1d\x31\xc1\x2f\xe9\x34\x64\x97\x7a\x60\x70\x97\x45\x80\x63\x1b\x32\x00\x09\x6a\x1e\xc3\xce\x28\xe0\xf1\x10\x1c\xe8\x70\xd3\x08\xfa\xa2\xed\x5f\x09\x19\x6a\x20\xdf\x28\xf4\xab\x42\x1c\x13\x46\xed\x81\x8c\x11\x15\xdb\x75\x93\x6b\x98\xc4\xa6\x99\x40\x55\x20\x73\x2b\xe3\x04\x88\x30\xd4\xee\xbc\xb0\xeb\xe7\xd1\xd0\xf3\xc3\xe6\xa5\x47\xea\x93\xfc\x93\x6a\x69\x88\xba\x8e\x57\x31\xdf\x4e\xc8\x3e\x76\x0d\xc5\xd5\x28\x30\xd6\x29\x9b\x17\x91\x35\x76\xc5\x51\x2e\xad\x74\xb6\x78\x58\xcd\x4e\xcc\x98\xd3\xe9\x40\xc9\x6c\x97\x3d\xf2\x4d\x94\x74\x1c\xc8\xd5\xb0\xf2\xe6\xaf\x39\xcd\xd0\x1e\x2b\x1c\x39\xfa\x61\x83\xc0\xf0\xc7\x3f\x93\x36\xdc\x96\xe4\x23\xb0\x45\xf0\x44\x41\x6b\x46\x12\x3e\x9d\x31\xa5\xa5\x15\xc6\x1b\x36\xf9\xfe\x2f\x7a\xe0\xf0\x52\x07\x34\x49\x64\xbe\x88\x8d\xba\xc1\x4c\x6a\x5a\x8b\x27\x45\xc9\x7d\x3e\x64\x4a\x30\x03\x0e\x4e\x78\x8f\xf8\xf7\xd6\x1a\xae\xa4\xb9\x99\xfc\x71\x90\x64\x7c\x6d\x10\x57\x88\x82\x6f\xdb\xcf\xce\xf0\xab\x65\x13\x28\xb5\x5f\x1a\xba\x20\xf8\x8c\xe0\xb3\x16\x79\x47\x93\x7b\x26\x52\x57\x1f\x1b\x13\x53\xe1\x82\x02\x6e\x19\x99\x28\xca\x13\x43\x7d\x07\xdb\xb7\xb7\x50\x5f\x4c\xe9\xbd\xbd\x85\xd8\x17\x17\x2c\x6c\xd5\x0c\xbd\xc9\xd1\x08\xf4\xb0\x90\xa1\xef\xb3\x28\x35\x4b\x72\x65\xdf\xc0\xf3\x61\xf0\x7c\x80\x51\x21\xc1\x0a\xf3\x84\x42\x92\xff\x77\x9a\xe4\x33\xaf\xf9\x82\xb6\x9b\x81\x83\x00\x27\x09\x45\x51\xb8\x95\x06\x27\xac\x2f\x20\xe8\xca\xb7\x38\x0f\x5c\x25\xf6\x49\x05\xdf\x68\xdd\xe1\x1b\x61\x8a\xeb\x6e\xb6\x74\xb4\x21\xec\x3d\xa0\xcc\x4c\x98\x00\x35\x6c\xfd\x96\x21\x4f\x78\xfd\x4d\x2b\x05\x8f\xe1\x2c\x0a\xab\x41\x58\xc2\x5c\x70\x07\x1b\xec\x0c\x45\x51\x5c\x87\xb7\xa7\x16\xdf\x73\x4d\x34\x35\x5c\x8f\x78\xad\x7a\x1a\x27\x16\xef\xb2\xea\x74\xb3\x6c\xe6\x9a\x4c\xe6\xca\x5a\x84\xf8\xd4\x16\x79\xcf\x95\x36\xd1\x94\x8c\x0c\x79\xc1\x4d\x2c\xc1\x4c\x58\x23\xa4\xd5\x3e\x3c\xbb\x7e\x06\xd1\xfb\x4b\x7d\xe4\x21\x16\xb9\x45\xda\x85\x8d\x0b\x33\xa3\xd1\x7a\xb5\x62\x46\x2c\xd3\x6c\x1b\xe2\x5b\xcb\x20\x00\x9e\x20\x20\x20\x02\xb2\x8a\xb6\xbf\x17\xf0\x7a\x61\x98\x8f\x90\xee\x43\xef\x59\x53\xe9\x7f\x56\xd1\xb3\x57\x8c\xb0\x53\xca\x95\xac\x1b\x62\x3b\xe8\xfb\x12\x55\xfe\x6d\x06\xb8\xfe\xb1\x2b\x92\xd1\xf9\xe8\xc4\x2e\xb9\x95\xf3\x93\x7b\x17\x65\x3c\x02\x3a\x74\xe9\xec\x8f\x13\xa9\xe3\x73\xe6\xf7\x0f\x36\xd3\xa8\x9c\xf9\x68\x62\x08\xd2\x0e\x0b\x8c\xee\x59\x21\xe3\x6c\x77\x18\x75\x38\xa4\x18\x85\x14\xf6\x9b\x78\x16\x0a\xcb\x00\xb6\x52\xdf\xd4\xe2\x69\x2e\xc5\x6f\xec\x70\x9c\xef\xd9\xaa\xda\x96\xcb\x36\x2d\x9c\xdc\x06\x19\x72\x53\x2c\xc1\xc6\xb3\xb4\x51\xb8\x3a\x98\xfa\x78\x02\x38\x55\x28\xf3\xce\x28\xaf\x73\x2a\x3a\x93\xf6\x2e\xeb\xf7\x94\x88\x6b\xfb\x86\x5a\x73\xd3\xdd\x12\x66\x2d\xc3\xaf\xbd\x01\x5e\x3e\x7a\x78\xb5\x7d\x80\x92\xad\x89\xc6\x1d\x90\x9b\x90\x78\x34\x56\x84\xc6\x71\x6d\x46\x23\xa5\x25\x46\x9f\x8c\x0b\xb9\xd0\x10\x9e\x81\xb9\x8f\x72\x14\x30\xe4\x30\xb2\x06\xe1\x26\xe5\xa8\xe6\x8f\x77\x99\x1c\xea\xb7\x21\xe3\x9a\x6a\xdf\x47\x91\x02\xd9\x4c\x82\xfb\x81\x2c\xf3\x4b\xf1\x94\xf7\xa1\x3f\x33\xf1\x7d\xb8\xc9\xc2\xd7\x13\x55\x11\xf8\x82\x19\x20\x54\xc9\x5c\x78\xc8\x27\x29\x98\x1c\x81\x4b\x02\xbc\x7c\xde\xe8\x06\x42\xb7\x90\x26\xca\xf6\x50\x6c\x86\xb1\xc6\xa0\x1e\x36\x2f\xf7\x8e\xb0\x67\xab\xd6\xf9\x29\x60\xcf\x76\x5d\x77\x77\x70\xbe\xd2\x82\xef\x0a\x66\x85\x47\x69\x03\x36\x0b\xef\xaf\xb4\x84\x05\x3e\x00\xa6\xaf\xb8\xa8\x08\x26\x37\x43\xb8\x12\x3b\x36\xf2\x18\xb2\xe4\x20\xf7\x0a\x81\x08\x9b\xe0\xb9\xc1\x82\xb8\xc9\x75\x60\xdf\x5f\x63\x9c\x18\xa2\xf6\x25\x1a\xa8\xbb\x7b\x35\xf1\x05\x05\x41\x98\x11\x82\x29\x67\x1c\x59\x79\x73\x6c\x68\x5f\x8c\xb7\x72\xb9\x83\xc1\x81\x6c\x55\x40\xe2\x42\x70\x01\x8d\x98\x40\x8b\x40\x1c\xd6\x44\x4e\xa5\xbd\xb6\xad\xba\x5a\x3c\xc4\x38\x3e\xb8\x6c\x96\x94\x53\x9c\x61\x56\xfc\xd7\x9b\x8d\x3d\x5a\xf6\x11\xca\x8e\xf1\x4b\xab\x91\x32\xa3\x99\x0c\xcb\x48\x83\x2b\xc6\x1f\x20\xe2\x96\xd3\x0d\x58\xaf\xa7\xa0\xab\x03\x00\xba\x03\x7e\xe2\xff\xb0\x1a\xa4\x25\xa9\x10\x33\xe7\xf3\xec\x5c\x94\x0b\x82\x3f\xd4\x95\x5e\x6e\xf4\x1e\x6e\x02\x74\x08\x8c\x65\x98\x8f\x6e\x01\xb5\x7c\x85\xf2\x12\x92\xa6\x8b\x60\x15\xbb\xc8\x21\x60\xc0\xa7\xf4\x85\x0f\x1f\x0a\xf4\xfd\xf9\x8c\x1d\x91\x61\x0e\xcf\x2f\xaf\x7a\xb1\x61\x96\x0b\x78\x7c\x9c\x4c\x58\x72\x0f\xc1\xa5\xc8\x14\x71\xb9\x7c\x19\x85\xe1\xbc\x2f\x0a\x8c\x67\x23\xbd\x95\x71\x1e\x40\xb4\x02\x90\x9c\x54\x24\xe5\x7a\x96\xd1\x39\xd8\x73\x04\xba\xa5\xcb\x05\x8c\xfd\xa0\xb6\x54\x5b\x00\x84\xda\x71\x01\x2f\x87\xc1\xbf\xfc\x24\x42\x1d\xa4\x10\x62\x55\x27\x76\xec\x0c\x6b\xb6\x8b\x7b\xba\x09\x4e\x3d\xaa\xfe\x85\x3b\x1a\xfb\x29\x42\xf6\x93\xa8\xa4\x31\xf5\xdf\xf8\xa0\x2f\xb0\xa0\xf4\x7d\xa1\x20\xfb\x6f\x2c\x66\xc1\xd4\x03\x4b\xfb\xa2\x9c\x5f\xe6\xae\xb2\x62\x97\x49\x01\xb3\xdb\xc4\x3a\x37\xc7\xf2\x8c\x91\x7b\x96\x7b\xce\x21\xa6\xbe\x48\xa6\x0f\x81\x4d\x4b\x60\x7f\xeb\x0b\xf8\x3c\x01\x3e\xed\xda\xc6\x8f\x02\xd7\xd7\x81\x72\x3a\xd4\xed\x92\x35\x31\x10\x66\xc8\x9e\xc1\xd4\xda\x10\xf0\xe1\x02\x40\x16\x42\x91\xeb\xda\xe8\x0b\x1f\xb3\x3a\xca\xb3\x0c\xe1\x12\x1a\x96\xcb\x67\xd3\xf9\x00\x8b\xaf\x97\xb2\x14\xf4\x5a\x12\x01\x21\x07\xab\x5f\xca\x66\x29\x84\x19\x26\xf3\xa2\xf0\x19\x10\x2f\x13\x3a\x87\x40\x3c\x0f\x82\x0a\xb1\xe1\x63\x66\x88\x95\x3b\xd2\x3c\xc3\x20\x4c\x30\xe8\x42\x6a\x1e\xcd\x32\xc2\x8d\xee\x8b\x90\x49\x88\xb0\x50\x70\x15\xf8\xa8\xf7\xd4\xc9\x82\xd0\x05\x34\xeb\x4a\x65\xc0\x05\xc1\x13\x6e\x4a\x43\x02\x4b\xe5\x3c\x46\x0e\x9c\xcd\x18\xc5\x90\x21\x5f\x47\x3b\x96\x06\xab\xdb\xe0\xe2\x6b\xa0\x82\xc1\x62\x02\xd2\x3e\xa9\x17\x2b\x58\x6c\xbc\x29\x2d\xd2\xc6\xd9\x59\x51\xd0\xc3\xf8\xe3\x68\x5d\xa0\xb2\x73\xe6\x59\x79\xcb\xe8\x50\x0f\x2c\x48\xd4\x33\xaa\x0c\x4f\xf2\x8c\xaa\x0c\xe0\xb9\x46\x79\x46\xf8\x28\xaa\x48\x00\x9b\x80\x89\x64\x50\xf5\x4f\xc2\x1d\xe1\x0d\xef\x9a\x4e\x59\x14\x20\xeb\x14\xcf\x2c\x32\x22\x22\x38\x0e\x5a\xa7\x6c\x5b\x6f\x5b\xe4\xbc\x5a\x7f\x02\x8e\x45\x94\x80\xce\x35\x72\xc0\x30\xde\x28\xb2\x0b\xeb\x58\xf0\x91\x15\x76\xbf\x8b\x0e\x5e\x53\xa1\x23\xaa\xef\x37\xb4\x50\x7a\x14\xb3\x15\x05\x90\xea\x22\x3b\x7b\x50\x3f\xa7\x64\xb7\x0c\x27\x62\x45\xc1\xe5\x0d\x07\x19\x27\xef\x6f\x31\xd0\xcf\x51\x81\x9a\xea\x60\xa7\x4b\x0a\x20\xc0\x3e\x6e\x38\xd4\x08\x9c\x74\xf3\x81\x46\x94\x13\xdb\xa3\x1b\x57\x76\xb5\x72\xf9\xb9\x04\x13\x4a\xec\xb8\xac\x60\xcf\xd0\x83\x51\xa9\x4b\x07\x63\x70\x78\xa2\x00\xff\x14\x0e\xdb\x90\x91\x8c\x8b\x7b\x1f\x4a\x6e\x77\xfe\x88\xd0\xa2\x75\x38\x7c\x38\x7a\x24\xe6\x06\xc9\xa6\x0e\x2c\x6d\x07\x61\x67\xbd\x80\xbc\xda\xcd\x0d\xf3\xde\x08\x0f\x6f\xa1\xac\x5b\x34\x8f\xf5\xb7\x65\xa9\xcf\x3c\x08\xb1\xde\x51\x8e\x17\x4c\xe4\xbd\x33\x3c\x14\xfa\x6a\x5c\xdf\xeb\x09\xad\x2f\xea\xb8\x1a\xff\xf3\xee\xf2\xbc\xf3\xbe\x7b\x59\x06\xed\xfc\xeb\x5d\xe7\xae\xfc\xcb\xcd\xdd\xe5\x65\xf7\xf2\x43\xfc\xd3\xed\xdd\xd9\x59\xa7\x73\x5e\x7e\xef\x7d\xbb\x7b\x51\x79\xcf\xfe\x54\x7e\xa9\xfd\xee\xea\xa6\x02\x13\x7a\xfb\x73\xf7\xfa\xba\xfc\x53\xaf\xfb\xb1\x73\x3e\xb8\xba\xeb\x2d\x45\x04\x2d\xc6\x5f\xbb\x44\xfb\x80\x52\xdc\x1a\x06\xb6\x4d\x46\x8a\x33\x91\x66\x73\x8c\x1a\xf0\x7a\x47\xc5\x49\x19\xb3\x74\x3e\x65\x32\xdf\xc5\xf9\x6f\x55\x5f\xf9\x60\x55\xea\x8c\xb8\xd6\x5c\xc8\x23\xd5\xf7\x8d\x69\xc8\x46\x2d\x9a\xc1\x96\x86\x38\x19\x35\x0f\x41\x74\x4b\x83\x77\x42\x06\x94\xeb\x84\xcc\x98\x5a\x36\x16\xb8\x70\x55\x3e\x33\x7c\xd8\x1c\xce\xb1\x66\x66\xd0\xe6\x9a\x1d\xa6\xd4\xd6\xa7\x36\x5c\xd6\x33\xba\x52\x54\xc3\x2e\x0e\x5d\x68\x61\x5b\x74\xe3\xf0\xb5\x77\x82\xcd\xf2\x61\xc6\x13\xc2\xd3\x22\x11\x18\xc3\x1d\x30\xf6\x0e\x6d\x24\xd5\xcc\xfb\x19\x53\x20\x01\x59\xc1\x72\xa6\xd8\x31\xcd\xcd\xc4\x57\x4a\x0a\x25\x6e\x31\x13\x9e\x25\x8a\x19\x5f\x89\x91\xa5\x1e\xef\x36\xea\x09\x06\xe3\x22\x70\x53\x48\xf5\x68\x45\x20\x48\x0d\x46\x31\xfc\x12\x5b\xdf\xc0\x7c\x87\xef\x2f\x5d\x1a\x37\x62\xae\xab\x25\x4d\x40\xd6\xc3\x87\x1e\x35\xd7\xce\xdb\x72\xde\xc4\x87\x8a\xe0\x26\xfb\xa8\x93\xfa\x69\xac\xa2\xb1\x98\x50\xca\x41\x22\xae\x75\xf7\xe8\x4c\x31\xb8\x14\x9c\x8f\xc7\x6b\xc6\x10\x2c\xe9\xa2\x54\x20\x38\xc5\x6a\x00\x43\x36\xa1\xd9\x08\x8d\x2c\x76\x6b\x8a\x73\xb5\x48\xa2\x3d\x79\xcf\xc4\x1e\xaa\x49\x6f\xcd\x0e\x05\x0a\xd4\x45\x4c\x76\xb0\x37\x14\x16\x19\xa8\x9e\xe9\xab\x4b\xbb\x28\x3d\x2c\xe6\x85\xe2\x67\xf4\x18\x43\x65\x0a\x50\x0c\x1f\xe0\x37\x1a\xf1\x2f\xb6\xc1\xbe\x60\xb5\xb0\x00\x50\x1e\xc3\xe7\x46\x05\xbe\x0c\x69\xb1\x98\x60\x72\xcf\x04\x20\xf6\x62\xd1\x8d\x95\x34\xbb\x99\xbd\x73\x71\x2f\x16\xad\x87\x61\xc5\xc0\xa2\xc4\x4b\x38\xc6\xb1\x59\x53\x15\x05\xa9\xa7\xf4\x9e\xb5\xc8\x39\xde\x8b\x40\x37\x67\x17\xdd\xce\x65\x6f\x70\x76\xd3\x39\xef\x5c\xf6\xba\xed\x8b\xdb\x75\x8f\xdf\x3e\x22\xba\x2a\xa7\xaf\x1a\x54\x17\x38\xc4\x89\x3b\x79\x45\x5c\x71\x51\x5a\x3c\x1c\x3b\xd8\x92\xd5\xa3\xe7\xe9\x6c\x90\x72\x9d\xd8\xeb\x6f\x3e\x60\x22\x05\x3c\x95\xad\x48\xb5\xbe\xa9\xea\x2c\xc2\x1b\x24\xbc\xe1\x39\x08\xde\x76\x0f\x9e\xa2\xc3\x73\x48\xb8\x76\xf5\x2a\xa1\x56\x71\x5f\x44\xb7\x4d\x6b\x35\x86\x9e\x6d\x6e\xb7\xb9\x95\x9b\xa8\xce\x09\xc7\xcb\xb5\xce\xa9\xe5\x8f\xfe\x35\xc8\x97\x6d\x58\x15\x97\x41\x1b\x83\xba\xf0\xa8\x66\x00\xb1\x2a\xef\x94\x8a\x94\x1a\xa9\xe6\x0d\x53\x5c\x8f\x79\xc6\xc7\xa6\xcc\x42\xe3\x2b\xdb\xea\xf3\x7e\x17\xf0\x55\x2a\xaa\xa4\x84\xd0\x2f\xbd\xab\x9f\x3b\x97\xb7\x83\xce\xe5\xa7\xc1\xf5\x4d\xe7\x7d\xf7\xbf\x42\x6a\x9c\xab\x80\x5a\x86\x23\x67\xf6\x52\xb4\xdc\xc5\xa7\x69\xd4\xf2\x17\x04\x05\xf7\xed\x38\x20\x58\x3e\xea\x0b\xcf\x59\x54\xd1\xfc\x44\xc9\x7c\x3c\xa9\x6f\xa8\x3a\xca\xeb\x76\xef\xa7\xad\x86\x09\x29\x54\x88\x1c\x8c\xa7\x6d\x11\x0c\x80\x8f\x1c\xdf\x43\x04\x81\xca\xf0\x20\x11\x10\x5e\xad\xb3\x61\x37\x70\xb4\xad\xb4\x91\x45\xa6\xb5\x54\xf8\xaf\x79\xbd\x89\x80\x7a\x11\xdf\x2c\x5d\x23\x00\x4e\x81\x98\xf4\x0b\xad\x9d\xd6\xfc\x56\xba\xc1\xfe\x78\x9c\xb1\xf1\x98\xa5\x48\x5e\xd5\x86\x9d\x69\xc7\xb1\xc0\xa4\xb8\xd7\xeb\x56\xd1\x41\x44\xef\x70\x31\x87\x00\x87\xf5\x19\xf8\x75\xf8\xa4\x9e\x57\x9c\xf9\x52\x31\x89\x14\xda\x50\xd1\x00\xb9\xb5\x61\x39\xcb\x02\x07\x57\x15\x45\x65\x9d\xc1\xc3\x1b\xa3\x8b\x73\xb0\x8d\x83\xc6\x41\x61\x0b\x67\xc1\x88\x20\xb2\xa3\xda\x36\x35\x9b\x50\x29\x18\xf8\xe4\xc6\x8a\xa5\xaa\x93\xcb\x1c\x04\x0b\x22\x62\x91\x3a\xdc\x11\xb4\xee\x00\xc0\x6f\x63\xc4\xd7\x9e\xeb\x8b\x06\x0b\x66\x51\x1c\x31\x94\xdb\xf4\xc2\xdb\xe6\xf6\xaa\x4a\x69\xc1\xa8\xec\x62\x9a\x27\x0e\x60\x07\x9b\x2d\x5c\xba\xce\x40\xe5\x2f\xd8\x94\x1c\xc7\xe5\x5c\xd3\x63\xc8\x01\xeb\x8b\x26\x47\x45\x4d\x29\xd4\x98\x02\xae\xfd\xad\xb5\xcb\xde\xd7\xac\x7e\xf3\x11\xf4\x8b\xbd\x5e\x6c\x2e\xf1\xaf\x83\xb0\xd7\xe0\x11\x77\xfb\x32\xa4\xe8\x89\x2c\x5f\xc7\x4d\x69\x3a\x81\xab\x6e\xe6\xb8\x5f\xcb\x69\x4f\xcb\xb8\x40\x78\x45\x4e\xa8\x46\xc9\xd5\xd7\xc6\x2f\xea\xb7\x16\x85\x7b\x9b\x6c\xdf\x41\x12\xdc\x23\x76\x48\x93\x23\xe2\x08\x75\xea\x50\x83\x3f\xc6\xd3\x0d\xd8\xe0\x9b\x11\x7e\x2c\x1c\x05\xe5\x05\xf9\x1e\x30\xac\x8c\xe6\x22\x99\x90\x59\x46\x31\x1e\x7d\x42\x35\x92\xb4\xf7\x75\xd3\x21\xcf\xb8\x81\x4c\x3a\xf4\x12\x55\x56\xd8\x6a\x34\x54\xdd\x7b\x04\x07\x5a\xe4\x71\x2f\x23\xfa\x1d\xe3\xb1\x8a\x32\x51\xcf\x19\x91\x55\x1c\xd9\xe8\x8b\xa5\x2e\xa6\x82\x2c\x5d\x34\x56\xb1\x1d\x58\xc8\xdc\xc8\xa8\xe4\xd5\x66\x3b\xeb\x5a\xbc\xae\x7e\x5e\x5a\xef\x9a\x8b\x7a\x73\xd7\xbf\x03\x27\xda\x80\xcd\x57\xa1\x8b\x6a\x4f\xd6\x28\x93\xb4\xa1\xc0\x85\x6f\x1b\x91\x88\x9a\xda\x4e\x65\x3e\x6c\x42\xbe\xc0\x51\x2d\x6f\x7d\x99\x1d\xdf\x9f\xdb\x7d\xd9\x05\x63\x06\x48\x0d\x33\x7c\x33\xd3\x46\x34\x69\x6a\xd8\x31\x7c\x5e\xdf\xb8\xc3\x7b\x58\x7b\xce\x0b\x84\x56\x40\xd6\x05\x7c\x0d\x2b\xd2\xd6\x14\x49\xfc\x6b\x0e\x85\x18\xaf\x46\xb7\x98\xdb\xb5\x0b\x91\x19\xbe\x48\x61\xf5\x27\xb1\xda\x6b\xaf\xec\x24\x89\x69\x60\xc6\x92\xf5\xaf\x99\x6a\xbb\xb7\xf6\xeb\xf5\x0f\x64\xb9\x08\xd4\x4c\x71\x09\x19\x58\xae\x72\xd4\x92\x24\xf1\xda\x7e\x77\x58\xc9\x5f\x73\x96\x33\x4b\xfb\xc3\x3c\x1d\x2f\xda\x36\x37\x90\xce\x8a\x29\x4d\xe4\x23\x99\xe6\xc9\x84\xf8\xc6\x49\xca\x32\x3a\x2f\x4d\x0d\xe4\x25\x23\x33\x00\xdd\xd8\x12\x03\x22\xc9\xb5\x91\x53\x88\x55\x2b\xda\x55\xb9\x00\x82\x27\xd4\x18\xc5\x87\xb9\xa9\x0d\x70\x2a\x25\x43\x6f\xe9\xa0\xba\xbd\xee\x9c\x75\xdf\x77\x2b\xde\xa1\xf6\xed\xcf\xf1\xbf\x3f\x5f\xdd\xfc\xfc\xfe\xe2\xea\x73\xfc\xdb\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x32\xfe\xf9\xbc\xdd\x6b\xdf\x76\x56\xb9\x95\x16\x7b\x6d\xde\x08\x1a\xe5\x6a\x5b\xd9\xc5\x19\x2e\xc1\xa3\xe7\xb5\x4b\xd7\xeb\x29\x69\xfb\xcc\xf5\xb8\xb4\x07\xf5\xae\x3e\x70\x51\x63\xad\x11\xe7\x11\x84\x52\xda\x58\xbb\xa9\x45\xda\xc4\xd7\xe0\x82\x78\x46\x6d\x85\x05\x97\xd7\x6b\x77\x07\x9b\xb0\x12\x43\x52\x68\x6e\x05\x7e\xb4\x1c\xb9\x84\xfa\x8c\xc5\x20\x46\xae\xde\x6a\xab\x2f\x3a\x0f\x4c\x98\x1c\x10\x56\x68\x96\xf9\x52\x69\xfe\x85\x28\xfd\xcd\x8f\x52\xf3\x29\xcf\xa8\x2a\xa0\x7e\xaf\x5c\x5b\x20\xb0\xfb\xb1\x86\x74\xc7\x45\xfc\x47\xaf\x3c\xdc\x75\x09\x8c\xfb\xec\xa2\x0b\x22\x50\x62\x3c\x48\x9e\xef\xbc\x2f\x30\x63\xdb\xf5\x38\xa5\x10\x63\x6b\xa4\xb3\xa7\x61\xf7\x8d\xa5\x63\x6f\x6a\xa0\x76\xb7\x40\x04\x40\xcb\xf3\x53\x45\xcb\x84\x41\xfa\x3f\x3a\xc2\xa8\xf9\x26\x10\xcc\x24\x65\x1a\x64\x53\x17\x18\x53\x86\xff\x45\x73\x07\xf1\xad\x5f\x82\xb0\xe3\x03\xb7\x9c\x35\x3e\x18\xdd\x19\x00\x96\x37\xc8\xdf\x99\xbd\x84\x5e\xea\x3a\xc4\xe9\x65\xb0\x0a\x43\x99\x8b\xd4\xd7\x2e\x9d\x72\x71\x32\xa5\x5f\xde\xfa\x99\x3e\x4e\xb8\x53\x40\x8a\x54\x5c\x96\x59\x4d\x64\x6e\x99\xdc\xf2\xe5\xea\x8b\x25\xeb\xb5\x5a\x5a\xf4\x9c\x15\xd4\x9e\x42\x47\xc5\x60\xa4\x07\x36\xaf\xdb\xbf\x05\x94\x46\x0c\x78\x72\x07\x1e\x1a\x99\x29\x06\xa5\xba\x43\xa8\x53\x86\x21\x6c\xe1\xdf\x10\x4a\x5b\x42\x7b\xae\x67\xde\xb1\x9b\x77\xa7\x73\x53\xeb\x60\x7e\x02\x9c\x4d\xd7\x93\xdd\x34\x74\x37\x7b\x4b\xa7\x0b\x1d\x76\x7e\x34\xbb\x5b\x7f\x97\x43\x28\x28\xa9\x7d\x31\x17\xc5\xc0\xb2\x0d\x7b\xe1\x81\x81\x20\x63\x73\xc1\x87\xed\x69\x20\x63\x1a\xec\xbd\x50\xec\x98\xfd\x9a\x3b\x97\xdd\x8f\x3f\x6c\x76\xd1\x1a\x35\x27\x1e\x82\x2c\x8e\xf4\x76\x89\x0e\xee\xd2\x85\x71\xe5\x82\xd7\xa5\x71\xdf\x60\x99\xdf\xe7\xad\xa6\x5e\xe9\xd4\xfd\x73\x65\x30\xbc\xb7\xc4\xba\xd2\xc4\x4f\x86\x7b\xf1\xa9\x02\x77\xe1\xba\x83\x18\x57\xd7\x7a\x7c\xa3\x0d\x69\x72\xff\x48\x55\x8a\xc6\x42\x08\x3f\x68\x91\x9f\xe4\x23\x7b\x60\xea\x88\x24\x4c\x19\xea\x32\x61\x35\xf8\x5f\xe1\x40\xb9\x76\xfa\x02\xc2\xbe\x31\xad\x58\x40\x21\x1c\xc3\xc7\x13\xab\x50\x46\xde\x73\xa9\x2c\x3f\x32\x08\x33\x30\x63\x09\xc6\xfb\x37\x05\x39\x8f\x32\xfa\xb0\x98\xda\xbb\x4d\xd6\x66\x54\xf3\xdb\xbb\xa7\x9c\xaf\x66\x69\xbc\x83\x2f\x1d\x8d\x5c\x73\x36\x37\x13\x29\x8e\xc8\x58\x66\x54\x8c\x5b\xad\x16\x61\x26\x69\xbd\xdd\x88\xd0\x5d\x83\xb1\xc3\x2b\x04\x6b\x66\x52\xb3\x6c\x1e\x00\x3a\x43\x50\xbd\x5d\x65\x08\xe2\xd7\x1c\x4d\x1e\x35\xd4\x7f\x5b\x4d\xfe\x7c\x5e\xd3\x79\xbd\xa6\xba\x71\x16\x49\x43\x3b\x00\xdc\xb9\x41\x4b\xf8\x7e\xbd\xe6\xb5\x41\x56\x94\x87\xc2\x2e\xb2\xa3\x1a\x90\x71\xa4\xd8\x34\xe5\xe7\x93\x6c\xaa\x19\xb3\x55\x36\x7b\x6d\x4b\x2e\xf7\x78\xab\x24\x98\x45\x8a\xae\xa1\xb8\x90\x2f\xb6\x13\x72\x46\x96\x4f\x17\x0b\x1f\xee\x4b\x8a\x2a\x06\x89\x7f\x9d\x41\x77\x6b\x4b\x51\x45\x69\x1c\xa9\x30\x51\xc7\x8d\x17\x6d\xa1\x48\x4c\xc0\x2d\x15\xd7\x90\xc3\xbf\x4d\x2e\x4d\x68\x06\x9b\x06\x97\x0d\xd4\x4e\x86\x62\x65\x4a\x8a\x71\x36\xc7\xf4\x20\x6f\xe2\x77\x9f\x68\x14\x75\xc0\xcf\xd3\xcc\x19\xaa\x81\x44\x4f\x9d\x98\x5f\x94\xff\x9d\xb0\x00\x15\x14\x45\x18\x19\x89\x8e\x54\xc7\xf8\x4a\x36\x70\xb8\xe9\x39\xa6\x39\xfb\x68\x25\x11\x55\x48\x59\x80\x86\x29\x27\x8e\xf5\x45\xb9\xab\x69\x81\x44\xe4\xe2\xbc\x9c\x47\x9c\x2b\x86\x88\x0e\xda\x72\x55\xc3\x1f\xec\xda\xad\x8c\xae\x00\x00\xc5\x7d\x2e\x05\x34\xe8\x2b\xda\x4a\x32\xf2\x29\x2a\xf7\x2c\x42\xe5\x4f\xed\x85\xf4\xc0\x56\x07\x46\xc0\xaa\x0e\xa2\x1a\x27\xeb\x1d\x7d\x24\x90\x8f\xf6\xe3\x25\x71\x38\x0b\x8d\xdb\x1b\xab\xc8\x53\x28\x0c\x01\x45\x7d\x5e\x37\x49\xb7\xc1\x85\xab\xbd\xa6\xfe\x4d\x61\x53\x01\x61\xd5\xca\xa4\x7d\xe1\x60\x65\x22\x17\x96\x5d\x97\xc5\x3d\x75\xf9\x53\x08\x66\x31\x2f\xa5\xa4\x02\xe4\x8f\x2f\xd4\x50\x5f\x76\xc8\xa3\x55\xbb\x72\x7b\x98\x72\xe8\x15\xef\xda\x0e\xb7\x8c\xdf\xc0\x75\x6e\x8e\xd9\x28\xc4\x0e\xb7\x70\x0e\x18\x09\x71\x6b\x51\x62\x49\x98\x5d\xbe\xb6\xa8\x0d\x97\xf0\xc1\x12\xb7\x9d\xb3\x9b\x4e\xef\xd9\x62\x3a\x7c\x40\xc5\xc6\x41\x1d\x7e\x9c\xe7\x9d\xf7\xed\xbb\x8b\xde\xe0\xbc\x7b\xf3\x14\x51\x1d\xee\xd1\x16\x61\x1d\xb7\x0e\xad\xea\x4c\x0a\xc3\xbe\xec\xc4\x43\x55\x2e\x06\x74\x83\xf0\xe2\x80\x08\xb7\xec\x7a\xc2\x46\x17\xd1\xb6\x02\x14\x16\x25\x33\x99\x7a\x01\x3f\x80\x6b\x45\x75\xa4\x46\x3c\xcb\x20\x89\x27\xd8\xc4\x5c\x64\xbe\x5d\xd4\x23\xc2\x43\x70\xa1\x67\xb8\x7d\x31\x2c\xc1\x8d\x81\x9e\x3e\x91\x52\xe3\xfe\xd0\x99\x5d\x00\xc5\x21\x87\x63\x19\x20\x97\xd5\xb7\x8b\x61\x20\xc6\x7c\x2e\x88\x6c\x02\xf9\x71\x9b\xf8\x94\x39\x5a\xee\xa2\x5c\x57\x36\xf0\x14\x57\xa2\x4f\x2f\x2e\xf8\x87\x61\x86\x78\x88\xb9\x40\x41\xa2\x74\x9a\x6f\xeb\x49\xf7\xa4\x38\x02\xb0\xee\x76\x27\x29\x18\x0e\x01\xc6\xbd\xd8\x48\xb7\x11\x08\x85\x59\x58\x14\xef\x39\xba\xbe\xe5\xa8\xb2\xce\x96\x15\xda\xb5\xe6\x60\x5e\xa4\x08\x87\x4d\x92\x2c\xd7\x56\x59\x43\x55\xa7\xfd\xf9\xb6\x2f\xb0\x20\x0f\x50\x81\xf6\x70\x89\xd8\x05\x3a\x5e\x65\xa9\x7f\x7b\x7f\x31\xef\xc7\x76\x1c\xec\x7b\x34\x2c\x4d\x19\x15\x1a\x8b\x6c\x64\x19\x53\x05\x65\xe0\x78\x98\xbd\xe2\x00\x3a\x10\x8a\xa5\x14\xdf\xbb\x3a\x0b\x12\x4e\xad\x1d\xaf\x7b\xea\xea\x0c\x54\xe9\xa9\x29\x47\x0c\xa2\xba\x9e\x92\x72\x6a\x82\x8b\xd7\xa5\x22\x17\x10\x57\x4b\x44\xe5\x50\xdf\xb5\x68\xa9\x87\xcd\x1d\x48\x69\x8f\xa4\xb4\xc6\xbd\x1e\xdf\x12\x64\x22\x2d\x03\x0d\x48\x87\x85\x6f\x28\xe4\xa8\x66\x10\xb4\x00\xb5\xa0\xeb\x6e\x9d\x02\x30\x64\x2b\x6f\xd1\xe5\xd5\x65\x27\xf6\xf5\x74\x2f\x7b\x9d\x0f\x9d\x9b\x52\x3e\xd2\xc5\x55\xbb\x57\xca\x3d\xea\xdd\x54\x52\x96\xde\x5d\x5d\x5d\x74\x16\x9c\x46\x9d\x5e\xf7\x63\xa9\xf1\xf3\xbb\x9b\x76\xaf\x7b\x55\x7a\xef\x5d\xf7\xb2\x7d\xf3\x4b\xfc\x4b\xe7\xe6\xe6\xea\xa6\xd2\xdf\xdd\xd9\x72\xf7\x53\x69\x1a\xf5\xaa\x53\x61\xdd\x8e\xb0\x53\xea\x96\xb4\x47\xf5\xfd\x9e\x33\xf1\x20\xf3\x74\x93\x4c\xba\xda\xc4\xb9\x92\x15\x21\x65\x83\xed\x92\xf4\x9a\x12\x0d\x6b\xfb\x51\xcc\xa8\xf9\x80\x1a\xc3\xa6\xb3\xdd\xca\x3e\xad\x7f\x44\x36\xcb\xff\x03\xfe\xb2\x46\xfe\x5f\x69\x57\x5f\x4e\xfe\x5f\x4d\x6a\xdf\x62\xfe\x5f\xf7\xb2\xdb\xeb\xb6\x2f\xba\xff\xa7\xd2\xe2\xe7\x76\xb7\xd7\xbd\xfc\x30\x78\x7f\x75\x33\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x96\x07\x00\x2f\x8e\xbe\x50\xda\x8e\x49\xdc\xcf\x29\xe9\x45\xe2\x34\x9a\x71\x9d\xb6\x66\x57\x1c\xd0\x62\xb9\x01\x48\x16\x2e\xc6\x47\x50\x98\xe8\x94\x74\x94\xea\x4e\xe9\x98\x5d\xe7\x59\x76\x44\x42\xf9\xb1\x33\xc5\xa8\x81\xd7\xae\x65\xda\x8d\xbe\x03\x4f\x6f\xed\x34\xa0\x7f\x57\xe6\x0b\xbb\x3f\x72\xfd\x47\x2a\x5e\xf0\x22\xbb\x90\xfa\x50\x84\xf1\x14\x80\x6e\xe5\xc8\x55\x2c\x38\x0a\x3e\x29\xf2\x6b\x2e\x0d\x25\xec\x4b\x02\x41\xef\xf5\x74\x72\x21\x77\x2a\xd3\xb5\xba\xa6\x40\xfd\x99\x5e\x9d\x27\x54\xaf\xc9\x23\xca\xd5\x60\x93\x2a\x39\x6e\x96\x1f\xf1\x53\x57\x18\xa7\x5e\x20\x32\xd9\x1e\x82\x70\x2e\xe4\xb8\x1e\x51\x06\xb2\x94\x1c\x0c\x4e\x01\xe8\x0e\x21\x7d\x72\x4c\x34\x17\xf7\x7d\xf1\x79\xc2\x04\x91\xb9\xc2\x9f\x8c\x54\x00\x4e\x34\xca\x72\x3d\x61\x50\x8e\xef\x88\x3c\x32\x32\xa5\x73\x0c\xed\x9b\x4a\x15\x61\xec\x00\xc9\x58\xe2\x84\xaf\x33\x2e\x2c\xb7\x98\x71\x6f\xf2\xad\x6e\xfd\x3e\x3c\x42\x3e\xe5\x83\xee\x9e\x91\xb9\x5e\x5c\xcb\xe3\x84\x81\x4b\xbf\x30\x7d\x79\x35\xce\x71\x6e\xc0\x1b\x94\xf2\xde\x6a\x66\x3e\x39\xec\x3b\x8f\xa8\x00\xcb\xfd\x20\x79\x4a\xd2\x7c\x96\xf1\x24\xf0\xdd\x47\xa9\x1a\x33\x60\xd1\x35\xb1\x41\x06\x6c\xc5\xe1\xb6\x6c\x62\x35\x7e\x8f\xc8\xde\xb1\x24\x17\xf6\x89\xb3\x81\xa3\xf2\x22\xb9\x66\xea\xd8\x28\x3e\x1e\x83\xa1\xd7\x7b\x51\x5f\x7e\xba\x70\x91\x8e\xb4\xbb\xc3\x30\x8e\xe7\xc9\xe4\x98\x27\x34\x38\x0a\x81\xa6\x82\xec\x1a\xf2\x11\xfd\xb1\x9f\xe5\x0a\xcb\x3a\x8e\x8a\x9c\xb0\xc6\x38\x6b\x5f\x4b\x77\x80\x15\x5b\x76\xaf\x24\xd3\x1d\x61\xf5\x42\x87\x79\x5e\x04\xbc\xf9\xaa\x11\xfe\x86\x2b\xfa\xf6\x10\x5b\x88\x6e\x0b\x55\x12\x89\x7c\x84\x8a\x53\x56\x1b\xb1\xc2\xb9\x9d\xa9\x90\x20\x9b\x04\xd8\xad\x60\x62\xf6\xc0\x64\x23\x8f\xd6\xe9\x82\x12\xb0\xd0\xf7\xd7\x4f\xef\x2e\x6c\xcf\x76\xea\xe1\x94\xd6\xb2\xc8\x5d\x31\xb8\x82\xad\x7a\x5b\x89\x78\xb9\x13\x66\x9c\xc9\x21\x96\xbc\x5a\x40\xe7\x8a\x6f\x9d\xcd\x22\x0e\x46\x0e\x43\xad\x7c\x67\xf9\x2c\x77\x88\x77\x97\x4b\x50\x8f\xe3\xca\xcf\x3b\xc5\x30\x3f\xc1\x82\xe5\x46\x46\x45\xc6\xec\xe4\xba\xa1\xd6\x98\xf7\xa3\x00\x55\x74\xd3\xda\x8a\x15\xc5\x89\xf1\x2b\xdf\xc4\x9d\x6b\x9c\x9e\x1b\xa1\xaf\xcd\x14\xf3\xee\xee\x39\x33\xc1\xcb\x9d\x79\xac\x1d\x48\xfe\x0d\xb3\x2e\x87\xf9\x78\x47\x7e\x08\xcd\x84\x9c\xfd\x50\x00\x6f\x3a\x93\x82\x09\x67\xdc\x10\xb2\x2f\x5c\xe3\x1e\xcb\x31\xd4\x22\x29\x39\x98\x8e\x9c\x0e\xe2\xaa\x5e\x6a\x99\x3d\x38\x3b\x65\x94\x81\x0d\x58\x4b\x76\x80\x67\x96\x9d\x5b\xe1\x85\x8a\xb4\x28\xf9\x3f\x61\x7d\x51\x01\x34\x54\x6c\xcc\xb5\x81\x8b\xc5\x53\x6c\xfc\xfd\xde\x40\xde\x4a\xf2\xce\xb2\xa5\x6f\x04\x79\x5b\xc5\xb8\x46\x34\xd9\x04\x6c\x69\x3e\x63\x69\x37\x7c\xb7\x9c\x18\x4a\xbe\xce\x34\x8a\x05\x2b\x1d\x72\xa4\x01\x5f\xd6\x16\x02\x1f\x75\xc8\x9d\x0e\x9b\x14\xaa\xdb\x78\x00\x26\xd8\xa2\x31\xcd\xa9\xa2\xc2\x30\xa6\xfb\x02\xa3\x42\x31\x64\xbd\x14\xa3\x32\x2a\xc1\xfa\x15\xb2\x54\x22\xb5\xc1\x80\x38\xf8\x64\x44\x79\x96\xab\x46\x11\x01\xc9\x72\x2b\xef\xfb\xb2\x65\x3a\x83\x66\x49\xdd\xae\x85\x40\x92\xe8\x18\x85\x20\x12\x5f\x81\xc3\x57\x09\x29\xbb\x55\x9b\xf0\x59\x9d\xb2\xb7\xfe\x86\x07\xfd\x70\x09\x5e\x97\xdd\xde\x55\xb2\xca\x6a\x03\xc4\x9f\xfe\xb8\x1a\xaa\xb3\x91\x53\x00\x8d\x4c\xa8\x48\xa1\xee\x16\x35\x91\xb9\x01\xf7\xd6\x51\x1c\x00\xa0\x19\xcf\x8a\x9a\x7d\x13\x60\xea\x1b\x24\x0b\x7e\xa2\x15\xab\x55\x75\x30\xad\xf0\x37\x94\x7a\x29\xbb\x7d\xea\xcc\x8d\x45\xb8\xa4\x43\xe2\x0b\xc7\xa3\x79\xbf\x6b\xca\xea\xef\x9e\xb8\xb4\x2e\x36\x61\x51\x67\x6d\x91\x2f\x25\x8e\xee\xdd\x6d\x11\xd0\x08\x77\xa4\x7c\x2c\xcf\xae\x59\x29\x3d\xac\x2f\x1c\x54\x27\xbc\x88\x78\xaf\x18\x01\xa9\xc9\x8f\xc1\x77\xf8\xe3\x7f\xf8\xf8\xb7\x39\x19\xc1\x5a\x43\x90\xa9\x4c\x92\x5c\x01\x34\xa2\xaf\xc8\xc7\xf0\x26\xd8\x24\x8b\xb7\x8d\xf7\x9f\x06\x7e\x00\xb1\x74\xcd\xd5\xa5\x9c\x1e\x53\x9a\x54\x0f\xc4\x57\x04\x1d\x0d\x37\x8f\x43\xfc\x50\xda\x10\x6d\xd8\xac\x96\x05\x94\x44\x9c\x32\xf3\xde\x29\x51\xab\x0e\x1e\x74\x75\x42\xe8\x47\x3a\x5b\x86\xdc\xb8\x73\x8b\xab\xb6\x21\x44\xe8\x54\x6f\x26\x40\x2d\x04\x20\x0b\x87\xb8\xb8\xb8\x7a\x21\xa9\xf5\x59\x02\x51\x37\xc1\x91\x0e\xb9\xcd\x0e\x81\x7d\x19\x6f\x2b\x7f\xba\x79\xe0\x4b\x11\x81\xe9\x0a\x77\x63\x83\x43\x4c\x48\x8e\x73\xa8\xb7\xc9\x71\xaf\x6e\x8c\x6f\x6b\xc9\x76\xec\x98\xdf\x59\xa4\xe4\x3f\x63\x7a\xe7\xa7\x85\x25\xda\x34\xbb\xf3\x21\x4e\x67\x07\x71\xa9\x08\xc7\x58\x4b\x89\x0c\x59\x9d\x9f\xca\x98\x04\xa5\x25\x96\x7c\x2d\xf0\x86\xc5\xca\x80\x70\x43\xa5\x4c\x48\xc3\x08\x25\x82\x67\x27\x22\xcf\xb2\x93\x4b\x29\x2c\x63\xd6\x7c\x8c\x21\x24\x58\xd5\x1f\x22\x5d\x8b\x72\x19\x25\xeb\x71\x74\x04\x80\x39\xdb\x21\xa1\x61\xdb\x58\x8e\x69\xb7\x20\x9b\xf7\x85\xfd\x02\xef\x11\xac\x32\xc0\x43\x74\x30\xf6\xe6\x61\x1f\x5d\x5f\x90\x2a\x37\x8f\x1b\xaf\x21\xb0\x65\x48\x89\x3b\x85\xe5\x1e\xea\x57\xbe\x98\xfa\x95\x52\x85\x82\xfa\xeb\x57\xb2\x6c\x3e\x54\x5b\x97\x92\x0c\xba\x49\x10\x5b\xd7\xa0\xc7\xaf\xe9\x21\x7b\x4a\xdc\xcc\x9d\x41\x32\xfd\x4a\xed\xc3\x51\xf0\x2b\xe6\xcc\x0e\xe4\xc8\xd7\x9f\xdc\x3e\xcf\x77\x4d\x4b\x6d\x9c\xa8\x10\x67\xf7\x2e\x12\x49\x93\xaa\x2a\xc5\xc0\x29\xb3\xeb\x0d\xb6\xba\x60\x57\xe2\x3d\x7e\x7e\x2d\x33\x9e\x2c\x37\x6f\xfb\xab\x09\x50\xd9\x17\x9c\x1b\x50\xbf\xc0\x55\x45\xa6\x5e\xc3\x46\xbb\xad\x61\x89\x29\xac\x35\x8b\x93\xdb\xc4\xfa\xe7\xd5\x85\xd0\x0a\x00\xc9\x14\x65\x25\xec\xb5\x02\xc1\xc1\x90\xaa\x82\x82\x34\x00\x9c\xd3\x19\xb8\x53\x9c\x7e\x51\x1a\x08\xf0\xa6\xc7\x89\xcc\xd8\x11\x9a\x83\xc0\x76\xdc\x17\x33\xa6\x12\x69\x95\x34\x28\x5c\x8d\xf1\x72\x3c\x4b\x8b\x84\xd0\xef\xc1\x95\x05\x06\xe7\xb7\x0e\xf5\x82\x05\x73\x5d\x28\x2e\xb0\x9a\x6c\x3d\xf2\xdd\xae\x88\x0a\xfb\xb2\x4d\x2f\xa3\x82\xcf\xce\xbd\x85\x4b\xe1\xc0\xc0\x2b\x76\x17\xbb\xe8\xa5\xf1\x6c\xb6\xc3\x2c\xa4\xfa\xc1\x05\x83\x95\x28\x4c\x65\x5f\x5d\xbc\x75\x75\x29\x89\xb4\x24\xca\x83\x03\xc1\x7e\x44\xc1\x05\x49\x51\x0c\x29\x22\x54\xdd\xa6\xf6\x45\x61\x6a\xfa\x4e\xc7\x22\x49\xed\x3e\xb7\xc8\x7b\xa9\x08\x07\x40\xa9\x84\x1d\x91\xef\x4a\x13\xfd\x0e\x62\xa6\x85\x84\xfe\x9c\x81\xa2\xb4\x34\x40\xae\x47\x84\x9b\xbe\xe0\x1a\x29\x53\xb1\x8c\x3d\x50\x57\xcb\xd5\x6b\x85\xce\x7c\xed\x52\x91\xc3\xb4\xc1\x81\x4a\x5d\x94\x76\x1a\x00\x13\x21\x3a\x49\xc5\xb1\xb7\x14\x62\xbc\x00\x21\x3e\x17\x90\xe9\xc7\xbe\x20\x0e\xbf\x55\x74\x1f\x98\x52\x3c\x4d\x6d\x77\x45\x81\x08\x87\xc9\x04\x15\x07\xe7\x32\xc7\xb2\x39\x29\xb8\x4a\x68\xc8\xfd\x0a\x81\x50\x1c\x85\xd1\xa1\x34\x93\x32\x70\x39\x82\xb6\xe0\x49\x62\x56\xc5\x36\x50\x57\x08\xd6\x55\x30\x6a\x26\x84\x9b\x23\x88\x60\xf3\x8c\xa3\x2f\x68\xea\x30\xef\x5c\x73\x76\x69\x80\xee\x97\xec\xb3\x7b\x0e\x01\xf6\xcd\x47\x6c\x57\xff\x08\x9e\xea\x59\x46\xc5\x00\x19\xea\x57\xf0\x90\x44\x78\x3a\x4d\x76\xac\x7c\x38\x08\x78\xf5\x7b\x19\x67\x90\x74\x6e\x4a\x28\x57\x56\x84\xf3\x1d\x1d\x55\xab\xca\x7a\xc9\x1c\x32\x3f\xbd\x29\x9f\x67\x50\xef\x1d\xad\x64\xeb\x73\x81\xc2\xcb\x43\x2b\x36\x5d\x4f\xad\xab\xdc\x3c\x9e\x02\x5e\xaa\xab\x67\x9d\x9d\xaf\xdc\x21\xd5\x6d\xdf\xdc\xcb\xb0\x20\x30\x6d\xe5\x69\x58\x31\xac\xa7\xf5\x36\x34\x9a\x10\x16\xbd\x0e\x9f\x43\x7d\x9f\x60\x53\xc6\xa8\x01\x46\xb4\xb4\x7a\x8d\xb7\x70\xd4\xe3\x25\x55\x42\xfc\x9e\x34\x10\xb9\x8c\xaa\xbe\x76\x72\x1b\x16\x1a\x22\x5d\x41\xbc\xa5\xe2\x88\xf4\xdf\x20\x65\xe9\xfe\x1b\x04\x8c\xf6\xb0\x5b\xbe\x8a\x91\x3b\x3f\x69\xa9\x56\x5d\xb0\xb4\xa3\xbb\xbc\x38\x70\xae\xba\xce\x46\xd6\xbc\xaf\x59\x3e\x28\xca\xfc\xc3\x88\x9a\x21\x36\xe0\xae\x49\xd4\x39\xe7\xbe\xb6\x10\x40\x43\xaa\x3c\x31\xc5\x84\x43\x29\x96\x77\xfe\x43\xbb\x44\xb3\xdc\xdd\xa8\xa1\xf4\x89\x54\x7d\xe1\x5b\x2b\x2a\x22\xb6\xb3\x6c\xa1\xa9\xc5\x2a\x44\x11\xad\x82\x8d\xda\xe7\xe4\x03\xd6\x43\x11\x20\x5e\xe5\x03\x60\xf3\x1e\xb2\x02\x30\xb0\x45\x8a\x3a\x58\x20\x7a\x54\x0a\xee\xc4\xf5\x76\xb2\xcc\x17\x9b\x41\xa9\x2d\xaa\x30\xa2\x73\x88\xbc\x1e\xe5\x96\x1d\x45\xe1\xe9\x7d\x01\xb5\x97\x46\xdc\x1e\x12\xbf\x2e\x7d\xf1\x51\xba\x30\x77\x10\xaf\xfe\x7f\xf6\xae\xad\x37\x6e\xe3\x0a\xbf\xe7\x57\x0c\xfa\x62\x09\xa0\x56\x40\x8c\xbc\xe8\x4d\xb0\xec\x46\x86\x2a\x0b\x96\x95\x16\x08\x83\xd5\x2c\x39\xbb\xcb\x9a\x3b\x5c\xcc\x90\x52\x54\xa0\xff\xbd\x98\x73\xce\xdc\xb8\x24\x97\x7b\xb1\x9a\xba\x79\x08\x62\x68\x49\xce\xfd\xcc\xb9\x7c\xe7\x3b\x76\x90\x16\xba\x4e\xd3\xf6\xc6\x51\x13\xd0\x1f\xae\xe0\xda\x9e\x63\x68\xb8\x45\x56\x09\x90\x0e\x00\x9e\x25\x46\xf7\x50\x7e\x50\x19\x97\xa9\xfc\xa7\x99\x1e\x5b\x50\x88\x96\xb5\x9a\xe3\x21\xb6\xe4\x9e\xec\xe4\x11\x3f\x7a\xf2\xd3\xe9\xe3\x29\x96\x6b\x6b\x34\xd0\xc1\x24\xf1\x15\xe2\x32\x95\x9a\xb2\x04\xd8\xa3\x1d\xc1\x5c\x55\x2b\x64\x6d\x71\x4d\x0c\x96\x1e\x20\x2b\xe7\xd8\x85\xb6\xbd\xe7\xf5\x92\x65\xbc\xce\x96\x67\x56\x9b\x0b\x8b\x2c\x15\xda\x97\x71\x37\x9a\xa3\xd1\xb5\xba\x93\x75\x8c\x05\xa6\x56\x8e\x6e\x31\xda\x2f\x66\x08\x10\x37\xf9\x12\xed\xca\x90\xd4\x14\x37\xa7\x67\x3a\xf4\x9a\x9e\x7b\xdc\x72\x3d\x78\x77\x29\xb9\x88\x25\x5f\x89\x9c\xa5\x98\x1b\x9d\xfe\xc5\x2e\x7f\x2a\xd7\xb3\x49\xf9\x32\xaf\x27\x90\x77\x30\x31\xd3\x32\x81\x84\xe8\x2d\x37\xdd\x34\xdf\x34\x95\xb6\x4c\x77\xaf\xb1\xd5\xad\xef\xb8\xd9\x71\x2d\x8d\x57\x5a\xd0\xc5\xe3\xe6\xe7\x3e\x8e\x01\xc5\xc9\x5e\x50\x96\x86\x8a\xe8\x18\x25\x37\x50\xac\xfc\xf9\xc4\x7a\x06\x4c\xd7\xbc\x2e\x32\x24\x36\x92\xbc\x7c\x01\xc6\x95\x24\x95\x79\xa1\xd0\xb4\xe6\xd9\x4b\x56\x16\x19\x15\xc4\x89\x75\x21\xf1\x24\x64\xfd\x37\xc8\x84\xcc\x2d\xf0\xf6\x5a\xce\xab\x83\xa2\x1b\xd5\x57\x71\x88\x57\xf1\x01\x35\x1e\xe7\x45\xbc\xbe\x72\xf7\x8f\xc3\x94\xc3\xfe\x0b\xb2\x4b\xc1\x38\x2a\x31\xe7\x13\x4c\x12\x64\xc3\xde\xd5\x77\x60\x43\x7b\x98\xeb\xd1\x02\xac\x3b\x5d\x27\x44\xbf\xba\x5e\xda\xd6\x2b\xe9\x7a\x8b\x19\xa6\x46\x06\x65\x8d\x42\x6e\x1a\xef\xb3\x21\x58\x99\xf5\xdc\x82\x03\x7f\xcd\xb3\xb6\xb2\x0a\x0b\x14\x25\x02\x00\x91\xd5\x6b\xe9\xab\x7d\x29\x08\xdd\xc7\xe3\xa1\x47\x57\x75\xd5\xe5\x62\xb7\x66\xfb\x1c\x13\x39\xae\xda\xb7\x52\x08\xe6\x48\x5a\x87\x43\xa5\x8a\x45\x21\x79\x5d\x29\x76\x72\x67\x13\x8b\x4e\x5d\x32\x2c\xcc\x62\x77\x37\x5a\x0e\xd5\x5d\xa6\x08\x9d\xb1\xdd\xda\x10\x04\x90\x45\x3e\xdd\x44\x7e\xef\x4a\xc4\xb8\x15\x20\x61\x9e\xd2\x35\x5f\xad\x43\x22\x36\x47\x0f\x44\x33\x53\xe2\x24\x30\xdb\x31\xb0\xbb\x0b\xed\x21\x66\xa9\x24\x6f\x15\xae\x5b\xa5\x3a\x18\x86\xdb\xa3\x04\xc9\x3e\xdd\x13\x57\x4f\x85\xfb\xb6\xbf\x3d\x28\x3e\x3e\xdf\x58\x27\x9e\xbf\xa9\xa3\xab\x0f\x06\x2a\x64\x06\x82\x14\xf0\xc3\xcb\x08\xc2\x9c\x4a\x0f\x1f\x7e\x57\x56\x4d\xce\xe8\x8c\x53\x74\x40\x4d\x58\x21\x26\x09\xd3\x6f\x2f\xce\xcf\x27\x93\x9e\x99\xd8\x95\xf1\xc3\x9d\x6f\x78\xaf\x7b\x87\xc3\x6f\x9d\xf0\xfc\x2d\x47\x2b\xaa\x57\x37\xdd\xcd\x34\xb4\x7c\x29\xb0\x5b\x42\xd7\x49\x0c\x3e\x6d\x37\xe9\x6a\xf8\x1d\xd2\x9c\x45\xb1\x0e\x37\xb5\xe6\x46\xba\x4e\xa1\xc5\xdd\x1a\x83\x46\xee\xe0\xf5\x28\xed\x68\x94\x09\xfc\xeb\x97\x0a\x3d\x1b\x16\x7b\xfc\x5b\x50\x6d\x93\xb8\xd7\xcc\x15\x72\x52\x40\xa0\x31\xf0\x02\x6f\x2b\x2f\x48\x03\xda\x63\xf6\x82\x01\x45\x82\x69\xd4\x80\x7c\xef\x31\x0d\xdf\x95\x92\x74\xf0\x4b\xbc\xc7\x5a\xd2\x7c\x82\xd0\xda\xe0\x6e\xe3\x35\xc3\xba\xbb\xff\x12\xaa\xf2\x39\xa5\xc4\xe7\x1c\x7c\x78\x00\x87\xff\x32\xdd\x9f\x97\x03\x89\xc7\x90\x86\x23\xe4\x1a\x80\xbf\x10\xbc\x1b\xf5\xa8\xd9\x8b\xc5\xe3\xf7\x53\xba\x4e\xf7\x60\xbc\x77\x5d\xf1\x97\x66\x28\x3d\xad\xa9\xe7\x44\xb1\x3d\xa0\xe7\xa0\xa5\x19\x8d\xdb\xa8\x23\x7c\x4d\x41\x7d\xaa\x04\xde\x76\x5b\x4d\x60\x10\xbf\xfe\xe3\xb7\x49\x1f\xef\x10\x74\x7d\xef\xba\x46\x1f\x6c\x91\x37\x25\x78\xee\x79\xf3\x43\x5a\xfc\x6d\x9c\x42\x5b\x37\xe4\x01\x9a\xcc\x21\xeb\xb2\xa9\xab\x38\xf6\x09\xbf\xc5\x8b\x3c\x24\x8d\x74\x1b\x9c\x96\xc7\xd1\xa6\x57\x73\x06\x46\x4a\x8f\xb6\x34\xa1\x7e\x76\xb4\xb0\xc3\xec\x75\xcb\xa7\x57\xd2\x03\xfb\x32\x6d\xc7\x74\x3f\x7a\xf7\x60\xed\xf5\x90\x04\xdd\xc1\xc0\xeb\x55\x98\x07\x0f\x5e\xb3\xac\x5a\xcd\x8c\x06\x89\xfc\x35\xe4\xb6\x06\xd1\x74\x69\x93\xb5\x5c\xa6\x89\x15\x31\xc8\x65\xdf\xb2\x1c\x5c\xcc\x3f\x4c\x25\x09\xf7\x59\x67\xb4\xb3\xe7\x3e\x38\x6e\x2e\x71\xf7\xe1\xb8\x6c\x8f\x00\x28\x79\x9f\xf9\x8b\x06\xd2\x00\x61\xb6\xf2\xdc\xd7\xb0\x08\x55\x2b\xa7\x5c\xbb\xdc\x1a\x62\xe0\x69\x88\x4b\x84\xc6\x52\x50\x19\xa3\xd2\xd2\x23\x78\x10\xfe\x1b\xdd\x3d\x39\xdf\x3a\xf1\xb9\x7b\x2e\xe0\xfb\x2e\x3d\x8f\x18\x33\x23\x9c\x6a\x82\xea\xe0\x8f\x1e\x5e\x2c\xb2\x4a\xba\x94\xbe\xa3\x58\x19\x1d\x49\xd1\xdd\xdd\x85\xdf\x36\xa8\x36\xb7\x99\x3c\x07\x5a\x5e\x81\x6c\x53\x55\x46\xd4\xa1\x35\x03\x2e\x21\x34\xd5\x4d\xdb\x09\x5b\xf1\x42\xd2\x31\xa8\x15\xcf\x8c\xee\x34\x6b\x16\x8b\x5e\x83\xa0\xac\x16\xdf\xd4\x7d\x6c\x53\x88\x7b\xdd\xc7\x6e\x84\xe5\x50\x5a\xec\x96\x1d\xfa\x1d\x59\x7e\x83\x69\x24\xc7\xb0\xdd\xae\x6d\x4b\xe8\x22\x9c\x17\xa5\x78\x1d\x73\xed\x48\xb6\xe7\xf5\x18\xdb\xd3\xfa\x98\x01\xe7\x86\xe3\x70\x5e\xc0\xff\x23\xa3\x14\xb1\xff\xd3\x22\xf6\x37\x0e\x74\x69\xcf\x7c\x1a\x97\x01\x08\x87\x95\xc8\x68\xb4\x90\xb9\x06\x6a\xdc\xe3\x27\xd8\x80\x6c\x3f\x3c\x15\x66\x0b\x35\xf4\x7d\xb5\x12\x0c\x9a\xd2\x48\xea\xc0\x08\xa8\x97\x40\x4c\xca\x0c\xd0\xf3\x7f\xc1\x81\xa7\xa0\x4b\xb6\xe4\x72\x21\x72\xef\xd0\x3c\x91\xe2\x99\x19\x59\x9b\x84\x4e\xfa\x60\x79\x12\x26\xea\xec\xd4\xe8\x36\x51\x4c\x5f\x89\xac\x52\x39\x64\x55\x2f\xb8\xca\x01\x49\x42\x1b\xbe\xe4\xd9\x57\xa8\x3f\x03\xd7\x11\xb6\x48\x81\x04\x9b\x78\x8c\xc1\x2d\xff\xb5\x42\x66\xc8\xec\xe7\x4a\xc2\xda\xfe\xe1\xeb\x9a\xf1\x4c\x55\x9a\x0a\x54\x52\xd9\x11\xaa\x77\x11\x50\xfe\x43\x8b\xbd\x76\x25\xd7\x87\x25\x52\xc3\xe8\x10\xbb\x06\xa4\x96\xeb\x92\xcb\x70\xd3\x17\x9a\x86\x5c\x2b\x0e\x14\x94\x56\x27\xc2\xa6\xf1\xe8\x67\x7c\x0d\x9e\xff\xa2\x0f\xd4\xfa\xea\x09\x98\x21\x79\x9c\x3f\x71\xa8\xf6\x19\xdb\xef\x25\x4c\x38\x29\x24\x31\x42\xf1\x7c\x55\x48\xb3\x2b\xcc\xc5\x83\xd5\x21\x48\xb0\xe5\x58\x63\xb8\xc4\x48\x1b\x10\x7e\x18\x91\x16\x5d\x96\x9a\x49\x61\x74\x05\xae\x8a\xf2\x05\xd4\xc3\xb5\x12\x67\x41\x3b\xc1\xd1\x27\xa8\x4f\xa1\x53\x89\x7d\x87\xda\x52\xf3\xa6\x44\x25\x52\xe6\x22\xb8\x8e\xe9\x88\x3e\x5c\x27\xe6\xfe\xa8\x29\xcd\x3e\x68\x18\xb6\xf3\x51\x60\x13\x9b\x06\xce\x28\x47\x8b\x4f\x84\x52\x10\xd3\x5d\x56\xcf\x16\xdb\xf5\xcc\x7d\xe8\x6e\x97\xf8\xc5\x1d\x89\x35\x1b\x9b\x08\x02\x7d\x70\xd7\x47\xd4\xd4\x1f\x2a\x45\xa9\xf0\x20\x37\xee\x88\x01\xfb\xe7\xe2\x49\x24\xec\x7e\xcd\xd5\xd7\x84\x5d\xbd\x48\xbe\x2a\xb2\x8f\xd5\xac\x2b\x24\x71\x7c\x6b\x94\x40\x73\xd3\xac\xe4\x7a\x64\x04\xaf\xb3\x13\xd7\xf4\xa1\x77\xf0\x9d\xce\x35\x76\x7a\xce\xce\x9e\x91\xd6\xa4\xff\xd5\x65\x63\x13\x4c\x27\x70\x8f\x14\x1b\x01\x24\x88\x0b\x91\x62\x45\x74\x8b\x7d\x9b\x10\x23\x72\x53\x1b\x5d\xda\xe1\x8e\xec\x8d\xe8\x0d\xa3\x8e\x01\xf8\xd2\x45\x5c\x6a\xb6\xa6\x2f\x01\x03\xd4\x75\x41\xa8\x0b\x5c\x9b\x0e\x3c\x3b\xcc\x99\xee\x14\x86\x9f\x21\xba\xb6\x1a\x79\x06\x52\xf9\xe5\xd3\xd5\xa7\x93\xaf\xbc\x56\xd5\x82\xcb\xd3\x0b\xf6\xde\x48\x33\x22\x11\x45\xc0\xce\x5c\x09\x01\xe1\x50\x42\xda\x9f\x2c\xeb\x7a\xad\x2f\xce\xcf\x17\x45\xbd\x6c\x66\x93\xac\x5a\xa1\x5f\xb9\x52\x0b\xfc\xc7\x79\xa1\x75\x23\xf4\xf9\xdb\x1f\x7f\x3a\x9d\xa4\xf2\x56\xfc\x5e\xb3\xeb\x2b\x4a\x38\xbe\x60\xec\x6d\xc7\x9e\xdf\x80\xde\x1f\xec\xcc\xd8\xcf\x96\x1f\x4a\x49\xe9\x56\xd1\xfe\xbe\x01\xab\x66\x7d\x0e\xc3\xff\xcd\x20\x5c\x4f\x56\xc4\xf7\x6e\x8e\x6d\xc1\xda\xfd\x19\x4f\x3b\xaa\xe9\xd2\xe9\xe2\xb4\xe1\x2a\xd0\x85\x22\x2f\xdb\x1f\x2a\x46\xdf\x89\xb1\x68\x65\x21\x45\x6a\xf4\x28\xbf\xe4\x31\x6c\xfe\x3b\x0e\xe5\xa5\x2d\x65\x27\x22\x2c\xea\x4a\x09\x22\x91\x43\x47\xc0\xac\xac\x66\xc0\x3c\x66\x7e\xe9\xbb\x36\xb3\xb2\xd2\xa3\xb3\x5d\x36\x17\xec\x1d\xbd\x3e\x68\x57\x56\xab\x35\xa0\xaa\x94\xd0\x00\xaf\xdf\xf4\xb4\x6d\xa0\x1d\x8e\xa2\x69\x6e\x76\xd7\x28\x3c\x57\x1b\x9a\xe6\x66\xb2\xbd\xd9\xd2\x10\xa0\x7b\x3f\xb0\xa7\xfb\xd4\xca\xf7\x21\x2e\x89\x03\x91\x7a\x0d\x95\x85\xd0\x95\xad\x0b\xb9\x28\x45\x6b\xbc\x96\xda\x31\x95\x97\xf8\x4b\x58\x0d\xce\x53\xb8\xb8\x18\x18\xb1\x78\x39\x84\x13\x02\x95\xd8\xa5\x4d\x3c\x00\x80\x3b\x27\x57\xab\xb3\x68\x41\x7f\x4d\x6c\x79\x39\x25\x98\x04\x52\x84\x54\xea\x66\x76\xe6\x61\xe8\x95\x02\xe9\x0a\x59\x0a\x6b\xae\x80\x22\x71\x59\x94\xf9\x59\x47\xaa\x11\xda\xa7\x9e\x1c\xc2\x66\x2a\xf2\xb2\x84\x15\x5f\x0b\xb3\xce\x88\x82\x74\x63\x77\xdf\x31\x96\x8e\xe0\xd9\xd2\x21\xf0\x50\x27\x6c\x69\xcf\x91\xbc\x88\x14\xd8\xff\x76\x2c\x67\x04\x26\xab\x87\xa1\xe9\xfb\x97\x13\xd1\x9c\x8d\x91\x13\x5f\x62\xd5\xdf\x9e\x1a\x63\xc6\x92\xe4\xe8\x9b\x2a\x3d\xc5\xe0\xc7\x2b\xa4\x69\x79\x23\x45\xaf\xf9\xb3\x24\xf0\xf7\x4e\x65\x81\xc7\xc9\x87\x6e\xea\x57\x23\x1f\x5a\xbf\xc4\x75\x23\xd1\x26\xac\x0b\xc7\x77\x95\x04\xc4\x7e\xbc\x2c\x43\xc6\x06\xef\xb8\x4a\xa5\x37\x2d\x34\x7b\x16\x65\x69\xfe\x9f\xb5\x05\x37\xd9\x0e\x39\x00\x28\x45\x62\x91\xca\x94\xe5\x47\xee\xa5\xb3\x19\x87\x12\xd6\x7d\x85\x40\x37\x4e\x73\x04\x56\x39\xe0\x40\x67\x3c\x5b\x8a\xa9\xe9\x5a\xb3\x03\x9c\x95\xaa\x5a\xbe\x33\x2f\xdf\xe3\xbb\x83\x97\x19\xfa\xa1\xd0\xa3\x86\x6d\x41\x2c\x9b\x67\x90\x95\xe5\xec\xd8\x6d\xc7\x3b\xc3\x66\xa7\x1d\x15\x65\xb6\xf6\xb5\xdb\x5f\x12\x54\x58\x81\xc3\x6c\xb1\xb2\x19\x57\xca\xe2\x53\xa8\x55\xc6\x55\x5d\xcc\x79\x16\xb9\x38\x46\xd9\xa1\xd1\x0d\x89\x5f\xd4\xe0\x94\xf7\x75\x13\xad\x28\xe7\xcc\xf1\xe9\xf5\xaf\x7f\x27\x36\xea\x18\xd6\xe1\xf5\x91\x8c\xc3\x9d\x27\x85\xb3\x28\x55\xae\x73\xe8\x41\x19\xad\x03\xc6\xba\x27\x62\x70\x37\x26\x95\xa0\xb6\xd5\x78\x09\xb7\x41\x60\x46\x75\x9d\xc0\x17\x9e\x53\xbe\x51\xdd\x06\xc8\xc3\x14\x22\xb2\xe8\x49\xe4\x3e\x79\x20\xc8\x20\x35\x57\x14\x5f\x08\xb6\x12\x79\xd1\xb4\x89\x7a\x86\x51\x70\x7f\x0a\x96\x3f\x90\x60\xe9\x5f\xb7\x6f\x26\x10\x8e\xe6\x2e\x1a\x23\x11\x3e\x54\xca\xa7\x2d\xdc\x82\x91\xff\x2c\xb0\x26\x43\x5d\x61\x98\xa9\x9b\xff\x37\x48\xcb\xe4\xf5\x1b\xed\xe0\x8f\xf1\x4e\xb7\x41\xbd\x9b\x42\xd7\xbf\xb4\xaa\xe7\xef\xc1\xe3\x53\x36\xdf\x2e\x17\xcf\x76\x15\xbb\x19\xbc\x31\x98\x73\xf6\x99\xec\x06\x0a\x78\x19\xe1\x80\xae\x75\xc8\xd9\xb0\x0c\x47\xa6\xdf\xbb\x28\x5e\x8f\x6e\xbe\x1e\xf1\x82\x7a\x56\x7c\xbd\x16\xca\xba\x53\xb9\xb3\x57\x7c\xbb\xd4\x4a\x2a\xd1\xd0\xf9\x78\xff\xe9\xd6\x6b\x5c\xde\xff\xd1\xfa\x34\x3c\x06\x53\x37\xe9\x5e\xb9\xdb\xa6\x2c\x7b\x57\x6e\x44\x61\x8b\x87\x9b\x9b\xe9\x2f\x97\x37\x0f\xef\x07\x99\x3e\x82\xc7\x7a\xe7\xc4\xf5\x84\xe6\x04\xd5\xcf\x1a\x54\xce\x66\x25\x28\x64\x08\x46\x84\x2d\x75\x05\xb7\x7c\x53\x96\x31\xe3\x4b\x2a\x1f\xe9\x3b\x10\x6e\x6a\x24\x9a\x87\xa9\x64\x83\x13\x17\xb7\x0f\x8f\x3d\x9a\x8f\x3f\xda\x52\xe9\x7e\x10\x17\xec\xd6\xb5\xda\x33\xaf\x14\xe6\x3e\xe0\x38\xa0\x3b\xfc\xb5\x38\xad\xf6\x3b\x1e\x0f\xd2\x16\x61\x24\x2a\xaa\xa3\x9c\x0e\x9c\xbb\xc7\xd8\xf5\xe0\xc4\x7d\x8e\xf7\x33\x7c\x37\x41\x26\x22\x2c\x4e\xe8\xc8\x7a\x52\x49\x85\x69\x38\x20\x88\x7b\xfb\xc4\xae\x25\x66\x1a\x96\x5c\x2e\x1a\xbe\x10\x3a\x61\xb6\xf1\x54\xae\x8a\xc5\x12\x52\x37\x89\x4b\x1a\xe3\x3f\x9c\x49\x5e\x17\x4f\xa2\xb5\x85\x30\x2c\x27\x7e\xe7\xab\x35\x80\x5e\x64\x2a\x69\x4c\x72\xe1\x3f\x8f\x11\xbb\x8f\xf7\x6e\x38\x66\xa7\xb9\x0f\x11\x99\x92\x4c\x25\x2e\x2e\x32\x44\x58\x9b\x0c\x1c\xb7\xbc\x6e\x6f\x5d\xae\x84\xe5\x6f\x03\x99\xbe\x00\xeb\x10\xeb\x7f\x5b\x50\x97\x91\xf4\x01\x1f\x36\x86\xf8\xb1\x4b\xdb\xe5\x89\x5d\x0c\x7b\x26\xa8\x6f\xdd\xbb\xfe\xe0\x3b\xc0\x1c\xb8\xe9\x53\xeb\x2b\x23\xb6\xad\x17\x63\x5b\xa4\xb9\xdf\x50\xb2\x7d\x84\x59\x1b\x7e\x0d\x70\xc1\xee\xde\xd8\x71\xe1\x33\xbd\xc1\x86\xaa\x99\x95\x3b\x74\x09\x9f\x1f\xec\x14\x8a\xe4\xe1\x4e\x8d\x70\xc8\x7c\x6e\x1d\x2d\xb3\x4d\x87\x9a\x9d\x55\x55\xcf\xba\x1c\xd1\xb5\x11\x75\x8a\x5e\xd8\x36\x19\x4d\x56\xef\xb3\x5f\x46\xa0\x90\xda\x53\x64\xa5\xcf\x50\x87\xca\x42\xef\xd5\x1d\xaf\x3f\x8d\xee\x91\xd3\x10\xe8\xb2\xdb\x49\xc2\xd2\x3d\x17\x09\xd8\x1e\x31\x49\x06\x35\xb9\x53\x45\x81\xe2\x45\x42\xe5\x19\x4e\x90\xda\xc4\x6d\xa2\xc4\xaf\x5c\x82\xb5\xeb\x1b\xa5\x8d\xb8\x24\x79\x47\x52\xdb\x98\xa7\xa9\xb4\xe9\xfc\x56\x1c\x5f\x32\x1b\xc0\x74\x7f\x45\x64\xd7\x1a\x93\x61\x41\x63\xad\x59\x25\x85\x95\x86\xa9\x04\xce\x44\x09\xae\x9f\x99\x06\x36\x13\x62\x06\xa4\x1f\x82\xca\x03\x5c\xba\xfa\xf9\x5b\x64\x5e\x4b\x0d\x88\xee\xf9\x1f\xcc\x7f\xff\xfe\xe1\x3f\x01\x00\x00\xff\xff\x5b\x9c\xd5\x12\x3b\x8a\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xeb\x6d\x1b\xb9\xc2\xef\xfb\x2b\x06\x7d\x89\x0d\xd0\x32\xb0\x8b\x7d\xc9\x9b\x11\x27\x5d\x07\x6e\x62\xc4\xf1\xb6\xc0\x72\x21\x8f\xc8\x91\xc4\x86\x1a\x0a\x33\xa4\x5d\x15\xe8\x7f\x2f\xe6\x9c\x33\x37\x8a\xa4\xa8\x4b\xdc\x6d\x36\x0f\x8b\x0d\x2c\x92\x73\x3f\x73\x2e\xdf\xf9\x8e\x1d\xa4\x85\xae\xd3\xb4\xbd\x72\xd4\x04\xf4\x87\x6b\xb8\xb6\xe7\x18\x1a\x6e\x91\x55\x02\xa4\x03\x80\x67\x89\xd1\x3d\x94\x1f\x54\xc6\x65\x2a\xff\x69\xa6\xc7\x16\x14\xa2\x65\xad\xe6\x78\x88\x2d\xb9\x27\x3b\x7b\xc4\x8f\x9e\xfd\x7c\xfe\x78\x8e\xe5\xda\x1a\x0d\x74\x30\x49\x7c\x85\xb8\x4c\xa5\xa6\x2c\x01\xf6\x68\x47\x30\x57\xd5\x0a\x59\x5b\x5c\x13\x83\xa5\x07\xc8\xca\x39\x75\xa1\x6d\xef\x79\xbd\x62\x19\xaf\xb3\xe5\x85\xd5\xe6\xc2\x22\x4b\x85\xf6\x65\xdc\x8d\xe6\x68\x74\xad\xee\x64\x1d\x63\x81\xa9\x95\xa3\x5b\x8c\xf6\x8b\x19\x02\xc4\x4d\x3e\x47\xbb\x32\x24\x35\xc5\xcd\xe9\x99\x0e\xbd\xa6\xe7\x1e\xb7\x5c\x0f\xde\x5d\x4a\x2e\x62\xc9\x57\x22\x67\x29\xe6\x46\xa7\x7f\xb1\xcb\x9f\xca\xf5\x6c\x52\x6e\xe6\xf5\x04\xf2\x0e\x26\x66\x5a\x26\x90\x10\xbd\xe3\xa6\x9b\xe6\xdb\xa6\xd2\x8e\xe9\xee\x35\xb6\xba\xf5\x1d\x37\x3b\xae\xa5\xf1\x4a\x0b\xba\x78\xdc\xfc\xdc\xc7\x31\xa0\x38\xd9\x0b\xca\xd2\x50\x11\x1d\xa3\xe4\x06\x8a\x95\x3f\x9f\x58\xcf\x80\xe9\x9a\xd7\x45\x86\xc4\x46\x92\x97\x1b\x60\x5c\x49\x52\x99\x17\x0a\x4d\x6b\x9e\x6d\xb2\xb2\xc8\xa8\x20\x4e\xac\x0b\x89\x27\x21\xeb\xbf\x41\x26\x64\x6e\x81\xb7\x37\x72\x5e\x1d\x15\xdd\xa8\xbe\x88\x63\xbc\x8a\x0f\xa8\xf1\x38\x2f\xe2\xcd\xb5\xbb\x7f\x1c\xa6\x1c\xf6\x5f\x90\x5d\x0a\xc6\x51\x89\x39\x9f\x60\x92\x20\x1b\xf6\xbe\xbe\x03\x1b\xda\xc3\x5c\x8f\x16\x60\xdd\xe9\x3a\x21\xfa\xd5\xf5\xd2\xb6\x5e\x49\xd7\x5b\xcc\x30\x35\x32\x28\x6b\x14\x72\xd3\x78\x9f\x0d\xc1\xca\xac\xe7\x16\x1c\xf8\x6b\x9e\xb5\x95\x55\x58\xa0\x28\x11\x00\x88\xac\x5e\x4a\x5f\xed\x4b\x41\xe8\x3e\x1e\x0f\x3d\xba\xaa\xab\x2e\x17\xbb\x35\xdb\xe7\x98\xc8\x71\xd5\xa1\x95\x42\x30\x47\xd2\x3a\x1c\x2a\x55\x2c\x0a\xc9\xeb\x4a\xb1\xb3\x3b\x9b\x58\x74\xee\x92\x61\x61\x16\xbb\xbb\xd1\x72\xa8\xee\x33\x45\xe8\x8c\xed\xd6\x86\x20\x80\x2c\xf2\xe9\x36\xf2\x7b\x5f\x22\xc6\x9d\x00\x09\xf3\x94\xae\xf9\x6a\x1d\x12\xb1\x39\x7a\x20\x9a\x99\x12\x27\x81\xd9\x8e\x81\xdd\x5d\x68\x0f\x31\x4b\x25\x79\xab\x70\xdd\x2a\xd5\xc1\x30\xdc\x1e\x25\x48\xf6\xe9\x81\xb8\x7a\x2a\xdc\xb7\xfb\xed\x41\xf1\xf1\xe9\xd6\x3a\xf1\xfc\x4d\x1d\x5d\x7d\x30\x50\x21\x33\x10\xa4\x80\x1f\x5e\x46\x10\xe6\x54\x7a\xf8\xf0\x9b\xb2\x6a\x72\x46\x67\x9c\xa2\x03\x6a\xc2\x0a\x31\x49\x98\xfe\xe9\xf5\xe5\xe5\x64\xd2\x33\x13\xfb\x32\x7e\xb8\xf3\x0d\xef\x75\xef\x70\xf8\xad\x13\x9e\xbf\xe3\x68\x45\xf5\xea\xa6\xfb\x99\x86\x96\x2f\x05\x76\x4b\xe8\x3a\x89\xc1\xa7\xed\x26\x5d\x0d\xbf\x63\x9a\xb3\x28\xd6\xe1\xa6\xd6\xdc\x48\xd7\x29\xb4\xb8\x5f\x63\xd0\xc8\x1d\xbc\x1e\xa5\x1d\x8d\x32\x81\x7f\xfb\x5c\xa1\x67\xc3\x62\x8f\x7f\x0f\xaa\x6d\x12\xf7\x9a\xb9\x42\xce\x0a\x08\x34\x06\x5e\xe0\x5d\xe5\x05\x69\x40\x07\xcc\x5e\x30\xa0\x48\x30\x8d\x1a\x90\xef\x3d\xa6\xe1\xbb\x52\x92\x0e\x7e\x89\xf7\x58\x4b\x9a\x4f\x10\x5a\x1b\xdc\x6d\xbc\x66\x58\x77\xf7\xdf\x42\x55\x3e\xa7\x94\xf8\x9c\x83\x0f\x0f\xe0\xf0\x37\xd3\xc3\x79\x39\x90\x78\x0c\x69\x38\x42\xae\x01\xf8\x0b\xc1\xbb\x51\x8f\x9a\x6d\x2c\x1e\xbf\x9f\xd2\x75\x7a\x00\xe3\xbd\xeb\x8a\xbf\x34\x43\xe9\x69\x4d\x3d\x27\x8a\xed\x01\xbd\x04\x2d\xcd\x68\xdc\x46\x1d\xe1\x6b\x0a\xea\x53\x25\xf0\xb6\xdb\x6a\x02\x83\xf8\xed\x1f\xbf\x4f\xfa\x78\x87\xa0\xeb\x07\xd7\x35\x7a\x67\x8b\xbc\x29\xc1\x73\xcf\x9b\x1f\xd2\xe2\xef\xe2\x14\xda\xb9\x21\x8f\xd0\x64\x8e\x59\x97\x6d\x5d\xc5\xb1\x4f\xf8\x2d\x5e\xe4\x21\x69\xa4\xdb\xe0\xb4\x3c\x8e\x36\xbd\x9a\x33\x30\x52\x7a\xb4\xa5\x09\xf5\xb3\xa3\x85\x3d\x66\xaf\x5b\x3e\xbd\x90\x1e\xd8\x97\x69\x3b\xa6\xfb\xd1\xbb\x47\x6b\xaf\xc7\x24\xe8\x0e\x06\x5e\xaf\xc3\x3c\x78\xf0\x9a\x65\xd5\x6a\x66\x34\x48\xe4\xaf\x21\xb7\x35\x88\xa6\x2b\x9b\xac\xe5\x32\x4d\xac\x88\x41\x2e\xfb\x96\xe5\xe0\x62\xfe\x61\x2a\x49\xb8\xcf\x3a\xa3\x9d\x3d\xf7\xc1\x69\x73\x89\xbb\x0f\xc7\x55\x7b\x04\x40\xc9\xfb\xcc\x37\x1a\x48\x03\x84\xd9\xca\x73\x5f\xc3\x22\x54\xad\x9c\x72\xed\x72\x6b\x88\x81\xa7\x21\x2e\x11\x1a\x4b\x41\x65\x8c\x4a\x4b\x8f\xe0\x41\xf8\xaf\x74\xf7\xe4\x7c\xed\xc4\xe7\xee\xb9\x80\xef\xbb\xf4\x3c\x62\xcc\x8c\x70\xaa\x09\xaa\x83\x3f\x7a\x78\xb1\xc8\x2a\xe9\x52\xfa\x4e\x62\x65\x74\x24\x45\x77\x77\x17\x7e\xdb\xa2\xda\xdc\x65\xf2\x1c\x69\x79\x05\xb2\x4d\x55\x19\x51\x87\xd6\x0c\xb8\x84\xd0\x54\x37\x6d\x27\x6c\xc5\x0b\x49\xc7\xa0\x56\x3c\x33\xba\xd3\xac\x59\x2c\x7a\x0d\x82\xb2\x5a\x7c\x55\xf7\xb1\x4d\x21\xee\x75\x1f\xbb\x11\x96\x43\x69\xb1\x3b\x76\xe8\x37\x64\xf9\x0d\xa6\x91\x9c\xc2\x76\xbb\xb1\x2d\xa1\x8b\x70\x5e\x94\xe2\x65\xcc\xb5\x13\xd9\x9e\x37\x63\x6c\x4f\xeb\x63\x06\x9c\x1b\x8e\xc3\x79\x01\xff\x44\x46\x29\x62\xff\xa7\x45\xec\x6f\x1c\xe8\xd2\x81\xf9\x34\x2e\x03\x10\x0e\x2b\x91\xd1\x68\x21\x73\x0d\xd4\xb8\xa7\x4f\xb0\x01\xd9\x7e\x7c\x2a\xcc\x0e\x6a\xe8\xfb\x6a\x25\x18\x34\xa5\x91\xd4\x81\x11\x50\x2f\x81\x98\x94\x19\xa0\xe7\xff\x82\x03\x4f\x41\x97\x6c\xc9\xe5\x42\xe4\xde\xa1\x79\x26\xc5\x33\x33\xb2\x36\x09\x9d\xf4\xc1\xf2\x24\x4c\xd4\xd9\xb9\xd1\x6d\xa2\x98\xbe\x12\x59\xa5\x72\xc8\xaa\x5e\x70\x95\x03\x92\x84\x36\x7c\xc9\xb3\x2f\x50\x7f\x06\xae\x23\x6c\x91\x02\x09\x36\xf1\x18\x83\x5b\xfe\x6b\x85\xcc\x90\xd9\xcf\x95\x84\xb5\xfd\xc3\xd7\x35\xe3\x99\xaa\x34\x15\xa8\xa4\xb2\x23\x54\xef\x22\xa0\xfc\x87\x16\x7b\xed\x4a\xae\x8f\x4b\xa4\x86\xd1\x21\x76\x0d\x48\x2d\xd7\x25\x97\xe1\xa6\x2f\x34\x0d\xb9\x56\x1c\x28\x28\xad\x4e\x84\x4d\xe3\xd1\xcf\xf8\x1a\x3c\xff\x45\x1f\xa8\xd5\xe5\x53\xbd\x68\x16\x66\xc8\x20\xe7\x8f\x1d\xea\x7e\xc6\x00\xdc\x84\x59\x27\x85\x24\x5a\x28\x9e\xaf\x0a\x69\xb6\x86\xb9\x7d\xb0\x44\x04\x49\xb7\x1c\x0b\x0d\x97\x18\x6e\x03\xd6\x0f\x23\xd7\xa2\x1b\x53\x33\x29\x8c\xc2\xc0\x55\x51\x6e\x40\x47\x5c\x2b\x71\x11\xb4\x13\x9c\x7f\xc2\xfb\x14\x3a\x95\xd8\x77\x28\x30\x35\x6f\x4a\xd4\x24\x65\x2e\x82\x3b\x99\xce\xe9\xc3\x4d\x62\x2e\x91\x9a\x72\xed\x83\x86\x61\x4f\x9f\x04\x3b\xb1\x6d\xe5\x8c\xf2\xb6\xf8\x6c\x28\x05\x81\xdd\x65\xf5\x6c\x01\x5e\xcf\xdc\xc7\xef\xf6\x09\x62\xdc\x91\x6c\xb3\x01\x8a\x20\xda\x07\x17\x7e\xc4\x4f\xfd\xae\x52\x94\x0f\x0f\xc2\xe3\x8e\x68\xb0\x7f\x29\x9e\x44\xc2\xee\xd7\x5c\x7d\x49\xd8\xf5\x46\xf2\x55\x91\xbd\xaf\x66\x5d\x71\x89\xd3\x9b\xa4\x84\x9c\x9b\x66\x25\xd7\x23\xc3\x78\x9d\x9d\xb8\xa1\x0f\xbd\x81\xef\x74\xae\xb1\x53\x76\xf6\x76\x8f\xb4\x26\xfd\xaf\x2e\x25\x9b\xb0\x3a\x81\x8f\xa4\xd8\x8a\x22\x41\x70\x88\xb4\x2b\xe2\x5c\xec\xdb\x84\x18\x96\x9b\xda\x10\xd3\x1e\x17\x65\x6f\x58\x6f\x18\x7a\x0c\xe8\x97\x2e\xf6\x52\xb3\x35\x7d\x1d\x18\xe0\xaf\x0b\xe2\x5d\xe0\xdf\x74\x08\xda\xbd\x88\xd3\x7f\x81\x40\xdb\x6a\xe4\x49\x48\xe5\xe7\x8f\xd7\x1f\xcf\xbe\xf0\x5a\x55\x0b\x2e\xcf\x5f\xb3\xb7\x46\xa6\x11\x9f\x28\x62\x77\xe6\x4a\x08\x88\x8c\x12\xe8\xfe\x6c\x59\xd7\x6b\xfd\xfa\xf2\x72\x51\xd4\xcb\x66\x36\xc9\xaa\x15\xba\x98\x2b\xb5\xc0\x7f\x5c\x16\x5a\x37\x42\x5f\xfe\xf4\xe3\xcf\xe7\x5d\xbb\x7c\x0b\x71\x7f\xb4\x0f\xe3\x30\x13\x7e\x28\x13\xa5\x5b\x33\xfb\xfb\x16\x9a\x9a\xf5\xf9\x09\xff\x3f\x63\x6f\x3d\xc9\x10\xdf\xba\x15\xb6\x03\x62\xf7\x3d\x8c\x76\x52\x8b\xa5\xd3\xb3\x69\xa3\x54\xa0\xfd\x44\xce\xb5\x3f\x54\x68\xbe\x13\x5a\xd1\x4a\x3e\x8a\xb4\xe7\x51\xee\xc8\x53\x98\xfa\x77\x1c\xaa\x4a\x5b\xa6\x4e\x04\x56\xd4\x95\x12\xc4\x1d\x87\xf6\xff\xac\xac\x66\x40\x38\x66\x7e\xe9\xbb\x28\xb3\xb2\xd2\xa3\x93\x5c\xb6\x17\xec\x0d\xbd\x3e\x68\x4e\x56\xab\x35\x80\xa9\x94\xd0\x80\xaa\xdf\x76\xb0\x6d\x81\x1c\x4e\xa2\x5b\x6e\x77\xd7\xa8\x38\xd7\x5b\xba\xe5\x76\x8e\xbd\xd9\xd2\x10\x97\x7b\x3b\xb0\xa7\xfb\xee\xe5\xb7\x21\x1c\x89\x03\x7f\x7a\x0d\x05\x85\xd0\x83\xad\x0b\xb9\x28\x45\x6b\xbc\x96\xd1\x31\x95\x57\xf8\x4b\x58\x04\xce\x33\xb7\xb8\xd0\x17\x91\x77\x39\x60\x13\xe2\x93\xd8\x95\xcd\x37\x00\x5c\x3b\x27\x0f\xab\x33\x64\x41\x63\x4d\x6c\x55\x39\x25\x98\x04\x2e\x84\x54\xea\x66\x76\xe1\xd1\xe7\x95\x02\xe9\x0a\xc9\x09\x6b\xae\x80\x19\x71\x59\x94\xf9\x45\x47\x86\x11\x9a\xa5\x9e\x13\xc2\x26\x28\xf2\xb2\x84\x15\x5f\x0b\xb3\xce\x08\x7e\x74\x63\x77\xdf\x31\xb6\x8d\xe0\xd9\xd2\x01\xef\x50\x0b\x6c\x69\x12\x91\xbc\x88\x54\xd6\xff\x75\x08\x67\x04\x14\xab\x87\x98\xe9\xdb\x97\x13\xd1\x9c\x8d\x91\x13\x9f\x63\x65\xdf\x9e\x1a\x63\xb8\x92\xe4\xe8\x9b\x2a\x3d\xc5\x98\xc7\x0b\x64\x67\x79\xb3\x44\xaf\xf9\xb3\x24\xcc\xf7\x5e\xd5\x80\xc7\xc9\x87\x6e\xc6\x57\x23\x1f\x5a\xbf\xc4\xe5\x22\xd1\x0a\xac\x0b\x47\x73\x95\x04\x7c\x7e\xbc\x2c\x43\xa2\x06\xef\xaf\x4a\xa5\x37\x23\x34\x7b\x16\x65\x69\xfe\x9f\xb5\x05\x37\xd9\x09\x39\xe0\x26\x45\x62\x01\xca\x94\xdc\x47\x5e\xa5\x8b\x19\x87\xca\xd5\x7d\xf5\x3f\xb7\x4e\x73\x84\x51\x39\xe2\x40\x67\x3c\x5b\x8a\xa9\xe9\x5a\xb3\x07\x8a\x95\x8a\x59\xbe\x31\x2f\xdf\xe3\xbb\x83\x97\x19\xba\x9f\xd0\x91\x86\x6d\x41\x08\x9b\x67\x90\x8c\xe5\x2c\xd7\x5d\xc7\x3b\xc3\x66\xa7\x1d\x85\x64\x76\xf6\xb5\xdb\x43\x12\x14\x56\x81\xc3\x6c\x21\xb2\x19\x57\xca\xc2\x52\xa8\x55\xc6\x55\x5d\xcc\x79\x16\x39\x35\x46\xa5\x67\x47\x37\x24\x7e\x51\x83\x2f\xde\x97\x4b\xb4\xa2\x9c\x33\x47\xa3\xd7\xbf\xfe\x9d\x90\xa8\x53\x58\x87\x37\x27\x32\x0e\xf7\x9e\x14\xce\xa2\x0c\xb9\xce\xa1\x07\xd5\xb3\x8e\x18\xeb\x81\x40\xc1\xfd\x08\x54\x82\x92\x56\xe3\x25\xdc\x16\x6f\x19\x95\x73\x02\x17\x78\x4e\x69\x46\x75\x1b\x17\x0f\x53\x88\x80\xa2\x27\x91\xfb\x9c\x81\x20\x71\xd4\x5c\x51\x7c\x21\xd8\x4a\xe4\x45\xd3\xe6\xe7\x19\x06\xbf\x7d\x17\x2c\x7f\x20\xc1\xd2\xbf\x6e\x5f\x4d\x20\x9c\xcc\x5d\x34\x46\x22\xbc\xab\x94\xcf\x56\xf8\x00\x46\xfe\xb3\xc0\x52\x0c\x75\x85\xd1\xa5\x6e\xda\xdf\x20\x1b\x93\xd7\xaf\xb4\x43\x3d\xc6\x3b\xdd\xc6\xf2\x6e\x0b\x5d\xff\xda\x2a\x9a\x7f\x00\x7d\x4f\xd9\x7c\xbd\x14\x3c\xdb\x55\xec\x66\xf0\xc6\x60\xaa\xd9\x27\xb2\x1b\x28\xce\x65\x84\x03\x3a\xd3\x21\x55\xc3\x12\x1b\x99\x7e\xef\xa3\x78\x3d\xba\xf9\x7a\xc4\x0b\xea\x59\xf1\xf5\x5a\x28\xeb\x3a\xe5\xce\x5e\xf1\xed\x52\x2b\xa9\x44\x43\xe7\xfd\xfd\xc7\x0f\x5e\xe3\xf2\xfe\x8f\xd6\xa7\xe1\x31\x98\xba\x49\xf7\xca\x7d\x68\xca\xb2\x77\xe5\x46\xd4\xb3\x78\xb8\xbd\x9d\xfe\x7a\x75\xfb\xf0\x76\x90\xe0\x23\x78\xac\x77\x4e\x5c\x4f\x68\x4e\x50\xfd\xac\x41\xe5\x6c\x56\x82\x22\x85\x60\x44\xd8\x0a\x57\x70\xcb\x37\x65\x19\x13\xbd\xa4\xf2\x91\xbe\x03\x01\xa6\x46\xa2\x79\x98\x4a\x36\x38\x71\x71\xfb\xf0\xd8\xa3\xf9\xf8\xa3\xad\x90\xee\x07\xf1\x9a\x7d\x70\xad\xf6\xcc\x2b\x45\xb7\x8f\x38\x0e\xe8\xfa\x7e\x29\x2a\xab\xc3\x8e\xc7\x83\xb4\xb5\x17\x89\x81\xea\x24\xa7\x03\xe7\xee\x31\x76\x3d\x38\x71\x9f\xe3\xfd\x0c\xdf\x4d\x90\x80\x08\x6b\x12\x3a\x8e\x9e\x54\x52\x3d\x1a\x0e\xc0\xe1\xde\x3e\xb1\x1b\x89\x09\x86\x25\x97\x8b\x86\x2f\x84\x4e\x98\x6d\x3c\x95\xab\x62\xb1\x84\x8c\x4d\xa2\x90\xc6\x88\x0f\x67\x92\xd7\xc5\x93\x68\x6d\x21\x0c\xc4\x89\x7f\xf1\xd5\x1a\xb0\x2e\x32\x95\x34\x26\xb9\xf0\x9f\xc7\x18\xdd\xfb\x7b\x37\x1c\xb3\xd3\xdc\x87\x88\x43\x49\xa6\x12\x17\x17\x89\x21\xac\x4d\x06\x8e\x5b\x5e\xb7\xb7\x2e\x57\xc2\xd2\xb6\x81\x4c\x5f\x80\x75\x88\x65\xbf\x2d\x96\xcb\x48\xfa\x80\x06\x1b\x23\xfb\xd8\xa5\xdd\xf2\xc4\x2e\x86\x3d\x13\xd4\xb7\xee\x5d\x7f\xf4\x1d\x60\x0e\xdc\xf4\xa9\xf5\x95\x11\xdb\xd6\x8b\xb1\x1d\xd2\xdc\x6f\x28\xd9\x3e\xc2\xac\x8d\xba\x06\x94\x60\x77\x6f\xec\xb8\xf0\x99\xde\x60\x43\xd5\xcc\xca\x3d\xba\x84\xcf\x0f\x76\x0a\x45\xf2\x70\xa7\x46\x38\x64\x3e\xb5\x8e\x96\xd9\xa6\x43\xcd\xce\xaa\xaa\x67\x5d\x4e\xe8\xda\x88\x3a\x45\x2f\xec\x9a\x8c\x26\xab\x0f\xd9\x2f\x23\xc0\x47\xed\x29\xb2\xd2\x67\xa8\x43\x65\xa1\x0f\xea\x8e\xd7\x9f\x46\xf7\xc8\x69\x08\x74\xd9\xed\x25\x61\xe9\x9e\x8b\x04\x6c\x8f\x98\x24\x83\x9a\xdc\xa9\xa2\x40\xf1\x22\xa1\xe0\x0c\x27\x24\x6d\xe2\x36\x51\xe2\x57\x2e\xc1\x92\xf5\x8d\xd2\x46\x5c\x92\xbc\x23\xa9\x6d\xcc\xd3\x54\xda\x2c\x7e\x2b\x8e\xaf\x98\x0d\x60\xba\xbf\x22\xa0\x6b\x8d\x39\xb0\xa0\xb1\xd6\xac\x92\xc2\x4a\xc3\x54\x02\x55\xa2\x04\xd7\xcf\x4c\x03\x89\x09\x11\x02\xd2\x0f\x41\xc1\x01\x2e\x5d\xd9\xfc\x1d\x32\xaf\xa5\x06\x44\xf7\xfc\x0f\xe6\xbf\xff\xfc\xf0\xdf\x00\x00\x00\xff\xff\x3d\x57\x73\x24\x37\x8a\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 231995, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 231991, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java b/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java index 2769b7282..17ce3b155 100644 --- a/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java +++ b/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java @@ -4513,18 +4513,18 @@ flyteidl.core.Execution.TaskLogOrBuilder getLogsOrBuilder( * A predefined yet extensible Task type identifier. *
* - * string type = 11; + * string task_type = 11; */ - java.lang.String getType(); + java.lang.String getTaskType(); /** *
      * A predefined yet extensible Task type identifier.
      * 
* - * string type = 11; + * string task_type = 11; */ com.google.protobuf.ByteString - getTypeBytes(); + getTaskTypeBytes(); /** *
@@ -4573,7 +4573,7 @@ private TaskExecutionClosure() {
       phase_ = 0;
       logs_ = java.util.Collections.emptyList();
       reason_ = "";
-      type_ = "";
+      taskType_ = "";
     }
 
     @java.lang.Override
@@ -4709,7 +4709,7 @@ private TaskExecutionClosure(
             case 90: {
               java.lang.String s = input.readStringRequireUtf8();
 
-              type_ = s;
+              taskType_ = s;
               break;
             }
             case 130: {
@@ -5175,24 +5175,24 @@ public java.lang.String getReason() {
       }
     }
 
-    public static final int TYPE_FIELD_NUMBER = 11;
-    private volatile java.lang.Object type_;
+    public static final int TASK_TYPE_FIELD_NUMBER = 11;
+    private volatile java.lang.Object taskType_;
     /**
      * 
      * A predefined yet extensible Task type identifier.
      * 
* - * string type = 11; + * string task_type = 11; */ - public java.lang.String getType() { - java.lang.Object ref = type_; + public java.lang.String getTaskType() { + java.lang.Object ref = taskType_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - type_ = s; + taskType_ = s; return s; } } @@ -5201,16 +5201,16 @@ public java.lang.String getType() { * A predefined yet extensible Task type identifier. *
* - * string type = 11; + * string task_type = 11; */ public com.google.protobuf.ByteString - getTypeBytes() { - java.lang.Object ref = type_; + getTaskTypeBytes() { + java.lang.Object ref = taskType_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - type_ = b; + taskType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -5294,8 +5294,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (!getReasonBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 10, reason_); } - if (!getTypeBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 11, type_); + if (!getTaskTypeBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 11, taskType_); } if (metadata_ != null) { output.writeMessage(16, getMetadata()); @@ -5347,8 +5347,8 @@ public int getSerializedSize() { if (!getReasonBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, reason_); } - if (!getTypeBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, type_); + if (!getTaskTypeBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, taskType_); } if (metadata_ != null) { size += com.google.protobuf.CodedOutputStream @@ -5399,8 +5399,8 @@ public boolean equals(final java.lang.Object obj) { } if (!getReason() .equals(other.getReason())) return false; - if (!getType() - .equals(other.getType())) return false; + if (!getTaskType() + .equals(other.getTaskType())) return false; if (hasMetadata() != other.hasMetadata()) return false; if (hasMetadata()) { if (!getMetadata() @@ -5458,8 +5458,8 @@ public int hashCode() { } hash = (37 * hash) + REASON_FIELD_NUMBER; hash = (53 * hash) + getReason().hashCode(); - hash = (37 * hash) + TYPE_FIELD_NUMBER; - hash = (53 * hash) + getType().hashCode(); + hash = (37 * hash) + TASK_TYPE_FIELD_NUMBER; + hash = (53 * hash) + getTaskType().hashCode(); if (hasMetadata()) { hash = (37 * hash) + METADATA_FIELD_NUMBER; hash = (53 * hash) + getMetadata().hashCode(); @@ -5654,7 +5654,7 @@ public Builder clear() { } reason_ = ""; - type_ = ""; + taskType_ = ""; if (metadataBuilder_ == null) { metadata_ = null; @@ -5738,7 +5738,7 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure buildPartial( result.customInfo_ = customInfoBuilder_.build(); } result.reason_ = reason_; - result.type_ = type_; + result.taskType_ = taskType_; if (metadataBuilder_ == null) { result.metadata_ = metadata_; } else { @@ -5842,8 +5842,8 @@ public Builder mergeFrom(flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClo reason_ = other.reason_; onChanged(); } - if (!other.getType().isEmpty()) { - type_ = other.type_; + if (!other.getTaskType().isEmpty()) { + taskType_ = other.taskType_; onChanged(); } if (other.hasMetadata()) { @@ -7412,21 +7412,21 @@ public Builder setReasonBytes( return this; } - private java.lang.Object type_ = ""; + private java.lang.Object taskType_ = ""; /** *
        * A predefined yet extensible Task type identifier.
        * 
* - * string type = 11; + * string task_type = 11; */ - public java.lang.String getType() { - java.lang.Object ref = type_; + public java.lang.String getTaskType() { + java.lang.Object ref = taskType_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - type_ = s; + taskType_ = s; return s; } else { return (java.lang.String) ref; @@ -7437,16 +7437,16 @@ public java.lang.String getType() { * A predefined yet extensible Task type identifier. * * - * string type = 11; + * string task_type = 11; */ public com.google.protobuf.ByteString - getTypeBytes() { - java.lang.Object ref = type_; + getTaskTypeBytes() { + java.lang.Object ref = taskType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - type_ = b; + taskType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -7457,15 +7457,15 @@ public java.lang.String getType() { * A predefined yet extensible Task type identifier. * * - * string type = 11; + * string task_type = 11; */ - public Builder setType( + public Builder setTaskType( java.lang.String value) { if (value == null) { throw new NullPointerException(); } - type_ = value; + taskType_ = value; onChanged(); return this; } @@ -7474,11 +7474,11 @@ public Builder setType( * A predefined yet extensible Task type identifier. * * - * string type = 11; + * string task_type = 11; */ - public Builder clearType() { + public Builder clearTaskType() { - type_ = getDefaultInstance().getType(); + taskType_ = getDefaultInstance().getTaskType(); onChanged(); return this; } @@ -7487,16 +7487,16 @@ public Builder clearType() { * A predefined yet extensible Task type identifier. * * - * string type = 11; + * string task_type = 11; */ - public Builder setTypeBytes( + public Builder setTaskTypeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); - type_ = value; + taskType_ = value; onChanged(); return this; } @@ -9880,7 +9880,7 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionGetDataResponse getDe "in.TaskExecutionClosure\022\021\n\tis_parent\030\004 \001" + "(\010\"Z\n\021TaskExecutionList\0226\n\017task_executio" + "ns\030\001 \003(\0132\035.flyteidl.admin.TaskExecution\022" + - "\r\n\005token\030\002 \001(\t\"\210\004\n\024TaskExecutionClosure\022" + + "\r\n\005token\030\002 \001(\t\"\215\004\n\024TaskExecutionClosure\022" + "\024\n\noutput_uri\030\001 \001(\tH\000\022.\n\005error\030\002 \001(\0132\035.f" + "lyteidl.core.ExecutionErrorH\000\0221\n\005phase\030\003" + " \001(\0162\".flyteidl.core.TaskExecution.Phase" + @@ -9891,18 +9891,18 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionGetDataResponse getDe ".protobuf.Timestamp\022.\n\nupdated_at\030\010 \001(\0132" + "\032.google.protobuf.Timestamp\022,\n\013custom_in" + "fo\030\t \001(\0132\027.google.protobuf.Struct\022\016\n\006rea" + - "son\030\n \001(\t\022\014\n\004type\030\013 \001(\t\0227\n\010metadata\030\020 \001(" + - "\0132%.flyteidl.event.TaskExecutionMetadata" + - "B\017\n\routput_result\"Q\n\033TaskExecutionGetDat" + - "aRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.core.Tas" + - "kExecutionIdentifier\"\322\001\n\034TaskExecutionGe" + - "tDataResponse\022\'\n\006inputs\030\001 \001(\0132\027.flyteidl" + - ".admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132\027.flytei" + - "dl.admin.UrlBlob\022.\n\013full_inputs\030\003 \001(\0132\031." + - "flyteidl.core.LiteralMap\022/\n\014full_outputs" + - "\030\004 \001(\0132\031.flyteidl.core.LiteralMapB7Z5git" + - "hub.com/flyteorg/flyteidl/gen/pb-go/flyt" + - "eidl/adminb\006proto3" + "son\030\n \001(\t\022\021\n\ttask_type\030\013 \001(\t\0227\n\010metadata" + + "\030\020 \001(\0132%.flyteidl.event.TaskExecutionMet" + + "adataB\017\n\routput_result\"Q\n\033TaskExecutionG" + + "etDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.cor" + + "e.TaskExecutionIdentifier\"\322\001\n\034TaskExecut" + + "ionGetDataResponse\022\'\n\006inputs\030\001 \001(\0132\027.fly" + + "teidl.admin.UrlBlob\022(\n\007outputs\030\002 \001(\0132\027.f" + + "lyteidl.admin.UrlBlob\022.\n\013full_inputs\030\003 \001" + + "(\0132\031.flyteidl.core.LiteralMap\022/\n\014full_ou" + + "tputs\030\004 \001(\0132\031.flyteidl.core.LiteralMapB7" + + "Z5github.com/flyteorg/flyteidl/gen/pb-go" + + "/flyteidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -9953,7 +9953,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_admin_TaskExecutionClosure_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_TaskExecutionClosure_descriptor, - new java.lang.String[] { "OutputUri", "Error", "Phase", "Logs", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "CustomInfo", "Reason", "Type", "Metadata", "OutputResult", }); + new java.lang.String[] { "OutputUri", "Error", "Phase", "Logs", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "CustomInfo", "Reason", "TaskType", "Metadata", "OutputResult", }); internal_static_flyteidl_admin_TaskExecutionGetDataRequest_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_flyteidl_admin_TaskExecutionGetDataRequest_fieldAccessorTable = new diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index c33a373b8..7ee7428f9 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -8113,9 +8113,9 @@ flyteidl.core.Execution.TaskLogOrBuilder getLogsOrBuilder( * type is useful to render the task in the UI, filter task executions, etc. * * - * string type = 14; + * string task_type = 14; */ - java.lang.String getType(); + java.lang.String getTaskType(); /** *
      * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
@@ -8123,10 +8123,10 @@ flyteidl.core.Execution.TaskLogOrBuilder getLogsOrBuilder(
      * type is useful to render the task in the UI, filter task executions, etc.
      * 
* - * string type = 14; + * string task_type = 14; */ com.google.protobuf.ByteString - getTypeBytes(); + getTaskTypeBytes(); /** *
@@ -8177,7 +8177,7 @@ private TaskExecutionEvent() {
       logs_ = java.util.Collections.emptyList();
       inputUri_ = "";
       reason_ = "";
-      type_ = "";
+      taskType_ = "";
     }
 
     @java.lang.Override
@@ -8322,7 +8322,7 @@ private TaskExecutionEvent(
             case 114: {
               java.lang.String s = input.readStringRequireUtf8();
 
-              type_ = s;
+              taskType_ = s;
               break;
             }
             case 130: {
@@ -8880,8 +8880,8 @@ public java.lang.String getReason() {
       }
     }
 
-    public static final int TYPE_FIELD_NUMBER = 14;
-    private volatile java.lang.Object type_;
+    public static final int TASK_TYPE_FIELD_NUMBER = 14;
+    private volatile java.lang.Object taskType_;
     /**
      * 
      * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
@@ -8889,17 +8889,17 @@ public java.lang.String getReason() {
      * type is useful to render the task in the UI, filter task executions, etc.
      * 
* - * string type = 14; + * string task_type = 14; */ - public java.lang.String getType() { - java.lang.Object ref = type_; + public java.lang.String getTaskType() { + java.lang.Object ref = taskType_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - type_ = s; + taskType_ = s; return s; } } @@ -8910,16 +8910,16 @@ public java.lang.String getType() { * type is useful to render the task in the UI, filter task executions, etc. *
* - * string type = 14; + * string task_type = 14; */ public com.google.protobuf.ByteString - getTypeBytes() { - java.lang.Object ref = type_; + getTaskTypeBytes() { + java.lang.Object ref = taskType_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - type_ = b; + taskType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -9012,8 +9012,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (!getReasonBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 13, reason_); } - if (!getTypeBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 14, type_); + if (!getTaskTypeBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 14, taskType_); } if (metadata_ != null) { output.writeMessage(16, getMetadata()); @@ -9075,8 +9075,8 @@ public int getSerializedSize() { if (!getReasonBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, reason_); } - if (!getTypeBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, type_); + if (!getTaskTypeBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, taskType_); } if (metadata_ != null) { size += com.google.protobuf.CodedOutputStream @@ -9130,8 +9130,8 @@ public boolean equals(final java.lang.Object obj) { != other.getPhaseVersion()) return false; if (!getReason() .equals(other.getReason())) return false; - if (!getType() - .equals(other.getType())) return false; + if (!getTaskType() + .equals(other.getTaskType())) return false; if (hasMetadata() != other.hasMetadata()) return false; if (hasMetadata()) { if (!getMetadata() @@ -9193,8 +9193,8 @@ public int hashCode() { hash = (53 * hash) + getPhaseVersion(); hash = (37 * hash) + REASON_FIELD_NUMBER; hash = (53 * hash) + getReason().hashCode(); - hash = (37 * hash) + TYPE_FIELD_NUMBER; - hash = (53 * hash) + getType().hashCode(); + hash = (37 * hash) + TASK_TYPE_FIELD_NUMBER; + hash = (53 * hash) + getTaskType().hashCode(); if (hasMetadata()) { hash = (37 * hash) + METADATA_FIELD_NUMBER; hash = (53 * hash) + getMetadata().hashCode(); @@ -9391,7 +9391,7 @@ public Builder clear() { reason_ = ""; - type_ = ""; + taskType_ = ""; if (metadataBuilder_ == null) { metadata_ = null; @@ -9474,7 +9474,7 @@ public flyteidl.event.Event.TaskExecutionEvent buildPartial() { } result.phaseVersion_ = phaseVersion_; result.reason_ = reason_; - result.type_ = type_; + result.taskType_ = taskType_; if (metadataBuilder_ == null) { result.metadata_ = metadata_; } else { @@ -9589,8 +9589,8 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionEvent other) { reason_ = other.reason_; onChanged(); } - if (!other.getType().isEmpty()) { - type_ = other.type_; + if (!other.getTaskType().isEmpty()) { + taskType_ = other.taskType_; onChanged(); } if (other.hasMetadata()) { @@ -11303,7 +11303,7 @@ public Builder setReasonBytes( return this; } - private java.lang.Object type_ = ""; + private java.lang.Object taskType_ = ""; /** *
        * A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin
@@ -11311,15 +11311,15 @@ public Builder setReasonBytes(
        * type is useful to render the task in the UI, filter task executions, etc.
        * 
* - * string type = 14; + * string task_type = 14; */ - public java.lang.String getType() { - java.lang.Object ref = type_; + public java.lang.String getTaskType() { + java.lang.Object ref = taskType_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - type_ = s; + taskType_ = s; return s; } else { return (java.lang.String) ref; @@ -11332,16 +11332,16 @@ public java.lang.String getType() { * type is useful to render the task in the UI, filter task executions, etc. * * - * string type = 14; + * string task_type = 14; */ public com.google.protobuf.ByteString - getTypeBytes() { - java.lang.Object ref = type_; + getTaskTypeBytes() { + java.lang.Object ref = taskType_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - type_ = b; + taskType_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -11354,15 +11354,15 @@ public java.lang.String getType() { * type is useful to render the task in the UI, filter task executions, etc. * * - * string type = 14; + * string task_type = 14; */ - public Builder setType( + public Builder setTaskType( java.lang.String value) { if (value == null) { throw new NullPointerException(); } - type_ = value; + taskType_ = value; onChanged(); return this; } @@ -11373,11 +11373,11 @@ public Builder setType( * type is useful to render the task in the UI, filter task executions, etc. * * - * string type = 14; + * string task_type = 14; */ - public Builder clearType() { + public Builder clearTaskType() { - type_ = getDefaultInstance().getType(); + taskType_ = getDefaultInstance().getTaskType(); onChanged(); return this; } @@ -11388,16 +11388,16 @@ public Builder clearType() { * type is useful to render the task in the UI, filter task executions, etc. * * - * string type = 14; + * string task_type = 14; */ - public Builder setTypeBytes( + public Builder setTaskTypeBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); - type_ = value; + taskType_ = value; onChanged(); return this; } @@ -12262,7 +12262,6 @@ public interface TaskExecutionMetadataOrBuilder extends *
    * Holds metadata around how a task was executed.
    * TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).
-   * Next ID to use:  3
    * 
* * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} @@ -12756,7 +12755,6 @@ protected Builder newBuilderForType( *
      * Holds metadata around how a task was executed.
      * TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).
-     * Next ID to use:  3
      * 
* * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} @@ -13357,7 +13355,7 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "rentTaskExecutionMetadata\0222\n\002id\030\001 \001(\0132&." + "flyteidl.core.TaskExecutionIdentifier\".\n" + "\033ParentNodeExecutionMetadata\022\017\n\007node_id\030" + - "\001 \001(\t\"\306\004\n\022TaskExecutionEvent\022*\n\007task_id\030" + + "\001 \001(\t\"\313\004\n\022TaskExecutionEvent\022*\n\007task_id\030" + "\001 \001(\0132\031.flyteidl.core.Identifier\022H\n\030pare" + "nt_node_execution_id\030\002 \001(\0132&.flyteidl.co" + "re.NodeExecutionIdentifier\022\025\n\rretry_atte" + @@ -13369,18 +13367,18 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "i\030\t \001(\tH\000\022.\n\005error\030\n \001(\0132\035.flyteidl.core" + ".ExecutionErrorH\000\022,\n\013custom_info\030\013 \001(\0132\027" + ".google.protobuf.Struct\022\025\n\rphase_version" + - "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\014\n\004type\030\016 \001(\t\0227\n\010" + - "metadata\030\020 \001(\0132%.flyteidl.event.TaskExec" + - "utionMetadataB\017\n\routput_result\"$\n\023Manage" + - "dResourceInfo\022\r\n\005token\030\001 \001(\t\"\361\001\n\025TaskExe" + - "cutionMetadata\022K\n\016instance_class\030\020 \001(\01623" + - ".flyteidl.event.TaskExecutionMetadata.In" + - "stanceClass\022\026\n\016generated_name\030\001 \001(\t\022B\n\025m" + - "anaged_resource_info\030\002 \001(\0132#.flyteidl.ev" + - "ent.ManagedResourceInfo\"/\n\rInstanceClass" + - "\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5gith" + - "ub.com/flyteorg/flyteidl/gen/pb-go/flyte" + - "idl/eventb\006proto3" + "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(" + + "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" + + "kExecutionMetadataB\017\n\routput_result\"$\n\023M" + + "anagedResourceInfo\022\r\n\005token\030\001 \001(\t\"\361\001\n\025Ta" + + "skExecutionMetadata\022K\n\016instance_class\030\020 " + + "\001(\01623.flyteidl.event.TaskExecutionMetada" + + "ta.InstanceClass\022\026\n\016generated_name\030\001 \001(\t" + + "\022B\n\025managed_resource_info\030\002 \001(\0132#.flytei" + + "dl.event.ManagedResourceInfo\"/\n\rInstance" + + "Class\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z" + + "5github.com/flyteorg/flyteidl/gen/pb-go/" + + "flyteidl/eventb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -13440,7 +13438,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_event_TaskExecutionEvent_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_TaskExecutionEvent_descriptor, - new java.lang.String[] { "TaskId", "ParentNodeExecutionId", "RetryAttempt", "Phase", "ProducerId", "Logs", "OccurredAt", "InputUri", "OutputUri", "Error", "CustomInfo", "PhaseVersion", "Reason", "Type", "Metadata", "OutputResult", }); + new java.lang.String[] { "TaskId", "ParentNodeExecutionId", "RetryAttempt", "Phase", "ProducerId", "Logs", "OccurredAt", "InputUri", "OutputUri", "Error", "CustomInfo", "PhaseVersion", "Reason", "TaskType", "Metadata", "OutputResult", }); internal_static_flyteidl_event_ManagedResourceInfo_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_flyteidl_event_ManagedResourceInfo_fieldAccessorTable = new diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index 8fa317334..1aa832b22 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5624,8 +5624,8 @@ export namespace flyteidl { /** TaskExecutionEvent reason */ reason?: (string|null); - /** TaskExecutionEvent type */ - type?: (string|null); + /** TaskExecutionEvent taskType */ + taskType?: (string|null); /** TaskExecutionEvent metadata */ metadata?: (flyteidl.event.ITaskExecutionMetadata|null); @@ -5679,8 +5679,8 @@ export namespace flyteidl { /** TaskExecutionEvent reason. */ public reason: string; - /** TaskExecutionEvent type. */ - public type: string; + /** TaskExecutionEvent taskType. */ + public taskType: string; /** TaskExecutionEvent metadata. */ public metadata?: (flyteidl.event.ITaskExecutionMetadata|null); @@ -12650,8 +12650,8 @@ export namespace flyteidl { /** TaskExecutionClosure reason */ reason?: (string|null); - /** TaskExecutionClosure type */ - type?: (string|null); + /** TaskExecutionClosure taskType */ + taskType?: (string|null); /** TaskExecutionClosure metadata */ metadata?: (flyteidl.event.ITaskExecutionMetadata|null); @@ -12696,8 +12696,8 @@ export namespace flyteidl { /** TaskExecutionClosure reason. */ public reason: string; - /** TaskExecutionClosure type. */ - public type: string; + /** TaskExecutionClosure taskType. */ + public taskType: string; /** TaskExecutionClosure metadata. */ public metadata?: (flyteidl.event.ITaskExecutionMetadata|null); diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index 62bf2131e..ff46b27e3 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -13481,7 +13481,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {google.protobuf.IStruct|null} [customInfo] TaskExecutionEvent customInfo * @property {number|null} [phaseVersion] TaskExecutionEvent phaseVersion * @property {string|null} [reason] TaskExecutionEvent reason - * @property {string|null} [type] TaskExecutionEvent type + * @property {string|null} [taskType] TaskExecutionEvent taskType * @property {flyteidl.event.ITaskExecutionMetadata|null} [metadata] TaskExecutionEvent metadata */ @@ -13606,12 +13606,12 @@ export const flyteidl = $root.flyteidl = (() => { TaskExecutionEvent.prototype.reason = ""; /** - * TaskExecutionEvent type. - * @member {string} type + * TaskExecutionEvent taskType. + * @member {string} taskType * @memberof flyteidl.event.TaskExecutionEvent * @instance */ - TaskExecutionEvent.prototype.type = ""; + TaskExecutionEvent.prototype.taskType = ""; /** * TaskExecutionEvent metadata. @@ -13686,8 +13686,8 @@ export const flyteidl = $root.flyteidl = (() => { writer.uint32(/* id 12, wireType 0 =*/96).uint32(message.phaseVersion); if (message.reason != null && message.hasOwnProperty("reason")) writer.uint32(/* id 13, wireType 2 =*/106).string(message.reason); - if (message.type != null && message.hasOwnProperty("type")) - writer.uint32(/* id 14, wireType 2 =*/114).string(message.type); + if (message.taskType != null && message.hasOwnProperty("taskType")) + writer.uint32(/* id 14, wireType 2 =*/114).string(message.taskType); if (message.metadata != null && message.hasOwnProperty("metadata")) $root.flyteidl.event.TaskExecutionMetadata.encode(message.metadata, writer.uint32(/* id 16, wireType 2 =*/130).fork()).ldelim(); return writer; @@ -13753,7 +13753,7 @@ export const flyteidl = $root.flyteidl = (() => { message.reason = reader.string(); break; case 14: - message.type = reader.string(); + message.taskType = reader.string(); break; case 16: message.metadata = $root.flyteidl.event.TaskExecutionMetadata.decode(reader, reader.uint32()); @@ -13851,9 +13851,9 @@ export const flyteidl = $root.flyteidl = (() => { if (message.reason != null && message.hasOwnProperty("reason")) if (!$util.isString(message.reason)) return "reason: string expected"; - if (message.type != null && message.hasOwnProperty("type")) - if (!$util.isString(message.type)) - return "type: string expected"; + if (message.taskType != null && message.hasOwnProperty("taskType")) + if (!$util.isString(message.taskType)) + return "taskType: string expected"; if (message.metadata != null && message.hasOwnProperty("metadata")) { let error = $root.flyteidl.event.TaskExecutionMetadata.verify(message.metadata); if (error) @@ -30035,7 +30035,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {google.protobuf.ITimestamp|null} [updatedAt] TaskExecutionClosure updatedAt * @property {google.protobuf.IStruct|null} [customInfo] TaskExecutionClosure customInfo * @property {string|null} [reason] TaskExecutionClosure reason - * @property {string|null} [type] TaskExecutionClosure type + * @property {string|null} [taskType] TaskExecutionClosure taskType * @property {flyteidl.event.ITaskExecutionMetadata|null} [metadata] TaskExecutionClosure metadata */ @@ -30136,12 +30136,12 @@ export const flyteidl = $root.flyteidl = (() => { TaskExecutionClosure.prototype.reason = ""; /** - * TaskExecutionClosure type. - * @member {string} type + * TaskExecutionClosure taskType. + * @member {string} taskType * @memberof flyteidl.admin.TaskExecutionClosure * @instance */ - TaskExecutionClosure.prototype.type = ""; + TaskExecutionClosure.prototype.taskType = ""; /** * TaskExecutionClosure metadata. @@ -30210,8 +30210,8 @@ export const flyteidl = $root.flyteidl = (() => { $root.google.protobuf.Struct.encode(message.customInfo, writer.uint32(/* id 9, wireType 2 =*/74).fork()).ldelim(); if (message.reason != null && message.hasOwnProperty("reason")) writer.uint32(/* id 10, wireType 2 =*/82).string(message.reason); - if (message.type != null && message.hasOwnProperty("type")) - writer.uint32(/* id 11, wireType 2 =*/90).string(message.type); + if (message.taskType != null && message.hasOwnProperty("taskType")) + writer.uint32(/* id 11, wireType 2 =*/90).string(message.taskType); if (message.metadata != null && message.hasOwnProperty("metadata")) $root.flyteidl.event.TaskExecutionMetadata.encode(message.metadata, writer.uint32(/* id 16, wireType 2 =*/130).fork()).ldelim(); return writer; @@ -30268,7 +30268,7 @@ export const flyteidl = $root.flyteidl = (() => { message.reason = reader.string(); break; case 11: - message.type = reader.string(); + message.taskType = reader.string(); break; case 16: message.metadata = $root.flyteidl.event.TaskExecutionMetadata.decode(reader, reader.uint32()); @@ -30359,9 +30359,9 @@ export const flyteidl = $root.flyteidl = (() => { if (message.reason != null && message.hasOwnProperty("reason")) if (!$util.isString(message.reason)) return "reason: string expected"; - if (message.type != null && message.hasOwnProperty("type")) - if (!$util.isString(message.type)) - return "type: string expected"; + if (message.taskType != null && message.hasOwnProperty("taskType")) + if (!$util.isString(message.taskType)) + return "taskType: string expected"; if (message.metadata != null && message.hasOwnProperty("metadata")) { let error = $root.flyteidl.event.TaskExecutionMetadata.verify(message.metadata); if (error) diff --git a/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst b/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst index ab60dfa59..a90795c50 100644 --- a/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst +++ b/gen/pb-protodoc/flyteidl/admin/task_execution.proto.rst @@ -180,7 +180,7 @@ Container for task execution details and results. "updated_at": "{...}", "custom_info": "{...}", "reason": "...", - "type": "...", + "task_type": "...", "metadata": "{...}" } @@ -250,9 +250,9 @@ reason (`string `_) If there is an explanation for the most recent phase transition, the reason will capture it. -.. _api_field_flyteidl.admin.TaskExecutionClosure.type: +.. _api_field_flyteidl.admin.TaskExecutionClosure.task_type: -type +task_type (`string `_) A predefined yet extensible Task type identifier. diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index b82d91b3d..3684e044b 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -315,7 +315,7 @@ Plugin specific execution event information. For tasks like Python, Hive, Spark, "custom_info": "{...}", "phase_version": "...", "reason": "...", - "type": "...", + "task_type": "...", "metadata": "{...}" } @@ -410,9 +410,9 @@ reason (`string `_) If there is an explanation for this phase transition, the reason will capture it. -.. _api_field_flyteidl.event.TaskExecutionEvent.type: +.. _api_field_flyteidl.event.TaskExecutionEvent.task_type: -type +task_type (`string `_) A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin this type will be identical, but not all task executions necessarily use pre-registered definitions and this type is useful to render the task in the UI, filter task executions, etc. @@ -455,11 +455,10 @@ token flyteidl.event.TaskExecutionMetadata ------------------------------------ -`[flyteidl.event.TaskExecutionMetadata proto] `_ +`[flyteidl.event.TaskExecutionMetadata proto] `_ Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). -Next ID to use: 3 .. code-block:: json @@ -492,7 +491,7 @@ managed_resource_info Enum flyteidl.event.TaskExecutionMetadata.InstanceClass ------------------------------------------------------- -`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ +`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ Includes the broad cateogry of machine used for this specific task execution. diff --git a/gen/pb_python/flyteidl/admin/task_execution_pb2.py b/gen/pb_python/flyteidl/admin/task_execution_pb2.py index 57db281af..5cb9e5eab 100644 --- a/gen/pb_python/flyteidl/admin/task_execution_pb2.py +++ b/gen/pb_python/flyteidl/admin/task_execution_pb2.py @@ -28,7 +28,7 @@ package='flyteidl.admin', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin'), - serialized_pb=_b('\n#flyteidl/admin/task_execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1a\x66lyteidl/event/event.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"M\n\x17TaskExecutionGetRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xb3\x01\n\x18TaskExecutionListRequest\x12\x41\n\x11node_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"\xa0\x01\n\rTaskExecution\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\x12\x11\n\tinput_uri\x18\x02 \x01(\t\x12\x35\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.TaskExecutionClosure\x12\x11\n\tis_parent\x18\x04 \x01(\x08\"Z\n\x11TaskExecutionList\x12\x36\n\x0ftask_executions\x18\x01 \x03(\x0b\x32\x1d.flyteidl.admin.TaskExecution\x12\r\n\x05token\x18\x02 \x01(\t\"\x88\x04\n\x14TaskExecutionClosure\x12\x14\n\noutput_uri\x18\x01 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12$\n\x04logs\x18\x04 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x0b\x63ustom_info\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x0e\n\x06reason\x18\n \x01(\t\x12\x0c\n\x04type\x18\x0b \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"Q\n\x1bTaskExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xd2\x01\n\x1cTaskExecutionGetDataResponse\x12\'\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12(\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') + serialized_pb=_b('\n#flyteidl/admin/task_execution.proto\x12\x0e\x66lyteidl.admin\x1a\x1b\x66lyteidl/admin/common.proto\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1c\x66lyteidl/core/literals.proto\x1a\x1a\x66lyteidl/event/event.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1cgoogle/protobuf/struct.proto\"M\n\x17TaskExecutionGetRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xb3\x01\n\x18TaskExecutionListRequest\x12\x41\n\x11node_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\r\n\x05limit\x18\x02 \x01(\r\x12\r\n\x05token\x18\x03 \x01(\t\x12\x0f\n\x07\x66ilters\x18\x04 \x01(\t\x12%\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.Sort\"\xa0\x01\n\rTaskExecution\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\x12\x11\n\tinput_uri\x18\x02 \x01(\t\x12\x35\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.TaskExecutionClosure\x12\x11\n\tis_parent\x18\x04 \x01(\x08\"Z\n\x11TaskExecutionList\x12\x36\n\x0ftask_executions\x18\x01 \x03(\x0b\x32\x1d.flyteidl.admin.TaskExecution\x12\r\n\x05token\x18\x02 \x01(\t\"\x8d\x04\n\x14TaskExecutionClosure\x12\x14\n\noutput_uri\x18\x01 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12$\n\x04logs\x18\x04 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12.\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12+\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12.\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12,\n\x0b\x63ustom_info\x18\t \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x0e\n\x06reason\x18\n \x01(\t\x12\x11\n\ttask_type\x18\x0b \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"Q\n\x1bTaskExecutionGetDataRequest\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\"\xd2\x01\n\x1cTaskExecutionGetDataResponse\x12\'\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12(\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlob\x12.\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMap\x12/\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB7Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3') , dependencies=[flyteidl_dot_admin_dot_common__pb2.DESCRIPTOR,flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_literals__pb2.DESCRIPTOR,flyteidl_dot_event_dot_event__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_duration__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -293,7 +293,7 @@ is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='type', full_name='flyteidl.admin.TaskExecutionClosure.type', index=10, + name='task_type', full_name='flyteidl.admin.TaskExecutionClosure.task_type', index=10, number=11, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, @@ -322,7 +322,7 @@ index=0, containing_type=None, fields=[]), ], serialized_start=817, - serialized_end=1337, + serialized_end=1342, ) @@ -352,8 +352,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1339, - serialized_end=1420, + serialized_start=1344, + serialized_end=1425, ) @@ -404,8 +404,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=1423, - serialized_end=1633, + serialized_start=1428, + serialized_end=1638, ) _TASKEXECUTIONGETREQUEST.fields_by_name['id'].message_type = flyteidl_dot_core_dot_identifier__pb2._TASKEXECUTIONIDENTIFIER diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py index 0ab7d1a1c..981bb5c3c 100644 --- a/gen/pb_python/flyteidl/event/event_pb2.py +++ b/gen/pb_python/flyteidl/event/event_pb2.py @@ -25,7 +25,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xc6\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x0c\n\x04type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"$\n\x13ManagedResourceInfo\x12\r\n\x05token\x18\x01 \x01(\t\"\xf1\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x42\n\x15managed_resource_info\x18\x02 \x01(\x0b\x32#.flyteidl.event.ManagedResourceInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"$\n\x13ManagedResourceInfo\x12\r\n\x05token\x18\x01 \x01(\t\"\xf1\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x42\n\x15managed_resource_info\x18\x02 \x01(\x0b\x32#.flyteidl.event.ManagedResourceInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -48,8 +48,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=2345, - serialized_end=2392, + serialized_start=2350, + serialized_end=2397, ) _sym_db.RegisterEnumDescriptor(_TASKEXECUTIONMETADATA_INSTANCECLASS) @@ -481,7 +481,7 @@ is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='type', full_name='flyteidl.event.TaskExecutionEvent.type', index=13, + name='task_type', full_name='flyteidl.event.TaskExecutionEvent.task_type', index=13, number=14, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, @@ -510,7 +510,7 @@ index=0, containing_type=None, fields=[]), ], serialized_start=1528, - serialized_end=2110, + serialized_end=2115, ) @@ -540,8 +540,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2112, - serialized_end=2148, + serialized_start=2117, + serialized_end=2153, ) @@ -586,8 +586,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2151, - serialized_end=2392, + serialized_start=2156, + serialized_end=2397, ) _WORKFLOWEXECUTIONEVENT.fields_by_name['execution_id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py index 309aaa3e9..15071e2cd 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py @@ -47,7 +47,7 @@ class AdminTaskExecutionClosure(object): 'updated_at': 'datetime', 'custom_info': 'ProtobufStruct', 'reason': 'str', - 'type': 'str', + 'task_type': 'str', 'metadata': 'EventTaskExecutionMetadata' } @@ -62,11 +62,11 @@ class AdminTaskExecutionClosure(object): 'updated_at': 'updated_at', 'custom_info': 'custom_info', 'reason': 'reason', - 'type': 'type', + 'task_type': 'task_type', 'metadata': 'metadata' } - def __init__(self, output_uri=None, error=None, phase=None, logs=None, started_at=None, duration=None, created_at=None, updated_at=None, custom_info=None, reason=None, type=None, metadata=None): # noqa: E501 + def __init__(self, output_uri=None, error=None, phase=None, logs=None, started_at=None, duration=None, created_at=None, updated_at=None, custom_info=None, reason=None, task_type=None, metadata=None): # noqa: E501 """AdminTaskExecutionClosure - a model defined in Swagger""" # noqa: E501 self._output_uri = None @@ -79,7 +79,7 @@ def __init__(self, output_uri=None, error=None, phase=None, logs=None, started_a self._updated_at = None self._custom_info = None self._reason = None - self._type = None + self._task_type = None self._metadata = None self.discriminator = None @@ -103,8 +103,8 @@ def __init__(self, output_uri=None, error=None, phase=None, logs=None, started_a self.custom_info = custom_info if reason is not None: self.reason = reason - if type is not None: - self.type = type + if task_type is not None: + self.task_type = task_type if metadata is not None: self.metadata = metadata @@ -339,27 +339,27 @@ def reason(self, reason): self._reason = reason @property - def type(self): - """Gets the type of this AdminTaskExecutionClosure. # noqa: E501 + def task_type(self): + """Gets the task_type of this AdminTaskExecutionClosure. # noqa: E501 A predefined yet extensible Task type identifier. # noqa: E501 - :return: The type of this AdminTaskExecutionClosure. # noqa: E501 + :return: The task_type of this AdminTaskExecutionClosure. # noqa: E501 :rtype: str """ - return self._type + return self._task_type - @type.setter - def type(self, type): - """Sets the type of this AdminTaskExecutionClosure. + @task_type.setter + def task_type(self, task_type): + """Sets the task_type of this AdminTaskExecutionClosure. A predefined yet extensible Task type identifier. # noqa: E501 - :param type: The type of this AdminTaskExecutionClosure. # noqa: E501 + :param task_type: The task_type of this AdminTaskExecutionClosure. # noqa: E501 :type: str """ - self._type = type + self._task_type = task_type @property def metadata(self): diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py index 39c4091d2..fc69078d3 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py @@ -52,7 +52,7 @@ class EventTaskExecutionEvent(object): 'custom_info': 'ProtobufStruct', 'phase_version': 'int', 'reason': 'str', - 'type': 'str', + 'task_type': 'str', 'metadata': 'EventTaskExecutionMetadata' } @@ -70,11 +70,11 @@ class EventTaskExecutionEvent(object): 'custom_info': 'custom_info', 'phase_version': 'phase_version', 'reason': 'reason', - 'type': 'type', + 'task_type': 'task_type', 'metadata': 'metadata' } - def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=None, phase=None, producer_id=None, logs=None, occurred_at=None, input_uri=None, output_uri=None, error=None, custom_info=None, phase_version=None, reason=None, type=None, metadata=None): # noqa: E501 + def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=None, phase=None, producer_id=None, logs=None, occurred_at=None, input_uri=None, output_uri=None, error=None, custom_info=None, phase_version=None, reason=None, task_type=None, metadata=None): # noqa: E501 """EventTaskExecutionEvent - a model defined in Swagger""" # noqa: E501 self._task_id = None @@ -90,7 +90,7 @@ def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=No self._custom_info = None self._phase_version = None self._reason = None - self._type = None + self._task_type = None self._metadata = None self.discriminator = None @@ -120,8 +120,8 @@ def __init__(self, task_id=None, parent_node_execution_id=None, retry_attempt=No self.phase_version = phase_version if reason is not None: self.reason = reason - if type is not None: - self.type = type + if task_type is not None: + self.task_type = task_type if metadata is not None: self.metadata = metadata @@ -413,27 +413,27 @@ def reason(self, reason): self._reason = reason @property - def type(self): - """Gets the type of this EventTaskExecutionEvent. # noqa: E501 + def task_type(self): + """Gets the task_type of this EventTaskExecutionEvent. # noqa: E501 A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin this type will be identical, but not all task executions necessarily use pre-registered definitions and this type is useful to render the task in the UI, filter task executions, etc. # noqa: E501 - :return: The type of this EventTaskExecutionEvent. # noqa: E501 + :return: The task_type of this EventTaskExecutionEvent. # noqa: E501 :rtype: str """ - return self._type + return self._task_type - @type.setter - def type(self, type): - """Sets the type of this EventTaskExecutionEvent. + @task_type.setter + def task_type(self, task_type): + """Sets the task_type of this EventTaskExecutionEvent. A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin this type will be identical, but not all task executions necessarily use pre-registered definitions and this type is useful to render the task in the UI, filter task executions, etc. # noqa: E501 - :param type: The type of this EventTaskExecutionEvent. # noqa: E501 + :param task_type: The task_type of this EventTaskExecutionEvent. # noqa: E501 :type: str """ - self._type = type + self._task_type = task_type @property def metadata(self): diff --git a/protos/flyteidl/admin/task_execution.proto b/protos/flyteidl/admin/task_execution.proto index 6c983426a..fccaf263b 100644 --- a/protos/flyteidl/admin/task_execution.proto +++ b/protos/flyteidl/admin/task_execution.proto @@ -102,7 +102,7 @@ message TaskExecutionClosure { string reason = 10; // A predefined yet extensible Task type identifier. - string type = 11; + string task_type = 11; // Metadata around how a task was executed. event.TaskExecutionMetadata metadata = 16; diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index cb8506a4b..3573c1073 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -158,7 +158,7 @@ message TaskExecutionEvent { // A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin // this type will be identical, but not all task executions necessarily use pre-registered definitions and this // type is useful to render the task in the UI, filter task executions, etc. - string type = 14; + string task_type = 14; // Metadata around how a task was executed. TaskExecutionMetadata metadata = 16; @@ -174,7 +174,6 @@ message ManagedResourceInfo { // Holds metadata around how a task was executed. // TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). -// Next ID to use: 3 message TaskExecutionMetadata { // Includes the broad cateogry of machine used for this specific task execution. enum InstanceClass { From 3f567c564ccaccf4de49f6f864195ba2e86393e8 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 16 Mar 2021 10:01:28 -0700 Subject: [PATCH 04/13] repeated Signed-off-by: Katrina Rogan --- gen/pb-cpp/flyteidl/event/event.pb.cc | 92 ++-- gen/pb-cpp/flyteidl/event/event.pb.h | 86 ++-- gen/pb-go/flyteidl/event/event.pb.go | 30 +- gen/pb-go/flyteidl/event/event.pb.validate.go | 17 +- gen/pb-go/flyteidl/service/admin.swagger.json | 7 +- .../service/flyteadmin/api/swagger.yaml | 24 +- .../model_event_task_execution_metadata.go | 4 +- gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/event/Event.java | 466 ++++++++++++++---- gen/pb-js/flyteidl.d.ts | 4 +- gen/pb-js/flyteidl.js | 26 +- .../flyteidl/event/event.proto.rst | 5 +- gen/pb_python/flyteidl/event/event_pb2.py | 6 +- .../models/event_task_execution_metadata.py | 10 +- protos/flyteidl/event/event.proto | 5 +- 15 files changed, 523 insertions(+), 263 deletions(-) diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc index 70030806b..abf2ea0de 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -425,7 +425,7 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "skExecutionMetadata\022K\n\016instance_class\030\020 " "\001(\01623.flyteidl.event.TaskExecutionMetada" "ta.InstanceClass\022\026\n\016generated_name\030\001 \001(\t" - "\022B\n\025managed_resource_info\030\002 \001(\0132#.flytei" + "\022B\n\025managed_resource_info\030\002 \003(\0132#.flytei" "dl.event.ManagedResourceInfo\"/\n\rInstance" "Class\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z" "5github.com/flyteorg/flyteidl/gen/pb-go/" @@ -5242,18 +5242,11 @@ ::google::protobuf::Metadata ManagedResourceInfo::GetMetadata() const { // =================================================================== void TaskExecutionMetadata::InitAsDefaultInstance() { - ::flyteidl::event::_TaskExecutionMetadata_default_instance_._instance.get_mutable()->managed_resource_info_ = const_cast< ::flyteidl::event::ManagedResourceInfo*>( - ::flyteidl::event::ManagedResourceInfo::internal_default_instance()); } class TaskExecutionMetadata::HasBitSetters { public: - static const ::flyteidl::event::ManagedResourceInfo& managed_resource_info(const TaskExecutionMetadata* msg); }; -const ::flyteidl::event::ManagedResourceInfo& -TaskExecutionMetadata::HasBitSetters::managed_resource_info(const TaskExecutionMetadata* msg) { - return *msg->managed_resource_info_; -} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int TaskExecutionMetadata::kInstanceClassFieldNumber; const int TaskExecutionMetadata::kGeneratedNameFieldNumber; @@ -5267,17 +5260,13 @@ TaskExecutionMetadata::TaskExecutionMetadata() } TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from) : ::google::protobuf::Message(), - _internal_metadata_(nullptr) { + _internal_metadata_(nullptr), + managed_resource_info_(from.managed_resource_info_) { _internal_metadata_.MergeFrom(from._internal_metadata_); generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.generated_name().size() > 0) { generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_); } - if (from.has_managed_resource_info()) { - managed_resource_info_ = new ::flyteidl::event::ManagedResourceInfo(*from.managed_resource_info_); - } else { - managed_resource_info_ = nullptr; - } instance_class_ = from.instance_class_; // @@protoc_insertion_point(copy_constructor:flyteidl.event.TaskExecutionMetadata) } @@ -5286,9 +5275,7 @@ void TaskExecutionMetadata::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - ::memset(&managed_resource_info_, 0, static_cast( - reinterpret_cast(&instance_class_) - - reinterpret_cast(&managed_resource_info_)) + sizeof(instance_class_)); + instance_class_ = 0; } TaskExecutionMetadata::~TaskExecutionMetadata() { @@ -5298,7 +5285,6 @@ TaskExecutionMetadata::~TaskExecutionMetadata() { void TaskExecutionMetadata::SharedDtor() { generated_name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (this != internal_default_instance()) delete managed_resource_info_; } void TaskExecutionMetadata::SetCachedSize(int size) const { @@ -5316,11 +5302,8 @@ void TaskExecutionMetadata::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; + managed_resource_info_.Clear(); generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (GetArenaNoVirtual() == nullptr && managed_resource_info_ != nullptr) { - delete managed_resource_info_; - } - managed_resource_info_ = nullptr; instance_class_ = 0; _internal_metadata_.Clear(); } @@ -5354,17 +5337,20 @@ const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char* ptr += size; break; } - // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; case 2: { if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; - ptr = ::google::protobuf::io::ReadSize(ptr, &size); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::flyteidl::event::ManagedResourceInfo::_InternalParse; - object = msg->mutable_managed_resource_info(); - if (size > end - ptr) goto len_delim_till_end; - ptr += size; - GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( - {parser_till_end, object}, ptr - size, ptr)); + do { + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::event::ManagedResourceInfo::_InternalParse; + object = msg->add_managed_resource_info(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + if (ptr >= end) break; + } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 18 && (ptr += 1)); break; } // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; @@ -5424,11 +5410,11 @@ bool TaskExecutionMetadata::MergePartialFromCodedStream( break; } - // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, mutable_managed_resource_info())); + input, add_managed_resource_info())); } else { goto handle_unusual; } @@ -5486,10 +5472,13 @@ void TaskExecutionMetadata::SerializeWithCachedSizes( 1, this->generated_name(), output); } - // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; - if (this->has_managed_resource_info()) { + // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + for (unsigned int i = 0, + n = static_cast(this->managed_resource_info_size()); i < n; i++) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( - 2, HasBitSetters::managed_resource_info(this), output); + 2, + this->managed_resource_info(static_cast(i)), + output); } // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; @@ -5522,11 +5511,12 @@ ::google::protobuf::uint8* TaskExecutionMetadata::InternalSerializeWithCachedSiz 1, this->generated_name(), target); } - // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; - if (this->has_managed_resource_info()) { + // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + for (unsigned int i = 0, + n = static_cast(this->managed_resource_info_size()); i < n; i++) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( - 2, HasBitSetters::managed_resource_info(this), target); + 2, this->managed_resource_info(static_cast(i)), target); } // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; @@ -5556,6 +5546,17 @@ size_t TaskExecutionMetadata::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; + // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + { + unsigned int count = static_cast(this->managed_resource_info_size()); + total_size += 1UL * count; + for (unsigned int i = 0; i < count; i++) { + total_size += + ::google::protobuf::internal::WireFormatLite::MessageSize( + this->managed_resource_info(static_cast(i))); + } + } + // string generated_name = 1; if (this->generated_name().size() > 0) { total_size += 1 + @@ -5563,13 +5564,6 @@ size_t TaskExecutionMetadata::ByteSizeLong() const { this->generated_name()); } - // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; - if (this->has_managed_resource_info()) { - total_size += 1 + - ::google::protobuf::internal::WireFormatLite::MessageSize( - *managed_resource_info_); - } - // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; if (this->instance_class() != 0) { total_size += 2 + @@ -5603,13 +5597,11 @@ void TaskExecutionMetadata::MergeFrom(const TaskExecutionMetadata& from) { ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; + managed_resource_info_.MergeFrom(from.managed_resource_info_); if (from.generated_name().size() > 0) { generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_); } - if (from.has_managed_resource_info()) { - mutable_managed_resource_info()->::flyteidl::event::ManagedResourceInfo::MergeFrom(from.managed_resource_info()); - } if (from.instance_class() != 0) { set_instance_class(from.instance_class()); } @@ -5640,9 +5632,9 @@ void TaskExecutionMetadata::Swap(TaskExecutionMetadata* other) { void TaskExecutionMetadata::InternalSwap(TaskExecutionMetadata* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); + CastToBase(&managed_resource_info_)->InternalSwap(CastToBase(&other->managed_resource_info_)); generated_name_.Swap(&other->generated_name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); - swap(managed_resource_info_, other->managed_resource_info_); swap(instance_class_, other->instance_class_); } diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h index 7a3119c17..8c60e5c54 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/gen/pb-cpp/flyteidl/event/event.pb.h @@ -1634,6 +1634,18 @@ class TaskExecutionMetadata final : // accessors ------------------------------------------------------- + // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + int managed_resource_info_size() const; + void clear_managed_resource_info(); + static const int kManagedResourceInfoFieldNumber = 2; + ::flyteidl::event::ManagedResourceInfo* mutable_managed_resource_info(int index); + ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo >* + mutable_managed_resource_info(); + const ::flyteidl::event::ManagedResourceInfo& managed_resource_info(int index) const; + ::flyteidl::event::ManagedResourceInfo* add_managed_resource_info(); + const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo >& + managed_resource_info() const; + // string generated_name = 1; void clear_generated_name(); static const int kGeneratedNameFieldNumber = 1; @@ -1648,15 +1660,6 @@ class TaskExecutionMetadata final : ::std::string* release_generated_name(); void set_allocated_generated_name(::std::string* generated_name); - // .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; - bool has_managed_resource_info() const; - void clear_managed_resource_info(); - static const int kManagedResourceInfoFieldNumber = 2; - const ::flyteidl::event::ManagedResourceInfo& managed_resource_info() const; - ::flyteidl::event::ManagedResourceInfo* release_managed_resource_info(); - ::flyteidl::event::ManagedResourceInfo* mutable_managed_resource_info(); - void set_allocated_managed_resource_info(::flyteidl::event::ManagedResourceInfo* managed_resource_info); - // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; void clear_instance_class(); static const int kInstanceClassFieldNumber = 16; @@ -1668,8 +1671,8 @@ class TaskExecutionMetadata final : class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo > managed_resource_info_; ::google::protobuf::internal::ArenaStringPtr generated_name_; - ::flyteidl::event::ManagedResourceInfo* managed_resource_info_; int instance_class_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; @@ -3682,56 +3685,35 @@ inline void TaskExecutionMetadata::set_allocated_generated_name(::std::string* g // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.generated_name) } -// .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; -inline bool TaskExecutionMetadata::has_managed_resource_info() const { - return this != internal_default_instance() && managed_resource_info_ != nullptr; +// repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; +inline int TaskExecutionMetadata::managed_resource_info_size() const { + return managed_resource_info_.size(); } inline void TaskExecutionMetadata::clear_managed_resource_info() { - if (GetArenaNoVirtual() == nullptr && managed_resource_info_ != nullptr) { - delete managed_resource_info_; - } - managed_resource_info_ = nullptr; + managed_resource_info_.Clear(); } -inline const ::flyteidl::event::ManagedResourceInfo& TaskExecutionMetadata::managed_resource_info() const { - const ::flyteidl::event::ManagedResourceInfo* p = managed_resource_info_; +inline ::flyteidl::event::ManagedResourceInfo* TaskExecutionMetadata::mutable_managed_resource_info(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.managed_resource_info) + return managed_resource_info_.Mutable(index); +} +inline ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo >* +TaskExecutionMetadata::mutable_managed_resource_info() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.event.TaskExecutionMetadata.managed_resource_info) + return &managed_resource_info_; +} +inline const ::flyteidl::event::ManagedResourceInfo& TaskExecutionMetadata::managed_resource_info(int index) const { // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.managed_resource_info) - return p != nullptr ? *p : *reinterpret_cast( - &::flyteidl::event::_ManagedResourceInfo_default_instance_); + return managed_resource_info_.Get(index); } -inline ::flyteidl::event::ManagedResourceInfo* TaskExecutionMetadata::release_managed_resource_info() { - // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionMetadata.managed_resource_info) - - ::flyteidl::event::ManagedResourceInfo* temp = managed_resource_info_; - managed_resource_info_ = nullptr; - return temp; +inline ::flyteidl::event::ManagedResourceInfo* TaskExecutionMetadata::add_managed_resource_info() { + // @@protoc_insertion_point(field_add:flyteidl.event.TaskExecutionMetadata.managed_resource_info) + return managed_resource_info_.Add(); } -inline ::flyteidl::event::ManagedResourceInfo* TaskExecutionMetadata::mutable_managed_resource_info() { - - if (managed_resource_info_ == nullptr) { - auto* p = CreateMaybeMessage<::flyteidl::event::ManagedResourceInfo>(GetArenaNoVirtual()); - managed_resource_info_ = p; - } - // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.managed_resource_info) +inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo >& +TaskExecutionMetadata::managed_resource_info() const { + // @@protoc_insertion_point(field_list:flyteidl.event.TaskExecutionMetadata.managed_resource_info) return managed_resource_info_; } -inline void TaskExecutionMetadata::set_allocated_managed_resource_info(::flyteidl::event::ManagedResourceInfo* managed_resource_info) { - ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); - if (message_arena == nullptr) { - delete managed_resource_info_; - } - if (managed_resource_info) { - ::google::protobuf::Arena* submessage_arena = nullptr; - if (message_arena != submessage_arena) { - managed_resource_info = ::google::protobuf::internal::GetOwnedMessage( - message_arena, managed_resource_info, submessage_arena); - } - - } else { - - } - managed_resource_info_ = managed_resource_info; - // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.managed_resource_info) -} #ifdef __GNUC__ #pragma GCC diagnostic pop diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index 6bc5d17f4..99c60c1a1 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -806,11 +806,12 @@ type TaskExecutionMetadata struct { InstanceClass TaskExecutionMetadata_InstanceClass `protobuf:"varint,16,opt,name=instance_class,json=instanceClass,proto3,enum=flyteidl.event.TaskExecutionMetadata_InstanceClass" json:"instance_class,omitempty"` // Generated unique name for this task execution used by the backend. GeneratedName string `protobuf:"bytes,1,opt,name=generated_name,json=generatedName,proto3" json:"generated_name,omitempty"` - // Includes information about how resource token allocation (if applicable). - ManagedResourceInfo *ManagedResourceInfo `protobuf:"bytes,2,opt,name=managed_resource_info,json=managedResourceInfo,proto3" json:"managed_resource_info,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + // Includes information about resource token allocation (if applicable). + // This is a repeated field because a plugin can request multiple resource allocations during execution. + ManagedResourceInfo []*ManagedResourceInfo `protobuf:"bytes,2,rep,name=managed_resource_info,json=managedResourceInfo,proto3" json:"managed_resource_info,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskExecutionMetadata) Reset() { *m = TaskExecutionMetadata{} } @@ -852,7 +853,7 @@ func (m *TaskExecutionMetadata) GetGeneratedName() string { return "" } -func (m *TaskExecutionMetadata) GetManagedResourceInfo() *ManagedResourceInfo { +func (m *TaskExecutionMetadata) GetManagedResourceInfo() []*ManagedResourceInfo { if m != nil { return m.ManagedResourceInfo } @@ -875,7 +876,7 @@ func init() { func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 1056 bytes of a gzipped FileDescriptorProto + // 1057 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xef, 0x6e, 0xdb, 0xb6, 0x17, 0x8d, 0xdd, 0xd8, 0x89, 0xaf, 0x6c, 0x37, 0x65, 0x93, 0x54, 0xbf, 0xe4, 0xd7, 0xc6, 0x73, 0xd7, 0x21, 0x68, 0x31, 0x19, 0x70, 0xd1, 0xae, 0xc0, 0x06, 0x0c, 0x49, 0x9a, 0x2d, 0xc6, 0x92, @@ -935,11 +936,12 @@ var fileDescriptor_4b035d24120b1b12 = []byte{ 0x6c, 0x94, 0x3f, 0xd4, 0x0f, 0xd0, 0x0e, 0xc2, 0x58, 0xd0, 0xd0, 0x45, 0xc7, 0x1d, 0xd3, 0x38, 0x56, 0x02, 0xdb, 0xfd, 0x97, 0x9f, 0x24, 0xd0, 0x1a, 0xa4, 0x67, 0x0f, 0xe4, 0x51, 0xbb, 0x15, 0xdc, 0x5e, 0x92, 0x67, 0xd0, 0xf6, 0x31, 0x44, 0x4e, 0x05, 0x7a, 0xda, 0x6c, 0xb5, 0xa8, 0x56, - 0x86, 0x4a, 0xc7, 0x25, 0xef, 0x61, 0x63, 0xa2, 0x33, 0x91, 0xb9, 0xa9, 0x54, 0x74, 0xef, 0xf4, - 0x6b, 0x7b, 0x5a, 0x54, 0x52, 0x92, 0xb6, 0xfd, 0x70, 0x32, 0x0f, 0x76, 0x7b, 0xd0, 0xca, 0xe9, - 0x23, 0x06, 0xac, 0xbc, 0x3d, 0xfc, 0x61, 0xef, 0xfc, 0x78, 0xb8, 0xb6, 0x44, 0x1e, 0x40, 0x6b, - 0x70, 0x3a, 0x3c, 0xb4, 0xed, 0xf3, 0xb3, 0xe1, 0x60, 0xff, 0xf8, 0x70, 0xad, 0xb2, 0xff, 0xcd, - 0x87, 0x57, 0x7e, 0x20, 0x2e, 0x93, 0x0b, 0xcb, 0x65, 0x93, 0x9e, 0xba, 0x96, 0x71, 0xbf, 0x97, - 0x7d, 0x06, 0xfb, 0x18, 0xf6, 0xa2, 0x8b, 0xaf, 0x7d, 0xd6, 0xcb, 0x7f, 0x84, 0x5f, 0xd4, 0xd5, - 0x5c, 0xbd, 0xfc, 0x27, 0x00, 0x00, 0xff, 0xff, 0x27, 0xf3, 0x4f, 0x3c, 0x9d, 0x0b, 0x00, 0x00, + 0x86, 0x4a, 0xc7, 0x25, 0xef, 0x61, 0x63, 0xa2, 0x33, 0x91, 0xb9, 0xa9, 0x54, 0x74, 0xef, 0xaa, + 0x6a, 0x40, 0x9f, 0x16, 0x95, 0x94, 0xa4, 0x6d, 0x3f, 0x9c, 0xcc, 0x83, 0xdd, 0x1e, 0xb4, 0x72, + 0xfa, 0x88, 0x01, 0x2b, 0x6f, 0x0f, 0x7f, 0xd8, 0x3b, 0x3f, 0x1e, 0xae, 0x2d, 0x91, 0x07, 0xd0, + 0x1a, 0x9c, 0x0e, 0x0f, 0x6d, 0xfb, 0xfc, 0x6c, 0x38, 0xd8, 0x3f, 0x3e, 0x5c, 0xab, 0xec, 0x7f, + 0xf3, 0xe1, 0x95, 0x1f, 0x88, 0xcb, 0xe4, 0xc2, 0x72, 0xd9, 0xa4, 0xa7, 0xae, 0x65, 0xdc, 0xef, + 0x65, 0x9f, 0xc1, 0x3e, 0x86, 0xbd, 0xe8, 0xe2, 0x6b, 0x9f, 0xf5, 0xf2, 0x1f, 0xe1, 0x17, 0x75, + 0x35, 0x57, 0x2f, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x7e, 0x91, 0x00, 0x9d, 0x0b, 0x00, + 0x00, } diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go index 1362fe263..22b883cae 100644 --- a/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -870,14 +870,19 @@ func (m *TaskExecutionMetadata) Validate() error { // no validation rules for GeneratedName - if v, ok := interface{}(m.GetManagedResourceInfo()).(interface{ Validate() error }); ok { - if err := v.Validate(); err != nil { - return TaskExecutionMetadataValidationError{ - field: "ManagedResourceInfo", - reason: "embedded message failed validation", - cause: err, + for idx, item := range m.GetManagedResourceInfo() { + _, _ = idx, item + + if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return TaskExecutionMetadataValidationError{ + field: fmt.Sprintf("ManagedResourceInfo[%v]", idx), + reason: "embedded message failed validation", + cause: err, + } } } + } return nil diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 2b56def6d..6c6667fa1 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -6048,8 +6048,11 @@ "description": "Generated unique name for this task execution used by the backend." }, "managed_resource_info": { - "$ref": "#/definitions/eventManagedResourceInfo", - "description": "Includes information about how resource token allocation (if applicable)." + "type": "array", + "items": { + "$ref": "#/definitions/eventManagedResourceInfo" + }, + "description": "Includes information about resource token allocation (if applicable).\nThis is a repeated field because a plugin can request multiple resource allocations during execution." } }, "description": "Holds metadata around how a task was executed.\nTODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 070b0bab7..632dc743b 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -6600,7 +6600,8 @@ definitions: metadata: instance_class: {} managed_resource_info: - token: "token" + - token: "token" + - token: "token" generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: @@ -6712,7 +6713,8 @@ definitions: metadata: instance_class: {} managed_resource_info: - token: "token" + - token: "token" + - token: "token" generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: @@ -6767,7 +6769,8 @@ definitions: metadata: instance_class: {} managed_resource_info: - token: "token" + - token: "token" + - token: "token" generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: @@ -26065,15 +26068,19 @@ definitions: type: "string" description: "Generated unique name for this task execution used by the backend." managed_resource_info: - description: "Includes information about how resource token allocation (if\ - \ applicable)." - $ref: "#/definitions/eventManagedResourceInfo" + type: "array" + description: "Includes information about resource token allocation (if applicable).\n\ + This is a repeated field because a plugin can request multiple resource\ + \ allocations during execution." + items: + $ref: "#/definitions/eventManagedResourceInfo" description: "Holds metadata around how a task was executed.\nTODO(katrogan):\ \ Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." example: instance_class: {} managed_resource_info: - token: "token" + - token: "token" + - token: "token" generated_name: "generated_name" eventWorkflowExecutionEvent: type: "object" @@ -26217,7 +26224,8 @@ definitions: metadata: instance_class: {} managed_resource_info: - token: "token" + - token: "token" + - token: "token" generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go index 3799f44e0..54bbbc393 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go @@ -14,6 +14,6 @@ type EventTaskExecutionMetadata struct { InstanceClass *TaskExecutionMetadataInstanceClass `json:"instance_class,omitempty"` // Generated unique name for this task execution used by the backend. GeneratedName string `json:"generated_name,omitempty"` - // Includes information about how resource token allocation (if applicable). - ManagedResourceInfo *EventManagedResourceInfo `json:"managed_resource_info,omitempty"` + // Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. + ManagedResourceInfo []EventManagedResourceInfo `json:"managed_resource_info,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 44198992f..cd647997c 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xeb\x6d\x1b\xb9\xc2\xef\xfb\x2b\x06\x7d\x89\x0d\xd0\x32\xb0\x8b\x7d\xc9\x9b\x11\x27\x5d\x07\x6e\x62\xc4\xf1\xb6\xc0\x72\x21\x8f\xc8\x91\xc4\x86\x1a\x0a\x33\xa4\x5d\x15\xe8\x7f\x2f\xe6\x9c\x33\x37\x8a\xa4\xa8\x4b\xdc\x6d\x36\x0f\x8b\x0d\x2c\x92\x73\x3f\x73\x2e\xdf\xf9\x8e\x1d\xa4\x85\xae\xd3\xb4\xbd\x72\xd4\x04\xf4\x87\x6b\xb8\xb6\xe7\x18\x1a\x6e\x91\x55\x02\xa4\x03\x80\x67\x89\xd1\x3d\x94\x1f\x54\xc6\x65\x2a\xff\x69\xa6\xc7\x16\x14\xa2\x65\xad\xe6\x78\x88\x2d\xb9\x27\x3b\x7b\xc4\x8f\x9e\xfd\x7c\xfe\x78\x8e\xe5\xda\x1a\x0d\x74\x30\x49\x7c\x85\xb8\x4c\xa5\xa6\x2c\x01\xf6\x68\x47\x30\x57\xd5\x0a\x59\x5b\x5c\x13\x83\xa5\x07\xc8\xca\x39\x75\xa1\x6d\xef\x79\xbd\x62\x19\xaf\xb3\xe5\x85\xd5\xe6\xc2\x22\x4b\x85\xf6\x65\xdc\x8d\xe6\x68\x74\xad\xee\x64\x1d\x63\x81\xa9\x95\xa3\x5b\x8c\xf6\x8b\x19\x02\xc4\x4d\x3e\x47\xbb\x32\x24\x35\xc5\xcd\xe9\x99\x0e\xbd\xa6\xe7\x1e\xb7\x5c\x0f\xde\x5d\x4a\x2e\x62\xc9\x57\x22\x67\x29\xe6\x46\xa7\x7f\xb1\xcb\x9f\xca\xf5\x6c\x52\x6e\xe6\xf5\x04\xf2\x0e\x26\x66\x5a\x26\x90\x10\xbd\xe3\xa6\x9b\xe6\xdb\xa6\xd2\x8e\xe9\xee\x35\xb6\xba\xf5\x1d\x37\x3b\xae\xa5\xf1\x4a\x0b\xba\x78\xdc\xfc\xdc\xc7\x31\xa0\x38\xd9\x0b\xca\xd2\x50\x11\x1d\xa3\xe4\x06\x8a\x95\x3f\x9f\x58\xcf\x80\xe9\x9a\xd7\x45\x86\xc4\x46\x92\x97\x1b\x60\x5c\x49\x52\x99\x17\x0a\x4d\x6b\x9e\x6d\xb2\xb2\xc8\xa8\x20\x4e\xac\x0b\x89\x27\x21\xeb\xbf\x41\x26\x64\x6e\x81\xb7\x37\x72\x5e\x1d\x15\xdd\xa8\xbe\x88\x63\xbc\x8a\x0f\xa8\xf1\x38\x2f\xe2\xcd\xb5\xbb\x7f\x1c\xa6\x1c\xf6\x5f\x90\x5d\x0a\xc6\x51\x89\x39\x9f\x60\x92\x20\x1b\xf6\xbe\xbe\x03\x1b\xda\xc3\x5c\x8f\x16\x60\xdd\xe9\x3a\x21\xfa\xd5\xf5\xd2\xb6\x5e\x49\xd7\x5b\xcc\x30\x35\x32\x28\x6b\x14\x72\xd3\x78\x9f\x0d\xc1\xca\xac\xe7\x16\x1c\xf8\x6b\x9e\xb5\x95\x55\x58\xa0\x28\x11\x00\x88\xac\x5e\x4a\x5f\xed\x4b\x41\xe8\x3e\x1e\x0f\x3d\xba\xaa\xab\x2e\x17\xbb\x35\xdb\xe7\x98\xc8\x71\xd5\xa1\x95\x42\x30\x47\xd2\x3a\x1c\x2a\x55\x2c\x0a\xc9\xeb\x4a\xb1\xb3\x3b\x9b\x58\x74\xee\x92\x61\x61\x16\xbb\xbb\xd1\x72\xa8\xee\x33\x45\xe8\x8c\xed\xd6\x86\x20\x80\x2c\xf2\xe9\x36\xf2\x7b\x5f\x22\xc6\x9d\x00\x09\xf3\x94\xae\xf9\x6a\x1d\x12\xb1\x39\x7a\x20\x9a\x99\x12\x27\x81\xd9\x8e\x81\xdd\x5d\x68\x0f\x31\x4b\x25\x79\xab\x70\xdd\x2a\xd5\xc1\x30\xdc\x1e\x25\x48\xf6\xe9\x81\xb8\x7a\x2a\xdc\xb7\xfb\xed\x41\xf1\xf1\xe9\xd6\x3a\xf1\xfc\x4d\x1d\x5d\x7d\x30\x50\x21\x33\x10\xa4\x80\x1f\x5e\x46\x10\xe6\x54\x7a\xf8\xf0\x9b\xb2\x6a\x72\x46\x67\x9c\xa2\x03\x6a\xc2\x0a\x31\x49\x98\xfe\xe9\xf5\xe5\xe5\x64\xd2\x33\x13\xfb\x32\x7e\xb8\xf3\x0d\xef\x75\xef\x70\xf8\xad\x13\x9e\xbf\xe3\x68\x45\xf5\xea\xa6\xfb\x99\x86\x96\x2f\x05\x76\x4b\xe8\x3a\x89\xc1\xa7\xed\x26\x5d\x0d\xbf\x63\x9a\xb3\x28\xd6\xe1\xa6\xd6\xdc\x48\xd7\x29\xb4\xb8\x5f\x63\xd0\xc8\x1d\xbc\x1e\xa5\x1d\x8d\x32\x81\x7f\xfb\x5c\xa1\x67\xc3\x62\x8f\x7f\x0f\xaa\x6d\x12\xf7\x9a\xb9\x42\xce\x0a\x08\x34\x06\x5e\xe0\x5d\xe5\x05\x69\x40\x07\xcc\x5e\x30\xa0\x48\x30\x8d\x1a\x90\xef\x3d\xa6\xe1\xbb\x52\x92\x0e\x7e\x89\xf7\x58\x4b\x9a\x4f\x10\x5a\x1b\xdc\x6d\xbc\x66\x58\x77\xf7\xdf\x42\x55\x3e\xa7\x94\xf8\x9c\x83\x0f\x0f\xe0\xf0\x37\xd3\xc3\x79\x39\x90\x78\x0c\x69\x38\x42\xae\x01\xf8\x0b\xc1\xbb\x51\x8f\x9a\x6d\x2c\x1e\xbf\x9f\xd2\x75\x7a\x00\xe3\xbd\xeb\x8a\xbf\x34\x43\xe9\x69\x4d\x3d\x27\x8a\xed\x01\xbd\x04\x2d\xcd\x68\xdc\x46\x1d\xe1\x6b\x0a\xea\x53\x25\xf0\xb6\xdb\x6a\x02\x83\xf8\xed\x1f\xbf\x4f\xfa\x78\x87\xa0\xeb\x07\xd7\x35\x7a\x67\x8b\xbc\x29\xc1\x73\xcf\x9b\x1f\xd2\xe2\xef\xe2\x14\xda\xb9\x21\x8f\xd0\x64\x8e\x59\x97\x6d\x5d\xc5\xb1\x4f\xf8\x2d\x5e\xe4\x21\x69\xa4\xdb\xe0\xb4\x3c\x8e\x36\xbd\x9a\x33\x30\x52\x7a\xb4\xa5\x09\xf5\xb3\xa3\x85\x3d\x66\xaf\x5b\x3e\xbd\x90\x1e\xd8\x97\x69\x3b\xa6\xfb\xd1\xbb\x47\x6b\xaf\xc7\x24\xe8\x0e\x06\x5e\xaf\xc3\x3c\x78\xf0\x9a\x65\xd5\x6a\x66\x34\x48\xe4\xaf\x21\xb7\x35\x88\xa6\x2b\x9b\xac\xe5\x32\x4d\xac\x88\x41\x2e\xfb\x96\xe5\xe0\x62\xfe\x61\x2a\x49\xb8\xcf\x3a\xa3\x9d\x3d\xf7\xc1\x69\x73\x89\xbb\x0f\xc7\x55\x7b\x04\x40\xc9\xfb\xcc\x37\x1a\x48\x03\x84\xd9\xca\x73\x5f\xc3\x22\x54\xad\x9c\x72\xed\x72\x6b\x88\x81\xa7\x21\x2e\x11\x1a\x4b\x41\x65\x8c\x4a\x4b\x8f\xe0\x41\xf8\xaf\x74\xf7\xe4\x7c\xed\xc4\xe7\xee\xb9\x80\xef\xbb\xf4\x3c\x62\xcc\x8c\x70\xaa\x09\xaa\x83\x3f\x7a\x78\xb1\xc8\x2a\xe9\x52\xfa\x4e\x62\x65\x74\x24\x45\x77\x77\x17\x7e\xdb\xa2\xda\xdc\x65\xf2\x1c\x69\x79\x05\xb2\x4d\x55\x19\x51\x87\xd6\x0c\xb8\x84\xd0\x54\x37\x6d\x27\x6c\xc5\x0b\x49\xc7\xa0\x56\x3c\x33\xba\xd3\xac\x59\x2c\x7a\x0d\x82\xb2\x5a\x7c\x55\xf7\xb1\x4d\x21\xee\x75\x1f\xbb\x11\x96\x43\x69\xb1\x3b\x76\xe8\x37\x64\xf9\x0d\xa6\x91\x9c\xc2\x76\xbb\xb1\x2d\xa1\x8b\x70\x5e\x94\xe2\x65\xcc\xb5\x13\xd9\x9e\x37\x63\x6c\x4f\xeb\x63\x06\x9c\x1b\x8e\xc3\x79\x01\xff\x44\x46\x29\x62\xff\xa7\x45\xec\x6f\x1c\xe8\xd2\x81\xf9\x34\x2e\x03\x10\x0e\x2b\x91\xd1\x68\x21\x73\x0d\xd4\xb8\xa7\x4f\xb0\x01\xd9\x7e\x7c\x2a\xcc\x0e\x6a\xe8\xfb\x6a\x25\x18\x34\xa5\x91\xd4\x81\x11\x50\x2f\x81\x98\x94\x19\xa0\xe7\xff\x82\x03\x4f\x41\x97\x6c\xc9\xe5\x42\xe4\xde\xa1\x79\x26\xc5\x33\x33\xb2\x36\x09\x9d\xf4\xc1\xf2\x24\x4c\xd4\xd9\xb9\xd1\x6d\xa2\x98\xbe\x12\x59\xa5\x72\xc8\xaa\x5e\x70\x95\x03\x92\x84\x36\x7c\xc9\xb3\x2f\x50\x7f\x06\xae\x23\x6c\x91\x02\x09\x36\xf1\x18\x83\x5b\xfe\x6b\x85\xcc\x90\xd9\xcf\x95\x84\xb5\xfd\xc3\xd7\x35\xe3\x99\xaa\x34\x15\xa8\xa4\xb2\x23\x54\xef\x22\xa0\xfc\x87\x16\x7b\xed\x4a\xae\x8f\x4b\xa4\x86\xd1\x21\x76\x0d\x48\x2d\xd7\x25\x97\xe1\xa6\x2f\x34\x0d\xb9\x56\x1c\x28\x28\xad\x4e\x84\x4d\xe3\xd1\xcf\xf8\x1a\x3c\xff\x45\x1f\xa8\xd5\xe5\x53\xbd\x68\x16\x66\xc8\x20\xe7\x8f\x1d\xea\x7e\xc6\x00\xdc\x84\x59\x27\x85\x24\x5a\x28\x9e\xaf\x0a\x69\xb6\x86\xb9\x7d\xb0\x44\x04\x49\xb7\x1c\x0b\x0d\x97\x18\x6e\x03\xd6\x0f\x23\xd7\xa2\x1b\x53\x33\x29\x8c\xc2\xc0\x55\x51\x6e\x40\x47\x5c\x2b\x71\x11\xb4\x13\x9c\x7f\xc2\xfb\x14\x3a\x95\xd8\x77\x28\x30\x35\x6f\x4a\xd4\x24\x65\x2e\x82\x3b\x99\xce\xe9\xc3\x4d\x62\x2e\x91\x9a\x72\xed\x83\x86\x61\x4f\x9f\x04\x3b\xb1\x6d\xe5\x8c\xf2\xb6\xf8\x6c\x28\x05\x81\xdd\x65\xf5\x6c\x01\x5e\xcf\xdc\xc7\xef\xf6\x09\x62\xdc\x91\x6c\xb3\x01\x8a\x20\xda\x07\x17\x7e\xc4\x4f\xfd\xae\x52\x94\x0f\x0f\xc2\xe3\x8e\x68\xb0\x7f\x29\x9e\x44\xc2\xee\xd7\x5c\x7d\x49\xd8\xf5\x46\xf2\x55\x91\xbd\xaf\x66\x5d\x71\x89\xd3\x9b\xa4\x84\x9c\x9b\x66\x25\xd7\x23\xc3\x78\x9d\x9d\xb8\xa1\x0f\xbd\x81\xef\x74\xae\xb1\x53\x76\xf6\x76\x8f\xb4\x26\xfd\xaf\x2e\x25\x9b\xb0\x3a\x81\x8f\xa4\xd8\x8a\x22\x41\x70\x88\xb4\x2b\xe2\x5c\xec\xdb\x84\x18\x96\x9b\xda\x10\xd3\x1e\x17\x65\x6f\x58\x6f\x18\x7a\x0c\xe8\x97\x2e\xf6\x52\xb3\x35\x7d\x1d\x18\xe0\xaf\x0b\xe2\x5d\xe0\xdf\x74\x08\xda\xbd\x88\xd3\x7f\x81\x40\xdb\x6a\xe4\x49\x48\xe5\xe7\x8f\xd7\x1f\xcf\xbe\xf0\x5a\x55\x0b\x2e\xcf\x5f\xb3\xb7\x46\xa6\x11\x9f\x28\x62\x77\xe6\x4a\x08\x88\x8c\x12\xe8\xfe\x6c\x59\xd7\x6b\xfd\xfa\xf2\x72\x51\xd4\xcb\x66\x36\xc9\xaa\x15\xba\x98\x2b\xb5\xc0\x7f\x5c\x16\x5a\x37\x42\x5f\xfe\xf4\xe3\xcf\xe7\x5d\xbb\x7c\x0b\x71\x7f\xb4\x0f\xe3\x30\x13\x7e\x28\x13\xa5\x5b\x33\xfb\xfb\x16\x9a\x9a\xf5\xf9\x09\xff\x3f\x63\x6f\x3d\xc9\x10\xdf\xba\x15\xb6\x03\x62\xf7\x3d\x8c\x76\x52\x8b\xa5\xd3\xb3\x69\xa3\x54\xa0\xfd\x44\xce\xb5\x3f\x54\x68\xbe\x13\x5a\xd1\x4a\x3e\x8a\xb4\xe7\x51\xee\xc8\x53\x98\xfa\x77\x1c\xaa\x4a\x5b\xa6\x4e\x04\x56\xd4\x95\x12\xc4\x1d\x87\xf6\xff\xac\xac\x66\x40\x38\x66\x7e\xe9\xbb\x28\xb3\xb2\xd2\xa3\x93\x5c\xb6\x17\xec\x0d\xbd\x3e\x68\x4e\x56\xab\x35\x80\xa9\x94\xd0\x80\xaa\xdf\x76\xb0\x6d\x81\x1c\x4e\xa2\x5b\x6e\x77\xd7\xa8\x38\xd7\x5b\xba\xe5\x76\x8e\xbd\xd9\xd2\x10\x97\x7b\x3b\xb0\xa7\xfb\xee\xe5\xb7\x21\x1c\x89\x03\x7f\x7a\x0d\x05\x85\xd0\x83\xad\x0b\xb9\x28\x45\x6b\xbc\x96\xd1\x31\x95\x57\xf8\x4b\x58\x04\xce\x33\xb7\xb8\xd0\x17\x91\x77\x39\x60\x13\xe2\x93\xd8\x95\xcd\x37\x00\x5c\x3b\x27\x0f\xab\x33\x64\x41\x63\x4d\x6c\x55\x39\x25\x98\x04\x2e\x84\x54\xea\x66\x76\xe1\xd1\xe7\x95\x02\xe9\x0a\xc9\x09\x6b\xae\x80\x19\x71\x59\x94\xf9\x45\x47\x86\x11\x9a\xa5\x9e\x13\xc2\x26\x28\xf2\xb2\x84\x15\x5f\x0b\xb3\xce\x08\x7e\x74\x63\x77\xdf\x31\xb6\x8d\xe0\xd9\xd2\x01\xef\x50\x0b\x6c\x69\x12\x91\xbc\x88\x54\xd6\xff\x75\x08\x67\x04\x14\xab\x87\x98\xe9\xdb\x97\x13\xd1\x9c\x8d\x91\x13\x9f\x63\x65\xdf\x9e\x1a\x63\xb8\x92\xe4\xe8\x9b\x2a\x3d\xc5\x98\xc7\x0b\x64\x67\x79\xb3\x44\xaf\xf9\xb3\x24\xcc\xf7\x5e\xd5\x80\xc7\xc9\x87\x6e\xc6\x57\x23\x1f\x5a\xbf\xc4\xe5\x22\xd1\x0a\xac\x0b\x47\x73\x95\x04\x7c\x7e\xbc\x2c\x43\xa2\x06\xef\xaf\x4a\xa5\x37\x23\x34\x7b\x16\x65\x69\xfe\x9f\xb5\x05\x37\xd9\x09\x39\xe0\x26\x45\x62\x01\xca\x94\xdc\x47\x5e\xa5\x8b\x19\x87\xca\xd5\x7d\xf5\x3f\xb7\x4e\x73\x84\x51\x39\xe2\x40\x67\x3c\x5b\x8a\xa9\xe9\x5a\xb3\x07\x8a\x95\x8a\x59\xbe\x31\x2f\xdf\xe3\xbb\x83\x97\x19\xba\x9f\xd0\x91\x86\x6d\x41\x08\x9b\x67\x90\x8c\xe5\x2c\xd7\x5d\xc7\x3b\xc3\x66\xa7\x1d\x85\x64\x76\xf6\xb5\xdb\x43\x12\x14\x56\x81\xc3\x6c\x21\xb2\x19\x57\xca\xc2\x52\xa8\x55\xc6\x55\x5d\xcc\x79\x16\x39\x35\x46\xa5\x67\x47\x37\x24\x7e\x51\x83\x2f\xde\x97\x4b\xb4\xa2\x9c\x33\x47\xa3\xd7\xbf\xfe\x9d\x90\xa8\x53\x58\x87\x37\x27\x32\x0e\xf7\x9e\x14\xce\xa2\x0c\xb9\xce\xa1\x07\xd5\xb3\x8e\x18\xeb\x81\x40\xc1\xfd\x08\x54\x82\x92\x56\xe3\x25\xdc\x16\x6f\x19\x95\x73\x02\x17\x78\x4e\x69\x46\x75\x1b\x17\x0f\x53\x88\x80\xa2\x27\x91\xfb\x9c\x81\x20\x71\xd4\x5c\x51\x7c\x21\xd8\x4a\xe4\x45\xd3\xe6\xe7\x19\x06\xbf\x7d\x17\x2c\x7f\x20\xc1\xd2\xbf\x6e\x5f\x4d\x20\x9c\xcc\x5d\x34\x46\x22\xbc\xab\x94\xcf\x56\xf8\x00\x46\xfe\xb3\xc0\x52\x0c\x75\x85\xd1\xa5\x6e\xda\xdf\x20\x1b\x93\xd7\xaf\xb4\x43\x3d\xc6\x3b\xdd\xc6\xf2\x6e\x0b\x5d\xff\xda\x2a\x9a\x7f\x00\x7d\x4f\xd9\x7c\xbd\x14\x3c\xdb\x55\xec\x66\xf0\xc6\x60\xaa\xd9\x27\xb2\x1b\x28\xce\x65\x84\x03\x3a\xd3\x21\x55\xc3\x12\x1b\x99\x7e\xef\xa3\x78\x3d\xba\xf9\x7a\xc4\x0b\xea\x59\xf1\xf5\x5a\x28\xeb\x3a\xe5\xce\x5e\xf1\xed\x52\x2b\xa9\x44\x43\xe7\xfd\xfd\xc7\x0f\x5e\xe3\xf2\xfe\x8f\xd6\xa7\xe1\x31\x98\xba\x49\xf7\xca\x7d\x68\xca\xb2\x77\xe5\x46\xd4\xb3\x78\xb8\xbd\x9d\xfe\x7a\x75\xfb\xf0\x76\x90\xe0\x23\x78\xac\x77\x4e\x5c\x4f\x68\x4e\x50\xfd\xac\x41\xe5\x6c\x56\x82\x22\x85\x60\x44\xd8\x0a\x57\x70\xcb\x37\x65\x19\x13\xbd\xa4\xf2\x91\xbe\x03\x01\xa6\x46\xa2\x79\x98\x4a\x36\x38\x71\x71\xfb\xf0\xd8\xa3\xf9\xf8\xa3\xad\x90\xee\x07\xf1\x9a\x7d\x70\xad\xf6\xcc\x2b\x45\xb7\x8f\x38\x0e\xe8\xfa\x7e\x29\x2a\xab\xc3\x8e\xc7\x83\xb4\xb5\x17\x89\x81\xea\x24\xa7\x03\xe7\xee\x31\x76\x3d\x38\x71\x9f\xe3\xfd\x0c\xdf\x4d\x90\x80\x08\x6b\x12\x3a\x8e\x9e\x54\x52\x3d\x1a\x0e\xc0\xe1\xde\x3e\xb1\x1b\x89\x09\x86\x25\x97\x8b\x86\x2f\x84\x4e\x98\x6d\x3c\x95\xab\x62\xb1\x84\x8c\x4d\xa2\x90\xc6\x88\x0f\x67\x92\xd7\xc5\x93\x68\x6d\x21\x0c\xc4\x89\x7f\xf1\xd5\x1a\xb0\x2e\x32\x95\x34\x26\xb9\xf0\x9f\xc7\x18\xdd\xfb\x7b\x37\x1c\xb3\xd3\xdc\x87\x88\x43\x49\xa6\x12\x17\x17\x89\x21\xac\x4d\x06\x8e\x5b\x5e\xb7\xb7\x2e\x57\xc2\xd2\xb6\x81\x4c\x5f\x80\x75\x88\x65\xbf\x2d\x96\xcb\x48\xfa\x80\x06\x1b\x23\xfb\xd8\xa5\xdd\xf2\xc4\x2e\x86\x3d\x13\xd4\xb7\xee\x5d\x7f\xf4\x1d\x60\x0e\xdc\xf4\xa9\xf5\x95\x11\xdb\xd6\x8b\xb1\x1d\xd2\xdc\x6f\x28\xd9\x3e\xc2\xac\x8d\xba\x06\x94\x60\x77\x6f\xec\xb8\xf0\x99\xde\x60\x43\xd5\xcc\xca\x3d\xba\x84\xcf\x0f\x76\x0a\x45\xf2\x70\xa7\x46\x38\x64\x3e\xb5\x8e\x96\xd9\xa6\x43\xcd\xce\xaa\xaa\x67\x5d\x4e\xe8\xda\x88\x3a\x45\x2f\xec\x9a\x8c\x26\xab\x0f\xd9\x2f\x23\xc0\x47\xed\x29\xb2\xd2\x67\xa8\x43\x65\xa1\x0f\xea\x8e\xd7\x9f\x46\xf7\xc8\x69\x08\x74\xd9\xed\x25\x61\xe9\x9e\x8b\x04\x6c\x8f\x98\x24\x83\x9a\xdc\xa9\xa2\x40\xf1\x22\xa1\xe0\x0c\x27\x24\x6d\xe2\x36\x51\xe2\x57\x2e\xc1\x92\xf5\x8d\xd2\x46\x5c\x92\xbc\x23\xa9\x6d\xcc\xd3\x54\xda\x2c\x7e\x2b\x8e\xaf\x98\x0d\x60\xba\xbf\x22\xa0\x6b\x8d\x39\xb0\xa0\xb1\xd6\xac\x92\xc2\x4a\xc3\x54\x02\x55\xa2\x04\xd7\xcf\x4c\x03\x89\x09\x11\x02\xd2\x0f\x41\xc1\x01\x2e\x5d\xd9\xfc\x1d\x32\xaf\xa5\x06\x44\xf7\xfc\x0f\xe6\xbf\xff\xfc\xf0\xdf\x00\x00\x00\xff\xff\x3d\x57\x73\x24\x37\x8a\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xeb\x6d\x1b\xb9\xc2\xef\xfb\x2b\x06\x7d\x89\x0d\xd0\x32\xb0\x8b\x7d\xc9\x9b\x11\x27\x5d\x07\x6e\x62\xc4\xf1\xb6\xc0\x72\x21\x8f\xc8\x91\xc4\x86\x1a\x0a\x33\xa4\x5d\x15\xe8\x7f\x2f\xe6\x9c\x33\x37\x8a\xa4\xa8\x4b\xdc\x6d\x36\x0f\x8b\x0d\x2c\x92\x73\x3f\x73\x2e\xdf\xf9\x8e\x1d\xa4\x85\xae\xd3\xb4\xbd\x72\xd4\x04\xf4\x87\x6b\xb8\xb6\xe7\x18\x1a\x6e\x91\x55\x02\xa4\x03\x80\x67\x89\xd1\x3d\x94\x1f\x54\xc6\x65\x2a\xff\x69\xa6\xc7\x16\x14\xa2\x65\xad\xe6\x78\x88\x2d\xb9\x27\x3b\x7b\xc4\x8f\x9e\xfd\x7c\xfe\x78\x8e\xe5\xda\x1a\x0d\x74\x30\x49\x7c\x85\xb8\x4c\xa5\xa6\x2c\x01\xf6\x68\x47\x30\x57\xd5\x0a\x59\x5b\x5c\x13\x83\xa5\x07\xc8\xca\x39\x75\xa1\x6d\xef\x79\xbd\x62\x19\xaf\xb3\xe5\x85\xd5\xe6\xc2\x22\x4b\x85\xf6\x65\xdc\x8d\xe6\x68\x74\xad\xee\x64\x1d\x63\x81\xa9\x95\xa3\x5b\x8c\xf6\x8b\x19\x02\xc4\x4d\x3e\x47\xbb\x32\x24\x35\xc5\xcd\xe9\x99\x0e\xbd\xa6\xe7\x1e\xb7\x5c\x0f\xde\x5d\x4a\x2e\x62\xc9\x57\x22\x67\x29\xe6\x46\xa7\x7f\xb1\xcb\x9f\xca\xf5\x6c\x52\x6e\xe6\xf5\x04\xf2\x0e\x26\x66\x5a\x26\x90\x10\xbd\xe3\xa6\x9b\xe6\xdb\xa6\xd2\x8e\xe9\xee\x35\xb6\xba\xf5\x1d\x37\x3b\xae\xa5\xf1\x4a\x0b\xba\x78\xdc\xfc\xdc\xc7\x31\xa0\x38\xd9\x0b\xca\xd2\x50\x11\x1d\xa3\xe4\x06\x8a\x95\x3f\x9f\x58\xcf\x80\xe9\x9a\xd7\x45\x86\xc4\x46\x92\x97\x1b\x60\x5c\x49\x52\x99\x17\x0a\x4d\x6b\x9e\x6d\xb2\xb2\xc8\xa8\x20\x4e\xac\x0b\x89\x27\x21\xeb\xbf\x41\x26\x64\x6e\x81\xb7\x37\x72\x5e\x1d\x15\xdd\xa8\xbe\x88\x63\xbc\x8a\x0f\xa8\xf1\x38\x2f\xe2\xcd\xb5\xbb\x7f\x1c\xa6\x1c\xf6\x5f\x90\x5d\x0a\xc6\x51\x89\x39\x9f\x60\x92\x20\x1b\xf6\xbe\xbe\x03\x1b\xda\xc3\x5c\x8f\x16\x60\xdd\xe9\x3a\x21\xfa\xd5\xf5\xd2\xb6\x5e\x49\xd7\x5b\xcc\x30\x35\x32\x28\x6b\x14\x72\xd3\x78\x9f\x0d\xc1\xca\xac\xe7\x16\x1c\xf8\x6b\x9e\xb5\x95\x55\x58\xa0\x28\x11\x00\x88\xac\x5e\x4a\x5f\xed\x4b\x41\xe8\x3e\x1e\x0f\x3d\xba\xaa\xab\x2e\x17\xbb\x35\xdb\xe7\x98\xc8\x71\xd5\xa1\x95\x42\x30\x47\xd2\x3a\x1c\x2a\x55\x2c\x0a\xc9\xeb\x4a\xb1\xb3\x3b\x9b\x58\x74\xee\x92\x61\x61\x16\xbb\xbb\xd1\x72\xa8\xee\x33\x45\xe8\x8c\xed\xd6\x86\x20\x80\x2c\xf2\xe9\x36\xf2\x7b\x5f\x22\xc6\x9d\x00\x09\xf3\x94\xae\xf9\x6a\x1d\x12\xb1\x39\x7a\x20\x9a\x99\x12\x27\x81\xd9\x8e\x81\xdd\x5d\x68\x0f\x31\x4b\x25\x79\xab\x70\xdd\x2a\xd5\xc1\x30\xdc\x1e\x25\x48\xf6\xe9\x81\xb8\x7a\x2a\xdc\xb7\xfb\xed\x41\xf1\xf1\xe9\xd6\x3a\xf1\xfc\x4d\x1d\x5d\x7d\x30\x50\x21\x33\x10\xa4\x80\x1f\x5e\x46\x10\xe6\x54\x7a\xf8\xf0\x9b\xb2\x6a\x72\x46\x67\x9c\xa2\x03\x6a\xc2\x0a\x31\x49\x98\xfe\xe9\xf5\xe5\xe5\x64\xd2\x33\x13\xfb\x32\x7e\xb8\xf3\x0d\xef\x75\xef\x70\xf8\xad\x13\x9e\xbf\xe3\x68\x45\xf5\xea\xa6\xfb\x99\x86\x96\x2f\x05\x76\x4b\xe8\x3a\x89\xc1\xa7\xed\x26\x5d\x0d\xbf\x63\x9a\xb3\x28\xd6\xe1\xa6\xd6\xdc\x48\xd7\x29\xb4\xb8\x5f\x63\xd0\xc8\x1d\xbc\x1e\xa5\x1d\x8d\x32\x81\x7f\xfb\x5c\xa1\x67\xc3\x62\x8f\x7f\x0f\xaa\x6d\x12\xf7\x9a\xb9\x42\xce\x0a\x08\x34\x06\x5e\xe0\x5d\xe5\x05\x69\x40\x07\xcc\x5e\x30\xa0\x48\x30\x8d\x1a\x90\xef\x3d\xa6\xe1\xbb\x52\x92\x0e\x7e\x89\xf7\x58\x4b\x9a\x4f\x10\x5a\x1b\xdc\x6d\xbc\x66\x58\x77\xf7\xdf\x42\x55\x3e\xa7\x94\xf8\x9c\x83\x0f\x0f\xe0\xf0\x37\xd3\xc3\x79\x39\x90\x78\x0c\x69\x38\x42\xae\x01\xf8\x0b\xc1\xbb\x51\x8f\x9a\x6d\x2c\x1e\xbf\x9f\xd2\x75\x7a\x00\xe3\xbd\xeb\x8a\xbf\x34\x43\xe9\x69\x4d\x3d\x27\x8a\xed\x01\xbd\x04\x2d\xcd\x68\xdc\x46\x1d\xe1\x6b\x0a\xea\x53\x25\xf0\xb6\xdb\x6a\x02\x83\xf8\xed\x1f\xbf\x4f\xfa\x78\x87\xa0\xeb\x07\xd7\x35\x7a\x67\x8b\xbc\x29\xc1\x73\xcf\x9b\x1f\xd2\xe2\xef\xe2\x14\xda\xb9\x21\x8f\xd0\x64\x8e\x59\x97\x6d\x5d\xc5\xb1\x4f\xf8\x2d\x5e\xe4\x21\x69\xa4\xdb\xe0\xb4\x3c\x8e\x36\xbd\x9a\x33\x30\x52\x7a\xb4\xa5\x09\xf5\xb3\xa3\x85\x3d\x66\xaf\x5b\x3e\xbd\x90\x1e\xd8\x97\x69\x3b\xa6\xfb\xd1\xbb\x47\x6b\xaf\xc7\x24\xe8\x0e\x06\x5e\xaf\xc3\x3c\x78\xf0\x9a\x65\xd5\x6a\x66\x34\x48\xe4\xaf\x21\xb7\x35\x88\xa6\x2b\x9b\xac\xe5\x32\x4d\xac\x88\x41\x2e\xfb\x96\xe5\xe0\x62\xfe\x61\x2a\x49\xb8\xcf\x3a\xa3\x9d\x3d\xf7\xc1\x69\x73\x89\xbb\x0f\xc7\x55\x7b\x04\x40\xc9\xfb\xcc\x37\x1a\x48\x03\x84\xd9\xca\x73\x5f\xc3\x22\x54\xad\x9c\x72\xed\x72\x6b\x88\x81\xa7\x21\x2e\x11\x1a\x4b\x41\x65\x8c\x4a\x4b\x8f\xe0\x41\xf8\xaf\x74\xf7\xe4\x7c\xed\xc4\xe7\xee\xb9\x80\xef\xbb\xf4\x3c\x62\xcc\x8c\x70\xaa\x09\xaa\x83\x3f\x7a\x78\xb1\xc8\x2a\xe9\x52\xfa\x4e\x62\x65\x74\x24\x45\x77\x77\x17\x7e\xdb\xa2\xda\xdc\x65\xf2\x1c\x69\x79\x05\xb2\x4d\x55\x19\x51\x87\xd6\x0c\xb8\x84\xd0\x54\x37\x6d\x27\x6c\xc5\x0b\x49\xc7\xa0\x56\x3c\x33\xba\xd3\xac\x59\x2c\x7a\x0d\x82\xb2\x5a\x7c\x55\xf7\xb1\x4d\x21\xee\x75\x1f\xbb\x11\x96\x43\x69\xb1\x3b\x76\xe8\x37\x64\xf9\x0d\xa6\x91\x9c\xc2\x76\xbb\xb1\x2d\xa1\x8b\x70\x5e\x94\xe2\x65\xcc\xb5\x13\xd9\x9e\x37\x63\x6c\x4f\xeb\x63\x06\x9c\x1b\x8e\xc3\x79\x01\xff\x44\x46\x29\x62\xff\xa7\x45\xec\x6f\x1c\xe8\xd2\x81\xf9\x34\x2e\x03\x10\x0e\x2b\x91\xd1\x68\x21\x73\x0d\xd4\xb8\xa7\x4f\xb0\x01\xd9\x7e\x7c\x2a\xcc\x0e\x6a\xe8\xfb\x6a\x25\x18\x34\xa5\x91\xd4\x81\x11\x50\x2f\x81\x98\x94\x19\xa0\xe7\xff\x82\x03\x4f\x41\x97\x6c\xc9\xe5\x42\xe4\xde\xa1\x79\x26\xc5\x33\x33\xb2\x36\x09\x9d\xf4\xc1\xf2\x24\x4c\xd4\xd9\xb9\xd1\x6d\xa2\x98\xbe\x12\x59\xa5\x72\xc8\xaa\x5e\x70\x95\x03\x92\x84\x36\x7c\xc9\xb3\x2f\x50\x7f\x06\xae\x23\x6c\x91\x02\x09\x36\xf1\x18\x83\x5b\xfe\x6b\x85\xcc\x90\xd9\xcf\x95\x84\xb5\xfd\xc3\xd7\x35\xe3\x99\xaa\x34\x15\xa8\xa4\xb2\x23\x54\xef\x22\xa0\xfc\x87\x16\x7b\xed\x4a\xae\x8f\x4b\xa4\x86\xd1\x21\x76\x0d\x48\x2d\xd7\x25\x97\xe1\xa6\x2f\x34\x0d\xb9\x56\x1c\x28\x28\xad\x4e\x84\x4d\xe3\xd1\xcf\xf8\x1a\x3c\xff\x45\x1f\xa8\xd5\xe5\x53\xbd\x68\x16\x66\xc8\x20\xe7\x8f\x1d\xea\x7e\xc6\x00\xdc\x84\x59\x27\x85\x24\x5a\x28\x9e\xaf\x0a\x69\xb6\x86\xb9\x7d\xb0\x44\x04\x49\xb7\x1c\x0b\x0d\x97\x18\x6e\x03\xd6\x0f\x23\xd7\xa2\x1b\x53\x33\x29\x8c\xc2\xc0\x55\x51\x6e\x40\x47\x5c\x2b\x71\x11\xb4\x13\x9c\x7f\xc2\xfb\x14\x3a\x95\xd8\x77\x28\x30\x35\x6f\x4a\xd4\x24\x65\x2e\x82\x3b\x99\xce\xe9\xc3\x4d\x62\x2e\x91\x9a\x72\xed\x83\x86\x61\x4f\x9f\x04\x3b\xb1\x6d\xe5\x8c\xf2\xb6\xf8\x6c\x28\x05\x81\xdd\x65\xf5\x6c\x01\x5e\xcf\xdc\xc7\xef\xf6\x09\x62\xdc\x91\x6c\xb3\x01\x8a\x20\xda\x07\x17\x7e\xc4\x4f\xfd\xae\x52\x94\x0f\x0f\xc2\xe3\x8e\x68\xb0\x7f\x29\x9e\x44\xc2\xee\xd7\x5c\x7d\x49\xd8\xf5\x46\xf2\x55\x91\xbd\xaf\x66\x5d\x71\x89\xd3\x9b\xa4\x84\x9c\x9b\x66\x25\xd7\x23\xc3\x78\x9d\x9d\xb8\xa1\x0f\xbd\x81\xef\x74\xae\xb1\x53\x76\xf6\x76\x8f\xb4\x26\xfd\xaf\x2e\x25\x9b\xb0\x3a\x81\x8f\xa4\xd8\x8a\x22\x41\x70\x88\xb4\x2b\xe2\x5c\xec\xdb\x84\x18\x96\x9b\xda\x10\x53\xe7\x45\x79\x2a\x6d\xb8\x37\x10\xd8\xab\x1a\x6f\x01\x97\x01\x3b\xd3\xc5\x7d\xea\x2b\xc8\x00\xf3\x5d\x10\x29\x03\xcf\xa8\xc3\xde\x9e\x4f\xbc\x63\x85\x1b\xfd\x55\xc0\xac\xe2\x3d\x31\x13\x19\x87\x84\x3e\x7b\x81\x63\x35\x0b\xac\x82\xeb\xae\xb9\x8e\x70\x9c\x36\x77\x05\x32\xd3\x1f\x00\x29\xfe\x05\x22\x81\xab\x91\x47\x35\x95\x9f\x3f\x5e\x7f\x3c\xfb\xc2\x6b\x55\x2d\xb8\x3c\x7f\xcd\xde\x1a\xa1\x4b\x84\xa7\x08\x2e\x9a\x2b\x21\x20\x74\x4b\x59\x01\x67\xcb\xba\x5e\xeb\xd7\x97\x97\x8b\xa2\x5e\x36\xb3\x49\x56\xad\xd0\x07\x5e\xa9\x05\xfe\xe3\xb2\xd0\xba\x11\xfa\xf2\xa7\x1f\x7f\x3e\xef\x3a\x86\x5b\x29\x01\x47\x3b\x59\x0e\xf3\x31\x0c\xa5\xca\x74\xab\x8e\x7f\xdf\x82\x7b\xb3\x3e\x47\xe6\xff\x67\x70\xb0\x27\x5b\xe3\x5b\x37\x13\x77\x60\x00\xbf\xc7\xf9\x4e\x6a\x52\x75\xba\x5e\x6d\x18\x0d\xd4\xb3\xc8\xfb\xf7\x87\xc2\x0e\x74\x62\x3f\x5a\xd9\x51\x91\x7a\x3f\xca\x5f\x7a\x0a\x5f\xc4\x1d\x87\xb2\xd7\x96\x4a\x14\x91\x1f\x75\xa5\x04\x91\xdb\xa1\x83\x62\x56\x56\x33\x60\x44\x33\xbf\xf4\xdd\xe4\x59\x59\xe9\xd1\x59\x38\xdb\x0b\xf6\x86\x5e\x1f\xb4\x77\xab\xd5\x1a\xd0\x5e\x4a\x68\x80\xfd\x6f\x7b\x00\xb7\x50\x18\x27\x51\x7e\xb7\xbb\x6b\x74\xb0\xeb\x2d\xe5\x77\x9b\x04\xc0\x6c\x69\x08\x1c\xbe\x1d\xd8\xd3\x7d\xf7\xf2\xdb\x10\x2f\xc5\x81\xe0\xbd\x86\x8a\x47\xe8\x62\xd7\x85\x5c\x94\xa2\x35\x5e\x4b\x39\x99\xca\x2b\xfc\x25\xac\x52\xe7\xa9\x65\x5c\x6c\x8e\xd8\xc5\x1c\xf2\x0a\x01\x54\xec\xca\x26\x44\x00\xf0\x9e\x93\x0b\xd8\xa9\x20\xa0\x52\x27\xb6\xec\x9d\x12\x4c\x02\x59\x43\x2a\x75\x33\xbb\xf0\xf0\xf8\x4a\x81\x74\x85\xec\x89\x35\x57\x40\xdd\xb8\x2c\xca\xfc\xa2\x23\x05\x0a\xed\x66\x4f\x5a\x61\x33\x28\x79\x59\xc2\x8a\xa3\xa2\x84\xe8\x4c\x37\x76\xf7\x1d\x63\x7c\x09\x9e\x2d\x1d\x32\x10\xd5\xd4\x96\x26\x11\xc9\x8b\x48\xa7\xfe\x5f\xc7\x98\x46\x60\xc5\x7a\x98\xa3\xbe\x7d\x39\x11\xcd\xd9\x18\x39\xf1\x39\xb6\x46\xec\xa9\x31\x96\x35\x49\x8e\xbe\xa9\xd2\x53\x0c\xca\xbc\x40\xfa\x98\xb7\x9b\xf4\x9a\x3f\x4b\x02\xa5\xef\x55\xae\x78\x9c\x7c\xe8\xa6\xa4\x35\xf2\xa1\xf5\x4b\x5c\xcf\x12\xcd\xd4\xba\x70\x3c\x5c\x49\x40\x38\xc8\xcb\x32\x64\x92\xf0\x0e\xb5\x54\x7a\x33\x42\xb3\x67\x51\x96\xe6\xff\x59\x5b\x70\x93\x9d\x90\x03\xb0\x53\x24\x16\x41\x4d\xd9\x87\xe4\xf6\xba\x98\x71\x28\xad\xdd\x57\xa0\x74\xeb\x34\x47\x20\x9a\x23\x0e\x74\xc6\xb3\xa5\x98\x9a\xae\x35\x7b\xc0\x6c\xa9\xda\xe6\x1b\xf3\xf2\x3d\xbe\x3b\x78\x99\xa1\x7f\x0c\x3d\x7d\xd8\x16\xc4\xd8\x79\x06\xd9\x62\xce\xb4\xde\x75\xbc\x33\x6c\x76\xda\x51\xe9\x66\x67\x5f\xbb\x5d\x38\x41\xe5\x17\x38\xcc\x16\xc3\x9b\x71\xa5\x2c\x6e\x86\x5a\x65\x5c\xd5\xc5\x9c\x67\x91\xd7\x65\x54\xfe\x78\x74\x43\xe2\x17\x35\x04\x0b\x7c\x3d\x47\x2b\xca\x39\x73\x3c\x7f\xfd\xeb\xdf\x89\xd9\x3a\x85\x75\x78\x73\x22\xe3\x70\xef\x49\xe1\x2c\x4a\xe1\xeb\x1c\x7a\x50\xde\xeb\x88\xb1\x1e\x88\x64\xdc\x8f\xe1\x25\xa8\xb9\x35\x5e\xc2\x6d\x11\xab\x51\xbd\x29\xf0\xd1\xe7\x94\x07\x55\xb7\x81\xfb\x30\x85\x88\x78\x7a\x12\xb9\x4f\x6a\x08\x32\x5b\xcd\x15\xc5\x17\x82\xad\x44\x5e\x34\x6d\x02\xa1\x61\x74\xde\x77\xc1\xf2\x07\x12\x2c\xfd\xeb\xf6\xd5\x04\xc2\xc9\xdc\x45\x63\x24\xc2\xbb\x4a\xf9\x74\x8a\x0f\x60\xe4\x3f\x0b\xac\x15\x51\x57\x18\xfe\xea\xe6\x25\x0e\xd2\x45\x79\xfd\x4a\x3b\x58\x66\xbc\xd3\x6d\xb0\xf1\xb6\xd0\xf5\xaf\xad\xaa\xfe\x07\xf0\x0b\x95\xcd\xd7\xcb\x11\xb4\x5d\xc5\x6e\x06\x6f\x0c\x7a\x6c\x3f\xc5\x0e\x56\x23\x1c\xd0\xdb\x0f\xb9\x24\x96\x79\xc9\xf4\x7b\x1f\xc5\xeb\xd1\xcd\xd7\x23\x5e\x50\xcf\x8a\xaf\xd7\x42\x59\xd7\xe9\x96\x63\x17\x68\x8c\xa0\x95\x54\xa2\xa1\xf3\xfe\xfe\xe3\x07\xaf\x71\x79\xff\x47\xeb\xd3\xf0\x18\x4c\xdd\xa4\x7b\xe5\x3e\x34\x65\xd9\xbb\x72\x23\x0a\x6e\x3c\xdc\xde\x4e\x7f\xbd\xba\x7d\x78\x3b\xc8\x40\x12\x3c\xd6\x3b\x27\xae\x27\x34\x27\xa8\x7e\xd6\xa0\x72\x36\x2b\x41\xa1\x4c\x30\x22\x6c\x09\x2e\xb8\xe5\x9b\xb2\x8c\x99\x68\x52\xf9\x48\xdf\x81\x08\x58\x23\xd1\x3c\x4c\x25\x1b\x9c\xb8\xb8\x7d\x78\xec\xd1\x7c\xfc\xd1\x96\x70\xf7\x83\x78\xcd\x3e\xb8\x56\x7b\xe6\x95\xc2\xef\x47\x1c\x07\x74\x7d\xbf\x14\xd7\xd6\x61\xc7\xe3\x41\xda\xe2\x90\x44\x91\x75\x92\xd3\x81\x73\xf7\x18\xbb\x1e\x9c\xb8\xcf\xf1\x7e\x86\xef\x26\xc8\x90\x84\x45\x13\x1d\x89\x50\x2a\xa9\x60\x0e\x07\x64\x73\x6f\x9f\xd8\x8d\xc4\x0c\xc8\x92\xcb\x45\xc3\x17\x42\x27\xcc\x36\x9e\xca\x55\xb1\x58\x42\x4a\x29\x71\x5c\x63\x48\x8a\x33\xc9\xeb\xe2\x49\xb4\xb6\x10\x46\x0a\xc5\xbf\xf8\x6a\x0d\x60\x1c\x99\x4a\x1a\x93\x5c\xf8\xcf\x63\x10\xf1\xfd\xbd\x1b\x8e\xd9\x69\xee\x43\x44\xf2\x24\x53\x89\x8b\x8b\xcc\x15\xd6\x26\x03\xc7\x2d\x54\xf7\x8b\xb6\x2e\x57\xc2\xf2\xca\x81\x4c\x5f\x80\x75\x88\x75\xc9\x2d\xd8\xcc\x48\xfa\x80\xa7\x1b\xa1\x07\xd8\xa5\xdd\xf2\xc4\x2e\x86\x3d\x13\xd4\xb7\xee\x5d\x7f\xf4\x1d\x60\x0e\xdc\xf4\xa9\xf5\x95\x11\xdb\xd6\x8b\xb1\x1d\xd2\xdc\x6f\x28\xd9\x3e\xc2\xac\x0d\x0b\x07\x18\x63\x77\x6f\xec\xb8\xf0\x99\xde\x60\x43\xd5\xcc\xca\x3d\xba\x84\xcf\x0f\x76\x0a\x45\xf2\x70\xa7\x46\x38\x64\x3e\xb5\x8e\x96\xd9\xa6\x43\xcd\xce\xaa\xaa\x67\x5d\x4e\xe8\xda\x88\x3a\x45\x2f\xec\x9a\x8c\x26\xab\x0f\xd9\x2f\x23\xd0\x51\xed\x29\xb2\xd2\x67\xa8\x43\x65\xa1\x0f\xea\x8e\xd7\x9f\x46\xf7\xc8\x69\x08\x74\xd9\xed\x25\x61\xe9\x9e\x8b\x04\x6c\x8f\x98\x24\x83\x9a\xdc\xa9\xa2\x40\xf1\x22\xa1\x22\x0e\x27\xa8\x6f\xe2\x36\x51\xe2\x57\x2e\xc1\x9a\xfa\x8d\xd2\x46\x5c\x92\xbc\x23\xa9\x6d\xcc\xd3\x54\x5a\x9a\x01\x2b\x8e\xaf\x98\x0d\x60\xba\xbf\x22\xe2\x6c\x8d\x49\xba\xa0\xb1\xd6\xac\x92\xc2\x4a\xc3\x54\x02\x97\xa3\x04\xd7\xcf\x4c\x03\xcb\x0a\x31\x16\xd2\x0f\x41\x45\x04\x2e\x5d\x5d\xff\x1d\x32\xaf\xa5\x06\x44\xf7\xfc\x0f\xe6\xbf\xff\xfc\xf0\xdf\x00\x00\x00\xff\xff\x4f\xb3\x5d\xfd\xd8\x8a\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 231991, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 232152, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index 7ee7428f9..79f16c126 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -12235,28 +12235,52 @@ public interface TaskExecutionMetadataOrBuilder extends /** *
-     * Includes information about how resource token allocation (if applicable).
+     * Includes information about resource token allocation (if applicable).
+     * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - boolean hasManagedResourceInfo(); + java.util.List + getManagedResourceInfoList(); /** *
-     * Includes information about how resource token allocation (if applicable).
+     * Includes information about resource token allocation (if applicable).
+     * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo(); + flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo(int index); /** *
-     * Includes information about how resource token allocation (if applicable).
+     * Includes information about resource token allocation (if applicable).
+     * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder(); + int getManagedResourceInfoCount(); + /** + *
+     * Includes information about resource token allocation (if applicable).
+     * This is a repeated field because a plugin can request multiple resource allocations during execution.
+     * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + java.util.List + getManagedResourceInfoOrBuilderList(); + /** + *
+     * Includes information about resource token allocation (if applicable).
+     * This is a repeated field because a plugin can request multiple resource allocations during execution.
+     * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder( + int index); } /** *
@@ -12278,6 +12302,7 @@ private TaskExecutionMetadata(com.google.protobuf.GeneratedMessageV3.Builder
     private TaskExecutionMetadata() {
       instanceClass_ = 0;
       generatedName_ = "";
+      managedResourceInfo_ = java.util.Collections.emptyList();
     }
 
     @java.lang.Override
@@ -12311,16 +12336,12 @@ private TaskExecutionMetadata(
               break;
             }
             case 18: {
-              flyteidl.event.Event.ManagedResourceInfo.Builder subBuilder = null;
-              if (managedResourceInfo_ != null) {
-                subBuilder = managedResourceInfo_.toBuilder();
+              if (!((mutable_bitField0_ & 0x00000004) != 0)) {
+                managedResourceInfo_ = new java.util.ArrayList();
+                mutable_bitField0_ |= 0x00000004;
               }
-              managedResourceInfo_ = input.readMessage(flyteidl.event.Event.ManagedResourceInfo.parser(), extensionRegistry);
-              if (subBuilder != null) {
-                subBuilder.mergeFrom(managedResourceInfo_);
-                managedResourceInfo_ = subBuilder.buildPartial();
-              }
-
+              managedResourceInfo_.add(
+                  input.readMessage(flyteidl.event.Event.ManagedResourceInfo.parser(), extensionRegistry));
               break;
             }
             case 128: {
@@ -12344,6 +12365,9 @@ private TaskExecutionMetadata(
         throw new com.google.protobuf.InvalidProtocolBufferException(
             e).setUnfinishedMessage(this);
       } finally {
+        if (((mutable_bitField0_ & 0x00000004) != 0)) {
+          managedResourceInfo_ = java.util.Collections.unmodifiableList(managedResourceInfo_);
+        }
         this.unknownFields = unknownFields.build();
         makeExtensionsImmutable();
       }
@@ -12479,6 +12503,7 @@ private InstanceClass(int value) {
       // @@protoc_insertion_point(enum_scope:flyteidl.event.TaskExecutionMetadata.InstanceClass)
     }
 
+    private int bitField0_;
     public static final int INSTANCE_CLASS_FIELD_NUMBER = 16;
     private int instanceClass_;
     /**
@@ -12539,36 +12564,63 @@ public java.lang.String getGeneratedName() {
     }
 
     public static final int MANAGED_RESOURCE_INFO_FIELD_NUMBER = 2;
-    private flyteidl.event.Event.ManagedResourceInfo managedResourceInfo_;
+    private java.util.List managedResourceInfo_;
+    /**
+     * 
+     * Includes information about resource token allocation (if applicable).
+     * This is a repeated field because a plugin can request multiple resource allocations during execution.
+     * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public java.util.List getManagedResourceInfoList() { + return managedResourceInfo_; + } /** *
-     * Includes information about how resource token allocation (if applicable).
+     * Includes information about resource token allocation (if applicable).
+     * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - public boolean hasManagedResourceInfo() { - return managedResourceInfo_ != null; + public java.util.List + getManagedResourceInfoOrBuilderList() { + return managedResourceInfo_; } /** *
-     * Includes information about how resource token allocation (if applicable).
+     * Includes information about resource token allocation (if applicable).
+     * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo() { - return managedResourceInfo_ == null ? flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance() : managedResourceInfo_; + public int getManagedResourceInfoCount() { + return managedResourceInfo_.size(); } /** *
-     * Includes information about how resource token allocation (if applicable).
+     * Includes information about resource token allocation (if applicable).
+     * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder() { - return getManagedResourceInfo(); + public flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo(int index) { + return managedResourceInfo_.get(index); + } + /** + *
+     * Includes information about resource token allocation (if applicable).
+     * This is a repeated field because a plugin can request multiple resource allocations during execution.
+     * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder( + int index) { + return managedResourceInfo_.get(index); } private byte memoizedIsInitialized = -1; @@ -12588,8 +12640,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (!getGeneratedNameBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, generatedName_); } - if (managedResourceInfo_ != null) { - output.writeMessage(2, getManagedResourceInfo()); + for (int i = 0; i < managedResourceInfo_.size(); i++) { + output.writeMessage(2, managedResourceInfo_.get(i)); } if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { output.writeEnum(16, instanceClass_); @@ -12606,9 +12658,9 @@ public int getSerializedSize() { if (!getGeneratedNameBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, generatedName_); } - if (managedResourceInfo_ != null) { + for (int i = 0; i < managedResourceInfo_.size(); i++) { size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, getManagedResourceInfo()); + .computeMessageSize(2, managedResourceInfo_.get(i)); } if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { size += com.google.protobuf.CodedOutputStream @@ -12632,11 +12684,8 @@ public boolean equals(final java.lang.Object obj) { if (instanceClass_ != other.instanceClass_) return false; if (!getGeneratedName() .equals(other.getGeneratedName())) return false; - if (hasManagedResourceInfo() != other.hasManagedResourceInfo()) return false; - if (hasManagedResourceInfo()) { - if (!getManagedResourceInfo() - .equals(other.getManagedResourceInfo())) return false; - } + if (!getManagedResourceInfoList() + .equals(other.getManagedResourceInfoList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -12652,9 +12701,9 @@ public int hashCode() { hash = (53 * hash) + instanceClass_; hash = (37 * hash) + GENERATED_NAME_FIELD_NUMBER; hash = (53 * hash) + getGeneratedName().hashCode(); - if (hasManagedResourceInfo()) { + if (getManagedResourceInfoCount() > 0) { hash = (37 * hash) + MANAGED_RESOURCE_INFO_FIELD_NUMBER; - hash = (53 * hash) + getManagedResourceInfo().hashCode(); + hash = (53 * hash) + getManagedResourceInfoList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; @@ -12789,6 +12838,7 @@ private Builder( private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { + getManagedResourceInfoFieldBuilder(); } } @java.lang.Override @@ -12799,10 +12849,10 @@ public Builder clear() { generatedName_ = ""; if (managedResourceInfoBuilder_ == null) { - managedResourceInfo_ = null; + managedResourceInfo_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004); } else { - managedResourceInfo_ = null; - managedResourceInfoBuilder_ = null; + managedResourceInfoBuilder_.clear(); } return this; } @@ -12830,13 +12880,20 @@ public flyteidl.event.Event.TaskExecutionMetadata build() { @java.lang.Override public flyteidl.event.Event.TaskExecutionMetadata buildPartial() { flyteidl.event.Event.TaskExecutionMetadata result = new flyteidl.event.Event.TaskExecutionMetadata(this); + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; result.instanceClass_ = instanceClass_; result.generatedName_ = generatedName_; if (managedResourceInfoBuilder_ == null) { + if (((bitField0_ & 0x00000004) != 0)) { + managedResourceInfo_ = java.util.Collections.unmodifiableList(managedResourceInfo_); + bitField0_ = (bitField0_ & ~0x00000004); + } result.managedResourceInfo_ = managedResourceInfo_; } else { result.managedResourceInfo_ = managedResourceInfoBuilder_.build(); } + result.bitField0_ = to_bitField0_; onBuilt(); return result; } @@ -12892,8 +12949,31 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) { generatedName_ = other.generatedName_; onChanged(); } - if (other.hasManagedResourceInfo()) { - mergeManagedResourceInfo(other.getManagedResourceInfo()); + if (managedResourceInfoBuilder_ == null) { + if (!other.managedResourceInfo_.isEmpty()) { + if (managedResourceInfo_.isEmpty()) { + managedResourceInfo_ = other.managedResourceInfo_; + bitField0_ = (bitField0_ & ~0x00000004); + } else { + ensureManagedResourceInfoIsMutable(); + managedResourceInfo_.addAll(other.managedResourceInfo_); + } + onChanged(); + } + } else { + if (!other.managedResourceInfo_.isEmpty()) { + if (managedResourceInfoBuilder_.isEmpty()) { + managedResourceInfoBuilder_.dispose(); + managedResourceInfoBuilder_ = null; + managedResourceInfo_ = other.managedResourceInfo_; + bitField0_ = (bitField0_ & ~0x00000004); + managedResourceInfoBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getManagedResourceInfoFieldBuilder() : null; + } else { + managedResourceInfoBuilder_.addAllMessages(other.managedResourceInfo_); + } + } } this.mergeUnknownFields(other.unknownFields); onChanged(); @@ -12923,6 +13003,7 @@ public Builder mergeFrom( } return this; } + private int bitField0_; private int instanceClass_ = 0; /** @@ -13058,152 +13139,329 @@ public Builder setGeneratedNameBytes( return this; } - private flyteidl.event.Event.ManagedResourceInfo managedResourceInfo_; - private com.google.protobuf.SingleFieldBuilderV3< + private java.util.List managedResourceInfo_ = + java.util.Collections.emptyList(); + private void ensureManagedResourceInfoIsMutable() { + if (!((bitField0_ & 0x00000004) != 0)) { + managedResourceInfo_ = new java.util.ArrayList(managedResourceInfo_); + bitField0_ |= 0x00000004; + } + } + + private com.google.protobuf.RepeatedFieldBuilderV3< flyteidl.event.Event.ManagedResourceInfo, flyteidl.event.Event.ManagedResourceInfo.Builder, flyteidl.event.Event.ManagedResourceInfoOrBuilder> managedResourceInfoBuilder_; + /** *
-       * Includes information about how resource token allocation (if applicable).
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - public boolean hasManagedResourceInfo() { - return managedResourceInfoBuilder_ != null || managedResourceInfo_ != null; + public java.util.List getManagedResourceInfoList() { + if (managedResourceInfoBuilder_ == null) { + return java.util.Collections.unmodifiableList(managedResourceInfo_); + } else { + return managedResourceInfoBuilder_.getMessageList(); + } } /** *
-       * Includes information about how resource token allocation (if applicable).
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo() { + public int getManagedResourceInfoCount() { if (managedResourceInfoBuilder_ == null) { - return managedResourceInfo_ == null ? flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance() : managedResourceInfo_; + return managedResourceInfo_.size(); } else { - return managedResourceInfoBuilder_.getMessage(); + return managedResourceInfoBuilder_.getCount(); } } /** *
-       * Includes information about how resource token allocation (if applicable).
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - public Builder setManagedResourceInfo(flyteidl.event.Event.ManagedResourceInfo value) { + public flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo(int index) { + if (managedResourceInfoBuilder_ == null) { + return managedResourceInfo_.get(index); + } else { + return managedResourceInfoBuilder_.getMessage(index); + } + } + /** + *
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
+       * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public Builder setManagedResourceInfo( + int index, flyteidl.event.Event.ManagedResourceInfo value) { if (managedResourceInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - managedResourceInfo_ = value; + ensureManagedResourceInfoIsMutable(); + managedResourceInfo_.set(index, value); onChanged(); } else { - managedResourceInfoBuilder_.setMessage(value); + managedResourceInfoBuilder_.setMessage(index, value); } - return this; } /** *
-       * Includes information about how resource token allocation (if applicable).
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ public Builder setManagedResourceInfo( - flyteidl.event.Event.ManagedResourceInfo.Builder builderForValue) { + int index, flyteidl.event.Event.ManagedResourceInfo.Builder builderForValue) { if (managedResourceInfoBuilder_ == null) { - managedResourceInfo_ = builderForValue.build(); + ensureManagedResourceInfoIsMutable(); + managedResourceInfo_.set(index, builderForValue.build()); onChanged(); } else { - managedResourceInfoBuilder_.setMessage(builderForValue.build()); + managedResourceInfoBuilder_.setMessage(index, builderForValue.build()); } - return this; } /** *
-       * Includes information about how resource token allocation (if applicable).
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - public Builder mergeManagedResourceInfo(flyteidl.event.Event.ManagedResourceInfo value) { + public Builder addManagedResourceInfo(flyteidl.event.Event.ManagedResourceInfo value) { if (managedResourceInfoBuilder_ == null) { - if (managedResourceInfo_ != null) { - managedResourceInfo_ = - flyteidl.event.Event.ManagedResourceInfo.newBuilder(managedResourceInfo_).mergeFrom(value).buildPartial(); - } else { - managedResourceInfo_ = value; + if (value == null) { + throw new NullPointerException(); } + ensureManagedResourceInfoIsMutable(); + managedResourceInfo_.add(value); onChanged(); } else { - managedResourceInfoBuilder_.mergeFrom(value); + managedResourceInfoBuilder_.addMessage(value); } - return this; } /** *
-       * Includes information about how resource token allocation (if applicable).
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public Builder addManagedResourceInfo( + int index, flyteidl.event.Event.ManagedResourceInfo value) { + if (managedResourceInfoBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureManagedResourceInfoIsMutable(); + managedResourceInfo_.add(index, value); + onChanged(); + } else { + managedResourceInfoBuilder_.addMessage(index, value); + } + return this; + } + /** + *
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
+       * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public Builder addManagedResourceInfo( + flyteidl.event.Event.ManagedResourceInfo.Builder builderForValue) { + if (managedResourceInfoBuilder_ == null) { + ensureManagedResourceInfoIsMutable(); + managedResourceInfo_.add(builderForValue.build()); + onChanged(); + } else { + managedResourceInfoBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + *
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
+       * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public Builder addManagedResourceInfo( + int index, flyteidl.event.Event.ManagedResourceInfo.Builder builderForValue) { + if (managedResourceInfoBuilder_ == null) { + ensureManagedResourceInfoIsMutable(); + managedResourceInfo_.add(index, builderForValue.build()); + onChanged(); + } else { + managedResourceInfoBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
+       * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public Builder addAllManagedResourceInfo( + java.lang.Iterable values) { + if (managedResourceInfoBuilder_ == null) { + ensureManagedResourceInfoIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, managedResourceInfo_); + onChanged(); + } else { + managedResourceInfoBuilder_.addAllMessages(values); + } + return this; + } + /** + *
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
+       * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ public Builder clearManagedResourceInfo() { if (managedResourceInfoBuilder_ == null) { - managedResourceInfo_ = null; + managedResourceInfo_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { - managedResourceInfo_ = null; - managedResourceInfoBuilder_ = null; + managedResourceInfoBuilder_.clear(); } - return this; } /** *
-       * Includes information about how resource token allocation (if applicable).
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfo.Builder getManagedResourceInfoBuilder() { - - onChanged(); - return getManagedResourceInfoFieldBuilder().getBuilder(); + public Builder removeManagedResourceInfo(int index) { + if (managedResourceInfoBuilder_ == null) { + ensureManagedResourceInfoIsMutable(); + managedResourceInfo_.remove(index); + onChanged(); + } else { + managedResourceInfoBuilder_.remove(index); + } + return this; } /** *
-       * Includes information about how resource token allocation (if applicable).
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder() { + public flyteidl.event.Event.ManagedResourceInfo.Builder getManagedResourceInfoBuilder( + int index) { + return getManagedResourceInfoFieldBuilder().getBuilder(index); + } + /** + *
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
+       * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder( + int index) { + if (managedResourceInfoBuilder_ == null) { + return managedResourceInfo_.get(index); } else { + return managedResourceInfoBuilder_.getMessageOrBuilder(index); + } + } + /** + *
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
+       * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public java.util.List + getManagedResourceInfoOrBuilderList() { if (managedResourceInfoBuilder_ != null) { - return managedResourceInfoBuilder_.getMessageOrBuilder(); + return managedResourceInfoBuilder_.getMessageOrBuilderList(); } else { - return managedResourceInfo_ == null ? - flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance() : managedResourceInfo_; + return java.util.Collections.unmodifiableList(managedResourceInfo_); } } /** *
-       * Includes information about how resource token allocation (if applicable).
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; */ - private com.google.protobuf.SingleFieldBuilderV3< + public flyteidl.event.Event.ManagedResourceInfo.Builder addManagedResourceInfoBuilder() { + return getManagedResourceInfoFieldBuilder().addBuilder( + flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance()); + } + /** + *
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
+       * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public flyteidl.event.Event.ManagedResourceInfo.Builder addManagedResourceInfoBuilder( + int index) { + return getManagedResourceInfoFieldBuilder().addBuilder( + index, flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance()); + } + /** + *
+       * Includes information about resource token allocation (if applicable).
+       * This is a repeated field because a plugin can request multiple resource allocations during execution.
+       * 
+ * + * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + */ + public java.util.List + getManagedResourceInfoBuilderList() { + return getManagedResourceInfoFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< flyteidl.event.Event.ManagedResourceInfo, flyteidl.event.Event.ManagedResourceInfo.Builder, flyteidl.event.Event.ManagedResourceInfoOrBuilder> getManagedResourceInfoFieldBuilder() { if (managedResourceInfoBuilder_ == null) { - managedResourceInfoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + managedResourceInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< flyteidl.event.Event.ManagedResourceInfo, flyteidl.event.Event.ManagedResourceInfo.Builder, flyteidl.event.Event.ManagedResourceInfoOrBuilder>( - getManagedResourceInfo(), + managedResourceInfo_, + ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean()); managedResourceInfo_ = null; @@ -13374,7 +13632,7 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "skExecutionMetadata\022K\n\016instance_class\030\020 " + "\001(\01623.flyteidl.event.TaskExecutionMetada" + "ta.InstanceClass\022\026\n\016generated_name\030\001 \001(\t" + - "\022B\n\025managed_resource_info\030\002 \001(\0132#.flytei" + + "\022B\n\025managed_resource_info\030\002 \003(\0132#.flytei" + "dl.event.ManagedResourceInfo\"/\n\rInstance" + "Class\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z" + "5github.com/flyteorg/flyteidl/gen/pb-go/" + diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index 1aa832b22..a3003a43d 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5783,7 +5783,7 @@ export namespace flyteidl { generatedName?: (string|null); /** TaskExecutionMetadata managedResourceInfo */ - managedResourceInfo?: (flyteidl.event.IManagedResourceInfo|null); + managedResourceInfo?: (flyteidl.event.IManagedResourceInfo[]|null); } /** Represents a TaskExecutionMetadata. */ @@ -5802,7 +5802,7 @@ export namespace flyteidl { public generatedName: string; /** TaskExecutionMetadata managedResourceInfo. */ - public managedResourceInfo?: (flyteidl.event.IManagedResourceInfo|null); + public managedResourceInfo: flyteidl.event.IManagedResourceInfo[]; /** * Creates a new TaskExecutionMetadata instance using the specified properties. diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index ff46b27e3..47dfdfb56 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -13983,7 +13983,7 @@ export const flyteidl = $root.flyteidl = (() => { * @interface ITaskExecutionMetadata * @property {flyteidl.event.TaskExecutionMetadata.InstanceClass|null} [instanceClass] TaskExecutionMetadata instanceClass * @property {string|null} [generatedName] TaskExecutionMetadata generatedName - * @property {flyteidl.event.IManagedResourceInfo|null} [managedResourceInfo] TaskExecutionMetadata managedResourceInfo + * @property {Array.|null} [managedResourceInfo] TaskExecutionMetadata managedResourceInfo */ /** @@ -13995,6 +13995,7 @@ export const flyteidl = $root.flyteidl = (() => { * @param {flyteidl.event.ITaskExecutionMetadata=} [properties] Properties to set */ function TaskExecutionMetadata(properties) { + this.managedResourceInfo = []; if (properties) for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) if (properties[keys[i]] != null) @@ -14019,11 +14020,11 @@ export const flyteidl = $root.flyteidl = (() => { /** * TaskExecutionMetadata managedResourceInfo. - * @member {flyteidl.event.IManagedResourceInfo|null|undefined} managedResourceInfo + * @member {Array.} managedResourceInfo * @memberof flyteidl.event.TaskExecutionMetadata * @instance */ - TaskExecutionMetadata.prototype.managedResourceInfo = null; + TaskExecutionMetadata.prototype.managedResourceInfo = $util.emptyArray; /** * Creates a new TaskExecutionMetadata instance using the specified properties. @@ -14051,8 +14052,9 @@ export const flyteidl = $root.flyteidl = (() => { writer = $Writer.create(); if (message.generatedName != null && message.hasOwnProperty("generatedName")) writer.uint32(/* id 1, wireType 2 =*/10).string(message.generatedName); - if (message.managedResourceInfo != null && message.hasOwnProperty("managedResourceInfo")) - $root.flyteidl.event.ManagedResourceInfo.encode(message.managedResourceInfo, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + if (message.managedResourceInfo != null && message.managedResourceInfo.length) + for (let i = 0; i < message.managedResourceInfo.length; ++i) + $root.flyteidl.event.ManagedResourceInfo.encode(message.managedResourceInfo[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); if (message.instanceClass != null && message.hasOwnProperty("instanceClass")) writer.uint32(/* id 16, wireType 0 =*/128).int32(message.instanceClass); return writer; @@ -14083,7 +14085,9 @@ export const flyteidl = $root.flyteidl = (() => { message.generatedName = reader.string(); break; case 2: - message.managedResourceInfo = $root.flyteidl.event.ManagedResourceInfo.decode(reader, reader.uint32()); + if (!(message.managedResourceInfo && message.managedResourceInfo.length)) + message.managedResourceInfo = []; + message.managedResourceInfo.push($root.flyteidl.event.ManagedResourceInfo.decode(reader, reader.uint32())); break; default: reader.skipType(tag & 7); @@ -14116,9 +14120,13 @@ export const flyteidl = $root.flyteidl = (() => { if (!$util.isString(message.generatedName)) return "generatedName: string expected"; if (message.managedResourceInfo != null && message.hasOwnProperty("managedResourceInfo")) { - let error = $root.flyteidl.event.ManagedResourceInfo.verify(message.managedResourceInfo); - if (error) - return "managedResourceInfo." + error; + if (!Array.isArray(message.managedResourceInfo)) + return "managedResourceInfo: array expected"; + for (let i = 0; i < message.managedResourceInfo.length; ++i) { + let error = $root.flyteidl.event.ManagedResourceInfo.verify(message.managedResourceInfo[i]); + if (error) + return "managedResourceInfo." + error; + } } return null; }; diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index 3684e044b..6ee328d8a 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -465,7 +465,7 @@ TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/f { "instance_class": "...", "generated_name": "...", - "managed_resource_info": "{...}" + "managed_resource_info": [] } .. _api_field_flyteidl.event.TaskExecutionMetadata.instance_class: @@ -482,7 +482,8 @@ generated_name .. _api_field_flyteidl.event.TaskExecutionMetadata.managed_resource_info: managed_resource_info - (:ref:`flyteidl.event.ManagedResourceInfo `) Includes information about how resource token allocation (if applicable). + (:ref:`flyteidl.event.ManagedResourceInfo `) Includes information about resource token allocation (if applicable). + This is a repeated field because a plugin can request multiple resource allocations during execution. diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py index 981bb5c3c..b6cc4df27 100644 --- a/gen/pb_python/flyteidl/event/event_pb2.py +++ b/gen/pb_python/flyteidl/event/event_pb2.py @@ -25,7 +25,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"$\n\x13ManagedResourceInfo\x12\r\n\x05token\x18\x01 \x01(\t\"\xf1\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x42\n\x15managed_resource_info\x18\x02 \x01(\x0b\x32#.flyteidl.event.ManagedResourceInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"$\n\x13ManagedResourceInfo\x12\r\n\x05token\x18\x01 \x01(\t\"\xf1\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x42\n\x15managed_resource_info\x18\x02 \x03(\x0b\x32#.flyteidl.event.ManagedResourceInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -568,8 +568,8 @@ serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='managed_resource_info', full_name='flyteidl.event.TaskExecutionMetadata.managed_resource_info', index=2, - number=2, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, + number=2, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py index cbb503679..5c76f9f86 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py @@ -36,7 +36,7 @@ class EventTaskExecutionMetadata(object): swagger_types = { 'instance_class': 'TaskExecutionMetadataInstanceClass', 'generated_name': 'str', - 'managed_resource_info': 'EventManagedResourceInfo' + 'managed_resource_info': 'list[EventManagedResourceInfo]' } attribute_map = { @@ -108,10 +108,10 @@ def generated_name(self, generated_name): def managed_resource_info(self): """Gets the managed_resource_info of this EventTaskExecutionMetadata. # noqa: E501 - Includes information about how resource token allocation (if applicable). # noqa: E501 + Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. # noqa: E501 :return: The managed_resource_info of this EventTaskExecutionMetadata. # noqa: E501 - :rtype: EventManagedResourceInfo + :rtype: list[EventManagedResourceInfo] """ return self._managed_resource_info @@ -119,10 +119,10 @@ def managed_resource_info(self): def managed_resource_info(self, managed_resource_info): """Sets the managed_resource_info of this EventTaskExecutionMetadata. - Includes information about how resource token allocation (if applicable). # noqa: E501 + Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. # noqa: E501 :param managed_resource_info: The managed_resource_info of this EventTaskExecutionMetadata. # noqa: E501 - :type: EventManagedResourceInfo + :type: list[EventManagedResourceInfo] """ self._managed_resource_info = managed_resource_info diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index 3573c1073..1b3bdbdcc 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -188,6 +188,7 @@ message TaskExecutionMetadata { // Generated unique name for this task execution used by the backend. string generated_name = 1; - // Includes information about how resource token allocation (if applicable). - ManagedResourceInfo managed_resource_info = 2; + // Includes information about resource token allocation (if applicable). + // This is a repeated field because a plugin can request multiple resource allocations during execution. + repeated ManagedResourceInfo managed_resource_info = 2; } From 76bcb10d7308fc40475e5f860afc3e4ffeb91f70 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 16 Mar 2021 12:25:12 -0700 Subject: [PATCH 05/13] review comments Signed-off-by: Katrina Rogan --- gen/pb-cpp/flyteidl/event/event.pb.cc | 161 +++++++--- gen/pb-cpp/flyteidl/event/event.pb.h | 148 ++++++--- gen/pb-go/flyteidl/event/event.pb.go | 152 ++++----- gen/pb-go/flyteidl/event/event.pb.validate.go | 4 +- gen/pb-go/flyteidl/service/admin.swagger.json | 6 +- .../service/flyteadmin/api/swagger.yaml | 39 ++- .../model_event_managed_resource_info.go | 4 +- gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/event/Event.java | 288 ++++++++++++++---- gen/pb-js/flyteidl.d.ts | 14 +- gen/pb-js/flyteidl.js | 37 ++- .../flyteidl/event/event.proto.rst | 17 +- gen/pb_python/flyteidl/event/event_pb2.py | 21 +- .../models/event_managed_resource_info.py | 58 +++- protos/flyteidl/event/event.proto | 5 +- 15 files changed, 688 insertions(+), 270 deletions(-) diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc index abf2ea0de..0ea1167d9 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -327,7 +327,8 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::event::ManagedResourceInfo, token_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ManagedResourceInfo, allocation_token_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ManagedResourceInfo, namespace__), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, _internal_metadata_), ~0u, // no _extensions_ @@ -346,7 +347,7 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 52, -1, sizeof(::flyteidl::event::ParentNodeExecutionMetadata)}, { 58, -1, sizeof(::flyteidl::event::TaskExecutionEvent)}, { 79, -1, sizeof(::flyteidl::event::ManagedResourceInfo)}, - { 85, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, + { 86, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -420,21 +421,22 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = ".google.protobuf.Struct\022\025\n\rphase_version" "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(" "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" - "kExecutionMetadataB\017\n\routput_result\"$\n\023M" - "anagedResourceInfo\022\r\n\005token\030\001 \001(\t\"\361\001\n\025Ta" - "skExecutionMetadata\022K\n\016instance_class\030\020 " - "\001(\01623.flyteidl.event.TaskExecutionMetada" - "ta.InstanceClass\022\026\n\016generated_name\030\001 \001(\t" - "\022B\n\025managed_resource_info\030\002 \003(\0132#.flytei" - "dl.event.ManagedResourceInfo\"/\n\rInstance" - "Class\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z" - "5github.com/flyteorg/flyteidl/gen/pb-go/" - "flyteidl/eventb\006proto3" + "kExecutionMetadataB\017\n\routput_result\"B\n\023M" + "anagedResourceInfo\022\030\n\020allocation_token\030\001" + " \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\361\001\n\025TaskExecutio" + "nMetadata\022K\n\016instance_class\030\020 \001(\01623.flyt" + "eidl.event.TaskExecutionMetadata.Instanc" + "eClass\022\026\n\016generated_name\030\001 \001(\t\022B\n\025manage" + "d_resource_info\030\002 \003(\0132#.flyteidl.event.M" + "anagedResourceInfo\"/\n\rInstanceClass\022\013\n\007D" + "EFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github.co" + "m/flyteorg/flyteidl/gen/pb-go/flyteidl/e" + "ventb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fevent_2fevent_2eproto = { false, InitDefaults_flyteidl_2fevent_2fevent_2eproto, descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto, - "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2462, + "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2492, }; void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() { @@ -4951,7 +4953,8 @@ class ManagedResourceInfo::HasBitSetters { }; #if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int ManagedResourceInfo::kTokenFieldNumber; +const int ManagedResourceInfo::kAllocationTokenFieldNumber; +const int ManagedResourceInfo::kNamespaceFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 ManagedResourceInfo::ManagedResourceInfo() @@ -4963,9 +4966,13 @@ ManagedResourceInfo::ManagedResourceInfo(const ManagedResourceInfo& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); - token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.token().size() > 0) { - token_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.token_); + allocation_token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.allocation_token().size() > 0) { + allocation_token_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.allocation_token_); + } + namespace__.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.namespace_().size() > 0) { + namespace__.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.namespace__); } // @@protoc_insertion_point(copy_constructor:flyteidl.event.ManagedResourceInfo) } @@ -4973,7 +4980,8 @@ ManagedResourceInfo::ManagedResourceInfo(const ManagedResourceInfo& from) void ManagedResourceInfo::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto.base); - token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + allocation_token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + namespace__.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ManagedResourceInfo::~ManagedResourceInfo() { @@ -4982,7 +4990,8 @@ ManagedResourceInfo::~ManagedResourceInfo() { } void ManagedResourceInfo::SharedDtor() { - token_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + allocation_token_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + namespace__.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void ManagedResourceInfo::SetCachedSize(int size) const { @@ -5000,7 +5009,8 @@ void ManagedResourceInfo::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + allocation_token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + namespace__.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); _internal_metadata_.Clear(); } @@ -5017,13 +5027,29 @@ const char* ManagedResourceInfo::_InternalParse(const char* begin, const char* e ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // string token = 1; + // string allocation_token = 1; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.event.ManagedResourceInfo.token"); - object = msg->mutable_token(); + ctx->extra_parse_data().SetFieldName("flyteidl.event.ManagedResourceInfo.allocation_token"); + object = msg->mutable_allocation_token(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // string namespace = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.event.ManagedResourceInfo.namespace"); + object = msg->mutable_namespace_(); if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; goto string_till_end; @@ -5067,15 +5093,30 @@ bool ManagedResourceInfo::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // string token = 1; + // string allocation_token = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_token())); + input, this->mutable_allocation_token())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->token().data(), static_cast(this->token().length()), + this->allocation_token().data(), static_cast(this->allocation_token().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.event.ManagedResourceInfo.token")); + "flyteidl.event.ManagedResourceInfo.allocation_token")); + } else { + goto handle_unusual; + } + break; + } + + // string namespace = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_namespace_())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->namespace_().data(), static_cast(this->namespace_().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.event.ManagedResourceInfo.namespace")); } else { goto handle_unusual; } @@ -5109,14 +5150,24 @@ void ManagedResourceInfo::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // string token = 1; - if (this->token().size() > 0) { + // string allocation_token = 1; + if (this->allocation_token().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->token().data(), static_cast(this->token().length()), + this->allocation_token().data(), static_cast(this->allocation_token().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.ManagedResourceInfo.token"); + "flyteidl.event.ManagedResourceInfo.allocation_token"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 1, this->token(), output); + 1, this->allocation_token(), output); + } + + // string namespace = 2; + if (this->namespace_().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->namespace_().data(), static_cast(this->namespace_().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.ManagedResourceInfo.namespace"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 2, this->namespace_(), output); } if (_internal_metadata_.have_unknown_fields()) { @@ -5132,15 +5183,26 @@ ::google::protobuf::uint8* ManagedResourceInfo::InternalSerializeWithCachedSizes ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // string token = 1; - if (this->token().size() > 0) { + // string allocation_token = 1; + if (this->allocation_token().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->token().data(), static_cast(this->token().length()), + this->allocation_token().data(), static_cast(this->allocation_token().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.ManagedResourceInfo.token"); + "flyteidl.event.ManagedResourceInfo.allocation_token"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 1, this->token(), target); + 1, this->allocation_token(), target); + } + + // string namespace = 2; + if (this->namespace_().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->namespace_().data(), static_cast(this->namespace_().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.ManagedResourceInfo.namespace"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 2, this->namespace_(), target); } if (_internal_metadata_.have_unknown_fields()) { @@ -5164,11 +5226,18 @@ size_t ManagedResourceInfo::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // string token = 1; - if (this->token().size() > 0) { + // string allocation_token = 1; + if (this->allocation_token().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->allocation_token()); + } + + // string namespace = 2; + if (this->namespace_().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( - this->token()); + this->namespace_()); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); @@ -5198,9 +5267,13 @@ void ManagedResourceInfo::MergeFrom(const ManagedResourceInfo& from) { ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - if (from.token().size() > 0) { + if (from.allocation_token().size() > 0) { - token_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.token_); + allocation_token_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.allocation_token_); + } + if (from.namespace_().size() > 0) { + + namespace__.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.namespace__); } } @@ -5229,7 +5302,9 @@ void ManagedResourceInfo::Swap(ManagedResourceInfo* other) { void ManagedResourceInfo::InternalSwap(ManagedResourceInfo* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - token_.Swap(&other->token_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + allocation_token_.Swap(&other->allocation_token_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + namespace__.Swap(&other->namespace__, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); } diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h index 8c60e5c54..6abbccd2f 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/gen/pb-cpp/flyteidl/event/event.pb.h @@ -1488,26 +1488,41 @@ class ManagedResourceInfo final : // accessors ------------------------------------------------------- - // string token = 1; - void clear_token(); - static const int kTokenFieldNumber = 1; - const ::std::string& token() const; - void set_token(const ::std::string& value); + // string allocation_token = 1; + void clear_allocation_token(); + static const int kAllocationTokenFieldNumber = 1; + const ::std::string& allocation_token() const; + void set_allocation_token(const ::std::string& value); #if LANG_CXX11 - void set_token(::std::string&& value); + void set_allocation_token(::std::string&& value); #endif - void set_token(const char* value); - void set_token(const char* value, size_t size); - ::std::string* mutable_token(); - ::std::string* release_token(); - void set_allocated_token(::std::string* token); + void set_allocation_token(const char* value); + void set_allocation_token(const char* value, size_t size); + ::std::string* mutable_allocation_token(); + ::std::string* release_allocation_token(); + void set_allocated_allocation_token(::std::string* allocation_token); + + // string namespace = 2; + void clear_namespace_(); + static const int kNamespaceFieldNumber = 2; + const ::std::string& namespace_() const; + void set_namespace_(const ::std::string& value); + #if LANG_CXX11 + void set_namespace_(::std::string&& value); + #endif + void set_namespace_(const char* value); + void set_namespace_(const char* value, size_t size); + ::std::string* mutable_namespace_(); + ::std::string* release_namespace_(); + void set_allocated_namespace_(::std::string* namespace_); // @@protoc_insertion_point(class_scope:flyteidl.event.ManagedResourceInfo) private: class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::google::protobuf::internal::ArenaStringPtr token_; + ::google::protobuf::internal::ArenaStringPtr allocation_token_; + ::google::protobuf::internal::ArenaStringPtr namespace__; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; }; @@ -3561,57 +3576,110 @@ inline TaskExecutionEvent::OutputResultCase TaskExecutionEvent::output_result_ca // ManagedResourceInfo -// string token = 1; -inline void ManagedResourceInfo::clear_token() { - token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// string allocation_token = 1; +inline void ManagedResourceInfo::clear_allocation_token() { + allocation_token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& ManagedResourceInfo::allocation_token() const { + // @@protoc_insertion_point(field_get:flyteidl.event.ManagedResourceInfo.allocation_token) + return allocation_token_.GetNoArena(); +} +inline void ManagedResourceInfo::set_allocation_token(const ::std::string& value) { + + allocation_token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.ManagedResourceInfo.allocation_token) +} +#if LANG_CXX11 +inline void ManagedResourceInfo::set_allocation_token(::std::string&& value) { + + allocation_token_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ManagedResourceInfo.allocation_token) +} +#endif +inline void ManagedResourceInfo::set_allocation_token(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + allocation_token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.ManagedResourceInfo.allocation_token) +} +inline void ManagedResourceInfo::set_allocation_token(const char* value, size_t size) { + + allocation_token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ManagedResourceInfo.allocation_token) +} +inline ::std::string* ManagedResourceInfo::mutable_allocation_token() { + + // @@protoc_insertion_point(field_mutable:flyteidl.event.ManagedResourceInfo.allocation_token) + return allocation_token_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* ManagedResourceInfo::release_allocation_token() { + // @@protoc_insertion_point(field_release:flyteidl.event.ManagedResourceInfo.allocation_token) + + return allocation_token_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void ManagedResourceInfo::set_allocated_allocation_token(::std::string* allocation_token) { + if (allocation_token != nullptr) { + + } else { + + } + allocation_token_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), allocation_token); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ManagedResourceInfo.allocation_token) +} + +// string namespace = 2; +inline void ManagedResourceInfo::clear_namespace_() { + namespace__.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& ManagedResourceInfo::token() const { - // @@protoc_insertion_point(field_get:flyteidl.event.ManagedResourceInfo.token) - return token_.GetNoArena(); +inline const ::std::string& ManagedResourceInfo::namespace_() const { + // @@protoc_insertion_point(field_get:flyteidl.event.ManagedResourceInfo.namespace) + return namespace__.GetNoArena(); } -inline void ManagedResourceInfo::set_token(const ::std::string& value) { +inline void ManagedResourceInfo::set_namespace_(const ::std::string& value) { - token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.event.ManagedResourceInfo.token) + namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.ManagedResourceInfo.namespace) } #if LANG_CXX11 -inline void ManagedResourceInfo::set_token(::std::string&& value) { +inline void ManagedResourceInfo::set_namespace_(::std::string&& value) { - token_.SetNoArena( + namespace__.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ManagedResourceInfo.token) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ManagedResourceInfo.namespace) } #endif -inline void ManagedResourceInfo::set_token(const char* value) { +inline void ManagedResourceInfo::set_namespace_(const char* value) { GOOGLE_DCHECK(value != nullptr); - token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.event.ManagedResourceInfo.token) + namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.ManagedResourceInfo.namespace) } -inline void ManagedResourceInfo::set_token(const char* value, size_t size) { +inline void ManagedResourceInfo::set_namespace_(const char* value, size_t size) { - token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ManagedResourceInfo.token) + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ManagedResourceInfo.namespace) } -inline ::std::string* ManagedResourceInfo::mutable_token() { +inline ::std::string* ManagedResourceInfo::mutable_namespace_() { - // @@protoc_insertion_point(field_mutable:flyteidl.event.ManagedResourceInfo.token) - return token_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.event.ManagedResourceInfo.namespace) + return namespace__.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* ManagedResourceInfo::release_token() { - // @@protoc_insertion_point(field_release:flyteidl.event.ManagedResourceInfo.token) +inline ::std::string* ManagedResourceInfo::release_namespace_() { + // @@protoc_insertion_point(field_release:flyteidl.event.ManagedResourceInfo.namespace) - return token_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return namespace__.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void ManagedResourceInfo::set_allocated_token(::std::string* token) { - if (token != nullptr) { +inline void ManagedResourceInfo::set_allocated_namespace_(::std::string* namespace_) { + if (namespace_ != nullptr) { } else { } - token_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), token); - // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ManagedResourceInfo.token) + namespace__.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), namespace_); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ManagedResourceInfo.namespace) } // ------------------------------------------------------------------- diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index 99c60c1a1..3f871984c 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -762,7 +762,9 @@ func (*TaskExecutionEvent) XXX_OneofWrappers() []interface{} { // executions for a project namespace. type ManagedResourceInfo struct { // Unique resource ID used to identify this execution when allocating a token. - Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` + AllocationToken string `protobuf:"bytes,1,opt,name=allocation_token,json=allocationToken,proto3" json:"allocation_token,omitempty"` + // Namespace under which this task execution requested an allocation token. + Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -793,9 +795,16 @@ func (m *ManagedResourceInfo) XXX_DiscardUnknown() { var xxx_messageInfo_ManagedResourceInfo proto.InternalMessageInfo -func (m *ManagedResourceInfo) GetToken() string { +func (m *ManagedResourceInfo) GetAllocationToken() string { if m != nil { - return m.Token + return m.AllocationToken + } + return "" +} + +func (m *ManagedResourceInfo) GetNamespace() string { + if m != nil { + return m.Namespace } return "" } @@ -876,72 +885,73 @@ func init() { func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 1057 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xef, 0x6e, 0xdb, 0xb6, - 0x17, 0x8d, 0xdd, 0xd8, 0x89, 0xaf, 0x6c, 0x37, 0x65, 0x93, 0x54, 0xbf, 0xe4, 0xd7, 0xc6, 0x73, - 0xd7, 0x21, 0x68, 0x31, 0x19, 0x70, 0xd1, 0xae, 0xc0, 0x06, 0x0c, 0x49, 0x9a, 0x2d, 0xc6, 0x92, - 0x20, 0x50, 0x9d, 0x15, 0x28, 0x36, 0x08, 0x8c, 0x74, 0xad, 0x08, 0xb1, 0x45, 0x81, 0xa2, 0x9a, - 0xf9, 0x51, 0xf6, 0x7d, 0x6f, 0xb3, 0x57, 0x19, 0xb0, 0x57, 0x18, 0x48, 0xca, 0x4a, 0x24, 0x0b, - 0x5e, 0x33, 0xf4, 0x8b, 0x01, 0x1e, 0x5e, 0x1e, 0x9e, 0xfb, 0x87, 0xc7, 0x82, 0xad, 0xd1, 0x78, - 0x2a, 0x30, 0xf0, 0xc6, 0x3d, 0xfc, 0x88, 0xa1, 0xd0, 0xbf, 0x56, 0xc4, 0x99, 0x60, 0xa4, 0x3d, - 0xdb, 0xb3, 0x14, 0xba, 0xf5, 0x38, 0x8b, 0x75, 0x19, 0xc7, 0x1e, 0xfe, 0x86, 0x6e, 0x22, 0x02, - 0x16, 0xea, 0xf0, 0xad, 0x27, 0xf9, 0xed, 0xc0, 0xc3, 0x50, 0x04, 0xa3, 0x00, 0x79, 0xba, 0xbf, - 0x9d, 0xdf, 0x77, 0xa9, 0xa0, 0x63, 0xe6, 0xa7, 0x9b, 0x3b, 0x3e, 0x63, 0xfe, 0x18, 0x7b, 0x6a, - 0x75, 0x91, 0x8c, 0x7a, 0x22, 0x98, 0x60, 0x2c, 0xe8, 0x24, 0x4a, 0x03, 0xfe, 0x5f, 0x0c, 0x88, - 0x05, 0x4f, 0xdc, 0x54, 0x6a, 0xf7, 0xaf, 0x2a, 0x6c, 0xbe, 0x67, 0xfc, 0x6a, 0x34, 0x66, 0xd7, - 0x87, 0x33, 0x5d, 0x87, 0x52, 0x35, 0x39, 0x81, 0x66, 0xa6, 0xd4, 0x09, 0x3c, 0xb3, 0xd2, 0xa9, - 0xec, 0x1a, 0xfd, 0xe7, 0x56, 0x96, 0x9c, 0x54, 0x63, 0xcd, 0x1d, 0x1e, 0x64, 0xf2, 0x6d, 0x03, - 0x6f, 0x40, 0xb2, 0x03, 0x46, 0xc4, 0x99, 0x97, 0xb8, 0xc8, 0x25, 0x5b, 0xb5, 0x53, 0xd9, 0x6d, - 0xd8, 0x30, 0x83, 0x06, 0x1e, 0xf9, 0x0e, 0x6a, 0xd1, 0x25, 0x8d, 0xd1, 0xbc, 0xd7, 0xa9, 0xec, - 0xb6, 0xfb, 0x5f, 0xfd, 0xdb, 0x45, 0xd6, 0x99, 0x8c, 0xb6, 0xf5, 0x21, 0xf2, 0x2d, 0x18, 0xcc, - 0x75, 0x13, 0xce, 0xd1, 0x73, 0xa8, 0x30, 0x97, 0x95, 0xd8, 0x2d, 0x4b, 0x27, 0x6f, 0xcd, 0x92, - 0xb7, 0x86, 0xb3, 0xea, 0xd8, 0x30, 0x0b, 0xdf, 0x13, 0x64, 0x07, 0x80, 0x25, 0x22, 0x4a, 0x84, - 0x93, 0xf0, 0xc0, 0xac, 0x49, 0x69, 0x47, 0x4b, 0x76, 0x43, 0x63, 0xe7, 0x3c, 0x20, 0xaf, 0xa0, - 0x86, 0x9c, 0x33, 0x6e, 0xd6, 0x15, 0xef, 0xe3, 0x82, 0xb6, 0x9b, 0xca, 0xc9, 0xa0, 0xa3, 0x25, - 0x5b, 0x47, 0xef, 0xdf, 0x87, 0x56, 0xca, 0xcb, 0x31, 0x4e, 0xc6, 0xa2, 0xfb, 0x67, 0x1d, 0xc8, - 0x29, 0xf3, 0xb0, 0x50, 0xea, 0xd7, 0x50, 0xcd, 0x0a, 0x5c, 0xcc, 0x3b, 0x17, 0x7e, 0xab, 0xb8, - 0xd5, 0xe0, 0x13, 0x6a, 0xfa, 0x26, 0x5f, 0xd3, 0xee, 0x22, 0xee, 0xcf, 0x58, 0xcf, 0x6d, 0x68, - 0x04, 0x61, 0xae, 0x9c, 0xf6, 0xaa, 0x02, 0x64, 0x2d, 0xf3, 0xc5, 0xae, 0x2f, 0x28, 0xf6, 0xca, - 0x5d, 0x8a, 0x4d, 0x7e, 0x81, 0xcd, 0xeb, 0x74, 0x46, 0x9c, 0x90, 0x79, 0xe8, 0x4c, 0x50, 0x50, - 0x8f, 0x0a, 0x6a, 0xae, 0x2a, 0x9e, 0x2f, 0xad, 0xfc, 0xb3, 0xcc, 0x26, 0x4a, 0x56, 0xe1, 0x24, - 0x8d, 0x3d, 0xaa, 0xd8, 0xeb, 0xd7, 0x25, 0x38, 0x39, 0x03, 0x22, 0x68, 0x7c, 0x55, 0x60, 0x6e, - 0x2b, 0xe6, 0x4e, 0x91, 0x79, 0x48, 0xe3, 0xab, 0x02, 0xeb, 0x9a, 0x28, 0x60, 0xe4, 0x57, 0x58, - 0x8f, 0x28, 0xc7, 0x50, 0x38, 0x8a, 0x38, 0xe3, 0x6c, 0x28, 0xce, 0x17, 0x45, 0xce, 0x33, 0x15, - 0x2b, 0x99, 0xb3, 0x02, 0xcc, 0xa8, 0x6c, 0x12, 0x65, 0x9b, 0x25, 0xf4, 0x79, 0xc9, 0xb0, 0x88, - 0x3e, 0x37, 0x10, 0x45, 0xfa, 0x9c, 0xfa, 0x1d, 0x30, 0x38, 0x0a, 0x3e, 0x75, 0x7c, 0xce, 0x92, - 0xc8, 0x34, 0xf4, 0xe8, 0x29, 0xe8, 0x47, 0x89, 0x90, 0x0e, 0x34, 0xe3, 0x08, 0x5d, 0x7d, 0x7b, - 0xe0, 0x99, 0x4d, 0x1d, 0x21, 0x31, 0x49, 0x34, 0xf0, 0xe4, 0x94, 0xa8, 0xcd, 0x90, 0x4e, 0xd0, - 0x6c, 0xe9, 0x29, 0x91, 0xc0, 0x29, 0x9d, 0xe0, 0xdc, 0xd3, 0xd9, 0x7f, 0x00, 0xf7, 0x05, 0xe5, - 0x3e, 0x8a, 0x2c, 0x95, 0x2e, 0xc2, 0x7a, 0x59, 0x0f, 0x3f, 0xb3, 0x73, 0x75, 0x7f, 0xaf, 0xc0, - 0x5a, 0xb1, 0xa3, 0xe4, 0x2d, 0x34, 0x5d, 0xea, 0x5e, 0xa2, 0x13, 0x0b, 0x2a, 0x92, 0x58, 0xdd, - 0xd1, 0xee, 0x7f, 0x51, 0xb8, 0xe3, 0x40, 0x7b, 0xf5, 0x81, 0x8c, 0x7c, 0xa7, 0x02, 0x6d, 0xc3, - 0xbd, 0x59, 0x90, 0xef, 0xc1, 0x48, 0xed, 0xdc, 0xb9, 0xc2, 0xa9, 0x7a, 0xc0, 0x46, 0xff, 0x49, - 0x39, 0x49, 0xd6, 0x0e, 0x48, 0x8f, 0xfc, 0x84, 0xd3, 0xee, 0x39, 0x6c, 0x2f, 0x18, 0x8c, 0x85, - 0xc6, 0x92, 0x3b, 0x91, 0x37, 0x96, 0xee, 0xeb, 0x19, 0x6d, 0xe9, 0x40, 0x90, 0x47, 0xb0, 0x32, - 0x6b, 0x6b, 0x45, 0xf5, 0xad, 0x1e, 0xaa, 0x96, 0x76, 0xff, 0xae, 0x01, 0xc9, 0xf1, 0x6a, 0x7f, - 0xeb, 0xc3, 0x8a, 0x9a, 0xf1, 0x4c, 0xcb, 0xff, 0x0a, 0x5a, 0x6e, 0x5d, 0x5f, 0x97, 0x91, 0x03, - 0x8f, 0x38, 0x60, 0xde, 0x9e, 0xdf, 0x5c, 0x43, 0xab, 0x77, 0x72, 0xca, 0x8d, 0x68, 0x3e, 0x95, - 0x81, 0x47, 0x9e, 0x42, 0x4b, 0x4f, 0x30, 0x15, 0x02, 0x27, 0x91, 0x50, 0x1e, 0xd9, 0xb2, 0x9b, - 0x0a, 0xdc, 0xd3, 0xd8, 0x8d, 0x81, 0x2e, 0x97, 0x1a, 0x68, 0x2e, 0xd7, 0xbc, 0x81, 0x16, 0xbc, - 0xb9, 0x36, 0xe7, 0xcd, 0xcf, 0x61, 0x79, 0xcc, 0xfc, 0xd8, 0xac, 0x77, 0xee, 0xed, 0x1a, 0xfd, - 0xcd, 0x12, 0xe6, 0x63, 0xe6, 0xdb, 0x2a, 0xa6, 0xe8, 0xc6, 0x2b, 0xff, 0xdd, 0x8d, 0x57, 0x17, - 0xba, 0x71, 0x63, 0x81, 0x1b, 0xc3, 0x9d, 0xdc, 0xf8, 0x0d, 0x18, 0x6e, 0x12, 0x0b, 0x36, 0x71, - 0x82, 0x70, 0xc4, 0x94, 0x3f, 0x18, 0xfd, 0x47, 0x73, 0x8a, 0xdf, 0xa9, 0x8f, 0x11, 0x1b, 0x74, - 0xec, 0x20, 0x1c, 0x31, 0xd9, 0x17, 0x55, 0x41, 0xe7, 0x23, 0xf2, 0x38, 0x60, 0xa1, 0x72, 0x8e, - 0x96, 0xdd, 0x54, 0xe0, 0xcf, 0x1a, 0x23, 0x9b, 0x50, 0xe7, 0x48, 0x63, 0x16, 0xa6, 0xc6, 0x91, - 0xae, 0x64, 0xae, 0x6a, 0xd2, 0xc4, 0x34, 0x42, 0xe5, 0xce, 0x0d, 0x7b, 0x55, 0x02, 0xc3, 0x69, - 0x84, 0x64, 0x0f, 0x56, 0x33, 0x1b, 0x5c, 0x53, 0x82, 0x9e, 0x95, 0x39, 0xf7, 0xbc, 0x01, 0x66, - 0xc7, 0xe6, 0xff, 0xd1, 0x5f, 0xc0, 0xc3, 0x13, 0x1a, 0x52, 0x1f, 0x3d, 0x1b, 0x63, 0x96, 0x70, - 0x17, 0x55, 0x12, 0xeb, 0x50, 0x13, 0xec, 0x0a, 0xc3, 0xf4, 0x7d, 0xe8, 0x45, 0xf7, 0x8f, 0x2a, - 0x6c, 0x94, 0x3f, 0xd4, 0x0f, 0xd0, 0x0e, 0xc2, 0x58, 0xd0, 0xd0, 0x45, 0xc7, 0x1d, 0xd3, 0x38, - 0x56, 0x02, 0xdb, 0xfd, 0x97, 0x9f, 0x24, 0xd0, 0x1a, 0xa4, 0x67, 0x0f, 0xe4, 0x51, 0xbb, 0x15, - 0xdc, 0x5e, 0x92, 0x67, 0xd0, 0xf6, 0x31, 0x44, 0x4e, 0x05, 0x7a, 0xda, 0x6c, 0xb5, 0xa8, 0x56, - 0x86, 0x4a, 0xc7, 0x25, 0xef, 0x61, 0x63, 0xa2, 0x33, 0x91, 0xb9, 0xa9, 0x54, 0x74, 0xef, 0xaa, - 0x6a, 0x40, 0x9f, 0x16, 0x95, 0x94, 0xa4, 0x6d, 0x3f, 0x9c, 0xcc, 0x83, 0xdd, 0x1e, 0xb4, 0x72, - 0xfa, 0x88, 0x01, 0x2b, 0x6f, 0x0f, 0x7f, 0xd8, 0x3b, 0x3f, 0x1e, 0xae, 0x2d, 0x91, 0x07, 0xd0, - 0x1a, 0x9c, 0x0e, 0x0f, 0x6d, 0xfb, 0xfc, 0x6c, 0x38, 0xd8, 0x3f, 0x3e, 0x5c, 0xab, 0xec, 0x7f, - 0xf3, 0xe1, 0x95, 0x1f, 0x88, 0xcb, 0xe4, 0xc2, 0x72, 0xd9, 0xa4, 0xa7, 0xae, 0x65, 0xdc, 0xef, - 0x65, 0x9f, 0xc1, 0x3e, 0x86, 0xbd, 0xe8, 0xe2, 0x6b, 0x9f, 0xf5, 0xf2, 0x1f, 0xe1, 0x17, 0x75, - 0x35, 0x57, 0x2f, 0xff, 0x09, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x7e, 0x91, 0x00, 0x9d, 0x0b, 0x00, - 0x00, + // 1082 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xe1, 0x6e, 0xdb, 0x36, + 0x17, 0x8d, 0xdd, 0xc4, 0x89, 0xaf, 0x6c, 0xc7, 0x65, 0x93, 0x54, 0x5f, 0xd2, 0x36, 0xfe, 0xdc, + 0x75, 0xc8, 0x3a, 0x4c, 0x06, 0x5c, 0xb4, 0x2b, 0xb0, 0x01, 0x43, 0x92, 0x66, 0x8b, 0xb1, 0x24, + 0x08, 0x54, 0x67, 0x05, 0x8a, 0x6d, 0x02, 0x23, 0x5d, 0x2b, 0x42, 0x6c, 0x51, 0xa0, 0xa8, 0x66, + 0x7e, 0x94, 0xfd, 0xdf, 0xdb, 0xec, 0x55, 0x06, 0xec, 0x15, 0x06, 0x92, 0xb2, 0x1c, 0xc9, 0x86, + 0xd7, 0x0c, 0xfd, 0x63, 0x40, 0x87, 0x97, 0x87, 0xe7, 0x1e, 0x5e, 0x1d, 0x0b, 0xb6, 0x07, 0xc3, + 0xb1, 0xc0, 0xc0, 0x1b, 0x76, 0xf0, 0x03, 0x86, 0x42, 0xff, 0x5a, 0x11, 0x67, 0x82, 0x91, 0xc6, + 0x64, 0xcd, 0x52, 0xe8, 0xf6, 0xe3, 0xac, 0xd6, 0x65, 0x1c, 0x3b, 0xf8, 0x1b, 0xba, 0x89, 0x08, + 0x58, 0xa8, 0xcb, 0xb7, 0x9f, 0xe4, 0x97, 0x03, 0x0f, 0x43, 0x11, 0x0c, 0x02, 0xe4, 0xe9, 0xfa, + 0x4e, 0x7e, 0xdd, 0xa5, 0x82, 0x0e, 0x99, 0x9f, 0x2e, 0xee, 0xfa, 0x8c, 0xf9, 0x43, 0xec, 0xa8, + 0xa7, 0xcb, 0x64, 0xd0, 0x11, 0xc1, 0x08, 0x63, 0x41, 0x47, 0x51, 0x5a, 0xf0, 0xa8, 0x58, 0x10, + 0x0b, 0x9e, 0xb8, 0xa9, 0xd4, 0xf6, 0x5f, 0x65, 0xd8, 0x7a, 0xc7, 0xf8, 0xf5, 0x60, 0xc8, 0x6e, + 0x8e, 0x26, 0xba, 0x8e, 0xa4, 0x6a, 0x72, 0x0a, 0xb5, 0x4c, 0xa9, 0x13, 0x78, 0x66, 0xa9, 0x55, + 0xda, 0x33, 0xba, 0xcf, 0xad, 0xac, 0x39, 0xa9, 0xc6, 0x9a, 0xd9, 0xdc, 0xcb, 0xe4, 0xdb, 0x06, + 0x4e, 0x41, 0xb2, 0x0b, 0x46, 0xc4, 0x99, 0x97, 0xb8, 0xc8, 0x25, 0x5b, 0xb9, 0x55, 0xda, 0xab, + 0xda, 0x30, 0x81, 0x7a, 0x1e, 0xf9, 0x16, 0x56, 0xa2, 0x2b, 0x1a, 0xa3, 0x79, 0xaf, 0x55, 0xda, + 0x6b, 0x74, 0x3f, 0xff, 0xb7, 0x83, 0xac, 0x73, 0x59, 0x6d, 0xeb, 0x4d, 0xe4, 0x1b, 0x30, 0x98, + 0xeb, 0x26, 0x9c, 0xa3, 0xe7, 0x50, 0x61, 0x2e, 0x2b, 0xb1, 0xdb, 0x96, 0x6e, 0xde, 0x9a, 0x34, + 0x6f, 0xf5, 0x27, 0xee, 0xd8, 0x30, 0x29, 0xdf, 0x17, 0x64, 0x17, 0x80, 0x25, 0x22, 0x4a, 0x84, + 0x93, 0xf0, 0xc0, 0x5c, 0x91, 0xd2, 0x8e, 0x97, 0xec, 0xaa, 0xc6, 0x2e, 0x78, 0x40, 0x5e, 0xc2, + 0x0a, 0x72, 0xce, 0xb8, 0x59, 0x51, 0xbc, 0x8f, 0x0b, 0xda, 0xa6, 0xce, 0xc9, 0xa2, 0xe3, 0x25, + 0x5b, 0x57, 0x1f, 0xac, 0x43, 0x3d, 0xe5, 0xe5, 0x18, 0x27, 0x43, 0xd1, 0xfe, 0xb3, 0x02, 0xe4, + 0x8c, 0x79, 0x58, 0xb0, 0xfa, 0x15, 0x94, 0x33, 0x83, 0x8b, 0x7d, 0xe7, 0xca, 0x6f, 0x99, 0x5b, + 0x0e, 0x3e, 0xc2, 0xd3, 0xd7, 0x79, 0x4f, 0xdb, 0x8b, 0xb8, 0x3f, 0xa1, 0x9f, 0x3b, 0x50, 0x0d, + 0xc2, 0x9c, 0x9d, 0xf6, 0x9a, 0x02, 0xa4, 0x97, 0x79, 0xb3, 0x2b, 0x0b, 0xcc, 0x5e, 0xbd, 0x8b, + 0xd9, 0xe4, 0x67, 0xd8, 0xba, 0x49, 0x67, 0xc4, 0x09, 0x99, 0x87, 0xce, 0x08, 0x05, 0xf5, 0xa8, + 0xa0, 0xe6, 0x9a, 0xe2, 0xf9, 0xcc, 0xca, 0xbf, 0x96, 0xd9, 0x44, 0x49, 0x17, 0x4e, 0xd3, 0xda, + 0xe3, 0x92, 0xbd, 0x71, 0x33, 0x07, 0x27, 0xe7, 0x40, 0x04, 0x8d, 0xaf, 0x0b, 0xcc, 0x0d, 0xc5, + 0xdc, 0x2a, 0x32, 0xf7, 0x69, 0x7c, 0x5d, 0x60, 0x6d, 0x8a, 0x02, 0x46, 0x7e, 0x81, 0x8d, 0x88, + 0x72, 0x0c, 0x85, 0xa3, 0x88, 0x33, 0xce, 0xaa, 0xe2, 0xfc, 0xb2, 0xc8, 0x79, 0xae, 0x6a, 0x25, + 0x73, 0x66, 0xc0, 0x84, 0xca, 0x26, 0x51, 0xb6, 0x38, 0x87, 0x3e, 0x2f, 0x19, 0x16, 0xd1, 0xe7, + 0x06, 0xa2, 0x48, 0x9f, 0x53, 0xbf, 0x0b, 0x06, 0x47, 0xc1, 0xc7, 0x8e, 0xcf, 0x59, 0x12, 0x99, + 0x86, 0x1e, 0x3d, 0x05, 0xfd, 0x20, 0x11, 0xd2, 0x82, 0x5a, 0x1c, 0xa1, 0xab, 0x4f, 0x0f, 0x3c, + 0xb3, 0xa6, 0x2b, 0x24, 0x26, 0x89, 0x7a, 0x9e, 0x9c, 0x12, 0xb5, 0x18, 0xd2, 0x11, 0x9a, 0x75, + 0x3d, 0x25, 0x12, 0x38, 0xa3, 0x23, 0x9c, 0x79, 0x75, 0x0e, 0xee, 0xc3, 0xba, 0xa0, 0xdc, 0x47, + 0x91, 0xb5, 0xd2, 0x46, 0xd8, 0x98, 0x77, 0x87, 0x9f, 0x38, 0xb9, 0xda, 0xbf, 0x97, 0xa0, 0x59, + 0xbc, 0x51, 0xf2, 0x06, 0x6a, 0x2e, 0x75, 0xaf, 0xd0, 0x89, 0x05, 0x15, 0x49, 0xac, 0xce, 0x68, + 0x74, 0xff, 0x5f, 0x38, 0xe3, 0x50, 0x67, 0xf5, 0xa1, 0xac, 0x7c, 0xab, 0x0a, 0x6d, 0xc3, 0x9d, + 0x3e, 0x90, 0xef, 0xc0, 0x48, 0xe3, 0xdc, 0xb9, 0xc6, 0xb1, 0x7a, 0x81, 0x8d, 0xee, 0x93, 0xf9, + 0x24, 0xd9, 0x75, 0x40, 0xba, 0xe5, 0x47, 0x1c, 0xb7, 0x2f, 0x60, 0x67, 0xc1, 0x60, 0x2c, 0x0c, + 0x96, 0xdc, 0x8e, 0x7c, 0xb0, 0xb4, 0x5f, 0x4d, 0x68, 0xe7, 0x0e, 0x04, 0x79, 0x08, 0xab, 0x93, + 0x6b, 0x2d, 0xa9, 0x7b, 0xab, 0x84, 0xea, 0x4a, 0xdb, 0x7f, 0xaf, 0x00, 0xc9, 0xf1, 0xea, 0x7c, + 0xeb, 0xc2, 0xaa, 0x9a, 0xf1, 0x4c, 0xcb, 0xff, 0x0a, 0x5a, 0x6e, 0x1d, 0x5f, 0x91, 0x95, 0x3d, + 0x8f, 0x38, 0x60, 0xde, 0x9e, 0xdf, 0xdc, 0x85, 0x96, 0xef, 0x94, 0x94, 0x9b, 0xd1, 0x6c, 0x2b, + 0x3d, 0x8f, 0x3c, 0x85, 0xba, 0x9e, 0x60, 0x2a, 0x04, 0x8e, 0x22, 0xa1, 0x32, 0xb2, 0x6e, 0xd7, + 0x14, 0xb8, 0xaf, 0xb1, 0x69, 0x80, 0x2e, 0xcf, 0x0d, 0xd0, 0x5c, 0xaf, 0xf9, 0x00, 0x2d, 0x64, + 0xf3, 0xca, 0x4c, 0x36, 0x3f, 0x87, 0xe5, 0x21, 0xf3, 0x63, 0xb3, 0xd2, 0xba, 0xb7, 0x67, 0x74, + 0xb7, 0xe6, 0x30, 0x9f, 0x30, 0xdf, 0x56, 0x35, 0xc5, 0x34, 0x5e, 0xfd, 0xef, 0x69, 0xbc, 0xb6, + 0x30, 0x8d, 0xab, 0x0b, 0xd2, 0x18, 0xee, 0x94, 0xc6, 0xaf, 0xc1, 0x70, 0x93, 0x58, 0xb0, 0x91, + 0x13, 0x84, 0x03, 0xa6, 0xf2, 0xc1, 0xe8, 0x3e, 0x9c, 0x51, 0xfc, 0x56, 0x7d, 0x8c, 0xd8, 0xa0, + 0x6b, 0x7b, 0xe1, 0x80, 0xc9, 0x7b, 0x51, 0x0e, 0x3a, 0x1f, 0x90, 0xc7, 0x01, 0x0b, 0x55, 0x72, + 0xd4, 0xed, 0x9a, 0x02, 0x7f, 0xd2, 0x18, 0xd9, 0x82, 0x0a, 0x47, 0x1a, 0xb3, 0x30, 0x0d, 0x8e, + 0xf4, 0x49, 0xf6, 0xaa, 0x26, 0x4d, 0x8c, 0x23, 0x54, 0xe9, 0x5c, 0xb5, 0xd7, 0x24, 0xd0, 0x1f, + 0x47, 0x48, 0xf6, 0x61, 0x2d, 0x8b, 0xc1, 0xa6, 0x12, 0xf4, 0x6c, 0x5e, 0x72, 0xcf, 0x06, 0x60, + 0xb6, 0x6d, 0xf6, 0x1f, 0xfd, 0x57, 0x78, 0x70, 0x4a, 0x43, 0xea, 0xa3, 0x67, 0x63, 0xcc, 0x12, + 0xee, 0xa2, 0x6a, 0xe2, 0x0b, 0x68, 0xd2, 0xe1, 0x90, 0xb9, 0x54, 0x8d, 0xac, 0x60, 0xd7, 0x18, + 0xa6, 0xaf, 0xca, 0xfa, 0x14, 0xef, 0x4b, 0x98, 0x3c, 0x82, 0xaa, 0x4c, 0xc0, 0x38, 0xa2, 0x2e, + 0xa6, 0x7f, 0xe1, 0x53, 0xa0, 0xfd, 0x47, 0x19, 0x36, 0xe7, 0xbf, 0xdb, 0xef, 0xa1, 0x11, 0x84, + 0xb1, 0xa0, 0xa1, 0x8b, 0x8e, 0x3b, 0xa4, 0x71, 0xac, 0x7a, 0x6a, 0x74, 0x5f, 0x7c, 0x54, 0x4f, + 0x56, 0x2f, 0xdd, 0x7b, 0x28, 0xb7, 0xda, 0xf5, 0xe0, 0xf6, 0x23, 0x79, 0x06, 0x0d, 0x1f, 0x43, + 0xe4, 0x54, 0xa0, 0xa7, 0xf3, 0x59, 0x8b, 0xaf, 0x67, 0xa8, 0x0c, 0x69, 0xf2, 0x0e, 0x36, 0x47, + 0xba, 0x79, 0x69, 0x87, 0xea, 0x5e, 0x5f, 0x77, 0x59, 0xcd, 0xf4, 0xd3, 0xa2, 0x92, 0x39, 0x4e, + 0xd9, 0x0f, 0x46, 0xb3, 0x60, 0xbb, 0x03, 0xf5, 0x9c, 0x3e, 0x62, 0xc0, 0xea, 0x9b, 0xa3, 0xef, + 0xf7, 0x2f, 0x4e, 0xfa, 0xcd, 0x25, 0x72, 0x1f, 0xea, 0xbd, 0xb3, 0xfe, 0x91, 0x6d, 0x5f, 0x9c, + 0xf7, 0x7b, 0x07, 0x27, 0x47, 0xcd, 0xd2, 0xc1, 0xd7, 0xef, 0x5f, 0xfa, 0x81, 0xb8, 0x4a, 0x2e, + 0x2d, 0x97, 0x8d, 0x3a, 0xea, 0x58, 0xc6, 0xfd, 0x4e, 0xf6, 0xe5, 0xec, 0x63, 0xd8, 0x89, 0x2e, + 0xbf, 0xf2, 0x59, 0x27, 0xff, 0xdd, 0x7e, 0x59, 0x51, 0xa3, 0xf8, 0xe2, 0x9f, 0x00, 0x00, 0x00, + 0xff, 0xff, 0xcc, 0x11, 0x2e, 0xfb, 0xd0, 0x0b, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go index 22b883cae..3bc2897f1 100644 --- a/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -797,7 +797,9 @@ func (m *ManagedResourceInfo) Validate() error { return nil } - // no validation rules for Token + // no validation rules for AllocationToken + + // no validation rules for Namespace return nil } diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 6c6667fa1..124994f68 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -5883,9 +5883,13 @@ "eventManagedResourceInfo": { "type": "object", "properties": { - "token": { + "allocation_token": { "type": "string", "description": "Unique resource ID used to identify this execution when allocating a token." + }, + "namespace": { + "type": "string", + "description": "Namespace under which this task execution requested an allocation token." } }, "description": "This message holds task execution metadata specific to resource allocation used to manage concurrent\nexecutions for a project namespace." diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 632dc743b..efb0d9f2b 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -6600,8 +6600,10 @@ definitions: metadata: instance_class: {} managed_resource_info: - - token: "token" - - token: "token" + - allocation_token: "allocation_token" + namespace: "namespace" + - allocation_token: "allocation_token" + namespace: "namespace" generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: @@ -6713,8 +6715,10 @@ definitions: metadata: instance_class: {} managed_resource_info: - - token: "token" - - token: "token" + - allocation_token: "allocation_token" + namespace: "namespace" + - allocation_token: "allocation_token" + namespace: "namespace" generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: @@ -6769,8 +6773,10 @@ definitions: metadata: instance_class: {} managed_resource_info: - - token: "token" - - token: "token" + - allocation_token: "allocation_token" + namespace: "namespace" + - allocation_token: "allocation_token" + namespace: "namespace" generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: @@ -25922,14 +25928,19 @@ definitions: eventManagedResourceInfo: type: "object" properties: - token: + allocation_token: type: "string" description: "Unique resource ID used to identify this execution when allocating\ \ a token." + namespace: + type: "string" + description: "Namespace under which this task execution requested an allocation\ + \ token." description: "This message holds task execution metadata specific to resource\ \ allocation used to manage concurrent\nexecutions for a project namespace." example: - token: "token" + allocation_token: "allocation_token" + namespace: "namespace" eventNodeExecutionEvent: type: "object" properties: @@ -26079,8 +26090,10 @@ definitions: example: instance_class: {} managed_resource_info: - - token: "token" - - token: "token" + - allocation_token: "allocation_token" + namespace: "namespace" + - allocation_token: "allocation_token" + namespace: "namespace" generated_name: "generated_name" eventWorkflowExecutionEvent: type: "object" @@ -26224,8 +26237,10 @@ definitions: metadata: instance_class: {} managed_resource_info: - - token: "token" - - token: "token" + - allocation_token: "allocation_token" + namespace: "namespace" + - allocation_token: "allocation_token" + namespace: "namespace" generated_name: "generated_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go index fb76b775f..245dd12cb 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go @@ -12,5 +12,7 @@ package flyteadmin // This message holds task execution metadata specific to resource allocation used to manage concurrent executions for a project namespace. type EventManagedResourceInfo struct { // Unique resource ID used to identify this execution when allocating a token. - Token string `json:"token,omitempty"` + AllocationToken string `json:"allocation_token,omitempty"` + // Namespace under which this task execution requested an allocation token. + Namespace string `json:"namespace,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index cd647997c..6fd48133e 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xeb\x6d\x1b\xb9\xc2\xef\xfb\x2b\x06\x7d\x89\x0d\xd0\x32\xb0\x8b\x7d\xc9\x9b\x11\x27\x5d\x07\x6e\x62\xc4\xf1\xb6\xc0\x72\x21\x8f\xc8\x91\xc4\x86\x1a\x0a\x33\xa4\x5d\x15\xe8\x7f\x2f\xe6\x9c\x33\x37\x8a\xa4\xa8\x4b\xdc\x6d\x36\x0f\x8b\x0d\x2c\x92\x73\x3f\x73\x2e\xdf\xf9\x8e\x1d\xa4\x85\xae\xd3\xb4\xbd\x72\xd4\x04\xf4\x87\x6b\xb8\xb6\xe7\x18\x1a\x6e\x91\x55\x02\xa4\x03\x80\x67\x89\xd1\x3d\x94\x1f\x54\xc6\x65\x2a\xff\x69\xa6\xc7\x16\x14\xa2\x65\xad\xe6\x78\x88\x2d\xb9\x27\x3b\x7b\xc4\x8f\x9e\xfd\x7c\xfe\x78\x8e\xe5\xda\x1a\x0d\x74\x30\x49\x7c\x85\xb8\x4c\xa5\xa6\x2c\x01\xf6\x68\x47\x30\x57\xd5\x0a\x59\x5b\x5c\x13\x83\xa5\x07\xc8\xca\x39\x75\xa1\x6d\xef\x79\xbd\x62\x19\xaf\xb3\xe5\x85\xd5\xe6\xc2\x22\x4b\x85\xf6\x65\xdc\x8d\xe6\x68\x74\xad\xee\x64\x1d\x63\x81\xa9\x95\xa3\x5b\x8c\xf6\x8b\x19\x02\xc4\x4d\x3e\x47\xbb\x32\x24\x35\xc5\xcd\xe9\x99\x0e\xbd\xa6\xe7\x1e\xb7\x5c\x0f\xde\x5d\x4a\x2e\x62\xc9\x57\x22\x67\x29\xe6\x46\xa7\x7f\xb1\xcb\x9f\xca\xf5\x6c\x52\x6e\xe6\xf5\x04\xf2\x0e\x26\x66\x5a\x26\x90\x10\xbd\xe3\xa6\x9b\xe6\xdb\xa6\xd2\x8e\xe9\xee\x35\xb6\xba\xf5\x1d\x37\x3b\xae\xa5\xf1\x4a\x0b\xba\x78\xdc\xfc\xdc\xc7\x31\xa0\x38\xd9\x0b\xca\xd2\x50\x11\x1d\xa3\xe4\x06\x8a\x95\x3f\x9f\x58\xcf\x80\xe9\x9a\xd7\x45\x86\xc4\x46\x92\x97\x1b\x60\x5c\x49\x52\x99\x17\x0a\x4d\x6b\x9e\x6d\xb2\xb2\xc8\xa8\x20\x4e\xac\x0b\x89\x27\x21\xeb\xbf\x41\x26\x64\x6e\x81\xb7\x37\x72\x5e\x1d\x15\xdd\xa8\xbe\x88\x63\xbc\x8a\x0f\xa8\xf1\x38\x2f\xe2\xcd\xb5\xbb\x7f\x1c\xa6\x1c\xf6\x5f\x90\x5d\x0a\xc6\x51\x89\x39\x9f\x60\x92\x20\x1b\xf6\xbe\xbe\x03\x1b\xda\xc3\x5c\x8f\x16\x60\xdd\xe9\x3a\x21\xfa\xd5\xf5\xd2\xb6\x5e\x49\xd7\x5b\xcc\x30\x35\x32\x28\x6b\x14\x72\xd3\x78\x9f\x0d\xc1\xca\xac\xe7\x16\x1c\xf8\x6b\x9e\xb5\x95\x55\x58\xa0\x28\x11\x00\x88\xac\x5e\x4a\x5f\xed\x4b\x41\xe8\x3e\x1e\x0f\x3d\xba\xaa\xab\x2e\x17\xbb\x35\xdb\xe7\x98\xc8\x71\xd5\xa1\x95\x42\x30\x47\xd2\x3a\x1c\x2a\x55\x2c\x0a\xc9\xeb\x4a\xb1\xb3\x3b\x9b\x58\x74\xee\x92\x61\x61\x16\xbb\xbb\xd1\x72\xa8\xee\x33\x45\xe8\x8c\xed\xd6\x86\x20\x80\x2c\xf2\xe9\x36\xf2\x7b\x5f\x22\xc6\x9d\x00\x09\xf3\x94\xae\xf9\x6a\x1d\x12\xb1\x39\x7a\x20\x9a\x99\x12\x27\x81\xd9\x8e\x81\xdd\x5d\x68\x0f\x31\x4b\x25\x79\xab\x70\xdd\x2a\xd5\xc1\x30\xdc\x1e\x25\x48\xf6\xe9\x81\xb8\x7a\x2a\xdc\xb7\xfb\xed\x41\xf1\xf1\xe9\xd6\x3a\xf1\xfc\x4d\x1d\x5d\x7d\x30\x50\x21\x33\x10\xa4\x80\x1f\x5e\x46\x10\xe6\x54\x7a\xf8\xf0\x9b\xb2\x6a\x72\x46\x67\x9c\xa2\x03\x6a\xc2\x0a\x31\x49\x98\xfe\xe9\xf5\xe5\xe5\x64\xd2\x33\x13\xfb\x32\x7e\xb8\xf3\x0d\xef\x75\xef\x70\xf8\xad\x13\x9e\xbf\xe3\x68\x45\xf5\xea\xa6\xfb\x99\x86\x96\x2f\x05\x76\x4b\xe8\x3a\x89\xc1\xa7\xed\x26\x5d\x0d\xbf\x63\x9a\xb3\x28\xd6\xe1\xa6\xd6\xdc\x48\xd7\x29\xb4\xb8\x5f\x63\xd0\xc8\x1d\xbc\x1e\xa5\x1d\x8d\x32\x81\x7f\xfb\x5c\xa1\x67\xc3\x62\x8f\x7f\x0f\xaa\x6d\x12\xf7\x9a\xb9\x42\xce\x0a\x08\x34\x06\x5e\xe0\x5d\xe5\x05\x69\x40\x07\xcc\x5e\x30\xa0\x48\x30\x8d\x1a\x90\xef\x3d\xa6\xe1\xbb\x52\x92\x0e\x7e\x89\xf7\x58\x4b\x9a\x4f\x10\x5a\x1b\xdc\x6d\xbc\x66\x58\x77\xf7\xdf\x42\x55\x3e\xa7\x94\xf8\x9c\x83\x0f\x0f\xe0\xf0\x37\xd3\xc3\x79\x39\x90\x78\x0c\x69\x38\x42\xae\x01\xf8\x0b\xc1\xbb\x51\x8f\x9a\x6d\x2c\x1e\xbf\x9f\xd2\x75\x7a\x00\xe3\xbd\xeb\x8a\xbf\x34\x43\xe9\x69\x4d\x3d\x27\x8a\xed\x01\xbd\x04\x2d\xcd\x68\xdc\x46\x1d\xe1\x6b\x0a\xea\x53\x25\xf0\xb6\xdb\x6a\x02\x83\xf8\xed\x1f\xbf\x4f\xfa\x78\x87\xa0\xeb\x07\xd7\x35\x7a\x67\x8b\xbc\x29\xc1\x73\xcf\x9b\x1f\xd2\xe2\xef\xe2\x14\xda\xb9\x21\x8f\xd0\x64\x8e\x59\x97\x6d\x5d\xc5\xb1\x4f\xf8\x2d\x5e\xe4\x21\x69\xa4\xdb\xe0\xb4\x3c\x8e\x36\xbd\x9a\x33\x30\x52\x7a\xb4\xa5\x09\xf5\xb3\xa3\x85\x3d\x66\xaf\x5b\x3e\xbd\x90\x1e\xd8\x97\x69\x3b\xa6\xfb\xd1\xbb\x47\x6b\xaf\xc7\x24\xe8\x0e\x06\x5e\xaf\xc3\x3c\x78\xf0\x9a\x65\xd5\x6a\x66\x34\x48\xe4\xaf\x21\xb7\x35\x88\xa6\x2b\x9b\xac\xe5\x32\x4d\xac\x88\x41\x2e\xfb\x96\xe5\xe0\x62\xfe\x61\x2a\x49\xb8\xcf\x3a\xa3\x9d\x3d\xf7\xc1\x69\x73\x89\xbb\x0f\xc7\x55\x7b\x04\x40\xc9\xfb\xcc\x37\x1a\x48\x03\x84\xd9\xca\x73\x5f\xc3\x22\x54\xad\x9c\x72\xed\x72\x6b\x88\x81\xa7\x21\x2e\x11\x1a\x4b\x41\x65\x8c\x4a\x4b\x8f\xe0\x41\xf8\xaf\x74\xf7\xe4\x7c\xed\xc4\xe7\xee\xb9\x80\xef\xbb\xf4\x3c\x62\xcc\x8c\x70\xaa\x09\xaa\x83\x3f\x7a\x78\xb1\xc8\x2a\xe9\x52\xfa\x4e\x62\x65\x74\x24\x45\x77\x77\x17\x7e\xdb\xa2\xda\xdc\x65\xf2\x1c\x69\x79\x05\xb2\x4d\x55\x19\x51\x87\xd6\x0c\xb8\x84\xd0\x54\x37\x6d\x27\x6c\xc5\x0b\x49\xc7\xa0\x56\x3c\x33\xba\xd3\xac\x59\x2c\x7a\x0d\x82\xb2\x5a\x7c\x55\xf7\xb1\x4d\x21\xee\x75\x1f\xbb\x11\x96\x43\x69\xb1\x3b\x76\xe8\x37\x64\xf9\x0d\xa6\x91\x9c\xc2\x76\xbb\xb1\x2d\xa1\x8b\x70\x5e\x94\xe2\x65\xcc\xb5\x13\xd9\x9e\x37\x63\x6c\x4f\xeb\x63\x06\x9c\x1b\x8e\xc3\x79\x01\xff\x44\x46\x29\x62\xff\xa7\x45\xec\x6f\x1c\xe8\xd2\x81\xf9\x34\x2e\x03\x10\x0e\x2b\x91\xd1\x68\x21\x73\x0d\xd4\xb8\xa7\x4f\xb0\x01\xd9\x7e\x7c\x2a\xcc\x0e\x6a\xe8\xfb\x6a\x25\x18\x34\xa5\x91\xd4\x81\x11\x50\x2f\x81\x98\x94\x19\xa0\xe7\xff\x82\x03\x4f\x41\x97\x6c\xc9\xe5\x42\xe4\xde\xa1\x79\x26\xc5\x33\x33\xb2\x36\x09\x9d\xf4\xc1\xf2\x24\x4c\xd4\xd9\xb9\xd1\x6d\xa2\x98\xbe\x12\x59\xa5\x72\xc8\xaa\x5e\x70\x95\x03\x92\x84\x36\x7c\xc9\xb3\x2f\x50\x7f\x06\xae\x23\x6c\x91\x02\x09\x36\xf1\x18\x83\x5b\xfe\x6b\x85\xcc\x90\xd9\xcf\x95\x84\xb5\xfd\xc3\xd7\x35\xe3\x99\xaa\x34\x15\xa8\xa4\xb2\x23\x54\xef\x22\xa0\xfc\x87\x16\x7b\xed\x4a\xae\x8f\x4b\xa4\x86\xd1\x21\x76\x0d\x48\x2d\xd7\x25\x97\xe1\xa6\x2f\x34\x0d\xb9\x56\x1c\x28\x28\xad\x4e\x84\x4d\xe3\xd1\xcf\xf8\x1a\x3c\xff\x45\x1f\xa8\xd5\xe5\x53\xbd\x68\x16\x66\xc8\x20\xe7\x8f\x1d\xea\x7e\xc6\x00\xdc\x84\x59\x27\x85\x24\x5a\x28\x9e\xaf\x0a\x69\xb6\x86\xb9\x7d\xb0\x44\x04\x49\xb7\x1c\x0b\x0d\x97\x18\x6e\x03\xd6\x0f\x23\xd7\xa2\x1b\x53\x33\x29\x8c\xc2\xc0\x55\x51\x6e\x40\x47\x5c\x2b\x71\x11\xb4\x13\x9c\x7f\xc2\xfb\x14\x3a\x95\xd8\x77\x28\x30\x35\x6f\x4a\xd4\x24\x65\x2e\x82\x3b\x99\xce\xe9\xc3\x4d\x62\x2e\x91\x9a\x72\xed\x83\x86\x61\x4f\x9f\x04\x3b\xb1\x6d\xe5\x8c\xf2\xb6\xf8\x6c\x28\x05\x81\xdd\x65\xf5\x6c\x01\x5e\xcf\xdc\xc7\xef\xf6\x09\x62\xdc\x91\x6c\xb3\x01\x8a\x20\xda\x07\x17\x7e\xc4\x4f\xfd\xae\x52\x94\x0f\x0f\xc2\xe3\x8e\x68\xb0\x7f\x29\x9e\x44\xc2\xee\xd7\x5c\x7d\x49\xd8\xf5\x46\xf2\x55\x91\xbd\xaf\x66\x5d\x71\x89\xd3\x9b\xa4\x84\x9c\x9b\x66\x25\xd7\x23\xc3\x78\x9d\x9d\xb8\xa1\x0f\xbd\x81\xef\x74\xae\xb1\x53\x76\xf6\x76\x8f\xb4\x26\xfd\xaf\x2e\x25\x9b\xb0\x3a\x81\x8f\xa4\xd8\x8a\x22\x41\x70\x88\xb4\x2b\xe2\x5c\xec\xdb\x84\x18\x96\x9b\xda\x10\x53\xe7\x45\x79\x2a\x6d\xb8\x37\x10\xd8\xab\x1a\x6f\x01\x97\x01\x3b\xd3\xc5\x7d\xea\x2b\xc8\x00\xf3\x5d\x10\x29\x03\xcf\xa8\xc3\xde\x9e\x4f\xbc\x63\x85\x1b\xfd\x55\xc0\xac\xe2\x3d\x31\x13\x19\x87\x84\x3e\x7b\x81\x63\x35\x0b\xac\x82\xeb\xae\xb9\x8e\x70\x9c\x36\x77\x05\x32\xd3\x1f\x00\x29\xfe\x05\x22\x81\xab\x91\x47\x35\x95\x9f\x3f\x5e\x7f\x3c\xfb\xc2\x6b\x55\x2d\xb8\x3c\x7f\xcd\xde\x1a\xa1\x4b\x84\xa7\x08\x2e\x9a\x2b\x21\x20\x74\x4b\x59\x01\x67\xcb\xba\x5e\xeb\xd7\x97\x97\x8b\xa2\x5e\x36\xb3\x49\x56\xad\xd0\x07\x5e\xa9\x05\xfe\xe3\xb2\xd0\xba\x11\xfa\xf2\xa7\x1f\x7f\x3e\xef\x3a\x86\x5b\x29\x01\x47\x3b\x59\x0e\xf3\x31\x0c\xa5\xca\x74\xab\x8e\x7f\xdf\x82\x7b\xb3\x3e\x47\xe6\xff\x67\x70\xb0\x27\x5b\xe3\x5b\x37\x13\x77\x60\x00\xbf\xc7\xf9\x4e\x6a\x52\x75\xba\x5e\x6d\x18\x0d\xd4\xb3\xc8\xfb\xf7\x87\xc2\x0e\x74\x62\x3f\x5a\xd9\x51\x91\x7a\x3f\xca\x5f\x7a\x0a\x5f\xc4\x1d\x87\xb2\xd7\x96\x4a\x14\x91\x1f\x75\xa5\x04\x91\xdb\xa1\x83\x62\x56\x56\x33\x60\x44\x33\xbf\xf4\xdd\xe4\x59\x59\xe9\xd1\x59\x38\xdb\x0b\xf6\x86\x5e\x1f\xb4\x77\xab\xd5\x1a\xd0\x5e\x4a\x68\x80\xfd\x6f\x7b\x00\xb7\x50\x18\x27\x51\x7e\xb7\xbb\x6b\x74\xb0\xeb\x2d\xe5\x77\x9b\x04\xc0\x6c\x69\x08\x1c\xbe\x1d\xd8\xd3\x7d\xf7\xf2\xdb\x10\x2f\xc5\x81\xe0\xbd\x86\x8a\x47\xe8\x62\xd7\x85\x5c\x94\xa2\x35\x5e\x4b\x39\x99\xca\x2b\xfc\x25\xac\x52\xe7\xa9\x65\x5c\x6c\x8e\xd8\xc5\x1c\xf2\x0a\x01\x54\xec\xca\x26\x44\x00\xf0\x9e\x93\x0b\xd8\xa9\x20\xa0\x52\x27\xb6\xec\x9d\x12\x4c\x02\x59\x43\x2a\x75\x33\xbb\xf0\xf0\xf8\x4a\x81\x74\x85\xec\x89\x35\x57\x40\xdd\xb8\x2c\xca\xfc\xa2\x23\x05\x0a\xed\x66\x4f\x5a\x61\x33\x28\x79\x59\xc2\x8a\xa3\xa2\x84\xe8\x4c\x37\x76\xf7\x1d\x63\x7c\x09\x9e\x2d\x1d\x32\x10\xd5\xd4\x96\x26\x11\xc9\x8b\x48\xa7\xfe\x5f\xc7\x98\x46\x60\xc5\x7a\x98\xa3\xbe\x7d\x39\x11\xcd\xd9\x18\x39\xf1\x39\xb6\x46\xec\xa9\x31\x96\x35\x49\x8e\xbe\xa9\xd2\x53\x0c\xca\xbc\x40\xfa\x98\xb7\x9b\xf4\x9a\x3f\x4b\x02\xa5\xef\x55\xae\x78\x9c\x7c\xe8\xa6\xa4\x35\xf2\xa1\xf5\x4b\x5c\xcf\x12\xcd\xd4\xba\x70\x3c\x5c\x49\x40\x38\xc8\xcb\x32\x64\x92\xf0\x0e\xb5\x54\x7a\x33\x42\xb3\x67\x51\x96\xe6\xff\x59\x5b\x70\x93\x9d\x90\x03\xb0\x53\x24\x16\x41\x4d\xd9\x87\xe4\xf6\xba\x98\x71\x28\xad\xdd\x57\xa0\x74\xeb\x34\x47\x20\x9a\x23\x0e\x74\xc6\xb3\xa5\x98\x9a\xae\x35\x7b\xc0\x6c\xa9\xda\xe6\x1b\xf3\xf2\x3d\xbe\x3b\x78\x99\xa1\x7f\x0c\x3d\x7d\xd8\x16\xc4\xd8\x79\x06\xd9\x62\xce\xb4\xde\x75\xbc\x33\x6c\x76\xda\x51\xe9\x66\x67\x5f\xbb\x5d\x38\x41\xe5\x17\x38\xcc\x16\xc3\x9b\x71\xa5\x2c\x6e\x86\x5a\x65\x5c\xd5\xc5\x9c\x67\x91\xd7\x65\x54\xfe\x78\x74\x43\xe2\x17\x35\x04\x0b\x7c\x3d\x47\x2b\xca\x39\x73\x3c\x7f\xfd\xeb\xdf\x89\xd9\x3a\x85\x75\x78\x73\x22\xe3\x70\xef\x49\xe1\x2c\x4a\xe1\xeb\x1c\x7a\x50\xde\xeb\x88\xb1\x1e\x88\x64\xdc\x8f\xe1\x25\xa8\xb9\x35\x5e\xc2\x6d\x11\xab\x51\xbd\x29\xf0\xd1\xe7\x94\x07\x55\xb7\x81\xfb\x30\x85\x88\x78\x7a\x12\xb9\x4f\x6a\x08\x32\x5b\xcd\x15\xc5\x17\x82\xad\x44\x5e\x34\x6d\x02\xa1\x61\x74\xde\x77\xc1\xf2\x07\x12\x2c\xfd\xeb\xf6\xd5\x04\xc2\xc9\xdc\x45\x63\x24\xc2\xbb\x4a\xf9\x74\x8a\x0f\x60\xe4\x3f\x0b\xac\x15\x51\x57\x18\xfe\xea\xe6\x25\x0e\xd2\x45\x79\xfd\x4a\x3b\x58\x66\xbc\xd3\x6d\xb0\xf1\xb6\xd0\xf5\xaf\xad\xaa\xfe\x07\xf0\x0b\x95\xcd\xd7\xcb\x11\xb4\x5d\xc5\x6e\x06\x6f\x0c\x7a\x6c\x3f\xc5\x0e\x56\x23\x1c\xd0\xdb\x0f\xb9\x24\x96\x79\xc9\xf4\x7b\x1f\xc5\xeb\xd1\xcd\xd7\x23\x5e\x50\xcf\x8a\xaf\xd7\x42\x59\xd7\xe9\x96\x63\x17\x68\x8c\xa0\x95\x54\xa2\xa1\xf3\xfe\xfe\xe3\x07\xaf\x71\x79\xff\x47\xeb\xd3\xf0\x18\x4c\xdd\xa4\x7b\xe5\x3e\x34\x65\xd9\xbb\x72\x23\x0a\x6e\x3c\xdc\xde\x4e\x7f\xbd\xba\x7d\x78\x3b\xc8\x40\x12\x3c\xd6\x3b\x27\xae\x27\x34\x27\xa8\x7e\xd6\xa0\x72\x36\x2b\x41\xa1\x4c\x30\x22\x6c\x09\x2e\xb8\xe5\x9b\xb2\x8c\x99\x68\x52\xf9\x48\xdf\x81\x08\x58\x23\xd1\x3c\x4c\x25\x1b\x9c\xb8\xb8\x7d\x78\xec\xd1\x7c\xfc\xd1\x96\x70\xf7\x83\x78\xcd\x3e\xb8\x56\x7b\xe6\x95\xc2\xef\x47\x1c\x07\x74\x7d\xbf\x14\xd7\xd6\x61\xc7\xe3\x41\xda\xe2\x90\x44\x91\x75\x92\xd3\x81\x73\xf7\x18\xbb\x1e\x9c\xb8\xcf\xf1\x7e\x86\xef\x26\xc8\x90\x84\x45\x13\x1d\x89\x50\x2a\xa9\x60\x0e\x07\x64\x73\x6f\x9f\xd8\x8d\xc4\x0c\xc8\x92\xcb\x45\xc3\x17\x42\x27\xcc\x36\x9e\xca\x55\xb1\x58\x42\x4a\x29\x71\x5c\x63\x48\x8a\x33\xc9\xeb\xe2\x49\xb4\xb6\x10\x46\x0a\xc5\xbf\xf8\x6a\x0d\x60\x1c\x99\x4a\x1a\x93\x5c\xf8\xcf\x63\x10\xf1\xfd\xbd\x1b\x8e\xd9\x69\xee\x43\x44\xf2\x24\x53\x89\x8b\x8b\xcc\x15\xd6\x26\x03\xc7\x2d\x54\xf7\x8b\xb6\x2e\x57\xc2\xf2\xca\x81\x4c\x5f\x80\x75\x88\x75\xc9\x2d\xd8\xcc\x48\xfa\x80\xa7\x1b\xa1\x07\xd8\xa5\xdd\xf2\xc4\x2e\x86\x3d\x13\xd4\xb7\xee\x5d\x7f\xf4\x1d\x60\x0e\xdc\xf4\xa9\xf5\x95\x11\xdb\xd6\x8b\xb1\x1d\xd2\xdc\x6f\x28\xd9\x3e\xc2\xac\x0d\x0b\x07\x18\x63\x77\x6f\xec\xb8\xf0\x99\xde\x60\x43\xd5\xcc\xca\x3d\xba\x84\xcf\x0f\x76\x0a\x45\xf2\x70\xa7\x46\x38\x64\x3e\xb5\x8e\x96\xd9\xa6\x43\xcd\xce\xaa\xaa\x67\x5d\x4e\xe8\xda\x88\x3a\x45\x2f\xec\x9a\x8c\x26\xab\x0f\xd9\x2f\x23\xd0\x51\xed\x29\xb2\xd2\x67\xa8\x43\x65\xa1\x0f\xea\x8e\xd7\x9f\x46\xf7\xc8\x69\x08\x74\xd9\xed\x25\x61\xe9\x9e\x8b\x04\x6c\x8f\x98\x24\x83\x9a\xdc\xa9\xa2\x40\xf1\x22\xa1\x22\x0e\x27\xa8\x6f\xe2\x36\x51\xe2\x57\x2e\xc1\x9a\xfa\x8d\xd2\x46\x5c\x92\xbc\x23\xa9\x6d\xcc\xd3\x54\x5a\x9a\x01\x2b\x8e\xaf\x98\x0d\x60\xba\xbf\x22\xe2\x6c\x8d\x49\xba\xa0\xb1\xd6\xac\x92\xc2\x4a\xc3\x54\x02\x97\xa3\x04\xd7\xcf\x4c\x03\xcb\x0a\x31\x16\xd2\x0f\x41\x45\x04\x2e\x5d\x5d\xff\x1d\x32\xaf\xa5\x06\x44\xf7\xfc\x0f\xe6\xbf\xff\xfc\xf0\xdf\x00\x00\x00\xff\xff\x4f\xb3\x5d\xfd\xd8\x8a\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xdb\x8d\xdb\x48\xda\xf7\x79\x0a\xe2\xbf\xb1\x04\xd0\x23\x20\x41\x6e\x7c\x27\x58\xf6\x1f\x19\x5a\x5b\xb0\xac\xec\x02\x61\x30\xea\x21\x7b\x66\xb8\xe6\x34\x07\xdd\xa4\xb4\x5a\x60\xdf\x7d\xd1\x55\xd5\x27\xb2\xc9\xe1\x1c\xac\xcd\x7a\x73\x11\xc4\xd0\x90\xec\x73\x75\x9d\xbe\xaf\xcc\x20\x4d\xea\x3a\x4d\xdb\x2b\x4b\x4d\x40\x7f\xb8\x82\x6b\x7b\x89\xa1\xe1\x0e\x59\x25\xa4\x74\x40\xe2\x59\xaa\x75\x0f\xe9\x06\x95\x33\x91\x89\xbf\xeb\xe9\x31\x05\x85\x68\x59\xeb\x25\x1e\x62\x43\xee\x99\x9c\x3d\xe0\x47\xcf\x7e\x3e\x7f\x38\xc7\x72\x6d\xad\x02\x3a\x98\x34\xbc\x42\x2c\x52\xa9\xad\x2a\x48\x7b\x34\x23\x58\xca\x7a\x83\xac\x2d\xb6\x89\xd1\xd2\x03\x64\xe5\x9c\xba\xd0\xb6\xf3\xbc\x5e\x26\x39\x6b\xf2\xf5\x6b\xa3\xcd\xf9\x45\x96\x4a\xe5\xca\xb8\x6b\xcd\x51\xeb\x5a\x71\xb0\x8e\xb6\xc0\xe4\xc6\xd2\x2d\x06\xfb\x45\x0f\x01\xe2\x26\x5f\x82\x5d\xe9\x93\x9a\xe2\xe6\x74\x4c\x87\x4e\xd3\xb3\x8f\x1b\xae\x07\xe7\x2e\x25\x17\xb1\x60\x1b\x5e\x24\x19\x62\xa3\xb3\xff\x33\xcb\x9f\x89\xed\x62\x56\x3d\x2f\x9b\x19\xe0\x0e\x66\x7a\x5a\x66\x00\x88\xde\x71\xd3\xcd\x8b\xbe\xa9\xb4\x63\xba\x07\x8d\xad\xb8\xbe\x63\x67\xc7\xb6\x34\x5d\x69\x41\x17\x8f\x9d\x9f\xbb\x30\x06\x14\x82\xbd\xa0\x2c\x0d\x15\xd1\xd1\x4a\xae\xa7\x58\xb9\xf3\x89\xf5\x0c\x12\xd5\xb0\xa6\xcc\x91\xd8\x48\xb0\xea\x19\x18\x57\xd2\x4c\x14\xa5\x44\xd3\x9a\xe5\xcf\x79\x55\xe6\x54\x10\x27\xd4\x85\xf8\x23\x17\xcd\x5f\x00\x09\x59\x98\xc4\xdb\x6b\xb1\xac\x8f\xd1\x87\x58\x65\xb0\x97\x73\x80\xba\x1c\xe3\x9d\x43\xe5\xc7\x3a\x14\xaf\xaf\xec\x55\x64\xd3\xcb\x61\x2b\x7a\x40\x53\xb0\x93\xa8\x0b\x60\x9d\x20\x31\xf6\xb0\xf7\x50\x6d\x23\xda\xc8\x9e\x5e\x50\xf8\x06\x9a\x31\x96\x75\xc7\xe4\x2c\x78\xc4\x62\x36\x72\xcb\x5c\x1f\x21\x05\x6f\xcf\x2a\xf3\x58\x44\x92\xe2\x90\x08\x4c\xe9\x34\x65\x15\x33\x3f\x55\xd7\xce\xa3\xd7\xb6\x99\x4f\x84\xc3\x6a\x81\x99\xb7\x12\x89\x74\x9c\x83\x89\x72\xe0\x8c\x9b\xd9\xce\x5a\x6c\x37\x05\xa8\x05\x60\xdd\x7a\x29\xe5\x7a\x08\x2f\x11\x3f\xcb\xf7\x03\x8a\xb5\x2d\x85\x17\xfa\x60\xbb\x3b\x87\x98\x7c\xe5\xa1\x65\x4d\x10\xd0\x69\xbc\x23\xb5\x2c\x57\xa5\x60\x4d\x2d\x93\xb3\x5b\x83\x82\x3a\xb7\xc8\x5d\x98\xc5\x78\x37\x3a\xde\xdf\x7d\xa6\x08\x3d\xc7\x71\xd5\x0d\xa2\xdd\xbc\x98\xf7\xd3\xd4\xf7\x65\x8d\xdc\x99\xcd\xa1\x9f\x52\x0d\xdb\x6c\x7d\xd6\x38\xcb\x65\x44\x33\x53\xe1\x24\x24\xa6\x63\xe0\x24\x28\x95\xcb\x87\xcb\x04\xb9\xd6\x70\xdd\x6a\x19\xa1\x43\xee\x8e\x12\xae\xa1\xf9\x81\x20\x00\xaa\x32\xb8\xfb\xed\x51\x01\xf7\xf9\xc6\x78\x1c\x9d\x5a\x11\xdc\xd3\x30\x50\x2e\x72\x90\xfa\x90\xec\xbc\x0e\xf2\xad\x33\xe1\x72\x9d\xdf\x56\x75\x5b\x24\x74\xc6\x29\x94\x21\x67\x49\xc9\x67\x69\xa2\x7e\x7a\x73\x71\x31\x9b\x0d\xcc\xc4\xbe\xf4\x24\xf6\x7c\xc3\x7b\xf1\x1d\x0e\xbf\x45\xb1\x04\x3b\x8e\x56\x50\x5c\x6f\xbe\x9f\x1d\x6b\xc8\x5d\x60\xb7\xf8\x7e\x9e\x30\x53\xb6\xdb\xa4\x2d\x38\x78\x4c\x73\x26\xe5\x76\xbc\xa9\x2d\xd3\xd2\x75\x0e\x2d\xee\xd7\x18\x34\x72\x0b\xaf\x07\x18\xa9\x49\xf6\xfa\x6f\x5f\x6a\x74\xc3\x98\x44\xe9\xdf\xbd\xd2\xa0\x74\x65\xe9\x2b\xe4\xac\x84\xa8\xa8\xe7\xb2\xde\x55\x0b\x91\x06\x74\xc0\xec\x79\x03\x0a\x04\xd3\xa4\x01\xb9\xde\x23\x67\x80\xad\x7b\x69\x73\x45\xf1\x1e\xeb\x48\xf3\x19\xe6\x01\x7b\x77\x1b\x6b\x12\x2c\x12\xfc\x4f\x2e\x6b\x07\x80\x25\xf2\x69\xef\xc3\x23\xa0\x81\xe7\xf9\xe1\x24\x22\xc8\x92\x86\x9c\x21\x3e\x31\x02\xfc\x85\x72\xd1\x51\xe9\x5b\x3c\x1b\xf0\xc0\x30\xff\xec\xfc\x00\x7a\x7e\xdb\x15\x77\x69\xfa\xd2\xd3\xd8\xa5\x56\x14\x9b\x03\x7a\x01\x2a\xa5\x36\x0f\xb4\x3a\xc2\xb6\x94\x81\x40\x65\xcb\xbb\x3e\xb6\x19\x0c\xe2\xb7\xbf\xfd\x3e\x1b\x22\x49\x82\xae\x1f\x5c\x84\xe9\xbd\xa9\x48\x27\x39\x2b\x1c\xc9\xbf\xcf\xe1\xbf\x8b\x00\x69\xe7\x86\x3c\x42\x93\x39\x66\x5d\xfa\xba\x8a\xa5\xca\x70\x5b\xbc\x2c\x7c\x86\x4b\xbb\xc1\x69\x79\x2c\xc7\x7b\xbd\x4c\xc0\xa2\x1a\xd0\x96\x66\xd4\xcf\x48\x0b\x7b\xcc\x5e\x5c\x3e\xbd\x90\x1e\x38\x04\x0b\x9e\xd2\xfd\xe0\xdd\xa3\xb5\xd7\x63\xd0\xc4\xa3\x51\xe2\x2b\x1f\xb4\x0f\x2e\xbe\xbc\xde\x2c\xb4\x06\x89\x64\x3b\xe4\x63\x07\xd1\x74\x69\x90\x65\x16\x16\x63\x44\x0c\x12\xef\x77\x2c\x07\x9b\xa0\xe0\xe3\x5e\xfc\x7d\x16\x0d\xcd\x0e\xdc\x07\xa7\x05\x3e\xc7\x0f\xc7\x65\x77\x04\xc0\x1f\xfc\xc4\x9e\x15\x30\x1c\x70\xbd\x95\x97\xae\xe0\x86\xaf\x5a\x59\xe5\xda\x02\x81\x88\x2e\xa8\x25\xe2\x13\x1a\x4b\x49\x35\x97\x2a\xc3\xe5\xe0\x10\x03\xaf\x54\x7c\x72\xbe\x35\x4a\x3b\x3e\x17\xf0\x7d\x8b\x25\x24\x7a\xcf\x20\xa9\x36\x45\x75\xf0\x47\x97\x0b\xcd\xf3\x5a\x58\xfc\xe1\x49\xac\x8c\x08\x82\x3b\xde\x5d\xf8\xad\xc7\x0b\xba\xcb\xe4\x39\xd2\xf2\xf2\x64\x9b\xac\x73\xe2\x39\x6d\x12\x20\x3e\x42\x67\x82\x6e\x3b\x4d\x36\xac\x14\x74\x0c\x1a\xa9\xcd\xfb\x82\x2f\xda\xd5\x6a\xd0\x20\xa8\xea\xd5\x37\xf5\x75\x1b\xbc\xb3\xf7\xfc\x40\x9e\x75\x35\x86\xe1\xdd\xb1\x43\xbf\x23\xcb\x6f\x14\xf3\x72\x0a\xdb\xed\xda\xb4\x84\xfe\xcc\x65\x59\xf1\x97\x31\xd7\x4e\x64\x7b\x5e\x4f\xb1\x3d\x8d\x43\x1c\x92\xf2\x70\x1c\xd6\x65\xf9\x3f\x64\x94\x22\x50\x61\x5e\x86\xce\xd1\x91\x2e\x1d\x08\xfe\xb1\x70\x45\x38\xac\xc4\x9c\xa3\xb8\x28\x14\xf0\xf8\x9e\x1e\x0d\x04\xb2\xfd\x78\xdc\xce\x0e\x1e\xeb\xbb\x7a\xc3\x13\x68\x4a\x21\x03\x45\x42\x59\x85\x29\x04\xd0\xf4\x00\x1d\x59\x19\x1c\x78\x8a\x10\xe5\x6b\x26\x56\xbc\x70\x0e\xcd\x33\xc1\x9f\x12\x2d\x6b\x53\x3f\xa2\xe0\x2d\x4f\x9a\xf0\x26\x3f\xd7\xba\x4d\x90\x80\x20\x79\x5e\xcb\x02\x20\xe0\x2b\x26\x0b\x48\x7b\xa1\x0d\x5f\xb1\xfc\x2b\x14\xcb\x81\xeb\x08\x5b\xa4\xa8\x87\x41\x49\x63\x24\xce\x7d\xad\x14\x39\xd2\x10\xda\xfa\xb5\xa6\x7f\xf8\xba\x4a\x58\x2e\x6b\x45\xd5\x34\xa9\x46\x0a\x15\xe7\xf0\xea\x13\x40\x8b\x83\x76\x25\x53\xc7\xa1\xbe\x61\x74\x98\x68\x07\x0c\x9c\xdb\x8a\x09\x7f\xd3\x97\x8a\x86\xdc\x48\x06\x7c\x99\x46\x27\xc2\xa6\xf1\xe8\xe7\x6c\x0b\x61\x8a\x72\x28\x03\xd7\x82\xbf\x5e\x14\x32\xea\xd3\xdd\xb9\x63\x87\xba\x9f\x36\x00\x9f\x7d\x88\x4c\x29\x88\xc3\x8a\x15\x9b\x52\xe8\xad\xa1\x6f\x1f\xac\x67\x41\xd2\xad\xc0\xaa\xc8\x15\xc6\x06\x81\xa2\x44\xcb\xb5\xe0\xc6\x54\x89\xe0\x5a\x61\x60\xb2\xac\x9e\x41\x47\xdc\x4a\xfe\xda\x6b\xc7\x3b\xff\x94\x9c\x54\xaa\x4c\x60\xdf\xa1\x1a\xd6\xb2\xad\x50\x93\x84\x48\x81\x1d\x00\x9d\xd3\xfb\xeb\x54\x5f\x22\x0d\x11\x03\x78\x0d\xc3\x9e\x3e\x49\xa2\x47\xdf\xca\x99\xe4\x6d\x71\xd0\x2d\x09\x51\xe8\x75\xfd\x64\xb2\xd1\x9e\x98\x0b\x36\xee\x13\xc4\xb8\x25\xd9\x66\x02\x14\x5e\x68\x12\x2e\xfc\x80\x4c\xfb\x7d\x2d\x09\xbc\x0f\xc2\xe3\x96\x38\xbb\x7f\x29\x1f\x79\x9a\xdc\x6d\x99\xfc\x9a\x26\x57\xcf\x82\x6d\xca\xfc\x43\xbd\x88\xc5\x25\x4e\x6f\x92\x52\x9a\xdf\x3c\xaf\x98\x9a\x18\x73\x8c\x76\xe2\x9a\x3e\xf4\x16\xbe\x13\x5d\x63\xab\xec\xec\xed\x1e\xe9\x4c\xfa\xff\x5b\xfc\x38\x25\x16\x79\x3e\x92\x7e\xc0\x0a\x82\x43\xa4\x5d\x11\x41\xe4\xd0\x26\xc4\x18\xe2\xdc\x84\x98\xa2\x17\xe5\xa9\xb4\xe1\xc1\xa8\xe5\xa0\x6a\xdc\xcb\xb2\x86\x44\x9f\x18\x51\xab\x2b\x77\x03\x34\x7d\x5e\xa4\x0c\x3c\xa3\x36\x51\xf8\x7c\xe6\x1c\x2b\x4c\xeb\xaf\x1c\x66\x15\xef\x89\x05\xcf\x19\xa0\x0f\xcd\x05\x8e\xa5\x37\xb0\x64\xaf\xbd\xe6\x22\xe1\x38\xa5\xef\x0a\xa4\xd1\x3f\x20\xff\xf9\x17\x88\x04\x6e\x26\x1e\xd5\x4c\x7c\xf9\x74\xf5\xe9\xec\x2b\x6b\x64\xbd\x62\xe2\xfc\x4d\xf2\x4e\x0b\x5d\x62\x67\xc5\x4c\xa8\xa5\xe4\x1c\xe2\xcc\x04\x61\x38\x5b\x37\xcd\x56\xbd\xb9\xb8\x58\x95\xcd\xba\x5d\xcc\xf2\x7a\x83\x3e\xf0\x5a\xae\xf0\x1f\x17\xa5\x52\x2d\x57\x17\x3f\xfd\xf8\xf3\x79\xec\x18\xf6\xf0\x0b\x47\x3b\x59\x0e\xf3\x31\x8c\xe1\x7a\xe2\xaa\xe3\x5f\x7b\xb9\xe9\xc9\x90\x23\xf3\xbf\x33\x38\x38\x00\x2d\xf9\xde\xcd\xc4\x1d\x09\x8b\x7f\xc6\xf9\x4e\x6a\x52\x45\x5d\xaf\x26\x8c\x06\xea\x59\xe0\xfd\xfb\x43\xe5\x0e\x44\xb3\x53\x3a\x50\xae\x40\xbd\x9f\xe4\x2f\x3d\x85\x2f\xe2\x96\x41\x8d\x6e\xc3\x7b\x8a\x99\x1f\x4d\x2d\x39\x31\xf1\xa1\x83\x62\x51\xd5\x0b\xa0\x6f\xd3\xbf\x0c\xdd\xe4\x79\x55\xab\xc9\x90\xa1\xfe\x82\xbd\xa5\xd7\x47\xed\xdd\x7a\xb3\x85\xd4\x34\xc9\x15\x60\x14\xfa\x1e\xc0\x5e\x16\xc6\x49\x94\xdf\x7e\x77\xb5\x0e\x76\xd5\x53\x7e\xfb\x8c\x05\x7a\x4b\x43\xe0\xf0\xdd\xc8\x9e\x1e\xba\x97\xdf\xf9\xc9\x5d\x0c\xd8\xe8\x1b\x28\xcf\x84\x2e\x76\x55\x8a\x55\xc5\x3b\xe3\x35\xfc\x98\x99\xb8\xc4\x5f\xfc\x92\x7a\x8e\x07\xc7\xc6\xe6\x88\x0a\xcd\xa6\x89\x61\xb6\x57\x72\x69\xd0\x1b\x80\x12\x60\xe4\x02\xb6\x2a\x08\xa8\xd4\xa9\xa9\xd1\x27\x79\x22\x20\x3f\x29\x13\xaa\x5d\xbc\x76\xb9\xfc\xb5\x04\xe9\x0a\x50\x8f\x2d\x93\xc0\x33\xb9\x2e\xab\xe2\x75\x04\xaf\x85\x76\xb3\x63\xd8\x30\x70\x4f\x56\x55\xb0\xe2\xa8\x28\x61\x2a\xa9\x1d\xbb\xfd\x8e\x36\xbe\x38\xcb\xd7\x36\x8d\x11\xd5\xd4\x8e\x26\x11\xc8\x8b\x40\xa7\xfe\x4f\xc7\x98\x26\x64\xb3\x0d\xd0\x5c\x7d\xff\x72\x22\x98\xb3\x29\x72\xe2\x4b\x68\x8d\x98\x53\xa3\x2d\x6b\x92\x1c\x43\x53\xa5\xe6\x18\x94\x79\x01\xac\x9b\xb3\x9b\xd4\x96\x3d\x09\xca\xa0\xdf\xab\xb6\xf2\x34\xf9\x10\xe7\xcf\xd5\xf2\xa1\x97\x66\xe8\x17\xdf\x44\x33\xb5\x29\x2d\x69\x58\xea\xb1\x23\xb2\xaa\xf2\x69\x2f\x9c\x43\x2d\x13\xce\x8c\x50\xc9\x13\xaf\x2a\xfd\xff\xbc\x2b\xb8\xc9\x4e\x28\x20\x0b\x95\xa7\x26\xdd\x9b\xa0\x92\xe4\xf6\x7a\xbd\x60\x50\x07\x7c\xa8\x9a\x6a\xef\x34\x07\x49\x34\x47\x1c\xe8\x9c\xe5\x6b\x3e\xd7\x5d\x6b\xf7\xc8\x09\xa6\xd2\xa0\x6f\xf5\xcb\x77\xf8\xee\xe8\x65\x86\xfe\x31\xf4\xf4\x61\x5b\x10\x63\x67\x39\x40\xdb\xac\x69\xbd\xeb\x78\xe7\xd8\xec\x3c\x52\x96\x67\x67\x5f\xe3\x2e\x1c\xaf\x4c\x0d\x1c\x66\x93\x70\x9c\x33\x29\x4d\xde\x0c\xb5\x9a\x30\xd9\x94\x4b\x96\x07\x5e\x97\x49\x60\xf7\xe0\x86\xc4\x2f\x2a\x08\x16\xb8\xe2\x93\x46\x94\xb3\xc4\x92\x12\x0e\xaf\x7f\x34\x67\xeb\x14\xd6\xe1\xf5\x89\x8c\xc3\xbd\x27\x85\x25\x01\xde\x30\x3a\x74\xaf\x16\xd9\x11\x63\x3d\x30\x93\x71\x3f\x3a\x1a\xaf\x40\xd8\x74\x09\xd7\x63\x81\xa3\xe2\x58\xe0\xa3\x2f\x08\xb4\xd5\x74\x51\x06\x30\x85\x98\xf1\xf4\xc8\x0b\x87\xc0\xf0\x60\xb8\xfa\x8a\x62\x2b\x9e\x6c\x78\x51\xb6\x5d\xb6\xa3\xf1\xec\xbc\x3f\x05\xcb\x1f\x48\xb0\x0c\xaf\xdb\x37\x13\x08\x27\x73\x17\x4d\x91\x08\xef\x6b\xe9\xb0\x1f\x1f\xc1\xc8\x7f\xe2\x58\xd8\xa2\xa9\x31\xfc\x15\x27\x51\xf6\xb0\xad\xac\x79\xa5\x6c\x5a\x66\xb8\xd3\x4d\xb0\xf1\xa6\x54\xcd\xaf\xac\x6a\x8f\x02\xb4\x42\x9e\xd8\x37\x4b\x65\x30\x5d\xc5\x6e\x7a\x6f\x8c\x7a\x6c\x3f\x87\x0e\x56\x2d\x1c\xd0\xdb\x0f\xc0\x17\x43\x13\xa5\xfb\xbd\x8f\xe2\xf5\x60\xe7\xeb\x01\x2f\xa8\x27\xc9\xb6\x5b\x2e\x8d\xeb\xb4\xe7\xd8\x05\xce\x25\x68\x25\x13\x68\xe8\x7c\xb8\xfb\xf4\xd1\x69\x5c\xce\xff\xd1\xf9\x34\x3c\x06\x53\x37\x8b\xaf\xdc\xc7\xb6\xaa\x06\x57\x6e\x42\x75\x90\xfb\x9b\x9b\xf9\xaf\x97\x37\xf7\xef\x46\xe9\x52\xbc\xc7\x06\xe7\xc4\xf6\x84\xe6\x04\xd5\xcf\x06\x54\xce\x76\xc3\xa5\xc1\xac\xb8\x51\xe3\x2d\xdf\x56\x55\x48\x9b\x93\x89\x07\xfa\x0e\x44\xc0\x5a\x81\xe6\x61\x26\x92\xd1\x89\x0b\xdb\x87\xc7\x1e\xf4\xc7\x1f\x4c\xbd\x79\x37\x88\x37\xc9\x47\xdb\xea\xc0\xbc\x52\xf8\xfd\x88\xe3\x80\xae\xef\x97\x22\x06\x3b\xec\x78\xdc\x0b\x53\xc9\x92\xf8\xbc\x4e\x72\x3a\x70\xee\x1e\x42\xd7\x83\x15\xf7\x05\xde\xcf\xf0\xdd\x14\xe9\x9c\xb0\xc2\xa3\x65\x3c\xca\x04\x55\xf7\x61\x90\xd9\x3c\xd8\xa7\xe4\x5a\x20\x5c\xb3\x62\x62\xd5\xb2\x15\x57\x69\x62\x1a\xcf\xc4\xa6\x5c\xad\x01\xff\x4a\x84\xdc\x18\x92\x62\x89\x60\x4d\xf9\xc8\x3b\x5b\x08\x23\x85\xfc\x1f\x6c\xb3\x85\x64\x1c\x91\x09\x1a\x93\x58\xb9\xcf\x63\x10\xf1\xc3\x9d\x1d\x8e\xde\x69\xf6\x43\xc4\x48\x25\x32\x81\x8b\x8b\x34\x1b\xc6\x26\x03\xc7\x2d\x94\x22\x0c\xb6\x2e\x93\xdc\x90\xe0\x81\x4c\x5f\x81\x75\x88\x45\xd4\x4d\xb2\x99\x96\xf4\x1e\xa9\x38\xa6\x1e\x60\x97\x76\xcb\x13\xb3\x18\xe6\x4c\x50\xdf\xe2\xbb\xfe\xe8\x3b\x40\x1f\xb8\xf9\x63\xe7\x2b\x13\xb6\xad\x13\x63\x3b\xa4\xb9\xdb\x50\xa2\x7b\x84\x93\x6e\x5a\x38\xa4\x31\xc6\x7b\x63\xc6\x85\xcf\x0c\x06\x1b\xea\x76\x51\xed\xd1\x25\x7c\x7e\xb4\x53\x28\x92\xc7\x3b\x35\xc1\x21\xf3\xb9\x73\xb4\xf4\x36\x1d\x6b\x76\x51\xd7\x03\xeb\x72\x42\xd7\x46\xd0\x29\x7a\x61\xd7\x64\xb4\x79\x73\xc8\x7e\x99\x90\x1d\xd5\x9d\x22\x23\x7d\xc6\x3a\x54\x95\xea\xa0\xee\x38\xfd\x69\x72\x8f\xac\x86\x40\x97\xdd\x5e\x12\x96\xee\xb9\x40\xc0\x0e\x88\x49\x32\xa8\xc9\x9d\xca\x4b\x14\x2f\x02\xca\xf7\x30\x4a\xf5\x4d\xed\x26\x4a\xdd\xca\xa5\xd0\xc9\xbc\x95\x4a\x8b\x4b\x92\x77\x24\xb5\xb5\x79\x9a\x09\xc3\x89\x60\xc4\xf1\x65\x62\x02\x98\xf6\xaf\x98\x71\xb6\x45\x44\x31\x68\xac\x4d\x52\x0b\x6e\xa4\x61\x26\x80\x78\x52\x80\xeb\x67\xa1\x80\x12\x86\xe8\x15\xe9\x07\xaf\x7c\x03\x13\x58\xeb\x67\xb7\xcc\xeb\xa8\x01\xc1\x3d\xff\x83\xfe\xef\x5f\x3f\xfc\x3b\x00\x00\xff\xff\xab\xdd\x6b\x03\x85\x8b\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 232152, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 232325, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index 79f16c126..2598eea16 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -11616,18 +11616,36 @@ public interface ManagedResourceInfoOrBuilder extends * Unique resource ID used to identify this execution when allocating a token. *
* - * string token = 1; + * string allocation_token = 1; */ - java.lang.String getToken(); + java.lang.String getAllocationToken(); /** *
      * Unique resource ID used to identify this execution when allocating a token.
      * 
* - * string token = 1; + * string allocation_token = 1; */ com.google.protobuf.ByteString - getTokenBytes(); + getAllocationTokenBytes(); + + /** + *
+     * Namespace under which this task execution requested an allocation token.
+     * 
+ * + * string namespace = 2; + */ + java.lang.String getNamespace(); + /** + *
+     * Namespace under which this task execution requested an allocation token.
+     * 
+ * + * string namespace = 2; + */ + com.google.protobuf.ByteString + getNamespaceBytes(); } /** *
@@ -11647,7 +11665,8 @@ private ManagedResourceInfo(com.google.protobuf.GeneratedMessageV3.Builder bu
       super(builder);
     }
     private ManagedResourceInfo() {
-      token_ = "";
+      allocationToken_ = "";
+      namespace_ = "";
     }
 
     @java.lang.Override
@@ -11677,7 +11696,13 @@ private ManagedResourceInfo(
             case 10: {
               java.lang.String s = input.readStringRequireUtf8();
 
-              token_ = s;
+              allocationToken_ = s;
+              break;
+            }
+            case 18: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              namespace_ = s;
               break;
             }
             default: {
@@ -11712,24 +11737,24 @@ private ManagedResourceInfo(
               flyteidl.event.Event.ManagedResourceInfo.class, flyteidl.event.Event.ManagedResourceInfo.Builder.class);
     }
 
-    public static final int TOKEN_FIELD_NUMBER = 1;
-    private volatile java.lang.Object token_;
+    public static final int ALLOCATION_TOKEN_FIELD_NUMBER = 1;
+    private volatile java.lang.Object allocationToken_;
     /**
      * 
      * Unique resource ID used to identify this execution when allocating a token.
      * 
* - * string token = 1; + * string allocation_token = 1; */ - public java.lang.String getToken() { - java.lang.Object ref = token_; + public java.lang.String getAllocationToken() { + java.lang.Object ref = allocationToken_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - token_ = s; + allocationToken_ = s; return s; } } @@ -11738,16 +11763,58 @@ public java.lang.String getToken() { * Unique resource ID used to identify this execution when allocating a token. *
* - * string token = 1; + * string allocation_token = 1; */ public com.google.protobuf.ByteString - getTokenBytes() { - java.lang.Object ref = token_; + getAllocationTokenBytes() { + java.lang.Object ref = allocationToken_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - token_ = b; + allocationToken_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int NAMESPACE_FIELD_NUMBER = 2; + private volatile java.lang.Object namespace_; + /** + *
+     * Namespace under which this task execution requested an allocation token.
+     * 
+ * + * string namespace = 2; + */ + public java.lang.String getNamespace() { + java.lang.Object ref = namespace_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + namespace_ = s; + return s; + } + } + /** + *
+     * Namespace under which this task execution requested an allocation token.
+     * 
+ * + * string namespace = 2; + */ + public com.google.protobuf.ByteString + getNamespaceBytes() { + java.lang.Object ref = namespace_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + namespace_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -11768,8 +11835,11 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getTokenBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, token_); + if (!getAllocationTokenBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, allocationToken_); + } + if (!getNamespaceBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, namespace_); } unknownFields.writeTo(output); } @@ -11780,8 +11850,11 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getTokenBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, token_); + if (!getAllocationTokenBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, allocationToken_); + } + if (!getNamespaceBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, namespace_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -11798,8 +11871,10 @@ public boolean equals(final java.lang.Object obj) { } flyteidl.event.Event.ManagedResourceInfo other = (flyteidl.event.Event.ManagedResourceInfo) obj; - if (!getToken() - .equals(other.getToken())) return false; + if (!getAllocationToken() + .equals(other.getAllocationToken())) return false; + if (!getNamespace() + .equals(other.getNamespace())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -11811,8 +11886,10 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - hash = (37 * hash) + TOKEN_FIELD_NUMBER; - hash = (53 * hash) + getToken().hashCode(); + hash = (37 * hash) + ALLOCATION_TOKEN_FIELD_NUMBER; + hash = (53 * hash) + getAllocationToken().hashCode(); + hash = (37 * hash) + NAMESPACE_FIELD_NUMBER; + hash = (53 * hash) + getNamespace().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -11951,7 +12028,9 @@ private void maybeForceBuilderInitialization() { @java.lang.Override public Builder clear() { super.clear(); - token_ = ""; + allocationToken_ = ""; + + namespace_ = ""; return this; } @@ -11979,7 +12058,8 @@ public flyteidl.event.Event.ManagedResourceInfo build() { @java.lang.Override public flyteidl.event.Event.ManagedResourceInfo buildPartial() { flyteidl.event.Event.ManagedResourceInfo result = new flyteidl.event.Event.ManagedResourceInfo(this); - result.token_ = token_; + result.allocationToken_ = allocationToken_; + result.namespace_ = namespace_; onBuilt(); return result; } @@ -12028,8 +12108,12 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(flyteidl.event.Event.ManagedResourceInfo other) { if (other == flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance()) return this; - if (!other.getToken().isEmpty()) { - token_ = other.token_; + if (!other.getAllocationToken().isEmpty()) { + allocationToken_ = other.allocationToken_; + onChanged(); + } + if (!other.getNamespace().isEmpty()) { + namespace_ = other.namespace_; onChanged(); } this.mergeUnknownFields(other.unknownFields); @@ -12061,21 +12145,21 @@ public Builder mergeFrom( return this; } - private java.lang.Object token_ = ""; + private java.lang.Object allocationToken_ = ""; /** *
        * Unique resource ID used to identify this execution when allocating a token.
        * 
* - * string token = 1; + * string allocation_token = 1; */ - public java.lang.String getToken() { - java.lang.Object ref = token_; + public java.lang.String getAllocationToken() { + java.lang.Object ref = allocationToken_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - token_ = s; + allocationToken_ = s; return s; } else { return (java.lang.String) ref; @@ -12086,16 +12170,16 @@ public java.lang.String getToken() { * Unique resource ID used to identify this execution when allocating a token. * * - * string token = 1; + * string allocation_token = 1; */ public com.google.protobuf.ByteString - getTokenBytes() { - java.lang.Object ref = token_; + getAllocationTokenBytes() { + java.lang.Object ref = allocationToken_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - token_ = b; + allocationToken_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -12106,15 +12190,15 @@ public java.lang.String getToken() { * Unique resource ID used to identify this execution when allocating a token. * * - * string token = 1; + * string allocation_token = 1; */ - public Builder setToken( + public Builder setAllocationToken( java.lang.String value) { if (value == null) { throw new NullPointerException(); } - token_ = value; + allocationToken_ = value; onChanged(); return this; } @@ -12123,11 +12207,11 @@ public Builder setToken( * Unique resource ID used to identify this execution when allocating a token. * * - * string token = 1; + * string allocation_token = 1; */ - public Builder clearToken() { + public Builder clearAllocationToken() { - token_ = getDefaultInstance().getToken(); + allocationToken_ = getDefaultInstance().getAllocationToken(); onChanged(); return this; } @@ -12136,16 +12220,105 @@ public Builder clearToken() { * Unique resource ID used to identify this execution when allocating a token. * * - * string token = 1; + * string allocation_token = 1; + */ + public Builder setAllocationTokenBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + allocationToken_ = value; + onChanged(); + return this; + } + + private java.lang.Object namespace_ = ""; + /** + *
+       * Namespace under which this task execution requested an allocation token.
+       * 
+ * + * string namespace = 2; + */ + public java.lang.String getNamespace() { + java.lang.Object ref = namespace_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + namespace_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Namespace under which this task execution requested an allocation token.
+       * 
+ * + * string namespace = 2; + */ + public com.google.protobuf.ByteString + getNamespaceBytes() { + java.lang.Object ref = namespace_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + namespace_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Namespace under which this task execution requested an allocation token.
+       * 
+ * + * string namespace = 2; + */ + public Builder setNamespace( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + namespace_ = value; + onChanged(); + return this; + } + /** + *
+       * Namespace under which this task execution requested an allocation token.
+       * 
+ * + * string namespace = 2; + */ + public Builder clearNamespace() { + + namespace_ = getDefaultInstance().getNamespace(); + onChanged(); + return this; + } + /** + *
+       * Namespace under which this task execution requested an allocation token.
+       * 
+ * + * string namespace = 2; */ - public Builder setTokenBytes( + public Builder setNamespaceBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); - token_ = value; + namespace_ = value; onChanged(); return this; } @@ -13627,16 +13800,17 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { ".google.protobuf.Struct\022\025\n\rphase_version" + "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(" + "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" + - "kExecutionMetadataB\017\n\routput_result\"$\n\023M" + - "anagedResourceInfo\022\r\n\005token\030\001 \001(\t\"\361\001\n\025Ta" + - "skExecutionMetadata\022K\n\016instance_class\030\020 " + - "\001(\01623.flyteidl.event.TaskExecutionMetada" + - "ta.InstanceClass\022\026\n\016generated_name\030\001 \001(\t" + - "\022B\n\025managed_resource_info\030\002 \003(\0132#.flytei" + - "dl.event.ManagedResourceInfo\"/\n\rInstance" + - "Class\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z" + - "5github.com/flyteorg/flyteidl/gen/pb-go/" + - "flyteidl/eventb\006proto3" + "kExecutionMetadataB\017\n\routput_result\"B\n\023M" + + "anagedResourceInfo\022\030\n\020allocation_token\030\001" + + " \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\361\001\n\025TaskExecutio" + + "nMetadata\022K\n\016instance_class\030\020 \001(\01623.flyt" + + "eidl.event.TaskExecutionMetadata.Instanc" + + "eClass\022\026\n\016generated_name\030\001 \001(\t\022B\n\025manage" + + "d_resource_info\030\002 \003(\0132#.flyteidl.event.M" + + "anagedResourceInfo\"/\n\rInstanceClass\022\013\n\007D" + + "EFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github.co" + + "m/flyteorg/flyteidl/gen/pb-go/flyteidl/e" + + "ventb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -13702,7 +13876,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_event_ManagedResourceInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_ManagedResourceInfo_descriptor, - new java.lang.String[] { "Token", }); + new java.lang.String[] { "AllocationToken", "Namespace", }); internal_static_flyteidl_event_TaskExecutionMetadata_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable = new diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index a3003a43d..b4328b203 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5724,8 +5724,11 @@ export namespace flyteidl { /** Properties of a ManagedResourceInfo. */ interface IManagedResourceInfo { - /** ManagedResourceInfo token */ - token?: (string|null); + /** ManagedResourceInfo allocationToken */ + allocationToken?: (string|null); + + /** ManagedResourceInfo namespace */ + namespace?: (string|null); } /** Represents a ManagedResourceInfo. */ @@ -5737,8 +5740,11 @@ export namespace flyteidl { */ constructor(properties?: flyteidl.event.IManagedResourceInfo); - /** ManagedResourceInfo token. */ - public token: string; + /** ManagedResourceInfo allocationToken. */ + public allocationToken: string; + + /** ManagedResourceInfo namespace. */ + public namespace: string; /** * Creates a new ManagedResourceInfo instance using the specified properties. diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index 47dfdfb56..35ba99580 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -13871,7 +13871,8 @@ export const flyteidl = $root.flyteidl = (() => { * Properties of a ManagedResourceInfo. * @memberof flyteidl.event * @interface IManagedResourceInfo - * @property {string|null} [token] ManagedResourceInfo token + * @property {string|null} [allocationToken] ManagedResourceInfo allocationToken + * @property {string|null} [namespace] ManagedResourceInfo namespace */ /** @@ -13890,12 +13891,20 @@ export const flyteidl = $root.flyteidl = (() => { } /** - * ManagedResourceInfo token. - * @member {string} token + * ManagedResourceInfo allocationToken. + * @member {string} allocationToken * @memberof flyteidl.event.ManagedResourceInfo * @instance */ - ManagedResourceInfo.prototype.token = ""; + ManagedResourceInfo.prototype.allocationToken = ""; + + /** + * ManagedResourceInfo namespace. + * @member {string} namespace + * @memberof flyteidl.event.ManagedResourceInfo + * @instance + */ + ManagedResourceInfo.prototype.namespace = ""; /** * Creates a new ManagedResourceInfo instance using the specified properties. @@ -13921,8 +13930,10 @@ export const flyteidl = $root.flyteidl = (() => { ManagedResourceInfo.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - if (message.token != null && message.hasOwnProperty("token")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.token); + if (message.allocationToken != null && message.hasOwnProperty("allocationToken")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.allocationToken); + if (message.namespace != null && message.hasOwnProperty("namespace")) + writer.uint32(/* id 2, wireType 2 =*/18).string(message.namespace); return writer; }; @@ -13945,7 +13956,10 @@ export const flyteidl = $root.flyteidl = (() => { let tag = reader.uint32(); switch (tag >>> 3) { case 1: - message.token = reader.string(); + message.allocationToken = reader.string(); + break; + case 2: + message.namespace = reader.string(); break; default: reader.skipType(tag & 7); @@ -13966,9 +13980,12 @@ export const flyteidl = $root.flyteidl = (() => { ManagedResourceInfo.verify = function verify(message) { if (typeof message !== "object" || message === null) return "object expected"; - if (message.token != null && message.hasOwnProperty("token")) - if (!$util.isString(message.token)) - return "token: string expected"; + if (message.allocationToken != null && message.hasOwnProperty("allocationToken")) + if (!$util.isString(message.allocationToken)) + return "allocationToken: string expected"; + if (message.namespace != null && message.hasOwnProperty("namespace")) + if (!$util.isString(message.namespace)) + return "namespace: string expected"; return null; }; diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index 6ee328d8a..464039bb2 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -439,15 +439,22 @@ executions for a project namespace. .. code-block:: json { - "token": "..." + "allocation_token": "...", + "namespace": "..." } -.. _api_field_flyteidl.event.ManagedResourceInfo.token: +.. _api_field_flyteidl.event.ManagedResourceInfo.allocation_token: -token +allocation_token (`string `_) Unique resource ID used to identify this execution when allocating a token. +.. _api_field_flyteidl.event.ManagedResourceInfo.namespace: + +namespace + (`string `_) Namespace under which this task execution requested an allocation token. + + .. _api_msg_flyteidl.event.TaskExecutionMetadata: @@ -455,7 +462,7 @@ token flyteidl.event.TaskExecutionMetadata ------------------------------------ -`[flyteidl.event.TaskExecutionMetadata proto] `_ +`[flyteidl.event.TaskExecutionMetadata proto] `_ Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). @@ -492,7 +499,7 @@ managed_resource_info Enum flyteidl.event.TaskExecutionMetadata.InstanceClass ------------------------------------------------------- -`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ +`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ Includes the broad cateogry of machine used for this specific task execution. diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py index b6cc4df27..4892415b3 100644 --- a/gen/pb_python/flyteidl/event/event_pb2.py +++ b/gen/pb_python/flyteidl/event/event_pb2.py @@ -25,7 +25,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"$\n\x13ManagedResourceInfo\x12\r\n\x05token\x18\x01 \x01(\t\"\xf1\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x42\n\x15managed_resource_info\x18\x02 \x03(\x0b\x32#.flyteidl.event.ManagedResourceInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"B\n\x13ManagedResourceInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xf1\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x42\n\x15managed_resource_info\x18\x02 \x03(\x0b\x32#.flyteidl.event.ManagedResourceInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -48,8 +48,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=2350, - serialized_end=2397, + serialized_start=2380, + serialized_end=2427, ) _sym_db.RegisterEnumDescriptor(_TASKEXECUTIONMETADATA_INSTANCECLASS) @@ -522,12 +522,19 @@ containing_type=None, fields=[ _descriptor.FieldDescriptor( - name='token', full_name='flyteidl.event.ManagedResourceInfo.token', index=0, + name='allocation_token', full_name='flyteidl.event.ManagedResourceInfo.allocation_token', index=0, number=1, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='namespace', full_name='flyteidl.event.ManagedResourceInfo.namespace', index=1, + number=2, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -541,7 +548,7 @@ oneofs=[ ], serialized_start=2117, - serialized_end=2153, + serialized_end=2183, ) @@ -586,8 +593,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2156, - serialized_end=2397, + serialized_start=2186, + serialized_end=2427, ) _WORKFLOWEXECUTIONEVENT.fields_by_name['execution_id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py index ff1a5a38a..12933f471 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py @@ -31,44 +31,72 @@ class EventManagedResourceInfo(object): and the value is json key in definition. """ swagger_types = { - 'token': 'str' + 'allocation_token': 'str', + 'namespace': 'str' } attribute_map = { - 'token': 'token' + 'allocation_token': 'allocation_token', + 'namespace': 'namespace' } - def __init__(self, token=None): # noqa: E501 + def __init__(self, allocation_token=None, namespace=None): # noqa: E501 """EventManagedResourceInfo - a model defined in Swagger""" # noqa: E501 - self._token = None + self._allocation_token = None + self._namespace = None self.discriminator = None - if token is not None: - self.token = token + if allocation_token is not None: + self.allocation_token = allocation_token + if namespace is not None: + self.namespace = namespace @property - def token(self): - """Gets the token of this EventManagedResourceInfo. # noqa: E501 + def allocation_token(self): + """Gets the allocation_token of this EventManagedResourceInfo. # noqa: E501 Unique resource ID used to identify this execution when allocating a token. # noqa: E501 - :return: The token of this EventManagedResourceInfo. # noqa: E501 + :return: The allocation_token of this EventManagedResourceInfo. # noqa: E501 :rtype: str """ - return self._token + return self._allocation_token - @token.setter - def token(self, token): - """Sets the token of this EventManagedResourceInfo. + @allocation_token.setter + def allocation_token(self, allocation_token): + """Sets the allocation_token of this EventManagedResourceInfo. Unique resource ID used to identify this execution when allocating a token. # noqa: E501 - :param token: The token of this EventManagedResourceInfo. # noqa: E501 + :param allocation_token: The allocation_token of this EventManagedResourceInfo. # noqa: E501 :type: str """ - self._token = token + self._allocation_token = allocation_token + + @property + def namespace(self): + """Gets the namespace of this EventManagedResourceInfo. # noqa: E501 + + Namespace under which this task execution requested an allocation token. # noqa: E501 + + :return: The namespace of this EventManagedResourceInfo. # noqa: E501 + :rtype: str + """ + return self._namespace + + @namespace.setter + def namespace(self, namespace): + """Sets the namespace of this EventManagedResourceInfo. + + Namespace under which this task execution requested an allocation token. # noqa: E501 + + :param namespace: The namespace of this EventManagedResourceInfo. # noqa: E501 + :type: str + """ + + self._namespace = namespace def to_dict(self): """Returns the model properties as a dict""" diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index 1b3bdbdcc..d7b4e9360 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -169,7 +169,10 @@ message TaskExecutionEvent { // executions for a project namespace. message ManagedResourceInfo { // Unique resource ID used to identify this execution when allocating a token. - string token = 1; + string allocation_token = 1; + + // Namespace under which this task execution requested an allocation token. + string namespace = 2; } // Holds metadata around how a task was executed. From 90d40d52aaaded38d33aedac5cb8249b6d46655f Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 16 Mar 2021 16:24:06 -0700 Subject: [PATCH 06/13] comment Signed-off-by: Katrina Rogan --- gen/pb-cpp/flyteidl/event/event.pb.cc | 78 +++++----- gen/pb-cpp/flyteidl/event/event.pb.h | 80 +++++----- gen/pb-go/flyteidl/event/event.pb.go | 144 +++++++++--------- gen/pb-go/flyteidl/event/event.pb.validate.go | 2 +- gen/pb-go/flyteidl/service/admin.swagger.json | 4 +- .../service/flyteadmin/api/swagger.yaml | 15 +- .../model_event_task_execution_metadata.go | 4 +- gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/event/Event.java | 126 +++++++-------- gen/pb-js/flyteidl.d.ts | 8 +- gen/pb-js/flyteidl.js | 20 +-- .../flyteidl/event/event.proto.rst | 8 +- gen/pb_python/flyteidl/event/event_pb2.py | 10 +- .../models/event_task_execution_metadata.py | 34 ++--- protos/flyteidl/event/event.proto | 4 +- 15 files changed, 271 insertions(+), 270 deletions(-) diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc index 0ea1167d9..19e3dc46f 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -335,7 +335,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, instance_class_), - PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, generated_name_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, resource_name_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, managed_resource_info_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { @@ -423,20 +423,20 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" "kExecutionMetadataB\017\n\routput_result\"B\n\023M" "anagedResourceInfo\022\030\n\020allocation_token\030\001" - " \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\361\001\n\025TaskExecutio" + " \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\360\001\n\025TaskExecutio" "nMetadata\022K\n\016instance_class\030\020 \001(\01623.flyt" "eidl.event.TaskExecutionMetadata.Instanc" - "eClass\022\026\n\016generated_name\030\001 \001(\t\022B\n\025manage" - "d_resource_info\030\002 \003(\0132#.flyteidl.event.M" - "anagedResourceInfo\"/\n\rInstanceClass\022\013\n\007D" - "EFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github.co" - "m/flyteorg/flyteidl/gen/pb-go/flyteidl/e" - "ventb\006proto3" + "eClass\022\025\n\rresource_name\030\001 \001(\t\022B\n\025managed" + "_resource_info\030\002 \003(\0132#.flyteidl.event.Ma" + "nagedResourceInfo\"/\n\rInstanceClass\022\013\n\007DE" + "FAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github.com" + "/flyteorg/flyteidl/gen/pb-go/flyteidl/ev" + "entb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fevent_2fevent_2eproto = { false, InitDefaults_flyteidl_2fevent_2fevent_2eproto, descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto, - "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2492, + "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2491, }; void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() { @@ -5324,7 +5324,7 @@ class TaskExecutionMetadata::HasBitSetters { #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int TaskExecutionMetadata::kInstanceClassFieldNumber; -const int TaskExecutionMetadata::kGeneratedNameFieldNumber; +const int TaskExecutionMetadata::kResourceNameFieldNumber; const int TaskExecutionMetadata::kManagedResourceInfoFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 @@ -5338,9 +5338,9 @@ TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from) _internal_metadata_(nullptr), managed_resource_info_(from.managed_resource_info_) { _internal_metadata_.MergeFrom(from._internal_metadata_); - generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.generated_name().size() > 0) { - generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_); + resource_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.resource_name().size() > 0) { + resource_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.resource_name_); } instance_class_ = from.instance_class_; // @@protoc_insertion_point(copy_constructor:flyteidl.event.TaskExecutionMetadata) @@ -5349,7 +5349,7 @@ TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from) void TaskExecutionMetadata::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); - generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + resource_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); instance_class_ = 0; } @@ -5359,7 +5359,7 @@ TaskExecutionMetadata::~TaskExecutionMetadata() { } void TaskExecutionMetadata::SharedDtor() { - generated_name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + resource_name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void TaskExecutionMetadata::SetCachedSize(int size) const { @@ -5378,7 +5378,7 @@ void TaskExecutionMetadata::Clear() { (void) cached_has_bits; managed_resource_info_.Clear(); - generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + resource_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); instance_class_ = 0; _internal_metadata_.Clear(); } @@ -5396,13 +5396,13 @@ const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char* ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // string generated_name = 1; + // string resource_name = 1; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionMetadata.generated_name"); - object = msg->mutable_generated_name(); + ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionMetadata.resource_name"); + object = msg->mutable_resource_name(); if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; goto string_till_end; @@ -5470,15 +5470,15 @@ bool TaskExecutionMetadata::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // string generated_name = 1; + // string resource_name = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_generated_name())); + input, this->mutable_resource_name())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->generated_name().data(), static_cast(this->generated_name().length()), + this->resource_name().data(), static_cast(this->resource_name().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.event.TaskExecutionMetadata.generated_name")); + "flyteidl.event.TaskExecutionMetadata.resource_name")); } else { goto handle_unusual; } @@ -5537,14 +5537,14 @@ void TaskExecutionMetadata::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // string generated_name = 1; - if (this->generated_name().size() > 0) { + // string resource_name = 1; + if (this->resource_name().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->generated_name().data(), static_cast(this->generated_name().length()), + this->resource_name().data(), static_cast(this->resource_name().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.TaskExecutionMetadata.generated_name"); + "flyteidl.event.TaskExecutionMetadata.resource_name"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 1, this->generated_name(), output); + 1, this->resource_name(), output); } // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; @@ -5575,15 +5575,15 @@ ::google::protobuf::uint8* TaskExecutionMetadata::InternalSerializeWithCachedSiz ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // string generated_name = 1; - if (this->generated_name().size() > 0) { + // string resource_name = 1; + if (this->resource_name().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->generated_name().data(), static_cast(this->generated_name().length()), + this->resource_name().data(), static_cast(this->resource_name().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.TaskExecutionMetadata.generated_name"); + "flyteidl.event.TaskExecutionMetadata.resource_name"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 1, this->generated_name(), target); + 1, this->resource_name(), target); } // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; @@ -5632,11 +5632,11 @@ size_t TaskExecutionMetadata::ByteSizeLong() const { } } - // string generated_name = 1; - if (this->generated_name().size() > 0) { + // string resource_name = 1; + if (this->resource_name().size() > 0) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( - this->generated_name()); + this->resource_name()); } // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; @@ -5673,9 +5673,9 @@ void TaskExecutionMetadata::MergeFrom(const TaskExecutionMetadata& from) { (void) cached_has_bits; managed_resource_info_.MergeFrom(from.managed_resource_info_); - if (from.generated_name().size() > 0) { + if (from.resource_name().size() > 0) { - generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_); + resource_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.resource_name_); } if (from.instance_class() != 0) { set_instance_class(from.instance_class()); @@ -5708,7 +5708,7 @@ void TaskExecutionMetadata::InternalSwap(TaskExecutionMetadata* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); CastToBase(&managed_resource_info_)->InternalSwap(CastToBase(&other->managed_resource_info_)); - generated_name_.Swap(&other->generated_name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + resource_name_.Swap(&other->resource_name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); swap(instance_class_, other->instance_class_); } diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h index 6abbccd2f..35d46dcb5 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/gen/pb-cpp/flyteidl/event/event.pb.h @@ -1661,19 +1661,19 @@ class TaskExecutionMetadata final : const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo >& managed_resource_info() const; - // string generated_name = 1; - void clear_generated_name(); - static const int kGeneratedNameFieldNumber = 1; - const ::std::string& generated_name() const; - void set_generated_name(const ::std::string& value); + // string resource_name = 1; + void clear_resource_name(); + static const int kResourceNameFieldNumber = 1; + const ::std::string& resource_name() const; + void set_resource_name(const ::std::string& value); #if LANG_CXX11 - void set_generated_name(::std::string&& value); + void set_resource_name(::std::string&& value); #endif - void set_generated_name(const char* value); - void set_generated_name(const char* value, size_t size); - ::std::string* mutable_generated_name(); - ::std::string* release_generated_name(); - void set_allocated_generated_name(::std::string* generated_name); + void set_resource_name(const char* value); + void set_resource_name(const char* value, size_t size); + ::std::string* mutable_resource_name(); + ::std::string* release_resource_name(); + void set_allocated_resource_name(::std::string* resource_name); // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; void clear_instance_class(); @@ -1687,7 +1687,7 @@ class TaskExecutionMetadata final : ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo > managed_resource_info_; - ::google::protobuf::internal::ArenaStringPtr generated_name_; + ::google::protobuf::internal::ArenaStringPtr resource_name_; int instance_class_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; @@ -3700,57 +3700,57 @@ inline void TaskExecutionMetadata::set_instance_class(::flyteidl::event::TaskExe // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.instance_class) } -// string generated_name = 1; -inline void TaskExecutionMetadata::clear_generated_name() { - generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +// string resource_name = 1; +inline void TaskExecutionMetadata::clear_resource_name() { + resource_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& TaskExecutionMetadata::generated_name() const { - // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.generated_name) - return generated_name_.GetNoArena(); +inline const ::std::string& TaskExecutionMetadata::resource_name() const { + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.resource_name) + return resource_name_.GetNoArena(); } -inline void TaskExecutionMetadata::set_generated_name(const ::std::string& value) { +inline void TaskExecutionMetadata::set_resource_name(const ::std::string& value) { - generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.generated_name) + resource_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.resource_name) } #if LANG_CXX11 -inline void TaskExecutionMetadata::set_generated_name(::std::string&& value) { +inline void TaskExecutionMetadata::set_resource_name(::std::string&& value) { - generated_name_.SetNoArena( + resource_name_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.TaskExecutionMetadata.generated_name) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.TaskExecutionMetadata.resource_name) } #endif -inline void TaskExecutionMetadata::set_generated_name(const char* value) { +inline void TaskExecutionMetadata::set_resource_name(const char* value) { GOOGLE_DCHECK(value != nullptr); - generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.event.TaskExecutionMetadata.generated_name) + resource_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.TaskExecutionMetadata.resource_name) } -inline void TaskExecutionMetadata::set_generated_name(const char* value, size_t size) { +inline void TaskExecutionMetadata::set_resource_name(const char* value, size_t size) { - generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + resource_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.event.TaskExecutionMetadata.generated_name) + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.TaskExecutionMetadata.resource_name) } -inline ::std::string* TaskExecutionMetadata::mutable_generated_name() { +inline ::std::string* TaskExecutionMetadata::mutable_resource_name() { - // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.generated_name) - return generated_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.resource_name) + return resource_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* TaskExecutionMetadata::release_generated_name() { - // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionMetadata.generated_name) +inline ::std::string* TaskExecutionMetadata::release_resource_name() { + // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionMetadata.resource_name) - return generated_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + return resource_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void TaskExecutionMetadata::set_allocated_generated_name(::std::string* generated_name) { - if (generated_name != nullptr) { +inline void TaskExecutionMetadata::set_allocated_resource_name(::std::string* resource_name) { + if (resource_name != nullptr) { } else { } - generated_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), generated_name); - // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.generated_name) + resource_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), resource_name); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.resource_name) } // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index 3f871984c..67f040ec0 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -813,8 +813,8 @@ func (m *ManagedResourceInfo) GetNamespace() string { // TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). type TaskExecutionMetadata struct { InstanceClass TaskExecutionMetadata_InstanceClass `protobuf:"varint,16,opt,name=instance_class,json=instanceClass,proto3,enum=flyteidl.event.TaskExecutionMetadata_InstanceClass" json:"instance_class,omitempty"` - // Generated unique name for this task execution used by the backend. - GeneratedName string `protobuf:"bytes,1,opt,name=generated_name,json=generatedName,proto3" json:"generated_name,omitempty"` + // Unique name for this task execution used by the backend, may be generated. + ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` // Includes information about resource token allocation (if applicable). // This is a repeated field because a plugin can request multiple resource allocations during execution. ManagedResourceInfo []*ManagedResourceInfo `protobuf:"bytes,2,rep,name=managed_resource_info,json=managedResourceInfo,proto3" json:"managed_resource_info,omitempty"` @@ -855,9 +855,9 @@ func (m *TaskExecutionMetadata) GetInstanceClass() TaskExecutionMetadata_Instanc return TaskExecutionMetadata_DEFAULT } -func (m *TaskExecutionMetadata) GetGeneratedName() string { +func (m *TaskExecutionMetadata) GetResourceName() string { if m != nil { - return m.GeneratedName + return m.ResourceName } return "" } @@ -885,73 +885,73 @@ func init() { func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 1082 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0xe1, 0x6e, 0xdb, 0x36, - 0x17, 0x8d, 0xdd, 0xc4, 0x89, 0xaf, 0x6c, 0xc7, 0x65, 0x93, 0x54, 0x5f, 0xd2, 0x36, 0xfe, 0xdc, - 0x75, 0xc8, 0x3a, 0x4c, 0x06, 0x5c, 0xb4, 0x2b, 0xb0, 0x01, 0x43, 0x92, 0x66, 0x8b, 0xb1, 0x24, - 0x08, 0x54, 0x67, 0x05, 0x8a, 0x6d, 0x02, 0x23, 0x5d, 0x2b, 0x42, 0x6c, 0x51, 0xa0, 0xa8, 0x66, - 0x7e, 0x94, 0xfd, 0xdf, 0xdb, 0xec, 0x55, 0x06, 0xec, 0x15, 0x06, 0x92, 0xb2, 0x1c, 0xc9, 0x86, - 0xd7, 0x0c, 0xfd, 0x63, 0x40, 0x87, 0x97, 0x87, 0xe7, 0x1e, 0x5e, 0x1d, 0x0b, 0xb6, 0x07, 0xc3, - 0xb1, 0xc0, 0xc0, 0x1b, 0x76, 0xf0, 0x03, 0x86, 0x42, 0xff, 0x5a, 0x11, 0x67, 0x82, 0x91, 0xc6, - 0x64, 0xcd, 0x52, 0xe8, 0xf6, 0xe3, 0xac, 0xd6, 0x65, 0x1c, 0x3b, 0xf8, 0x1b, 0xba, 0x89, 0x08, - 0x58, 0xa8, 0xcb, 0xb7, 0x9f, 0xe4, 0x97, 0x03, 0x0f, 0x43, 0x11, 0x0c, 0x02, 0xe4, 0xe9, 0xfa, - 0x4e, 0x7e, 0xdd, 0xa5, 0x82, 0x0e, 0x99, 0x9f, 0x2e, 0xee, 0xfa, 0x8c, 0xf9, 0x43, 0xec, 0xa8, - 0xa7, 0xcb, 0x64, 0xd0, 0x11, 0xc1, 0x08, 0x63, 0x41, 0x47, 0x51, 0x5a, 0xf0, 0xa8, 0x58, 0x10, - 0x0b, 0x9e, 0xb8, 0xa9, 0xd4, 0xf6, 0x5f, 0x65, 0xd8, 0x7a, 0xc7, 0xf8, 0xf5, 0x60, 0xc8, 0x6e, - 0x8e, 0x26, 0xba, 0x8e, 0xa4, 0x6a, 0x72, 0x0a, 0xb5, 0x4c, 0xa9, 0x13, 0x78, 0x66, 0xa9, 0x55, - 0xda, 0x33, 0xba, 0xcf, 0xad, 0xac, 0x39, 0xa9, 0xc6, 0x9a, 0xd9, 0xdc, 0xcb, 0xe4, 0xdb, 0x06, - 0x4e, 0x41, 0xb2, 0x0b, 0x46, 0xc4, 0x99, 0x97, 0xb8, 0xc8, 0x25, 0x5b, 0xb9, 0x55, 0xda, 0xab, - 0xda, 0x30, 0x81, 0x7a, 0x1e, 0xf9, 0x16, 0x56, 0xa2, 0x2b, 0x1a, 0xa3, 0x79, 0xaf, 0x55, 0xda, - 0x6b, 0x74, 0x3f, 0xff, 0xb7, 0x83, 0xac, 0x73, 0x59, 0x6d, 0xeb, 0x4d, 0xe4, 0x1b, 0x30, 0x98, - 0xeb, 0x26, 0x9c, 0xa3, 0xe7, 0x50, 0x61, 0x2e, 0x2b, 0xb1, 0xdb, 0x96, 0x6e, 0xde, 0x9a, 0x34, - 0x6f, 0xf5, 0x27, 0xee, 0xd8, 0x30, 0x29, 0xdf, 0x17, 0x64, 0x17, 0x80, 0x25, 0x22, 0x4a, 0x84, - 0x93, 0xf0, 0xc0, 0x5c, 0x91, 0xd2, 0x8e, 0x97, 0xec, 0xaa, 0xc6, 0x2e, 0x78, 0x40, 0x5e, 0xc2, - 0x0a, 0x72, 0xce, 0xb8, 0x59, 0x51, 0xbc, 0x8f, 0x0b, 0xda, 0xa6, 0xce, 0xc9, 0xa2, 0xe3, 0x25, - 0x5b, 0x57, 0x1f, 0xac, 0x43, 0x3d, 0xe5, 0xe5, 0x18, 0x27, 0x43, 0xd1, 0xfe, 0xb3, 0x02, 0xe4, - 0x8c, 0x79, 0x58, 0xb0, 0xfa, 0x15, 0x94, 0x33, 0x83, 0x8b, 0x7d, 0xe7, 0xca, 0x6f, 0x99, 0x5b, - 0x0e, 0x3e, 0xc2, 0xd3, 0xd7, 0x79, 0x4f, 0xdb, 0x8b, 0xb8, 0x3f, 0xa1, 0x9f, 0x3b, 0x50, 0x0d, - 0xc2, 0x9c, 0x9d, 0xf6, 0x9a, 0x02, 0xa4, 0x97, 0x79, 0xb3, 0x2b, 0x0b, 0xcc, 0x5e, 0xbd, 0x8b, - 0xd9, 0xe4, 0x67, 0xd8, 0xba, 0x49, 0x67, 0xc4, 0x09, 0x99, 0x87, 0xce, 0x08, 0x05, 0xf5, 0xa8, - 0xa0, 0xe6, 0x9a, 0xe2, 0xf9, 0xcc, 0xca, 0xbf, 0x96, 0xd9, 0x44, 0x49, 0x17, 0x4e, 0xd3, 0xda, + // 1074 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x7f, 0x4f, 0xdb, 0x46, + 0x18, 0x26, 0x29, 0x04, 0xf2, 0x3a, 0x09, 0xe9, 0x15, 0xa8, 0x07, 0x6d, 0xc9, 0xd2, 0x6d, 0x62, + 0x9d, 0xe6, 0x48, 0xa9, 0xda, 0x55, 0xda, 0xa4, 0x09, 0x28, 0x1b, 0xd1, 0x00, 0x21, 0x37, 0xac, + 0x52, 0xb5, 0xcd, 0x3a, 0xec, 0x37, 0xc6, 0x22, 0xf1, 0x59, 0xe7, 0x73, 0x59, 0x3e, 0xca, 0xfe, + 0xdd, 0xd7, 0xd9, 0x57, 0x99, 0xb4, 0xaf, 0x30, 0xdd, 0x9d, 0xe3, 0x60, 0x27, 0xca, 0xca, 0xd4, + 0x7f, 0x22, 0xdd, 0x73, 0xef, 0x3d, 0xf7, 0xbc, 0x3f, 0xee, 0x89, 0x61, 0x7b, 0x30, 0x1c, 0x0b, + 0x0c, 0xbc, 0x61, 0x07, 0xdf, 0x63, 0x28, 0xf4, 0xaf, 0x15, 0x71, 0x26, 0x18, 0x69, 0x4c, 0xf6, + 0x2c, 0x85, 0x6e, 0x3f, 0xce, 0x62, 0x5d, 0xc6, 0xb1, 0x83, 0xbf, 0xa3, 0x9b, 0x88, 0x80, 0x85, + 0x3a, 0x7c, 0xfb, 0x49, 0x7e, 0x3b, 0xf0, 0x30, 0x14, 0xc1, 0x20, 0x40, 0x9e, 0xee, 0xef, 0xe4, + 0xf7, 0x5d, 0x2a, 0xe8, 0x90, 0xf9, 0xe9, 0xe6, 0xae, 0xcf, 0x98, 0x3f, 0xc4, 0x8e, 0x5a, 0x5d, + 0x26, 0x83, 0x8e, 0x08, 0x46, 0x18, 0x0b, 0x3a, 0x8a, 0xd2, 0x80, 0x47, 0xc5, 0x80, 0x58, 0xf0, + 0xc4, 0x4d, 0xa5, 0xb6, 0xff, 0x2e, 0xc3, 0xd6, 0x5b, 0xc6, 0xaf, 0x07, 0x43, 0x76, 0x73, 0x34, + 0xd1, 0x75, 0x24, 0x55, 0x93, 0x53, 0xa8, 0x65, 0x4a, 0x9d, 0xc0, 0x33, 0x4b, 0xad, 0xd2, 0x9e, + 0xd1, 0x7d, 0x66, 0x65, 0xc9, 0x49, 0x35, 0xd6, 0xcc, 0xe1, 0x5e, 0x26, 0xdf, 0x36, 0x70, 0x0a, + 0x92, 0x5d, 0x30, 0x22, 0xce, 0xbc, 0xc4, 0x45, 0x2e, 0xd9, 0xca, 0xad, 0xd2, 0x5e, 0xd5, 0x86, + 0x09, 0xd4, 0xf3, 0xc8, 0x77, 0xb0, 0x12, 0x5d, 0xd1, 0x18, 0xcd, 0x7b, 0xad, 0xd2, 0x5e, 0xa3, + 0xfb, 0xc5, 0x7f, 0x5d, 0x64, 0x9d, 0xcb, 0x68, 0x5b, 0x1f, 0x22, 0xdf, 0x82, 0xc1, 0x5c, 0x37, + 0xe1, 0x1c, 0x3d, 0x87, 0x0a, 0x73, 0x59, 0x89, 0xdd, 0xb6, 0x74, 0xf2, 0xd6, 0x24, 0x79, 0xab, + 0x3f, 0xa9, 0x8e, 0x0d, 0x93, 0xf0, 0x7d, 0x41, 0x76, 0x01, 0x58, 0x22, 0xa2, 0x44, 0x38, 0x09, + 0x0f, 0xcc, 0x15, 0x29, 0xed, 0x78, 0xc9, 0xae, 0x6a, 0xec, 0x82, 0x07, 0xe4, 0x05, 0xac, 0x20, + 0xe7, 0x8c, 0x9b, 0x15, 0xc5, 0xfb, 0xb8, 0xa0, 0x6d, 0x5a, 0x39, 0x19, 0x74, 0xbc, 0x64, 0xeb, + 0xe8, 0x83, 0x75, 0xa8, 0xa7, 0xbc, 0x1c, 0xe3, 0x64, 0x28, 0xda, 0x7f, 0x55, 0x80, 0x9c, 0x31, + 0x0f, 0x0b, 0xa5, 0x7e, 0x09, 0xe5, 0xac, 0xc0, 0xc5, 0xbc, 0x73, 0xe1, 0xb7, 0x8a, 0x5b, 0x0e, + 0x3e, 0xa0, 0xa6, 0xaf, 0xf2, 0x35, 0x6d, 0x2f, 0xe2, 0xfe, 0x88, 0xf5, 0xdc, 0x81, 0x6a, 0x10, + 0xe6, 0xca, 0x69, 0xaf, 0x29, 0x40, 0xd6, 0x32, 0x5f, 0xec, 0xca, 0x82, 0x62, 0xaf, 0xde, 0xa5, + 0xd8, 0xe4, 0x17, 0xd8, 0xba, 0x49, 0x67, 0xc4, 0x09, 0x99, 0x87, 0xce, 0x08, 0x05, 0xf5, 0xa8, + 0xa0, 0xe6, 0x9a, 0xe2, 0xf9, 0xcc, 0xca, 0x3f, 0xcb, 0x6c, 0xa2, 0x64, 0x15, 0x4e, 0xd3, 0xd8, 0xe3, 0x92, 0xbd, 0x71, 0x33, 0x07, 0x27, 0xe7, 0x40, 0x04, 0x8d, 0xaf, 0x0b, 0xcc, 0x0d, 0xc5, - 0xdc, 0x2a, 0x32, 0xf7, 0x69, 0x7c, 0x5d, 0x60, 0x6d, 0x8a, 0x02, 0x46, 0x7e, 0x81, 0x8d, 0x88, - 0x72, 0x0c, 0x85, 0xa3, 0x88, 0x33, 0xce, 0xaa, 0xe2, 0xfc, 0xb2, 0xc8, 0x79, 0xae, 0x6a, 0x25, - 0x73, 0x66, 0xc0, 0x84, 0xca, 0x26, 0x51, 0xb6, 0x38, 0x87, 0x3e, 0x2f, 0x19, 0x16, 0xd1, 0xe7, - 0x06, 0xa2, 0x48, 0x9f, 0x53, 0xbf, 0x0b, 0x06, 0x47, 0xc1, 0xc7, 0x8e, 0xcf, 0x59, 0x12, 0x99, - 0x86, 0x1e, 0x3d, 0x05, 0xfd, 0x20, 0x11, 0xd2, 0x82, 0x5a, 0x1c, 0xa1, 0xab, 0x4f, 0x0f, 0x3c, - 0xb3, 0xa6, 0x2b, 0x24, 0x26, 0x89, 0x7a, 0x9e, 0x9c, 0x12, 0xb5, 0x18, 0xd2, 0x11, 0x9a, 0x75, - 0x3d, 0x25, 0x12, 0x38, 0xa3, 0x23, 0x9c, 0x79, 0x75, 0x0e, 0xee, 0xc3, 0xba, 0xa0, 0xdc, 0x47, - 0x91, 0xb5, 0xd2, 0x46, 0xd8, 0x98, 0x77, 0x87, 0x9f, 0x38, 0xb9, 0xda, 0xbf, 0x97, 0xa0, 0x59, - 0xbc, 0x51, 0xf2, 0x06, 0x6a, 0x2e, 0x75, 0xaf, 0xd0, 0x89, 0x05, 0x15, 0x49, 0xac, 0xce, 0x68, - 0x74, 0xff, 0x5f, 0x38, 0xe3, 0x50, 0x67, 0xf5, 0xa1, 0xac, 0x7c, 0xab, 0x0a, 0x6d, 0xc3, 0x9d, - 0x3e, 0x90, 0xef, 0xc0, 0x48, 0xe3, 0xdc, 0xb9, 0xc6, 0xb1, 0x7a, 0x81, 0x8d, 0xee, 0x93, 0xf9, - 0x24, 0xd9, 0x75, 0x40, 0xba, 0xe5, 0x47, 0x1c, 0xb7, 0x2f, 0x60, 0x67, 0xc1, 0x60, 0x2c, 0x0c, - 0x96, 0xdc, 0x8e, 0x7c, 0xb0, 0xb4, 0x5f, 0x4d, 0x68, 0xe7, 0x0e, 0x04, 0x79, 0x08, 0xab, 0x93, - 0x6b, 0x2d, 0xa9, 0x7b, 0xab, 0x84, 0xea, 0x4a, 0xdb, 0x7f, 0xaf, 0x00, 0xc9, 0xf1, 0xea, 0x7c, - 0xeb, 0xc2, 0xaa, 0x9a, 0xf1, 0x4c, 0xcb, 0xff, 0x0a, 0x5a, 0x6e, 0x1d, 0x5f, 0x91, 0x95, 0x3d, - 0x8f, 0x38, 0x60, 0xde, 0x9e, 0xdf, 0xdc, 0x85, 0x96, 0xef, 0x94, 0x94, 0x9b, 0xd1, 0x6c, 0x2b, - 0x3d, 0x8f, 0x3c, 0x85, 0xba, 0x9e, 0x60, 0x2a, 0x04, 0x8e, 0x22, 0xa1, 0x32, 0xb2, 0x6e, 0xd7, - 0x14, 0xb8, 0xaf, 0xb1, 0x69, 0x80, 0x2e, 0xcf, 0x0d, 0xd0, 0x5c, 0xaf, 0xf9, 0x00, 0x2d, 0x64, - 0xf3, 0xca, 0x4c, 0x36, 0x3f, 0x87, 0xe5, 0x21, 0xf3, 0x63, 0xb3, 0xd2, 0xba, 0xb7, 0x67, 0x74, - 0xb7, 0xe6, 0x30, 0x9f, 0x30, 0xdf, 0x56, 0x35, 0xc5, 0x34, 0x5e, 0xfd, 0xef, 0x69, 0xbc, 0xb6, - 0x30, 0x8d, 0xab, 0x0b, 0xd2, 0x18, 0xee, 0x94, 0xc6, 0xaf, 0xc1, 0x70, 0x93, 0x58, 0xb0, 0x91, - 0x13, 0x84, 0x03, 0xa6, 0xf2, 0xc1, 0xe8, 0x3e, 0x9c, 0x51, 0xfc, 0x56, 0x7d, 0x8c, 0xd8, 0xa0, - 0x6b, 0x7b, 0xe1, 0x80, 0xc9, 0x7b, 0x51, 0x0e, 0x3a, 0x1f, 0x90, 0xc7, 0x01, 0x0b, 0x55, 0x72, - 0xd4, 0xed, 0x9a, 0x02, 0x7f, 0xd2, 0x18, 0xd9, 0x82, 0x0a, 0x47, 0x1a, 0xb3, 0x30, 0x0d, 0x8e, - 0xf4, 0x49, 0xf6, 0xaa, 0x26, 0x4d, 0x8c, 0x23, 0x54, 0xe9, 0x5c, 0xb5, 0xd7, 0x24, 0xd0, 0x1f, - 0x47, 0x48, 0xf6, 0x61, 0x2d, 0x8b, 0xc1, 0xa6, 0x12, 0xf4, 0x6c, 0x5e, 0x72, 0xcf, 0x06, 0x60, - 0xb6, 0x6d, 0xf6, 0x1f, 0xfd, 0x57, 0x78, 0x70, 0x4a, 0x43, 0xea, 0xa3, 0x67, 0x63, 0xcc, 0x12, - 0xee, 0xa2, 0x6a, 0xe2, 0x0b, 0x68, 0xd2, 0xe1, 0x90, 0xb9, 0x54, 0x8d, 0xac, 0x60, 0xd7, 0x18, - 0xa6, 0xaf, 0xca, 0xfa, 0x14, 0xef, 0x4b, 0x98, 0x3c, 0x82, 0xaa, 0x4c, 0xc0, 0x38, 0xa2, 0x2e, - 0xa6, 0x7f, 0xe1, 0x53, 0xa0, 0xfd, 0x47, 0x19, 0x36, 0xe7, 0xbf, 0xdb, 0xef, 0xa1, 0x11, 0x84, - 0xb1, 0xa0, 0xa1, 0x8b, 0x8e, 0x3b, 0xa4, 0x71, 0xac, 0x7a, 0x6a, 0x74, 0x5f, 0x7c, 0x54, 0x4f, - 0x56, 0x2f, 0xdd, 0x7b, 0x28, 0xb7, 0xda, 0xf5, 0xe0, 0xf6, 0x23, 0x79, 0x06, 0x0d, 0x1f, 0x43, - 0xe4, 0x54, 0xa0, 0xa7, 0xf3, 0x59, 0x8b, 0xaf, 0x67, 0xa8, 0x0c, 0x69, 0xf2, 0x0e, 0x36, 0x47, - 0xba, 0x79, 0x69, 0x87, 0xea, 0x5e, 0x5f, 0x77, 0x59, 0xcd, 0xf4, 0xd3, 0xa2, 0x92, 0x39, 0x4e, - 0xd9, 0x0f, 0x46, 0xb3, 0x60, 0xbb, 0x03, 0xf5, 0x9c, 0x3e, 0x62, 0xc0, 0xea, 0x9b, 0xa3, 0xef, - 0xf7, 0x2f, 0x4e, 0xfa, 0xcd, 0x25, 0x72, 0x1f, 0xea, 0xbd, 0xb3, 0xfe, 0x91, 0x6d, 0x5f, 0x9c, - 0xf7, 0x7b, 0x07, 0x27, 0x47, 0xcd, 0xd2, 0xc1, 0xd7, 0xef, 0x5f, 0xfa, 0x81, 0xb8, 0x4a, 0x2e, - 0x2d, 0x97, 0x8d, 0x3a, 0xea, 0x58, 0xc6, 0xfd, 0x4e, 0xf6, 0xe5, 0xec, 0x63, 0xd8, 0x89, 0x2e, - 0xbf, 0xf2, 0x59, 0x27, 0xff, 0xdd, 0x7e, 0x59, 0x51, 0xa3, 0xf8, 0xe2, 0x9f, 0x00, 0x00, 0x00, - 0xff, 0xff, 0xcc, 0x11, 0x2e, 0xfb, 0xd0, 0x0b, 0x00, 0x00, + 0xdc, 0x2a, 0x32, 0xf7, 0x69, 0x7c, 0x5d, 0x60, 0x6d, 0x8a, 0x02, 0x46, 0x7e, 0x85, 0x8d, 0x88, + 0x72, 0x0c, 0x85, 0xa3, 0x88, 0x33, 0xce, 0xaa, 0xe2, 0xfc, 0xaa, 0xc8, 0x79, 0xae, 0x62, 0x25, + 0x73, 0x56, 0x80, 0x09, 0x95, 0x4d, 0xa2, 0x6c, 0x73, 0x0e, 0x7d, 0x5e, 0x32, 0x2c, 0xa2, 0xcf, + 0x0d, 0x44, 0x91, 0x3e, 0xa7, 0x7e, 0x17, 0x0c, 0x8e, 0x82, 0x8f, 0x1d, 0x9f, 0xb3, 0x24, 0x32, + 0x0d, 0x3d, 0x7a, 0x0a, 0xfa, 0x51, 0x22, 0xa4, 0x05, 0xb5, 0x38, 0x42, 0x57, 0xdf, 0x1e, 0x78, + 0x66, 0x4d, 0x47, 0x48, 0x4c, 0x12, 0xf5, 0x3c, 0x39, 0x25, 0x6a, 0x33, 0xa4, 0x23, 0x34, 0xeb, + 0x7a, 0x4a, 0x24, 0x70, 0x46, 0x47, 0x38, 0xf3, 0x74, 0x0e, 0xee, 0xc3, 0xba, 0xa0, 0xdc, 0x47, + 0x91, 0xa5, 0xd2, 0x46, 0xd8, 0x98, 0xd7, 0xc3, 0x8f, 0xec, 0x5c, 0xed, 0x3f, 0x4a, 0xd0, 0x2c, + 0x76, 0x94, 0xbc, 0x86, 0x9a, 0x4b, 0xdd, 0x2b, 0x74, 0x62, 0x41, 0x45, 0x12, 0xab, 0x3b, 0x1a, + 0xdd, 0x4f, 0x0b, 0x77, 0x1c, 0x6a, 0xaf, 0x3e, 0x94, 0x91, 0x6f, 0x54, 0xa0, 0x6d, 0xb8, 0xd3, + 0x05, 0xf9, 0x1e, 0x8c, 0xd4, 0xce, 0x9d, 0x6b, 0x1c, 0xab, 0x07, 0x6c, 0x74, 0x9f, 0xcc, 0x27, + 0xc9, 0xda, 0x01, 0xe9, 0x91, 0x9f, 0x70, 0xdc, 0xbe, 0x80, 0x9d, 0x05, 0x83, 0xb1, 0xd0, 0x58, + 0x72, 0x27, 0xf2, 0xc6, 0xd2, 0x7e, 0x39, 0xa1, 0x9d, 0x3b, 0x10, 0xe4, 0x21, 0xac, 0x4e, 0xda, + 0x5a, 0x52, 0x7d, 0xab, 0x84, 0xaa, 0xa5, 0xed, 0x7f, 0x56, 0x80, 0xe4, 0x78, 0xb5, 0xbf, 0x75, + 0x61, 0x55, 0xcd, 0x78, 0xa6, 0xe5, 0x93, 0x82, 0x96, 0x5b, 0xd7, 0x57, 0x64, 0x64, 0xcf, 0x23, + 0x0e, 0x98, 0xb7, 0xe7, 0x37, 0xd7, 0xd0, 0xf2, 0x9d, 0x9c, 0x72, 0x33, 0x9a, 0x4d, 0xa5, 0xe7, + 0x91, 0xa7, 0x50, 0xd7, 0x13, 0x4c, 0x85, 0xc0, 0x51, 0x24, 0x94, 0x47, 0xd6, 0xed, 0x9a, 0x02, + 0xf7, 0x35, 0x36, 0x35, 0xd0, 0xe5, 0xb9, 0x06, 0x9a, 0xcb, 0x35, 0x6f, 0xa0, 0x05, 0x6f, 0x5e, + 0x99, 0xf1, 0xe6, 0x67, 0xb0, 0x3c, 0x64, 0x7e, 0x6c, 0x56, 0x5a, 0xf7, 0xf6, 0x8c, 0xee, 0xd6, + 0x1c, 0xe6, 0x13, 0xe6, 0xdb, 0x2a, 0xa6, 0xe8, 0xc6, 0xab, 0xff, 0xdf, 0x8d, 0xd7, 0x16, 0xba, + 0x71, 0x75, 0x81, 0x1b, 0xc3, 0x9d, 0xdc, 0xf8, 0x15, 0x18, 0x6e, 0x12, 0x0b, 0x36, 0x72, 0x82, + 0x70, 0xc0, 0x94, 0x3f, 0x18, 0xdd, 0x87, 0x33, 0x8a, 0xdf, 0xa8, 0x8f, 0x11, 0x1b, 0x74, 0x6c, + 0x2f, 0x1c, 0x30, 0xd9, 0x17, 0x55, 0x41, 0xe7, 0x3d, 0xf2, 0x38, 0x60, 0xa1, 0x72, 0x8e, 0xba, + 0x5d, 0x53, 0xe0, 0xcf, 0x1a, 0x23, 0x5b, 0x50, 0xe1, 0x48, 0x63, 0x16, 0xa6, 0xc6, 0x91, 0xae, + 0x64, 0xae, 0x6a, 0xd2, 0xc4, 0x38, 0x42, 0xe5, 0xce, 0x55, 0x7b, 0x4d, 0x02, 0xfd, 0x71, 0x84, + 0x64, 0x1f, 0xd6, 0x32, 0x1b, 0x6c, 0x2a, 0x41, 0x9f, 0xcf, 0x73, 0xee, 0x59, 0x03, 0xcc, 0x8e, + 0xcd, 0xfe, 0xa3, 0xff, 0x06, 0x0f, 0x4e, 0x69, 0x48, 0x7d, 0xf4, 0x6c, 0x8c, 0x59, 0xc2, 0x5d, + 0x54, 0x49, 0x7c, 0x09, 0x4d, 0x3a, 0x1c, 0x32, 0x97, 0xaa, 0x91, 0x15, 0xec, 0x1a, 0xc3, 0xf4, + 0xa9, 0xac, 0x4f, 0xf1, 0xbe, 0x84, 0xc9, 0x23, 0xa8, 0x4a, 0x07, 0x8c, 0x23, 0xea, 0x62, 0xfa, + 0x17, 0x3e, 0x05, 0xda, 0x7f, 0x96, 0x61, 0x73, 0xfe, 0xdb, 0x7e, 0x07, 0x8d, 0x20, 0x8c, 0x05, + 0x0d, 0x5d, 0x74, 0xdc, 0x21, 0x8d, 0x63, 0x95, 0x53, 0xa3, 0xfb, 0xfc, 0x83, 0x72, 0xb2, 0x7a, + 0xe9, 0xd9, 0x43, 0x79, 0xd4, 0xae, 0x07, 0xb7, 0x97, 0xfa, 0x6d, 0xe8, 0x74, 0xb4, 0x3d, 0x6b, + 0xed, 0xb5, 0x09, 0x28, 0x2d, 0x9a, 0xbc, 0x85, 0xcd, 0x91, 0x4e, 0xdd, 0xc9, 0x82, 0x55, 0xb3, + 0xcb, 0x6a, 0xa2, 0x9f, 0x16, 0x75, 0xcc, 0xa9, 0x93, 0xfd, 0x60, 0x34, 0x0b, 0xb6, 0x3b, 0x50, + 0xcf, 0xa9, 0x23, 0x06, 0xac, 0xbe, 0x3e, 0xfa, 0x61, 0xff, 0xe2, 0xa4, 0xdf, 0x5c, 0x22, 0xf7, + 0xa1, 0xde, 0x3b, 0xeb, 0x1f, 0xd9, 0xf6, 0xc5, 0x79, 0xbf, 0x77, 0x70, 0x72, 0xd4, 0x2c, 0x1d, + 0x7c, 0xf3, 0xee, 0x85, 0x1f, 0x88, 0xab, 0xe4, 0xd2, 0x72, 0xd9, 0xa8, 0xa3, 0xae, 0x65, 0xdc, + 0xef, 0x64, 0xdf, 0xcd, 0x3e, 0x86, 0x9d, 0xe8, 0xf2, 0x6b, 0x9f, 0x75, 0xf2, 0x5f, 0xed, 0x97, + 0x15, 0x35, 0x88, 0xcf, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xed, 0xa0, 0x84, 0xbd, 0xce, 0x0b, + 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go index 3bc2897f1..85c51b9ca 100644 --- a/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -870,7 +870,7 @@ func (m *TaskExecutionMetadata) Validate() error { // no validation rules for InstanceClass - // no validation rules for GeneratedName + // no validation rules for ResourceName for idx, item := range m.GetManagedResourceInfo() { _, _ = idx, item diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 124994f68..1bd10832a 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -6047,9 +6047,9 @@ "instance_class": { "$ref": "#/definitions/TaskExecutionMetadataInstanceClass" }, - "generated_name": { + "resource_name": { "type": "string", - "description": "Generated unique name for this task execution used by the backend." + "description": "Unique name for this task execution used by the backend, may be generated." }, "managed_resource_info": { "type": "array", diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index efb0d9f2b..85249aa36 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -6604,7 +6604,7 @@ definitions: namespace: "namespace" - allocation_token: "allocation_token" namespace: "namespace" - generated_name: "generated_name" + resource_name: "resource_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -6719,7 +6719,7 @@ definitions: namespace: "namespace" - allocation_token: "allocation_token" namespace: "namespace" - generated_name: "generated_name" + resource_name: "resource_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -6777,7 +6777,7 @@ definitions: namespace: "namespace" - allocation_token: "allocation_token" namespace: "namespace" - generated_name: "generated_name" + resource_name: "resource_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -26075,9 +26075,10 @@ definitions: properties: instance_class: $ref: "#/definitions/TaskExecutionMetadataInstanceClass" - generated_name: + resource_name: type: "string" - description: "Generated unique name for this task execution used by the backend." + description: "Unique name for this task execution used by the backend, may\ + \ be generated." managed_resource_info: type: "array" description: "Includes information about resource token allocation (if applicable).\n\ @@ -26094,7 +26095,7 @@ definitions: namespace: "namespace" - allocation_token: "allocation_token" namespace: "namespace" - generated_name: "generated_name" + resource_name: "resource_name" eventWorkflowExecutionEvent: type: "object" properties: @@ -26241,7 +26242,7 @@ definitions: namespace: "namespace" - allocation_token: "allocation_token" namespace: "namespace" - generated_name: "generated_name" + resource_name: "resource_name" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go index 54bbbc393..8957a12b9 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go @@ -12,8 +12,8 @@ package flyteadmin // Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). type EventTaskExecutionMetadata struct { InstanceClass *TaskExecutionMetadataInstanceClass `json:"instance_class,omitempty"` - // Generated unique name for this task execution used by the backend. - GeneratedName string `json:"generated_name,omitempty"` + // Unique name for this task execution used by the backend, may be generated. + ResourceName string `json:"resource_name,omitempty"` // Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. ManagedResourceInfo []EventManagedResourceInfo `json:"managed_resource_info,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 6fd48133e..67d02fdbd 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xdb\x8d\xdb\x48\xda\xf7\x79\x0a\xe2\xbf\xb1\x04\xd0\x23\x20\x41\x6e\x7c\x27\x58\xf6\x1f\x19\x5a\x5b\xb0\xac\xec\x02\x61\x30\xea\x21\x7b\x66\xb8\xe6\x34\x07\xdd\xa4\xb4\x5a\x60\xdf\x7d\xd1\x55\xd5\x27\xb2\xc9\xe1\x1c\xac\xcd\x7a\x73\x11\xc4\xd0\x90\xec\x73\x75\x9d\xbe\xaf\xcc\x20\x4d\xea\x3a\x4d\xdb\x2b\x4b\x4d\x40\x7f\xb8\x82\x6b\x7b\x89\xa1\xe1\x0e\x59\x25\xa4\x74\x40\xe2\x59\xaa\x75\x0f\xe9\x06\x95\x33\x91\x89\xbf\xeb\xe9\x31\x05\x85\x68\x59\xeb\x25\x1e\x62\x43\xee\x99\x9c\x3d\xe0\x47\xcf\x7e\x3e\x7f\x38\xc7\x72\x6d\xad\x02\x3a\x98\x34\xbc\x42\x2c\x52\xa9\xad\x2a\x48\x7b\x34\x23\x58\xca\x7a\x83\xac\x2d\xb6\x89\xd1\xd2\x03\x64\xe5\x9c\xba\xd0\xb6\xf3\xbc\x5e\x26\x39\x6b\xf2\xf5\x6b\xa3\xcd\xf9\x45\x96\x4a\xe5\xca\xb8\x6b\xcd\x51\xeb\x5a\x71\xb0\x8e\xb6\xc0\xe4\xc6\xd2\x2d\x06\xfb\x45\x0f\x01\xe2\x26\x5f\x82\x5d\xe9\x93\x9a\xe2\xe6\x74\x4c\x87\x4e\xd3\xb3\x8f\x1b\xae\x07\xe7\x2e\x25\x17\xb1\x60\x1b\x5e\x24\x19\x62\xa3\xb3\xff\x33\xcb\x9f\x89\xed\x62\x56\x3d\x2f\x9b\x19\xe0\x0e\x66\x7a\x5a\x66\x00\x88\xde\x71\xd3\xcd\x8b\xbe\xa9\xb4\x63\xba\x07\x8d\xad\xb8\xbe\x63\x67\xc7\xb6\x34\x5d\x69\x41\x17\x8f\x9d\x9f\xbb\x30\x06\x14\x82\xbd\xa0\x2c\x0d\x15\xd1\xd1\x4a\xae\xa7\x58\xb9\xf3\x89\xf5\x0c\x12\xd5\xb0\xa6\xcc\x91\xd8\x48\xb0\xea\x19\x18\x57\xd2\x4c\x14\xa5\x44\xd3\x9a\xe5\xcf\x79\x55\xe6\x54\x10\x27\xd4\x85\xf8\x23\x17\xcd\x5f\x00\x09\x59\x98\xc4\xdb\x6b\xb1\xac\x8f\xd1\x87\x58\x65\xb0\x97\x73\x80\xba\x1c\xe3\x9d\x43\xe5\xc7\x3a\x14\xaf\xaf\xec\x55\x64\xd3\xcb\x61\x2b\x7a\x40\x53\xb0\x93\xa8\x0b\x60\x9d\x20\x31\xf6\xb0\xf7\x50\x6d\x23\xda\xc8\x9e\x5e\x50\xf8\x06\x9a\x31\x96\x75\xc7\xe4\x2c\x78\xc4\x62\x36\x72\xcb\x5c\x1f\x21\x05\x6f\xcf\x2a\xf3\x58\x44\x92\xe2\x90\x08\x4c\xe9\x34\x65\x15\x33\x3f\x55\xd7\xce\xa3\xd7\xb6\x99\x4f\x84\xc3\x6a\x81\x99\xb7\x12\x89\x74\x9c\x83\x89\x72\xe0\x8c\x9b\xd9\xce\x5a\x6c\x37\x05\xa8\x05\x60\xdd\x7a\x29\xe5\x7a\x08\x2f\x11\x3f\xcb\xf7\x03\x8a\xb5\x2d\x85\x17\xfa\x60\xbb\x3b\x87\x98\x7c\xe5\xa1\x65\x4d\x10\xd0\x69\xbc\x23\xb5\x2c\x57\xa5\x60\x4d\x2d\x93\xb3\x5b\x83\x82\x3a\xb7\xc8\x5d\x98\xc5\x78\x37\x3a\xde\xdf\x7d\xa6\x08\x3d\xc7\x71\xd5\x0d\xa2\xdd\xbc\x98\xf7\xd3\xd4\xf7\x65\x8d\xdc\x99\xcd\xa1\x9f\x52\x0d\xdb\x6c\x7d\xd6\x38\xcb\x65\x44\x33\x53\xe1\x24\x24\xa6\x63\xe0\x24\x28\x95\xcb\x87\xcb\x04\xb9\xd6\x70\xdd\x6a\x19\xa1\x43\xee\x8e\x12\xae\xa1\xf9\x81\x20\x00\xaa\x32\xb8\xfb\xed\x51\x01\xf7\xf9\xc6\x78\x1c\x9d\x5a\x11\xdc\xd3\x30\x50\x2e\x72\x90\xfa\x90\xec\xbc\x0e\xf2\xad\x33\xe1\x72\x9d\xdf\x56\x75\x5b\x24\x74\xc6\x29\x94\x21\x67\x49\xc9\x67\x69\xa2\x7e\x7a\x73\x71\x31\x9b\x0d\xcc\xc4\xbe\xf4\x24\xf6\x7c\xc3\x7b\xf1\x1d\x0e\xbf\x45\xb1\x04\x3b\x8e\x56\x50\x5c\x6f\xbe\x9f\x1d\x6b\xc8\x5d\x60\xb7\xf8\x7e\x9e\x30\x53\xb6\xdb\xa4\x2d\x38\x78\x4c\x73\x26\xe5\x76\xbc\xa9\x2d\xd3\xd2\x75\x0e\x2d\xee\xd7\x18\x34\x72\x0b\xaf\x07\x18\xa9\x49\xf6\xfa\x6f\x5f\x6a\x74\xc3\x98\x44\xe9\xdf\xbd\xd2\xa0\x74\x65\xe9\x2b\xe4\xac\x84\xa8\xa8\xe7\xb2\xde\x55\x0b\x91\x06\x74\xc0\xec\x79\x03\x0a\x04\xd3\xa4\x01\xb9\xde\x23\x67\x80\xad\x7b\x69\x73\x45\xf1\x1e\xeb\x48\xf3\x19\xe6\x01\x7b\x77\x1b\x6b\x12\x2c\x12\xfc\x4f\x2e\x6b\x07\x80\x25\xf2\x69\xef\xc3\x23\xa0\x81\xe7\xf9\xe1\x24\x22\xc8\x92\x86\x9c\x21\x3e\x31\x02\xfc\x85\x72\xd1\x51\xe9\x5b\x3c\x1b\xf0\xc0\x30\xff\xec\xfc\x00\x7a\x7e\xdb\x15\x77\x69\xfa\xd2\xd3\xd8\xa5\x56\x14\x9b\x03\x7a\x01\x2a\xa5\x36\x0f\xb4\x3a\xc2\xb6\x94\x81\x40\x65\xcb\xbb\x3e\xb6\x19\x0c\xe2\xb7\xbf\xfd\x3e\x1b\x22\x49\x82\xae\x1f\x5c\x84\xe9\xbd\xa9\x48\x27\x39\x2b\x1c\xc9\xbf\xcf\xe1\xbf\x8b\x00\x69\xe7\x86\x3c\x42\x93\x39\x66\x5d\xfa\xba\x8a\xa5\xca\x70\x5b\xbc\x2c\x7c\x86\x4b\xbb\xc1\x69\x79\x2c\xc7\x7b\xbd\x4c\xc0\xa2\x1a\xd0\x96\x66\xd4\xcf\x48\x0b\x7b\xcc\x5e\x5c\x3e\xbd\x90\x1e\x38\x04\x0b\x9e\xd2\xfd\xe0\xdd\xa3\xb5\xd7\x63\xd0\xc4\xa3\x51\xe2\x2b\x1f\xb4\x0f\x2e\xbe\xbc\xde\x2c\xb4\x06\x89\x64\x3b\xe4\x63\x07\xd1\x74\x69\x90\x65\x16\x16\x63\x44\x0c\x12\xef\x77\x2c\x07\x9b\xa0\xe0\xe3\x5e\xfc\x7d\x16\x0d\xcd\x0e\xdc\x07\xa7\x05\x3e\xc7\x0f\xc7\x65\x77\x04\xc0\x1f\xfc\xc4\x9e\x15\x30\x1c\x70\xbd\x95\x97\xae\xe0\x86\xaf\x5a\x59\xe5\xda\x02\x81\x88\x2e\xa8\x25\xe2\x13\x1a\x4b\x49\x35\x97\x2a\xc3\xe5\xe0\x10\x03\xaf\x54\x7c\x72\xbe\x35\x4a\x3b\x3e\x17\xf0\x7d\x8b\x25\x24\x7a\xcf\x20\xa9\x36\x45\x75\xf0\x47\x97\x0b\xcd\xf3\x5a\x58\xfc\xe1\x49\xac\x8c\x08\x82\x3b\xde\x5d\xf8\xad\xc7\x0b\xba\xcb\xe4\x39\xd2\xf2\xf2\x64\x9b\xac\x73\xe2\x39\x6d\x12\x20\x3e\x42\x67\x82\x6e\x3b\x4d\x36\xac\x14\x74\x0c\x1a\xa9\xcd\xfb\x82\x2f\xda\xd5\x6a\xd0\x20\xa8\xea\xd5\x37\xf5\x75\x1b\xbc\xb3\xf7\xfc\x40\x9e\x75\x35\x86\xe1\xdd\xb1\x43\xbf\x23\xcb\x6f\x14\xf3\x72\x0a\xdb\xed\xda\xb4\x84\xfe\xcc\x65\x59\xf1\x97\x31\xd7\x4e\x64\x7b\x5e\x4f\xb1\x3d\x8d\x43\x1c\x92\xf2\x70\x1c\xd6\x65\xf9\x3f\x64\x94\x22\x50\x61\x5e\x86\xce\xd1\x91\x2e\x1d\x08\xfe\xb1\x70\x45\x38\xac\xc4\x9c\xa3\xb8\x28\x14\xf0\xf8\x9e\x1e\x0d\x04\xb2\xfd\x78\xdc\xce\x0e\x1e\xeb\xbb\x7a\xc3\x13\x68\x4a\x21\x03\x45\x42\x59\x85\x29\x04\xd0\xf4\x00\x1d\x59\x19\x1c\x78\x8a\x10\xe5\x6b\x26\x56\xbc\x70\x0e\xcd\x33\xc1\x9f\x12\x2d\x6b\x53\x3f\xa2\xe0\x2d\x4f\x9a\xf0\x26\x3f\xd7\xba\x4d\x90\x80\x20\x79\x5e\xcb\x02\x20\xe0\x2b\x26\x0b\x48\x7b\xa1\x0d\x5f\xb1\xfc\x2b\x14\xcb\x81\xeb\x08\x5b\xa4\xa8\x87\x41\x49\x63\x24\xce\x7d\xad\x14\x39\xd2\x10\xda\xfa\xb5\xa6\x7f\xf8\xba\x4a\x58\x2e\x6b\x45\xd5\x34\xa9\x46\x0a\x15\xe7\xf0\xea\x13\x40\x8b\x83\x76\x25\x53\xc7\xa1\xbe\x61\x74\x98\x68\x07\x0c\x9c\xdb\x8a\x09\x7f\xd3\x97\x8a\x86\xdc\x48\x06\x7c\x99\x46\x27\xc2\xa6\xf1\xe8\xe7\x6c\x0b\x61\x8a\x72\x28\x03\xd7\x82\xbf\x5e\x14\x32\xea\xd3\xdd\xb9\x63\x87\xba\x9f\x36\x00\x9f\x7d\x88\x4c\x29\x88\xc3\x8a\x15\x9b\x52\xe8\xad\xa1\x6f\x1f\xac\x67\x41\xd2\xad\xc0\xaa\xc8\x15\xc6\x06\x81\xa2\x44\xcb\xb5\xe0\xc6\x54\x89\xe0\x5a\x61\x60\xb2\xac\x9e\x41\x47\xdc\x4a\xfe\xda\x6b\xc7\x3b\xff\x94\x9c\x54\xaa\x4c\x60\xdf\xa1\x1a\xd6\xb2\xad\x50\x93\x84\x48\x81\x1d\x00\x9d\xd3\xfb\xeb\x54\x5f\x22\x0d\x11\x03\x78\x0d\xc3\x9e\x3e\x49\xa2\x47\xdf\xca\x99\xe4\x6d\x71\xd0\x2d\x09\x51\xe8\x75\xfd\x64\xb2\xd1\x9e\x98\x0b\x36\xee\x13\xc4\xb8\x25\xd9\x66\x02\x14\x5e\x68\x12\x2e\xfc\x80\x4c\xfb\x7d\x2d\x09\xbc\x0f\xc2\xe3\x96\x38\xbb\x7f\x29\x1f\x79\x9a\xdc\x6d\x99\xfc\x9a\x26\x57\xcf\x82\x6d\xca\xfc\x43\xbd\x88\xc5\x25\x4e\x6f\x92\x52\x9a\xdf\x3c\xaf\x98\x9a\x18\x73\x8c\x76\xe2\x9a\x3e\xf4\x16\xbe\x13\x5d\x63\xab\xec\xec\xed\x1e\xe9\x4c\xfa\xff\x5b\xfc\x38\x25\x16\x79\x3e\x92\x7e\xc0\x0a\x82\x43\xa4\x5d\x11\x41\xe4\xd0\x26\xc4\x18\xe2\xdc\x84\x98\xa2\x17\xe5\xa9\xb4\xe1\xc1\xa8\xe5\xa0\x6a\xdc\xcb\xb2\x86\x44\x9f\x18\x51\xab\x2b\x77\x03\x34\x7d\x5e\xa4\x0c\x3c\xa3\x36\x51\xf8\x7c\xe6\x1c\x2b\x4c\xeb\xaf\x1c\x66\x15\xef\x89\x05\xcf\x19\xa0\x0f\xcd\x05\x8e\xa5\x37\xb0\x64\xaf\xbd\xe6\x22\xe1\x38\xa5\xef\x0a\xa4\xd1\x3f\x20\xff\xf9\x17\x88\x04\x6e\x26\x1e\xd5\x4c\x7c\xf9\x74\xf5\xe9\xec\x2b\x6b\x64\xbd\x62\xe2\xfc\x4d\xf2\x4e\x0b\x5d\x62\x67\xc5\x4c\xa8\xa5\xe4\x1c\xe2\xcc\x04\x61\x38\x5b\x37\xcd\x56\xbd\xb9\xb8\x58\x95\xcd\xba\x5d\xcc\xf2\x7a\x83\x3e\xf0\x5a\xae\xf0\x1f\x17\xa5\x52\x2d\x57\x17\x3f\xfd\xf8\xf3\x79\xec\x18\xf6\xf0\x0b\x47\x3b\x59\x0e\xf3\x31\x8c\xe1\x7a\xe2\xaa\xe3\x5f\x7b\xb9\xe9\xc9\x90\x23\xf3\xbf\x33\x38\x38\x00\x2d\xf9\xde\xcd\xc4\x1d\x09\x8b\x7f\xc6\xf9\x4e\x6a\x52\x45\x5d\xaf\x26\x8c\x06\xea\x59\xe0\xfd\xfb\x43\xe5\x0e\x44\xb3\x53\x3a\x50\xae\x40\xbd\x9f\xe4\x2f\x3d\x85\x2f\xe2\x96\x41\x8d\x6e\xc3\x7b\x8a\x99\x1f\x4d\x2d\x39\x31\xf1\xa1\x83\x62\x51\xd5\x0b\xa0\x6f\xd3\xbf\x0c\xdd\xe4\x79\x55\xab\xc9\x90\xa1\xfe\x82\xbd\xa5\xd7\x47\xed\xdd\x7a\xb3\x85\xd4\x34\xc9\x15\x60\x14\xfa\x1e\xc0\x5e\x16\xc6\x49\x94\xdf\x7e\x77\xb5\x0e\x76\xd5\x53\x7e\xfb\x8c\x05\x7a\x4b\x43\xe0\xf0\xdd\xc8\x9e\x1e\xba\x97\xdf\xf9\xc9\x5d\x0c\xd8\xe8\x1b\x28\xcf\x84\x2e\x76\x55\x8a\x55\xc5\x3b\xe3\x35\xfc\x98\x99\xb8\xc4\x5f\xfc\x92\x7a\x8e\x07\xc7\xc6\xe6\x88\x0a\xcd\xa6\x89\x61\xb6\x57\x72\x69\xd0\x1b\x80\x12\x60\xe4\x02\xb6\x2a\x08\xa8\xd4\xa9\xa9\xd1\x27\x79\x22\x20\x3f\x29\x13\xaa\x5d\xbc\x76\xb9\xfc\xb5\x04\xe9\x0a\x50\x8f\x2d\x93\xc0\x33\xb9\x2e\xab\xe2\x75\x04\xaf\x85\x76\xb3\x63\xd8\x30\x70\x4f\x56\x55\xb0\xe2\xa8\x28\x61\x2a\xa9\x1d\xbb\xfd\x8e\x36\xbe\x38\xcb\xd7\x36\x8d\x11\xd5\xd4\x8e\x26\x11\xc8\x8b\x40\xa7\xfe\x4f\xc7\x98\x26\x64\xb3\x0d\xd0\x5c\x7d\xff\x72\x22\x98\xb3\x29\x72\xe2\x4b\x68\x8d\x98\x53\xa3\x2d\x6b\x92\x1c\x43\x53\xa5\xe6\x18\x94\x79\x01\xac\x9b\xb3\x9b\xd4\x96\x3d\x09\xca\xa0\xdf\xab\xb6\xf2\x34\xf9\x10\xe7\xcf\xd5\xf2\xa1\x97\x66\xe8\x17\xdf\x44\x33\xb5\x29\x2d\x69\x58\xea\xb1\x23\xb2\xaa\xf2\x69\x2f\x9c\x43\x2d\x13\xce\x8c\x50\xc9\x13\xaf\x2a\xfd\xff\xbc\x2b\xb8\xc9\x4e\x28\x20\x0b\x95\xa7\x26\xdd\x9b\xa0\x92\xe4\xf6\x7a\xbd\x60\x50\x07\x7c\xa8\x9a\x6a\xef\x34\x07\x49\x34\x47\x1c\xe8\x9c\xe5\x6b\x3e\xd7\x5d\x6b\xf7\xc8\x09\xa6\xd2\xa0\x6f\xf5\xcb\x77\xf8\xee\xe8\x65\x86\xfe\x31\xf4\xf4\x61\x5b\x10\x63\x67\x39\x40\xdb\xac\x69\xbd\xeb\x78\xe7\xd8\xec\x3c\x52\x96\x67\x67\x5f\xe3\x2e\x1c\xaf\x4c\x0d\x1c\x66\x93\x70\x9c\x33\x29\x4d\xde\x0c\xb5\x9a\x30\xd9\x94\x4b\x96\x07\x5e\x97\x49\x60\xf7\xe0\x86\xc4\x2f\x2a\x08\x16\xb8\xe2\x93\x46\x94\xb3\xc4\x92\x12\x0e\xaf\x7f\x34\x67\xeb\x14\xd6\xe1\xf5\x89\x8c\xc3\xbd\x27\x85\x25\x01\xde\x30\x3a\x74\xaf\x16\xd9\x11\x63\x3d\x30\x93\x71\x3f\x3a\x1a\xaf\x40\xd8\x74\x09\xd7\x63\x81\xa3\xe2\x58\xe0\xa3\x2f\x08\xb4\xd5\x74\x51\x06\x30\x85\x98\xf1\xf4\xc8\x0b\x87\xc0\xf0\x60\xb8\xfa\x8a\x62\x2b\x9e\x6c\x78\x51\xb6\x5d\xb6\xa3\xf1\xec\xbc\x3f\x05\xcb\x1f\x48\xb0\x0c\xaf\xdb\x37\x13\x08\x27\x73\x17\x4d\x91\x08\xef\x6b\xe9\xb0\x1f\x1f\xc1\xc8\x7f\xe2\x58\xd8\xa2\xa9\x31\xfc\x15\x27\x51\xf6\xb0\xad\xac\x79\xa5\x6c\x5a\x66\xb8\xd3\x4d\xb0\xf1\xa6\x54\xcd\xaf\xac\x6a\x8f\x02\xb4\x42\x9e\xd8\x37\x4b\x65\x30\x5d\xc5\x6e\x7a\x6f\x8c\x7a\x6c\x3f\x87\x0e\x56\x2d\x1c\xd0\xdb\x0f\xc0\x17\x43\x13\xa5\xfb\xbd\x8f\xe2\xf5\x60\xe7\xeb\x01\x2f\xa8\x27\xc9\xb6\x5b\x2e\x8d\xeb\xb4\xe7\xd8\x05\xce\x25\x68\x25\x13\x68\xe8\x7c\xb8\xfb\xf4\xd1\x69\x5c\xce\xff\xd1\xf9\x34\x3c\x06\x53\x37\x8b\xaf\xdc\xc7\xb6\xaa\x06\x57\x6e\x42\x75\x90\xfb\x9b\x9b\xf9\xaf\x97\x37\xf7\xef\x46\xe9\x52\xbc\xc7\x06\xe7\xc4\xf6\x84\xe6\x04\xd5\xcf\x06\x54\xce\x76\xc3\xa5\xc1\xac\xb8\x51\xe3\x2d\xdf\x56\x55\x48\x9b\x93\x89\x07\xfa\x0e\x44\xc0\x5a\x81\xe6\x61\x26\x92\xd1\x89\x0b\xdb\x87\xc7\x1e\xf4\xc7\x1f\x4c\xbd\x79\x37\x88\x37\xc9\x47\xdb\xea\xc0\xbc\x52\xf8\xfd\x88\xe3\x80\xae\xef\x97\x22\x06\x3b\xec\x78\xdc\x0b\x53\xc9\x92\xf8\xbc\x4e\x72\x3a\x70\xee\x1e\x42\xd7\x83\x15\xf7\x05\xde\xcf\xf0\xdd\x14\xe9\x9c\xb0\xc2\xa3\x65\x3c\xca\x04\x55\xf7\x61\x90\xd9\x3c\xd8\xa7\xe4\x5a\x20\x5c\xb3\x62\x62\xd5\xb2\x15\x57\x69\x62\x1a\xcf\xc4\xa6\x5c\xad\x01\xff\x4a\x84\xdc\x18\x92\x62\x89\x60\x4d\xf9\xc8\x3b\x5b\x08\x23\x85\xfc\x1f\x6c\xb3\x85\x64\x1c\x91\x09\x1a\x93\x58\xb9\xcf\x63\x10\xf1\xc3\x9d\x1d\x8e\xde\x69\xf6\x43\xc4\x48\x25\x32\x81\x8b\x8b\x34\x1b\xc6\x26\x03\xc7\x2d\x94\x22\x0c\xb6\x2e\x93\xdc\x90\xe0\x81\x4c\x5f\x81\x75\x88\x45\xd4\x4d\xb2\x99\x96\xf4\x1e\xa9\x38\xa6\x1e\x60\x97\x76\xcb\x13\xb3\x18\xe6\x4c\x50\xdf\xe2\xbb\xfe\xe8\x3b\x40\x1f\xb8\xf9\x63\xe7\x2b\x13\xb6\xad\x13\x63\x3b\xa4\xb9\xdb\x50\xa2\x7b\x84\x93\x6e\x5a\x38\xa4\x31\xc6\x7b\x63\xc6\x85\xcf\x0c\x06\x1b\xea\x76\x51\xed\xd1\x25\x7c\x7e\xb4\x53\x28\x92\xc7\x3b\x35\xc1\x21\xf3\xb9\x73\xb4\xf4\x36\x1d\x6b\x76\x51\xd7\x03\xeb\x72\x42\xd7\x46\xd0\x29\x7a\x61\xd7\x64\xb4\x79\x73\xc8\x7e\x99\x90\x1d\xd5\x9d\x22\x23\x7d\xc6\x3a\x54\x95\xea\xa0\xee\x38\xfd\x69\x72\x8f\xac\x86\x40\x97\xdd\x5e\x12\x96\xee\xb9\x40\xc0\x0e\x88\x49\x32\xa8\xc9\x9d\xca\x4b\x14\x2f\x02\xca\xf7\x30\x4a\xf5\x4d\xed\x26\x4a\xdd\xca\xa5\xd0\xc9\xbc\x95\x4a\x8b\x4b\x92\x77\x24\xb5\xb5\x79\x9a\x09\xc3\x89\x60\xc4\xf1\x65\x62\x02\x98\xf6\xaf\x98\x71\xb6\x45\x44\x31\x68\xac\x4d\x52\x0b\x6e\xa4\x61\x26\x80\x78\x52\x80\xeb\x67\xa1\x80\x12\x86\xe8\x15\xe9\x07\xaf\x7c\x03\x13\x58\xeb\x67\xb7\xcc\xeb\xa8\x01\xc1\x3d\xff\x83\xfe\xef\x5f\x3f\xfc\x3b\x00\x00\xff\xff\xab\xdd\x6b\x03\x85\x8b\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xeb\x6d\x1b\xb9\xc2\xef\xfb\x2b\x88\xbe\xc4\x06\x18\x19\xd8\xc5\xbe\xe4\xcd\x88\x13\xac\x03\x37\x31\xe2\x78\x5b\x60\xb9\x90\x47\xe4\x48\x62\x43\x0d\x85\x19\xd2\xae\x0b\xf4\xbf\x17\x73\xce\x99\x1b\x39\xa4\xa8\x4b\xdc\x6d\xba\x0f\x8b\x0d\x2c\x89\x73\xe1\xcc\xb9\x7f\xdf\x31\x8b\x34\xa5\xeb\xb4\x6d\xaf\x2c\x35\x01\xfd\xe1\x0a\xd4\xf6\x12\x53\xc3\x1d\xb2\x4a\x28\xe9\x80\xc2\xb3\x54\xdb\x1e\xd2\x2d\x2a\x67\x22\x13\xff\xd0\xdb\x63\x1a\x0a\xd1\x6b\xad\x97\x78\x89\x0d\xb9\x67\x72\xf6\x80\x0f\x3d\xfb\xf9\xfc\xe1\x1c\xdb\xb5\xb5\x0a\xe8\x60\xd2\x50\x85\x58\xa4\x52\x5b\x55\x50\xf6\x68\x56\xb0\x94\xf5\x06\x59\x5b\xec\x10\xa3\xad\x07\xc8\xcb\x39\x75\xa3\x6d\x17\x79\xbd\x4c\x72\xd6\xe4\xeb\xd7\xc6\x9a\xf3\x9b\x2c\x95\xca\xb5\x71\xd7\x96\xa3\xb6\xb5\xe2\x60\x1d\xed\x81\xc9\x8d\xa5\x5b\x0c\xce\x8b\x5e\x02\xe4\x4d\xbe\x04\xa7\xd2\x27\x35\xc5\xc3\xe9\x98\x0e\x9d\xa5\x67\xbf\x6e\xb8\x1e\x5c\xb8\x94\x42\xc4\x82\x6d\x78\x91\x64\x88\x8d\xce\xfe\x62\x5e\x7f\x26\xb6\x8b\x59\xf5\xbc\x6c\x66\x80\x3b\x98\xe9\x6d\x99\x01\x20\x7a\x87\xa6\x9b\x17\x7d\x57\x69\xc7\x76\x0f\x3a\x5b\x71\x7b\xc7\xee\x8e\x1d\x69\xba\xd1\x82\x21\x1e\xbb\x3f\x77\x61\x0e\x28\x04\x7b\x41\x5b\x1a\x6a\xa2\xa3\x8d\x5c\xcf\xb0\x72\xf7\x13\xfb\x19\x24\xaa\x61\x4d\x99\x23\xb1\x91\x60\xd5\x33\x30\xae\xa4\x99\x28\x4a\x89\xae\x35\xcb\x9f\xf3\xaa\xcc\xa9\x21\x4e\x68\x0b\xf1\x47\x2e\x9a\xbf\x02\x12\xb2\x30\x85\xb7\xd7\x62\x59\x1f\x63\x0f\xb1\xca\x60\x2f\xe7\x00\x75\x39\x26\x3a\x87\xc6\x8f\x0d\x28\x5e\x5f\x59\x55\x64\xcb\xcb\xe1\x28\x7a\x40\x53\xf0\x93\x68\x0a\xe0\x9d\x20\x31\xf6\x70\xf4\x50\x6d\x23\xd6\xc8\x9e\x51\x50\x78\x06\xba\x31\x96\x75\xc7\xd4\x2c\x78\xc4\x62\x36\x73\xcb\xdc\x1c\xa1\x04\x6f\xcf\x2e\xf3\xd8\x44\x92\xf2\x90\x08\x4c\xe9\x0c\x65\x0d\x33\xbf\x54\xd7\xee\xa3\x37\xb6\xd9\x4f\x84\xc3\x6a\x81\x99\xb7\x12\x89\x74\x5c\x80\x89\x6a\xe0\x4c\x98\xd9\xee\x5a\xec\x34\x05\xa8\x05\x60\xdd\x7a\x29\xe3\x7a\x08\x2f\x11\xbf\xcb\xf7\x03\x86\xb5\x6d\x85\x17\xc6\x60\xbb\x27\x87\x98\x7c\xe5\xa1\x6d\x4d\x10\xd0\x69\xa2\x23\xb5\x2c\x57\xa5\x60\x4d\x2d\x93\xb3\x5b\x83\x82\x3a\xb7\xc8\x5d\xd8\xc5\xf8\x34\x3a\xd1\xdf\x7d\xb6\x08\x23\xc7\x71\xd3\x0d\xb2\xdd\xbc\x98\xf7\xcb\xd4\xf7\x65\x8d\xdc\x59\xcd\xa1\xbf\xa5\x1a\xb6\xd9\xfa\xac\x71\x96\xcb\x88\x76\xa6\xc2\x4d\x48\xcc\xc4\x20\x48\x50\x2a\x57\x0f\x97\x09\x0a\xad\xe1\x7b\xab\x65\x84\x0e\xb9\xbb\x4a\x50\x43\xf3\x03\x41\x00\xd4\x65\x70\xf7\xaf\x47\x05\xdc\xe7\x1b\x13\x71\x74\x66\x45\xa0\xa7\x61\xa1\x5c\xe4\x20\xf5\xa1\xd8\x79\x1d\xd4\x5b\x67\xc2\xd5\x3a\xbf\xad\xea\xb6\x48\xe8\x8e\x53\x2a\x43\xce\x92\x92\xcf\xd2\x44\xfd\xf4\xe6\xe2\x62\x36\x1b\xd8\x89\x7d\xe9\x49\xec\xfd\x86\xdf\xc5\x4f\x38\x7c\x16\xc5\x12\xec\xb8\x5a\x41\x73\xbd\xf9\x7e\x7e\xac\x21\x77\x81\xd3\xe2\xc7\x79\xc2\x4a\xd9\xee\x90\xb6\xe1\xe0\x31\xc3\x99\x92\xdb\xf1\xa1\xb6\x4c\x4b\xd7\x39\x8c\xb8\xdf\x60\x30\xc8\x2d\xfc\x3c\xc0\x48\x4d\xf2\xd7\x7f\xfb\x52\x63\x18\xc6\x14\x4a\xff\xee\xb5\x06\x25\x95\xa5\x55\xc8\x59\x09\x59\x51\x2f\x64\xbd\xab\x17\x22\x2d\xe8\x80\xdd\xf3\x16\x14\x08\xa6\x49\x0b\x72\xb3\x47\xce\x00\xdb\xf7\xd2\xd6\x8a\xa2\x1e\xeb\x48\xf3\x19\xd6\x01\x7b\xba\x8d\x35\x09\x36\x09\xfe\x17\x97\xb5\x03\xc0\x12\xf9\xb4\xf7\xe0\x11\xd0\xc0\xf3\xfc\x70\x12\x11\x64\x49\x43\xce\x10\x9f\x18\x01\xfe\x42\xb5\xe8\x68\xf4\x2d\x9e\x0d\x78\x60\x98\x7f\x76\x7e\x00\x3d\xbf\x9d\x8a\x53\x9a\xbe\xf4\x34\x7e\xa9\x15\xc5\xe6\x82\x5e\x80\x49\xa9\xdd\x03\x6d\x8e\xb0\x2d\x55\x20\x50\xdb\xf2\x6e\x8c\x6d\x06\x8b\xf8\xed\xef\xbf\xcf\x86\x48\x92\x60\xea\x07\x37\x61\x7a\x6f\x3a\xd2\x49\xce\x0a\x47\xf2\xef\x73\xf8\xef\x22\x40\xda\x79\x20\x8f\xb0\x64\x8e\x79\x2f\x7d\x5b\xc5\x52\x65\xb8\x23\x5e\x16\x3e\xc3\xa5\x3d\xe0\xf4\x7a\x2c\xc7\x7b\xbd\x4c\xc0\xa3\x1a\xb0\x96\x66\x34\xcf\xc8\x08\x7b\xec\x5e\x5c\x3e\xbd\x90\x1d\x38\x04\x0b\x9e\x32\xfd\xe0\xb7\x47\x5b\xaf\xc7\xa0\x89\x47\xb3\xc4\x57\x3e\x68\x1f\x42\x7c\x79\xbd\x59\x68\x0b\x12\xc9\x76\x28\xc6\x0e\xa2\xe9\xd2\x20\xcb\x2c\x2c\xc6\x88\x18\x24\xde\xef\x78\x0e\xb6\x40\xc1\xc7\xbd\xf8\xe7\x2c\x9a\x9a\x1d\xd0\x07\xa7\x05\x3e\xc7\x2f\xc7\x65\x77\x05\xc0\x1f\xfc\xc4\x9e\x15\x30\x1c\x70\x7d\x94\x97\xae\xe1\x86\x6f\x5a\x59\xe3\xda\x02\x81\x88\x2e\xa8\x25\xe2\x13\x5a\x4b\x49\x3d\x97\x2a\xc3\xe5\xe0\x10\x03\xaf\x54\x7c\x73\xbe\x35\x4a\x3b\xbe\x17\xf0\x7c\x8b\x25\x24\x7a\xcf\xa0\xa8\x36\x45\x73\xf0\x47\x57\x0b\xcd\xf3\x5a\x58\xfc\xe1\x49\xbc\x8c\x08\x82\x3b\x3e\x5d\xf8\xac\xc7\x0b\xba\xcb\xe5\x39\xd2\xf3\xf2\x64\x9b\xac\x73\xe2\x39\x6d\x12\x20\x3e\xc2\x60\x82\x1e\x3b\x4d\x36\xac\x14\x74\x0d\x1a\xa9\xdd\xfb\x82\x2f\xda\xd5\x6a\xd0\x21\xa8\xea\xd5\x37\x8d\x75\x1b\xbc\xb3\xf7\xfd\x81\x3a\xeb\x6a\x0c\xc3\xbb\xe3\x84\x7e\x47\x9e\xdf\x28\xe6\xe5\x14\xbe\xdb\xb5\x19\x09\xe3\x99\xcb\xb2\xe2\x2f\xe3\xae\x9d\xc8\xf7\xbc\x9e\xe2\x7b\x9a\x80\x38\x14\xe5\xe1\x3a\x6c\xc8\xf2\xff\xc8\x29\x45\xa0\xc2\xbc\x0c\x83\xa3\x23\x53\x3a\x10\xfc\x63\xe1\x8a\x70\x59\x89\x39\x47\x71\x51\x28\xe0\xf1\x3d\x3d\x1a\x08\x64\xfb\xf1\xb8\x9d\x1d\x3c\xd6\x77\xf5\x86\x27\x30\x94\x42\x06\x8a\x84\xaa\x0a\x53\x48\xa0\xe9\x05\x3a\xb2\x32\xb8\xf0\x94\x21\xca\xd7\x4c\xac\x78\xe1\x02\x9a\x67\x82\x3f\x25\x5a\xd6\xa6\x7e\x46\xc1\x7b\x3d\x69\xc2\x9b\xfc\x5c\xdb\x36\x41\x01\x82\xe4\x79\x2d\x0b\x80\x80\xaf\x98\x2c\xa0\xec\x85\x0e\x7c\xc5\xf2\xaf\xd0\x2c\x07\xd4\x11\x8e\x48\x59\x0f\x83\x92\xc6\x4c\x9c\x7b\x5a\x29\x72\xa4\x21\xb4\xfd\x6b\xcd\xfc\xf0\xe7\x2a\x61\xb9\xac\x15\x75\xd3\xa4\x1e\x29\xd4\x9c\xc3\xeb\x4f\x00\x23\x0e\xfa\x95\x4c\x1d\x87\xfa\x86\xd5\x61\xa1\x1d\x30\x70\x6e\x2b\x26\xfc\x43\x5f\x2a\x5a\x72\x23\x19\xf0\x65\x1a\x9b\x08\x87\xc6\xab\x9f\xb3\x2d\xa4\x29\xca\xa1\x0a\x5c\x0b\xfe\x7a\x51\xc8\xa8\x4f\x77\xe7\xae\x1d\xda\x7e\xda\x01\x7c\xf6\x21\x32\xa5\x20\x0e\x2b\x56\x6c\x4a\xa1\x8f\x86\xd6\x3e\xd8\xcf\x82\xa4\x5b\x81\x5d\x91\x2b\xcc\x0d\x02\x45\x89\x96\x6b\x81\xc6\x54\x89\xe0\xda\x60\x60\xb2\xac\x9e\xc1\x46\xdc\x4a\xfe\xda\x1b\xc7\xbb\xff\x54\x9c\x54\xaa\x4c\xe0\xdc\xa1\x1b\xd6\xb2\xad\xd0\x92\x84\x4c\x81\x5d\x00\xdd\xd3\xfb\xeb\x54\x2b\x91\x86\x88\x01\xbc\x81\xe1\x4c\x9f\xa4\xd0\xa3\xef\xe5\x4c\x8a\xb6\x38\xe8\x96\x84\x2c\xf4\xba\x7e\x32\xd5\x68\x4f\xcc\x25\x1b\xf7\x49\x62\xdc\x92\x6c\x33\x09\x0a\x2f\x35\x09\x0a\x3f\x20\xd3\x7e\x5f\x4b\x02\xef\x83\xf0\xb8\x25\xce\xee\x5f\xca\x47\x9e\x26\x77\x5b\x26\xbf\xa6\xc9\xd5\xb3\x60\x9b\x32\xff\x50\x2f\x62\x79\x89\xd3\xbb\xa4\x54\xe6\x37\xcf\x2b\xa6\x26\xe6\x1c\xa3\x93\xb8\xa6\x07\xbd\x85\xe7\x0c\xc8\x02\x54\xa0\x7b\x47\x47\xe2\x09\x35\x2f\x30\xd2\xcf\x52\x41\x46\x88\x4c\x2a\x62\x85\x4c\x81\xb3\x65\xc1\x9d\xd1\x35\x74\x16\x31\x95\x38\xb7\xf3\x8d\xe9\xcb\x53\x19\xc5\x83\xc9\xcb\x41\x0b\xb9\x57\x6c\x0d\xf5\x3e\x31\xbe\x56\xd7\xf5\x06\xd8\xfa\xbc\x84\x19\x04\x48\x6d\xbd\xf0\xf9\xcc\xc5\x57\x98\x36\x63\x39\xf8\x31\xa8\x2e\x16\x3c\x67\x00\x42\x34\x7a\x1c\x3b\x70\x60\xe7\x5e\xab\xed\x22\x59\x39\xa5\x55\x06\xb2\xe9\x1f\x50\x06\xfd\x0b\x24\x04\x37\x13\x6f\x6c\x26\xbe\x7c\xba\xfa\x74\xf6\x95\x35\xb2\x5e\x31\x71\xfe\x26\x79\xa7\x65\x2f\x91\xb4\x62\x41\xd4\x52\x72\x0e\xe9\x66\x42\x32\x9c\xad\x9b\x66\xab\xde\x5c\x5c\xac\xca\x66\xdd\x2e\x66\x79\xbd\xc1\x50\x78\x2d\x57\xf8\x8f\x8b\x52\xa9\x96\xab\x8b\x9f\x7e\xfc\xf9\x3c\x76\x1b\x7b\x30\x86\xa3\x63\x2d\x87\x85\x1a\xc6\xe0\x3d\x71\x0b\xf2\x6f\xbd\x12\xf5\x64\x28\x9e\xf9\xbf\x99\x23\x1c\x40\x98\x7c\xef\xde\xe2\x8e\xba\xc5\x3f\xd3\x7d\x27\xf5\xac\xa2\x11\x58\x93\x4d\x03\x2b\x2d\x08\x02\xfe\xa1\x4a\x08\xa2\x3a\xb5\x83\xe8\x0a\xac\xfc\x49\x61\xd3\x53\x84\x24\x6e\x19\xb4\xea\x36\xf4\xa7\x58\x00\xd2\xd4\x92\x13\x21\x1f\xc6\x29\x16\x55\xbd\x00\x16\x37\xfd\xc9\x90\x26\xcf\xab\x5a\x4d\x46\x0e\xf5\x5f\xd8\x5b\xfa\xf9\xa8\xdb\x5b\x6f\xb6\x50\xa1\x26\xb9\x02\xa8\x42\x3f\x10\xd8\x2b\xc6\x38\x89\x0d\xdc\x9f\xae\x36\xc5\xae\x7a\x36\x70\x9f\xb8\x40\x1f\x69\xc8\x1f\xbe\x1b\x39\xd3\x43\x7a\xf9\x9d\x5f\xe3\xc5\x80\x94\xbe\x81\x2e\x4d\x18\x69\x57\xa5\x58\x55\xbc\xb3\x5e\x43\x93\x99\x89\x4b\xfc\xc4\xef\xac\xe7\xe8\x70\x6c\x8a\x8e\x18\xd1\x6c\xb5\x18\x16\x7d\x25\x97\x06\xc4\x01\x60\x01\x46\x91\x60\x6b\x82\x80\x65\x9d\x9a\x56\x7d\x92\x27\x02\xca\x94\x32\xa1\xda\xc5\x6b\x57\xd2\x5f\x4b\x90\xae\x80\xf8\xd8\x32\x09\x74\x93\xeb\xb2\x2a\x5e\x47\x60\x5b\xe8\x3e\x3b\xa2\x0d\x83\xfa\x64\x55\x05\x6f\x1c\x0d\x25\xac\x28\xb5\x6b\xb7\xcf\xd1\x3e\x18\x67\xf9\xda\x56\x33\x62\x56\xa2\x63\x49\x04\xf2\x22\x30\xad\xff\xdb\xa9\xa6\x09\x36\xf8\x00\xdb\xd5\xf7\x2f\x27\x82\x3d\x9b\x22\x27\xbe\x84\xfe\x89\xb9\x35\xda\xc1\x26\xc9\x31\xb4\x55\x6a\x8e\xb9\x99\x17\x80\xbc\x39\x4f\x4a\x6d\xd9\x93\xa0\x42\xfa\xbd\x5a\x2c\x4f\x93\x0f\x71\x1a\x5d\x2d\x1f\x7a\xd5\x86\x7e\x0f\x4e\xf4\x56\x9b\xd2\x72\x87\xa5\x1e\x49\x22\xab\x2a\x9f\xfd\xc2\xc5\xd5\x32\xe1\xdc\x08\x95\x3c\xf1\xaa\xd2\xff\xcf\xbb\x82\x9b\xfc\x84\x02\x8a\x51\x79\x6a\xaa\xbe\x09\x31\x49\xd1\xaf\xd7\x0b\x06\xed\xc0\x87\x9a\xaa\xf6\x6e\x73\x50\x4b\x73\xc4\x85\xce\x59\xbe\xe6\x73\x3d\xb5\x76\x8f\xd2\x60\xea\x10\xfa\x56\xff\xf8\x0e\x7f\x3b\xaa\xcc\x30\x4c\x86\x01\x3f\x1c\x0b\x52\xed\x2c\x07\x84\x9b\x75\xb6\x77\x5d\xef\x1c\x87\x9d\x47\xba\xf3\xec\x9c\x6b\x3c\x92\xe3\x75\xab\x81\xcb\x6c\xea\x8e\x73\x26\xa5\x29\x9f\xa1\x51\x13\x26\x9b\x72\xc9\xf2\x20\xf8\x32\x09\xf3\x1e\x68\x48\x7c\xa2\x82\x9c\x81\xeb\x41\x69\x44\x39\x4b\x2c\x37\xe1\xf0\xfb\x8f\x96\x6e\x9d\xc2\x3b\xbc\x3e\x91\x73\xb8\xf7\xa6\xb0\x24\x80\x1d\x46\x97\xee\xb5\x24\x3b\x62\xad\x07\x16\x34\xee\xc7\x4a\xe3\xf5\x09\x9b\x2e\xe1\x7a\x64\x70\xd4\x23\x0b\x42\xf5\x05\x61\xb7\x9a\x2e\xd8\x00\xb6\x10\x0b\x9f\x1e\x79\xe1\x80\x18\x1e\x1a\x57\xab\x28\xb6\xe2\xc9\x86\x17\x65\xdb\x25\x3d\x1a\x2f\xd2\xfb\x53\xb0\xfc\x81\x04\xcb\xf0\x7b\xfb\x66\x02\xe1\x64\xe1\xa2\x29\x12\xe1\x7d\x2d\x1d\x04\xe4\x23\x38\xf9\x4f\x1c\xfb\x5b\x34\x35\x66\xc1\xe2\x5c\xca\x1e\xc4\x95\x35\xaf\x94\xad\xce\x0c\x4f\xba\xc9\x39\xde\x94\xaa\xf9\x95\x55\xed\x51\xb8\x56\x28\x17\xfb\x66\x15\x0d\x66\xaa\x38\x4d\xef\x17\xa3\x11\xdb\xcf\x61\x80\x55\x0b\x07\x0c\xfa\x03\xfe\xc5\xb0\x45\xe9\x79\xef\x63\x78\x3d\xd8\xfd\x7a\x40\x05\xf5\x24\xd9\x76\xcb\xa5\x09\x9d\xf6\x02\xbb\x40\xbd\x04\xa3\x64\x02\x1d\x9d\x0f\x77\x9f\x3e\x3a\x8b\xcb\xc5\x3f\x3a\x8f\x86\xaf\xc1\xd6\xcd\xe2\x6f\xee\x63\x5b\x55\x83\x6f\x6e\x42\x93\x90\xfb\x9b\x9b\xf9\xaf\x97\x37\xf7\xef\x46\x59\x53\xbc\xaf\x0d\xee\x89\x9d\x09\xed\x09\x9a\x9f\x0d\x98\x9c\xed\x86\x4b\x03\x5d\x71\xab\x46\x2d\xdf\x56\x55\xc8\x9e\x93\x89\x07\x7a\x0e\x24\xc2\x5a\x81\xee\x61\x26\x92\xd1\x8d\x0b\xc7\x87\xaf\x3d\xe8\x87\x3f\x98\xb6\xf3\x6e\x11\x6f\x92\x8f\x76\xd4\x81\x7d\xa5\x2c\xfc\x11\xd7\x01\x43\xdf\x2f\xc5\x0f\x76\xd8\xf5\xb8\x17\xa6\xa1\x25\xd1\x7a\x9d\xe4\x76\xe0\xde\x3d\x84\xa1\x07\x2b\xee\x0b\xd4\xcf\xf0\xdc\x14\x59\x9d\xb0\xd1\xa3\x25\x3e\xca\x04\x35\xf9\x61\x50\xe0\x3c\x38\xa7\xe4\x5a\x20\x6a\xb3\x62\x62\xd5\xb2\x15\x57\x69\x62\x06\xcf\xc4\xa6\x5c\xad\x01\x06\x4b\xbc\xdc\x98\xa4\x62\x89\x60\x4d\xf9\xc8\x3b\x47\x08\x13\x86\xfc\x9f\x6c\xb3\x85\x9a\x1c\x91\x09\x5a\x93\x58\xb9\xc7\x63\x2e\xf1\xc3\x9d\x5d\x8e\x3e\x69\xf6\x41\x44\x4c\x25\x32\x81\x2f\x17\xd9\x36\x8c\x4f\x06\x81\x5b\xe8\x48\x18\x1c\x5d\x26\xb9\xe1\xc2\x03\x99\xbe\x02\xef\x10\x7b\xa9\x9b\x9a\x33\x2d\xe9\x3d\x6e\x71\xac\x40\xc0\x29\xed\x96\x27\xe6\x65\x98\x3b\x41\x73\x8b\x9f\xfa\xa3\x75\x80\xbe\x70\xf3\xc7\xce\x53\x26\x1c\x5b\x27\xc6\x76\x48\x73\x77\xa0\x44\xf7\x0a\x27\xdd\xea\x70\xa8\x66\x8c\xcf\xc6\xac\x0b\xbf\x33\x98\x6c\xa8\xdb\x45\xb5\xc7\x94\xf0\xfb\xa3\x93\x42\x91\x3c\x3e\xa9\x09\x01\x99\xcf\x9d\xab\xa5\x8f\xe9\xd8\xb0\x8b\xba\x1e\x78\x2f\x27\x0c\x6d\x04\x93\xa2\x1f\xec\xda\x8c\x36\x6f\x0e\x39\x2f\x13\x8a\xa4\xba\x5b\x64\xa4\xcf\xd8\x84\xaa\x52\x1d\x34\x1d\x67\x3f\x4d\x9e\x91\xb5\x10\x48\xd9\xed\x25\x61\x49\xcf\x05\x02\x76\x40\x4c\x92\x43\x4d\xe1\x54\x5e\xa2\x78\x11\xd0\xc5\x87\x51\xc5\x6f\x6a\x0f\x51\xea\xde\x5c\x0a\x93\xcc\x5b\xa9\xb4\xb8\x24\x79\x47\x52\x5b\xbb\xa7\x99\x30\xd4\x08\x46\x1c\x5f\x26\x26\x81\x69\xff\x8a\x85\x67\x5b\x04\x16\x83\xc5\xda\x24\xb5\xe0\x46\x1a\x66\x02\xf8\x27\x05\x84\x7e\x16\x0a\x98\x61\x88\x65\x91\x3e\xf0\xba\x38\x30\x81\x2d\x7f\x76\xcb\xbc\x8e\x19\x10\xe8\xf9\x1f\xf4\x7f\xff\xfe\xe1\x3f\x01\x00\x00\xff\xff\x76\xdc\x70\xa8\x8c\x8b\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 232325, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 232332, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index 2598eea16..5ea874fb6 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -12390,21 +12390,21 @@ public interface TaskExecutionMetadataOrBuilder extends /** *
-     * Generated unique name for this task execution used by the backend.
+     * Unique name for this task execution used by the backend, may be generated.
      * 
* - * string generated_name = 1; + * string resource_name = 1; */ - java.lang.String getGeneratedName(); + java.lang.String getResourceName(); /** *
-     * Generated unique name for this task execution used by the backend.
+     * Unique name for this task execution used by the backend, may be generated.
      * 
* - * string generated_name = 1; + * string resource_name = 1; */ com.google.protobuf.ByteString - getGeneratedNameBytes(); + getResourceNameBytes(); /** *
@@ -12474,7 +12474,7 @@ private TaskExecutionMetadata(com.google.protobuf.GeneratedMessageV3.Builder
     }
     private TaskExecutionMetadata() {
       instanceClass_ = 0;
-      generatedName_ = "";
+      resourceName_ = "";
       managedResourceInfo_ = java.util.Collections.emptyList();
     }
 
@@ -12505,7 +12505,7 @@ private TaskExecutionMetadata(
             case 10: {
               java.lang.String s = input.readStringRequireUtf8();
 
-              generatedName_ = s;
+              resourceName_ = s;
               break;
             }
             case 18: {
@@ -12694,42 +12694,42 @@ public flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass
       return result == null ? flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.UNRECOGNIZED : result;
     }
 
-    public static final int GENERATED_NAME_FIELD_NUMBER = 1;
-    private volatile java.lang.Object generatedName_;
+    public static final int RESOURCE_NAME_FIELD_NUMBER = 1;
+    private volatile java.lang.Object resourceName_;
     /**
      * 
-     * Generated unique name for this task execution used by the backend.
+     * Unique name for this task execution used by the backend, may be generated.
      * 
* - * string generated_name = 1; + * string resource_name = 1; */ - public java.lang.String getGeneratedName() { - java.lang.Object ref = generatedName_; + public java.lang.String getResourceName() { + java.lang.Object ref = resourceName_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - generatedName_ = s; + resourceName_ = s; return s; } } /** *
-     * Generated unique name for this task execution used by the backend.
+     * Unique name for this task execution used by the backend, may be generated.
      * 
* - * string generated_name = 1; + * string resource_name = 1; */ public com.google.protobuf.ByteString - getGeneratedNameBytes() { - java.lang.Object ref = generatedName_; + getResourceNameBytes() { + java.lang.Object ref = resourceName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - generatedName_ = b; + resourceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -12810,8 +12810,8 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getGeneratedNameBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, generatedName_); + if (!getResourceNameBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, resourceName_); } for (int i = 0; i < managedResourceInfo_.size(); i++) { output.writeMessage(2, managedResourceInfo_.get(i)); @@ -12828,8 +12828,8 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getGeneratedNameBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, generatedName_); + if (!getResourceNameBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, resourceName_); } for (int i = 0; i < managedResourceInfo_.size(); i++) { size += com.google.protobuf.CodedOutputStream @@ -12855,8 +12855,8 @@ public boolean equals(final java.lang.Object obj) { flyteidl.event.Event.TaskExecutionMetadata other = (flyteidl.event.Event.TaskExecutionMetadata) obj; if (instanceClass_ != other.instanceClass_) return false; - if (!getGeneratedName() - .equals(other.getGeneratedName())) return false; + if (!getResourceName() + .equals(other.getResourceName())) return false; if (!getManagedResourceInfoList() .equals(other.getManagedResourceInfoList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -12872,8 +12872,8 @@ public int hashCode() { hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + INSTANCE_CLASS_FIELD_NUMBER; hash = (53 * hash) + instanceClass_; - hash = (37 * hash) + GENERATED_NAME_FIELD_NUMBER; - hash = (53 * hash) + getGeneratedName().hashCode(); + hash = (37 * hash) + RESOURCE_NAME_FIELD_NUMBER; + hash = (53 * hash) + getResourceName().hashCode(); if (getManagedResourceInfoCount() > 0) { hash = (37 * hash) + MANAGED_RESOURCE_INFO_FIELD_NUMBER; hash = (53 * hash) + getManagedResourceInfoList().hashCode(); @@ -13019,7 +13019,7 @@ public Builder clear() { super.clear(); instanceClass_ = 0; - generatedName_ = ""; + resourceName_ = ""; if (managedResourceInfoBuilder_ == null) { managedResourceInfo_ = java.util.Collections.emptyList(); @@ -13056,7 +13056,7 @@ public flyteidl.event.Event.TaskExecutionMetadata buildPartial() { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.instanceClass_ = instanceClass_; - result.generatedName_ = generatedName_; + result.resourceName_ = resourceName_; if (managedResourceInfoBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0)) { managedResourceInfo_ = java.util.Collections.unmodifiableList(managedResourceInfo_); @@ -13118,8 +13118,8 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) { if (other.instanceClass_ != 0) { setInstanceClassValue(other.getInstanceClassValue()); } - if (!other.getGeneratedName().isEmpty()) { - generatedName_ = other.generatedName_; + if (!other.getResourceName().isEmpty()) { + resourceName_ = other.resourceName_; onChanged(); } if (managedResourceInfoBuilder_ == null) { @@ -13223,21 +13223,21 @@ public Builder clearInstanceClass() { return this; } - private java.lang.Object generatedName_ = ""; + private java.lang.Object resourceName_ = ""; /** *
-       * Generated unique name for this task execution used by the backend.
+       * Unique name for this task execution used by the backend, may be generated.
        * 
* - * string generated_name = 1; + * string resource_name = 1; */ - public java.lang.String getGeneratedName() { - java.lang.Object ref = generatedName_; + public java.lang.String getResourceName() { + java.lang.Object ref = resourceName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); - generatedName_ = s; + resourceName_ = s; return s; } else { return (java.lang.String) ref; @@ -13245,19 +13245,19 @@ public java.lang.String getGeneratedName() { } /** *
-       * Generated unique name for this task execution used by the backend.
+       * Unique name for this task execution used by the backend, may be generated.
        * 
* - * string generated_name = 1; + * string resource_name = 1; */ public com.google.protobuf.ByteString - getGeneratedNameBytes() { - java.lang.Object ref = generatedName_; + getResourceNameBytes() { + java.lang.Object ref = resourceName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); - generatedName_ = b; + resourceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; @@ -13265,49 +13265,49 @@ public java.lang.String getGeneratedName() { } /** *
-       * Generated unique name for this task execution used by the backend.
+       * Unique name for this task execution used by the backend, may be generated.
        * 
* - * string generated_name = 1; + * string resource_name = 1; */ - public Builder setGeneratedName( + public Builder setResourceName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } - generatedName_ = value; + resourceName_ = value; onChanged(); return this; } /** *
-       * Generated unique name for this task execution used by the backend.
+       * Unique name for this task execution used by the backend, may be generated.
        * 
* - * string generated_name = 1; + * string resource_name = 1; */ - public Builder clearGeneratedName() { + public Builder clearResourceName() { - generatedName_ = getDefaultInstance().getGeneratedName(); + resourceName_ = getDefaultInstance().getResourceName(); onChanged(); return this; } /** *
-       * Generated unique name for this task execution used by the backend.
+       * Unique name for this task execution used by the backend, may be generated.
        * 
* - * string generated_name = 1; + * string resource_name = 1; */ - public Builder setGeneratedNameBytes( + public Builder setResourceNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); - generatedName_ = value; + resourceName_ = value; onChanged(); return this; } @@ -13802,15 +13802,15 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" + "kExecutionMetadataB\017\n\routput_result\"B\n\023M" + "anagedResourceInfo\022\030\n\020allocation_token\030\001" + - " \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\361\001\n\025TaskExecutio" + + " \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\360\001\n\025TaskExecutio" + "nMetadata\022K\n\016instance_class\030\020 \001(\01623.flyt" + "eidl.event.TaskExecutionMetadata.Instanc" + - "eClass\022\026\n\016generated_name\030\001 \001(\t\022B\n\025manage" + - "d_resource_info\030\002 \003(\0132#.flyteidl.event.M" + - "anagedResourceInfo\"/\n\rInstanceClass\022\013\n\007D" + - "EFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github.co" + - "m/flyteorg/flyteidl/gen/pb-go/flyteidl/e" + - "ventb\006proto3" + "eClass\022\025\n\rresource_name\030\001 \001(\t\022B\n\025managed" + + "_resource_info\030\002 \003(\0132#.flyteidl.event.Ma" + + "nagedResourceInfo\"/\n\rInstanceClass\022\013\n\007DE" + + "FAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github.com" + + "/flyteorg/flyteidl/gen/pb-go/flyteidl/ev" + + "entb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -13882,7 +13882,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_TaskExecutionMetadata_descriptor, - new java.lang.String[] { "InstanceClass", "GeneratedName", "ManagedResourceInfo", }); + new java.lang.String[] { "InstanceClass", "ResourceName", "ManagedResourceInfo", }); flyteidl.core.Execution.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); flyteidl.core.Catalog.getDescriptor(); diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index b4328b203..fe9f1efb1 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5785,8 +5785,8 @@ export namespace flyteidl { /** TaskExecutionMetadata instanceClass */ instanceClass?: (flyteidl.event.TaskExecutionMetadata.InstanceClass|null); - /** TaskExecutionMetadata generatedName */ - generatedName?: (string|null); + /** TaskExecutionMetadata resourceName */ + resourceName?: (string|null); /** TaskExecutionMetadata managedResourceInfo */ managedResourceInfo?: (flyteidl.event.IManagedResourceInfo[]|null); @@ -5804,8 +5804,8 @@ export namespace flyteidl { /** TaskExecutionMetadata instanceClass. */ public instanceClass: flyteidl.event.TaskExecutionMetadata.InstanceClass; - /** TaskExecutionMetadata generatedName. */ - public generatedName: string; + /** TaskExecutionMetadata resourceName. */ + public resourceName: string; /** TaskExecutionMetadata managedResourceInfo. */ public managedResourceInfo: flyteidl.event.IManagedResourceInfo[]; diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index 35ba99580..d4c11b4fe 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -13999,7 +13999,7 @@ export const flyteidl = $root.flyteidl = (() => { * @memberof flyteidl.event * @interface ITaskExecutionMetadata * @property {flyteidl.event.TaskExecutionMetadata.InstanceClass|null} [instanceClass] TaskExecutionMetadata instanceClass - * @property {string|null} [generatedName] TaskExecutionMetadata generatedName + * @property {string|null} [resourceName] TaskExecutionMetadata resourceName * @property {Array.|null} [managedResourceInfo] TaskExecutionMetadata managedResourceInfo */ @@ -14028,12 +14028,12 @@ export const flyteidl = $root.flyteidl = (() => { TaskExecutionMetadata.prototype.instanceClass = 0; /** - * TaskExecutionMetadata generatedName. - * @member {string} generatedName + * TaskExecutionMetadata resourceName. + * @member {string} resourceName * @memberof flyteidl.event.TaskExecutionMetadata * @instance */ - TaskExecutionMetadata.prototype.generatedName = ""; + TaskExecutionMetadata.prototype.resourceName = ""; /** * TaskExecutionMetadata managedResourceInfo. @@ -14067,8 +14067,8 @@ export const flyteidl = $root.flyteidl = (() => { TaskExecutionMetadata.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - if (message.generatedName != null && message.hasOwnProperty("generatedName")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.generatedName); + if (message.resourceName != null && message.hasOwnProperty("resourceName")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.resourceName); if (message.managedResourceInfo != null && message.managedResourceInfo.length) for (let i = 0; i < message.managedResourceInfo.length; ++i) $root.flyteidl.event.ManagedResourceInfo.encode(message.managedResourceInfo[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); @@ -14099,7 +14099,7 @@ export const flyteidl = $root.flyteidl = (() => { message.instanceClass = reader.int32(); break; case 1: - message.generatedName = reader.string(); + message.resourceName = reader.string(); break; case 2: if (!(message.managedResourceInfo && message.managedResourceInfo.length)) @@ -14133,9 +14133,9 @@ export const flyteidl = $root.flyteidl = (() => { case 1: break; } - if (message.generatedName != null && message.hasOwnProperty("generatedName")) - if (!$util.isString(message.generatedName)) - return "generatedName: string expected"; + if (message.resourceName != null && message.hasOwnProperty("resourceName")) + if (!$util.isString(message.resourceName)) + return "resourceName: string expected"; if (message.managedResourceInfo != null && message.hasOwnProperty("managedResourceInfo")) { if (!Array.isArray(message.managedResourceInfo)) return "managedResourceInfo: array expected"; diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index 464039bb2..94ccc44cf 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -471,7 +471,7 @@ TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/f { "instance_class": "...", - "generated_name": "...", + "resource_name": "...", "managed_resource_info": [] } @@ -480,10 +480,10 @@ TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/f instance_class (:ref:`flyteidl.event.TaskExecutionMetadata.InstanceClass `) -.. _api_field_flyteidl.event.TaskExecutionMetadata.generated_name: +.. _api_field_flyteidl.event.TaskExecutionMetadata.resource_name: -generated_name - (`string `_) Generated unique name for this task execution used by the backend. +resource_name + (`string `_) Unique name for this task execution used by the backend, may be generated. .. _api_field_flyteidl.event.TaskExecutionMetadata.managed_resource_info: diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py index 4892415b3..fdf6c02c3 100644 --- a/gen/pb_python/flyteidl/event/event_pb2.py +++ b/gen/pb_python/flyteidl/event/event_pb2.py @@ -25,7 +25,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"B\n\x13ManagedResourceInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xf1\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x42\n\x15managed_resource_info\x18\x02 \x03(\x0b\x32#.flyteidl.event.ManagedResourceInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"B\n\x13ManagedResourceInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xf0\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x15\n\rresource_name\x18\x01 \x01(\t\x12\x42\n\x15managed_resource_info\x18\x02 \x03(\x0b\x32#.flyteidl.event.ManagedResourceInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -48,8 +48,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=2380, - serialized_end=2427, + serialized_start=2379, + serialized_end=2426, ) _sym_db.RegisterEnumDescriptor(_TASKEXECUTIONMETADATA_INSTANCECLASS) @@ -567,7 +567,7 @@ is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='generated_name', full_name='flyteidl.event.TaskExecutionMetadata.generated_name', index=1, + name='resource_name', full_name='flyteidl.event.TaskExecutionMetadata.resource_name', index=1, number=1, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, @@ -594,7 +594,7 @@ oneofs=[ ], serialized_start=2186, - serialized_end=2427, + serialized_end=2426, ) _WORKFLOWEXECUTIONEVENT.fields_by_name['execution_id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py index 5c76f9f86..bedebe47d 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py @@ -35,28 +35,28 @@ class EventTaskExecutionMetadata(object): """ swagger_types = { 'instance_class': 'TaskExecutionMetadataInstanceClass', - 'generated_name': 'str', + 'resource_name': 'str', 'managed_resource_info': 'list[EventManagedResourceInfo]' } attribute_map = { 'instance_class': 'instance_class', - 'generated_name': 'generated_name', + 'resource_name': 'resource_name', 'managed_resource_info': 'managed_resource_info' } - def __init__(self, instance_class=None, generated_name=None, managed_resource_info=None): # noqa: E501 + def __init__(self, instance_class=None, resource_name=None, managed_resource_info=None): # noqa: E501 """EventTaskExecutionMetadata - a model defined in Swagger""" # noqa: E501 self._instance_class = None - self._generated_name = None + self._resource_name = None self._managed_resource_info = None self.discriminator = None if instance_class is not None: self.instance_class = instance_class - if generated_name is not None: - self.generated_name = generated_name + if resource_name is not None: + self.resource_name = resource_name if managed_resource_info is not None: self.managed_resource_info = managed_resource_info @@ -82,27 +82,27 @@ def instance_class(self, instance_class): self._instance_class = instance_class @property - def generated_name(self): - """Gets the generated_name of this EventTaskExecutionMetadata. # noqa: E501 + def resource_name(self): + """Gets the resource_name of this EventTaskExecutionMetadata. # noqa: E501 - Generated unique name for this task execution used by the backend. # noqa: E501 + Unique name for this task execution used by the backend, may be generated. # noqa: E501 - :return: The generated_name of this EventTaskExecutionMetadata. # noqa: E501 + :return: The resource_name of this EventTaskExecutionMetadata. # noqa: E501 :rtype: str """ - return self._generated_name + return self._resource_name - @generated_name.setter - def generated_name(self, generated_name): - """Sets the generated_name of this EventTaskExecutionMetadata. + @resource_name.setter + def resource_name(self, resource_name): + """Sets the resource_name of this EventTaskExecutionMetadata. - Generated unique name for this task execution used by the backend. # noqa: E501 + Unique name for this task execution used by the backend, may be generated. # noqa: E501 - :param generated_name: The generated_name of this EventTaskExecutionMetadata. # noqa: E501 + :param resource_name: The resource_name of this EventTaskExecutionMetadata. # noqa: E501 :type: str """ - self._generated_name = generated_name + self._resource_name = resource_name @property def managed_resource_info(self): diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index d7b4e9360..574579dd4 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -188,8 +188,8 @@ message TaskExecutionMetadata { } InstanceClass instance_class = 16; - // Generated unique name for this task execution used by the backend. - string generated_name = 1; + // Unique name for this task execution used by the backend, may be generated. + string resource_name = 1; // Includes information about resource token allocation (if applicable). // This is a repeated field because a plugin can request multiple resource allocations during execution. From 0fd60c463e9a8f8801244bec8e96394003f93930 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 16 Mar 2021 16:37:53 -0700 Subject: [PATCH 07/13] refactor Signed-off-by: Katrina Rogan --- .../flyteidl/admin/task_execution.pb.cc | 2 +- gen/pb-cpp/flyteidl/event/event.pb.cc | 727 +++++-- gen/pb-cpp/flyteidl/event/event.pb.h | 574 ++++-- gen/pb-go/flyteidl/event/event.pb.go | 258 ++- gen/pb-go/flyteidl/event/event.pb.validate.go | 113 +- gen/pb-go/flyteidl/service/admin.swagger.json | 55 +- .../flyteidl/service/flyteadmin/README.md | 3 +- .../service/flyteadmin/api/swagger.yaml | 102 +- .../model_event_resource_identifiers.go | 18 + ...o.go => model_event_resource_pool_info.go} | 2 +- .../model_event_task_execution_metadata.go | 6 +- gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/event/Event.java | 1667 +++++++++++++---- gen/pb-js/flyteidl.d.ts | 114 +- gen/pb-js/flyteidl.js | 261 ++- .../flyteidl/event/event.proto.rst | 60 +- gen/pb_python/flyteidl/event/event_pb2.py | 91 +- .../flyteidl/service/flyteadmin/README.md | 3 +- .../service/flyteadmin/flyteadmin/__init__.py | 3 +- .../flyteadmin/flyteadmin/models/__init__.py | 3 +- .../models/event_resource_identifiers.py | 145 ++ ...ce_info.py => event_resource_pool_info.py} | 24 +- .../models/event_task_execution_metadata.py | 73 +- ....py => test_event_resource_identifiers.py} | 12 +- .../test/test_event_resource_pool_info.py | 40 + protos/flyteidl/event/event.proto | 18 +- 26 files changed, 3330 insertions(+), 1048 deletions(-) create mode 100644 gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_identifiers.go rename gen/pb-go/flyteidl/service/flyteadmin/{model_event_managed_resource_info.go => model_event_resource_pool_info.go} (94%) create mode 100644 gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_identifiers.py rename gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/{event_managed_resource_info.py => event_resource_pool_info.py} (81%) rename gen/pb_python/flyteidl/service/flyteadmin/test/{test_event_managed_resource_info.py => test_event_resource_identifiers.py} (61%) create mode 100644 gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_pool_info.py diff --git a/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc b/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc index fc9f7dd3e..4f81a78ce 100644 --- a/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc +++ b/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc @@ -25,7 +25,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::pr extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fliterals_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Literal_flyteidl_2fcore_2fliterals_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fduration_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Duration_google_2fprotobuf_2fduration_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fstruct_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ftimestamp_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto; diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc index 19e3dc46f..22bf86a6f 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -23,12 +23,13 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::p extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_WorkflowExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ParentNodeExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ParentTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskNodeMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_WorkflowNodeMetadata_flyteidl_2fevent_2fevent_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fstruct_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto; extern PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2ftimestamp_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto; namespace flyteidl { @@ -69,10 +70,14 @@ class TaskExecutionEventDefaultTypeInternal { ::google::protobuf::internal::ArenaStringPtr output_uri_; const ::flyteidl::core::ExecutionError* error_; } _TaskExecutionEvent_default_instance_; -class ManagedResourceInfoDefaultTypeInternal { +class ResourceIdentifiersDefaultTypeInternal { public: - ::google::protobuf::internal::ExplicitlyConstructed _instance; -} _ManagedResourceInfo_default_instance_; + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _ResourceIdentifiers_default_instance_; +class ResourcePoolInfoDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _ResourcePoolInfo_default_instance_; class TaskExecutionMetadataDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; @@ -197,19 +202,33 @@ ::google::protobuf::internal::SCCInfo<7> scc_info_TaskExecutionEvent_flyteidl_2f &scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto.base, &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base,}}; -static void InitDefaultsManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto() { +static void InitDefaultsResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::event::_ResourceIdentifiers_default_instance_; + new (ptr) ::flyteidl::event::ResourceIdentifiers(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::event::ResourceIdentifiers::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<0> scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto}, {}}; + +static void InitDefaultsResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; { - void* ptr = &::flyteidl::event::_ManagedResourceInfo_default_instance_; - new (ptr) ::flyteidl::event::ManagedResourceInfo(); + void* ptr = &::flyteidl::event::_ResourcePoolInfo_default_instance_; + new (ptr) ::flyteidl::event::ResourcePoolInfo(); ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); } - ::flyteidl::event::ManagedResourceInfo::InitAsDefaultInstance(); + ::flyteidl::event::ResourcePoolInfo::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<0> scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto}, {}}; +::google::protobuf::internal::SCCInfo<0> scc_info_ResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto}, {}}; static void InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -222,9 +241,10 @@ static void InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto() ::flyteidl::event::TaskExecutionMetadata::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<1> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto}, { - &scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto.base,}}; +::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto}, { + &scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto.base, + &scc_info_ResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto.base,}}; void InitDefaults_flyteidl_2fevent_2fevent_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_WorkflowExecutionEvent_flyteidl_2fevent_2fevent_2eproto.base); @@ -234,11 +254,12 @@ void InitDefaults_flyteidl_2fevent_2fevent_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_ParentTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_ParentNodeExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto.base); - ::google::protobuf::internal::InitSCC(&scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_ResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fevent_2fevent_2eproto[9]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fevent_2fevent_2eproto[10]; const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto[1]; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fevent_2fevent_2eproto = nullptr; @@ -323,20 +344,27 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, metadata_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, output_result_), ~0u, // no _has_bits_ - PROTOBUF_FIELD_OFFSET(::flyteidl::event::ManagedResourceInfo, _internal_metadata_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourceIdentifiers, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::event::ManagedResourceInfo, allocation_token_), - PROTOBUF_FIELD_OFFSET(::flyteidl::event::ManagedResourceInfo, namespace__), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourceIdentifiers, generated_name_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourceIdentifiers, external_ids_), + ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourcePoolInfo, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourcePoolInfo, allocation_token_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourcePoolInfo, namespace__), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, instance_class_), - PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, resource_name_), - PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, managed_resource_info_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, resource_ids_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, resource_pool_info_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::event::WorkflowExecutionEvent)}, @@ -346,8 +374,9 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE { 46, -1, sizeof(::flyteidl::event::ParentTaskExecutionMetadata)}, { 52, -1, sizeof(::flyteidl::event::ParentNodeExecutionMetadata)}, { 58, -1, sizeof(::flyteidl::event::TaskExecutionEvent)}, - { 79, -1, sizeof(::flyteidl::event::ManagedResourceInfo)}, - { 86, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, + { 79, -1, sizeof(::flyteidl::event::ResourceIdentifiers)}, + { 86, -1, sizeof(::flyteidl::event::ResourcePoolInfo)}, + { 93, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -358,14 +387,15 @@ static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::event::_ParentTaskExecutionMetadata_default_instance_), reinterpret_cast(&::flyteidl::event::_ParentNodeExecutionMetadata_default_instance_), reinterpret_cast(&::flyteidl::event::_TaskExecutionEvent_default_instance_), - reinterpret_cast(&::flyteidl::event::_ManagedResourceInfo_default_instance_), + reinterpret_cast(&::flyteidl::event::_ResourceIdentifiers_default_instance_), + reinterpret_cast(&::flyteidl::event::_ResourcePoolInfo_default_instance_), reinterpret_cast(&::flyteidl::event::_TaskExecutionMetadata_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto = { {}, AddDescriptors_flyteidl_2fevent_2fevent_2eproto, "flyteidl/event/event.proto", schemas, file_default_instances, TableStruct_flyteidl_2fevent_2fevent_2eproto::offsets, - file_level_metadata_flyteidl_2fevent_2fevent_2eproto, 9, file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto, file_level_service_descriptors_flyteidl_2fevent_2fevent_2eproto, + file_level_metadata_flyteidl_2fevent_2fevent_2eproto, 10, file_level_enum_descriptors_flyteidl_2fevent_2fevent_2eproto, file_level_service_descriptors_flyteidl_2fevent_2fevent_2eproto, }; const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = @@ -421,22 +451,24 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = ".google.protobuf.Struct\022\025\n\rphase_version" "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(" "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" - "kExecutionMetadataB\017\n\routput_result\"B\n\023M" - "anagedResourceInfo\022\030\n\020allocation_token\030\001" - " \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\360\001\n\025TaskExecutio" - "nMetadata\022K\n\016instance_class\030\020 \001(\01623.flyt" - "eidl.event.TaskExecutionMetadata.Instanc" - "eClass\022\025\n\rresource_name\030\001 \001(\t\022B\n\025managed" - "_resource_info\030\002 \003(\0132#.flyteidl.event.Ma" - "nagedResourceInfo\"/\n\rInstanceClass\022\013\n\007DE" - "FAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github.com" - "/flyteorg/flyteidl/gen/pb-go/flyteidl/ev" - "entb\006proto3" + "kExecutionMetadataB\017\n\routput_result\"C\n\023R" + "esourceIdentifiers\022\026\n\016generated_name\030\001 \001" + "(\t\022\024\n\014external_ids\030\002 \003(\t\"\?\n\020ResourcePool" + "Info\022\030\n\020allocation_token\030\001 \001(\t\022\021\n\tnamesp" + "ace\030\002 \001(\t\"\216\002\n\025TaskExecutionMetadata\022K\n\016i" + "nstance_class\030\020 \001(\01623.flyteidl.event.Tas" + "kExecutionMetadata.InstanceClass\0229\n\014reso" + "urce_ids\030\001 \001(\0132#.flyteidl.event.Resource" + "Identifiers\022<\n\022resource_pool_info\030\002 \003(\0132" + " .flyteidl.event.ResourcePoolInfo\"/\n\rIns" + "tanceClass\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE" + "\020\001B7Z5github.com/flyteorg/flyteidl/gen/p" + "b-go/flyteidl/eventb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fevent_2fevent_2eproto = { false, InitDefaults_flyteidl_2fevent_2fevent_2eproto, descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto, - "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2491, + "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2587, }; void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() { @@ -4946,23 +4978,388 @@ ::google::protobuf::Metadata TaskExecutionEvent::GetMetadata() const { // =================================================================== -void ManagedResourceInfo::InitAsDefaultInstance() { +void ResourceIdentifiers::InitAsDefaultInstance() { +} +class ResourceIdentifiers::HasBitSetters { + public: +}; + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int ResourceIdentifiers::kGeneratedNameFieldNumber; +const int ResourceIdentifiers::kExternalIdsFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +ResourceIdentifiers::ResourceIdentifiers() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.event.ResourceIdentifiers) +} +ResourceIdentifiers::ResourceIdentifiers(const ResourceIdentifiers& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr), + external_ids_(from.external_ids_) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.generated_name().size() > 0) { + generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_); + } + // @@protoc_insertion_point(copy_constructor:flyteidl.event.ResourceIdentifiers) +} + +void ResourceIdentifiers::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto.base); + generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} + +ResourceIdentifiers::~ResourceIdentifiers() { + // @@protoc_insertion_point(destructor:flyteidl.event.ResourceIdentifiers) + SharedDtor(); +} + +void ResourceIdentifiers::SharedDtor() { + generated_name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} + +void ResourceIdentifiers::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const ResourceIdentifiers& ResourceIdentifiers::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto.base); + return *internal_default_instance(); +} + + +void ResourceIdentifiers::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.event.ResourceIdentifiers) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + external_ids_.Clear(); + generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* ResourceIdentifiers::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // string generated_name = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.event.ResourceIdentifiers.generated_name"); + object = msg->mutable_generated_name(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // repeated string external_ids = 2; + case 2: { + if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; + do { + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.event.ResourceIdentifiers.external_ids"); + object = msg->add_external_ids(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + if (ptr >= end) break; + } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 18 && (ptr += 1)); + break; + } + default: { + handle_unusual: + if ((tag & 7) == 4 || tag == 0) { + ctx->EndGroup(tag); + return ptr; + } + auto res = UnknownFieldParse(tag, {_InternalParse, msg}, + ptr, end, msg->_internal_metadata_.mutable_unknown_fields(), ctx); + ptr = res.first; + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr != nullptr); + if (res.second) return ptr; + } + } // switch + } // while + return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; +len_delim_till_end: + return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, + {parser_till_end, object}, size); +} +#else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +bool ResourceIdentifiers::MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) { +#define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure + ::google::protobuf::uint32 tag; + // @@protoc_insertion_point(parse_start:flyteidl.event.ResourceIdentifiers) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // string generated_name = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_generated_name())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->generated_name().data(), static_cast(this->generated_name().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.event.ResourceIdentifiers.generated_name")); + } else { + goto handle_unusual; + } + break; + } + + // repeated string external_ids = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->add_external_ids())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->external_ids(this->external_ids_size() - 1).data(), + static_cast(this->external_ids(this->external_ids_size() - 1).length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.event.ResourceIdentifiers.external_ids")); + } else { + goto handle_unusual; + } + break; + } + + default: { + handle_unusual: + if (tag == 0) { + goto success; + } + DO_(::google::protobuf::internal::WireFormat::SkipField( + input, tag, _internal_metadata_.mutable_unknown_fields())); + break; + } + } + } +success: + // @@protoc_insertion_point(parse_success:flyteidl.event.ResourceIdentifiers) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.event.ResourceIdentifiers) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void ResourceIdentifiers::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.event.ResourceIdentifiers) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string generated_name = 1; + if (this->generated_name().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->generated_name().data(), static_cast(this->generated_name().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.ResourceIdentifiers.generated_name"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->generated_name(), output); + } + + // repeated string external_ids = 2; + for (int i = 0, n = this->external_ids_size(); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->external_ids(i).data(), static_cast(this->external_ids(i).length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.ResourceIdentifiers.external_ids"); + ::google::protobuf::internal::WireFormatLite::WriteString( + 2, this->external_ids(i), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.event.ResourceIdentifiers) +} + +::google::protobuf::uint8* ResourceIdentifiers::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.event.ResourceIdentifiers) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string generated_name = 1; + if (this->generated_name().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->generated_name().data(), static_cast(this->generated_name().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.ResourceIdentifiers.generated_name"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->generated_name(), target); + } + + // repeated string external_ids = 2; + for (int i = 0, n = this->external_ids_size(); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->external_ids(i).data(), static_cast(this->external_ids(i).length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.ResourceIdentifiers.external_ids"); + target = ::google::protobuf::internal::WireFormatLite:: + WriteStringToArray(2, this->external_ids(i), target); + } + + if (_internal_metadata_.have_unknown_fields()) { + target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( + _internal_metadata_.unknown_fields(), target); + } + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.event.ResourceIdentifiers) + return target; +} + +size_t ResourceIdentifiers::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.event.ResourceIdentifiers) + size_t total_size = 0; + + if (_internal_metadata_.have_unknown_fields()) { + total_size += + ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize( + _internal_metadata_.unknown_fields()); + } + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + // repeated string external_ids = 2; + total_size += 1 * + ::google::protobuf::internal::FromIntSize(this->external_ids_size()); + for (int i = 0, n = this->external_ids_size(); i < n; i++) { + total_size += ::google::protobuf::internal::WireFormatLite::StringSize( + this->external_ids(i)); + } + + // string generated_name = 1; + if (this->generated_name().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->generated_name()); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void ResourceIdentifiers::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.event.ResourceIdentifiers) + GOOGLE_DCHECK_NE(&from, this); + const ResourceIdentifiers* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.event.ResourceIdentifiers) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.event.ResourceIdentifiers) + MergeFrom(*source); + } +} + +void ResourceIdentifiers::MergeFrom(const ResourceIdentifiers& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.event.ResourceIdentifiers) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + external_ids_.MergeFrom(from.external_ids_); + if (from.generated_name().size() > 0) { + + generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_); + } +} + +void ResourceIdentifiers::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.event.ResourceIdentifiers) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void ResourceIdentifiers::CopyFrom(const ResourceIdentifiers& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.event.ResourceIdentifiers) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool ResourceIdentifiers::IsInitialized() const { + return true; +} + +void ResourceIdentifiers::Swap(ResourceIdentifiers* other) { + if (other == this) return; + InternalSwap(other); +} +void ResourceIdentifiers::InternalSwap(ResourceIdentifiers* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + external_ids_.InternalSwap(CastToBase(&other->external_ids_)); + generated_name_.Swap(&other->generated_name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::google::protobuf::Metadata ResourceIdentifiers::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto); + return ::file_level_metadata_flyteidl_2fevent_2fevent_2eproto[kIndexInFileMessages]; +} + + +// =================================================================== + +void ResourcePoolInfo::InitAsDefaultInstance() { } -class ManagedResourceInfo::HasBitSetters { +class ResourcePoolInfo::HasBitSetters { public: }; #if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int ManagedResourceInfo::kAllocationTokenFieldNumber; -const int ManagedResourceInfo::kNamespaceFieldNumber; +const int ResourcePoolInfo::kAllocationTokenFieldNumber; +const int ResourcePoolInfo::kNamespaceFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 -ManagedResourceInfo::ManagedResourceInfo() +ResourcePoolInfo::ResourcePoolInfo() : ::google::protobuf::Message(), _internal_metadata_(nullptr) { SharedCtor(); - // @@protoc_insertion_point(constructor:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(constructor:flyteidl.event.ResourcePoolInfo) } -ManagedResourceInfo::ManagedResourceInfo(const ManagedResourceInfo& from) +ResourcePoolInfo::ResourcePoolInfo(const ResourcePoolInfo& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); @@ -4974,37 +5371,37 @@ ManagedResourceInfo::ManagedResourceInfo(const ManagedResourceInfo& from) if (from.namespace_().size() > 0) { namespace__.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.namespace__); } - // @@protoc_insertion_point(copy_constructor:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(copy_constructor:flyteidl.event.ResourcePoolInfo) } -void ManagedResourceInfo::SharedCtor() { +void ResourcePoolInfo::SharedCtor() { ::google::protobuf::internal::InitSCC( - &scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto.base); + &scc_info_ResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto.base); allocation_token_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); namespace__.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -ManagedResourceInfo::~ManagedResourceInfo() { - // @@protoc_insertion_point(destructor:flyteidl.event.ManagedResourceInfo) +ResourcePoolInfo::~ResourcePoolInfo() { + // @@protoc_insertion_point(destructor:flyteidl.event.ResourcePoolInfo) SharedDtor(); } -void ManagedResourceInfo::SharedDtor() { +void ResourcePoolInfo::SharedDtor() { allocation_token_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); namespace__.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -void ManagedResourceInfo::SetCachedSize(int size) const { +void ResourcePoolInfo::SetCachedSize(int size) const { _cached_size_.Set(size); } -const ManagedResourceInfo& ManagedResourceInfo::default_instance() { - ::google::protobuf::internal::InitSCC(&::scc_info_ManagedResourceInfo_flyteidl_2fevent_2fevent_2eproto.base); +const ResourcePoolInfo& ResourcePoolInfo::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_ResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto.base); return *internal_default_instance(); } -void ManagedResourceInfo::Clear() { -// @@protoc_insertion_point(message_clear_start:flyteidl.event.ManagedResourceInfo) +void ResourcePoolInfo::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.event.ResourcePoolInfo) ::google::protobuf::uint32 cached_has_bits = 0; // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; @@ -5015,9 +5412,9 @@ void ManagedResourceInfo::Clear() { } #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -const char* ManagedResourceInfo::_InternalParse(const char* begin, const char* end, void* object, +const char* ResourcePoolInfo::_InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx) { - auto msg = static_cast(object); + auto msg = static_cast(object); ::google::protobuf::int32 size; (void)size; int depth; (void)depth; ::google::protobuf::uint32 tag; @@ -5032,7 +5429,7 @@ const char* ManagedResourceInfo::_InternalParse(const char* begin, const char* e if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.event.ManagedResourceInfo.allocation_token"); + ctx->extra_parse_data().SetFieldName("flyteidl.event.ResourcePoolInfo.allocation_token"); object = msg->mutable_allocation_token(); if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; @@ -5048,7 +5445,7 @@ const char* ManagedResourceInfo::_InternalParse(const char* begin, const char* e if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.event.ManagedResourceInfo.namespace"); + ctx->extra_parse_data().SetFieldName("flyteidl.event.ResourcePoolInfo.namespace"); object = msg->mutable_namespace_(); if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; @@ -5083,11 +5480,11 @@ const char* ManagedResourceInfo::_InternalParse(const char* begin, const char* e {parser_till_end, object}, size); } #else // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -bool ManagedResourceInfo::MergePartialFromCodedStream( +bool ResourcePoolInfo::MergePartialFromCodedStream( ::google::protobuf::io::CodedInputStream* input) { #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure ::google::protobuf::uint32 tag; - // @@protoc_insertion_point(parse_start:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(parse_start:flyteidl.event.ResourcePoolInfo) for (;;) { ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); tag = p.first; @@ -5101,7 +5498,7 @@ bool ManagedResourceInfo::MergePartialFromCodedStream( DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->allocation_token().data(), static_cast(this->allocation_token().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.event.ManagedResourceInfo.allocation_token")); + "flyteidl.event.ResourcePoolInfo.allocation_token")); } else { goto handle_unusual; } @@ -5116,7 +5513,7 @@ bool ManagedResourceInfo::MergePartialFromCodedStream( DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->namespace_().data(), static_cast(this->namespace_().length()), ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.event.ManagedResourceInfo.namespace")); + "flyteidl.event.ResourcePoolInfo.namespace")); } else { goto handle_unusual; } @@ -5135,18 +5532,18 @@ bool ManagedResourceInfo::MergePartialFromCodedStream( } } success: - // @@protoc_insertion_point(parse_success:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(parse_success:flyteidl.event.ResourcePoolInfo) return true; failure: - // @@protoc_insertion_point(parse_failure:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(parse_failure:flyteidl.event.ResourcePoolInfo) return false; #undef DO_ } #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER -void ManagedResourceInfo::SerializeWithCachedSizes( +void ResourcePoolInfo::SerializeWithCachedSizes( ::google::protobuf::io::CodedOutputStream* output) const { - // @@protoc_insertion_point(serialize_start:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(serialize_start:flyteidl.event.ResourcePoolInfo) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; @@ -5155,7 +5552,7 @@ void ManagedResourceInfo::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->allocation_token().data(), static_cast(this->allocation_token().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.ManagedResourceInfo.allocation_token"); + "flyteidl.event.ResourcePoolInfo.allocation_token"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( 1, this->allocation_token(), output); } @@ -5165,7 +5562,7 @@ void ManagedResourceInfo::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->namespace_().data(), static_cast(this->namespace_().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.ManagedResourceInfo.namespace"); + "flyteidl.event.ResourcePoolInfo.namespace"); ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( 2, this->namespace_(), output); } @@ -5174,12 +5571,12 @@ void ManagedResourceInfo::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); } - // @@protoc_insertion_point(serialize_end:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(serialize_end:flyteidl.event.ResourcePoolInfo) } -::google::protobuf::uint8* ManagedResourceInfo::InternalSerializeWithCachedSizesToArray( +::google::protobuf::uint8* ResourcePoolInfo::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint8* target) const { - // @@protoc_insertion_point(serialize_to_array_start:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.event.ResourcePoolInfo) ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; @@ -5188,7 +5585,7 @@ ::google::protobuf::uint8* ManagedResourceInfo::InternalSerializeWithCachedSizes ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->allocation_token().data(), static_cast(this->allocation_token().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.ManagedResourceInfo.allocation_token"); + "flyteidl.event.ResourcePoolInfo.allocation_token"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( 1, this->allocation_token(), target); @@ -5199,7 +5596,7 @@ ::google::protobuf::uint8* ManagedResourceInfo::InternalSerializeWithCachedSizes ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->namespace_().data(), static_cast(this->namespace_().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.ManagedResourceInfo.namespace"); + "flyteidl.event.ResourcePoolInfo.namespace"); target = ::google::protobuf::internal::WireFormatLite::WriteStringToArray( 2, this->namespace_(), target); @@ -5209,12 +5606,12 @@ ::google::protobuf::uint8* ManagedResourceInfo::InternalSerializeWithCachedSizes target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); } - // @@protoc_insertion_point(serialize_to_array_end:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(serialize_to_array_end:flyteidl.event.ResourcePoolInfo) return target; } -size_t ManagedResourceInfo::ByteSizeLong() const { -// @@protoc_insertion_point(message_byte_size_start:flyteidl.event.ManagedResourceInfo) +size_t ResourcePoolInfo::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.event.ResourcePoolInfo) size_t total_size = 0; if (_internal_metadata_.have_unknown_fields()) { @@ -5245,23 +5642,23 @@ size_t ManagedResourceInfo::ByteSizeLong() const { return total_size; } -void ManagedResourceInfo::MergeFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.event.ManagedResourceInfo) +void ResourcePoolInfo::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.event.ResourcePoolInfo) GOOGLE_DCHECK_NE(&from, this); - const ManagedResourceInfo* source = - ::google::protobuf::DynamicCastToGenerated( + const ResourcePoolInfo* source = + ::google::protobuf::DynamicCastToGenerated( &from); if (source == nullptr) { - // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.event.ResourcePoolInfo) ::google::protobuf::internal::ReflectionOps::Merge(from, this); } else { - // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.event.ResourcePoolInfo) MergeFrom(*source); } } -void ManagedResourceInfo::MergeFrom(const ManagedResourceInfo& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.event.ManagedResourceInfo) +void ResourcePoolInfo::MergeFrom(const ResourcePoolInfo& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.event.ResourcePoolInfo) GOOGLE_DCHECK_NE(&from, this); _internal_metadata_.MergeFrom(from._internal_metadata_); ::google::protobuf::uint32 cached_has_bits = 0; @@ -5277,29 +5674,29 @@ void ManagedResourceInfo::MergeFrom(const ManagedResourceInfo& from) { } } -void ManagedResourceInfo::CopyFrom(const ::google::protobuf::Message& from) { -// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.event.ManagedResourceInfo) +void ResourcePoolInfo::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.event.ResourcePoolInfo) if (&from == this) return; Clear(); MergeFrom(from); } -void ManagedResourceInfo::CopyFrom(const ManagedResourceInfo& from) { -// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.event.ManagedResourceInfo) +void ResourcePoolInfo::CopyFrom(const ResourcePoolInfo& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.event.ResourcePoolInfo) if (&from == this) return; Clear(); MergeFrom(from); } -bool ManagedResourceInfo::IsInitialized() const { +bool ResourcePoolInfo::IsInitialized() const { return true; } -void ManagedResourceInfo::Swap(ManagedResourceInfo* other) { +void ResourcePoolInfo::Swap(ResourcePoolInfo* other) { if (other == this) return; InternalSwap(other); } -void ManagedResourceInfo::InternalSwap(ManagedResourceInfo* other) { +void ResourcePoolInfo::InternalSwap(ResourcePoolInfo* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); allocation_token_.Swap(&other->allocation_token_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), @@ -5308,7 +5705,7 @@ void ManagedResourceInfo::InternalSwap(ManagedResourceInfo* other) { GetArenaNoVirtual()); } -::google::protobuf::Metadata ManagedResourceInfo::GetMetadata() const { +::google::protobuf::Metadata ResourcePoolInfo::GetMetadata() const { ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto); return ::file_level_metadata_flyteidl_2fevent_2fevent_2eproto[kIndexInFileMessages]; } @@ -5317,15 +5714,22 @@ ::google::protobuf::Metadata ManagedResourceInfo::GetMetadata() const { // =================================================================== void TaskExecutionMetadata::InitAsDefaultInstance() { + ::flyteidl::event::_TaskExecutionMetadata_default_instance_._instance.get_mutable()->resource_ids_ = const_cast< ::flyteidl::event::ResourceIdentifiers*>( + ::flyteidl::event::ResourceIdentifiers::internal_default_instance()); } class TaskExecutionMetadata::HasBitSetters { public: + static const ::flyteidl::event::ResourceIdentifiers& resource_ids(const TaskExecutionMetadata* msg); }; +const ::flyteidl::event::ResourceIdentifiers& +TaskExecutionMetadata::HasBitSetters::resource_ids(const TaskExecutionMetadata* msg) { + return *msg->resource_ids_; +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int TaskExecutionMetadata::kInstanceClassFieldNumber; -const int TaskExecutionMetadata::kResourceNameFieldNumber; -const int TaskExecutionMetadata::kManagedResourceInfoFieldNumber; +const int TaskExecutionMetadata::kResourceIdsFieldNumber; +const int TaskExecutionMetadata::kResourcePoolInfoFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TaskExecutionMetadata::TaskExecutionMetadata() @@ -5336,11 +5740,12 @@ TaskExecutionMetadata::TaskExecutionMetadata() TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr), - managed_resource_info_(from.managed_resource_info_) { + resource_pool_info_(from.resource_pool_info_) { _internal_metadata_.MergeFrom(from._internal_metadata_); - resource_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - if (from.resource_name().size() > 0) { - resource_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.resource_name_); + if (from.has_resource_ids()) { + resource_ids_ = new ::flyteidl::event::ResourceIdentifiers(*from.resource_ids_); + } else { + resource_ids_ = nullptr; } instance_class_ = from.instance_class_; // @@protoc_insertion_point(copy_constructor:flyteidl.event.TaskExecutionMetadata) @@ -5349,8 +5754,9 @@ TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from) void TaskExecutionMetadata::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); - resource_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); - instance_class_ = 0; + ::memset(&resource_ids_, 0, static_cast( + reinterpret_cast(&instance_class_) - + reinterpret_cast(&resource_ids_)) + sizeof(instance_class_)); } TaskExecutionMetadata::~TaskExecutionMetadata() { @@ -5359,7 +5765,7 @@ TaskExecutionMetadata::~TaskExecutionMetadata() { } void TaskExecutionMetadata::SharedDtor() { - resource_name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete resource_ids_; } void TaskExecutionMetadata::SetCachedSize(int size) const { @@ -5377,8 +5783,11 @@ void TaskExecutionMetadata::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - managed_resource_info_.Clear(); - resource_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + resource_pool_info_.Clear(); + if (GetArenaNoVirtual() == nullptr && resource_ids_ != nullptr) { + delete resource_ids_; + } + resource_ids_ = nullptr; instance_class_ = 0; _internal_metadata_.Clear(); } @@ -5396,30 +5805,27 @@ const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char* ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // string resource_name = 1; + // .flyteidl.event.ResourceIdentifiers resource_ids = 1; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionMetadata.resource_name"); - object = msg->mutable_resource_name(); - if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { - parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; - goto string_till_end; - } - GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); - ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + parser_till_end = ::flyteidl::event::ResourceIdentifiers::_InternalParse; + object = msg->mutable_resource_ids(); + if (size > end - ptr) goto len_delim_till_end; ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); break; } - // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; case 2: { if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual; do { ptr = ::google::protobuf::io::ReadSize(ptr, &size); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - parser_till_end = ::flyteidl::event::ManagedResourceInfo::_InternalParse; - object = msg->add_managed_resource_info(); + parser_till_end = ::flyteidl::event::ResourcePoolInfo::_InternalParse; + object = msg->add_resource_pool_info(); if (size > end - ptr) goto len_delim_till_end; ptr += size; GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( @@ -5451,10 +5857,6 @@ const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char* } // switch } // while return ptr; -string_till_end: - static_cast<::std::string*>(object)->clear(); - static_cast<::std::string*>(object)->reserve(size); - goto len_delim_till_end; len_delim_till_end: return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, {parser_till_end, object}, size); @@ -5470,26 +5872,22 @@ bool TaskExecutionMetadata::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // string resource_name = 1; + // .flyteidl.event.ResourceIdentifiers resource_ids = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { - DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->mutable_resource_name())); - DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->resource_name().data(), static_cast(this->resource_name().length()), - ::google::protobuf::internal::WireFormatLite::PARSE, - "flyteidl.event.TaskExecutionMetadata.resource_name")); + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_resource_ids())); } else { goto handle_unusual; } break; } - // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; case 2: { if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( - input, add_managed_resource_info())); + input, add_resource_pool_info())); } else { goto handle_unusual; } @@ -5537,22 +5935,18 @@ void TaskExecutionMetadata::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // string resource_name = 1; - if (this->resource_name().size() > 0) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->resource_name().data(), static_cast(this->resource_name().length()), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.TaskExecutionMetadata.resource_name"); - ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( - 1, this->resource_name(), output); + // .flyteidl.event.ResourceIdentifiers resource_ids = 1; + if (this->has_resource_ids()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 1, HasBitSetters::resource_ids(this), output); } - // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; for (unsigned int i = 0, - n = static_cast(this->managed_resource_info_size()); i < n; i++) { + n = static_cast(this->resource_pool_info_size()); i < n; i++) { ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( 2, - this->managed_resource_info(static_cast(i)), + this->resource_pool_info(static_cast(i)), output); } @@ -5575,23 +5969,19 @@ ::google::protobuf::uint8* TaskExecutionMetadata::InternalSerializeWithCachedSiz ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // string resource_name = 1; - if (this->resource_name().size() > 0) { - ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->resource_name().data(), static_cast(this->resource_name().length()), - ::google::protobuf::internal::WireFormatLite::SERIALIZE, - "flyteidl.event.TaskExecutionMetadata.resource_name"); - target = - ::google::protobuf::internal::WireFormatLite::WriteStringToArray( - 1, this->resource_name(), target); + // .flyteidl.event.ResourceIdentifiers resource_ids = 1; + if (this->has_resource_ids()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 1, HasBitSetters::resource_ids(this), target); } - // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; for (unsigned int i = 0, - n = static_cast(this->managed_resource_info_size()); i < n; i++) { + n = static_cast(this->resource_pool_info_size()); i < n; i++) { target = ::google::protobuf::internal::WireFormatLite:: InternalWriteMessageToArray( - 2, this->managed_resource_info(static_cast(i)), target); + 2, this->resource_pool_info(static_cast(i)), target); } // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; @@ -5621,22 +6011,22 @@ size_t TaskExecutionMetadata::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; { - unsigned int count = static_cast(this->managed_resource_info_size()); + unsigned int count = static_cast(this->resource_pool_info_size()); total_size += 1UL * count; for (unsigned int i = 0; i < count; i++) { total_size += ::google::protobuf::internal::WireFormatLite::MessageSize( - this->managed_resource_info(static_cast(i))); + this->resource_pool_info(static_cast(i))); } } - // string resource_name = 1; - if (this->resource_name().size() > 0) { + // .flyteidl.event.ResourceIdentifiers resource_ids = 1; + if (this->has_resource_ids()) { total_size += 1 + - ::google::protobuf::internal::WireFormatLite::StringSize( - this->resource_name()); + ::google::protobuf::internal::WireFormatLite::MessageSize( + *resource_ids_); } // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; @@ -5672,10 +6062,9 @@ void TaskExecutionMetadata::MergeFrom(const TaskExecutionMetadata& from) { ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - managed_resource_info_.MergeFrom(from.managed_resource_info_); - if (from.resource_name().size() > 0) { - - resource_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.resource_name_); + resource_pool_info_.MergeFrom(from.resource_pool_info_); + if (from.has_resource_ids()) { + mutable_resource_ids()->::flyteidl::event::ResourceIdentifiers::MergeFrom(from.resource_ids()); } if (from.instance_class() != 0) { set_instance_class(from.instance_class()); @@ -5707,9 +6096,8 @@ void TaskExecutionMetadata::Swap(TaskExecutionMetadata* other) { void TaskExecutionMetadata::InternalSwap(TaskExecutionMetadata* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - CastToBase(&managed_resource_info_)->InternalSwap(CastToBase(&other->managed_resource_info_)); - resource_name_.Swap(&other->resource_name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), - GetArenaNoVirtual()); + CastToBase(&resource_pool_info_)->InternalSwap(CastToBase(&other->resource_pool_info_)); + swap(resource_ids_, other->resource_ids_); swap(instance_class_, other->instance_class_); } @@ -5745,8 +6133,11 @@ template<> PROTOBUF_NOINLINE ::flyteidl::event::ParentNodeExecutionMetadata* Are template<> PROTOBUF_NOINLINE ::flyteidl::event::TaskExecutionEvent* Arena::CreateMaybeMessage< ::flyteidl::event::TaskExecutionEvent >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::event::TaskExecutionEvent >(arena); } -template<> PROTOBUF_NOINLINE ::flyteidl::event::ManagedResourceInfo* Arena::CreateMaybeMessage< ::flyteidl::event::ManagedResourceInfo >(Arena* arena) { - return Arena::CreateInternal< ::flyteidl::event::ManagedResourceInfo >(arena); +template<> PROTOBUF_NOINLINE ::flyteidl::event::ResourceIdentifiers* Arena::CreateMaybeMessage< ::flyteidl::event::ResourceIdentifiers >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::event::ResourceIdentifiers >(arena); +} +template<> PROTOBUF_NOINLINE ::flyteidl::event::ResourcePoolInfo* Arena::CreateMaybeMessage< ::flyteidl::event::ResourcePoolInfo >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::event::ResourcePoolInfo >(arena); } template<> PROTOBUF_NOINLINE ::flyteidl::event::TaskExecutionMetadata* Arena::CreateMaybeMessage< ::flyteidl::event::TaskExecutionMetadata >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::event::TaskExecutionMetadata >(arena); diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h index 35d46dcb5..f95962da9 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/gen/pb-cpp/flyteidl/event/event.pb.h @@ -47,7 +47,7 @@ struct TableStruct_flyteidl_2fevent_2fevent_2eproto { PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); - static const ::google::protobuf::internal::ParseTable schema[9] + static const ::google::protobuf::internal::ParseTable schema[10] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -56,9 +56,6 @@ struct TableStruct_flyteidl_2fevent_2fevent_2eproto { void AddDescriptors_flyteidl_2fevent_2fevent_2eproto(); namespace flyteidl { namespace event { -class ManagedResourceInfo; -class ManagedResourceInfoDefaultTypeInternal; -extern ManagedResourceInfoDefaultTypeInternal _ManagedResourceInfo_default_instance_; class NodeExecutionEvent; class NodeExecutionEventDefaultTypeInternal; extern NodeExecutionEventDefaultTypeInternal _NodeExecutionEvent_default_instance_; @@ -68,6 +65,12 @@ extern ParentNodeExecutionMetadataDefaultTypeInternal _ParentNodeExecutionMetada class ParentTaskExecutionMetadata; class ParentTaskExecutionMetadataDefaultTypeInternal; extern ParentTaskExecutionMetadataDefaultTypeInternal _ParentTaskExecutionMetadata_default_instance_; +class ResourceIdentifiers; +class ResourceIdentifiersDefaultTypeInternal; +extern ResourceIdentifiersDefaultTypeInternal _ResourceIdentifiers_default_instance_; +class ResourcePoolInfo; +class ResourcePoolInfoDefaultTypeInternal; +extern ResourcePoolInfoDefaultTypeInternal _ResourcePoolInfo_default_instance_; class TaskExecutionEvent; class TaskExecutionEventDefaultTypeInternal; extern TaskExecutionEventDefaultTypeInternal _TaskExecutionEvent_default_instance_; @@ -87,10 +90,11 @@ extern WorkflowNodeMetadataDefaultTypeInternal _WorkflowNodeMetadata_default_ins } // namespace flyteidl namespace google { namespace protobuf { -template<> ::flyteidl::event::ManagedResourceInfo* Arena::CreateMaybeMessage<::flyteidl::event::ManagedResourceInfo>(Arena*); template<> ::flyteidl::event::NodeExecutionEvent* Arena::CreateMaybeMessage<::flyteidl::event::NodeExecutionEvent>(Arena*); template<> ::flyteidl::event::ParentNodeExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::ParentNodeExecutionMetadata>(Arena*); template<> ::flyteidl::event::ParentTaskExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::ParentTaskExecutionMetadata>(Arena*); +template<> ::flyteidl::event::ResourceIdentifiers* Arena::CreateMaybeMessage<::flyteidl::event::ResourceIdentifiers>(Arena*); +template<> ::flyteidl::event::ResourcePoolInfo* Arena::CreateMaybeMessage<::flyteidl::event::ResourcePoolInfo>(Arena*); template<> ::flyteidl::event::TaskExecutionEvent* Arena::CreateMaybeMessage<::flyteidl::event::TaskExecutionEvent>(Arena*); template<> ::flyteidl::event::TaskExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::TaskExecutionMetadata>(Arena*); template<> ::flyteidl::event::TaskNodeMetadata* Arena::CreateMaybeMessage<::flyteidl::event::TaskNodeMetadata>(Arena*); @@ -1393,25 +1397,25 @@ class TaskExecutionEvent final : }; // ------------------------------------------------------------------- -class ManagedResourceInfo final : - public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.event.ManagedResourceInfo) */ { +class ResourceIdentifiers final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.event.ResourceIdentifiers) */ { public: - ManagedResourceInfo(); - virtual ~ManagedResourceInfo(); + ResourceIdentifiers(); + virtual ~ResourceIdentifiers(); - ManagedResourceInfo(const ManagedResourceInfo& from); + ResourceIdentifiers(const ResourceIdentifiers& from); - inline ManagedResourceInfo& operator=(const ManagedResourceInfo& from) { + inline ResourceIdentifiers& operator=(const ResourceIdentifiers& from) { CopyFrom(from); return *this; } #if LANG_CXX11 - ManagedResourceInfo(ManagedResourceInfo&& from) noexcept - : ManagedResourceInfo() { + ResourceIdentifiers(ResourceIdentifiers&& from) noexcept + : ResourceIdentifiers() { *this = ::std::move(from); } - inline ManagedResourceInfo& operator=(ManagedResourceInfo&& from) noexcept { + inline ResourceIdentifiers& operator=(ResourceIdentifiers&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { @@ -1423,34 +1427,34 @@ class ManagedResourceInfo final : static const ::google::protobuf::Descriptor* descriptor() { return default_instance().GetDescriptor(); } - static const ManagedResourceInfo& default_instance(); + static const ResourceIdentifiers& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY - static inline const ManagedResourceInfo* internal_default_instance() { - return reinterpret_cast( - &_ManagedResourceInfo_default_instance_); + static inline const ResourceIdentifiers* internal_default_instance() { + return reinterpret_cast( + &_ResourceIdentifiers_default_instance_); } static constexpr int kIndexInFileMessages = 7; - void Swap(ManagedResourceInfo* other); - friend void swap(ManagedResourceInfo& a, ManagedResourceInfo& b) { + void Swap(ResourceIdentifiers* other); + friend void swap(ResourceIdentifiers& a, ResourceIdentifiers& b) { a.Swap(&b); } // implements Message ---------------------------------------------- - inline ManagedResourceInfo* New() const final { - return CreateMaybeMessage(nullptr); + inline ResourceIdentifiers* New() const final { + return CreateMaybeMessage(nullptr); } - ManagedResourceInfo* New(::google::protobuf::Arena* arena) const final { - return CreateMaybeMessage(arena); + ResourceIdentifiers* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); } void CopyFrom(const ::google::protobuf::Message& from) final; void MergeFrom(const ::google::protobuf::Message& from) final; - void CopyFrom(const ManagedResourceInfo& from); - void MergeFrom(const ManagedResourceInfo& from); + void CopyFrom(const ResourceIdentifiers& from); + void MergeFrom(const ResourceIdentifiers& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1472,7 +1476,150 @@ class ManagedResourceInfo final : void SharedCtor(); void SharedDtor(); void SetCachedSize(int size) const final; - void InternalSwap(ManagedResourceInfo* other); + void InternalSwap(ResourceIdentifiers* other); + private: + inline ::google::protobuf::Arena* GetArenaNoVirtual() const { + return nullptr; + } + inline void* MaybeArenaPtr() const { + return nullptr; + } + public: + + ::google::protobuf::Metadata GetMetadata() const final; + + // nested types ---------------------------------------------------- + + // accessors ------------------------------------------------------- + + // repeated string external_ids = 2; + int external_ids_size() const; + void clear_external_ids(); + static const int kExternalIdsFieldNumber = 2; + const ::std::string& external_ids(int index) const; + ::std::string* mutable_external_ids(int index); + void set_external_ids(int index, const ::std::string& value); + #if LANG_CXX11 + void set_external_ids(int index, ::std::string&& value); + #endif + void set_external_ids(int index, const char* value); + void set_external_ids(int index, const char* value, size_t size); + ::std::string* add_external_ids(); + void add_external_ids(const ::std::string& value); + #if LANG_CXX11 + void add_external_ids(::std::string&& value); + #endif + void add_external_ids(const char* value); + void add_external_ids(const char* value, size_t size); + const ::google::protobuf::RepeatedPtrField<::std::string>& external_ids() const; + ::google::protobuf::RepeatedPtrField<::std::string>* mutable_external_ids(); + + // string generated_name = 1; + void clear_generated_name(); + static const int kGeneratedNameFieldNumber = 1; + const ::std::string& generated_name() const; + void set_generated_name(const ::std::string& value); + #if LANG_CXX11 + void set_generated_name(::std::string&& value); + #endif + void set_generated_name(const char* value); + void set_generated_name(const char* value, size_t size); + ::std::string* mutable_generated_name(); + ::std::string* release_generated_name(); + void set_allocated_generated_name(::std::string* generated_name); + + // @@protoc_insertion_point(class_scope:flyteidl.event.ResourceIdentifiers) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::RepeatedPtrField<::std::string> external_ids_; + ::google::protobuf::internal::ArenaStringPtr generated_name_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; +}; +// ------------------------------------------------------------------- + +class ResourcePoolInfo final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.event.ResourcePoolInfo) */ { + public: + ResourcePoolInfo(); + virtual ~ResourcePoolInfo(); + + ResourcePoolInfo(const ResourcePoolInfo& from); + + inline ResourcePoolInfo& operator=(const ResourcePoolInfo& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + ResourcePoolInfo(ResourcePoolInfo&& from) noexcept + : ResourcePoolInfo() { + *this = ::std::move(from); + } + + inline ResourcePoolInfo& operator=(ResourcePoolInfo&& from) noexcept { + if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { + if (this != &from) InternalSwap(&from); + } else { + CopyFrom(from); + } + return *this; + } + #endif + static const ::google::protobuf::Descriptor* descriptor() { + return default_instance().GetDescriptor(); + } + static const ResourcePoolInfo& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const ResourcePoolInfo* internal_default_instance() { + return reinterpret_cast( + &_ResourcePoolInfo_default_instance_); + } + static constexpr int kIndexInFileMessages = + 8; + + void Swap(ResourcePoolInfo* other); + friend void swap(ResourcePoolInfo& a, ResourcePoolInfo& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline ResourcePoolInfo* New() const final { + return CreateMaybeMessage(nullptr); + } + + ResourcePoolInfo* New(::google::protobuf::Arena* arena) const final { + return CreateMaybeMessage(arena); + } + void CopyFrom(const ::google::protobuf::Message& from) final; + void MergeFrom(const ::google::protobuf::Message& from) final; + void CopyFrom(const ResourcePoolInfo& from); + void MergeFrom(const ResourcePoolInfo& from); + PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; + bool IsInitialized() const final; + + size_t ByteSizeLong() const final; + #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx); + ::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; } + #else + bool MergePartialFromCodedStream( + ::google::protobuf::io::CodedInputStream* input) final; + #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + void SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const final; + ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const final; + int GetCachedSize() const final { return _cached_size_.Get(); } + + private: + void SharedCtor(); + void SharedDtor(); + void SetCachedSize(int size) const final; + void InternalSwap(ResourcePoolInfo* other); private: inline ::google::protobuf::Arena* GetArenaNoVirtual() const { return nullptr; @@ -1516,7 +1663,7 @@ class ManagedResourceInfo final : ::std::string* release_namespace_(); void set_allocated_namespace_(::std::string* namespace_); - // @@protoc_insertion_point(class_scope:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(class_scope:flyteidl.event.ResourcePoolInfo) private: class HasBitSetters; @@ -1566,7 +1713,7 @@ class TaskExecutionMetadata final : &_TaskExecutionMetadata_default_instance_); } static constexpr int kIndexInFileMessages = - 8; + 9; void Swap(TaskExecutionMetadata* other); friend void swap(TaskExecutionMetadata& a, TaskExecutionMetadata& b) { @@ -1649,31 +1796,26 @@ class TaskExecutionMetadata final : // accessors ------------------------------------------------------- - // repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; - int managed_resource_info_size() const; - void clear_managed_resource_info(); - static const int kManagedResourceInfoFieldNumber = 2; - ::flyteidl::event::ManagedResourceInfo* mutable_managed_resource_info(int index); - ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo >* - mutable_managed_resource_info(); - const ::flyteidl::event::ManagedResourceInfo& managed_resource_info(int index) const; - ::flyteidl::event::ManagedResourceInfo* add_managed_resource_info(); - const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo >& - managed_resource_info() const; - - // string resource_name = 1; - void clear_resource_name(); - static const int kResourceNameFieldNumber = 1; - const ::std::string& resource_name() const; - void set_resource_name(const ::std::string& value); - #if LANG_CXX11 - void set_resource_name(::std::string&& value); - #endif - void set_resource_name(const char* value); - void set_resource_name(const char* value, size_t size); - ::std::string* mutable_resource_name(); - ::std::string* release_resource_name(); - void set_allocated_resource_name(::std::string* resource_name); + // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + int resource_pool_info_size() const; + void clear_resource_pool_info(); + static const int kResourcePoolInfoFieldNumber = 2; + ::flyteidl::event::ResourcePoolInfo* mutable_resource_pool_info(int index); + ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ResourcePoolInfo >* + mutable_resource_pool_info(); + const ::flyteidl::event::ResourcePoolInfo& resource_pool_info(int index) const; + ::flyteidl::event::ResourcePoolInfo* add_resource_pool_info(); + const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ResourcePoolInfo >& + resource_pool_info() const; + + // .flyteidl.event.ResourceIdentifiers resource_ids = 1; + bool has_resource_ids() const; + void clear_resource_ids(); + static const int kResourceIdsFieldNumber = 1; + const ::flyteidl::event::ResourceIdentifiers& resource_ids() const; + ::flyteidl::event::ResourceIdentifiers* release_resource_ids(); + ::flyteidl::event::ResourceIdentifiers* mutable_resource_ids(); + void set_allocated_resource_ids(::flyteidl::event::ResourceIdentifiers* resource_ids); // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; void clear_instance_class(); @@ -1686,8 +1828,8 @@ class TaskExecutionMetadata final : class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo > managed_resource_info_; - ::google::protobuf::internal::ArenaStringPtr resource_name_; + ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ResourcePoolInfo > resource_pool_info_; + ::flyteidl::event::ResourceIdentifiers* resource_ids_; int instance_class_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; @@ -3574,112 +3716,238 @@ inline TaskExecutionEvent::OutputResultCase TaskExecutionEvent::output_result_ca } // ------------------------------------------------------------------- -// ManagedResourceInfo +// ResourceIdentifiers + +// string generated_name = 1; +inline void ResourceIdentifiers::clear_generated_name() { + generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& ResourceIdentifiers::generated_name() const { + // @@protoc_insertion_point(field_get:flyteidl.event.ResourceIdentifiers.generated_name) + return generated_name_.GetNoArena(); +} +inline void ResourceIdentifiers::set_generated_name(const ::std::string& value) { + + generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.ResourceIdentifiers.generated_name) +} +#if LANG_CXX11 +inline void ResourceIdentifiers::set_generated_name(::std::string&& value) { + + generated_name_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ResourceIdentifiers.generated_name) +} +#endif +inline void ResourceIdentifiers::set_generated_name(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.ResourceIdentifiers.generated_name) +} +inline void ResourceIdentifiers::set_generated_name(const char* value, size_t size) { + + generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ResourceIdentifiers.generated_name) +} +inline ::std::string* ResourceIdentifiers::mutable_generated_name() { + + // @@protoc_insertion_point(field_mutable:flyteidl.event.ResourceIdentifiers.generated_name) + return generated_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* ResourceIdentifiers::release_generated_name() { + // @@protoc_insertion_point(field_release:flyteidl.event.ResourceIdentifiers.generated_name) + + return generated_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void ResourceIdentifiers::set_allocated_generated_name(::std::string* generated_name) { + if (generated_name != nullptr) { + + } else { + + } + generated_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), generated_name); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ResourceIdentifiers.generated_name) +} + +// repeated string external_ids = 2; +inline int ResourceIdentifiers::external_ids_size() const { + return external_ids_.size(); +} +inline void ResourceIdentifiers::clear_external_ids() { + external_ids_.Clear(); +} +inline const ::std::string& ResourceIdentifiers::external_ids(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.event.ResourceIdentifiers.external_ids) + return external_ids_.Get(index); +} +inline ::std::string* ResourceIdentifiers::mutable_external_ids(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.event.ResourceIdentifiers.external_ids) + return external_ids_.Mutable(index); +} +inline void ResourceIdentifiers::set_external_ids(int index, const ::std::string& value) { + // @@protoc_insertion_point(field_set:flyteidl.event.ResourceIdentifiers.external_ids) + external_ids_.Mutable(index)->assign(value); +} +#if LANG_CXX11 +inline void ResourceIdentifiers::set_external_ids(int index, ::std::string&& value) { + // @@protoc_insertion_point(field_set:flyteidl.event.ResourceIdentifiers.external_ids) + external_ids_.Mutable(index)->assign(std::move(value)); +} +#endif +inline void ResourceIdentifiers::set_external_ids(int index, const char* value) { + GOOGLE_DCHECK(value != nullptr); + external_ids_.Mutable(index)->assign(value); + // @@protoc_insertion_point(field_set_char:flyteidl.event.ResourceIdentifiers.external_ids) +} +inline void ResourceIdentifiers::set_external_ids(int index, const char* value, size_t size) { + external_ids_.Mutable(index)->assign( + reinterpret_cast(value), size); + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ResourceIdentifiers.external_ids) +} +inline ::std::string* ResourceIdentifiers::add_external_ids() { + // @@protoc_insertion_point(field_add_mutable:flyteidl.event.ResourceIdentifiers.external_ids) + return external_ids_.Add(); +} +inline void ResourceIdentifiers::add_external_ids(const ::std::string& value) { + external_ids_.Add()->assign(value); + // @@protoc_insertion_point(field_add:flyteidl.event.ResourceIdentifiers.external_ids) +} +#if LANG_CXX11 +inline void ResourceIdentifiers::add_external_ids(::std::string&& value) { + external_ids_.Add(std::move(value)); + // @@protoc_insertion_point(field_add:flyteidl.event.ResourceIdentifiers.external_ids) +} +#endif +inline void ResourceIdentifiers::add_external_ids(const char* value) { + GOOGLE_DCHECK(value != nullptr); + external_ids_.Add()->assign(value); + // @@protoc_insertion_point(field_add_char:flyteidl.event.ResourceIdentifiers.external_ids) +} +inline void ResourceIdentifiers::add_external_ids(const char* value, size_t size) { + external_ids_.Add()->assign(reinterpret_cast(value), size); + // @@protoc_insertion_point(field_add_pointer:flyteidl.event.ResourceIdentifiers.external_ids) +} +inline const ::google::protobuf::RepeatedPtrField<::std::string>& +ResourceIdentifiers::external_ids() const { + // @@protoc_insertion_point(field_list:flyteidl.event.ResourceIdentifiers.external_ids) + return external_ids_; +} +inline ::google::protobuf::RepeatedPtrField<::std::string>* +ResourceIdentifiers::mutable_external_ids() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.event.ResourceIdentifiers.external_ids) + return &external_ids_; +} + +// ------------------------------------------------------------------- + +// ResourcePoolInfo // string allocation_token = 1; -inline void ManagedResourceInfo::clear_allocation_token() { +inline void ResourcePoolInfo::clear_allocation_token() { allocation_token_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& ManagedResourceInfo::allocation_token() const { - // @@protoc_insertion_point(field_get:flyteidl.event.ManagedResourceInfo.allocation_token) +inline const ::std::string& ResourcePoolInfo::allocation_token() const { + // @@protoc_insertion_point(field_get:flyteidl.event.ResourcePoolInfo.allocation_token) return allocation_token_.GetNoArena(); } -inline void ManagedResourceInfo::set_allocation_token(const ::std::string& value) { +inline void ResourcePoolInfo::set_allocation_token(const ::std::string& value) { allocation_token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.event.ManagedResourceInfo.allocation_token) + // @@protoc_insertion_point(field_set:flyteidl.event.ResourcePoolInfo.allocation_token) } #if LANG_CXX11 -inline void ManagedResourceInfo::set_allocation_token(::std::string&& value) { +inline void ResourcePoolInfo::set_allocation_token(::std::string&& value) { allocation_token_.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ManagedResourceInfo.allocation_token) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ResourcePoolInfo.allocation_token) } #endif -inline void ManagedResourceInfo::set_allocation_token(const char* value) { +inline void ResourcePoolInfo::set_allocation_token(const char* value) { GOOGLE_DCHECK(value != nullptr); allocation_token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.event.ManagedResourceInfo.allocation_token) + // @@protoc_insertion_point(field_set_char:flyteidl.event.ResourcePoolInfo.allocation_token) } -inline void ManagedResourceInfo::set_allocation_token(const char* value, size_t size) { +inline void ResourcePoolInfo::set_allocation_token(const char* value, size_t size) { allocation_token_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ManagedResourceInfo.allocation_token) + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ResourcePoolInfo.allocation_token) } -inline ::std::string* ManagedResourceInfo::mutable_allocation_token() { +inline ::std::string* ResourcePoolInfo::mutable_allocation_token() { - // @@protoc_insertion_point(field_mutable:flyteidl.event.ManagedResourceInfo.allocation_token) + // @@protoc_insertion_point(field_mutable:flyteidl.event.ResourcePoolInfo.allocation_token) return allocation_token_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* ManagedResourceInfo::release_allocation_token() { - // @@protoc_insertion_point(field_release:flyteidl.event.ManagedResourceInfo.allocation_token) +inline ::std::string* ResourcePoolInfo::release_allocation_token() { + // @@protoc_insertion_point(field_release:flyteidl.event.ResourcePoolInfo.allocation_token) return allocation_token_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void ManagedResourceInfo::set_allocated_allocation_token(::std::string* allocation_token) { +inline void ResourcePoolInfo::set_allocated_allocation_token(::std::string* allocation_token) { if (allocation_token != nullptr) { } else { } allocation_token_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), allocation_token); - // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ManagedResourceInfo.allocation_token) + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ResourcePoolInfo.allocation_token) } // string namespace = 2; -inline void ManagedResourceInfo::clear_namespace_() { +inline void ResourcePoolInfo::clear_namespace_() { namespace__.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& ManagedResourceInfo::namespace_() const { - // @@protoc_insertion_point(field_get:flyteidl.event.ManagedResourceInfo.namespace) +inline const ::std::string& ResourcePoolInfo::namespace_() const { + // @@protoc_insertion_point(field_get:flyteidl.event.ResourcePoolInfo.namespace) return namespace__.GetNoArena(); } -inline void ManagedResourceInfo::set_namespace_(const ::std::string& value) { +inline void ResourcePoolInfo::set_namespace_(const ::std::string& value) { namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.event.ManagedResourceInfo.namespace) + // @@protoc_insertion_point(field_set:flyteidl.event.ResourcePoolInfo.namespace) } #if LANG_CXX11 -inline void ManagedResourceInfo::set_namespace_(::std::string&& value) { +inline void ResourcePoolInfo::set_namespace_(::std::string&& value) { namespace__.SetNoArena( &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ManagedResourceInfo.namespace) + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ResourcePoolInfo.namespace) } #endif -inline void ManagedResourceInfo::set_namespace_(const char* value) { +inline void ResourcePoolInfo::set_namespace_(const char* value) { GOOGLE_DCHECK(value != nullptr); namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.event.ManagedResourceInfo.namespace) + // @@protoc_insertion_point(field_set_char:flyteidl.event.ResourcePoolInfo.namespace) } -inline void ManagedResourceInfo::set_namespace_(const char* value, size_t size) { +inline void ResourcePoolInfo::set_namespace_(const char* value, size_t size) { namespace__.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ManagedResourceInfo.namespace) + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ResourcePoolInfo.namespace) } -inline ::std::string* ManagedResourceInfo::mutable_namespace_() { +inline ::std::string* ResourcePoolInfo::mutable_namespace_() { - // @@protoc_insertion_point(field_mutable:flyteidl.event.ManagedResourceInfo.namespace) + // @@protoc_insertion_point(field_mutable:flyteidl.event.ResourcePoolInfo.namespace) return namespace__.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline ::std::string* ManagedResourceInfo::release_namespace_() { - // @@protoc_insertion_point(field_release:flyteidl.event.ManagedResourceInfo.namespace) +inline ::std::string* ResourcePoolInfo::release_namespace_() { + // @@protoc_insertion_point(field_release:flyteidl.event.ResourcePoolInfo.namespace) return namespace__.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline void ManagedResourceInfo::set_allocated_namespace_(::std::string* namespace_) { +inline void ResourcePoolInfo::set_allocated_namespace_(::std::string* namespace_) { if (namespace_ != nullptr) { } else { } namespace__.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), namespace_); - // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ManagedResourceInfo.namespace) + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ResourcePoolInfo.namespace) } // ------------------------------------------------------------------- @@ -3700,87 +3968,85 @@ inline void TaskExecutionMetadata::set_instance_class(::flyteidl::event::TaskExe // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.instance_class) } -// string resource_name = 1; -inline void TaskExecutionMetadata::clear_resource_name() { - resource_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); -} -inline const ::std::string& TaskExecutionMetadata::resource_name() const { - // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.resource_name) - return resource_name_.GetNoArena(); -} -inline void TaskExecutionMetadata::set_resource_name(const ::std::string& value) { - - resource_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); - // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.resource_name) +// .flyteidl.event.ResourceIdentifiers resource_ids = 1; +inline bool TaskExecutionMetadata::has_resource_ids() const { + return this != internal_default_instance() && resource_ids_ != nullptr; } -#if LANG_CXX11 -inline void TaskExecutionMetadata::set_resource_name(::std::string&& value) { - - resource_name_.SetNoArena( - &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); - // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.TaskExecutionMetadata.resource_name) -} -#endif -inline void TaskExecutionMetadata::set_resource_name(const char* value) { - GOOGLE_DCHECK(value != nullptr); - - resource_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); - // @@protoc_insertion_point(field_set_char:flyteidl.event.TaskExecutionMetadata.resource_name) +inline void TaskExecutionMetadata::clear_resource_ids() { + if (GetArenaNoVirtual() == nullptr && resource_ids_ != nullptr) { + delete resource_ids_; + } + resource_ids_ = nullptr; } -inline void TaskExecutionMetadata::set_resource_name(const char* value, size_t size) { - - resource_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), - ::std::string(reinterpret_cast(value), size)); - // @@protoc_insertion_point(field_set_pointer:flyteidl.event.TaskExecutionMetadata.resource_name) +inline const ::flyteidl::event::ResourceIdentifiers& TaskExecutionMetadata::resource_ids() const { + const ::flyteidl::event::ResourceIdentifiers* p = resource_ids_; + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.resource_ids) + return p != nullptr ? *p : *reinterpret_cast( + &::flyteidl::event::_ResourceIdentifiers_default_instance_); } -inline ::std::string* TaskExecutionMetadata::mutable_resource_name() { +inline ::flyteidl::event::ResourceIdentifiers* TaskExecutionMetadata::release_resource_ids() { + // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionMetadata.resource_ids) - // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.resource_name) - return resource_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + ::flyteidl::event::ResourceIdentifiers* temp = resource_ids_; + resource_ids_ = nullptr; + return temp; } -inline ::std::string* TaskExecutionMetadata::release_resource_name() { - // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionMetadata.resource_name) +inline ::flyteidl::event::ResourceIdentifiers* TaskExecutionMetadata::mutable_resource_ids() { - return resource_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (resource_ids_ == nullptr) { + auto* p = CreateMaybeMessage<::flyteidl::event::ResourceIdentifiers>(GetArenaNoVirtual()); + resource_ids_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.resource_ids) + return resource_ids_; } -inline void TaskExecutionMetadata::set_allocated_resource_name(::std::string* resource_name) { - if (resource_name != nullptr) { +inline void TaskExecutionMetadata::set_allocated_resource_ids(::flyteidl::event::ResourceIdentifiers* resource_ids) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete resource_ids_; + } + if (resource_ids) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + resource_ids = ::google::protobuf::internal::GetOwnedMessage( + message_arena, resource_ids, submessage_arena); + } } else { } - resource_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), resource_name); - // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.resource_name) + resource_ids_ = resource_ids; + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.resource_ids) } -// repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; -inline int TaskExecutionMetadata::managed_resource_info_size() const { - return managed_resource_info_.size(); +// repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; +inline int TaskExecutionMetadata::resource_pool_info_size() const { + return resource_pool_info_.size(); } -inline void TaskExecutionMetadata::clear_managed_resource_info() { - managed_resource_info_.Clear(); +inline void TaskExecutionMetadata::clear_resource_pool_info() { + resource_pool_info_.Clear(); } -inline ::flyteidl::event::ManagedResourceInfo* TaskExecutionMetadata::mutable_managed_resource_info(int index) { - // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.managed_resource_info) - return managed_resource_info_.Mutable(index); +inline ::flyteidl::event::ResourcePoolInfo* TaskExecutionMetadata::mutable_resource_pool_info(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.resource_pool_info) + return resource_pool_info_.Mutable(index); } -inline ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo >* -TaskExecutionMetadata::mutable_managed_resource_info() { - // @@protoc_insertion_point(field_mutable_list:flyteidl.event.TaskExecutionMetadata.managed_resource_info) - return &managed_resource_info_; +inline ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ResourcePoolInfo >* +TaskExecutionMetadata::mutable_resource_pool_info() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.event.TaskExecutionMetadata.resource_pool_info) + return &resource_pool_info_; } -inline const ::flyteidl::event::ManagedResourceInfo& TaskExecutionMetadata::managed_resource_info(int index) const { - // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.managed_resource_info) - return managed_resource_info_.Get(index); +inline const ::flyteidl::event::ResourcePoolInfo& TaskExecutionMetadata::resource_pool_info(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.resource_pool_info) + return resource_pool_info_.Get(index); } -inline ::flyteidl::event::ManagedResourceInfo* TaskExecutionMetadata::add_managed_resource_info() { - // @@protoc_insertion_point(field_add:flyteidl.event.TaskExecutionMetadata.managed_resource_info) - return managed_resource_info_.Add(); +inline ::flyteidl::event::ResourcePoolInfo* TaskExecutionMetadata::add_resource_pool_info() { + // @@protoc_insertion_point(field_add:flyteidl.event.TaskExecutionMetadata.resource_pool_info) + return resource_pool_info_.Add(); } -inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ManagedResourceInfo >& -TaskExecutionMetadata::managed_resource_info() const { - // @@protoc_insertion_point(field_list:flyteidl.event.TaskExecutionMetadata.managed_resource_info) - return managed_resource_info_; +inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ResourcePoolInfo >& +TaskExecutionMetadata::resource_pool_info() const { + // @@protoc_insertion_point(field_list:flyteidl.event.TaskExecutionMetadata.resource_pool_info) + return resource_pool_info_; } #ifdef __GNUC__ @@ -3802,6 +4068,8 @@ TaskExecutionMetadata::managed_resource_info() const { // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index 67f040ec0..ce5be34c9 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -48,7 +48,7 @@ func (x TaskExecutionMetadata_InstanceClass) String() string { } func (TaskExecutionMetadata_InstanceClass) EnumDescriptor() ([]byte, []int) { - return fileDescriptor_4b035d24120b1b12, []int{8, 0} + return fileDescriptor_4b035d24120b1b12, []int{9, 0} } type WorkflowExecutionEvent struct { @@ -758,9 +758,59 @@ func (*TaskExecutionEvent) XXX_OneofWrappers() []interface{} { } } +// This message contains various identifiers for resources used for a specific task execution. +type ResourceIdentifiers struct { + // Unique, generated name for this task execution used by the backend. + GeneratedName string `protobuf:"bytes,1,opt,name=generated_name,json=generatedName,proto3" json:"generated_name,omitempty"` + // Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids. + ExternalIds []string `protobuf:"bytes,2,rep,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *ResourceIdentifiers) Reset() { *m = ResourceIdentifiers{} } +func (m *ResourceIdentifiers) String() string { return proto.CompactTextString(m) } +func (*ResourceIdentifiers) ProtoMessage() {} +func (*ResourceIdentifiers) Descriptor() ([]byte, []int) { + return fileDescriptor_4b035d24120b1b12, []int{7} +} + +func (m *ResourceIdentifiers) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ResourceIdentifiers.Unmarshal(m, b) +} +func (m *ResourceIdentifiers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ResourceIdentifiers.Marshal(b, m, deterministic) +} +func (m *ResourceIdentifiers) XXX_Merge(src proto.Message) { + xxx_messageInfo_ResourceIdentifiers.Merge(m, src) +} +func (m *ResourceIdentifiers) XXX_Size() int { + return xxx_messageInfo_ResourceIdentifiers.Size(m) +} +func (m *ResourceIdentifiers) XXX_DiscardUnknown() { + xxx_messageInfo_ResourceIdentifiers.DiscardUnknown(m) +} + +var xxx_messageInfo_ResourceIdentifiers proto.InternalMessageInfo + +func (m *ResourceIdentifiers) GetGeneratedName() string { + if m != nil { + return m.GeneratedName + } + return "" +} + +func (m *ResourceIdentifiers) GetExternalIds() []string { + if m != nil { + return m.ExternalIds + } + return nil +} + // This message holds task execution metadata specific to resource allocation used to manage concurrent // executions for a project namespace. -type ManagedResourceInfo struct { +type ResourcePoolInfo struct { // Unique resource ID used to identify this execution when allocating a token. AllocationToken string `protobuf:"bytes,1,opt,name=allocation_token,json=allocationToken,proto3" json:"allocation_token,omitempty"` // Namespace under which this task execution requested an allocation token. @@ -770,39 +820,39 @@ type ManagedResourceInfo struct { XXX_sizecache int32 `json:"-"` } -func (m *ManagedResourceInfo) Reset() { *m = ManagedResourceInfo{} } -func (m *ManagedResourceInfo) String() string { return proto.CompactTextString(m) } -func (*ManagedResourceInfo) ProtoMessage() {} -func (*ManagedResourceInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_4b035d24120b1b12, []int{7} +func (m *ResourcePoolInfo) Reset() { *m = ResourcePoolInfo{} } +func (m *ResourcePoolInfo) String() string { return proto.CompactTextString(m) } +func (*ResourcePoolInfo) ProtoMessage() {} +func (*ResourcePoolInfo) Descriptor() ([]byte, []int) { + return fileDescriptor_4b035d24120b1b12, []int{8} } -func (m *ManagedResourceInfo) XXX_Unmarshal(b []byte) error { - return xxx_messageInfo_ManagedResourceInfo.Unmarshal(m, b) +func (m *ResourcePoolInfo) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_ResourcePoolInfo.Unmarshal(m, b) } -func (m *ManagedResourceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - return xxx_messageInfo_ManagedResourceInfo.Marshal(b, m, deterministic) +func (m *ResourcePoolInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_ResourcePoolInfo.Marshal(b, m, deterministic) } -func (m *ManagedResourceInfo) XXX_Merge(src proto.Message) { - xxx_messageInfo_ManagedResourceInfo.Merge(m, src) +func (m *ResourcePoolInfo) XXX_Merge(src proto.Message) { + xxx_messageInfo_ResourcePoolInfo.Merge(m, src) } -func (m *ManagedResourceInfo) XXX_Size() int { - return xxx_messageInfo_ManagedResourceInfo.Size(m) +func (m *ResourcePoolInfo) XXX_Size() int { + return xxx_messageInfo_ResourcePoolInfo.Size(m) } -func (m *ManagedResourceInfo) XXX_DiscardUnknown() { - xxx_messageInfo_ManagedResourceInfo.DiscardUnknown(m) +func (m *ResourcePoolInfo) XXX_DiscardUnknown() { + xxx_messageInfo_ResourcePoolInfo.DiscardUnknown(m) } -var xxx_messageInfo_ManagedResourceInfo proto.InternalMessageInfo +var xxx_messageInfo_ResourcePoolInfo proto.InternalMessageInfo -func (m *ManagedResourceInfo) GetAllocationToken() string { +func (m *ResourcePoolInfo) GetAllocationToken() string { if m != nil { return m.AllocationToken } return "" } -func (m *ManagedResourceInfo) GetNamespace() string { +func (m *ResourcePoolInfo) GetNamespace() string { if m != nil { return m.Namespace } @@ -813,21 +863,21 @@ func (m *ManagedResourceInfo) GetNamespace() string { // TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). type TaskExecutionMetadata struct { InstanceClass TaskExecutionMetadata_InstanceClass `protobuf:"varint,16,opt,name=instance_class,json=instanceClass,proto3,enum=flyteidl.event.TaskExecutionMetadata_InstanceClass" json:"instance_class,omitempty"` - // Unique name for this task execution used by the backend, may be generated. - ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"` + // Contains various identifiers for resources used during execution. + ResourceIds *ResourceIdentifiers `protobuf:"bytes,1,opt,name=resource_ids,json=resourceIds,proto3" json:"resource_ids,omitempty"` // Includes information about resource token allocation (if applicable). // This is a repeated field because a plugin can request multiple resource allocations during execution. - ManagedResourceInfo []*ManagedResourceInfo `protobuf:"bytes,2,rep,name=managed_resource_info,json=managedResourceInfo,proto3" json:"managed_resource_info,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + ResourcePoolInfo []*ResourcePoolInfo `protobuf:"bytes,2,rep,name=resource_pool_info,json=resourcePoolInfo,proto3" json:"resource_pool_info,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskExecutionMetadata) Reset() { *m = TaskExecutionMetadata{} } func (m *TaskExecutionMetadata) String() string { return proto.CompactTextString(m) } func (*TaskExecutionMetadata) ProtoMessage() {} func (*TaskExecutionMetadata) Descriptor() ([]byte, []int) { - return fileDescriptor_4b035d24120b1b12, []int{8} + return fileDescriptor_4b035d24120b1b12, []int{9} } func (m *TaskExecutionMetadata) XXX_Unmarshal(b []byte) error { @@ -855,16 +905,16 @@ func (m *TaskExecutionMetadata) GetInstanceClass() TaskExecutionMetadata_Instanc return TaskExecutionMetadata_DEFAULT } -func (m *TaskExecutionMetadata) GetResourceName() string { +func (m *TaskExecutionMetadata) GetResourceIds() *ResourceIdentifiers { if m != nil { - return m.ResourceName + return m.ResourceIds } - return "" + return nil } -func (m *TaskExecutionMetadata) GetManagedResourceInfo() []*ManagedResourceInfo { +func (m *TaskExecutionMetadata) GetResourcePoolInfo() []*ResourcePoolInfo { if m != nil { - return m.ManagedResourceInfo + return m.ResourcePoolInfo } return nil } @@ -878,80 +928,84 @@ func init() { proto.RegisterType((*ParentTaskExecutionMetadata)(nil), "flyteidl.event.ParentTaskExecutionMetadata") proto.RegisterType((*ParentNodeExecutionMetadata)(nil), "flyteidl.event.ParentNodeExecutionMetadata") proto.RegisterType((*TaskExecutionEvent)(nil), "flyteidl.event.TaskExecutionEvent") - proto.RegisterType((*ManagedResourceInfo)(nil), "flyteidl.event.ManagedResourceInfo") + proto.RegisterType((*ResourceIdentifiers)(nil), "flyteidl.event.ResourceIdentifiers") + proto.RegisterType((*ResourcePoolInfo)(nil), "flyteidl.event.ResourcePoolInfo") proto.RegisterType((*TaskExecutionMetadata)(nil), "flyteidl.event.TaskExecutionMetadata") } func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 1074 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x56, 0x7f, 0x4f, 0xdb, 0x46, - 0x18, 0x26, 0x29, 0x04, 0xf2, 0x3a, 0x09, 0xe9, 0x15, 0xa8, 0x07, 0x6d, 0xc9, 0xd2, 0x6d, 0x62, - 0x9d, 0xe6, 0x48, 0xa9, 0xda, 0x55, 0xda, 0xa4, 0x09, 0x28, 0x1b, 0xd1, 0x00, 0x21, 0x37, 0xac, - 0x52, 0xb5, 0xcd, 0x3a, 0xec, 0x37, 0xc6, 0x22, 0xf1, 0x59, 0xe7, 0x73, 0x59, 0x3e, 0xca, 0xfe, - 0xdd, 0xd7, 0xd9, 0x57, 0x99, 0xb4, 0xaf, 0x30, 0xdd, 0x9d, 0xe3, 0x60, 0x27, 0xca, 0xca, 0xd4, - 0x7f, 0x22, 0xdd, 0x73, 0xef, 0x3d, 0xf7, 0xbc, 0x3f, 0xee, 0x89, 0x61, 0x7b, 0x30, 0x1c, 0x0b, - 0x0c, 0xbc, 0x61, 0x07, 0xdf, 0x63, 0x28, 0xf4, 0xaf, 0x15, 0x71, 0x26, 0x18, 0x69, 0x4c, 0xf6, - 0x2c, 0x85, 0x6e, 0x3f, 0xce, 0x62, 0x5d, 0xc6, 0xb1, 0x83, 0xbf, 0xa3, 0x9b, 0x88, 0x80, 0x85, - 0x3a, 0x7c, 0xfb, 0x49, 0x7e, 0x3b, 0xf0, 0x30, 0x14, 0xc1, 0x20, 0x40, 0x9e, 0xee, 0xef, 0xe4, - 0xf7, 0x5d, 0x2a, 0xe8, 0x90, 0xf9, 0xe9, 0xe6, 0xae, 0xcf, 0x98, 0x3f, 0xc4, 0x8e, 0x5a, 0x5d, - 0x26, 0x83, 0x8e, 0x08, 0x46, 0x18, 0x0b, 0x3a, 0x8a, 0xd2, 0x80, 0x47, 0xc5, 0x80, 0x58, 0xf0, - 0xc4, 0x4d, 0xa5, 0xb6, 0xff, 0x2e, 0xc3, 0xd6, 0x5b, 0xc6, 0xaf, 0x07, 0x43, 0x76, 0x73, 0x34, - 0xd1, 0x75, 0x24, 0x55, 0x93, 0x53, 0xa8, 0x65, 0x4a, 0x9d, 0xc0, 0x33, 0x4b, 0xad, 0xd2, 0x9e, - 0xd1, 0x7d, 0x66, 0x65, 0xc9, 0x49, 0x35, 0xd6, 0xcc, 0xe1, 0x5e, 0x26, 0xdf, 0x36, 0x70, 0x0a, - 0x92, 0x5d, 0x30, 0x22, 0xce, 0xbc, 0xc4, 0x45, 0x2e, 0xd9, 0xca, 0xad, 0xd2, 0x5e, 0xd5, 0x86, - 0x09, 0xd4, 0xf3, 0xc8, 0x77, 0xb0, 0x12, 0x5d, 0xd1, 0x18, 0xcd, 0x7b, 0xad, 0xd2, 0x5e, 0xa3, - 0xfb, 0xc5, 0x7f, 0x5d, 0x64, 0x9d, 0xcb, 0x68, 0x5b, 0x1f, 0x22, 0xdf, 0x82, 0xc1, 0x5c, 0x37, - 0xe1, 0x1c, 0x3d, 0x87, 0x0a, 0x73, 0x59, 0x89, 0xdd, 0xb6, 0x74, 0xf2, 0xd6, 0x24, 0x79, 0xab, - 0x3f, 0xa9, 0x8e, 0x0d, 0x93, 0xf0, 0x7d, 0x41, 0x76, 0x01, 0x58, 0x22, 0xa2, 0x44, 0x38, 0x09, - 0x0f, 0xcc, 0x15, 0x29, 0xed, 0x78, 0xc9, 0xae, 0x6a, 0xec, 0x82, 0x07, 0xe4, 0x05, 0xac, 0x20, - 0xe7, 0x8c, 0x9b, 0x15, 0xc5, 0xfb, 0xb8, 0xa0, 0x6d, 0x5a, 0x39, 0x19, 0x74, 0xbc, 0x64, 0xeb, - 0xe8, 0x83, 0x75, 0xa8, 0xa7, 0xbc, 0x1c, 0xe3, 0x64, 0x28, 0xda, 0x7f, 0x55, 0x80, 0x9c, 0x31, - 0x0f, 0x0b, 0xa5, 0x7e, 0x09, 0xe5, 0xac, 0xc0, 0xc5, 0xbc, 0x73, 0xe1, 0xb7, 0x8a, 0x5b, 0x0e, - 0x3e, 0xa0, 0xa6, 0xaf, 0xf2, 0x35, 0x6d, 0x2f, 0xe2, 0xfe, 0x88, 0xf5, 0xdc, 0x81, 0x6a, 0x10, - 0xe6, 0xca, 0x69, 0xaf, 0x29, 0x40, 0xd6, 0x32, 0x5f, 0xec, 0xca, 0x82, 0x62, 0xaf, 0xde, 0xa5, - 0xd8, 0xe4, 0x17, 0xd8, 0xba, 0x49, 0x67, 0xc4, 0x09, 0x99, 0x87, 0xce, 0x08, 0x05, 0xf5, 0xa8, - 0xa0, 0xe6, 0x9a, 0xe2, 0xf9, 0xcc, 0xca, 0x3f, 0xcb, 0x6c, 0xa2, 0x64, 0x15, 0x4e, 0xd3, 0xd8, - 0xe3, 0x92, 0xbd, 0x71, 0x33, 0x07, 0x27, 0xe7, 0x40, 0x04, 0x8d, 0xaf, 0x0b, 0xcc, 0x0d, 0xc5, - 0xdc, 0x2a, 0x32, 0xf7, 0x69, 0x7c, 0x5d, 0x60, 0x6d, 0x8a, 0x02, 0x46, 0x7e, 0x85, 0x8d, 0x88, - 0x72, 0x0c, 0x85, 0xa3, 0x88, 0x33, 0xce, 0xaa, 0xe2, 0xfc, 0xaa, 0xc8, 0x79, 0xae, 0x62, 0x25, - 0x73, 0x56, 0x80, 0x09, 0x95, 0x4d, 0xa2, 0x6c, 0x73, 0x0e, 0x7d, 0x5e, 0x32, 0x2c, 0xa2, 0xcf, - 0x0d, 0x44, 0x91, 0x3e, 0xa7, 0x7e, 0x17, 0x0c, 0x8e, 0x82, 0x8f, 0x1d, 0x9f, 0xb3, 0x24, 0x32, - 0x0d, 0x3d, 0x7a, 0x0a, 0xfa, 0x51, 0x22, 0xa4, 0x05, 0xb5, 0x38, 0x42, 0x57, 0xdf, 0x1e, 0x78, - 0x66, 0x4d, 0x47, 0x48, 0x4c, 0x12, 0xf5, 0x3c, 0x39, 0x25, 0x6a, 0x33, 0xa4, 0x23, 0x34, 0xeb, - 0x7a, 0x4a, 0x24, 0x70, 0x46, 0x47, 0x38, 0xf3, 0x74, 0x0e, 0xee, 0xc3, 0xba, 0xa0, 0xdc, 0x47, - 0x91, 0xa5, 0xd2, 0x46, 0xd8, 0x98, 0xd7, 0xc3, 0x8f, 0xec, 0x5c, 0xed, 0x3f, 0x4a, 0xd0, 0x2c, - 0x76, 0x94, 0xbc, 0x86, 0x9a, 0x4b, 0xdd, 0x2b, 0x74, 0x62, 0x41, 0x45, 0x12, 0xab, 0x3b, 0x1a, - 0xdd, 0x4f, 0x0b, 0x77, 0x1c, 0x6a, 0xaf, 0x3e, 0x94, 0x91, 0x6f, 0x54, 0xa0, 0x6d, 0xb8, 0xd3, - 0x05, 0xf9, 0x1e, 0x8c, 0xd4, 0xce, 0x9d, 0x6b, 0x1c, 0xab, 0x07, 0x6c, 0x74, 0x9f, 0xcc, 0x27, - 0xc9, 0xda, 0x01, 0xe9, 0x91, 0x9f, 0x70, 0xdc, 0xbe, 0x80, 0x9d, 0x05, 0x83, 0xb1, 0xd0, 0x58, - 0x72, 0x27, 0xf2, 0xc6, 0xd2, 0x7e, 0x39, 0xa1, 0x9d, 0x3b, 0x10, 0xe4, 0x21, 0xac, 0x4e, 0xda, - 0x5a, 0x52, 0x7d, 0xab, 0x84, 0xaa, 0xa5, 0xed, 0x7f, 0x56, 0x80, 0xe4, 0x78, 0xb5, 0xbf, 0x75, - 0x61, 0x55, 0xcd, 0x78, 0xa6, 0xe5, 0x93, 0x82, 0x96, 0x5b, 0xd7, 0x57, 0x64, 0x64, 0xcf, 0x23, - 0x0e, 0x98, 0xb7, 0xe7, 0x37, 0xd7, 0xd0, 0xf2, 0x9d, 0x9c, 0x72, 0x33, 0x9a, 0x4d, 0xa5, 0xe7, - 0x91, 0xa7, 0x50, 0xd7, 0x13, 0x4c, 0x85, 0xc0, 0x51, 0x24, 0x94, 0x47, 0xd6, 0xed, 0x9a, 0x02, - 0xf7, 0x35, 0x36, 0x35, 0xd0, 0xe5, 0xb9, 0x06, 0x9a, 0xcb, 0x35, 0x6f, 0xa0, 0x05, 0x6f, 0x5e, - 0x99, 0xf1, 0xe6, 0x67, 0xb0, 0x3c, 0x64, 0x7e, 0x6c, 0x56, 0x5a, 0xf7, 0xf6, 0x8c, 0xee, 0xd6, - 0x1c, 0xe6, 0x13, 0xe6, 0xdb, 0x2a, 0xa6, 0xe8, 0xc6, 0xab, 0xff, 0xdf, 0x8d, 0xd7, 0x16, 0xba, - 0x71, 0x75, 0x81, 0x1b, 0xc3, 0x9d, 0xdc, 0xf8, 0x15, 0x18, 0x6e, 0x12, 0x0b, 0x36, 0x72, 0x82, - 0x70, 0xc0, 0x94, 0x3f, 0x18, 0xdd, 0x87, 0x33, 0x8a, 0xdf, 0xa8, 0x8f, 0x11, 0x1b, 0x74, 0x6c, - 0x2f, 0x1c, 0x30, 0xd9, 0x17, 0x55, 0x41, 0xe7, 0x3d, 0xf2, 0x38, 0x60, 0xa1, 0x72, 0x8e, 0xba, - 0x5d, 0x53, 0xe0, 0xcf, 0x1a, 0x23, 0x5b, 0x50, 0xe1, 0x48, 0x63, 0x16, 0xa6, 0xc6, 0x91, 0xae, - 0x64, 0xae, 0x6a, 0xd2, 0xc4, 0x38, 0x42, 0xe5, 0xce, 0x55, 0x7b, 0x4d, 0x02, 0xfd, 0x71, 0x84, - 0x64, 0x1f, 0xd6, 0x32, 0x1b, 0x6c, 0x2a, 0x41, 0x9f, 0xcf, 0x73, 0xee, 0x59, 0x03, 0xcc, 0x8e, - 0xcd, 0xfe, 0xa3, 0xff, 0x06, 0x0f, 0x4e, 0x69, 0x48, 0x7d, 0xf4, 0x6c, 0x8c, 0x59, 0xc2, 0x5d, - 0x54, 0x49, 0x7c, 0x09, 0x4d, 0x3a, 0x1c, 0x32, 0x97, 0xaa, 0x91, 0x15, 0xec, 0x1a, 0xc3, 0xf4, - 0xa9, 0xac, 0x4f, 0xf1, 0xbe, 0x84, 0xc9, 0x23, 0xa8, 0x4a, 0x07, 0x8c, 0x23, 0xea, 0x62, 0xfa, - 0x17, 0x3e, 0x05, 0xda, 0x7f, 0x96, 0x61, 0x73, 0xfe, 0xdb, 0x7e, 0x07, 0x8d, 0x20, 0x8c, 0x05, - 0x0d, 0x5d, 0x74, 0xdc, 0x21, 0x8d, 0x63, 0x95, 0x53, 0xa3, 0xfb, 0xfc, 0x83, 0x72, 0xb2, 0x7a, - 0xe9, 0xd9, 0x43, 0x79, 0xd4, 0xae, 0x07, 0xb7, 0x97, 0xfa, 0x6d, 0xe8, 0x74, 0xb4, 0x3d, 0x6b, - 0xed, 0xb5, 0x09, 0x28, 0x2d, 0x9a, 0xbc, 0x85, 0xcd, 0x91, 0x4e, 0xdd, 0xc9, 0x82, 0x55, 0xb3, - 0xcb, 0x6a, 0xa2, 0x9f, 0x16, 0x75, 0xcc, 0xa9, 0x93, 0xfd, 0x60, 0x34, 0x0b, 0xb6, 0x3b, 0x50, - 0xcf, 0xa9, 0x23, 0x06, 0xac, 0xbe, 0x3e, 0xfa, 0x61, 0xff, 0xe2, 0xa4, 0xdf, 0x5c, 0x22, 0xf7, - 0xa1, 0xde, 0x3b, 0xeb, 0x1f, 0xd9, 0xf6, 0xc5, 0x79, 0xbf, 0x77, 0x70, 0x72, 0xd4, 0x2c, 0x1d, - 0x7c, 0xf3, 0xee, 0x85, 0x1f, 0x88, 0xab, 0xe4, 0xd2, 0x72, 0xd9, 0xa8, 0xa3, 0xae, 0x65, 0xdc, - 0xef, 0x64, 0xdf, 0xcd, 0x3e, 0x86, 0x9d, 0xe8, 0xf2, 0x6b, 0x9f, 0x75, 0xf2, 0x5f, 0xed, 0x97, - 0x15, 0x35, 0x88, 0xcf, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xed, 0xa0, 0x84, 0xbd, 0xce, 0x0b, - 0x00, 0x00, + // 1126 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x71, 0x4f, 0xdb, 0x46, + 0x14, 0x27, 0x01, 0x02, 0x79, 0x4e, 0x42, 0x7a, 0xa3, 0xd4, 0x83, 0xb6, 0xa4, 0xe9, 0x3a, 0xb1, + 0x4e, 0x4b, 0xa4, 0x54, 0xed, 0x2a, 0x6d, 0xd2, 0x04, 0x94, 0x8e, 0x68, 0x14, 0x21, 0x37, 0x6c, + 0x52, 0xb7, 0xc9, 0x3a, 0xec, 0x17, 0x63, 0xe1, 0xf8, 0xac, 0xbb, 0x73, 0x59, 0x3e, 0xca, 0xbe, + 0xcb, 0xbe, 0xc1, 0xbe, 0xca, 0xa4, 0x7d, 0x85, 0xe9, 0xce, 0x8e, 0x83, 0x9d, 0x2c, 0x2b, 0x53, + 0xff, 0x41, 0xba, 0xdf, 0xbd, 0xfb, 0xdd, 0x7b, 0xbf, 0xf7, 0xee, 0x87, 0x03, 0xdb, 0xc3, 0x60, + 0x2c, 0xd1, 0x77, 0x83, 0x2e, 0xbe, 0xc7, 0x50, 0x26, 0x7f, 0x3b, 0x11, 0x67, 0x92, 0x91, 0xc6, + 0x64, 0xaf, 0xa3, 0xd1, 0xed, 0x07, 0x59, 0xac, 0xc3, 0x38, 0x76, 0xf1, 0x37, 0x74, 0x62, 0xe9, + 0xb3, 0x30, 0x09, 0xdf, 0x7e, 0x98, 0xdf, 0xf6, 0x5d, 0x0c, 0xa5, 0x3f, 0xf4, 0x91, 0xa7, 0xfb, + 0x3b, 0xf9, 0x7d, 0x87, 0x4a, 0x1a, 0x30, 0x2f, 0xdd, 0xdc, 0xf5, 0x18, 0xf3, 0x02, 0xec, 0xea, + 0xd5, 0x45, 0x3c, 0xec, 0x4a, 0x7f, 0x84, 0x42, 0xd2, 0x51, 0x94, 0x06, 0xdc, 0x2f, 0x06, 0x08, + 0xc9, 0x63, 0x27, 0x4d, 0xb5, 0xfd, 0x57, 0x19, 0xb6, 0x7e, 0x62, 0xfc, 0x6a, 0x18, 0xb0, 0xeb, + 0xa3, 0x49, 0x5e, 0x47, 0x2a, 0x6b, 0xf2, 0x06, 0x6a, 0x59, 0xa6, 0xb6, 0xef, 0x9a, 0xa5, 0x56, + 0x69, 0xcf, 0xe8, 0x3d, 0xed, 0x64, 0xc5, 0xa9, 0x6c, 0x3a, 0x33, 0x87, 0xfb, 0x59, 0xfa, 0x96, + 0x81, 0x53, 0x90, 0xec, 0x82, 0x11, 0x71, 0xe6, 0xc6, 0x0e, 0x72, 0xc5, 0x56, 0x6e, 0x95, 0xf6, + 0xaa, 0x16, 0x4c, 0xa0, 0xbe, 0x4b, 0xbe, 0x85, 0xd5, 0xe8, 0x92, 0x0a, 0x34, 0x97, 0x5b, 0xa5, + 0xbd, 0x46, 0xef, 0xf3, 0xff, 0xba, 0xa8, 0x73, 0xa6, 0xa2, 0xad, 0xe4, 0x10, 0xf9, 0x06, 0x0c, + 0xe6, 0x38, 0x31, 0xe7, 0xe8, 0xda, 0x54, 0x9a, 0x2b, 0x3a, 0xd9, 0xed, 0x4e, 0x52, 0x7c, 0x67, + 0x52, 0x7c, 0x67, 0x30, 0x51, 0xc7, 0x82, 0x49, 0xf8, 0xbe, 0x24, 0xbb, 0x00, 0x2c, 0x96, 0x51, + 0x2c, 0xed, 0x98, 0xfb, 0xe6, 0xaa, 0x4a, 0xed, 0x78, 0xc9, 0xaa, 0x26, 0xd8, 0x39, 0xf7, 0xc9, + 0x73, 0x58, 0x45, 0xce, 0x19, 0x37, 0x2b, 0x9a, 0xf7, 0x41, 0x21, 0xb7, 0xa9, 0x72, 0x2a, 0xe8, + 0x78, 0xc9, 0x4a, 0xa2, 0x0f, 0x36, 0xa0, 0x9e, 0xf2, 0x72, 0x14, 0x71, 0x20, 0xdb, 0x7f, 0x56, + 0x80, 0x9c, 0x32, 0x17, 0x0b, 0x52, 0xbf, 0x80, 0x72, 0x26, 0x70, 0xb1, 0xee, 0x5c, 0xf8, 0x0d, + 0x71, 0xcb, 0xfe, 0x07, 0x68, 0xfa, 0x32, 0xaf, 0x69, 0x7b, 0x11, 0xf7, 0x47, 0xd4, 0x73, 0x07, + 0xaa, 0x7e, 0x98, 0x93, 0xd3, 0x5a, 0xd7, 0x80, 0xd2, 0x32, 0x2f, 0x76, 0x65, 0x81, 0xd8, 0x6b, + 0xb7, 0x11, 0x9b, 0xfc, 0x02, 0x5b, 0xd7, 0xe9, 0x8c, 0xd8, 0x21, 0x73, 0xd1, 0x1e, 0xa1, 0xa4, + 0x2e, 0x95, 0xd4, 0x5c, 0xd7, 0x3c, 0x9f, 0x75, 0xf2, 0xcf, 0x32, 0x9b, 0x28, 0xa5, 0xc2, 0x9b, + 0x34, 0xf6, 0xb8, 0x64, 0x6d, 0x5e, 0xcf, 0xc1, 0xc9, 0x19, 0x10, 0x49, 0xc5, 0x55, 0x81, 0xb9, + 0xa1, 0x99, 0x5b, 0x45, 0xe6, 0x01, 0x15, 0x57, 0x05, 0xd6, 0xa6, 0x2c, 0x60, 0xe4, 0x57, 0xd8, + 0x8c, 0x28, 0xc7, 0x50, 0xda, 0x9a, 0x38, 0xe3, 0xac, 0x6a, 0xce, 0x2f, 0x8b, 0x9c, 0x67, 0x3a, + 0x56, 0x31, 0x67, 0x02, 0x4c, 0xa8, 0x2c, 0x12, 0x65, 0x9b, 0x73, 0xe8, 0xf3, 0x29, 0xc3, 0x22, + 0xfa, 0xdc, 0x40, 0x14, 0xe9, 0x73, 0xd9, 0xef, 0x82, 0xc1, 0x51, 0xf2, 0xb1, 0xed, 0x71, 0x16, + 0x47, 0xa6, 0x91, 0x8c, 0x9e, 0x86, 0xbe, 0x57, 0x08, 0x69, 0x41, 0x4d, 0x44, 0xe8, 0x24, 0xb7, + 0xfb, 0xae, 0x59, 0x4b, 0x22, 0x14, 0xa6, 0x88, 0xfa, 0xae, 0x9a, 0x12, 0xbd, 0x19, 0xd2, 0x11, + 0x9a, 0xf5, 0x64, 0x4a, 0x14, 0x70, 0x4a, 0x47, 0x38, 0xf3, 0x74, 0x0e, 0xee, 0xc0, 0x86, 0xa4, + 0xdc, 0x43, 0x99, 0x95, 0xd2, 0x46, 0xd8, 0x9c, 0xd7, 0xc3, 0x8f, 0xec, 0x5c, 0xed, 0xdf, 0x4b, + 0xd0, 0x2c, 0x76, 0x94, 0xbc, 0x82, 0x9a, 0x43, 0x9d, 0x4b, 0xb4, 0x85, 0xa4, 0x32, 0x16, 0xfa, + 0x8e, 0x46, 0xef, 0x51, 0xe1, 0x8e, 0xc3, 0xc4, 0xab, 0x0f, 0x55, 0xe4, 0x5b, 0x1d, 0x68, 0x19, + 0xce, 0x74, 0x41, 0xbe, 0x03, 0x23, 0xb5, 0x73, 0xfb, 0x0a, 0xc7, 0xfa, 0x01, 0x1b, 0xbd, 0x87, + 0xf3, 0x49, 0xb2, 0x76, 0x40, 0x7a, 0xe4, 0x07, 0x1c, 0xb7, 0xcf, 0x61, 0x67, 0xc1, 0x60, 0x2c, + 0x34, 0x96, 0xdc, 0x89, 0xbc, 0xb1, 0xb4, 0x5f, 0x4c, 0x68, 0xe7, 0x0e, 0x04, 0xb9, 0x07, 0x6b, + 0x93, 0xb6, 0x96, 0x74, 0xdf, 0x2a, 0xa1, 0x6e, 0x69, 0xfb, 0xef, 0x55, 0x20, 0x39, 0xde, 0xc4, + 0xdf, 0x7a, 0xb0, 0xa6, 0x67, 0x3c, 0xcb, 0xe5, 0xd3, 0x42, 0x2e, 0x37, 0xae, 0xaf, 0xa8, 0xc8, + 0xbe, 0x4b, 0x6c, 0x30, 0x6f, 0xce, 0x6f, 0xae, 0xa1, 0xe5, 0x5b, 0x39, 0xe5, 0xdd, 0x68, 0xb6, + 0x94, 0xbe, 0x4b, 0x1e, 0x43, 0x3d, 0x99, 0x60, 0x2a, 0x25, 0x8e, 0x22, 0xa9, 0x3d, 0xb2, 0x6e, + 0xd5, 0x34, 0xb8, 0x9f, 0x60, 0x53, 0x03, 0x5d, 0x99, 0x6b, 0xa0, 0xb9, 0x5a, 0xf3, 0x06, 0x5a, + 0xf0, 0xe6, 0xd5, 0x19, 0x6f, 0x7e, 0x0a, 0x2b, 0x01, 0xf3, 0x84, 0x59, 0x69, 0x2d, 0xef, 0x19, + 0xbd, 0xad, 0x39, 0xcc, 0x27, 0xcc, 0xb3, 0x74, 0x4c, 0xd1, 0x8d, 0xd7, 0xfe, 0xbf, 0x1b, 0xaf, + 0x2f, 0x74, 0xe3, 0xea, 0x02, 0x37, 0x86, 0x5b, 0xb9, 0xf1, 0x4b, 0x30, 0x9c, 0x58, 0x48, 0x36, + 0xb2, 0xfd, 0x70, 0xc8, 0xb4, 0x3f, 0x18, 0xbd, 0x7b, 0x33, 0x19, 0xbf, 0xd5, 0x1f, 0x23, 0x16, + 0x24, 0xb1, 0xfd, 0x70, 0xc8, 0x54, 0x5f, 0xb4, 0x82, 0xf6, 0x7b, 0xe4, 0xc2, 0x67, 0xa1, 0x76, + 0x8e, 0xba, 0x55, 0xd3, 0xe0, 0x8f, 0x09, 0x46, 0xb6, 0xa0, 0xc2, 0x91, 0x0a, 0x16, 0xa6, 0xc6, + 0x91, 0xae, 0x54, 0xad, 0x7a, 0xd2, 0xe4, 0x38, 0x42, 0xed, 0xce, 0x55, 0x6b, 0x5d, 0x01, 0x83, + 0x71, 0x84, 0x64, 0x1f, 0xd6, 0x33, 0x1b, 0x6c, 0xea, 0x84, 0x9e, 0xcc, 0x73, 0xee, 0x59, 0x03, + 0xcc, 0x8e, 0xcd, 0xfe, 0x47, 0xb7, 0xe1, 0x13, 0x0b, 0x05, 0x8b, 0xb9, 0x83, 0xd3, 0x91, 0x13, + 0xe4, 0x09, 0x34, 0x3c, 0x0c, 0x91, 0x53, 0x89, 0x6e, 0x62, 0x70, 0xc9, 0x43, 0xa9, 0x67, 0xa8, + 0x72, 0x39, 0xf2, 0x48, 0x39, 0x95, 0x44, 0x1e, 0xd2, 0xc0, 0xf6, 0x5d, 0x61, 0x96, 0x5b, 0xcb, + 0x7b, 0x55, 0xe5, 0x3e, 0x09, 0xd6, 0x77, 0x45, 0xfb, 0x67, 0x68, 0x4e, 0x2e, 0x38, 0x63, 0x2c, + 0xd0, 0x12, 0x7d, 0x01, 0x4d, 0x1a, 0x04, 0xcc, 0xa1, 0xfa, 0x41, 0x48, 0x76, 0x85, 0x61, 0xca, + 0xbf, 0x31, 0xc5, 0x07, 0x0a, 0x26, 0xf7, 0xa1, 0xaa, 0xae, 0x17, 0x11, 0x75, 0x30, 0xfd, 0x40, + 0x98, 0x02, 0xed, 0x3f, 0xca, 0x70, 0x77, 0xbe, 0x73, 0xbc, 0x83, 0x86, 0x1f, 0x0a, 0x49, 0x43, + 0x07, 0x6d, 0x27, 0xa0, 0x42, 0x68, 0xc5, 0x1a, 0xbd, 0x67, 0x1f, 0xa4, 0x58, 0xa7, 0x9f, 0x9e, + 0x3d, 0x54, 0x47, 0xad, 0xba, 0x7f, 0x73, 0x49, 0x5e, 0x43, 0x8d, 0xa7, 0x25, 0xe9, 0xaa, 0x13, + 0x4f, 0x78, 0x5c, 0x64, 0x9e, 0xa3, 0xab, 0x65, 0xf0, 0x0c, 0x14, 0xe4, 0x14, 0x48, 0xc6, 0x13, + 0x31, 0x16, 0x24, 0xa3, 0x56, 0xd6, 0xef, 0xa9, 0xf5, 0x6f, 0x6c, 0x13, 0x11, 0xad, 0x26, 0x2f, + 0x20, 0xed, 0x2e, 0xd4, 0x73, 0x79, 0x13, 0x03, 0xd6, 0x5e, 0x1d, 0xbd, 0xde, 0x3f, 0x3f, 0x19, + 0x34, 0x97, 0xc8, 0x1d, 0xa8, 0xf7, 0x4f, 0x07, 0x47, 0x96, 0x75, 0x7e, 0x36, 0xe8, 0x1f, 0x9c, + 0x1c, 0x35, 0x4b, 0x07, 0x5f, 0xbf, 0x7b, 0xee, 0xf9, 0xf2, 0x32, 0xbe, 0xe8, 0x38, 0x6c, 0xd4, + 0xd5, 0x17, 0x32, 0xee, 0x75, 0xb3, 0xef, 0x75, 0x0f, 0xc3, 0x6e, 0x74, 0xf1, 0x95, 0xc7, 0xba, + 0xf9, 0x5f, 0x0b, 0x17, 0x15, 0xfd, 0x00, 0x9e, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0xbd, 0x36, + 0x96, 0x71, 0x46, 0x0c, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go index 85c51b9ca..acc6f0f52 100644 --- a/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -789,10 +789,79 @@ var _ interface { ErrorName() string } = TaskExecutionEventValidationError{} -// Validate checks the field values on ManagedResourceInfo with the rules +// Validate checks the field values on ResourceIdentifiers with the rules // defined in the proto definition for this message. If any rules are // violated, an error is returned. -func (m *ManagedResourceInfo) Validate() error { +func (m *ResourceIdentifiers) Validate() error { + if m == nil { + return nil + } + + // no validation rules for GeneratedName + + return nil +} + +// ResourceIdentifiersValidationError is the validation error returned by +// ResourceIdentifiers.Validate if the designated constraints aren't met. +type ResourceIdentifiersValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e ResourceIdentifiersValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e ResourceIdentifiersValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e ResourceIdentifiersValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e ResourceIdentifiersValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e ResourceIdentifiersValidationError) ErrorName() string { + return "ResourceIdentifiersValidationError" +} + +// Error satisfies the builtin error interface +func (e ResourceIdentifiersValidationError) Error() string { + cause := "" + if e.cause != nil { + cause = fmt.Sprintf(" | caused by: %v", e.cause) + } + + key := "" + if e.key { + key = "key for " + } + + return fmt.Sprintf( + "invalid %sResourceIdentifiers.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = ResourceIdentifiersValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = ResourceIdentifiersValidationError{} + +// Validate checks the field values on ResourcePoolInfo with the rules defined +// in the proto definition for this message. If any rules are violated, an +// error is returned. +func (m *ResourcePoolInfo) Validate() error { if m == nil { return nil } @@ -804,9 +873,9 @@ func (m *ManagedResourceInfo) Validate() error { return nil } -// ManagedResourceInfoValidationError is the validation error returned by -// ManagedResourceInfo.Validate if the designated constraints aren't met. -type ManagedResourceInfoValidationError struct { +// ResourcePoolInfoValidationError is the validation error returned by +// ResourcePoolInfo.Validate if the designated constraints aren't met. +type ResourcePoolInfoValidationError struct { field string reason string cause error @@ -814,24 +883,22 @@ type ManagedResourceInfoValidationError struct { } // Field function returns field value. -func (e ManagedResourceInfoValidationError) Field() string { return e.field } +func (e ResourcePoolInfoValidationError) Field() string { return e.field } // Reason function returns reason value. -func (e ManagedResourceInfoValidationError) Reason() string { return e.reason } +func (e ResourcePoolInfoValidationError) Reason() string { return e.reason } // Cause function returns cause value. -func (e ManagedResourceInfoValidationError) Cause() error { return e.cause } +func (e ResourcePoolInfoValidationError) Cause() error { return e.cause } // Key function returns key value. -func (e ManagedResourceInfoValidationError) Key() bool { return e.key } +func (e ResourcePoolInfoValidationError) Key() bool { return e.key } // ErrorName returns error name. -func (e ManagedResourceInfoValidationError) ErrorName() string { - return "ManagedResourceInfoValidationError" -} +func (e ResourcePoolInfoValidationError) ErrorName() string { return "ResourcePoolInfoValidationError" } // Error satisfies the builtin error interface -func (e ManagedResourceInfoValidationError) Error() string { +func (e ResourcePoolInfoValidationError) Error() string { cause := "" if e.cause != nil { cause = fmt.Sprintf(" | caused by: %v", e.cause) @@ -843,14 +910,14 @@ func (e ManagedResourceInfoValidationError) Error() string { } return fmt.Sprintf( - "invalid %sManagedResourceInfo.%s: %s%s", + "invalid %sResourcePoolInfo.%s: %s%s", key, e.field, e.reason, cause) } -var _ error = ManagedResourceInfoValidationError{} +var _ error = ResourcePoolInfoValidationError{} var _ interface { Field() string @@ -858,7 +925,7 @@ var _ interface { Key() bool Cause() error ErrorName() string -} = ManagedResourceInfoValidationError{} +} = ResourcePoolInfoValidationError{} // Validate checks the field values on TaskExecutionMetadata with the rules // defined in the proto definition for this message. If any rules are @@ -870,15 +937,23 @@ func (m *TaskExecutionMetadata) Validate() error { // no validation rules for InstanceClass - // no validation rules for ResourceName + if v, ok := interface{}(m.GetResourceIds()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return TaskExecutionMetadataValidationError{ + field: "ResourceIds", + reason: "embedded message failed validation", + cause: err, + } + } + } - for idx, item := range m.GetManagedResourceInfo() { + for idx, item := range m.GetResourcePoolInfo() { _, _ = idx, item if v, ok := interface{}(item).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return TaskExecutionMetadataValidationError{ - field: fmt.Sprintf("ManagedResourceInfo[%v]", idx), + field: fmt.Sprintf("ResourcePoolInfo[%v]", idx), reason: "embedded message failed validation", cause: err, } diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 1bd10832a..64e7b6bf6 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -5880,20 +5880,6 @@ }, "description": "Flyte Workflow Structure that encapsulates task, branch and subworkflow nodes to form a statically analyzable,\ndirected acyclic graph." }, - "eventManagedResourceInfo": { - "type": "object", - "properties": { - "allocation_token": { - "type": "string", - "description": "Unique resource ID used to identify this execution when allocating a token." - }, - "namespace": { - "type": "string", - "description": "Namespace under which this task execution requested an allocation token." - } - }, - "description": "This message holds task execution metadata specific to resource allocation used to manage concurrent\nexecutions for a project namespace." - }, "eventNodeExecutionEvent": { "type": "object", "properties": { @@ -5969,6 +5955,37 @@ } } }, + "eventResourceIdentifiers": { + "type": "object", + "properties": { + "generated_name": { + "type": "string", + "description": "Unique, generated name for this task execution used by the backend." + }, + "external_ids": { + "type": "array", + "items": { + "type": "string" + }, + "description": "Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids." + } + }, + "description": "This message contains various identifiers for resources used for a specific task execution." + }, + "eventResourcePoolInfo": { + "type": "object", + "properties": { + "allocation_token": { + "type": "string", + "description": "Unique resource ID used to identify this execution when allocating a token." + }, + "namespace": { + "type": "string", + "description": "Namespace under which this task execution requested an allocation token." + } + }, + "description": "This message holds task execution metadata specific to resource allocation used to manage concurrent\nexecutions for a project namespace." + }, "eventTaskExecutionEvent": { "type": "object", "properties": { @@ -6047,14 +6064,14 @@ "instance_class": { "$ref": "#/definitions/TaskExecutionMetadataInstanceClass" }, - "resource_name": { - "type": "string", - "description": "Unique name for this task execution used by the backend, may be generated." + "resource_ids": { + "$ref": "#/definitions/eventResourceIdentifiers", + "description": "Contains various identifiers for resources used during execution." }, - "managed_resource_info": { + "resource_pool_info": { "type": "array", "items": { - "$ref": "#/definitions/eventManagedResourceInfo" + "$ref": "#/definitions/eventResourcePoolInfo" }, "description": "Includes information about resource token allocation (if applicable).\nThis is a repeated field because a plugin can request multiple resource allocations during execution." } diff --git a/gen/pb-go/flyteidl/service/flyteadmin/README.md b/gen/pb-go/flyteidl/service/flyteadmin/README.md index e2b13e192..7f80890fb 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -256,10 +256,11 @@ Class | Method | HTTP request | Description - [CoreWorkflowNode](docs/CoreWorkflowNode.md) - [CoreWorkflowTemplate](docs/CoreWorkflowTemplate.md) - [DataLoadingConfigLiteralMapFormat](docs/DataLoadingConfigLiteralMapFormat.md) - - [EventManagedResourceInfo](docs/EventManagedResourceInfo.md) - [EventNodeExecutionEvent](docs/EventNodeExecutionEvent.md) - [EventParentNodeExecutionMetadata](docs/EventParentNodeExecutionMetadata.md) - [EventParentTaskExecutionMetadata](docs/EventParentTaskExecutionMetadata.md) + - [EventResourceIdentifiers](docs/EventResourceIdentifiers.md) + - [EventResourcePoolInfo](docs/EventResourcePoolInfo.md) - [EventTaskExecutionEvent](docs/EventTaskExecutionEvent.md) - [EventTaskExecutionMetadata](docs/EventTaskExecutionMetadata.md) - [EventWorkflowExecutionEvent](docs/EventWorkflowExecutionEvent.md) diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 85249aa36..d170af239 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -6599,12 +6599,16 @@ definitions: reason: "reason" metadata: instance_class: {} - managed_resource_info: + resource_pool_info: - allocation_token: "allocation_token" namespace: "namespace" - allocation_token: "allocation_token" namespace: "namespace" - resource_name: "resource_name" + resource_ids: + generated_name: "generated_name" + external_ids: + - "external_ids" + - "external_ids" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -6714,12 +6718,16 @@ definitions: reason: "reason" metadata: instance_class: {} - managed_resource_info: + resource_pool_info: - allocation_token: "allocation_token" namespace: "namespace" - allocation_token: "allocation_token" namespace: "namespace" - resource_name: "resource_name" + resource_ids: + generated_name: "generated_name" + external_ids: + - "external_ids" + - "external_ids" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -6772,12 +6780,16 @@ definitions: reason: "reason" metadata: instance_class: {} - managed_resource_info: + resource_pool_info: - allocation_token: "allocation_token" namespace: "namespace" - allocation_token: "allocation_token" namespace: "namespace" - resource_name: "resource_name" + resource_ids: + generated_name: "generated_name" + external_ids: + - "external_ids" + - "external_ids" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -25925,22 +25937,6 @@ definitions: dimensionality: {} format: "format" simple: {} - eventManagedResourceInfo: - type: "object" - properties: - allocation_token: - type: "string" - description: "Unique resource ID used to identify this execution when allocating\ - \ a token." - namespace: - type: "string" - description: "Namespace under which this task execution requested an allocation\ - \ token." - description: "This message holds task execution metadata specific to resource\ - \ allocation used to manage concurrent\nexecutions for a project namespace." - example: - allocation_token: "allocation_token" - namespace: "namespace" eventNodeExecutionEvent: type: "object" properties: @@ -26000,6 +25996,41 @@ definitions: properties: id: $ref: "#/definitions/coreTaskExecutionIdentifier" + eventResourceIdentifiers: + type: "object" + properties: + generated_name: + type: "string" + description: "Unique, generated name for this task execution used by the backend." + external_ids: + type: "array" + description: "Identifiers for external resources created by this task execution,\ + \ for exaple Qubole query ID or presto query ids." + items: + type: "string" + description: "This message contains various identifiers for resources used for\ + \ a specific task execution." + example: + generated_name: "generated_name" + external_ids: + - "external_ids" + - "external_ids" + eventResourcePoolInfo: + type: "object" + properties: + allocation_token: + type: "string" + description: "Unique resource ID used to identify this execution when allocating\ + \ a token." + namespace: + type: "string" + description: "Namespace under which this task execution requested an allocation\ + \ token." + description: "This message holds task execution metadata specific to resource\ + \ allocation used to manage concurrent\nexecutions for a project namespace." + example: + allocation_token: "allocation_token" + namespace: "namespace" eventTaskExecutionEvent: type: "object" properties: @@ -26075,27 +26106,30 @@ definitions: properties: instance_class: $ref: "#/definitions/TaskExecutionMetadataInstanceClass" - resource_name: - type: "string" - description: "Unique name for this task execution used by the backend, may\ - \ be generated." - managed_resource_info: + resource_ids: + description: "Contains various identifiers for resources used during execution." + $ref: "#/definitions/eventResourceIdentifiers" + resource_pool_info: type: "array" description: "Includes information about resource token allocation (if applicable).\n\ This is a repeated field because a plugin can request multiple resource\ \ allocations during execution." items: - $ref: "#/definitions/eventManagedResourceInfo" + $ref: "#/definitions/eventResourcePoolInfo" description: "Holds metadata around how a task was executed.\nTODO(katrogan):\ \ Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." example: instance_class: {} - managed_resource_info: + resource_pool_info: - allocation_token: "allocation_token" namespace: "namespace" - allocation_token: "allocation_token" namespace: "namespace" - resource_name: "resource_name" + resource_ids: + generated_name: "generated_name" + external_ids: + - "external_ids" + - "external_ids" eventWorkflowExecutionEvent: type: "object" properties: @@ -26237,12 +26271,16 @@ definitions: reason: "reason" metadata: instance_class: {} - managed_resource_info: + resource_pool_info: - allocation_token: "allocation_token" namespace: "namespace" - allocation_token: "allocation_token" namespace: "namespace" - resource_name: "resource_name" + resource_ids: + generated_name: "generated_name" + external_ids: + - "external_ids" + - "external_ids" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_identifiers.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_identifiers.go new file mode 100644 index 000000000..6ae91eaa5 --- /dev/null +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_identifiers.go @@ -0,0 +1,18 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin + +// This message contains various identifiers for resources used for a specific task execution. +type EventResourceIdentifiers struct { + // Unique, generated name for this task execution used by the backend. + GeneratedName string `json:"generated_name,omitempty"` + // Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids. + ExternalIds []string `json:"external_ids,omitempty"` +} diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_pool_info.go similarity index 94% rename from gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go rename to gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_pool_info.go index 245dd12cb..4b2bde69b 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_managed_resource_info.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_pool_info.go @@ -10,7 +10,7 @@ package flyteadmin // This message holds task execution metadata specific to resource allocation used to manage concurrent executions for a project namespace. -type EventManagedResourceInfo struct { +type EventResourcePoolInfo struct { // Unique resource ID used to identify this execution when allocating a token. AllocationToken string `json:"allocation_token,omitempty"` // Namespace under which this task execution requested an allocation token. diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go index 8957a12b9..189c2aedf 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go @@ -12,8 +12,8 @@ package flyteadmin // Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). type EventTaskExecutionMetadata struct { InstanceClass *TaskExecutionMetadataInstanceClass `json:"instance_class,omitempty"` - // Unique name for this task execution used by the backend, may be generated. - ResourceName string `json:"resource_name,omitempty"` + // Contains various identifiers for resources used during execution. + ResourceIds *EventResourceIdentifiers `json:"resource_ids,omitempty"` // Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. - ManagedResourceInfo []EventManagedResourceInfo `json:"managed_resource_info,omitempty"` + ResourcePoolInfo []EventResourcePoolInfo `json:"resource_pool_info,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 67d02fdbd..216dde0db 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xeb\x6d\x1b\xb9\xc2\xef\xfb\x2b\x88\xbe\xc4\x06\x18\x19\xd8\xc5\xbe\xe4\xcd\x88\x13\xac\x03\x37\x31\xe2\x78\x5b\x60\xb9\x90\x47\xe4\x48\x62\x43\x0d\x85\x19\xd2\xae\x0b\xf4\xbf\x17\x73\xce\x99\x1b\x39\xa4\xa8\x4b\xdc\x6d\xba\x0f\x8b\x0d\x2c\x89\x73\xe1\xcc\xb9\x7f\xdf\x31\x8b\x34\xa5\xeb\xb4\x6d\xaf\x2c\x35\x01\xfd\xe1\x0a\xd4\xf6\x12\x53\xc3\x1d\xb2\x4a\x28\xe9\x80\xc2\xb3\x54\xdb\x1e\xd2\x2d\x2a\x67\x22\x13\xff\xd0\xdb\x63\x1a\x0a\xd1\x6b\xad\x97\x78\x89\x0d\xb9\x67\x72\xf6\x80\x0f\x3d\xfb\xf9\xfc\xe1\x1c\xdb\xb5\xb5\x0a\xe8\x60\xd2\x50\x85\x58\xa4\x52\x5b\x55\x50\xf6\x68\x56\xb0\x94\xf5\x06\x59\x5b\xec\x10\xa3\xad\x07\xc8\xcb\x39\x75\xa3\x6d\x17\x79\xbd\x4c\x72\xd6\xe4\xeb\xd7\xc6\x9a\xf3\x9b\x2c\x95\xca\xb5\x71\xd7\x96\xa3\xb6\xb5\xe2\x60\x1d\xed\x81\xc9\x8d\xa5\x5b\x0c\xce\x8b\x5e\x02\xe4\x4d\xbe\x04\xa7\xd2\x27\x35\xc5\xc3\xe9\x98\x0e\x9d\xa5\x67\xbf\x6e\xb8\x1e\x5c\xb8\x94\x42\xc4\x82\x6d\x78\x91\x64\x88\x8d\xce\xfe\x62\x5e\x7f\x26\xb6\x8b\x59\xf5\xbc\x6c\x66\x80\x3b\x98\xe9\x6d\x99\x01\x20\x7a\x87\xa6\x9b\x17\x7d\x57\x69\xc7\x76\x0f\x3a\x5b\x71\x7b\xc7\xee\x8e\x1d\x69\xba\xd1\x82\x21\x1e\xbb\x3f\x77\x61\x0e\x28\x04\x7b\x41\x5b\x1a\x6a\xa2\xa3\x8d\x5c\xcf\xb0\x72\xf7\x13\xfb\x19\x24\xaa\x61\x4d\x99\x23\xb1\x91\x60\xd5\x33\x30\xae\xa4\x99\x28\x4a\x89\xae\x35\xcb\x9f\xf3\xaa\xcc\xa9\x21\x4e\x68\x0b\xf1\x47\x2e\x9a\xbf\x02\x12\xb2\x30\x85\xb7\xd7\x62\x59\x1f\x63\x0f\xb1\xca\x60\x2f\xe7\x00\x75\x39\x26\x3a\x87\xc6\x8f\x0d\x28\x5e\x5f\x59\x55\x64\xcb\xcb\xe1\x28\x7a\x40\x53\xf0\x93\x68\x0a\xe0\x9d\x20\x31\xf6\x70\xf4\x50\x6d\x23\xd6\xc8\x9e\x51\x50\x78\x06\xba\x31\x96\x75\xc7\xd4\x2c\x78\xc4\x62\x36\x73\xcb\xdc\x1c\xa1\x04\x6f\xcf\x2e\xf3\xd8\x44\x92\xf2\x90\x08\x4c\xe9\x0c\x65\x0d\x33\xbf\x54\xd7\xee\xa3\x37\xb6\xd9\x4f\x84\xc3\x6a\x81\x99\xb7\x12\x89\x74\x5c\x80\x89\x6a\xe0\x4c\x98\xd9\xee\x5a\xec\x34\x05\xa8\x05\x60\xdd\x7a\x29\xe3\x7a\x08\x2f\x11\xbf\xcb\xf7\x03\x86\xb5\x6d\x85\x17\xc6\x60\xbb\x27\x87\x98\x7c\xe5\xa1\x6d\x4d\x10\xd0\x69\xa2\x23\xb5\x2c\x57\xa5\x60\x4d\x2d\x93\xb3\x5b\x83\x82\x3a\xb7\xc8\x5d\xd8\xc5\xf8\x34\x3a\xd1\xdf\x7d\xb6\x08\x23\xc7\x71\xd3\x0d\xb2\xdd\xbc\x98\xf7\xcb\xd4\xf7\x65\x8d\xdc\x59\xcd\xa1\xbf\xa5\x1a\xb6\xd9\xfa\xac\x71\x96\xcb\x88\x76\xa6\xc2\x4d\x48\xcc\xc4\x20\x48\x50\x2a\x57\x0f\x97\x09\x0a\xad\xe1\x7b\xab\x65\x84\x0e\xb9\xbb\x4a\x50\x43\xf3\x03\x41\x00\xd4\x65\x70\xf7\xaf\x47\x05\xdc\xe7\x1b\x13\x71\x74\x66\x45\xa0\xa7\x61\xa1\x5c\xe4\x20\xf5\xa1\xd8\x79\x1d\xd4\x5b\x67\xc2\xd5\x3a\xbf\xad\xea\xb6\x48\xe8\x8e\x53\x2a\x43\xce\x92\x92\xcf\xd2\x44\xfd\xf4\xe6\xe2\x62\x36\x1b\xd8\x89\x7d\xe9\x49\xec\xfd\x86\xdf\xc5\x4f\x38\x7c\x16\xc5\x12\xec\xb8\x5a\x41\x73\xbd\xf9\x7e\x7e\xac\x21\x77\x81\xd3\xe2\xc7\x79\xc2\x4a\xd9\xee\x90\xb6\xe1\xe0\x31\xc3\x99\x92\xdb\xf1\xa1\xb6\x4c\x4b\xd7\x39\x8c\xb8\xdf\x60\x30\xc8\x2d\xfc\x3c\xc0\x48\x4d\xf2\xd7\x7f\xfb\x52\x63\x18\xc6\x14\x4a\xff\xee\xb5\x06\x25\x95\xa5\x55\xc8\x59\x09\x59\x51\x2f\x64\xbd\xab\x17\x22\x2d\xe8\x80\xdd\xf3\x16\x14\x08\xa6\x49\x0b\x72\xb3\x47\xce\x00\xdb\xf7\xd2\xd6\x8a\xa2\x1e\xeb\x48\xf3\x19\xd6\x01\x7b\xba\x8d\x35\x09\x36\x09\xfe\x17\x97\xb5\x03\xc0\x12\xf9\xb4\xf7\xe0\x11\xd0\xc0\xf3\xfc\x70\x12\x11\x64\x49\x43\xce\x10\x9f\x18\x01\xfe\x42\xb5\xe8\x68\xf4\x2d\x9e\x0d\x78\x60\x98\x7f\x76\x7e\x00\x3d\xbf\x9d\x8a\x53\x9a\xbe\xf4\x34\x7e\xa9\x15\xc5\xe6\x82\x5e\x80\x49\xa9\xdd\x03\x6d\x8e\xb0\x2d\x55\x20\x50\xdb\xf2\x6e\x8c\x6d\x06\x8b\xf8\xed\xef\xbf\xcf\x86\x48\x92\x60\xea\x07\x37\x61\x7a\x6f\x3a\xd2\x49\xce\x0a\x47\xf2\xef\x73\xf8\xef\x22\x40\xda\x79\x20\x8f\xb0\x64\x8e\x79\x2f\x7d\x5b\xc5\x52\x65\xb8\x23\x5e\x16\x3e\xc3\xa5\x3d\xe0\xf4\x7a\x2c\xc7\x7b\xbd\x4c\xc0\xa3\x1a\xb0\x96\x66\x34\xcf\xc8\x08\x7b\xec\x5e\x5c\x3e\xbd\x90\x1d\x38\x04\x0b\x9e\x32\xfd\xe0\xb7\x47\x5b\xaf\xc7\xa0\x89\x47\xb3\xc4\x57\x3e\x68\x1f\x42\x7c\x79\xbd\x59\x68\x0b\x12\xc9\x76\x28\xc6\x0e\xa2\xe9\xd2\x20\xcb\x2c\x2c\xc6\x88\x18\x24\xde\xef\x78\x0e\xb6\x40\xc1\xc7\xbd\xf8\xe7\x2c\x9a\x9a\x1d\xd0\x07\xa7\x05\x3e\xc7\x2f\xc7\x65\x77\x05\xc0\x1f\xfc\xc4\x9e\x15\x30\x1c\x70\x7d\x94\x97\xae\xe1\x86\x6f\x5a\x59\xe3\xda\x02\x81\x88\x2e\xa8\x25\xe2\x13\x5a\x4b\x49\x3d\x97\x2a\xc3\xe5\xe0\x10\x03\xaf\x54\x7c\x73\xbe\x35\x4a\x3b\xbe\x17\xf0\x7c\x8b\x25\x24\x7a\xcf\xa0\xa8\x36\x45\x73\xf0\x47\x57\x0b\xcd\xf3\x5a\x58\xfc\xe1\x49\xbc\x8c\x08\x82\x3b\x3e\x5d\xf8\xac\xc7\x0b\xba\xcb\xe5\x39\xd2\xf3\xf2\x64\x9b\xac\x73\xe2\x39\x6d\x12\x20\x3e\xc2\x60\x82\x1e\x3b\x4d\x36\xac\x14\x74\x0d\x1a\xa9\xdd\xfb\x82\x2f\xda\xd5\x6a\xd0\x21\xa8\xea\xd5\x37\x8d\x75\x1b\xbc\xb3\xf7\xfd\x81\x3a\xeb\x6a\x0c\xc3\xbb\xe3\x84\x7e\x47\x9e\xdf\x28\xe6\xe5\x14\xbe\xdb\xb5\x19\x09\xe3\x99\xcb\xb2\xe2\x2f\xe3\xae\x9d\xc8\xf7\xbc\x9e\xe2\x7b\x9a\x80\x38\x14\xe5\xe1\x3a\x6c\xc8\xf2\xff\xc8\x29\x45\xa0\xc2\xbc\x0c\x83\xa3\x23\x53\x3a\x10\xfc\x63\xe1\x8a\x70\x59\x89\x39\x47\x71\x51\x28\xe0\xf1\x3d\x3d\x1a\x08\x64\xfb\xf1\xb8\x9d\x1d\x3c\xd6\x77\xf5\x86\x27\x30\x94\x42\x06\x8a\x84\xaa\x0a\x53\x48\xa0\xe9\x05\x3a\xb2\x32\xb8\xf0\x94\x21\xca\xd7\x4c\xac\x78\xe1\x02\x9a\x67\x82\x3f\x25\x5a\xd6\xa6\x7e\x46\xc1\x7b\x3d\x69\xc2\x9b\xfc\x5c\xdb\x36\x41\x01\x82\xe4\x79\x2d\x0b\x80\x80\xaf\x98\x2c\xa0\xec\x85\x0e\x7c\xc5\xf2\xaf\xd0\x2c\x07\xd4\x11\x8e\x48\x59\x0f\x83\x92\xc6\x4c\x9c\x7b\x5a\x29\x72\xa4\x21\xb4\xfd\x6b\xcd\xfc\xf0\xe7\x2a\x61\xb9\xac\x15\x75\xd3\xa4\x1e\x29\xd4\x9c\xc3\xeb\x4f\x00\x23\x0e\xfa\x95\x4c\x1d\x87\xfa\x86\xd5\x61\xa1\x1d\x30\x70\x6e\x2b\x26\xfc\x43\x5f\x2a\x5a\x72\x23\x19\xf0\x65\x1a\x9b\x08\x87\xc6\xab\x9f\xb3\x2d\xa4\x29\xca\xa1\x0a\x5c\x0b\xfe\x7a\x51\xc8\xa8\x4f\x77\xe7\xae\x1d\xda\x7e\xda\x01\x7c\xf6\x21\x32\xa5\x20\x0e\x2b\x56\x6c\x4a\xa1\x8f\x86\xd6\x3e\xd8\xcf\x82\xa4\x5b\x81\x5d\x91\x2b\xcc\x0d\x02\x45\x89\x96\x6b\x81\xc6\x54\x89\xe0\xda\x60\x60\xb2\xac\x9e\xc1\x46\xdc\x4a\xfe\xda\x1b\xc7\xbb\xff\x54\x9c\x54\xaa\x4c\xe0\xdc\xa1\x1b\xd6\xb2\xad\xd0\x92\x84\x4c\x81\x5d\x00\xdd\xd3\xfb\xeb\x54\x2b\x91\x86\x88\x01\xbc\x81\xe1\x4c\x9f\xa4\xd0\xa3\xef\xe5\x4c\x8a\xb6\x38\xe8\x96\x84\x2c\xf4\xba\x7e\x32\xd5\x68\x4f\xcc\x25\x1b\xf7\x49\x62\xdc\x92\x6c\x33\x09\x0a\x2f\x35\x09\x0a\x3f\x20\xd3\x7e\x5f\x4b\x02\xef\x83\xf0\xb8\x25\xce\xee\x5f\xca\x47\x9e\x26\x77\x5b\x26\xbf\xa6\xc9\xd5\xb3\x60\x9b\x32\xff\x50\x2f\x62\x79\x89\xd3\xbb\xa4\x54\xe6\x37\xcf\x2b\xa6\x26\xe6\x1c\xa3\x93\xb8\xa6\x07\xbd\x85\xe7\x0c\xc8\x02\x54\xa0\x7b\x47\x47\xe2\x09\x35\x2f\x30\xd2\xcf\x52\x41\x46\x88\x4c\x2a\x62\x85\x4c\x81\xb3\x65\xc1\x9d\xd1\x35\x74\x16\x31\x95\x38\xb7\xf3\x8d\xe9\xcb\x53\x19\xc5\x83\xc9\xcb\x41\x0b\xb9\x57\x6c\x0d\xf5\x3e\x31\xbe\x56\xd7\xf5\x06\xd8\xfa\xbc\x84\x19\x04\x48\x6d\xbd\xf0\xf9\xcc\xc5\x57\x98\x36\x63\x39\xf8\x31\xa8\x2e\x16\x3c\x67\x00\x42\x34\x7a\x1c\x3b\x70\x60\xe7\x5e\xab\xed\x22\x59\x39\xa5\x55\x06\xb2\xe9\x1f\x50\x06\xfd\x0b\x24\x04\x37\x13\x6f\x6c\x26\xbe\x7c\xba\xfa\x74\xf6\x95\x35\xb2\x5e\x31\x71\xfe\x26\x79\xa7\x65\x2f\x91\xb4\x62\x41\xd4\x52\x72\x0e\xe9\x66\x42\x32\x9c\xad\x9b\x66\xab\xde\x5c\x5c\xac\xca\x66\xdd\x2e\x66\x79\xbd\xc1\x50\x78\x2d\x57\xf8\x8f\x8b\x52\xa9\x96\xab\x8b\x9f\x7e\xfc\xf9\x3c\x76\x1b\x7b\x30\x86\xa3\x63\x2d\x87\x85\x1a\xc6\xe0\x3d\x71\x0b\xf2\x6f\xbd\x12\xf5\x64\x28\x9e\xf9\xbf\x99\x23\x1c\x40\x98\x7c\xef\xde\xe2\x8e\xba\xc5\x3f\xd3\x7d\x27\xf5\xac\xa2\x11\x58\x93\x4d\x03\x2b\x2d\x08\x02\xfe\xa1\x4a\x08\xa2\x3a\xb5\x83\xe8\x0a\xac\xfc\x49\x61\xd3\x53\x84\x24\x6e\x19\xb4\xea\x36\xf4\xa7\x58\x00\xd2\xd4\x92\x13\x21\x1f\xc6\x29\x16\x55\xbd\x00\x16\x37\xfd\xc9\x90\x26\xcf\xab\x5a\x4d\x46\x0e\xf5\x5f\xd8\x5b\xfa\xf9\xa8\xdb\x5b\x6f\xb6\x50\xa1\x26\xb9\x02\xa8\x42\x3f\x10\xd8\x2b\xc6\x38\x89\x0d\xdc\x9f\xae\x36\xc5\xae\x7a\x36\x70\x9f\xb8\x40\x1f\x69\xc8\x1f\xbe\x1b\x39\xd3\x43\x7a\xf9\x9d\x5f\xe3\xc5\x80\x94\xbe\x81\x2e\x4d\x18\x69\x57\xa5\x58\x55\xbc\xb3\x5e\x43\x93\x99\x89\x4b\xfc\xc4\xef\xac\xe7\xe8\x70\x6c\x8a\x8e\x18\xd1\x6c\xb5\x18\x16\x7d\x25\x97\x06\xc4\x01\x60\x01\x46\x91\x60\x6b\x82\x80\x65\x9d\x9a\x56\x7d\x92\x27\x02\xca\x94\x32\xa1\xda\xc5\x6b\x57\xd2\x5f\x4b\x90\xae\x80\xf8\xd8\x32\x09\x74\x93\xeb\xb2\x2a\x5e\x47\x60\x5b\xe8\x3e\x3b\xa2\x0d\x83\xfa\x64\x55\x05\x6f\x1c\x0d\x25\xac\x28\xb5\x6b\xb7\xcf\xd1\x3e\x18\x67\xf9\xda\x56\x33\x62\x56\xa2\x63\x49\x04\xf2\x22\x30\xad\xff\xdb\xa9\xa6\x09\x36\xf8\x00\xdb\xd5\xf7\x2f\x27\x82\x3d\x9b\x22\x27\xbe\x84\xfe\x89\xb9\x35\xda\xc1\x26\xc9\x31\xb4\x55\x6a\x8e\xb9\x99\x17\x80\xbc\x39\x4f\x4a\x6d\xd9\x93\xa0\x42\xfa\xbd\x5a\x2c\x4f\x93\x0f\x71\x1a\x5d\x2d\x1f\x7a\xd5\x86\x7e\x0f\x4e\xf4\x56\x9b\xd2\x72\x87\xa5\x1e\x49\x22\xab\x2a\x9f\xfd\xc2\xc5\xd5\x32\xe1\xdc\x08\x95\x3c\xf1\xaa\xd2\xff\xcf\xbb\x82\x9b\xfc\x84\x02\x8a\x51\x79\x6a\xaa\xbe\x09\x31\x49\xd1\xaf\xd7\x0b\x06\xed\xc0\x87\x9a\xaa\xf6\x6e\x73\x50\x4b\x73\xc4\x85\xce\x59\xbe\xe6\x73\x3d\xb5\x76\x8f\xd2\x60\xea\x10\xfa\x56\xff\xf8\x0e\x7f\x3b\xaa\xcc\x30\x4c\x86\x01\x3f\x1c\x0b\x52\xed\x2c\x07\x84\x9b\x75\xb6\x77\x5d\xef\x1c\x87\x9d\x47\xba\xf3\xec\x9c\x6b\x3c\x92\xe3\x75\xab\x81\xcb\x6c\xea\x8e\x73\x26\xa5\x29\x9f\xa1\x51\x13\x26\x9b\x72\xc9\xf2\x20\xf8\x32\x09\xf3\x1e\x68\x48\x7c\xa2\x82\x9c\x81\xeb\x41\x69\x44\x39\x4b\x2c\x37\xe1\xf0\xfb\x8f\x96\x6e\x9d\xc2\x3b\xbc\x3e\x91\x73\xb8\xf7\xa6\xb0\x24\x80\x1d\x46\x97\xee\xb5\x24\x3b\x62\xad\x07\x16\x34\xee\xc7\x4a\xe3\xf5\x09\x9b\x2e\xe1\x7a\x64\x70\xd4\x23\x0b\x42\xf5\x05\x61\xb7\x9a\x2e\xd8\x00\xb6\x10\x0b\x9f\x1e\x79\xe1\x80\x18\x1e\x1a\x57\xab\x28\xb6\xe2\xc9\x86\x17\x65\xdb\x25\x3d\x1a\x2f\xd2\xfb\x53\xb0\xfc\x81\x04\xcb\xf0\x7b\xfb\x66\x02\xe1\x64\xe1\xa2\x29\x12\xe1\x7d\x2d\x1d\x04\xe4\x23\x38\xf9\x4f\x1c\xfb\x5b\x34\x35\x66\xc1\xe2\x5c\xca\x1e\xc4\x95\x35\xaf\x94\xad\xce\x0c\x4f\xba\xc9\x39\xde\x94\xaa\xf9\x95\x55\xed\x51\xb8\x56\x28\x17\xfb\x66\x15\x0d\x66\xaa\x38\x4d\xef\x17\xa3\x11\xdb\xcf\x61\x80\x55\x0b\x07\x0c\xfa\x03\xfe\xc5\xb0\x45\xe9\x79\xef\x63\x78\x3d\xd8\xfd\x7a\x40\x05\xf5\x24\xd9\x76\xcb\xa5\x09\x9d\xf6\x02\xbb\x40\xbd\x04\xa3\x64\x02\x1d\x9d\x0f\x77\x9f\x3e\x3a\x8b\xcb\xc5\x3f\x3a\x8f\x86\xaf\xc1\xd6\xcd\xe2\x6f\xee\x63\x5b\x55\x83\x6f\x6e\x42\x93\x90\xfb\x9b\x9b\xf9\xaf\x97\x37\xf7\xef\x46\x59\x53\xbc\xaf\x0d\xee\x89\x9d\x09\xed\x09\x9a\x9f\x0d\x98\x9c\xed\x86\x4b\x03\x5d\x71\xab\x46\x2d\xdf\x56\x55\xc8\x9e\x93\x89\x07\x7a\x0e\x24\xc2\x5a\x81\xee\x61\x26\x92\xd1\x8d\x0b\xc7\x87\xaf\x3d\xe8\x87\x3f\x98\xb6\xf3\x6e\x11\x6f\x92\x8f\x76\xd4\x81\x7d\xa5\x2c\xfc\x11\xd7\x01\x43\xdf\x2f\xc5\x0f\x76\xd8\xf5\xb8\x17\xa6\xa1\x25\xd1\x7a\x9d\xe4\x76\xe0\xde\x3d\x84\xa1\x07\x2b\xee\x0b\xd4\xcf\xf0\xdc\x14\x59\x9d\xb0\xd1\xa3\x25\x3e\xca\x04\x35\xf9\x61\x50\xe0\x3c\x38\xa7\xe4\x5a\x20\x6a\xb3\x62\x62\xd5\xb2\x15\x57\x69\x62\x06\xcf\xc4\xa6\x5c\xad\x01\x06\x4b\xbc\xdc\x98\xa4\x62\x89\x60\x4d\xf9\xc8\x3b\x47\x08\x13\x86\xfc\x9f\x6c\xb3\x85\x9a\x1c\x91\x09\x5a\x93\x58\xb9\xc7\x63\x2e\xf1\xc3\x9d\x5d\x8e\x3e\x69\xf6\x41\x44\x4c\x25\x32\x81\x2f\x17\xd9\x36\x8c\x4f\x06\x81\x5b\xe8\x48\x18\x1c\x5d\x26\xb9\xe1\xc2\x03\x99\xbe\x02\xef\x10\x7b\xa9\x9b\x9a\x33\x2d\xe9\x3d\x6e\x71\xac\x40\xc0\x29\xed\x96\x27\xe6\x65\x98\x3b\x41\x73\x8b\x9f\xfa\xa3\x75\x80\xbe\x70\xf3\xc7\xce\x53\x26\x1c\x5b\x27\xc6\x76\x48\x73\x77\xa0\x44\xf7\x0a\x27\xdd\xea\x70\xa8\x66\x8c\xcf\xc6\xac\x0b\xbf\x33\x98\x6c\xa8\xdb\x45\xb5\xc7\x94\xf0\xfb\xa3\x93\x42\x91\x3c\x3e\xa9\x09\x01\x99\xcf\x9d\xab\xa5\x8f\xe9\xd8\xb0\x8b\xba\x1e\x78\x2f\x27\x0c\x6d\x04\x93\xa2\x1f\xec\xda\x8c\x36\x6f\x0e\x39\x2f\x13\x8a\xa4\xba\x5b\x64\xa4\xcf\xd8\x84\xaa\x52\x1d\x34\x1d\x67\x3f\x4d\x9e\x91\xb5\x10\x48\xd9\xed\x25\x61\x49\xcf\x05\x02\x76\x40\x4c\x92\x43\x4d\xe1\x54\x5e\xa2\x78\x11\xd0\xc5\x87\x51\xc5\x6f\x6a\x0f\x51\xea\xde\x5c\x0a\x93\xcc\x5b\xa9\xb4\xb8\x24\x79\x47\x52\x5b\xbb\xa7\x99\x30\xd4\x08\x46\x1c\x5f\x26\x26\x81\x69\xff\x8a\x85\x67\x5b\x04\x16\x83\xc5\xda\x24\xb5\xe0\x46\x1a\x66\x02\xf8\x27\x05\x84\x7e\x16\x0a\x98\x61\x88\x65\x91\x3e\xf0\xba\x38\x30\x81\x2d\x7f\x76\xcb\xbc\x8e\x19\x10\xe8\xf9\x1f\xf4\x7f\xff\xfe\xe1\x3f\x01\x00\x00\xff\xff\x76\xdc\x70\xa8\x8c\x8b\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xdb\x6d\x1b\x49\xda\xf7\x79\x8a\xc6\x7f\x13\x1b\xa0\x65\x60\x06\x73\x93\x3b\x23\x4e\x30\x0e\x82\xc4\x7f\x9c\xcc\x2e\x30\x1c\xc8\x2d\xb2\x25\x73\xd3\xea\xd6\x36\xc9\x78\xbc\xc0\xbe\xfb\xa2\xab\xaa\x4f\x14\x49\x51\x87\x64\x66\xb3\x73\x11\x38\x90\x44\xf6\xb9\xba\x0e\x5f\x7d\xe5\x06\xe9\xa0\xeb\x34\x6d\xcf\x3d\x35\x01\x7d\x70\x0d\xd7\xf6\x12\x43\xc3\x1d\xb2\x4a\x80\x74\x00\xf0\x2c\xb3\xba\x87\x09\x83\x2a\xb8\xca\xd5\x3f\xec\xf4\xb8\x82\x42\xb4\xac\x7a\x89\x87\xd8\x91\x7b\xb2\xb3\x7b\x7c\xe9\xd9\x4f\xe7\xf7\xe7\x58\xae\xad\xad\x81\x0e\x26\x4b\xaf\x10\x9f\xa9\xd4\x4a\x09\xb0\x47\x37\x82\xa5\xd1\x6b\x64\x6d\xf1\x4d\x8c\x96\x1e\x20\x2b\xe7\xd4\x85\xb6\x83\xe7\xf5\x8a\x15\xbc\x29\x1e\x2e\x9c\x36\x17\x17\x59\xaa\xea\x50\xc6\xdd\x6a\x8e\x56\xd7\xea\x4f\xd6\xb1\x16\x98\x59\x7b\xba\xc5\x64\xbf\xd8\x21\x40\xdc\xe4\x63\xb2\x2b\x63\x52\x53\xdc\x9c\x81\xe9\x30\x68\x7a\xfe\xe7\x8e\xeb\x21\xb8\x4b\xc9\x45\xac\xf8\x5a\x94\x2c\xc7\xdc\xe8\xfc\xff\xdc\xf2\xe7\x6a\xb3\x98\xc9\xa7\x65\x33\x83\xbc\x83\x99\x9d\x96\x19\x24\x44\xef\xb8\xe9\xe6\xe5\xb6\xa9\xb4\x63\xba\x07\x8d\xad\x7e\x7d\xc7\xcf\x8e\x6f\x69\xba\xd2\x82\x2e\x1e\x3f\x3f\x77\x69\x0c\x28\x4d\xf6\x82\xb2\x34\x54\x44\xc7\x2a\xb9\x91\x62\x15\xce\x27\xd6\x33\x60\x75\xc3\x9b\xaa\x40\x62\x23\xc5\xe5\x13\x30\xae\x64\xb9\x2a\x2b\x83\xa6\x35\x2f\x9e\x0a\x59\x15\x54\x10\x27\xd5\x85\xc4\x17\xa1\x9a\x04\x67\x0e\x3c\x49\xdf\x4a\x1d\x1a\x42\xb8\xf7\xcf\xfe\xa7\x01\x55\xc8\x17\x2f\x4b\xbd\x66\xdd\x6d\x42\xdc\xab\xe6\xd0\x42\x14\x98\x82\xe7\xec\x59\x6d\xaa\x55\xa5\x78\xa3\x0d\x3b\xbb\x75\x79\x2b\xe7\x3e\xd7\x12\x66\xb1\xbf\x1b\x1d\x7f\xdd\x3e\x53\x84\xbe\xbe\xfe\xcb\x16\xe2\x93\xa2\x9c\x6f\x03\x8b\xf7\xe5\xf9\xdb\x19\x7f\xb7\xbf\xaa\x1b\xbe\xde\xc4\x3c\x5f\x9e\x7d\x86\x66\x46\xe2\x24\x30\xd7\x31\x30\xeb\xaa\x3a\x20\x98\x72\x45\xce\x10\x5c\x37\x6d\x7a\x08\x6c\xbb\xa3\x04\xc1\x31\x3f\x10\xb6\x4d\x75\xe1\x76\x3f\x3d\xea\x30\xfe\xf0\xd6\xf9\x88\xc2\x45\x90\x48\x56\x18\xa8\x50\x05\x9c\x53\x80\xa7\x3e\x24\x08\xd9\x5c\x05\x74\xea\x4b\xa9\xdb\x92\x91\xbb\x9c\x9c\xcf\x66\xc6\x2a\x31\xcb\x58\xfd\xe3\x8b\xcb\xcb\xd9\x6c\x60\x26\xf6\x25\x94\xf0\xe7\x1b\x9e\xeb\xdf\xe1\xf0\x5d\x2f\xfa\x7b\xc7\xd1\x4a\xca\xa1\xcd\xf7\xb3\x3c\x1c\x1d\x07\xec\x96\xd8\x32\x4f\xb1\x8d\xdd\x26\x7d\x89\xb8\x63\x9a\x73\x20\xc9\xf1\xa6\x36\xdc\x08\xd5\xcc\xa1\xc5\xfd\x1a\x83\x46\x6e\xe1\xf1\x24\xab\x65\x92\x85\xf5\xeb\x47\x8d\x86\xb3\x83\xb6\xfe\x16\x15\x73\x24\x6a\x2f\x5e\x7f\x66\x67\x15\xc4\xb1\x22\x27\xe3\xae\xea\x75\x34\xa0\x03\x66\x2f\x1a\x50\x22\x98\x26\x0d\x28\xf4\x1e\xb3\xbc\x7d\xa5\x42\x8f\xee\xb3\x82\xc2\x7d\x16\x3c\xc0\x88\xdc\x0c\xee\x6e\xc6\x1b\xaa\x9e\xff\x2f\x61\x74\x48\x59\x24\xba\xe0\xe8\xc5\x23\x30\xef\xa7\xf9\xe1\xb4\x0f\xc8\x6b\x85\x2c\x0f\x71\x2a\x3b\x7c\x42\xe8\x61\xbc\xa6\x17\x4f\x0e\xee\x3d\xcc\x18\x3a\x3f\x80\x50\xdd\x77\x25\x5c\x9a\xb1\xf4\x74\x96\x84\x17\xc5\xee\x80\x5e\x82\x12\x60\x15\xba\xaa\x66\x6b\xbe\xa1\x98\x31\x15\x9a\xee\x7a\x45\x66\x30\x88\x5f\xff\xfe\xdb\x6c\x88\xd6\x06\xba\x7e\x70\xd9\x9c\xd7\xae\x86\x98\x11\xbc\x0c\xb4\xec\x31\xeb\xfa\x2e\xca\x9a\x9d\x1b\xf2\x08\x4d\xe6\x98\x75\xd9\xd6\x55\x3c\xb9\x41\xd8\xe2\x55\x19\x73\x12\xfa\x0d\x4e\xcb\xe3\x59\xb9\xf5\x92\x81\x0e\x3c\xa0\x2d\xcd\xa8\x9f\x3d\x2d\xec\x31\x7b\xfd\xf2\xe9\x1b\xe9\x81\x43\x89\x9c\x53\xba\xef\xf2\xc5\xc2\x63\x47\x85\x4a\xbc\x7a\xb2\xf7\xb6\xee\x2a\x0a\xb0\x03\xb2\x08\xb1\x1d\x6d\x6e\x87\x67\x0d\xe6\x98\xab\x11\x6d\x57\x90\xb8\x18\x86\x6e\xfe\xdf\x1b\x61\x14\x97\x7f\x68\x81\xe1\x68\xb6\x3d\x91\x99\xed\x54\x44\xeb\x58\x18\x01\xc3\x86\x41\x6d\x0d\x38\xa3\xc7\xf8\x46\x0a\xf6\xff\xed\x42\x4b\xc1\xfe\xd9\x0a\xf3\xc4\x6e\xae\x99\x36\x40\x45\xd2\x68\xfa\xa8\x2a\xf7\xe2\x2a\x47\xe9\x46\x30\x3d\x5f\xd1\xdd\x01\x06\xab\x4e\xd7\x43\x8f\x61\x0d\xa8\x00\xaf\xcf\x70\x4b\x7a\xdd\x67\x3e\xb9\x0d\x78\xab\xb5\xbc\x51\x4b\x7d\xcc\xee\xe3\xd2\xf1\xd6\xcc\x81\x26\xe0\xe8\xfd\x17\xc0\x18\x37\xd7\xde\x8d\xe7\x53\x73\x61\x5d\x22\x92\x1e\x88\x31\x51\x17\x20\xb2\x83\x45\x85\x86\x91\x17\xf5\xa6\xc7\x93\xbb\x27\x82\x04\xde\x81\x21\x20\xcf\x58\xba\x7d\x3e\x02\xea\x95\x87\x3e\x42\xfa\x52\xa7\x87\x7b\x6d\x0e\x4c\xea\xef\x34\xe5\x9d\xda\x71\x9a\xa3\x9f\xc7\xa8\x6d\x37\x9f\x48\x25\x64\x77\x1a\x69\x30\xb9\x8a\xb4\x15\xdc\x50\x0e\xa2\xe3\x67\xad\x6f\x2b\x25\x72\xf0\x68\x4b\xfc\x98\x5c\xf6\xd1\xb3\x7f\x1d\x53\x46\x80\x83\xb9\xd0\xeb\x85\xb5\x86\x91\xea\x89\x22\x3c\xa0\x66\x5d\xb9\xbc\x46\x9f\x94\xe5\xd4\x25\x2c\xfb\xd0\x15\x83\x0e\x1e\x13\x67\x5d\xc5\x77\x66\x2f\x30\x60\x40\xb7\x3d\x6d\xda\x7d\xff\x45\x7f\xd5\x1d\x01\xb0\x57\x3f\xf2\xa7\x1a\xf8\x35\x84\xbd\x96\x97\xa1\xdc\x4b\x2c\x00\xbd\xa3\xc0\xa7\xa1\x11\x59\x55\x4b\xb4\x3b\x34\x96\x8a\x2a\x7e\x49\xc7\x24\x12\xf2\x55\x9e\xd7\xfd\x93\xf3\xb5\x39\x02\xfa\xe7\x02\xde\xef\x33\x59\x89\x5c\x36\xb9\xf0\x32\x34\x6d\x7f\x08\x48\x7c\x51\x68\xe5\xb3\x5f\x4f\xe2\x31\xe9\xe1\x0f\xe8\xef\x2e\x7c\xb7\xc5\x4a\xbb\xcb\x7d\x73\xa4\x17\x29\xd2\xd3\x8c\x2e\x88\x65\xb7\x61\x40\xbb\x85\xe2\xd8\xb6\x9d\xb1\x35\xaf\x14\x1d\x83\xc6\x58\x01\x59\x8a\x45\xbb\x5a\x0d\x3a\x37\xa4\x5e\x7d\xd5\x48\x8b\xcb\xb6\x1f\x54\x10\xfc\x08\xe5\x58\x06\xf9\x8e\x1d\xfa\x1d\x79\xb1\x46\x33\xae\x4e\xe1\x87\xba\x71\x2d\xa1\x37\x7d\x59\x49\xf1\x6d\x5c\x4f\x27\xf2\xa3\xdd\x4c\xf1\xa3\xb9\x70\x0c\x40\x42\x71\x1c\xde\x61\xfe\x3f\xe4\x60\xc3\x34\x99\x79\x95\xaa\x97\x23\x5d\x3a\x30\xf5\xcc\x27\xcb\xc2\x61\x25\xde\xa6\x5a\xa8\xb2\x06\xa3\xe4\xf4\xb9\x68\x20\xdb\x8f\xcf\x1a\xdb\xc1\xa2\x7e\xa7\xd7\x82\x41\x53\x35\xf2\x9f\x30\xc2\xb4\x66\x10\xbe\xb5\x03\x0c\x54\x79\x70\xe0\x29\x3e\x59\x3c\x70\xb5\x12\x65\x50\x09\xcf\x94\x78\x64\x56\xd6\x66\x71\x3c\x2b\x5a\x9e\x8c\x89\xa6\x38\xb7\xba\x4d\x02\x7f\x31\xa2\xd0\xa6\x04\x02\x82\x15\x37\x25\x80\xae\x68\xc3\x4b\x5e\x7c\x86\x52\x4d\x70\x1d\x61\x8b\x14\x73\x73\x39\xfa\x18\x07\x0e\x6f\xab\x54\x81\x24\x98\xbe\x7a\xb2\xeb\x1f\x3e\x5e\x33\x5e\x18\x5d\x53\x2d\x57\xaa\xd0\x43\xa5\x61\xa2\xea\x18\xd0\xe2\xa0\x8f\x8c\xd7\xc7\x71\x0e\xc0\xe8\x10\xe6\x09\xfc\xaf\x1b\xc9\x55\xbc\xe9\xab\x9a\x86\xdc\x18\x0e\x6c\xad\x4e\x27\xc2\xa6\xf1\xe8\x17\x7c\x03\x41\xb2\x6a\x08\xff\xed\x53\x0f\xbf\x69\xc2\x72\x4c\xb6\x18\x8e\x1d\xea\x7e\x46\xf0\xf2\x29\x4e\xd0\xaa\x14\x31\xa8\xf1\x72\x5d\x29\xbb\x35\xec\xed\x83\xd5\x54\x48\xba\x95\x58\x93\x5b\x62\x64\x1a\x08\x72\xac\x5c\x4b\x6e\xcc\x9a\x29\x61\x15\x06\x6e\x2a\xf9\x04\x3a\xe2\xc6\x88\x8b\xa8\x9d\xe8\xfc\x13\x34\xae\xaa\x73\x85\x7d\x07\xe3\x76\xd9\x4a\xd4\x24\xc1\xd6\xf2\x03\xa0\x73\xfa\xe9\x26\xb3\x97\x48\x43\xb4\x14\x51\xc3\xb0\xa7\x4f\x02\x33\xda\xb6\x72\x26\x79\x8e\x43\xe2\xa0\x01\x0c\xc4\x83\x7e\x74\x58\xc8\x47\x1e\x42\xdd\xfb\x98\x81\xb7\x24\xdb\x9c\x89\x17\x05\xc6\xe1\xc2\x4f\xa8\xdc\x5f\x6b\x43\xd4\x11\x20\x3c\x6e\x89\x31\xfe\xe7\xea\x8b\xc8\xd8\xdd\x86\x9b\xcf\x19\xbb\x7e\x52\x7c\x5d\x15\x6f\xf4\x62\xa7\x65\x77\x12\xf7\x1a\x81\x4c\xe7\x85\xe4\xf5\xc4\x88\x77\x6f\x27\x6e\xe8\x45\x2f\xe1\x3d\x03\xb2\x00\x2f\xd0\x3e\x8f\xd3\xc8\x3a\xf7\x79\xe6\x46\x2f\xa2\x3d\x3d\x35\x65\x6b\xb0\xe2\xc0\xb8\x45\xe8\x7b\xbf\xd1\x5a\xf6\x5e\xa1\xa7\xd2\x93\xfb\xdd\x41\x93\x5d\x6a\x88\x3e\xeb\x63\x0f\x0e\x35\x98\x80\x3b\x32\x72\x41\x40\xf0\xc7\xa3\xd7\xcf\x67\xc1\x77\xcc\xad\x5a\x8b\x1e\x38\xbc\x3e\x16\xa2\xe0\x90\x12\xeb\xee\x75\xac\x07\x83\x75\xa4\xfd\xed\xd7\xe3\xe7\xa8\x47\x67\x7a\xd7\x41\xfb\x19\x5c\x2c\xeb\x89\x27\x38\x57\x1f\xdf\x5f\xbf\x3f\xfb\xcc\x1b\xa3\x57\x5c\x9d\xbf\x60\xaf\xac\x2c\x26\xca\x60\x84\xe7\x2d\x8d\x10\x00\x7e\xa0\xbc\x9a\xb3\x87\xa6\xd9\xd4\x2f\x2e\x2f\x57\x55\xf3\xd0\x2e\x66\x85\x5e\x63\x98\x4f\x9b\x15\xfe\xe7\xb2\xaa\xeb\x56\xd4\x97\x3f\xfe\xf0\xd3\x79\xdf\xe9\xdc\x4a\xaa\x39\xda\xf7\x72\x98\xeb\x61\x2c\xd9\xac\x5f\xa3\xfc\xdb\x56\xc2\x04\x1b\x8a\xd5\xfc\x77\xe2\x1f\x06\xf2\x9d\xbe\x77\xeb\x71\x07\x8a\xf6\x2f\x28\xc3\x49\x2d\xad\x67\xf1\x5f\x27\x19\x1c\x52\x00\xb4\xb6\xc4\x29\xf8\xa7\x82\x47\xf5\xba\xfd\x3b\xf9\x85\x89\xd6\x3f\xc9\x8d\x7a\x0a\x17\xc5\x2d\x87\xc2\xf1\x8e\x8c\x17\x5d\xea\x8d\x36\x82\xe8\x21\xd1\x6f\xb1\x90\x7a\x01\x9c\x82\xf6\x9b\xa1\x98\x57\x21\x75\x3d\x39\x8f\x6d\x7b\xc1\x5e\xd2\xe3\xe3\xda\xc7\x7a\x03\x78\x49\x23\x6a\x48\x9c\xd9\x76\x0c\x6e\x01\xcd\x4e\xa2\x13\x6f\x77\xd7\xaa\x66\xd7\x5b\x3a\xf1\x36\x8d\x86\xdd\xd2\x80\x8d\x78\x35\xb2\xa7\x87\xee\xe5\x57\x31\xe2\x90\x43\x89\x84\x06\x6a\x86\x51\x00\xac\x52\x2b\x29\x3a\xe3\x75\xa4\xad\xb9\xba\xc2\x6f\xe2\x3a\x8f\x81\x9c\xc9\xc3\x0f\x88\x9f\xcf\x63\x17\x11\x82\xc8\xae\x5c\x4a\x11\xa4\xae\x70\xf2\x0c\x7b\x15\x04\x34\xed\xcc\x15\x8e\x34\x82\x29\x08\xfc\xe4\xaa\x6e\x17\x17\x21\xc1\x44\x1b\x90\xae\x90\x7f\xb4\xe1\x06\xc8\x4f\x1f\x2a\x59\x5e\xf4\x24\x11\xa2\x39\x1d\x68\x5f\x5c\x0e\x32\x97\x12\x56\x1c\x15\x25\xc4\x37\xfb\xb1\xfb\xf7\x58\x9b\x4c\xf0\xe2\xc1\x63\x6b\x31\x4a\xd1\xd1\x24\x12\x79\x91\xa8\xda\x7f\x74\x18\x7d\x42\x98\x70\x80\x7b\xed\xfb\x97\x13\xc9\x9c\x4d\x91\x13\x1f\xd3\x70\x8f\x3b\x35\xd6\xe0\x26\xc9\x31\x34\x55\xf5\x1c\x63\x35\xdf\x20\x01\x33\x44\x50\xeb\x0d\x7f\x54\x94\xd6\xb1\x57\x10\x7d\x9a\x7c\xe8\x27\x75\xb6\xf2\x61\x2b\x7e\x1b\x57\x84\x45\xeb\xb5\xa9\x3c\x93\x5d\x16\x51\x76\x72\x29\x63\x2e\x96\xe0\x67\xcb\x55\x30\x23\x6a\xf6\x28\xa4\xb4\x7f\x8b\xae\xe0\x26\x3b\xa1\x04\x68\xb4\xc8\x5c\x0e\x02\xe5\xef\x92\x37\xec\x62\xc1\xa1\x38\xfd\x50\x89\xdf\xad\xd3\x9c\xe0\x04\x8f\x38\xd0\x05\x2f\x1e\xc4\xdc\x76\xad\xdd\x03\xa8\x4e\xf5\x6a\x5f\xda\x87\xef\xf0\xd9\xd1\xcb\x0c\xdd\x66\xe8\x00\xc4\xb6\x00\x46\xc4\x0b\xc8\xb7\xf4\x0e\xb8\x5d\xc7\xbb\xc0\x66\xe7\x3d\xb5\xa2\x76\xf6\xb5\xdf\xb3\x13\xd5\x4e\x82\xc3\xec\x50\xf0\x05\x37\xc6\x41\x03\xa9\x55\xc6\x4d\x53\x2d\x79\x91\x38\x63\x26\x31\x30\x24\x37\x24\xbe\xb1\x86\x18\x42\xa8\x88\xea\x44\x39\x67\x9e\x29\x73\x78\xfd\x7b\x61\xa9\xa7\xb0\x0e\x6f\x4e\x64\x1c\xee\x3d\x29\x9c\x25\x49\xb0\xbd\x43\x8f\x0a\xe4\x1d\x31\xd6\x03\xc1\xda\xfb\x71\x24\x45\x55\xeb\xa6\x4b\xb8\x2d\x6a\x42\xaa\xd8\x06\xae\xfb\x92\x32\x09\x9b\x6e\xea\x0b\x4c\x21\x82\x3a\xbf\x88\x32\xa4\x05\x45\xb9\xe1\xf6\x8a\xe2\x2b\xc1\xd6\xa2\xac\xda\x2e\x05\xd7\x38\x00\xf9\x2f\xc1\xf2\x27\x12\x2c\xc3\xeb\xf6\xd5\x04\xc2\xc9\xdc\x45\x53\x24\xc2\x6b\x6d\x42\x42\xd2\x3b\x30\xf2\x1f\x05\x56\x5b\x69\x34\x46\xc5\xfa\x99\xbd\xa3\x84\x6b\xde\x3c\xaf\x3d\xf2\x3c\xdd\xe9\x2e\x06\xf9\xb6\xaa\x9b\x5f\xb8\x6c\x8f\xca\xb2\x06\x28\xec\x57\x43\x38\xb8\xae\x62\x37\xa3\x27\x46\x3d\xb6\x1f\x52\x07\xab\x15\x0e\x18\x04\x80\x6c\x2c\xc7\x5d\x66\xfb\xbd\x8f\xe2\x75\xef\xe7\xeb\x1e\x2f\xa8\x47\xc3\x37\x1b\x61\x9c\xeb\x74\xcb\xb1\x0b\x44\x60\xd0\x4a\xae\xd0\xd0\x79\x73\xf7\xfe\x5d\xd0\xb8\x82\xff\xa3\xf3\x6a\xf8\x19\x4c\xdd\xac\x7f\xe5\xde\xb5\x52\x0e\xae\xdc\x84\x92\x35\x9f\xde\xbe\x9d\xff\x72\xf5\xf6\xd3\xab\x51\x0e\x9f\xe8\x67\x83\x73\xe2\x7b\x42\x73\x82\xea\x67\x03\x2a\x67\xbb\x16\xc6\x81\x01\xc3\xa8\xf1\x96\x6f\xa5\x4c\xb9\x9c\x72\x75\x4f\xef\x81\xc0\x58\xab\xd0\x3c\xcc\x15\x1b\x9d\xb8\xb4\x7d\xf8\xd9\xbd\x7d\xf9\x3d\x3e\x7b\xc1\xc2\x20\x5e\xb0\x77\xbe\xd5\x81\x79\xa5\xa8\xfc\x11\xc7\x01\x5d\xdf\x43\xc7\xe1\xd4\x6c\x75\x87\x1d\x8f\x4f\xca\x95\x57\x25\x92\xb9\x93\x9c\x0e\x9c\xbb\xfb\xd4\xf5\xe0\xc5\x7d\x89\xf7\x33\xbc\x37\x43\x8e\x31\x2c\x3b\xea\x69\xb8\x72\x45\x25\xa7\x38\x24\x6f\x0c\xf6\x89\xdd\x28\xcc\x21\x96\x5c\xad\x5a\xbe\x12\x75\xc6\x5c\xe3\xb9\x5a\x57\xab\x07\x48\xca\x26\x96\x78\xc4\x39\x73\xa6\x78\x53\x7d\x11\x9d\x2d\x84\x01\x44\xf1\x3b\x5f\x6f\x00\xa3\xa3\x72\x45\x63\x52\xab\xf0\x7a\x8c\x2d\xbe\xb9\xf3\xc3\xb1\x3b\xcd\xbf\x88\x68\xd2\x54\xae\x70\x71\x91\xfb\xc5\xd9\x64\xe0\xb8\x85\xfa\x98\xc9\xd6\xe5\x46\x38\x66\x46\x90\xe9\x2b\xb0\x0e\xb1\xb2\xbf\xc3\xa0\x59\x49\x1f\x31\xdd\x23\x22\x01\xbb\xb4\x5b\x9e\xb8\xc5\x70\x67\x82\xfa\xd6\xbf\xeb\x8f\xbe\x03\xec\x81\x9b\x7f\xe9\xbc\x65\xc2\xb6\x0d\x62\x6c\x87\x34\x0f\x1b\x4a\x75\x8f\x30\xeb\xa2\x9f\x01\xdd\xd8\xdf\x1b\x37\x2e\xfc\xcd\x60\xb0\x41\xb7\x0b\xb9\x47\x97\xf0\xf7\xa3\x9d\x42\x91\x3c\xde\xa9\x09\x0e\x99\x0f\x9d\xa3\x65\xb7\xe9\x58\xb3\x0b\xad\x07\xd6\xe5\x84\xae\x8d\xa4\x53\xf4\xc0\xae\xc9\x68\x8b\xe6\x90\xfd\x32\x01\x34\xd5\x9d\x22\x27\x7d\xc6\x3a\x24\xab\xfa\xa0\xee\x04\xfd\x69\x72\x8f\xbc\x86\x40\x97\xdd\x5e\x12\x96\xee\xb9\x44\xc0\x0e\x88\x49\x32\xa8\xc9\x9d\x2a\x2a\x14\x2f\x0a\x6a\x4a\x71\x42\x00\x67\x7e\x13\x65\x61\xe5\x32\xe8\x64\xd1\x9a\xda\x8a\x4b\x92\x77\x24\xb5\xad\x79\x9a\x2b\x47\xd4\xe1\xc4\xf1\x15\x73\x01\x4c\xff\x29\x02\xd1\x36\x98\xe6\x0e\x1a\x6b\xc3\xb4\x12\x4e\x1a\xe6\x0a\xd8\x50\x15\xb8\x7e\x16\x35\xf0\x14\x11\xe7\x27\x7d\x11\xd5\x14\xe1\x0a\x0b\x50\xed\x96\x79\x1d\x35\x20\xb9\xe7\x9f\xd9\x7f\xff\x7e\xf6\x9f\x00\x00\x00\xff\xff\x1e\x1a\x4b\xb2\x1a\x8e\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 232332, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 232986, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index 5ea874fb6..ca2d08e2e 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -11607,8 +11607,863 @@ public flyteidl.event.Event.TaskExecutionEvent getDefaultInstanceForType() { } - public interface ManagedResourceInfoOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.event.ManagedResourceInfo) + public interface ResourceIdentifiersOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.event.ResourceIdentifiers) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * Unique, generated name for this task execution used by the backend.
+     * 
+ * + * string generated_name = 1; + */ + java.lang.String getGeneratedName(); + /** + *
+     * Unique, generated name for this task execution used by the backend.
+     * 
+ * + * string generated_name = 1; + */ + com.google.protobuf.ByteString + getGeneratedNameBytes(); + + /** + *
+     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * 
+ * + * repeated string external_ids = 2; + */ + java.util.List + getExternalIdsList(); + /** + *
+     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * 
+ * + * repeated string external_ids = 2; + */ + int getExternalIdsCount(); + /** + *
+     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * 
+ * + * repeated string external_ids = 2; + */ + java.lang.String getExternalIds(int index); + /** + *
+     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * 
+ * + * repeated string external_ids = 2; + */ + com.google.protobuf.ByteString + getExternalIdsBytes(int index); + } + /** + *
+   * This message contains various identifiers for resources used for a specific task execution.
+   * 
+ * + * Protobuf type {@code flyteidl.event.ResourceIdentifiers} + */ + public static final class ResourceIdentifiers extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.event.ResourceIdentifiers) + ResourceIdentifiersOrBuilder { + private static final long serialVersionUID = 0L; + // Use ResourceIdentifiers.newBuilder() to construct. + private ResourceIdentifiers(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private ResourceIdentifiers() { + generatedName_ = ""; + externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ResourceIdentifiers( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + generatedName_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + if (!((mutable_bitField0_ & 0x00000002) != 0)) { + externalIds_ = new com.google.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000002; + } + externalIds_.add(s); + break; + } + default: { + if (!parseUnknownField( + input, unknownFields, extensionRegistry, tag)) { + done = true; + } + break; + } + } + } + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(this); + } catch (java.io.IOException e) { + throw new com.google.protobuf.InvalidProtocolBufferException( + e).setUnfinishedMessage(this); + } finally { + if (((mutable_bitField0_ & 0x00000002) != 0)) { + externalIds_ = externalIds_.getUnmodifiableView(); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.event.Event.internal_static_flyteidl_event_ResourceIdentifiers_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.event.Event.internal_static_flyteidl_event_ResourceIdentifiers_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.event.Event.ResourceIdentifiers.class, flyteidl.event.Event.ResourceIdentifiers.Builder.class); + } + + private int bitField0_; + public static final int GENERATED_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object generatedName_; + /** + *
+     * Unique, generated name for this task execution used by the backend.
+     * 
+ * + * string generated_name = 1; + */ + public java.lang.String getGeneratedName() { + java.lang.Object ref = generatedName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + generatedName_ = s; + return s; + } + } + /** + *
+     * Unique, generated name for this task execution used by the backend.
+     * 
+ * + * string generated_name = 1; + */ + public com.google.protobuf.ByteString + getGeneratedNameBytes() { + java.lang.Object ref = generatedName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + generatedName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int EXTERNAL_IDS_FIELD_NUMBER = 2; + private com.google.protobuf.LazyStringList externalIds_; + /** + *
+     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * 
+ * + * repeated string external_ids = 2; + */ + public com.google.protobuf.ProtocolStringList + getExternalIdsList() { + return externalIds_; + } + /** + *
+     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * 
+ * + * repeated string external_ids = 2; + */ + public int getExternalIdsCount() { + return externalIds_.size(); + } + /** + *
+     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * 
+ * + * repeated string external_ids = 2; + */ + public java.lang.String getExternalIds(int index) { + return externalIds_.get(index); + } + /** + *
+     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * 
+ * + * repeated string external_ids = 2; + */ + public com.google.protobuf.ByteString + getExternalIdsBytes(int index) { + return externalIds_.getByteString(index); + } + + private byte memoizedIsInitialized = -1; + @java.lang.Override + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized == 1) return true; + if (isInitialized == 0) return false; + + memoizedIsInitialized = 1; + return true; + } + + @java.lang.Override + public void writeTo(com.google.protobuf.CodedOutputStream output) + throws java.io.IOException { + if (!getGeneratedNameBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, generatedName_); + } + for (int i = 0; i < externalIds_.size(); i++) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, externalIds_.getRaw(i)); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!getGeneratedNameBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, generatedName_); + } + { + int dataSize = 0; + for (int i = 0; i < externalIds_.size(); i++) { + dataSize += computeStringSizeNoTag(externalIds_.getRaw(i)); + } + size += dataSize; + size += 1 * getExternalIdsList().size(); + } + size += unknownFields.getSerializedSize(); + memoizedSize = size; + return size; + } + + @java.lang.Override + public boolean equals(final java.lang.Object obj) { + if (obj == this) { + return true; + } + if (!(obj instanceof flyteidl.event.Event.ResourceIdentifiers)) { + return super.equals(obj); + } + flyteidl.event.Event.ResourceIdentifiers other = (flyteidl.event.Event.ResourceIdentifiers) obj; + + if (!getGeneratedName() + .equals(other.getGeneratedName())) return false; + if (!getExternalIdsList() + .equals(other.getExternalIdsList())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + GENERATED_NAME_FIELD_NUMBER; + hash = (53 * hash) + getGeneratedName().hashCode(); + if (getExternalIdsCount() > 0) { + hash = (37 * hash) + EXTERNAL_IDS_FIELD_NUMBER; + hash = (53 * hash) + getExternalIdsList().hashCode(); + } + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.event.Event.ResourceIdentifiers parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.event.Event.ResourceIdentifiers parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.event.Event.ResourceIdentifiers parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.event.Event.ResourceIdentifiers parseDelimitedFrom( + java.io.InputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input, extensionRegistry); + } + public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input, extensionRegistry); + } + + @java.lang.Override + public Builder newBuilderForType() { return newBuilder(); } + public static Builder newBuilder() { + return DEFAULT_INSTANCE.toBuilder(); + } + public static Builder newBuilder(flyteidl.event.Event.ResourceIdentifiers prototype) { + return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); + } + @java.lang.Override + public Builder toBuilder() { + return this == DEFAULT_INSTANCE + ? new Builder() : new Builder().mergeFrom(this); + } + + @java.lang.Override + protected Builder newBuilderForType( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + Builder builder = new Builder(parent); + return builder; + } + /** + *
+     * This message contains various identifiers for resources used for a specific task execution.
+     * 
+ * + * Protobuf type {@code flyteidl.event.ResourceIdentifiers} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.event.ResourceIdentifiers) + flyteidl.event.Event.ResourceIdentifiersOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.event.Event.internal_static_flyteidl_event_ResourceIdentifiers_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.event.Event.internal_static_flyteidl_event_ResourceIdentifiers_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.event.Event.ResourceIdentifiers.class, flyteidl.event.Event.ResourceIdentifiers.Builder.class); + } + + // Construct using flyteidl.event.Event.ResourceIdentifiers.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (com.google.protobuf.GeneratedMessageV3 + .alwaysUseFieldBuilders) { + } + } + @java.lang.Override + public Builder clear() { + super.clear(); + generatedName_ = ""; + + externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000002); + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.event.Event.internal_static_flyteidl_event_ResourceIdentifiers_descriptor; + } + + @java.lang.Override + public flyteidl.event.Event.ResourceIdentifiers getDefaultInstanceForType() { + return flyteidl.event.Event.ResourceIdentifiers.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.event.Event.ResourceIdentifiers build() { + flyteidl.event.Event.ResourceIdentifiers result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.event.Event.ResourceIdentifiers buildPartial() { + flyteidl.event.Event.ResourceIdentifiers result = new flyteidl.event.Event.ResourceIdentifiers(this); + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; + result.generatedName_ = generatedName_; + if (((bitField0_ & 0x00000002) != 0)) { + externalIds_ = externalIds_.getUnmodifiableView(); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.externalIds_ = externalIds_; + result.bitField0_ = to_bitField0_; + onBuilt(); + return result; + } + + @java.lang.Override + public Builder clone() { + return super.clone(); + } + @java.lang.Override + public Builder setField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.setField(field, value); + } + @java.lang.Override + public Builder clearField( + com.google.protobuf.Descriptors.FieldDescriptor field) { + return super.clearField(field); + } + @java.lang.Override + public Builder clearOneof( + com.google.protobuf.Descriptors.OneofDescriptor oneof) { + return super.clearOneof(oneof); + } + @java.lang.Override + public Builder setRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + int index, java.lang.Object value) { + return super.setRepeatedField(field, index, value); + } + @java.lang.Override + public Builder addRepeatedField( + com.google.protobuf.Descriptors.FieldDescriptor field, + java.lang.Object value) { + return super.addRepeatedField(field, value); + } + @java.lang.Override + public Builder mergeFrom(com.google.protobuf.Message other) { + if (other instanceof flyteidl.event.Event.ResourceIdentifiers) { + return mergeFrom((flyteidl.event.Event.ResourceIdentifiers)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.event.Event.ResourceIdentifiers other) { + if (other == flyteidl.event.Event.ResourceIdentifiers.getDefaultInstance()) return this; + if (!other.getGeneratedName().isEmpty()) { + generatedName_ = other.generatedName_; + onChanged(); + } + if (!other.externalIds_.isEmpty()) { + if (externalIds_.isEmpty()) { + externalIds_ = other.externalIds_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureExternalIdsIsMutable(); + externalIds_.addAll(other.externalIds_); + } + onChanged(); + } + this.mergeUnknownFields(other.unknownFields); + onChanged(); + return this; + } + + @java.lang.Override + public final boolean isInitialized() { + return true; + } + + @java.lang.Override + public Builder mergeFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + flyteidl.event.Event.ResourceIdentifiers parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.event.Event.ResourceIdentifiers) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + private java.lang.Object generatedName_ = ""; + /** + *
+       * Unique, generated name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public java.lang.String getGeneratedName() { + java.lang.Object ref = generatedName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + generatedName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Unique, generated name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public com.google.protobuf.ByteString + getGeneratedNameBytes() { + java.lang.Object ref = generatedName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + generatedName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Unique, generated name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public Builder setGeneratedName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + generatedName_ = value; + onChanged(); + return this; + } + /** + *
+       * Unique, generated name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public Builder clearGeneratedName() { + + generatedName_ = getDefaultInstance().getGeneratedName(); + onChanged(); + return this; + } + /** + *
+       * Unique, generated name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public Builder setGeneratedNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + generatedName_ = value; + onChanged(); + return this; + } + + private com.google.protobuf.LazyStringList externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private void ensureExternalIdsIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + externalIds_ = new com.google.protobuf.LazyStringArrayList(externalIds_); + bitField0_ |= 0x00000002; + } + } + /** + *
+       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * 
+ * + * repeated string external_ids = 2; + */ + public com.google.protobuf.ProtocolStringList + getExternalIdsList() { + return externalIds_.getUnmodifiableView(); + } + /** + *
+       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * 
+ * + * repeated string external_ids = 2; + */ + public int getExternalIdsCount() { + return externalIds_.size(); + } + /** + *
+       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * 
+ * + * repeated string external_ids = 2; + */ + public java.lang.String getExternalIds(int index) { + return externalIds_.get(index); + } + /** + *
+       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * 
+ * + * repeated string external_ids = 2; + */ + public com.google.protobuf.ByteString + getExternalIdsBytes(int index) { + return externalIds_.getByteString(index); + } + /** + *
+       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * 
+ * + * repeated string external_ids = 2; + */ + public Builder setExternalIds( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureExternalIdsIsMutable(); + externalIds_.set(index, value); + onChanged(); + return this; + } + /** + *
+       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * 
+ * + * repeated string external_ids = 2; + */ + public Builder addExternalIds( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureExternalIdsIsMutable(); + externalIds_.add(value); + onChanged(); + return this; + } + /** + *
+       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * 
+ * + * repeated string external_ids = 2; + */ + public Builder addAllExternalIds( + java.lang.Iterable values) { + ensureExternalIdsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, externalIds_); + onChanged(); + return this; + } + /** + *
+       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * 
+ * + * repeated string external_ids = 2; + */ + public Builder clearExternalIds() { + externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + return this; + } + /** + *
+       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * 
+ * + * repeated string external_ids = 2; + */ + public Builder addExternalIdsBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + ensureExternalIdsIsMutable(); + externalIds_.add(value); + onChanged(); + return this; + } + @java.lang.Override + public final Builder setUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.setUnknownFields(unknownFields); + } + + @java.lang.Override + public final Builder mergeUnknownFields( + final com.google.protobuf.UnknownFieldSet unknownFields) { + return super.mergeUnknownFields(unknownFields); + } + + + // @@protoc_insertion_point(builder_scope:flyteidl.event.ResourceIdentifiers) + } + + // @@protoc_insertion_point(class_scope:flyteidl.event.ResourceIdentifiers) + private static final flyteidl.event.Event.ResourceIdentifiers DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.event.Event.ResourceIdentifiers(); + } + + public static flyteidl.event.Event.ResourceIdentifiers getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public ResourceIdentifiers parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new ResourceIdentifiers(input, extensionRegistry); + } + }; + + public static com.google.protobuf.Parser parser() { + return PARSER; + } + + @java.lang.Override + public com.google.protobuf.Parser getParserForType() { + return PARSER; + } + + @java.lang.Override + public flyteidl.event.Event.ResourceIdentifiers getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface ResourcePoolInfoOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.event.ResourcePoolInfo) com.google.protobuf.MessageOrBuilder { /** @@ -11653,18 +12508,18 @@ public interface ManagedResourceInfoOrBuilder extends * executions for a project namespace. *
* - * Protobuf type {@code flyteidl.event.ManagedResourceInfo} + * Protobuf type {@code flyteidl.event.ResourcePoolInfo} */ - public static final class ManagedResourceInfo extends + public static final class ResourcePoolInfo extends com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.event.ManagedResourceInfo) - ManagedResourceInfoOrBuilder { + // @@protoc_insertion_point(message_implements:flyteidl.event.ResourcePoolInfo) + ResourcePoolInfoOrBuilder { private static final long serialVersionUID = 0L; - // Use ManagedResourceInfo.newBuilder() to construct. - private ManagedResourceInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { + // Use ResourcePoolInfo.newBuilder() to construct. + private ResourcePoolInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ManagedResourceInfo() { + private ResourcePoolInfo() { allocationToken_ = ""; namespace_ = ""; } @@ -11674,7 +12529,7 @@ private ManagedResourceInfo() { getUnknownFields() { return this.unknownFields; } - private ManagedResourceInfo( + private ResourcePoolInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { @@ -11726,15 +12581,15 @@ private ManagedResourceInfo( } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.event.Event.internal_static_flyteidl_event_ManagedResourceInfo_descriptor; + return flyteidl.event.Event.internal_static_flyteidl_event_ResourcePoolInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return flyteidl.event.Event.internal_static_flyteidl_event_ManagedResourceInfo_fieldAccessorTable + return flyteidl.event.Event.internal_static_flyteidl_event_ResourcePoolInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.event.Event.ManagedResourceInfo.class, flyteidl.event.Event.ManagedResourceInfo.Builder.class); + flyteidl.event.Event.ResourcePoolInfo.class, flyteidl.event.Event.ResourcePoolInfo.Builder.class); } public static final int ALLOCATION_TOKEN_FIELD_NUMBER = 1; @@ -11866,10 +12721,10 @@ public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } - if (!(obj instanceof flyteidl.event.Event.ManagedResourceInfo)) { + if (!(obj instanceof flyteidl.event.Event.ResourcePoolInfo)) { return super.equals(obj); } - flyteidl.event.Event.ManagedResourceInfo other = (flyteidl.event.Event.ManagedResourceInfo) obj; + flyteidl.event.Event.ResourcePoolInfo other = (flyteidl.event.Event.ResourcePoolInfo) obj; if (!getAllocationToken() .equals(other.getAllocationToken())) return false; @@ -11895,69 +12750,69 @@ public int hashCode() { return hash; } - public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + public static flyteidl.event.Event.ResourcePoolInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + public static flyteidl.event.Event.ResourcePoolInfo parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + public static flyteidl.event.Event.ResourcePoolInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + public static flyteidl.event.Event.ResourcePoolInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.event.Event.ManagedResourceInfo parseFrom(byte[] data) + public static flyteidl.event.Event.ResourcePoolInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + public static flyteidl.event.Event.ResourcePoolInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.event.Event.ManagedResourceInfo parseFrom(java.io.InputStream input) + public static flyteidl.event.Event.ResourcePoolInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } - public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + public static flyteidl.event.Event.ResourcePoolInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } - public static flyteidl.event.Event.ManagedResourceInfo parseDelimitedFrom(java.io.InputStream input) + public static flyteidl.event.Event.ResourcePoolInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } - public static flyteidl.event.Event.ManagedResourceInfo parseDelimitedFrom( + public static flyteidl.event.Event.ResourcePoolInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + public static flyteidl.event.Event.ResourcePoolInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } - public static flyteidl.event.Event.ManagedResourceInfo parseFrom( + public static flyteidl.event.Event.ResourcePoolInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { @@ -11970,7 +12825,7 @@ public static flyteidl.event.Event.ManagedResourceInfo parseFrom( public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(flyteidl.event.Event.ManagedResourceInfo prototype) { + public static Builder newBuilder(flyteidl.event.Event.ResourcePoolInfo prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override @@ -11991,26 +12846,26 @@ protected Builder newBuilderForType( * executions for a project namespace. * * - * Protobuf type {@code flyteidl.event.ManagedResourceInfo} + * Protobuf type {@code flyteidl.event.ResourcePoolInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements - // @@protoc_insertion_point(builder_implements:flyteidl.event.ManagedResourceInfo) - flyteidl.event.Event.ManagedResourceInfoOrBuilder { + // @@protoc_insertion_point(builder_implements:flyteidl.event.ResourcePoolInfo) + flyteidl.event.Event.ResourcePoolInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.event.Event.internal_static_flyteidl_event_ManagedResourceInfo_descriptor; + return flyteidl.event.Event.internal_static_flyteidl_event_ResourcePoolInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return flyteidl.event.Event.internal_static_flyteidl_event_ManagedResourceInfo_fieldAccessorTable + return flyteidl.event.Event.internal_static_flyteidl_event_ResourcePoolInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.event.Event.ManagedResourceInfo.class, flyteidl.event.Event.ManagedResourceInfo.Builder.class); + flyteidl.event.Event.ResourcePoolInfo.class, flyteidl.event.Event.ResourcePoolInfo.Builder.class); } - // Construct using flyteidl.event.Event.ManagedResourceInfo.newBuilder() + // Construct using flyteidl.event.Event.ResourcePoolInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } @@ -12038,17 +12893,17 @@ public Builder clear() { @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return flyteidl.event.Event.internal_static_flyteidl_event_ManagedResourceInfo_descriptor; + return flyteidl.event.Event.internal_static_flyteidl_event_ResourcePoolInfo_descriptor; } @java.lang.Override - public flyteidl.event.Event.ManagedResourceInfo getDefaultInstanceForType() { - return flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance(); + public flyteidl.event.Event.ResourcePoolInfo getDefaultInstanceForType() { + return flyteidl.event.Event.ResourcePoolInfo.getDefaultInstance(); } @java.lang.Override - public flyteidl.event.Event.ManagedResourceInfo build() { - flyteidl.event.Event.ManagedResourceInfo result = buildPartial(); + public flyteidl.event.Event.ResourcePoolInfo build() { + flyteidl.event.Event.ResourcePoolInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -12056,8 +12911,8 @@ public flyteidl.event.Event.ManagedResourceInfo build() { } @java.lang.Override - public flyteidl.event.Event.ManagedResourceInfo buildPartial() { - flyteidl.event.Event.ManagedResourceInfo result = new flyteidl.event.Event.ManagedResourceInfo(this); + public flyteidl.event.Event.ResourcePoolInfo buildPartial() { + flyteidl.event.Event.ResourcePoolInfo result = new flyteidl.event.Event.ResourcePoolInfo(this); result.allocationToken_ = allocationToken_; result.namespace_ = namespace_; onBuilt(); @@ -12098,16 +12953,16 @@ public Builder addRepeatedField( } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof flyteidl.event.Event.ManagedResourceInfo) { - return mergeFrom((flyteidl.event.Event.ManagedResourceInfo)other); + if (other instanceof flyteidl.event.Event.ResourcePoolInfo) { + return mergeFrom((flyteidl.event.Event.ResourcePoolInfo)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom(flyteidl.event.Event.ManagedResourceInfo other) { - if (other == flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance()) return this; + public Builder mergeFrom(flyteidl.event.Event.ResourcePoolInfo other) { + if (other == flyteidl.event.Event.ResourcePoolInfo.getDefaultInstance()) return this; if (!other.getAllocationToken().isEmpty()) { allocationToken_ = other.allocationToken_; onChanged(); @@ -12131,11 +12986,11 @@ public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - flyteidl.event.Event.ManagedResourceInfo parsedMessage = null; + flyteidl.event.Event.ResourcePoolInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (flyteidl.event.Event.ManagedResourceInfo) e.getUnfinishedMessage(); + parsedMessage = (flyteidl.event.Event.ResourcePoolInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -12335,41 +13190,41 @@ public final Builder mergeUnknownFields( } - // @@protoc_insertion_point(builder_scope:flyteidl.event.ManagedResourceInfo) + // @@protoc_insertion_point(builder_scope:flyteidl.event.ResourcePoolInfo) } - // @@protoc_insertion_point(class_scope:flyteidl.event.ManagedResourceInfo) - private static final flyteidl.event.Event.ManagedResourceInfo DEFAULT_INSTANCE; + // @@protoc_insertion_point(class_scope:flyteidl.event.ResourcePoolInfo) + private static final flyteidl.event.Event.ResourcePoolInfo DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = new flyteidl.event.Event.ManagedResourceInfo(); + DEFAULT_INSTANCE = new flyteidl.event.Event.ResourcePoolInfo(); } - public static flyteidl.event.Event.ManagedResourceInfo getDefaultInstance() { + public static flyteidl.event.Event.ResourcePoolInfo getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override - public ManagedResourceInfo parsePartialFrom( + public ResourcePoolInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new ManagedResourceInfo(input, extensionRegistry); + return new ResourcePoolInfo(input, extensionRegistry); } }; - public static com.google.protobuf.Parser parser() { + public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override - public flyteidl.event.Event.ManagedResourceInfo getDefaultInstanceForType() { + public flyteidl.event.Event.ResourcePoolInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } @@ -12390,21 +13245,28 @@ public interface TaskExecutionMetadataOrBuilder extends /** *
-     * Unique name for this task execution used by the backend, may be generated.
+     * Contains various identifiers for resources used during execution.
      * 
* - * string resource_name = 1; + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; */ - java.lang.String getResourceName(); + boolean hasResourceIds(); /** *
-     * Unique name for this task execution used by the backend, may be generated.
+     * Contains various identifiers for resources used during execution.
      * 
* - * string resource_name = 1; + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; */ - com.google.protobuf.ByteString - getResourceNameBytes(); + flyteidl.event.Event.ResourceIdentifiers getResourceIds(); + /** + *
+     * Contains various identifiers for resources used during execution.
+     * 
+ * + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + */ + flyteidl.event.Event.ResourceIdentifiersOrBuilder getResourceIdsOrBuilder(); /** *
@@ -12412,47 +13274,47 @@ public interface TaskExecutionMetadataOrBuilder extends
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - java.util.List - getManagedResourceInfoList(); + java.util.List + getResourcePoolInfoList(); /** *
      * Includes information about resource token allocation (if applicable).
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo(int index); + flyteidl.event.Event.ResourcePoolInfo getResourcePoolInfo(int index); /** *
      * Includes information about resource token allocation (if applicable).
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - int getManagedResourceInfoCount(); + int getResourcePoolInfoCount(); /** *
      * Includes information about resource token allocation (if applicable).
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - java.util.List - getManagedResourceInfoOrBuilderList(); + java.util.List + getResourcePoolInfoOrBuilderList(); /** *
      * Includes information about resource token allocation (if applicable).
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder( + flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( int index); } /** @@ -12474,8 +13336,7 @@ private TaskExecutionMetadata(com.google.protobuf.GeneratedMessageV3.Builder } private TaskExecutionMetadata() { instanceClass_ = 0; - resourceName_ = ""; - managedResourceInfo_ = java.util.Collections.emptyList(); + resourcePoolInfo_ = java.util.Collections.emptyList(); } @java.lang.Override @@ -12503,18 +13364,25 @@ private TaskExecutionMetadata( done = true; break; case 10: { - java.lang.String s = input.readStringRequireUtf8(); + flyteidl.event.Event.ResourceIdentifiers.Builder subBuilder = null; + if (resourceIds_ != null) { + subBuilder = resourceIds_.toBuilder(); + } + resourceIds_ = input.readMessage(flyteidl.event.Event.ResourceIdentifiers.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(resourceIds_); + resourceIds_ = subBuilder.buildPartial(); + } - resourceName_ = s; break; } case 18: { if (!((mutable_bitField0_ & 0x00000004) != 0)) { - managedResourceInfo_ = new java.util.ArrayList(); + resourcePoolInfo_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000004; } - managedResourceInfo_.add( - input.readMessage(flyteidl.event.Event.ManagedResourceInfo.parser(), extensionRegistry)); + resourcePoolInfo_.add( + input.readMessage(flyteidl.event.Event.ResourcePoolInfo.parser(), extensionRegistry)); break; } case 128: { @@ -12539,7 +13407,7 @@ private TaskExecutionMetadata( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) != 0)) { - managedResourceInfo_ = java.util.Collections.unmodifiableList(managedResourceInfo_); + resourcePoolInfo_ = java.util.Collections.unmodifiableList(resourcePoolInfo_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); @@ -12694,60 +13562,51 @@ public flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass return result == null ? flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.UNRECOGNIZED : result; } - public static final int RESOURCE_NAME_FIELD_NUMBER = 1; - private volatile java.lang.Object resourceName_; + public static final int RESOURCE_IDS_FIELD_NUMBER = 1; + private flyteidl.event.Event.ResourceIdentifiers resourceIds_; /** *
-     * Unique name for this task execution used by the backend, may be generated.
+     * Contains various identifiers for resources used during execution.
      * 
* - * string resource_name = 1; + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; */ - public java.lang.String getResourceName() { - java.lang.Object ref = resourceName_; - if (ref instanceof java.lang.String) { - return (java.lang.String) ref; - } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; - java.lang.String s = bs.toStringUtf8(); - resourceName_ = s; - return s; - } + public boolean hasResourceIds() { + return resourceIds_ != null; } /** *
-     * Unique name for this task execution used by the backend, may be generated.
+     * Contains various identifiers for resources used during execution.
      * 
* - * string resource_name = 1; + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; */ - public com.google.protobuf.ByteString - getResourceNameBytes() { - java.lang.Object ref = resourceName_; - if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); - resourceName_ = b; - return b; - } else { - return (com.google.protobuf.ByteString) ref; - } + public flyteidl.event.Event.ResourceIdentifiers getResourceIds() { + return resourceIds_ == null ? flyteidl.event.Event.ResourceIdentifiers.getDefaultInstance() : resourceIds_; + } + /** + *
+     * Contains various identifiers for resources used during execution.
+     * 
+ * + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + */ + public flyteidl.event.Event.ResourceIdentifiersOrBuilder getResourceIdsOrBuilder() { + return getResourceIds(); } - public static final int MANAGED_RESOURCE_INFO_FIELD_NUMBER = 2; - private java.util.List managedResourceInfo_; + public static final int RESOURCE_POOL_INFO_FIELD_NUMBER = 2; + private java.util.List resourcePoolInfo_; /** *
      * Includes information about resource token allocation (if applicable).
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public java.util.List getManagedResourceInfoList() { - return managedResourceInfo_; + public java.util.List getResourcePoolInfoList() { + return resourcePoolInfo_; } /** *
@@ -12755,11 +13614,11 @@ public java.util.List getManagedResour
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public java.util.List - getManagedResourceInfoOrBuilderList() { - return managedResourceInfo_; + public java.util.List + getResourcePoolInfoOrBuilderList() { + return resourcePoolInfo_; } /** *
@@ -12767,10 +13626,10 @@ public java.util.List getManagedResour
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public int getManagedResourceInfoCount() { - return managedResourceInfo_.size(); + public int getResourcePoolInfoCount() { + return resourcePoolInfo_.size(); } /** *
@@ -12778,10 +13637,10 @@ public int getManagedResourceInfoCount() {
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo(int index) { - return managedResourceInfo_.get(index); + public flyteidl.event.Event.ResourcePoolInfo getResourcePoolInfo(int index) { + return resourcePoolInfo_.get(index); } /** *
@@ -12789,11 +13648,11 @@ public flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo(int index
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder( + public flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( int index) { - return managedResourceInfo_.get(index); + return resourcePoolInfo_.get(index); } private byte memoizedIsInitialized = -1; @@ -12810,11 +13669,11 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getResourceNameBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, resourceName_); + if (resourceIds_ != null) { + output.writeMessage(1, getResourceIds()); } - for (int i = 0; i < managedResourceInfo_.size(); i++) { - output.writeMessage(2, managedResourceInfo_.get(i)); + for (int i = 0; i < resourcePoolInfo_.size(); i++) { + output.writeMessage(2, resourcePoolInfo_.get(i)); } if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { output.writeEnum(16, instanceClass_); @@ -12828,12 +13687,13 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getResourceNameBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, resourceName_); + if (resourceIds_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getResourceIds()); } - for (int i = 0; i < managedResourceInfo_.size(); i++) { + for (int i = 0; i < resourcePoolInfo_.size(); i++) { size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, managedResourceInfo_.get(i)); + .computeMessageSize(2, resourcePoolInfo_.get(i)); } if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { size += com.google.protobuf.CodedOutputStream @@ -12855,10 +13715,13 @@ public boolean equals(final java.lang.Object obj) { flyteidl.event.Event.TaskExecutionMetadata other = (flyteidl.event.Event.TaskExecutionMetadata) obj; if (instanceClass_ != other.instanceClass_) return false; - if (!getResourceName() - .equals(other.getResourceName())) return false; - if (!getManagedResourceInfoList() - .equals(other.getManagedResourceInfoList())) return false; + if (hasResourceIds() != other.hasResourceIds()) return false; + if (hasResourceIds()) { + if (!getResourceIds() + .equals(other.getResourceIds())) return false; + } + if (!getResourcePoolInfoList() + .equals(other.getResourcePoolInfoList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -12872,11 +13735,13 @@ public int hashCode() { hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + INSTANCE_CLASS_FIELD_NUMBER; hash = (53 * hash) + instanceClass_; - hash = (37 * hash) + RESOURCE_NAME_FIELD_NUMBER; - hash = (53 * hash) + getResourceName().hashCode(); - if (getManagedResourceInfoCount() > 0) { - hash = (37 * hash) + MANAGED_RESOURCE_INFO_FIELD_NUMBER; - hash = (53 * hash) + getManagedResourceInfoList().hashCode(); + if (hasResourceIds()) { + hash = (37 * hash) + RESOURCE_IDS_FIELD_NUMBER; + hash = (53 * hash) + getResourceIds().hashCode(); + } + if (getResourcePoolInfoCount() > 0) { + hash = (37 * hash) + RESOURCE_POOL_INFO_FIELD_NUMBER; + hash = (53 * hash) + getResourcePoolInfoList().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; @@ -13011,7 +13876,7 @@ private Builder( private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { - getManagedResourceInfoFieldBuilder(); + getResourcePoolInfoFieldBuilder(); } } @java.lang.Override @@ -13019,13 +13884,17 @@ public Builder clear() { super.clear(); instanceClass_ = 0; - resourceName_ = ""; - - if (managedResourceInfoBuilder_ == null) { - managedResourceInfo_ = java.util.Collections.emptyList(); + if (resourceIdsBuilder_ == null) { + resourceIds_ = null; + } else { + resourceIds_ = null; + resourceIdsBuilder_ = null; + } + if (resourcePoolInfoBuilder_ == null) { + resourcePoolInfo_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); } else { - managedResourceInfoBuilder_.clear(); + resourcePoolInfoBuilder_.clear(); } return this; } @@ -13056,15 +13925,19 @@ public flyteidl.event.Event.TaskExecutionMetadata buildPartial() { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; result.instanceClass_ = instanceClass_; - result.resourceName_ = resourceName_; - if (managedResourceInfoBuilder_ == null) { + if (resourceIdsBuilder_ == null) { + result.resourceIds_ = resourceIds_; + } else { + result.resourceIds_ = resourceIdsBuilder_.build(); + } + if (resourcePoolInfoBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0)) { - managedResourceInfo_ = java.util.Collections.unmodifiableList(managedResourceInfo_); + resourcePoolInfo_ = java.util.Collections.unmodifiableList(resourcePoolInfo_); bitField0_ = (bitField0_ & ~0x00000004); } - result.managedResourceInfo_ = managedResourceInfo_; + result.resourcePoolInfo_ = resourcePoolInfo_; } else { - result.managedResourceInfo_ = managedResourceInfoBuilder_.build(); + result.resourcePoolInfo_ = resourcePoolInfoBuilder_.build(); } result.bitField0_ = to_bitField0_; onBuilt(); @@ -13118,33 +13991,32 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) { if (other.instanceClass_ != 0) { setInstanceClassValue(other.getInstanceClassValue()); } - if (!other.getResourceName().isEmpty()) { - resourceName_ = other.resourceName_; - onChanged(); + if (other.hasResourceIds()) { + mergeResourceIds(other.getResourceIds()); } - if (managedResourceInfoBuilder_ == null) { - if (!other.managedResourceInfo_.isEmpty()) { - if (managedResourceInfo_.isEmpty()) { - managedResourceInfo_ = other.managedResourceInfo_; + if (resourcePoolInfoBuilder_ == null) { + if (!other.resourcePoolInfo_.isEmpty()) { + if (resourcePoolInfo_.isEmpty()) { + resourcePoolInfo_ = other.resourcePoolInfo_; bitField0_ = (bitField0_ & ~0x00000004); } else { - ensureManagedResourceInfoIsMutable(); - managedResourceInfo_.addAll(other.managedResourceInfo_); + ensureResourcePoolInfoIsMutable(); + resourcePoolInfo_.addAll(other.resourcePoolInfo_); } onChanged(); } } else { - if (!other.managedResourceInfo_.isEmpty()) { - if (managedResourceInfoBuilder_.isEmpty()) { - managedResourceInfoBuilder_.dispose(); - managedResourceInfoBuilder_ = null; - managedResourceInfo_ = other.managedResourceInfo_; + if (!other.resourcePoolInfo_.isEmpty()) { + if (resourcePoolInfoBuilder_.isEmpty()) { + resourcePoolInfoBuilder_.dispose(); + resourcePoolInfoBuilder_ = null; + resourcePoolInfo_ = other.resourcePoolInfo_; bitField0_ = (bitField0_ & ~0x00000004); - managedResourceInfoBuilder_ = + resourcePoolInfoBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? - getManagedResourceInfoFieldBuilder() : null; + getResourcePoolInfoFieldBuilder() : null; } else { - managedResourceInfoBuilder_.addAllMessages(other.managedResourceInfo_); + resourcePoolInfoBuilder_.addAllMessages(other.resourcePoolInfo_); } } } @@ -13223,106 +14095,170 @@ public Builder clearInstanceClass() { return this; } - private java.lang.Object resourceName_ = ""; + private flyteidl.event.Event.ResourceIdentifiers resourceIds_; + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.ResourceIdentifiers, flyteidl.event.Event.ResourceIdentifiers.Builder, flyteidl.event.Event.ResourceIdentifiersOrBuilder> resourceIdsBuilder_; /** *
-       * Unique name for this task execution used by the backend, may be generated.
+       * Contains various identifiers for resources used during execution.
        * 
* - * string resource_name = 1; + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; */ - public java.lang.String getResourceName() { - java.lang.Object ref = resourceName_; - if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; - java.lang.String s = bs.toStringUtf8(); - resourceName_ = s; - return s; + public boolean hasResourceIds() { + return resourceIdsBuilder_ != null || resourceIds_ != null; + } + /** + *
+       * Contains various identifiers for resources used during execution.
+       * 
+ * + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + */ + public flyteidl.event.Event.ResourceIdentifiers getResourceIds() { + if (resourceIdsBuilder_ == null) { + return resourceIds_ == null ? flyteidl.event.Event.ResourceIdentifiers.getDefaultInstance() : resourceIds_; } else { - return (java.lang.String) ref; + return resourceIdsBuilder_.getMessage(); } } /** *
-       * Unique name for this task execution used by the backend, may be generated.
+       * Contains various identifiers for resources used during execution.
        * 
* - * string resource_name = 1; + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; */ - public com.google.protobuf.ByteString - getResourceNameBytes() { - java.lang.Object ref = resourceName_; - if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); - resourceName_ = b; - return b; + public Builder setResourceIds(flyteidl.event.Event.ResourceIdentifiers value) { + if (resourceIdsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + resourceIds_ = value; + onChanged(); } else { - return (com.google.protobuf.ByteString) ref; + resourceIdsBuilder_.setMessage(value); } + + return this; } /** *
-       * Unique name for this task execution used by the backend, may be generated.
+       * Contains various identifiers for resources used during execution.
        * 
* - * string resource_name = 1; + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; */ - public Builder setResourceName( - java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } - - resourceName_ = value; - onChanged(); + public Builder setResourceIds( + flyteidl.event.Event.ResourceIdentifiers.Builder builderForValue) { + if (resourceIdsBuilder_ == null) { + resourceIds_ = builderForValue.build(); + onChanged(); + } else { + resourceIdsBuilder_.setMessage(builderForValue.build()); + } + return this; } /** *
-       * Unique name for this task execution used by the backend, may be generated.
+       * Contains various identifiers for resources used during execution.
        * 
* - * string resource_name = 1; + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; */ - public Builder clearResourceName() { - - resourceName_ = getDefaultInstance().getResourceName(); - onChanged(); + public Builder mergeResourceIds(flyteidl.event.Event.ResourceIdentifiers value) { + if (resourceIdsBuilder_ == null) { + if (resourceIds_ != null) { + resourceIds_ = + flyteidl.event.Event.ResourceIdentifiers.newBuilder(resourceIds_).mergeFrom(value).buildPartial(); + } else { + resourceIds_ = value; + } + onChanged(); + } else { + resourceIdsBuilder_.mergeFrom(value); + } + return this; } /** *
-       * Unique name for this task execution used by the backend, may be generated.
+       * Contains various identifiers for resources used during execution.
        * 
* - * string resource_name = 1; + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; */ - public Builder setResourceNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); + public Builder clearResourceIds() { + if (resourceIdsBuilder_ == null) { + resourceIds_ = null; + onChanged(); + } else { + resourceIds_ = null; + resourceIdsBuilder_ = null; + } + + return this; + } + /** + *
+       * Contains various identifiers for resources used during execution.
+       * 
+ * + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + */ + public flyteidl.event.Event.ResourceIdentifiers.Builder getResourceIdsBuilder() { - resourceName_ = value; onChanged(); - return this; + return getResourceIdsFieldBuilder().getBuilder(); + } + /** + *
+       * Contains various identifiers for resources used during execution.
+       * 
+ * + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + */ + public flyteidl.event.Event.ResourceIdentifiersOrBuilder getResourceIdsOrBuilder() { + if (resourceIdsBuilder_ != null) { + return resourceIdsBuilder_.getMessageOrBuilder(); + } else { + return resourceIds_ == null ? + flyteidl.event.Event.ResourceIdentifiers.getDefaultInstance() : resourceIds_; + } + } + /** + *
+       * Contains various identifiers for resources used during execution.
+       * 
+ * + * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.ResourceIdentifiers, flyteidl.event.Event.ResourceIdentifiers.Builder, flyteidl.event.Event.ResourceIdentifiersOrBuilder> + getResourceIdsFieldBuilder() { + if (resourceIdsBuilder_ == null) { + resourceIdsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.event.Event.ResourceIdentifiers, flyteidl.event.Event.ResourceIdentifiers.Builder, flyteidl.event.Event.ResourceIdentifiersOrBuilder>( + getResourceIds(), + getParentForChildren(), + isClean()); + resourceIds_ = null; + } + return resourceIdsBuilder_; } - private java.util.List managedResourceInfo_ = + private java.util.List resourcePoolInfo_ = java.util.Collections.emptyList(); - private void ensureManagedResourceInfoIsMutable() { + private void ensureResourcePoolInfoIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { - managedResourceInfo_ = new java.util.ArrayList(managedResourceInfo_); + resourcePoolInfo_ = new java.util.ArrayList(resourcePoolInfo_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilderV3< - flyteidl.event.Event.ManagedResourceInfo, flyteidl.event.Event.ManagedResourceInfo.Builder, flyteidl.event.Event.ManagedResourceInfoOrBuilder> managedResourceInfoBuilder_; + flyteidl.event.Event.ResourcePoolInfo, flyteidl.event.Event.ResourcePoolInfo.Builder, flyteidl.event.Event.ResourcePoolInfoOrBuilder> resourcePoolInfoBuilder_; /** *
@@ -13330,13 +14266,13 @@ private void ensureManagedResourceInfoIsMutable() {
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public java.util.List getManagedResourceInfoList() { - if (managedResourceInfoBuilder_ == null) { - return java.util.Collections.unmodifiableList(managedResourceInfo_); + public java.util.List getResourcePoolInfoList() { + if (resourcePoolInfoBuilder_ == null) { + return java.util.Collections.unmodifiableList(resourcePoolInfo_); } else { - return managedResourceInfoBuilder_.getMessageList(); + return resourcePoolInfoBuilder_.getMessageList(); } } /** @@ -13345,13 +14281,13 @@ public java.util.List getManagedResour * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public int getManagedResourceInfoCount() { - if (managedResourceInfoBuilder_ == null) { - return managedResourceInfo_.size(); + public int getResourcePoolInfoCount() { + if (resourcePoolInfoBuilder_ == null) { + return resourcePoolInfo_.size(); } else { - return managedResourceInfoBuilder_.getCount(); + return resourcePoolInfoBuilder_.getCount(); } } /** @@ -13360,13 +14296,13 @@ public int getManagedResourceInfoCount() { * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo(int index) { - if (managedResourceInfoBuilder_ == null) { - return managedResourceInfo_.get(index); + public flyteidl.event.Event.ResourcePoolInfo getResourcePoolInfo(int index) { + if (resourcePoolInfoBuilder_ == null) { + return resourcePoolInfo_.get(index); } else { - return managedResourceInfoBuilder_.getMessage(index); + return resourcePoolInfoBuilder_.getMessage(index); } } /** @@ -13375,19 +14311,19 @@ public flyteidl.event.Event.ManagedResourceInfo getManagedResourceInfo(int index * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public Builder setManagedResourceInfo( - int index, flyteidl.event.Event.ManagedResourceInfo value) { - if (managedResourceInfoBuilder_ == null) { + public Builder setResourcePoolInfo( + int index, flyteidl.event.Event.ResourcePoolInfo value) { + if (resourcePoolInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - ensureManagedResourceInfoIsMutable(); - managedResourceInfo_.set(index, value); + ensureResourcePoolInfoIsMutable(); + resourcePoolInfo_.set(index, value); onChanged(); } else { - managedResourceInfoBuilder_.setMessage(index, value); + resourcePoolInfoBuilder_.setMessage(index, value); } return this; } @@ -13397,16 +14333,16 @@ public Builder setManagedResourceInfo( * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public Builder setManagedResourceInfo( - int index, flyteidl.event.Event.ManagedResourceInfo.Builder builderForValue) { - if (managedResourceInfoBuilder_ == null) { - ensureManagedResourceInfoIsMutable(); - managedResourceInfo_.set(index, builderForValue.build()); + public Builder setResourcePoolInfo( + int index, flyteidl.event.Event.ResourcePoolInfo.Builder builderForValue) { + if (resourcePoolInfoBuilder_ == null) { + ensureResourcePoolInfoIsMutable(); + resourcePoolInfo_.set(index, builderForValue.build()); onChanged(); } else { - managedResourceInfoBuilder_.setMessage(index, builderForValue.build()); + resourcePoolInfoBuilder_.setMessage(index, builderForValue.build()); } return this; } @@ -13416,18 +14352,18 @@ public Builder setManagedResourceInfo( * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public Builder addManagedResourceInfo(flyteidl.event.Event.ManagedResourceInfo value) { - if (managedResourceInfoBuilder_ == null) { + public Builder addResourcePoolInfo(flyteidl.event.Event.ResourcePoolInfo value) { + if (resourcePoolInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - ensureManagedResourceInfoIsMutable(); - managedResourceInfo_.add(value); + ensureResourcePoolInfoIsMutable(); + resourcePoolInfo_.add(value); onChanged(); } else { - managedResourceInfoBuilder_.addMessage(value); + resourcePoolInfoBuilder_.addMessage(value); } return this; } @@ -13437,19 +14373,19 @@ public Builder addManagedResourceInfo(flyteidl.event.Event.ManagedResourceInfo v * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public Builder addManagedResourceInfo( - int index, flyteidl.event.Event.ManagedResourceInfo value) { - if (managedResourceInfoBuilder_ == null) { + public Builder addResourcePoolInfo( + int index, flyteidl.event.Event.ResourcePoolInfo value) { + if (resourcePoolInfoBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - ensureManagedResourceInfoIsMutable(); - managedResourceInfo_.add(index, value); + ensureResourcePoolInfoIsMutable(); + resourcePoolInfo_.add(index, value); onChanged(); } else { - managedResourceInfoBuilder_.addMessage(index, value); + resourcePoolInfoBuilder_.addMessage(index, value); } return this; } @@ -13459,16 +14395,16 @@ public Builder addManagedResourceInfo( * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public Builder addManagedResourceInfo( - flyteidl.event.Event.ManagedResourceInfo.Builder builderForValue) { - if (managedResourceInfoBuilder_ == null) { - ensureManagedResourceInfoIsMutable(); - managedResourceInfo_.add(builderForValue.build()); + public Builder addResourcePoolInfo( + flyteidl.event.Event.ResourcePoolInfo.Builder builderForValue) { + if (resourcePoolInfoBuilder_ == null) { + ensureResourcePoolInfoIsMutable(); + resourcePoolInfo_.add(builderForValue.build()); onChanged(); } else { - managedResourceInfoBuilder_.addMessage(builderForValue.build()); + resourcePoolInfoBuilder_.addMessage(builderForValue.build()); } return this; } @@ -13478,16 +14414,16 @@ public Builder addManagedResourceInfo( * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public Builder addManagedResourceInfo( - int index, flyteidl.event.Event.ManagedResourceInfo.Builder builderForValue) { - if (managedResourceInfoBuilder_ == null) { - ensureManagedResourceInfoIsMutable(); - managedResourceInfo_.add(index, builderForValue.build()); + public Builder addResourcePoolInfo( + int index, flyteidl.event.Event.ResourcePoolInfo.Builder builderForValue) { + if (resourcePoolInfoBuilder_ == null) { + ensureResourcePoolInfoIsMutable(); + resourcePoolInfo_.add(index, builderForValue.build()); onChanged(); } else { - managedResourceInfoBuilder_.addMessage(index, builderForValue.build()); + resourcePoolInfoBuilder_.addMessage(index, builderForValue.build()); } return this; } @@ -13497,17 +14433,17 @@ public Builder addManagedResourceInfo( * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public Builder addAllManagedResourceInfo( - java.lang.Iterable values) { - if (managedResourceInfoBuilder_ == null) { - ensureManagedResourceInfoIsMutable(); + public Builder addAllResourcePoolInfo( + java.lang.Iterable values) { + if (resourcePoolInfoBuilder_ == null) { + ensureResourcePoolInfoIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, managedResourceInfo_); + values, resourcePoolInfo_); onChanged(); } else { - managedResourceInfoBuilder_.addAllMessages(values); + resourcePoolInfoBuilder_.addAllMessages(values); } return this; } @@ -13517,15 +14453,15 @@ public Builder addAllManagedResourceInfo( * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public Builder clearManagedResourceInfo() { - if (managedResourceInfoBuilder_ == null) { - managedResourceInfo_ = java.util.Collections.emptyList(); + public Builder clearResourcePoolInfo() { + if (resourcePoolInfoBuilder_ == null) { + resourcePoolInfo_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { - managedResourceInfoBuilder_.clear(); + resourcePoolInfoBuilder_.clear(); } return this; } @@ -13535,15 +14471,15 @@ public Builder clearManagedResourceInfo() { * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public Builder removeManagedResourceInfo(int index) { - if (managedResourceInfoBuilder_ == null) { - ensureManagedResourceInfoIsMutable(); - managedResourceInfo_.remove(index); + public Builder removeResourcePoolInfo(int index) { + if (resourcePoolInfoBuilder_ == null) { + ensureResourcePoolInfoIsMutable(); + resourcePoolInfo_.remove(index); onChanged(); } else { - managedResourceInfoBuilder_.remove(index); + resourcePoolInfoBuilder_.remove(index); } return this; } @@ -13553,11 +14489,11 @@ public Builder removeManagedResourceInfo(int index) { * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfo.Builder getManagedResourceInfoBuilder( + public flyteidl.event.Event.ResourcePoolInfo.Builder getResourcePoolInfoBuilder( int index) { - return getManagedResourceInfoFieldBuilder().getBuilder(index); + return getResourcePoolInfoFieldBuilder().getBuilder(index); } /** *
@@ -13565,13 +14501,13 @@ public flyteidl.event.Event.ManagedResourceInfo.Builder getManagedResourceInfoBu
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoOrBuilder( + public flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( int index) { - if (managedResourceInfoBuilder_ == null) { - return managedResourceInfo_.get(index); } else { - return managedResourceInfoBuilder_.getMessageOrBuilder(index); + if (resourcePoolInfoBuilder_ == null) { + return resourcePoolInfo_.get(index); } else { + return resourcePoolInfoBuilder_.getMessageOrBuilder(index); } } /** @@ -13580,14 +14516,14 @@ public flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoO * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public java.util.List - getManagedResourceInfoOrBuilderList() { - if (managedResourceInfoBuilder_ != null) { - return managedResourceInfoBuilder_.getMessageOrBuilderList(); + public java.util.List + getResourcePoolInfoOrBuilderList() { + if (resourcePoolInfoBuilder_ != null) { + return resourcePoolInfoBuilder_.getMessageOrBuilderList(); } else { - return java.util.Collections.unmodifiableList(managedResourceInfo_); + return java.util.Collections.unmodifiableList(resourcePoolInfo_); } } /** @@ -13596,11 +14532,11 @@ public flyteidl.event.Event.ManagedResourceInfoOrBuilder getManagedResourceInfoO * This is a repeated field because a plugin can request multiple resource allocations during execution. * * - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfo.Builder addManagedResourceInfoBuilder() { - return getManagedResourceInfoFieldBuilder().addBuilder( - flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance()); + public flyteidl.event.Event.ResourcePoolInfo.Builder addResourcePoolInfoBuilder() { + return getResourcePoolInfoFieldBuilder().addBuilder( + flyteidl.event.Event.ResourcePoolInfo.getDefaultInstance()); } /** *
@@ -13608,12 +14544,12 @@ public flyteidl.event.Event.ManagedResourceInfo.Builder addManagedResourceInfoBu
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public flyteidl.event.Event.ManagedResourceInfo.Builder addManagedResourceInfoBuilder( + public flyteidl.event.Event.ResourcePoolInfo.Builder addResourcePoolInfoBuilder( int index) { - return getManagedResourceInfoFieldBuilder().addBuilder( - index, flyteidl.event.Event.ManagedResourceInfo.getDefaultInstance()); + return getResourcePoolInfoFieldBuilder().addBuilder( + index, flyteidl.event.Event.ResourcePoolInfo.getDefaultInstance()); } /** *
@@ -13621,25 +14557,25 @@ public flyteidl.event.Event.ManagedResourceInfo.Builder addManagedResourceInfoBu
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ManagedResourceInfo managed_resource_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; */ - public java.util.List - getManagedResourceInfoBuilderList() { - return getManagedResourceInfoFieldBuilder().getBuilderList(); + public java.util.List + getResourcePoolInfoBuilderList() { + return getResourcePoolInfoFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< - flyteidl.event.Event.ManagedResourceInfo, flyteidl.event.Event.ManagedResourceInfo.Builder, flyteidl.event.Event.ManagedResourceInfoOrBuilder> - getManagedResourceInfoFieldBuilder() { - if (managedResourceInfoBuilder_ == null) { - managedResourceInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< - flyteidl.event.Event.ManagedResourceInfo, flyteidl.event.Event.ManagedResourceInfo.Builder, flyteidl.event.Event.ManagedResourceInfoOrBuilder>( - managedResourceInfo_, + flyteidl.event.Event.ResourcePoolInfo, flyteidl.event.Event.ResourcePoolInfo.Builder, flyteidl.event.Event.ResourcePoolInfoOrBuilder> + getResourcePoolInfoFieldBuilder() { + if (resourcePoolInfoBuilder_ == null) { + resourcePoolInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.event.Event.ResourcePoolInfo, flyteidl.event.Event.ResourcePoolInfo.Builder, flyteidl.event.Event.ResourcePoolInfoOrBuilder>( + resourcePoolInfo_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean()); - managedResourceInfo_ = null; + resourcePoolInfo_ = null; } - return managedResourceInfoBuilder_; + return resourcePoolInfoBuilder_; } @java.lang.Override public final Builder setUnknownFields( @@ -13730,10 +14666,15 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_event_TaskExecutionEvent_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_event_ManagedResourceInfo_descriptor; + internal_static_flyteidl_event_ResourceIdentifiers_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_event_ResourceIdentifiers_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_event_ResourcePoolInfo_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_event_ManagedResourceInfo_fieldAccessorTable; + internal_static_flyteidl_event_ResourcePoolInfo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_event_TaskExecutionMetadata_descriptor; private static final @@ -13800,17 +14741,19 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { ".google.protobuf.Struct\022\025\n\rphase_version" + "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(" + "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" + - "kExecutionMetadataB\017\n\routput_result\"B\n\023M" + - "anagedResourceInfo\022\030\n\020allocation_token\030\001" + - " \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\360\001\n\025TaskExecutio" + - "nMetadata\022K\n\016instance_class\030\020 \001(\01623.flyt" + - "eidl.event.TaskExecutionMetadata.Instanc" + - "eClass\022\025\n\rresource_name\030\001 \001(\t\022B\n\025managed" + - "_resource_info\030\002 \003(\0132#.flyteidl.event.Ma" + - "nagedResourceInfo\"/\n\rInstanceClass\022\013\n\007DE" + - "FAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github.com" + - "/flyteorg/flyteidl/gen/pb-go/flyteidl/ev" + - "entb\006proto3" + "kExecutionMetadataB\017\n\routput_result\"C\n\023R" + + "esourceIdentifiers\022\026\n\016generated_name\030\001 \001" + + "(\t\022\024\n\014external_ids\030\002 \003(\t\"?\n\020ResourcePool" + + "Info\022\030\n\020allocation_token\030\001 \001(\t\022\021\n\tnamesp" + + "ace\030\002 \001(\t\"\216\002\n\025TaskExecutionMetadata\022K\n\016i" + + "nstance_class\030\020 \001(\01623.flyteidl.event.Tas" + + "kExecutionMetadata.InstanceClass\0229\n\014reso" + + "urce_ids\030\001 \001(\0132#.flyteidl.event.Resource" + + "Identifiers\022<\n\022resource_pool_info\030\002 \003(\0132" + + " .flyteidl.event.ResourcePoolInfo\"/\n\rIns" + + "tanceClass\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE" + + "\020\001B7Z5github.com/flyteorg/flyteidl/gen/p" + + "b-go/flyteidl/eventb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -13871,18 +14814,24 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_TaskExecutionEvent_descriptor, new java.lang.String[] { "TaskId", "ParentNodeExecutionId", "RetryAttempt", "Phase", "ProducerId", "Logs", "OccurredAt", "InputUri", "OutputUri", "Error", "CustomInfo", "PhaseVersion", "Reason", "TaskType", "Metadata", "OutputResult", }); - internal_static_flyteidl_event_ManagedResourceInfo_descriptor = + internal_static_flyteidl_event_ResourceIdentifiers_descriptor = getDescriptor().getMessageTypes().get(7); - internal_static_flyteidl_event_ManagedResourceInfo_fieldAccessorTable = new + internal_static_flyteidl_event_ResourceIdentifiers_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_event_ResourceIdentifiers_descriptor, + new java.lang.String[] { "GeneratedName", "ExternalIds", }); + internal_static_flyteidl_event_ResourcePoolInfo_descriptor = + getDescriptor().getMessageTypes().get(8); + internal_static_flyteidl_event_ResourcePoolInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_flyteidl_event_ManagedResourceInfo_descriptor, + internal_static_flyteidl_event_ResourcePoolInfo_descriptor, new java.lang.String[] { "AllocationToken", "Namespace", }); internal_static_flyteidl_event_TaskExecutionMetadata_descriptor = - getDescriptor().getMessageTypes().get(8); + getDescriptor().getMessageTypes().get(9); internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_TaskExecutionMetadata_descriptor, - new java.lang.String[] { "InstanceClass", "ResourceName", "ManagedResourceInfo", }); + new java.lang.String[] { "InstanceClass", "ResourceIds", "ResourcePoolInfo", }); flyteidl.core.Execution.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); flyteidl.core.Catalog.getDescriptor(); diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index fe9f1efb1..4eb38bed6 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5721,58 +5721,116 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } - /** Properties of a ManagedResourceInfo. */ - interface IManagedResourceInfo { + /** Properties of a ResourceIdentifiers. */ + interface IResourceIdentifiers { - /** ManagedResourceInfo allocationToken */ + /** ResourceIdentifiers generatedName */ + generatedName?: (string|null); + + /** ResourceIdentifiers externalIds */ + externalIds?: (string[]|null); + } + + /** Represents a ResourceIdentifiers. */ + class ResourceIdentifiers implements IResourceIdentifiers { + + /** + * Constructs a new ResourceIdentifiers. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.event.IResourceIdentifiers); + + /** ResourceIdentifiers generatedName. */ + public generatedName: string; + + /** ResourceIdentifiers externalIds. */ + public externalIds: string[]; + + /** + * Creates a new ResourceIdentifiers instance using the specified properties. + * @param [properties] Properties to set + * @returns ResourceIdentifiers instance + */ + public static create(properties?: flyteidl.event.IResourceIdentifiers): flyteidl.event.ResourceIdentifiers; + + /** + * Encodes the specified ResourceIdentifiers message. Does not implicitly {@link flyteidl.event.ResourceIdentifiers.verify|verify} messages. + * @param message ResourceIdentifiers message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.event.IResourceIdentifiers, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a ResourceIdentifiers message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns ResourceIdentifiers + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.event.ResourceIdentifiers; + + /** + * Verifies a ResourceIdentifiers message. + * @param message Plain object to verify + * @returns `null` if valid, otherwise the reason why it is not + */ + public static verify(message: { [k: string]: any }): (string|null); + } + + /** Properties of a ResourcePoolInfo. */ + interface IResourcePoolInfo { + + /** ResourcePoolInfo allocationToken */ allocationToken?: (string|null); - /** ManagedResourceInfo namespace */ + /** ResourcePoolInfo namespace */ namespace?: (string|null); } - /** Represents a ManagedResourceInfo. */ - class ManagedResourceInfo implements IManagedResourceInfo { + /** Represents a ResourcePoolInfo. */ + class ResourcePoolInfo implements IResourcePoolInfo { /** - * Constructs a new ManagedResourceInfo. + * Constructs a new ResourcePoolInfo. * @param [properties] Properties to set */ - constructor(properties?: flyteidl.event.IManagedResourceInfo); + constructor(properties?: flyteidl.event.IResourcePoolInfo); - /** ManagedResourceInfo allocationToken. */ + /** ResourcePoolInfo allocationToken. */ public allocationToken: string; - /** ManagedResourceInfo namespace. */ + /** ResourcePoolInfo namespace. */ public namespace: string; /** - * Creates a new ManagedResourceInfo instance using the specified properties. + * Creates a new ResourcePoolInfo instance using the specified properties. * @param [properties] Properties to set - * @returns ManagedResourceInfo instance + * @returns ResourcePoolInfo instance */ - public static create(properties?: flyteidl.event.IManagedResourceInfo): flyteidl.event.ManagedResourceInfo; + public static create(properties?: flyteidl.event.IResourcePoolInfo): flyteidl.event.ResourcePoolInfo; /** - * Encodes the specified ManagedResourceInfo message. Does not implicitly {@link flyteidl.event.ManagedResourceInfo.verify|verify} messages. - * @param message ManagedResourceInfo message or plain object to encode + * Encodes the specified ResourcePoolInfo message. Does not implicitly {@link flyteidl.event.ResourcePoolInfo.verify|verify} messages. + * @param message ResourcePoolInfo message or plain object to encode * @param [writer] Writer to encode to * @returns Writer */ - public static encode(message: flyteidl.event.IManagedResourceInfo, writer?: $protobuf.Writer): $protobuf.Writer; + public static encode(message: flyteidl.event.IResourcePoolInfo, writer?: $protobuf.Writer): $protobuf.Writer; /** - * Decodes a ManagedResourceInfo message from the specified reader or buffer. + * Decodes a ResourcePoolInfo message from the specified reader or buffer. * @param reader Reader or buffer to decode from * @param [length] Message length if known beforehand - * @returns ManagedResourceInfo + * @returns ResourcePoolInfo * @throws {Error} If the payload is not a reader or valid buffer * @throws {$protobuf.util.ProtocolError} If required fields are missing */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.event.ManagedResourceInfo; + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.event.ResourcePoolInfo; /** - * Verifies a ManagedResourceInfo message. + * Verifies a ResourcePoolInfo message. * @param message Plain object to verify * @returns `null` if valid, otherwise the reason why it is not */ @@ -5785,11 +5843,11 @@ export namespace flyteidl { /** TaskExecutionMetadata instanceClass */ instanceClass?: (flyteidl.event.TaskExecutionMetadata.InstanceClass|null); - /** TaskExecutionMetadata resourceName */ - resourceName?: (string|null); + /** TaskExecutionMetadata resourceIds */ + resourceIds?: (flyteidl.event.IResourceIdentifiers|null); - /** TaskExecutionMetadata managedResourceInfo */ - managedResourceInfo?: (flyteidl.event.IManagedResourceInfo[]|null); + /** TaskExecutionMetadata resourcePoolInfo */ + resourcePoolInfo?: (flyteidl.event.IResourcePoolInfo[]|null); } /** Represents a TaskExecutionMetadata. */ @@ -5804,11 +5862,11 @@ export namespace flyteidl { /** TaskExecutionMetadata instanceClass. */ public instanceClass: flyteidl.event.TaskExecutionMetadata.InstanceClass; - /** TaskExecutionMetadata resourceName. */ - public resourceName: string; + /** TaskExecutionMetadata resourceIds. */ + public resourceIds?: (flyteidl.event.IResourceIdentifiers|null); - /** TaskExecutionMetadata managedResourceInfo. */ - public managedResourceInfo: flyteidl.event.IManagedResourceInfo[]; + /** TaskExecutionMetadata resourcePoolInfo. */ + public resourcePoolInfo: flyteidl.event.IResourcePoolInfo[]; /** * Creates a new TaskExecutionMetadata instance using the specified properties. diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index d4c11b4fe..36c5836b6 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -13865,25 +13865,26 @@ export const flyteidl = $root.flyteidl = (() => { return TaskExecutionEvent; })(); - event.ManagedResourceInfo = (function() { + event.ResourceIdentifiers = (function() { /** - * Properties of a ManagedResourceInfo. + * Properties of a ResourceIdentifiers. * @memberof flyteidl.event - * @interface IManagedResourceInfo - * @property {string|null} [allocationToken] ManagedResourceInfo allocationToken - * @property {string|null} [namespace] ManagedResourceInfo namespace + * @interface IResourceIdentifiers + * @property {string|null} [generatedName] ResourceIdentifiers generatedName + * @property {Array.|null} [externalIds] ResourceIdentifiers externalIds */ /** - * Constructs a new ManagedResourceInfo. + * Constructs a new ResourceIdentifiers. * @memberof flyteidl.event - * @classdesc Represents a ManagedResourceInfo. - * @implements IManagedResourceInfo + * @classdesc Represents a ResourceIdentifiers. + * @implements IResourceIdentifiers * @constructor - * @param {flyteidl.event.IManagedResourceInfo=} [properties] Properties to set + * @param {flyteidl.event.IResourceIdentifiers=} [properties] Properties to set */ - function ManagedResourceInfo(properties) { + function ResourceIdentifiers(properties) { + this.externalIds = []; if (properties) for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) if (properties[keys[i]] != null) @@ -13891,43 +13892,177 @@ export const flyteidl = $root.flyteidl = (() => { } /** - * ManagedResourceInfo allocationToken. + * ResourceIdentifiers generatedName. + * @member {string} generatedName + * @memberof flyteidl.event.ResourceIdentifiers + * @instance + */ + ResourceIdentifiers.prototype.generatedName = ""; + + /** + * ResourceIdentifiers externalIds. + * @member {Array.} externalIds + * @memberof flyteidl.event.ResourceIdentifiers + * @instance + */ + ResourceIdentifiers.prototype.externalIds = $util.emptyArray; + + /** + * Creates a new ResourceIdentifiers instance using the specified properties. + * @function create + * @memberof flyteidl.event.ResourceIdentifiers + * @static + * @param {flyteidl.event.IResourceIdentifiers=} [properties] Properties to set + * @returns {flyteidl.event.ResourceIdentifiers} ResourceIdentifiers instance + */ + ResourceIdentifiers.create = function create(properties) { + return new ResourceIdentifiers(properties); + }; + + /** + * Encodes the specified ResourceIdentifiers message. Does not implicitly {@link flyteidl.event.ResourceIdentifiers.verify|verify} messages. + * @function encode + * @memberof flyteidl.event.ResourceIdentifiers + * @static + * @param {flyteidl.event.IResourceIdentifiers} message ResourceIdentifiers message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + ResourceIdentifiers.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.generatedName != null && message.hasOwnProperty("generatedName")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.generatedName); + if (message.externalIds != null && message.externalIds.length) + for (let i = 0; i < message.externalIds.length; ++i) + writer.uint32(/* id 2, wireType 2 =*/18).string(message.externalIds[i]); + return writer; + }; + + /** + * Decodes a ResourceIdentifiers message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.event.ResourceIdentifiers + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.event.ResourceIdentifiers} ResourceIdentifiers + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + ResourceIdentifiers.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.event.ResourceIdentifiers(); + while (reader.pos < end) { + let tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.generatedName = reader.string(); + break; + case 2: + if (!(message.externalIds && message.externalIds.length)) + message.externalIds = []; + message.externalIds.push(reader.string()); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a ResourceIdentifiers message. + * @function verify + * @memberof flyteidl.event.ResourceIdentifiers + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + ResourceIdentifiers.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.generatedName != null && message.hasOwnProperty("generatedName")) + if (!$util.isString(message.generatedName)) + return "generatedName: string expected"; + if (message.externalIds != null && message.hasOwnProperty("externalIds")) { + if (!Array.isArray(message.externalIds)) + return "externalIds: array expected"; + for (let i = 0; i < message.externalIds.length; ++i) + if (!$util.isString(message.externalIds[i])) + return "externalIds: string[] expected"; + } + return null; + }; + + return ResourceIdentifiers; + })(); + + event.ResourcePoolInfo = (function() { + + /** + * Properties of a ResourcePoolInfo. + * @memberof flyteidl.event + * @interface IResourcePoolInfo + * @property {string|null} [allocationToken] ResourcePoolInfo allocationToken + * @property {string|null} [namespace] ResourcePoolInfo namespace + */ + + /** + * Constructs a new ResourcePoolInfo. + * @memberof flyteidl.event + * @classdesc Represents a ResourcePoolInfo. + * @implements IResourcePoolInfo + * @constructor + * @param {flyteidl.event.IResourcePoolInfo=} [properties] Properties to set + */ + function ResourcePoolInfo(properties) { + if (properties) + for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * ResourcePoolInfo allocationToken. * @member {string} allocationToken - * @memberof flyteidl.event.ManagedResourceInfo + * @memberof flyteidl.event.ResourcePoolInfo * @instance */ - ManagedResourceInfo.prototype.allocationToken = ""; + ResourcePoolInfo.prototype.allocationToken = ""; /** - * ManagedResourceInfo namespace. + * ResourcePoolInfo namespace. * @member {string} namespace - * @memberof flyteidl.event.ManagedResourceInfo + * @memberof flyteidl.event.ResourcePoolInfo * @instance */ - ManagedResourceInfo.prototype.namespace = ""; + ResourcePoolInfo.prototype.namespace = ""; /** - * Creates a new ManagedResourceInfo instance using the specified properties. + * Creates a new ResourcePoolInfo instance using the specified properties. * @function create - * @memberof flyteidl.event.ManagedResourceInfo + * @memberof flyteidl.event.ResourcePoolInfo * @static - * @param {flyteidl.event.IManagedResourceInfo=} [properties] Properties to set - * @returns {flyteidl.event.ManagedResourceInfo} ManagedResourceInfo instance + * @param {flyteidl.event.IResourcePoolInfo=} [properties] Properties to set + * @returns {flyteidl.event.ResourcePoolInfo} ResourcePoolInfo instance */ - ManagedResourceInfo.create = function create(properties) { - return new ManagedResourceInfo(properties); + ResourcePoolInfo.create = function create(properties) { + return new ResourcePoolInfo(properties); }; /** - * Encodes the specified ManagedResourceInfo message. Does not implicitly {@link flyteidl.event.ManagedResourceInfo.verify|verify} messages. + * Encodes the specified ResourcePoolInfo message. Does not implicitly {@link flyteidl.event.ResourcePoolInfo.verify|verify} messages. * @function encode - * @memberof flyteidl.event.ManagedResourceInfo + * @memberof flyteidl.event.ResourcePoolInfo * @static - * @param {flyteidl.event.IManagedResourceInfo} message ManagedResourceInfo message or plain object to encode + * @param {flyteidl.event.IResourcePoolInfo} message ResourcePoolInfo message or plain object to encode * @param {$protobuf.Writer} [writer] Writer to encode to * @returns {$protobuf.Writer} Writer */ - ManagedResourceInfo.encode = function encode(message, writer) { + ResourcePoolInfo.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); if (message.allocationToken != null && message.hasOwnProperty("allocationToken")) @@ -13938,20 +14073,20 @@ export const flyteidl = $root.flyteidl = (() => { }; /** - * Decodes a ManagedResourceInfo message from the specified reader or buffer. + * Decodes a ResourcePoolInfo message from the specified reader or buffer. * @function decode - * @memberof flyteidl.event.ManagedResourceInfo + * @memberof flyteidl.event.ResourcePoolInfo * @static * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from * @param {number} [length] Message length if known beforehand - * @returns {flyteidl.event.ManagedResourceInfo} ManagedResourceInfo + * @returns {flyteidl.event.ResourcePoolInfo} ResourcePoolInfo * @throws {Error} If the payload is not a reader or valid buffer * @throws {$protobuf.util.ProtocolError} If required fields are missing */ - ManagedResourceInfo.decode = function decode(reader, length) { + ResourcePoolInfo.decode = function decode(reader, length) { if (!(reader instanceof $Reader)) reader = $Reader.create(reader); - let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.event.ManagedResourceInfo(); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.event.ResourcePoolInfo(); while (reader.pos < end) { let tag = reader.uint32(); switch (tag >>> 3) { @@ -13970,14 +14105,14 @@ export const flyteidl = $root.flyteidl = (() => { }; /** - * Verifies a ManagedResourceInfo message. + * Verifies a ResourcePoolInfo message. * @function verify - * @memberof flyteidl.event.ManagedResourceInfo + * @memberof flyteidl.event.ResourcePoolInfo * @static * @param {Object.} message Plain object to verify * @returns {string|null} `null` if valid, otherwise the reason why it is not */ - ManagedResourceInfo.verify = function verify(message) { + ResourcePoolInfo.verify = function verify(message) { if (typeof message !== "object" || message === null) return "object expected"; if (message.allocationToken != null && message.hasOwnProperty("allocationToken")) @@ -13989,7 +14124,7 @@ export const flyteidl = $root.flyteidl = (() => { return null; }; - return ManagedResourceInfo; + return ResourcePoolInfo; })(); event.TaskExecutionMetadata = (function() { @@ -13999,8 +14134,8 @@ export const flyteidl = $root.flyteidl = (() => { * @memberof flyteidl.event * @interface ITaskExecutionMetadata * @property {flyteidl.event.TaskExecutionMetadata.InstanceClass|null} [instanceClass] TaskExecutionMetadata instanceClass - * @property {string|null} [resourceName] TaskExecutionMetadata resourceName - * @property {Array.|null} [managedResourceInfo] TaskExecutionMetadata managedResourceInfo + * @property {flyteidl.event.IResourceIdentifiers|null} [resourceIds] TaskExecutionMetadata resourceIds + * @property {Array.|null} [resourcePoolInfo] TaskExecutionMetadata resourcePoolInfo */ /** @@ -14012,7 +14147,7 @@ export const flyteidl = $root.flyteidl = (() => { * @param {flyteidl.event.ITaskExecutionMetadata=} [properties] Properties to set */ function TaskExecutionMetadata(properties) { - this.managedResourceInfo = []; + this.resourcePoolInfo = []; if (properties) for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) if (properties[keys[i]] != null) @@ -14028,20 +14163,20 @@ export const flyteidl = $root.flyteidl = (() => { TaskExecutionMetadata.prototype.instanceClass = 0; /** - * TaskExecutionMetadata resourceName. - * @member {string} resourceName + * TaskExecutionMetadata resourceIds. + * @member {flyteidl.event.IResourceIdentifiers|null|undefined} resourceIds * @memberof flyteidl.event.TaskExecutionMetadata * @instance */ - TaskExecutionMetadata.prototype.resourceName = ""; + TaskExecutionMetadata.prototype.resourceIds = null; /** - * TaskExecutionMetadata managedResourceInfo. - * @member {Array.} managedResourceInfo + * TaskExecutionMetadata resourcePoolInfo. + * @member {Array.} resourcePoolInfo * @memberof flyteidl.event.TaskExecutionMetadata * @instance */ - TaskExecutionMetadata.prototype.managedResourceInfo = $util.emptyArray; + TaskExecutionMetadata.prototype.resourcePoolInfo = $util.emptyArray; /** * Creates a new TaskExecutionMetadata instance using the specified properties. @@ -14067,11 +14202,11 @@ export const flyteidl = $root.flyteidl = (() => { TaskExecutionMetadata.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - if (message.resourceName != null && message.hasOwnProperty("resourceName")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.resourceName); - if (message.managedResourceInfo != null && message.managedResourceInfo.length) - for (let i = 0; i < message.managedResourceInfo.length; ++i) - $root.flyteidl.event.ManagedResourceInfo.encode(message.managedResourceInfo[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + if (message.resourceIds != null && message.hasOwnProperty("resourceIds")) + $root.flyteidl.event.ResourceIdentifiers.encode(message.resourceIds, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); + if (message.resourcePoolInfo != null && message.resourcePoolInfo.length) + for (let i = 0; i < message.resourcePoolInfo.length; ++i) + $root.flyteidl.event.ResourcePoolInfo.encode(message.resourcePoolInfo[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); if (message.instanceClass != null && message.hasOwnProperty("instanceClass")) writer.uint32(/* id 16, wireType 0 =*/128).int32(message.instanceClass); return writer; @@ -14099,12 +14234,12 @@ export const flyteidl = $root.flyteidl = (() => { message.instanceClass = reader.int32(); break; case 1: - message.resourceName = reader.string(); + message.resourceIds = $root.flyteidl.event.ResourceIdentifiers.decode(reader, reader.uint32()); break; case 2: - if (!(message.managedResourceInfo && message.managedResourceInfo.length)) - message.managedResourceInfo = []; - message.managedResourceInfo.push($root.flyteidl.event.ManagedResourceInfo.decode(reader, reader.uint32())); + if (!(message.resourcePoolInfo && message.resourcePoolInfo.length)) + message.resourcePoolInfo = []; + message.resourcePoolInfo.push($root.flyteidl.event.ResourcePoolInfo.decode(reader, reader.uint32())); break; default: reader.skipType(tag & 7); @@ -14133,16 +14268,18 @@ export const flyteidl = $root.flyteidl = (() => { case 1: break; } - if (message.resourceName != null && message.hasOwnProperty("resourceName")) - if (!$util.isString(message.resourceName)) - return "resourceName: string expected"; - if (message.managedResourceInfo != null && message.hasOwnProperty("managedResourceInfo")) { - if (!Array.isArray(message.managedResourceInfo)) - return "managedResourceInfo: array expected"; - for (let i = 0; i < message.managedResourceInfo.length; ++i) { - let error = $root.flyteidl.event.ManagedResourceInfo.verify(message.managedResourceInfo[i]); + if (message.resourceIds != null && message.hasOwnProperty("resourceIds")) { + let error = $root.flyteidl.event.ResourceIdentifiers.verify(message.resourceIds); + if (error) + return "resourceIds." + error; + } + if (message.resourcePoolInfo != null && message.hasOwnProperty("resourcePoolInfo")) { + if (!Array.isArray(message.resourcePoolInfo)) + return "resourcePoolInfo: array expected"; + for (let i = 0; i < message.resourcePoolInfo.length; ++i) { + let error = $root.flyteidl.event.ResourcePoolInfo.verify(message.resourcePoolInfo[i]); if (error) - return "managedResourceInfo." + error; + return "resourcePoolInfo." + error; } } return null; diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index 94ccc44cf..b3f81f584 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -426,12 +426,42 @@ metadata -.. _api_msg_flyteidl.event.ManagedResourceInfo: +.. _api_msg_flyteidl.event.ResourceIdentifiers: -flyteidl.event.ManagedResourceInfo +flyteidl.event.ResourceIdentifiers ---------------------------------- -`[flyteidl.event.ManagedResourceInfo proto] `_ +`[flyteidl.event.ResourceIdentifiers proto] `_ + +This message contains various identifiers for resources used for a specific task execution. + +.. code-block:: json + + { + "generated_name": "...", + "external_ids": [] + } + +.. _api_field_flyteidl.event.ResourceIdentifiers.generated_name: + +generated_name + (`string `_) Unique, generated name for this task execution used by the backend. + + +.. _api_field_flyteidl.event.ResourceIdentifiers.external_ids: + +external_ids + (`string `_) Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids. + + + + +.. _api_msg_flyteidl.event.ResourcePoolInfo: + +flyteidl.event.ResourcePoolInfo +------------------------------- + +`[flyteidl.event.ResourcePoolInfo proto] `_ This message holds task execution metadata specific to resource allocation used to manage concurrent executions for a project namespace. @@ -443,13 +473,13 @@ executions for a project namespace. "namespace": "..." } -.. _api_field_flyteidl.event.ManagedResourceInfo.allocation_token: +.. _api_field_flyteidl.event.ResourcePoolInfo.allocation_token: allocation_token (`string `_) Unique resource ID used to identify this execution when allocating a token. -.. _api_field_flyteidl.event.ManagedResourceInfo.namespace: +.. _api_field_flyteidl.event.ResourcePoolInfo.namespace: namespace (`string `_) Namespace under which this task execution requested an allocation token. @@ -462,7 +492,7 @@ namespace flyteidl.event.TaskExecutionMetadata ------------------------------------ -`[flyteidl.event.TaskExecutionMetadata proto] `_ +`[flyteidl.event.TaskExecutionMetadata proto] `_ Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). @@ -471,8 +501,8 @@ TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/f { "instance_class": "...", - "resource_name": "...", - "managed_resource_info": [] + "resource_ids": "{...}", + "resource_pool_info": [] } .. _api_field_flyteidl.event.TaskExecutionMetadata.instance_class: @@ -480,16 +510,16 @@ TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/f instance_class (:ref:`flyteidl.event.TaskExecutionMetadata.InstanceClass `) -.. _api_field_flyteidl.event.TaskExecutionMetadata.resource_name: +.. _api_field_flyteidl.event.TaskExecutionMetadata.resource_ids: -resource_name - (`string `_) Unique name for this task execution used by the backend, may be generated. +resource_ids + (:ref:`flyteidl.event.ResourceIdentifiers `) Contains various identifiers for resources used during execution. -.. _api_field_flyteidl.event.TaskExecutionMetadata.managed_resource_info: +.. _api_field_flyteidl.event.TaskExecutionMetadata.resource_pool_info: -managed_resource_info - (:ref:`flyteidl.event.ManagedResourceInfo `) Includes information about resource token allocation (if applicable). +resource_pool_info + (:ref:`flyteidl.event.ResourcePoolInfo `) Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. @@ -499,7 +529,7 @@ managed_resource_info Enum flyteidl.event.TaskExecutionMetadata.InstanceClass ------------------------------------------------------- -`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ +`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ Includes the broad cateogry of machine used for this specific task execution. diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py index fdf6c02c3..9e5fcb16d 100644 --- a/gen/pb_python/flyteidl/event/event_pb2.py +++ b/gen/pb_python/flyteidl/event/event_pb2.py @@ -25,7 +25,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"B\n\x13ManagedResourceInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xf0\x01\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x15\n\rresource_name\x18\x01 \x01(\t\x12\x42\n\x15managed_resource_info\x18\x02 \x03(\x0b\x32#.flyteidl.event.ManagedResourceInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"C\n\x13ResourceIdentifiers\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x14\n\x0c\x65xternal_ids\x18\x02 \x03(\t\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\x8e\x02\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x39\n\x0cresource_ids\x18\x01 \x01(\x0b\x32#.flyteidl.event.ResourceIdentifiers\x12<\n\x12resource_pool_info\x18\x02 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -48,8 +48,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=2379, - serialized_end=2426, + serialized_start=2475, + serialized_end=2522, ) _sym_db.RegisterEnumDescriptor(_TASKEXECUTIONMETADATA_INSTANCECLASS) @@ -514,22 +514,60 @@ ) -_MANAGEDRESOURCEINFO = _descriptor.Descriptor( - name='ManagedResourceInfo', - full_name='flyteidl.event.ManagedResourceInfo', +_RESOURCEIDENTIFIERS = _descriptor.Descriptor( + name='ResourceIdentifiers', + full_name='flyteidl.event.ResourceIdentifiers', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( - name='allocation_token', full_name='flyteidl.event.ManagedResourceInfo.allocation_token', index=0, + name='generated_name', full_name='flyteidl.event.ResourceIdentifiers.generated_name', index=0, number=1, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='namespace', full_name='flyteidl.event.ManagedResourceInfo.namespace', index=1, + name='external_ids', full_name='flyteidl.event.ResourceIdentifiers.external_ids', index=1, + number=2, type=9, cpp_type=9, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + ], + extensions=[ + ], + nested_types=[], + enum_types=[ + ], + serialized_options=None, + is_extendable=False, + syntax='proto3', + extension_ranges=[], + oneofs=[ + ], + serialized_start=2117, + serialized_end=2184, +) + + +_RESOURCEPOOLINFO = _descriptor.Descriptor( + name='ResourcePoolInfo', + full_name='flyteidl.event.ResourcePoolInfo', + filename=None, + file=DESCRIPTOR, + containing_type=None, + fields=[ + _descriptor.FieldDescriptor( + name='allocation_token', full_name='flyteidl.event.ResourcePoolInfo.allocation_token', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='namespace', full_name='flyteidl.event.ResourcePoolInfo.namespace', index=1, number=2, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, @@ -547,8 +585,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2117, - serialized_end=2183, + serialized_start=2186, + serialized_end=2249, ) @@ -567,14 +605,14 @@ is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='resource_name', full_name='flyteidl.event.TaskExecutionMetadata.resource_name', index=1, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), + name='resource_ids', full_name='flyteidl.event.TaskExecutionMetadata.resource_ids', index=1, + number=1, type=11, cpp_type=10, label=1, + has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='managed_resource_info', full_name='flyteidl.event.TaskExecutionMetadata.managed_resource_info', index=2, + name='resource_pool_info', full_name='flyteidl.event.TaskExecutionMetadata.resource_pool_info', index=2, number=2, type=11, cpp_type=10, label=3, has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, @@ -593,8 +631,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2186, - serialized_end=2426, + serialized_start=2252, + serialized_end=2522, ) _WORKFLOWEXECUTIONEVENT.fields_by_name['execution_id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER @@ -646,7 +684,8 @@ _TASKEXECUTIONEVENT.fields_by_name['error']) _TASKEXECUTIONEVENT.fields_by_name['error'].containing_oneof = _TASKEXECUTIONEVENT.oneofs_by_name['output_result'] _TASKEXECUTIONMETADATA.fields_by_name['instance_class'].enum_type = _TASKEXECUTIONMETADATA_INSTANCECLASS -_TASKEXECUTIONMETADATA.fields_by_name['managed_resource_info'].message_type = _MANAGEDRESOURCEINFO +_TASKEXECUTIONMETADATA.fields_by_name['resource_ids'].message_type = _RESOURCEIDENTIFIERS +_TASKEXECUTIONMETADATA.fields_by_name['resource_pool_info'].message_type = _RESOURCEPOOLINFO _TASKEXECUTIONMETADATA_INSTANCECLASS.containing_type = _TASKEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['WorkflowExecutionEvent'] = _WORKFLOWEXECUTIONEVENT DESCRIPTOR.message_types_by_name['NodeExecutionEvent'] = _NODEEXECUTIONEVENT @@ -655,7 +694,8 @@ DESCRIPTOR.message_types_by_name['ParentTaskExecutionMetadata'] = _PARENTTASKEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['ParentNodeExecutionMetadata'] = _PARENTNODEEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['TaskExecutionEvent'] = _TASKEXECUTIONEVENT -DESCRIPTOR.message_types_by_name['ManagedResourceInfo'] = _MANAGEDRESOURCEINFO +DESCRIPTOR.message_types_by_name['ResourceIdentifiers'] = _RESOURCEIDENTIFIERS +DESCRIPTOR.message_types_by_name['ResourcePoolInfo'] = _RESOURCEPOOLINFO DESCRIPTOR.message_types_by_name['TaskExecutionMetadata'] = _TASKEXECUTIONMETADATA _sym_db.RegisterFileDescriptor(DESCRIPTOR) @@ -708,12 +748,19 @@ )) _sym_db.RegisterMessage(TaskExecutionEvent) -ManagedResourceInfo = _reflection.GeneratedProtocolMessageType('ManagedResourceInfo', (_message.Message,), dict( - DESCRIPTOR = _MANAGEDRESOURCEINFO, +ResourceIdentifiers = _reflection.GeneratedProtocolMessageType('ResourceIdentifiers', (_message.Message,), dict( + DESCRIPTOR = _RESOURCEIDENTIFIERS, + __module__ = 'flyteidl.event.event_pb2' + # @@protoc_insertion_point(class_scope:flyteidl.event.ResourceIdentifiers) + )) +_sym_db.RegisterMessage(ResourceIdentifiers) + +ResourcePoolInfo = _reflection.GeneratedProtocolMessageType('ResourcePoolInfo', (_message.Message,), dict( + DESCRIPTOR = _RESOURCEPOOLINFO, __module__ = 'flyteidl.event.event_pb2' - # @@protoc_insertion_point(class_scope:flyteidl.event.ManagedResourceInfo) + # @@protoc_insertion_point(class_scope:flyteidl.event.ResourcePoolInfo) )) -_sym_db.RegisterMessage(ManagedResourceInfo) +_sym_db.RegisterMessage(ResourcePoolInfo) TaskExecutionMetadata = _reflection.GeneratedProtocolMessageType('TaskExecutionMetadata', (_message.Message,), dict( DESCRIPTOR = _TASKEXECUTIONMETADATA, diff --git a/gen/pb_python/flyteidl/service/flyteadmin/README.md b/gen/pb_python/flyteidl/service/flyteadmin/README.md index 9ea8b2381..288eed7c6 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -304,10 +304,11 @@ Class | Method | HTTP request | Description - [CoreWorkflowNode](docs/CoreWorkflowNode.md) - [CoreWorkflowTemplate](docs/CoreWorkflowTemplate.md) - [DataLoadingConfigLiteralMapFormat](docs/DataLoadingConfigLiteralMapFormat.md) - - [EventManagedResourceInfo](docs/EventManagedResourceInfo.md) - [EventNodeExecutionEvent](docs/EventNodeExecutionEvent.md) - [EventParentNodeExecutionMetadata](docs/EventParentNodeExecutionMetadata.md) - [EventParentTaskExecutionMetadata](docs/EventParentTaskExecutionMetadata.md) + - [EventResourceIdentifiers](docs/EventResourceIdentifiers.md) + - [EventResourcePoolInfo](docs/EventResourcePoolInfo.md) - [EventTaskExecutionEvent](docs/EventTaskExecutionEvent.md) - [EventTaskExecutionMetadata](docs/EventTaskExecutionMetadata.md) - [EventWorkflowExecutionEvent](docs/EventWorkflowExecutionEvent.md) diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py index a3eddb891..d4a1d650c 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -205,10 +205,11 @@ from flyteadmin.models.core_workflow_node import CoreWorkflowNode from flyteadmin.models.core_workflow_template import CoreWorkflowTemplate from flyteadmin.models.data_loading_config_literal_map_format import DataLoadingConfigLiteralMapFormat -from flyteadmin.models.event_managed_resource_info import EventManagedResourceInfo from flyteadmin.models.event_node_execution_event import EventNodeExecutionEvent from flyteadmin.models.event_parent_node_execution_metadata import EventParentNodeExecutionMetadata from flyteadmin.models.event_parent_task_execution_metadata import EventParentTaskExecutionMetadata +from flyteadmin.models.event_resource_identifiers import EventResourceIdentifiers +from flyteadmin.models.event_resource_pool_info import EventResourcePoolInfo from flyteadmin.models.event_task_execution_event import EventTaskExecutionEvent from flyteadmin.models.event_task_execution_metadata import EventTaskExecutionMetadata from flyteadmin.models.event_workflow_execution_event import EventWorkflowExecutionEvent diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py index 9179b756c..d308ccb20 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py @@ -198,10 +198,11 @@ from flyteadmin.models.core_workflow_node import CoreWorkflowNode from flyteadmin.models.core_workflow_template import CoreWorkflowTemplate from flyteadmin.models.data_loading_config_literal_map_format import DataLoadingConfigLiteralMapFormat -from flyteadmin.models.event_managed_resource_info import EventManagedResourceInfo from flyteadmin.models.event_node_execution_event import EventNodeExecutionEvent from flyteadmin.models.event_parent_node_execution_metadata import EventParentNodeExecutionMetadata from flyteadmin.models.event_parent_task_execution_metadata import EventParentTaskExecutionMetadata +from flyteadmin.models.event_resource_identifiers import EventResourceIdentifiers +from flyteadmin.models.event_resource_pool_info import EventResourcePoolInfo from flyteadmin.models.event_task_execution_event import EventTaskExecutionEvent from flyteadmin.models.event_task_execution_metadata import EventTaskExecutionMetadata from flyteadmin.models.event_workflow_execution_event import EventWorkflowExecutionEvent diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_identifiers.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_identifiers.py new file mode 100644 index 000000000..4e2de3794 --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_identifiers.py @@ -0,0 +1,145 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + + +class EventResourceIdentifiers(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'generated_name': 'str', + 'external_ids': 'list[str]' + } + + attribute_map = { + 'generated_name': 'generated_name', + 'external_ids': 'external_ids' + } + + def __init__(self, generated_name=None, external_ids=None): # noqa: E501 + """EventResourceIdentifiers - a model defined in Swagger""" # noqa: E501 + + self._generated_name = None + self._external_ids = None + self.discriminator = None + + if generated_name is not None: + self.generated_name = generated_name + if external_ids is not None: + self.external_ids = external_ids + + @property + def generated_name(self): + """Gets the generated_name of this EventResourceIdentifiers. # noqa: E501 + + Unique, generated name for this task execution used by the backend. # noqa: E501 + + :return: The generated_name of this EventResourceIdentifiers. # noqa: E501 + :rtype: str + """ + return self._generated_name + + @generated_name.setter + def generated_name(self, generated_name): + """Sets the generated_name of this EventResourceIdentifiers. + + Unique, generated name for this task execution used by the backend. # noqa: E501 + + :param generated_name: The generated_name of this EventResourceIdentifiers. # noqa: E501 + :type: str + """ + + self._generated_name = generated_name + + @property + def external_ids(self): + """Gets the external_ids of this EventResourceIdentifiers. # noqa: E501 + + Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids. # noqa: E501 + + :return: The external_ids of this EventResourceIdentifiers. # noqa: E501 + :rtype: list[str] + """ + return self._external_ids + + @external_ids.setter + def external_ids(self, external_ids): + """Sets the external_ids of this EventResourceIdentifiers. + + Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids. # noqa: E501 + + :param external_ids: The external_ids of this EventResourceIdentifiers. # noqa: E501 + :type: list[str] + """ + + self._external_ids = external_ids + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(EventResourceIdentifiers, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, EventResourceIdentifiers): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_pool_info.py similarity index 81% rename from gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py rename to gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_pool_info.py index 12933f471..f15bb90a1 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_managed_resource_info.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_pool_info.py @@ -17,7 +17,7 @@ import six -class EventManagedResourceInfo(object): +class EventResourcePoolInfo(object): """NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually. @@ -41,7 +41,7 @@ class EventManagedResourceInfo(object): } def __init__(self, allocation_token=None, namespace=None): # noqa: E501 - """EventManagedResourceInfo - a model defined in Swagger""" # noqa: E501 + """EventResourcePoolInfo - a model defined in Swagger""" # noqa: E501 self._allocation_token = None self._namespace = None @@ -54,22 +54,22 @@ def __init__(self, allocation_token=None, namespace=None): # noqa: E501 @property def allocation_token(self): - """Gets the allocation_token of this EventManagedResourceInfo. # noqa: E501 + """Gets the allocation_token of this EventResourcePoolInfo. # noqa: E501 Unique resource ID used to identify this execution when allocating a token. # noqa: E501 - :return: The allocation_token of this EventManagedResourceInfo. # noqa: E501 + :return: The allocation_token of this EventResourcePoolInfo. # noqa: E501 :rtype: str """ return self._allocation_token @allocation_token.setter def allocation_token(self, allocation_token): - """Sets the allocation_token of this EventManagedResourceInfo. + """Sets the allocation_token of this EventResourcePoolInfo. Unique resource ID used to identify this execution when allocating a token. # noqa: E501 - :param allocation_token: The allocation_token of this EventManagedResourceInfo. # noqa: E501 + :param allocation_token: The allocation_token of this EventResourcePoolInfo. # noqa: E501 :type: str """ @@ -77,22 +77,22 @@ def allocation_token(self, allocation_token): @property def namespace(self): - """Gets the namespace of this EventManagedResourceInfo. # noqa: E501 + """Gets the namespace of this EventResourcePoolInfo. # noqa: E501 Namespace under which this task execution requested an allocation token. # noqa: E501 - :return: The namespace of this EventManagedResourceInfo. # noqa: E501 + :return: The namespace of this EventResourcePoolInfo. # noqa: E501 :rtype: str """ return self._namespace @namespace.setter def namespace(self, namespace): - """Sets the namespace of this EventManagedResourceInfo. + """Sets the namespace of this EventResourcePoolInfo. Namespace under which this task execution requested an allocation token. # noqa: E501 - :param namespace: The namespace of this EventManagedResourceInfo. # noqa: E501 + :param namespace: The namespace of this EventResourcePoolInfo. # noqa: E501 :type: str """ @@ -119,7 +119,7 @@ def to_dict(self): )) else: result[attr] = value - if issubclass(EventManagedResourceInfo, dict): + if issubclass(EventResourcePoolInfo, dict): for key, value in self.items(): result[key] = value @@ -135,7 +135,7 @@ def __repr__(self): def __eq__(self, other): """Returns true if both objects are equal""" - if not isinstance(other, EventManagedResourceInfo): + if not isinstance(other, EventResourcePoolInfo): return False return self.__dict__ == other.__dict__ diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py index bedebe47d..3ed803903 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py @@ -16,7 +16,8 @@ import six -from flyteadmin.models.event_managed_resource_info import EventManagedResourceInfo # noqa: F401,E501 +from flyteadmin.models.event_resource_identifiers import EventResourceIdentifiers # noqa: F401,E501 +from flyteadmin.models.event_resource_pool_info import EventResourcePoolInfo # noqa: F401,E501 from flyteadmin.models.task_execution_metadata_instance_class import TaskExecutionMetadataInstanceClass # noqa: F401,E501 @@ -35,30 +36,30 @@ class EventTaskExecutionMetadata(object): """ swagger_types = { 'instance_class': 'TaskExecutionMetadataInstanceClass', - 'resource_name': 'str', - 'managed_resource_info': 'list[EventManagedResourceInfo]' + 'resource_ids': 'EventResourceIdentifiers', + 'resource_pool_info': 'list[EventResourcePoolInfo]' } attribute_map = { 'instance_class': 'instance_class', - 'resource_name': 'resource_name', - 'managed_resource_info': 'managed_resource_info' + 'resource_ids': 'resource_ids', + 'resource_pool_info': 'resource_pool_info' } - def __init__(self, instance_class=None, resource_name=None, managed_resource_info=None): # noqa: E501 + def __init__(self, instance_class=None, resource_ids=None, resource_pool_info=None): # noqa: E501 """EventTaskExecutionMetadata - a model defined in Swagger""" # noqa: E501 self._instance_class = None - self._resource_name = None - self._managed_resource_info = None + self._resource_ids = None + self._resource_pool_info = None self.discriminator = None if instance_class is not None: self.instance_class = instance_class - if resource_name is not None: - self.resource_name = resource_name - if managed_resource_info is not None: - self.managed_resource_info = managed_resource_info + if resource_ids is not None: + self.resource_ids = resource_ids + if resource_pool_info is not None: + self.resource_pool_info = resource_pool_info @property def instance_class(self): @@ -82,50 +83,50 @@ def instance_class(self, instance_class): self._instance_class = instance_class @property - def resource_name(self): - """Gets the resource_name of this EventTaskExecutionMetadata. # noqa: E501 + def resource_ids(self): + """Gets the resource_ids of this EventTaskExecutionMetadata. # noqa: E501 - Unique name for this task execution used by the backend, may be generated. # noqa: E501 + Contains various identifiers for resources used during execution. # noqa: E501 - :return: The resource_name of this EventTaskExecutionMetadata. # noqa: E501 - :rtype: str + :return: The resource_ids of this EventTaskExecutionMetadata. # noqa: E501 + :rtype: EventResourceIdentifiers """ - return self._resource_name + return self._resource_ids - @resource_name.setter - def resource_name(self, resource_name): - """Sets the resource_name of this EventTaskExecutionMetadata. + @resource_ids.setter + def resource_ids(self, resource_ids): + """Sets the resource_ids of this EventTaskExecutionMetadata. - Unique name for this task execution used by the backend, may be generated. # noqa: E501 + Contains various identifiers for resources used during execution. # noqa: E501 - :param resource_name: The resource_name of this EventTaskExecutionMetadata. # noqa: E501 - :type: str + :param resource_ids: The resource_ids of this EventTaskExecutionMetadata. # noqa: E501 + :type: EventResourceIdentifiers """ - self._resource_name = resource_name + self._resource_ids = resource_ids @property - def managed_resource_info(self): - """Gets the managed_resource_info of this EventTaskExecutionMetadata. # noqa: E501 + def resource_pool_info(self): + """Gets the resource_pool_info of this EventTaskExecutionMetadata. # noqa: E501 Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. # noqa: E501 - :return: The managed_resource_info of this EventTaskExecutionMetadata. # noqa: E501 - :rtype: list[EventManagedResourceInfo] + :return: The resource_pool_info of this EventTaskExecutionMetadata. # noqa: E501 + :rtype: list[EventResourcePoolInfo] """ - return self._managed_resource_info + return self._resource_pool_info - @managed_resource_info.setter - def managed_resource_info(self, managed_resource_info): - """Sets the managed_resource_info of this EventTaskExecutionMetadata. + @resource_pool_info.setter + def resource_pool_info(self, resource_pool_info): + """Sets the resource_pool_info of this EventTaskExecutionMetadata. Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. # noqa: E501 - :param managed_resource_info: The managed_resource_info of this EventTaskExecutionMetadata. # noqa: E501 - :type: list[EventManagedResourceInfo] + :param resource_pool_info: The resource_pool_info of this EventTaskExecutionMetadata. # noqa: E501 + :type: list[EventResourcePoolInfo] """ - self._managed_resource_info = managed_resource_info + self._resource_pool_info = resource_pool_info def to_dict(self): """Returns the model properties as a dict""" diff --git a/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_managed_resource_info.py b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_identifiers.py similarity index 61% rename from gen/pb_python/flyteidl/service/flyteadmin/test/test_event_managed_resource_info.py rename to gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_identifiers.py index 00de60349..4e9a9de05 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_managed_resource_info.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_identifiers.py @@ -16,12 +16,12 @@ import unittest import flyteadmin -from flyteadmin.models.event_managed_resource_info import EventManagedResourceInfo # noqa: E501 +from flyteadmin.models.event_resource_identifiers import EventResourceIdentifiers # noqa: E501 from flyteadmin.rest import ApiException -class TestEventManagedResourceInfo(unittest.TestCase): - """EventManagedResourceInfo unit test stubs""" +class TestEventResourceIdentifiers(unittest.TestCase): + """EventResourceIdentifiers unit test stubs""" def setUp(self): pass @@ -29,10 +29,10 @@ def setUp(self): def tearDown(self): pass - def testEventManagedResourceInfo(self): - """Test EventManagedResourceInfo""" + def testEventResourceIdentifiers(self): + """Test EventResourceIdentifiers""" # FIXME: construct object with mandatory attributes with example values - # model = flyteadmin.models.event_managed_resource_info.EventManagedResourceInfo() # noqa: E501 + # model = flyteadmin.models.event_resource_identifiers.EventResourceIdentifiers() # noqa: E501 pass diff --git a/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_pool_info.py b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_pool_info.py new file mode 100644 index 000000000..78d216943 --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_pool_info.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.event_resource_pool_info import EventResourcePoolInfo # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestEventResourcePoolInfo(unittest.TestCase): + """EventResourcePoolInfo unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testEventResourcePoolInfo(self): + """Test EventResourcePoolInfo""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.event_resource_pool_info.EventResourcePoolInfo() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index 574579dd4..cc26c283e 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -164,10 +164,20 @@ message TaskExecutionEvent { TaskExecutionMetadata metadata = 16; } +// This message contains various identifiers for resources used for a specific task execution. +message ResourceIdentifiers { + + // Unique, generated name for this task execution used by the backend. + string generated_name = 1; + + // Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids. + repeated string external_ids = 2; +} + // This message holds task execution metadata specific to resource allocation used to manage concurrent // executions for a project namespace. -message ManagedResourceInfo { +message ResourcePoolInfo { // Unique resource ID used to identify this execution when allocating a token. string allocation_token = 1; @@ -188,10 +198,10 @@ message TaskExecutionMetadata { } InstanceClass instance_class = 16; - // Unique name for this task execution used by the backend, may be generated. - string resource_name = 1; + // Contains various identifiers for resources used during execution. + ResourceIdentifiers resource_ids = 1; // Includes information about resource token allocation (if applicable). // This is a repeated field because a plugin can request multiple resource allocations during execution. - repeated ManagedResourceInfo managed_resource_info = 2; + repeated ResourcePoolInfo resource_pool_info = 2; } From 577cd08278ad15fb6b88c94cbcf82d8a73e08a85 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 16 Mar 2021 16:43:41 -0700 Subject: [PATCH 08/13] plugin identifier too Signed-off-by: Katrina Rogan --- gen/pb-cpp/flyteidl/event/event.pb.cc | 91 ++++++++- gen/pb-cpp/flyteidl/event/event.pb.h | 68 +++++++ gen/pb-go/flyteidl/event/event.pb.go | 162 ++++++++------- gen/pb-go/flyteidl/event/event.pb.validate.go | 2 + gen/pb-go/flyteidl/service/admin.swagger.json | 4 + .../service/flyteadmin/api/swagger.yaml | 8 + .../model_event_task_execution_metadata.go | 2 + gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/event/Event.java | 186 +++++++++++++++++- gen/pb-js/flyteidl.d.ts | 6 + gen/pb-js/flyteidl.js | 17 ++ .../flyteidl/event/event.proto.rst | 9 +- gen/pb_python/flyteidl/event/event_pb2.py | 15 +- .../models/event_task_execution_metadata.py | 34 +++- protos/flyteidl/event/event.proto | 3 + 15 files changed, 513 insertions(+), 98 deletions(-) diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc index 22bf86a6f..e61dd51fc 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -365,6 +365,7 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, instance_class_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, resource_ids_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, resource_pool_info_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, plugin_identifier_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::event::WorkflowExecutionEvent)}, @@ -455,20 +456,21 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "esourceIdentifiers\022\026\n\016generated_name\030\001 \001" "(\t\022\024\n\014external_ids\030\002 \003(\t\"\?\n\020ResourcePool" "Info\022\030\n\020allocation_token\030\001 \001(\t\022\021\n\tnamesp" - "ace\030\002 \001(\t\"\216\002\n\025TaskExecutionMetadata\022K\n\016i" + "ace\030\002 \001(\t\"\251\002\n\025TaskExecutionMetadata\022K\n\016i" "nstance_class\030\020 \001(\01623.flyteidl.event.Tas" "kExecutionMetadata.InstanceClass\0229\n\014reso" "urce_ids\030\001 \001(\0132#.flyteidl.event.Resource" "Identifiers\022<\n\022resource_pool_info\030\002 \003(\0132" - " .flyteidl.event.ResourcePoolInfo\"/\n\rIns" - "tanceClass\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE" - "\020\001B7Z5github.com/flyteorg/flyteidl/gen/p" - "b-go/flyteidl/eventb\006proto3" + " .flyteidl.event.ResourcePoolInfo\022\031\n\021plu" + "gin_identifier\030\003 \001(\t\"/\n\rInstanceClass\022\013\n" + "\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github." + "com/flyteorg/flyteidl/gen/pb-go/flyteidl" + "/eventb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fevent_2fevent_2eproto = { false, InitDefaults_flyteidl_2fevent_2fevent_2eproto, descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto, - "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2587, + "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2614, }; void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() { @@ -5730,6 +5732,7 @@ TaskExecutionMetadata::HasBitSetters::resource_ids(const TaskExecutionMetadata* const int TaskExecutionMetadata::kInstanceClassFieldNumber; const int TaskExecutionMetadata::kResourceIdsFieldNumber; const int TaskExecutionMetadata::kResourcePoolInfoFieldNumber; +const int TaskExecutionMetadata::kPluginIdentifierFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TaskExecutionMetadata::TaskExecutionMetadata() @@ -5742,6 +5745,10 @@ TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from) _internal_metadata_(nullptr), resource_pool_info_(from.resource_pool_info_) { _internal_metadata_.MergeFrom(from._internal_metadata_); + plugin_identifier_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.plugin_identifier().size() > 0) { + plugin_identifier_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.plugin_identifier_); + } if (from.has_resource_ids()) { resource_ids_ = new ::flyteidl::event::ResourceIdentifiers(*from.resource_ids_); } else { @@ -5754,6 +5761,7 @@ TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from) void TaskExecutionMetadata::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base); + plugin_identifier_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::memset(&resource_ids_, 0, static_cast( reinterpret_cast(&instance_class_) - reinterpret_cast(&resource_ids_)) + sizeof(instance_class_)); @@ -5765,6 +5773,7 @@ TaskExecutionMetadata::~TaskExecutionMetadata() { } void TaskExecutionMetadata::SharedDtor() { + plugin_identifier_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (this != internal_default_instance()) delete resource_ids_; } @@ -5784,6 +5793,7 @@ void TaskExecutionMetadata::Clear() { (void) cached_has_bits; resource_pool_info_.Clear(); + plugin_identifier_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (GetArenaNoVirtual() == nullptr && resource_ids_ != nullptr) { delete resource_ids_; } @@ -5834,6 +5844,22 @@ const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char* } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 18 && (ptr += 1)); break; } + // string plugin_identifier = 3; + case 3: { + if (static_cast<::google::protobuf::uint8>(tag) != 26) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionMetadata.plugin_identifier"); + object = msg->mutable_plugin_identifier(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; case 16: { if (static_cast<::google::protobuf::uint8>(tag) != 128) goto handle_unusual; @@ -5857,6 +5883,10 @@ const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char* } // switch } // while return ptr; +string_till_end: + static_cast<::std::string*>(object)->clear(); + static_cast<::std::string*>(object)->reserve(size); + goto len_delim_till_end; len_delim_till_end: return ctx->StoreAndTailCall(ptr, end, {_InternalParse, msg}, {parser_till_end, object}, size); @@ -5894,6 +5924,21 @@ bool TaskExecutionMetadata::MergePartialFromCodedStream( break; } + // string plugin_identifier = 3; + case 3: { + if (static_cast< ::google::protobuf::uint8>(tag) == (26 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_plugin_identifier())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->plugin_identifier().data(), static_cast(this->plugin_identifier().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.event.TaskExecutionMetadata.plugin_identifier")); + } else { + goto handle_unusual; + } + break; + } + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; case 16: { if (static_cast< ::google::protobuf::uint8>(tag) == (128 & 0xFF)) { @@ -5950,6 +5995,16 @@ void TaskExecutionMetadata::SerializeWithCachedSizes( output); } + // string plugin_identifier = 3; + if (this->plugin_identifier().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->plugin_identifier().data(), static_cast(this->plugin_identifier().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.TaskExecutionMetadata.plugin_identifier"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 3, this->plugin_identifier(), output); + } + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; if (this->instance_class() != 0) { ::google::protobuf::internal::WireFormatLite::WriteEnum( @@ -5984,6 +6039,17 @@ ::google::protobuf::uint8* TaskExecutionMetadata::InternalSerializeWithCachedSiz 2, this->resource_pool_info(static_cast(i)), target); } + // string plugin_identifier = 3; + if (this->plugin_identifier().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->plugin_identifier().data(), static_cast(this->plugin_identifier().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.event.TaskExecutionMetadata.plugin_identifier"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 3, this->plugin_identifier(), target); + } + // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; if (this->instance_class() != 0) { target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray( @@ -6022,6 +6088,13 @@ size_t TaskExecutionMetadata::ByteSizeLong() const { } } + // string plugin_identifier = 3; + if (this->plugin_identifier().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->plugin_identifier()); + } + // .flyteidl.event.ResourceIdentifiers resource_ids = 1; if (this->has_resource_ids()) { total_size += 1 + @@ -6063,6 +6136,10 @@ void TaskExecutionMetadata::MergeFrom(const TaskExecutionMetadata& from) { (void) cached_has_bits; resource_pool_info_.MergeFrom(from.resource_pool_info_); + if (from.plugin_identifier().size() > 0) { + + plugin_identifier_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.plugin_identifier_); + } if (from.has_resource_ids()) { mutable_resource_ids()->::flyteidl::event::ResourceIdentifiers::MergeFrom(from.resource_ids()); } @@ -6097,6 +6174,8 @@ void TaskExecutionMetadata::InternalSwap(TaskExecutionMetadata* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); CastToBase(&resource_pool_info_)->InternalSwap(CastToBase(&other->resource_pool_info_)); + plugin_identifier_.Swap(&other->plugin_identifier_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); swap(resource_ids_, other->resource_ids_); swap(instance_class_, other->instance_class_); } diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h index f95962da9..6e27a629c 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/gen/pb-cpp/flyteidl/event/event.pb.h @@ -1808,6 +1808,20 @@ class TaskExecutionMetadata final : const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ResourcePoolInfo >& resource_pool_info() const; + // string plugin_identifier = 3; + void clear_plugin_identifier(); + static const int kPluginIdentifierFieldNumber = 3; + const ::std::string& plugin_identifier() const; + void set_plugin_identifier(const ::std::string& value); + #if LANG_CXX11 + void set_plugin_identifier(::std::string&& value); + #endif + void set_plugin_identifier(const char* value); + void set_plugin_identifier(const char* value, size_t size); + ::std::string* mutable_plugin_identifier(); + ::std::string* release_plugin_identifier(); + void set_allocated_plugin_identifier(::std::string* plugin_identifier); + // .flyteidl.event.ResourceIdentifiers resource_ids = 1; bool has_resource_ids() const; void clear_resource_ids(); @@ -1829,6 +1843,7 @@ class TaskExecutionMetadata final : ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ResourcePoolInfo > resource_pool_info_; + ::google::protobuf::internal::ArenaStringPtr plugin_identifier_; ::flyteidl::event::ResourceIdentifiers* resource_ids_; int instance_class_; mutable ::google::protobuf::internal::CachedSize _cached_size_; @@ -4049,6 +4064,59 @@ TaskExecutionMetadata::resource_pool_info() const { return resource_pool_info_; } +// string plugin_identifier = 3; +inline void TaskExecutionMetadata::clear_plugin_identifier() { + plugin_identifier_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& TaskExecutionMetadata::plugin_identifier() const { + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.plugin_identifier) + return plugin_identifier_.GetNoArena(); +} +inline void TaskExecutionMetadata::set_plugin_identifier(const ::std::string& value) { + + plugin_identifier_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.plugin_identifier) +} +#if LANG_CXX11 +inline void TaskExecutionMetadata::set_plugin_identifier(::std::string&& value) { + + plugin_identifier_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.TaskExecutionMetadata.plugin_identifier) +} +#endif +inline void TaskExecutionMetadata::set_plugin_identifier(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + plugin_identifier_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.event.TaskExecutionMetadata.plugin_identifier) +} +inline void TaskExecutionMetadata::set_plugin_identifier(const char* value, size_t size) { + + plugin_identifier_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.event.TaskExecutionMetadata.plugin_identifier) +} +inline ::std::string* TaskExecutionMetadata::mutable_plugin_identifier() { + + // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.plugin_identifier) + return plugin_identifier_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* TaskExecutionMetadata::release_plugin_identifier() { + // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionMetadata.plugin_identifier) + + return plugin_identifier_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void TaskExecutionMetadata::set_allocated_plugin_identifier(::std::string* plugin_identifier) { + if (plugin_identifier != nullptr) { + + } else { + + } + plugin_identifier_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), plugin_identifier); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.plugin_identifier) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index ce5be34c9..f2b984a60 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -867,10 +867,12 @@ type TaskExecutionMetadata struct { ResourceIds *ResourceIdentifiers `protobuf:"bytes,1,opt,name=resource_ids,json=resourceIds,proto3" json:"resource_ids,omitempty"` // Includes information about resource token allocation (if applicable). // This is a repeated field because a plugin can request multiple resource allocations during execution. - ResourcePoolInfo []*ResourcePoolInfo `protobuf:"bytes,2,rep,name=resource_pool_info,json=resourcePoolInfo,proto3" json:"resource_pool_info,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + ResourcePoolInfo []*ResourcePoolInfo `protobuf:"bytes,2,rep,name=resource_pool_info,json=resourcePoolInfo,proto3" json:"resource_pool_info,omitempty"` + // The identifier of the plugin used to execute this task. + PluginIdentifier string `protobuf:"bytes,3,opt,name=plugin_identifier,json=pluginIdentifier,proto3" json:"plugin_identifier,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskExecutionMetadata) Reset() { *m = TaskExecutionMetadata{} } @@ -919,6 +921,13 @@ func (m *TaskExecutionMetadata) GetResourcePoolInfo() []*ResourcePoolInfo { return nil } +func (m *TaskExecutionMetadata) GetPluginIdentifier() string { + if m != nil { + return m.PluginIdentifier + } + return "" +} + func init() { proto.RegisterEnum("flyteidl.event.TaskExecutionMetadata_InstanceClass", TaskExecutionMetadata_InstanceClass_name, TaskExecutionMetadata_InstanceClass_value) proto.RegisterType((*WorkflowExecutionEvent)(nil), "flyteidl.event.WorkflowExecutionEvent") @@ -936,76 +945,77 @@ func init() { func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 1126 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0x71, 0x4f, 0xdb, 0x46, - 0x14, 0x27, 0x01, 0x02, 0x79, 0x4e, 0x42, 0x7a, 0xa3, 0xd4, 0x83, 0xb6, 0xa4, 0xe9, 0x3a, 0xb1, - 0x4e, 0x4b, 0xa4, 0x54, 0xed, 0x2a, 0x6d, 0xd2, 0x04, 0x94, 0x8e, 0x68, 0x14, 0x21, 0x37, 0x6c, - 0x52, 0xb7, 0xc9, 0x3a, 0xec, 0x17, 0x63, 0xe1, 0xf8, 0xac, 0xbb, 0x73, 0x59, 0x3e, 0xca, 0xbe, - 0xcb, 0xbe, 0xc1, 0xbe, 0xca, 0xa4, 0x7d, 0x85, 0xe9, 0xce, 0x8e, 0x83, 0x9d, 0x2c, 0x2b, 0x53, - 0xff, 0x41, 0xba, 0xdf, 0xbd, 0xfb, 0xdd, 0x7b, 0xbf, 0xf7, 0xee, 0x87, 0x03, 0xdb, 0xc3, 0x60, - 0x2c, 0xd1, 0x77, 0x83, 0x2e, 0xbe, 0xc7, 0x50, 0x26, 0x7f, 0x3b, 0x11, 0x67, 0x92, 0x91, 0xc6, - 0x64, 0xaf, 0xa3, 0xd1, 0xed, 0x07, 0x59, 0xac, 0xc3, 0x38, 0x76, 0xf1, 0x37, 0x74, 0x62, 0xe9, - 0xb3, 0x30, 0x09, 0xdf, 0x7e, 0x98, 0xdf, 0xf6, 0x5d, 0x0c, 0xa5, 0x3f, 0xf4, 0x91, 0xa7, 0xfb, - 0x3b, 0xf9, 0x7d, 0x87, 0x4a, 0x1a, 0x30, 0x2f, 0xdd, 0xdc, 0xf5, 0x18, 0xf3, 0x02, 0xec, 0xea, - 0xd5, 0x45, 0x3c, 0xec, 0x4a, 0x7f, 0x84, 0x42, 0xd2, 0x51, 0x94, 0x06, 0xdc, 0x2f, 0x06, 0x08, - 0xc9, 0x63, 0x27, 0x4d, 0xb5, 0xfd, 0x57, 0x19, 0xb6, 0x7e, 0x62, 0xfc, 0x6a, 0x18, 0xb0, 0xeb, - 0xa3, 0x49, 0x5e, 0x47, 0x2a, 0x6b, 0xf2, 0x06, 0x6a, 0x59, 0xa6, 0xb6, 0xef, 0x9a, 0xa5, 0x56, - 0x69, 0xcf, 0xe8, 0x3d, 0xed, 0x64, 0xc5, 0xa9, 0x6c, 0x3a, 0x33, 0x87, 0xfb, 0x59, 0xfa, 0x96, - 0x81, 0x53, 0x90, 0xec, 0x82, 0x11, 0x71, 0xe6, 0xc6, 0x0e, 0x72, 0xc5, 0x56, 0x6e, 0x95, 0xf6, - 0xaa, 0x16, 0x4c, 0xa0, 0xbe, 0x4b, 0xbe, 0x85, 0xd5, 0xe8, 0x92, 0x0a, 0x34, 0x97, 0x5b, 0xa5, - 0xbd, 0x46, 0xef, 0xf3, 0xff, 0xba, 0xa8, 0x73, 0xa6, 0xa2, 0xad, 0xe4, 0x10, 0xf9, 0x06, 0x0c, - 0xe6, 0x38, 0x31, 0xe7, 0xe8, 0xda, 0x54, 0x9a, 0x2b, 0x3a, 0xd9, 0xed, 0x4e, 0x52, 0x7c, 0x67, - 0x52, 0x7c, 0x67, 0x30, 0x51, 0xc7, 0x82, 0x49, 0xf8, 0xbe, 0x24, 0xbb, 0x00, 0x2c, 0x96, 0x51, - 0x2c, 0xed, 0x98, 0xfb, 0xe6, 0xaa, 0x4a, 0xed, 0x78, 0xc9, 0xaa, 0x26, 0xd8, 0x39, 0xf7, 0xc9, - 0x73, 0x58, 0x45, 0xce, 0x19, 0x37, 0x2b, 0x9a, 0xf7, 0x41, 0x21, 0xb7, 0xa9, 0x72, 0x2a, 0xe8, - 0x78, 0xc9, 0x4a, 0xa2, 0x0f, 0x36, 0xa0, 0x9e, 0xf2, 0x72, 0x14, 0x71, 0x20, 0xdb, 0x7f, 0x56, - 0x80, 0x9c, 0x32, 0x17, 0x0b, 0x52, 0xbf, 0x80, 0x72, 0x26, 0x70, 0xb1, 0xee, 0x5c, 0xf8, 0x0d, - 0x71, 0xcb, 0xfe, 0x07, 0x68, 0xfa, 0x32, 0xaf, 0x69, 0x7b, 0x11, 0xf7, 0x47, 0xd4, 0x73, 0x07, - 0xaa, 0x7e, 0x98, 0x93, 0xd3, 0x5a, 0xd7, 0x80, 0xd2, 0x32, 0x2f, 0x76, 0x65, 0x81, 0xd8, 0x6b, - 0xb7, 0x11, 0x9b, 0xfc, 0x02, 0x5b, 0xd7, 0xe9, 0x8c, 0xd8, 0x21, 0x73, 0xd1, 0x1e, 0xa1, 0xa4, - 0x2e, 0x95, 0xd4, 0x5c, 0xd7, 0x3c, 0x9f, 0x75, 0xf2, 0xcf, 0x32, 0x9b, 0x28, 0xa5, 0xc2, 0x9b, - 0x34, 0xf6, 0xb8, 0x64, 0x6d, 0x5e, 0xcf, 0xc1, 0xc9, 0x19, 0x10, 0x49, 0xc5, 0x55, 0x81, 0xb9, - 0xa1, 0x99, 0x5b, 0x45, 0xe6, 0x01, 0x15, 0x57, 0x05, 0xd6, 0xa6, 0x2c, 0x60, 0xe4, 0x57, 0xd8, - 0x8c, 0x28, 0xc7, 0x50, 0xda, 0x9a, 0x38, 0xe3, 0xac, 0x6a, 0xce, 0x2f, 0x8b, 0x9c, 0x67, 0x3a, - 0x56, 0x31, 0x67, 0x02, 0x4c, 0xa8, 0x2c, 0x12, 0x65, 0x9b, 0x73, 0xe8, 0xf3, 0x29, 0xc3, 0x22, - 0xfa, 0xdc, 0x40, 0x14, 0xe9, 0x73, 0xd9, 0xef, 0x82, 0xc1, 0x51, 0xf2, 0xb1, 0xed, 0x71, 0x16, - 0x47, 0xa6, 0x91, 0x8c, 0x9e, 0x86, 0xbe, 0x57, 0x08, 0x69, 0x41, 0x4d, 0x44, 0xe8, 0x24, 0xb7, - 0xfb, 0xae, 0x59, 0x4b, 0x22, 0x14, 0xa6, 0x88, 0xfa, 0xae, 0x9a, 0x12, 0xbd, 0x19, 0xd2, 0x11, - 0x9a, 0xf5, 0x64, 0x4a, 0x14, 0x70, 0x4a, 0x47, 0x38, 0xf3, 0x74, 0x0e, 0xee, 0xc0, 0x86, 0xa4, - 0xdc, 0x43, 0x99, 0x95, 0xd2, 0x46, 0xd8, 0x9c, 0xd7, 0xc3, 0x8f, 0xec, 0x5c, 0xed, 0xdf, 0x4b, - 0xd0, 0x2c, 0x76, 0x94, 0xbc, 0x82, 0x9a, 0x43, 0x9d, 0x4b, 0xb4, 0x85, 0xa4, 0x32, 0x16, 0xfa, - 0x8e, 0x46, 0xef, 0x51, 0xe1, 0x8e, 0xc3, 0xc4, 0xab, 0x0f, 0x55, 0xe4, 0x5b, 0x1d, 0x68, 0x19, - 0xce, 0x74, 0x41, 0xbe, 0x03, 0x23, 0xb5, 0x73, 0xfb, 0x0a, 0xc7, 0xfa, 0x01, 0x1b, 0xbd, 0x87, - 0xf3, 0x49, 0xb2, 0x76, 0x40, 0x7a, 0xe4, 0x07, 0x1c, 0xb7, 0xcf, 0x61, 0x67, 0xc1, 0x60, 0x2c, - 0x34, 0x96, 0xdc, 0x89, 0xbc, 0xb1, 0xb4, 0x5f, 0x4c, 0x68, 0xe7, 0x0e, 0x04, 0xb9, 0x07, 0x6b, - 0x93, 0xb6, 0x96, 0x74, 0xdf, 0x2a, 0xa1, 0x6e, 0x69, 0xfb, 0xef, 0x55, 0x20, 0x39, 0xde, 0xc4, - 0xdf, 0x7a, 0xb0, 0xa6, 0x67, 0x3c, 0xcb, 0xe5, 0xd3, 0x42, 0x2e, 0x37, 0xae, 0xaf, 0xa8, 0xc8, - 0xbe, 0x4b, 0x6c, 0x30, 0x6f, 0xce, 0x6f, 0xae, 0xa1, 0xe5, 0x5b, 0x39, 0xe5, 0xdd, 0x68, 0xb6, - 0x94, 0xbe, 0x4b, 0x1e, 0x43, 0x3d, 0x99, 0x60, 0x2a, 0x25, 0x8e, 0x22, 0xa9, 0x3d, 0xb2, 0x6e, - 0xd5, 0x34, 0xb8, 0x9f, 0x60, 0x53, 0x03, 0x5d, 0x99, 0x6b, 0xa0, 0xb9, 0x5a, 0xf3, 0x06, 0x5a, - 0xf0, 0xe6, 0xd5, 0x19, 0x6f, 0x7e, 0x0a, 0x2b, 0x01, 0xf3, 0x84, 0x59, 0x69, 0x2d, 0xef, 0x19, - 0xbd, 0xad, 0x39, 0xcc, 0x27, 0xcc, 0xb3, 0x74, 0x4c, 0xd1, 0x8d, 0xd7, 0xfe, 0xbf, 0x1b, 0xaf, - 0x2f, 0x74, 0xe3, 0xea, 0x02, 0x37, 0x86, 0x5b, 0xb9, 0xf1, 0x4b, 0x30, 0x9c, 0x58, 0x48, 0x36, - 0xb2, 0xfd, 0x70, 0xc8, 0xb4, 0x3f, 0x18, 0xbd, 0x7b, 0x33, 0x19, 0xbf, 0xd5, 0x1f, 0x23, 0x16, - 0x24, 0xb1, 0xfd, 0x70, 0xc8, 0x54, 0x5f, 0xb4, 0x82, 0xf6, 0x7b, 0xe4, 0xc2, 0x67, 0xa1, 0x76, - 0x8e, 0xba, 0x55, 0xd3, 0xe0, 0x8f, 0x09, 0x46, 0xb6, 0xa0, 0xc2, 0x91, 0x0a, 0x16, 0xa6, 0xc6, - 0x91, 0xae, 0x54, 0xad, 0x7a, 0xd2, 0xe4, 0x38, 0x42, 0xed, 0xce, 0x55, 0x6b, 0x5d, 0x01, 0x83, - 0x71, 0x84, 0x64, 0x1f, 0xd6, 0x33, 0x1b, 0x6c, 0xea, 0x84, 0x9e, 0xcc, 0x73, 0xee, 0x59, 0x03, - 0xcc, 0x8e, 0xcd, 0xfe, 0x47, 0xb7, 0xe1, 0x13, 0x0b, 0x05, 0x8b, 0xb9, 0x83, 0xd3, 0x91, 0x13, - 0xe4, 0x09, 0x34, 0x3c, 0x0c, 0x91, 0x53, 0x89, 0x6e, 0x62, 0x70, 0xc9, 0x43, 0xa9, 0x67, 0xa8, - 0x72, 0x39, 0xf2, 0x48, 0x39, 0x95, 0x44, 0x1e, 0xd2, 0xc0, 0xf6, 0x5d, 0x61, 0x96, 0x5b, 0xcb, - 0x7b, 0x55, 0xe5, 0x3e, 0x09, 0xd6, 0x77, 0x45, 0xfb, 0x67, 0x68, 0x4e, 0x2e, 0x38, 0x63, 0x2c, - 0xd0, 0x12, 0x7d, 0x01, 0x4d, 0x1a, 0x04, 0xcc, 0xa1, 0xfa, 0x41, 0x48, 0x76, 0x85, 0x61, 0xca, - 0xbf, 0x31, 0xc5, 0x07, 0x0a, 0x26, 0xf7, 0xa1, 0xaa, 0xae, 0x17, 0x11, 0x75, 0x30, 0xfd, 0x40, - 0x98, 0x02, 0xed, 0x3f, 0xca, 0x70, 0x77, 0xbe, 0x73, 0xbc, 0x83, 0x86, 0x1f, 0x0a, 0x49, 0x43, - 0x07, 0x6d, 0x27, 0xa0, 0x42, 0x68, 0xc5, 0x1a, 0xbd, 0x67, 0x1f, 0xa4, 0x58, 0xa7, 0x9f, 0x9e, - 0x3d, 0x54, 0x47, 0xad, 0xba, 0x7f, 0x73, 0x49, 0x5e, 0x43, 0x8d, 0xa7, 0x25, 0xe9, 0xaa, 0x13, - 0x4f, 0x78, 0x5c, 0x64, 0x9e, 0xa3, 0xab, 0x65, 0xf0, 0x0c, 0x14, 0xe4, 0x14, 0x48, 0xc6, 0x13, - 0x31, 0x16, 0x24, 0xa3, 0x56, 0xd6, 0xef, 0xa9, 0xf5, 0x6f, 0x6c, 0x13, 0x11, 0xad, 0x26, 0x2f, - 0x20, 0xed, 0x2e, 0xd4, 0x73, 0x79, 0x13, 0x03, 0xd6, 0x5e, 0x1d, 0xbd, 0xde, 0x3f, 0x3f, 0x19, - 0x34, 0x97, 0xc8, 0x1d, 0xa8, 0xf7, 0x4f, 0x07, 0x47, 0x96, 0x75, 0x7e, 0x36, 0xe8, 0x1f, 0x9c, - 0x1c, 0x35, 0x4b, 0x07, 0x5f, 0xbf, 0x7b, 0xee, 0xf9, 0xf2, 0x32, 0xbe, 0xe8, 0x38, 0x6c, 0xd4, - 0xd5, 0x17, 0x32, 0xee, 0x75, 0xb3, 0xef, 0x75, 0x0f, 0xc3, 0x6e, 0x74, 0xf1, 0x95, 0xc7, 0xba, - 0xf9, 0x5f, 0x0b, 0x17, 0x15, 0xfd, 0x00, 0x9e, 0xfd, 0x13, 0x00, 0x00, 0xff, 0xff, 0xbd, 0x36, - 0x96, 0x71, 0x46, 0x0c, 0x00, 0x00, + // 1147 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xff, 0x4e, 0x1b, 0x47, + 0x17, 0x8d, 0x0d, 0x18, 0x7c, 0xd7, 0x36, 0x66, 0x3e, 0x42, 0xf6, 0x83, 0x24, 0x38, 0x4e, 0x53, + 0xd1, 0x44, 0x5d, 0x4b, 0x8e, 0x92, 0x46, 0x6a, 0xa5, 0x0a, 0x08, 0x29, 0x56, 0x09, 0x42, 0x1b, + 0xd3, 0x4a, 0x69, 0xab, 0xd5, 0xb0, 0x7b, 0xbd, 0xac, 0x58, 0xef, 0xac, 0x66, 0x67, 0x43, 0xfd, + 0x28, 0x7d, 0xa6, 0x3e, 0x49, 0xa5, 0x4a, 0x7d, 0x85, 0x6a, 0x66, 0x7f, 0x98, 0x5d, 0xbb, 0x6e, + 0xa8, 0xf2, 0x0f, 0xd2, 0x9c, 0xb9, 0x73, 0xe6, 0xde, 0x73, 0xef, 0x1c, 0xd6, 0xb0, 0x3d, 0xf2, + 0x27, 0x02, 0x3d, 0xc7, 0xef, 0xe1, 0x07, 0x0c, 0x44, 0xf2, 0xd7, 0x08, 0x39, 0x13, 0x8c, 0xb4, + 0xb2, 0x3d, 0x43, 0xa1, 0xdb, 0x0f, 0xf2, 0x58, 0x9b, 0x71, 0xec, 0xe1, 0xaf, 0x68, 0xc7, 0xc2, + 0x63, 0x41, 0x12, 0xbe, 0xfd, 0xb0, 0xb8, 0xed, 0x39, 0x18, 0x08, 0x6f, 0xe4, 0x21, 0x4f, 0xf7, + 0x77, 0x8a, 0xfb, 0x36, 0x15, 0xd4, 0x67, 0x6e, 0xba, 0xb9, 0xeb, 0x32, 0xe6, 0xfa, 0xd8, 0x53, + 0xab, 0x8b, 0x78, 0xd4, 0x13, 0xde, 0x18, 0x23, 0x41, 0xc7, 0x61, 0x1a, 0x70, 0xbf, 0x1c, 0x10, + 0x09, 0x1e, 0xdb, 0x69, 0xaa, 0xdd, 0x3f, 0xab, 0xb0, 0xf5, 0x23, 0xe3, 0x57, 0x23, 0x9f, 0x5d, + 0x1f, 0x65, 0x79, 0x1d, 0xc9, 0xac, 0xc9, 0x5b, 0x68, 0xe4, 0x99, 0x5a, 0x9e, 0xa3, 0x57, 0x3a, + 0x95, 0x3d, 0xad, 0xff, 0xd4, 0xc8, 0x8b, 0x93, 0xd9, 0x18, 0x33, 0x87, 0x07, 0x79, 0xfa, 0xa6, + 0x86, 0x53, 0x90, 0xec, 0x82, 0x16, 0x72, 0xe6, 0xc4, 0x36, 0x72, 0xc9, 0x56, 0xed, 0x54, 0xf6, + 0xea, 0x26, 0x64, 0xd0, 0xc0, 0x21, 0xdf, 0xc0, 0x4a, 0x78, 0x49, 0x23, 0xd4, 0x97, 0x3a, 0x95, + 0xbd, 0x56, 0xff, 0xf3, 0x7f, 0xbb, 0xc8, 0x38, 0x93, 0xd1, 0x66, 0x72, 0x88, 0x7c, 0x0d, 0x1a, + 0xb3, 0xed, 0x98, 0x73, 0x74, 0x2c, 0x2a, 0xf4, 0x65, 0x95, 0xec, 0xb6, 0x91, 0x14, 0x6f, 0x64, + 0xc5, 0x1b, 0xc3, 0x4c, 0x1d, 0x13, 0xb2, 0xf0, 0x7d, 0x41, 0x76, 0x01, 0x58, 0x2c, 0xc2, 0x58, + 0x58, 0x31, 0xf7, 0xf4, 0x15, 0x99, 0xda, 0xf1, 0x1d, 0xb3, 0x9e, 0x60, 0xe7, 0xdc, 0x23, 0x2f, + 0x60, 0x05, 0x39, 0x67, 0x5c, 0xaf, 0x29, 0xde, 0x07, 0xa5, 0xdc, 0xa6, 0xca, 0xc9, 0xa0, 0xe3, + 0x3b, 0x66, 0x12, 0x7d, 0xb0, 0x0e, 0xcd, 0x94, 0x97, 0x63, 0x14, 0xfb, 0xa2, 0xfb, 0x7b, 0x0d, + 0xc8, 0x29, 0x73, 0xb0, 0x24, 0xf5, 0x4b, 0xa8, 0xe6, 0x02, 0x97, 0xeb, 0x2e, 0x84, 0xdf, 0x10, + 0xb7, 0xea, 0x7d, 0x84, 0xa6, 0xaf, 0x8a, 0x9a, 0x76, 0x17, 0x71, 0x7f, 0x42, 0x3d, 0x77, 0xa0, + 0xee, 0x05, 0x05, 0x39, 0xcd, 0x35, 0x05, 0x48, 0x2d, 0x8b, 0x62, 0xd7, 0x16, 0x88, 0xbd, 0x7a, + 0x1b, 0xb1, 0xc9, 0xcf, 0xb0, 0x75, 0x9d, 0xce, 0x88, 0x15, 0x30, 0x07, 0xad, 0x31, 0x0a, 0xea, + 0x50, 0x41, 0xf5, 0x35, 0xc5, 0xf3, 0x99, 0x51, 0x7c, 0x96, 0xf9, 0x44, 0x49, 0x15, 0xde, 0xa6, + 0xb1, 0xc7, 0x15, 0x73, 0xf3, 0x7a, 0x0e, 0x4e, 0xce, 0x80, 0x08, 0x1a, 0x5d, 0x95, 0x98, 0x5b, + 0x8a, 0xb9, 0x53, 0x66, 0x1e, 0xd2, 0xe8, 0xaa, 0xc4, 0xda, 0x16, 0x25, 0x8c, 0xfc, 0x02, 0x9b, + 0x21, 0xe5, 0x18, 0x08, 0x4b, 0x11, 0xe7, 0x9c, 0x75, 0xc5, 0xf9, 0xac, 0xcc, 0x79, 0xa6, 0x62, + 0x25, 0x73, 0x2e, 0x40, 0x46, 0x65, 0x92, 0x30, 0xdf, 0x9c, 0x43, 0x5f, 0x4c, 0x19, 0x16, 0xd1, + 0x17, 0x06, 0xa2, 0x4c, 0x5f, 0xc8, 0x7e, 0x17, 0x34, 0x8e, 0x82, 0x4f, 0x2c, 0x97, 0xb3, 0x38, + 0xd4, 0xb5, 0x64, 0xf4, 0x14, 0xf4, 0x9d, 0x44, 0x48, 0x07, 0x1a, 0x51, 0x88, 0x76, 0x72, 0xbb, + 0xe7, 0xe8, 0x8d, 0x24, 0x42, 0x62, 0x92, 0x68, 0xe0, 0xc8, 0x29, 0x51, 0x9b, 0x01, 0x1d, 0xa3, + 0xde, 0x4c, 0xa6, 0x44, 0x02, 0xa7, 0x74, 0x8c, 0x33, 0x4f, 0xe7, 0x60, 0x03, 0xd6, 0x05, 0xe5, + 0x2e, 0x8a, 0xbc, 0x94, 0x2e, 0xc2, 0xe6, 0xbc, 0x1e, 0x7e, 0x62, 0xe7, 0xea, 0xfe, 0x56, 0x81, + 0x76, 0xb9, 0xa3, 0xe4, 0x35, 0x34, 0x6c, 0x6a, 0x5f, 0xa2, 0x15, 0x09, 0x2a, 0xe2, 0x48, 0xdd, + 0xd1, 0xea, 0x3f, 0x2a, 0xdd, 0x71, 0x98, 0x78, 0xf5, 0xa1, 0x8c, 0x7c, 0xa7, 0x02, 0x4d, 0xcd, + 0x9e, 0x2e, 0xc8, 0xb7, 0xa0, 0xa5, 0x76, 0x6e, 0x5d, 0xe1, 0x44, 0x3d, 0x60, 0xad, 0xff, 0x70, + 0x3e, 0x49, 0xde, 0x0e, 0x48, 0x8f, 0x7c, 0x8f, 0x93, 0xee, 0x39, 0xec, 0x2c, 0x18, 0x8c, 0x85, + 0xc6, 0x52, 0x38, 0x51, 0x34, 0x96, 0xee, 0xcb, 0x8c, 0x76, 0xee, 0x40, 0x90, 0x7b, 0xb0, 0x9a, + 0xb5, 0xb5, 0xa2, 0xfa, 0x56, 0x0b, 0x54, 0x4b, 0xbb, 0x7f, 0xad, 0x00, 0x29, 0xf0, 0x26, 0xfe, + 0xd6, 0x87, 0x55, 0x35, 0xe3, 0x79, 0x2e, 0xff, 0x2f, 0xe5, 0x72, 0xe3, 0xfa, 0x9a, 0x8c, 0x1c, + 0x38, 0xc4, 0x02, 0xfd, 0xe6, 0xfc, 0x16, 0x1a, 0x5a, 0xbd, 0x95, 0x53, 0xde, 0x0d, 0x67, 0x4b, + 0x19, 0x38, 0xe4, 0x31, 0x34, 0x93, 0x09, 0xa6, 0x42, 0xe0, 0x38, 0x14, 0xca, 0x23, 0x9b, 0x66, + 0x43, 0x81, 0xfb, 0x09, 0x36, 0x35, 0xd0, 0xe5, 0xb9, 0x06, 0x5a, 0xa8, 0xb5, 0x68, 0xa0, 0x25, + 0x6f, 0x5e, 0x99, 0xf1, 0xe6, 0xa7, 0xb0, 0xec, 0x33, 0x37, 0xd2, 0x6b, 0x9d, 0xa5, 0x3d, 0xad, + 0xbf, 0x35, 0x87, 0xf9, 0x84, 0xb9, 0xa6, 0x8a, 0x29, 0xbb, 0xf1, 0xea, 0x7f, 0x77, 0xe3, 0xb5, + 0x85, 0x6e, 0x5c, 0x5f, 0xe0, 0xc6, 0x70, 0x2b, 0x37, 0x7e, 0x05, 0x9a, 0x1d, 0x47, 0x82, 0x8d, + 0x2d, 0x2f, 0x18, 0x31, 0xe5, 0x0f, 0x5a, 0xff, 0xde, 0x4c, 0xc6, 0xef, 0xd4, 0xc7, 0x88, 0x09, + 0x49, 0xec, 0x20, 0x18, 0x31, 0xd9, 0x17, 0xa5, 0xa0, 0xf5, 0x01, 0x79, 0xe4, 0xb1, 0x40, 0x39, + 0x47, 0xd3, 0x6c, 0x28, 0xf0, 0x87, 0x04, 0x23, 0x5b, 0x50, 0xe3, 0x48, 0x23, 0x16, 0xa4, 0xc6, + 0x91, 0xae, 0x64, 0xad, 0x6a, 0xd2, 0xc4, 0x24, 0x44, 0xe5, 0xce, 0x75, 0x73, 0x4d, 0x02, 0xc3, + 0x49, 0x88, 0x64, 0x1f, 0xd6, 0x72, 0x1b, 0x6c, 0xab, 0x84, 0x9e, 0xcc, 0x73, 0xee, 0x59, 0x03, + 0xcc, 0x8f, 0xcd, 0xfe, 0x47, 0xb7, 0xe0, 0x7f, 0x26, 0x46, 0x2c, 0xe6, 0x36, 0x4e, 0x47, 0x2e, + 0x22, 0x4f, 0xa0, 0xe5, 0x62, 0x80, 0x9c, 0x0a, 0x74, 0x12, 0x83, 0x4b, 0x1e, 0x4a, 0x33, 0x47, + 0xa5, 0xcb, 0x91, 0x47, 0xd2, 0xa9, 0x04, 0xf2, 0x80, 0xfa, 0x96, 0xe7, 0x44, 0x7a, 0xb5, 0xb3, + 0xb4, 0x57, 0x97, 0xee, 0x93, 0x60, 0x03, 0x27, 0xea, 0xfe, 0x04, 0xed, 0xec, 0x82, 0x33, 0xc6, + 0x7c, 0x25, 0xd1, 0x17, 0xd0, 0xa6, 0xbe, 0xcf, 0x6c, 0xaa, 0x1e, 0x84, 0x60, 0x57, 0x18, 0xa4, + 0xfc, 0xeb, 0x53, 0x7c, 0x28, 0x61, 0x72, 0x1f, 0xea, 0xf2, 0xfa, 0x28, 0xa4, 0x36, 0xa6, 0x1f, + 0x08, 0x53, 0xa0, 0xfb, 0x47, 0x15, 0xee, 0xce, 0x77, 0x8e, 0xf7, 0xd0, 0xf2, 0x82, 0x48, 0xd0, + 0xc0, 0x46, 0xcb, 0xf6, 0x69, 0x14, 0x29, 0xc5, 0x5a, 0xfd, 0xe7, 0x1f, 0xa5, 0x98, 0x31, 0x48, + 0xcf, 0x1e, 0xca, 0xa3, 0x66, 0xd3, 0xbb, 0xb9, 0x24, 0x6f, 0xa0, 0xc1, 0xd3, 0x92, 0x54, 0xd5, + 0x89, 0x27, 0x3c, 0x2e, 0x33, 0xcf, 0xd1, 0xd5, 0xd4, 0x78, 0x0e, 0x46, 0xe4, 0x14, 0x48, 0xce, + 0x13, 0x32, 0xe6, 0x27, 0xa3, 0x56, 0x55, 0xef, 0xa9, 0xf3, 0x4f, 0x6c, 0x99, 0x88, 0x66, 0x9b, + 0x97, 0x65, 0x7d, 0x06, 0x1b, 0xa1, 0x1f, 0xbb, 0x9e, 0xf4, 0x98, 0xec, 0x4a, 0xe5, 0x0a, 0x75, + 0xb3, 0x9d, 0x6c, 0x4c, 0x53, 0xe9, 0xf6, 0xa0, 0x59, 0x28, 0x92, 0x68, 0xb0, 0xfa, 0xfa, 0xe8, + 0xcd, 0xfe, 0xf9, 0xc9, 0xb0, 0x7d, 0x87, 0x6c, 0x40, 0x73, 0x70, 0x3a, 0x3c, 0x32, 0xcd, 0xf3, + 0xb3, 0xe1, 0xe0, 0xe0, 0xe4, 0xa8, 0x5d, 0x39, 0xf8, 0xea, 0xfd, 0x0b, 0xd7, 0x13, 0x97, 0xf1, + 0x85, 0x61, 0xb3, 0x71, 0x4f, 0x65, 0xc7, 0xb8, 0xdb, 0xcb, 0x3f, 0xee, 0x5d, 0x0c, 0x7a, 0xe1, + 0xc5, 0x97, 0x2e, 0xeb, 0x15, 0x7f, 0x5a, 0x5c, 0xd4, 0xd4, 0x6b, 0x79, 0xfe, 0x77, 0x00, 0x00, + 0x00, 0xff, 0xff, 0x71, 0xfa, 0xe9, 0xa7, 0x73, 0x0c, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go index acc6f0f52..108948eba 100644 --- a/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -962,6 +962,8 @@ func (m *TaskExecutionMetadata) Validate() error { } + // no validation rules for PluginIdentifier + return nil } diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 64e7b6bf6..1f43a8de8 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -6074,6 +6074,10 @@ "$ref": "#/definitions/eventResourcePoolInfo" }, "description": "Includes information about resource token allocation (if applicable).\nThis is a repeated field because a plugin can request multiple resource allocations during execution." + }, + "plugin_identifier": { + "type": "string", + "description": "The identifier of the plugin used to execute this task." } }, "description": "Holds metadata around how a task was executed.\nTODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index d170af239..1390ca2a7 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -6609,6 +6609,7 @@ definitions: external_ids: - "external_ids" - "external_ids" + plugin_identifier: "plugin_identifier" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -6728,6 +6729,7 @@ definitions: external_ids: - "external_ids" - "external_ids" + plugin_identifier: "plugin_identifier" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -6790,6 +6792,7 @@ definitions: external_ids: - "external_ids" - "external_ids" + plugin_identifier: "plugin_identifier" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: @@ -26116,6 +26119,9 @@ definitions: \ allocations during execution." items: $ref: "#/definitions/eventResourcePoolInfo" + plugin_identifier: + type: "string" + description: "The identifier of the plugin used to execute this task." description: "Holds metadata around how a task was executed.\nTODO(katrogan):\ \ Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." example: @@ -26130,6 +26136,7 @@ definitions: external_ids: - "external_ids" - "external_ids" + plugin_identifier: "plugin_identifier" eventWorkflowExecutionEvent: type: "object" properties: @@ -26281,6 +26288,7 @@ definitions: external_ids: - "external_ids" - "external_ids" + plugin_identifier: "plugin_identifier" updated_at: "2000-01-23T04:56:07.000+00:00" custom_info: fields: diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go index 189c2aedf..c27ce071b 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go @@ -16,4 +16,6 @@ type EventTaskExecutionMetadata struct { ResourceIds *EventResourceIdentifiers `json:"resource_ids,omitempty"` // Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. ResourcePoolInfo []EventResourcePoolInfo `json:"resource_pool_info,omitempty"` + // The identifier of the plugin used to execute this task. + PluginIdentifier string `json:"plugin_identifier,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 216dde0db..fdd330581 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xdb\x6d\x1b\x49\xda\xf7\x79\x8a\xc6\x7f\x13\x1b\xa0\x65\x60\x06\x73\x93\x3b\x23\x4e\x30\x0e\x82\xc4\x7f\x9c\xcc\x2e\x30\x1c\xc8\x2d\xb2\x25\x73\xd3\xea\xd6\x36\xc9\x78\xbc\xc0\xbe\xfb\xa2\xab\xaa\x4f\x14\x49\x51\x87\x64\x66\xb3\x73\x11\x38\x90\x44\xf6\xb9\xba\x0e\x5f\x7d\xe5\x06\xe9\xa0\xeb\x34\x6d\xcf\x3d\x35\x01\x7d\x70\x0d\xd7\xf6\x12\x43\xc3\x1d\xb2\x4a\x80\x74\x00\xf0\x2c\xb3\xba\x87\x09\x83\x2a\xb8\xca\xd5\x3f\xec\xf4\xb8\x82\x42\xb4\xac\x7a\x89\x87\xd8\x91\x7b\xb2\xb3\x7b\x7c\xe9\xd9\x4f\xe7\xf7\xe7\x58\xae\xad\xad\x81\x0e\x26\x4b\xaf\x10\x9f\xa9\xd4\x4a\x09\xb0\x47\x37\x82\xa5\xd1\x6b\x64\x6d\xf1\x4d\x8c\x96\x1e\x20\x2b\xe7\xd4\x85\xb6\x83\xe7\xf5\x8a\x15\xbc\x29\x1e\x2e\x9c\x36\x17\x17\x59\xaa\xea\x50\xc6\xdd\x6a\x8e\x56\xd7\xea\x4f\xd6\xb1\x16\x98\x59\x7b\xba\xc5\x64\xbf\xd8\x21\x40\xdc\xe4\x63\xb2\x2b\x63\x52\x53\xdc\x9c\x81\xe9\x30\x68\x7a\xfe\xe7\x8e\xeb\x21\xb8\x4b\xc9\x45\xac\xf8\x5a\x94\x2c\xc7\xdc\xe8\xfc\xff\xdc\xf2\xe7\x6a\xb3\x98\xc9\xa7\x65\x33\x83\xbc\x83\x99\x9d\x96\x19\x24\x44\xef\xb8\xe9\xe6\xe5\xb6\xa9\xb4\x63\xba\x07\x8d\xad\x7e\x7d\xc7\xcf\x8e\x6f\x69\xba\xd2\x82\x2e\x1e\x3f\x3f\x77\x69\x0c\x28\x4d\xf6\x82\xb2\x34\x54\x44\xc7\x2a\xb9\x91\x62\x15\xce\x27\xd6\x33\x60\x75\xc3\x9b\xaa\x40\x62\x23\xc5\xe5\x13\x30\xae\x64\xb9\x2a\x2b\x83\xa6\x35\x2f\x9e\x0a\x59\x15\x54\x10\x27\xd5\x85\xc4\x17\xa1\x9a\x04\x67\x0e\x3c\x49\xdf\x4a\x1d\x1a\x42\xb8\xf7\xcf\xfe\xa7\x01\x55\xc8\x17\x2f\x4b\xbd\x66\xdd\x6d\x42\xdc\xab\xe6\xd0\x42\x14\x98\x82\xe7\xec\x59\x6d\xaa\x55\xa5\x78\xa3\x0d\x3b\xbb\x75\x79\x2b\xe7\x3e\xd7\x12\x66\xb1\xbf\x1b\x1d\x7f\xdd\x3e\x53\x84\xbe\xbe\xfe\xcb\x16\xe2\x93\xa2\x9c\x6f\x03\x8b\xf7\xe5\xf9\xdb\x19\x7f\xb7\xbf\xaa\x1b\xbe\xde\xc4\x3c\x5f\x9e\x7d\x86\x66\x46\xe2\x24\x30\xd7\x31\x30\xeb\xaa\x3a\x20\x98\x72\x45\xce\x10\x5c\x37\x6d\x7a\x08\x6c\xbb\xa3\x04\xc1\x31\x3f\x10\xb6\x4d\x75\xe1\x76\x3f\x3d\xea\x30\xfe\xf0\xd6\xf9\x88\xc2\x45\x90\x48\x56\x18\xa8\x50\x05\x9c\x53\x80\xa7\x3e\x24\x08\xd9\x5c\x05\x74\xea\x4b\xa9\xdb\x92\x91\xbb\x9c\x9c\xcf\x66\xc6\x2a\x31\xcb\x58\xfd\xe3\x8b\xcb\xcb\xd9\x6c\x60\x26\xf6\x25\x94\xf0\xe7\x1b\x9e\xeb\xdf\xe1\xf0\x5d\x2f\xfa\x7b\xc7\xd1\x4a\xca\xa1\xcd\xf7\xb3\x3c\x1c\x1d\x07\xec\x96\xd8\x32\x4f\xb1\x8d\xdd\x26\x7d\x89\xb8\x63\x9a\x73\x20\xc9\xf1\xa6\x36\xdc\x08\xd5\xcc\xa1\xc5\xfd\x1a\x83\x46\x6e\xe1\xf1\x24\xab\x65\x92\x85\xf5\xeb\x47\x8d\x86\xb3\x83\xb6\xfe\x16\x15\x73\x24\x6a\x2f\x5e\x7f\x66\x67\x15\xc4\xb1\x22\x27\xe3\xae\xea\x75\x34\xa0\x03\x66\x2f\x1a\x50\x22\x98\x26\x0d\x28\xf4\x1e\xb3\xbc\x7d\xa5\x42\x8f\xee\xb3\x82\xc2\x7d\x16\x3c\xc0\x88\xdc\x0c\xee\x6e\xc6\x1b\xaa\x9e\xff\x2f\x61\x74\x48\x59\x24\xba\xe0\xe8\xc5\x23\x30\xef\xa7\xf9\xe1\xb4\x0f\xc8\x6b\x85\x2c\x0f\x71\x2a\x3b\x7c\x42\xe8\x61\xbc\xa6\x17\x4f\x0e\xee\x3d\xcc\x18\x3a\x3f\x80\x50\xdd\x77\x25\x5c\x9a\xb1\xf4\x74\x96\x84\x17\xc5\xee\x80\x5e\x82\x12\x60\x15\xba\xaa\x66\x6b\xbe\xa1\x98\x31\x15\x9a\xee\x7a\x45\x66\x30\x88\x5f\xff\xfe\xdb\x6c\x88\xd6\x06\xba\x7e\x70\xd9\x9c\xd7\xae\x86\x98\x11\xbc\x0c\xb4\xec\x31\xeb\xfa\x2e\xca\x9a\x9d\x1b\xf2\x08\x4d\xe6\x98\x75\xd9\xd6\x55\x3c\xb9\x41\xd8\xe2\x55\x19\x73\x12\xfa\x0d\x4e\xcb\xe3\x59\xb9\xf5\x92\x81\x0e\x3c\xa0\x2d\xcd\xa8\x9f\x3d\x2d\xec\x31\x7b\xfd\xf2\xe9\x1b\xe9\x81\x43\x89\x9c\x53\xba\xef\xf2\xc5\xc2\x63\x47\x85\x4a\xbc\x7a\xb2\xf7\xb6\xee\x2a\x0a\xb0\x03\xb2\x08\xb1\x1d\x6d\x6e\x87\x67\x0d\xe6\x98\xab\x11\x6d\x57\x90\xb8\x18\x86\x6e\xfe\xdf\x1b\x61\x14\x97\x7f\x68\x81\xe1\x68\xb6\x3d\x91\x99\xed\x54\x44\xeb\x58\x18\x01\xc3\x86\x41\x6d\x0d\x38\xa3\xc7\xf8\x46\x0a\xf6\xff\xed\x42\x4b\xc1\xfe\xd9\x0a\xf3\xc4\x6e\xae\x99\x36\x40\x45\xd2\x68\xfa\xa8\x2a\xf7\xe2\x2a\x47\xe9\x46\x30\x3d\x5f\xd1\xdd\x01\x06\xab\x4e\xd7\x43\x8f\x61\x0d\xa8\x00\xaf\xcf\x70\x4b\x7a\xdd\x67\x3e\xb9\x0d\x78\xab\xb5\xbc\x51\x4b\x7d\xcc\xee\xe3\xd2\xf1\xd6\xcc\x81\x26\xe0\xe8\xfd\x17\xc0\x18\x37\xd7\xde\x8d\xe7\x53\x73\x61\x5d\x22\x92\x1e\x88\x31\x51\x17\x20\xb2\x83\x45\x85\x86\x91\x17\xf5\xa6\xc7\x93\xbb\x27\x82\x04\xde\x81\x21\x20\xcf\x58\xba\x7d\x3e\x02\xea\x95\x87\x3e\x42\xfa\x52\xa7\x87\x7b\x6d\x0e\x4c\xea\xef\x34\xe5\x9d\xda\x71\x9a\xa3\x9f\xc7\xa8\x6d\x37\x9f\x48\x25\x64\x77\x1a\x69\x30\xb9\x8a\xb4\x15\xdc\x50\x0e\xa2\xe3\x67\xad\x6f\x2b\x25\x72\xf0\x68\x4b\xfc\x98\x5c\xf6\xd1\xb3\x7f\x1d\x53\x46\x80\x83\xb9\xd0\xeb\x85\xb5\x86\x91\xea\x89\x22\x3c\xa0\x66\x5d\xb9\xbc\x46\x9f\x94\xe5\xd4\x25\x2c\xfb\xd0\x15\x83\x0e\x1e\x13\x67\x5d\xc5\x77\x66\x2f\x30\x60\x40\xb7\x3d\x6d\xda\x7d\xff\x45\x7f\xd5\x1d\x01\xb0\x57\x3f\xf2\xa7\x1a\xf8\x35\x84\xbd\x96\x97\xa1\xdc\x4b\x2c\x00\xbd\xa3\xc0\xa7\xa1\x11\x59\x55\x4b\xb4\x3b\x34\x96\x8a\x2a\x7e\x49\xc7\x24\x12\xf2\x55\x9e\xd7\xfd\x93\xf3\xb5\x39\x02\xfa\xe7\x02\xde\xef\x33\x59\x89\x5c\x36\xb9\xf0\x32\x34\x6d\x7f\x08\x48\x7c\x51\x68\xe5\xb3\x5f\x4f\xe2\x31\xe9\xe1\x0f\xe8\xef\x2e\x7c\xb7\xc5\x4a\xbb\xcb\x7d\x73\xa4\x17\x29\xd2\xd3\x8c\x2e\x88\x65\xb7\x61\x40\xbb\x85\xe2\xd8\xb6\x9d\xb1\x35\xaf\x14\x1d\x83\xc6\x58\x01\x59\x8a\x45\xbb\x5a\x0d\x3a\x37\xa4\x5e\x7d\xd5\x48\x8b\xcb\xb6\x1f\x54\x10\xfc\x08\xe5\x58\x06\xf9\x8e\x1d\xfa\x1d\x79\xb1\x46\x33\xae\x4e\xe1\x87\xba\x71\x2d\xa1\x37\x7d\x59\x49\xf1\x6d\x5c\x4f\x27\xf2\xa3\xdd\x4c\xf1\xa3\xb9\x70\x0c\x40\x42\x71\x1c\xde\x61\xfe\x3f\xe4\x60\xc3\x34\x99\x79\x95\xaa\x97\x23\x5d\x3a\x30\xf5\xcc\x27\xcb\xc2\x61\x25\xde\xa6\x5a\xa8\xb2\x06\xa3\xe4\xf4\xb9\x68\x20\xdb\x8f\xcf\x1a\xdb\xc1\xa2\x7e\xa7\xd7\x82\x41\x53\x35\xf2\x9f\x30\xc2\xb4\x66\x10\xbe\xb5\x03\x0c\x54\x79\x70\xe0\x29\x3e\x59\x3c\x70\xb5\x12\x65\x50\x09\xcf\x94\x78\x64\x56\xd6\x66\x71\x3c\x2b\x5a\x9e\x8c\x89\xa6\x38\xb7\xba\x4d\x02\x7f\x31\xa2\xd0\xa6\x04\x02\x82\x15\x37\x25\x80\xae\x68\xc3\x4b\x5e\x7c\x86\x52\x4d\x70\x1d\x61\x8b\x14\x73\x73\x39\xfa\x18\x07\x0e\x6f\xab\x54\x81\x24\x98\xbe\x7a\xb2\xeb\x1f\x3e\x5e\x33\x5e\x18\x5d\x53\x2d\x57\xaa\xd0\x43\xa5\x61\xa2\xea\x18\xd0\xe2\xa0\x8f\x8c\xd7\xc7\x71\x0e\xc0\xe8\x10\xe6\x09\xfc\xaf\x1b\xc9\x55\xbc\xe9\xab\x9a\x86\xdc\x18\x0e\x6c\xad\x4e\x27\xc2\xa6\xf1\xe8\x17\x7c\x03\x41\xb2\x6a\x08\xff\xed\x53\x0f\xbf\x69\xc2\x72\x4c\xb6\x18\x8e\x1d\xea\x7e\x46\xf0\xf2\x29\x4e\xd0\xaa\x14\x31\xa8\xf1\x72\x5d\x29\xbb\x35\xec\xed\x83\xd5\x54\x48\xba\x95\x58\x93\x5b\x62\x64\x1a\x08\x72\xac\x5c\x4b\x6e\xcc\x9a\x29\x61\x15\x06\x6e\x2a\xf9\x04\x3a\xe2\xc6\x88\x8b\xa8\x9d\xe8\xfc\x13\x34\xae\xaa\x73\x85\x7d\x07\xe3\x76\xd9\x4a\xd4\x24\xc1\xd6\xf2\x03\xa0\x73\xfa\xe9\x26\xb3\x97\x48\x43\xb4\x14\x51\xc3\xb0\xa7\x4f\x02\x33\xda\xb6\x72\x26\x79\x8e\x43\xe2\xa0\x01\x0c\xc4\x83\x7e\x74\x58\xc8\x47\x1e\x42\xdd\xfb\x98\x81\xb7\x24\xdb\x9c\x89\x17\x05\xc6\xe1\xc2\x4f\xa8\xdc\x5f\x6b\x43\xd4\x11\x20\x3c\x6e\x89\x31\xfe\xe7\xea\x8b\xc8\xd8\xdd\x86\x9b\xcf\x19\xbb\x7e\x52\x7c\x5d\x15\x6f\xf4\x62\xa7\x65\x77\x12\xf7\x1a\x81\x4c\xe7\x85\xe4\xf5\xc4\x88\x77\x6f\x27\x6e\xe8\x45\x2f\xe1\x3d\x03\xb2\x00\x2f\xd0\x3e\x8f\xd3\xc8\x3a\xf7\x79\xe6\x46\x2f\xa2\x3d\x3d\x35\x65\x6b\xb0\xe2\xc0\xb8\x45\xe8\x7b\xbf\xd1\x5a\xf6\x5e\xa1\xa7\xd2\x93\xfb\xdd\x41\x93\x5d\x6a\x88\x3e\xeb\x63\x0f\x0e\x35\x98\x80\x3b\x32\x72\x41\x40\xf0\xc7\xa3\xd7\xcf\x67\xc1\x77\xcc\xad\x5a\x8b\x1e\x38\xbc\x3e\x16\xa2\xe0\x90\x12\xeb\xee\x75\xac\x07\x83\x75\xa4\xfd\xed\xd7\xe3\xe7\xa8\x47\x67\x7a\xd7\x41\xfb\x19\x5c\x2c\xeb\x89\x27\x38\x57\x1f\xdf\x5f\xbf\x3f\xfb\xcc\x1b\xa3\x57\x5c\x9d\xbf\x60\xaf\xac\x2c\x26\xca\x60\x84\xe7\x2d\x8d\x10\x00\x7e\xa0\xbc\x9a\xb3\x87\xa6\xd9\xd4\x2f\x2e\x2f\x57\x55\xf3\xd0\x2e\x66\x85\x5e\x63\x98\x4f\x9b\x15\xfe\xe7\xb2\xaa\xeb\x56\xd4\x97\x3f\xfe\xf0\xd3\x79\xdf\xe9\xdc\x4a\xaa\x39\xda\xf7\x72\x98\xeb\x61\x2c\xd9\xac\x5f\xa3\xfc\xdb\x56\xc2\x04\x1b\x8a\xd5\xfc\x77\xe2\x1f\x06\xf2\x9d\xbe\x77\xeb\x71\x07\x8a\xf6\x2f\x28\xc3\x49\x2d\xad\x67\xf1\x5f\x27\x19\x1c\x52\x00\xb4\xb6\xc4\x29\xf8\xa7\x82\x47\xf5\xba\xfd\x3b\xf9\x85\x89\xd6\x3f\xc9\x8d\x7a\x0a\x17\xc5\x2d\x87\xc2\xf1\x8e\x8c\x17\x5d\xea\x8d\x36\x82\xe8\x21\xd1\x6f\xb1\x90\x7a\x01\x9c\x82\xf6\x9b\xa1\x98\x57\x21\x75\x3d\x39\x8f\x6d\x7b\xc1\x5e\xd2\xe3\xe3\xda\xc7\x7a\x03\x78\x49\x23\x6a\x48\x9c\xd9\x76\x0c\x6e\x01\xcd\x4e\xa2\x13\x6f\x77\xd7\xaa\x66\xd7\x5b\x3a\xf1\x36\x8d\x86\xdd\xd2\x80\x8d\x78\x35\xb2\xa7\x87\xee\xe5\x57\x31\xe2\x90\x43\x89\x84\x06\x6a\x86\x51\x00\xac\x52\x2b\x29\x3a\xe3\x75\xa4\xad\xb9\xba\xc2\x6f\xe2\x3a\x8f\x81\x9c\xc9\xc3\x0f\x88\x9f\xcf\x63\x17\x11\x82\xc8\xae\x5c\x4a\x11\xa4\xae\x70\xf2\x0c\x7b\x15\x04\x34\xed\xcc\x15\x8e\x34\x82\x29\x08\xfc\xe4\xaa\x6e\x17\x17\x21\xc1\x44\x1b\x90\xae\x90\x7f\xb4\xe1\x06\xc8\x4f\x1f\x2a\x59\x5e\xf4\x24\x11\xa2\x39\x1d\x68\x5f\x5c\x0e\x32\x97\x12\x56\x1c\x15\x25\xc4\x37\xfb\xb1\xfb\xf7\x58\x9b\x4c\xf0\xe2\xc1\x63\x6b\x31\x4a\xd1\xd1\x24\x12\x79\x91\xa8\xda\x7f\x74\x18\x7d\x42\x98\x70\x80\x7b\xed\xfb\x97\x13\xc9\x9c\x4d\x91\x13\x1f\xd3\x70\x8f\x3b\x35\xd6\xe0\x26\xc9\x31\x34\x55\xf5\x1c\x63\x35\xdf\x20\x01\x33\x44\x50\xeb\x0d\x7f\x54\x94\xd6\xb1\x57\x10\x7d\x9a\x7c\xe8\x27\x75\xb6\xf2\x61\x2b\x7e\x1b\x57\x84\x45\xeb\xb5\xa9\x3c\x93\x5d\x16\x51\x76\x72\x29\x63\x2e\x96\xe0\x67\xcb\x55\x30\x23\x6a\xf6\x28\xa4\xb4\x7f\x8b\xae\xe0\x26\x3b\xa1\x04\x68\xb4\xc8\x5c\x0e\x02\xe5\xef\x92\x37\xec\x62\xc1\xa1\x38\xfd\x50\x89\xdf\xad\xd3\x9c\xe0\x04\x8f\x38\xd0\x05\x2f\x1e\xc4\xdc\x76\xad\xdd\x03\xa8\x4e\xf5\x6a\x5f\xda\x87\xef\xf0\xd9\xd1\xcb\x0c\xdd\x66\xe8\x00\xc4\xb6\x00\x46\xc4\x0b\xc8\xb7\xf4\x0e\xb8\x5d\xc7\xbb\xc0\x66\xe7\x3d\xb5\xa2\x76\xf6\xb5\xdf\xb3\x13\xd5\x4e\x82\xc3\xec\x50\xf0\x05\x37\xc6\x41\x03\xa9\x55\xc6\x4d\x53\x2d\x79\x91\x38\x63\x26\x31\x30\x24\x37\x24\xbe\xb1\x86\x18\x42\xa8\x88\xea\x44\x39\x67\x9e\x29\x73\x78\xfd\x7b\x61\xa9\xa7\xb0\x0e\x6f\x4e\x64\x1c\xee\x3d\x29\x9c\x25\x49\xb0\xbd\x43\x8f\x0a\xe4\x1d\x31\xd6\x03\xc1\xda\xfb\x71\x24\x45\x55\xeb\xa6\x4b\xb8\x2d\x6a\x42\xaa\xd8\x06\xae\xfb\x92\x32\x09\x9b\x6e\xea\x0b\x4c\x21\x82\x3a\xbf\x88\x32\xa4\x05\x45\xb9\xe1\xf6\x8a\xe2\x2b\xc1\xd6\xa2\xac\xda\x2e\x05\xd7\x38\x00\xf9\x2f\xc1\xf2\x27\x12\x2c\xc3\xeb\xf6\xd5\x04\xc2\xc9\xdc\x45\x53\x24\xc2\x6b\x6d\x42\x42\xd2\x3b\x30\xf2\x1f\x05\x56\x5b\x69\x34\x46\xc5\xfa\x99\xbd\xa3\x84\x6b\xde\x3c\xaf\x3d\xf2\x3c\xdd\xe9\x2e\x06\xf9\xb6\xaa\x9b\x5f\xb8\x6c\x8f\xca\xb2\x06\x28\xec\x57\x43\x38\xb8\xae\x62\x37\xa3\x27\x46\x3d\xb6\x1f\x52\x07\xab\x15\x0e\x18\x04\x80\x6c\x2c\xc7\x5d\x66\xfb\xbd\x8f\xe2\x75\xef\xe7\xeb\x1e\x2f\xa8\x47\xc3\x37\x1b\x61\x9c\xeb\x74\xcb\xb1\x0b\x44\x60\xd0\x4a\xae\xd0\xd0\x79\x73\xf7\xfe\x5d\xd0\xb8\x82\xff\xa3\xf3\x6a\xf8\x19\x4c\xdd\xac\x7f\xe5\xde\xb5\x52\x0e\xae\xdc\x84\x92\x35\x9f\xde\xbe\x9d\xff\x72\xf5\xf6\xd3\xab\x51\x0e\x9f\xe8\x67\x83\x73\xe2\x7b\x42\x73\x82\xea\x67\x03\x2a\x67\xbb\x16\xc6\x81\x01\xc3\xa8\xf1\x96\x6f\xa5\x4c\xb9\x9c\x72\x75\x4f\xef\x81\xc0\x58\xab\xd0\x3c\xcc\x15\x1b\x9d\xb8\xb4\x7d\xf8\xd9\xbd\x7d\xf9\x3d\x3e\x7b\xc1\xc2\x20\x5e\xb0\x77\xbe\xd5\x81\x79\xa5\xa8\xfc\x11\xc7\x01\x5d\xdf\x43\xc7\xe1\xd4\x6c\x75\x87\x1d\x8f\x4f\xca\x95\x57\x25\x92\xb9\x93\x9c\x0e\x9c\xbb\xfb\xd4\xf5\xe0\xc5\x7d\x89\xf7\x33\xbc\x37\x43\x8e\x31\x2c\x3b\xea\x69\xb8\x72\x45\x25\xa7\x38\x24\x6f\x0c\xf6\x89\xdd\x28\xcc\x21\x96\x5c\xad\x5a\xbe\x12\x75\xc6\x5c\xe3\xb9\x5a\x57\xab\x07\x48\xca\x26\x96\x78\xc4\x39\x73\xa6\x78\x53\x7d\x11\x9d\x2d\x84\x01\x44\xf1\x3b\x5f\x6f\x00\xa3\xa3\x72\x45\x63\x52\xab\xf0\x7a\x8c\x2d\xbe\xb9\xf3\xc3\xb1\x3b\xcd\xbf\x88\x68\xd2\x54\xae\x70\x71\x91\xfb\xc5\xd9\x64\xe0\xb8\x85\xfa\x98\xc9\xd6\xe5\x46\x38\x66\x46\x90\xe9\x2b\xb0\x0e\xb1\xb2\xbf\xc3\xa0\x59\x49\x1f\x31\xdd\x23\x22\x01\xbb\xb4\x5b\x9e\xb8\xc5\x70\x67\x82\xfa\xd6\xbf\xeb\x8f\xbe\x03\xec\x81\x9b\x7f\xe9\xbc\x65\xc2\xb6\x0d\x62\x6c\x87\x34\x0f\x1b\x4a\x75\x8f\x30\xeb\xa2\x9f\x01\xdd\xd8\xdf\x1b\x37\x2e\xfc\xcd\x60\xb0\x41\xb7\x0b\xb9\x47\x97\xf0\xf7\xa3\x9d\x42\x91\x3c\xde\xa9\x09\x0e\x99\x0f\x9d\xa3\x65\xb7\xe9\x58\xb3\x0b\xad\x07\xd6\xe5\x84\xae\x8d\xa4\x53\xf4\xc0\xae\xc9\x68\x8b\xe6\x90\xfd\x32\x01\x34\xd5\x9d\x22\x27\x7d\xc6\x3a\x24\xab\xfa\xa0\xee\x04\xfd\x69\x72\x8f\xbc\x86\x40\x97\xdd\x5e\x12\x96\xee\xb9\x44\xc0\x0e\x88\x49\x32\xa8\xc9\x9d\x2a\x2a\x14\x2f\x0a\x6a\x4a\x71\x42\x00\x67\x7e\x13\x65\x61\xe5\x32\xe8\x64\xd1\x9a\xda\x8a\x4b\x92\x77\x24\xb5\xad\x79\x9a\x2b\x47\xd4\xe1\xc4\xf1\x15\x73\x01\x4c\xff\x29\x02\xd1\x36\x98\xe6\x0e\x1a\x6b\xc3\xb4\x12\x4e\x1a\xe6\x0a\xd8\x50\x15\xb8\x7e\x16\x35\xf0\x14\x11\xe7\x27\x7d\x11\xd5\x14\xe1\x0a\x0b\x50\xed\x96\x79\x1d\x35\x20\xb9\xe7\x9f\xd9\x7f\xff\x7e\xf6\x9f\x00\x00\x00\xff\xff\x1e\x1a\x4b\xb2\x1a\x8e\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xdb\x6d\x1b\x49\xda\xf7\x79\x8a\xc6\x7f\x13\x1b\xa0\x65\x60\x06\x73\x93\x3b\x23\x4e\x30\x0e\x82\xc4\x7f\x9c\xcc\x2e\x30\x1c\xc8\x2d\xb2\x2d\x71\xd3\x6a\x6a\x9b\x64\x3c\x5e\x60\xdf\x7d\xd1\x55\xd5\x27\xaa\x49\x51\x87\x64\x66\xb3\x73\x11\x38\x90\x44\xf6\xb9\xba\x0e\x5f\x7d\x65\x07\x69\xa1\xeb\x34\x6d\xcf\x1d\x35\x01\x7d\x70\x0d\xd7\xf6\x03\x86\x86\x7b\x64\x95\x00\xe9\x00\xe0\x59\x66\x74\x0f\xed\x07\x55\x70\x95\xab\x7f\x98\xe9\xb1\x05\x85\x68\x59\xeb\x07\x3c\xc4\x96\xdc\x93\x9d\xdd\xe3\x4b\xcf\x7e\x3a\xbf\x3f\xc7\x72\x6d\x5d\x03\x74\x30\x59\x7c\x85\xb8\x4c\xa5\x4e\x4a\x80\x3d\xda\x11\x3c\xe8\x7a\x8d\xac\x2d\xae\x89\xd1\xd2\x03\x64\xe5\x9c\xba\xd0\xb6\xf7\xbc\x5e\xb1\x82\xb7\xc5\xea\xc2\x6a\x73\x61\x91\xa5\xaa\xf1\x65\xdc\x8d\xe6\x68\x74\xad\x74\xb2\x8e\xb1\xc0\xf4\xda\xd1\x2d\x46\xfb\xc5\x0c\x01\xe2\x26\x1f\xa3\x5d\x19\x92\x9a\xe2\xe6\xf4\x4c\x87\x5e\xd3\x73\x3f\xb7\x5c\x0f\xde\x5d\x4a\x2e\x62\xc5\xd7\xa2\x64\x39\xe6\x46\xe7\xff\x67\x97\x3f\x57\x9b\xc5\x4c\x3e\x3d\xb4\x33\xc8\x3b\x98\x99\x69\x99\x41\x42\xf4\x8e\x9b\x6e\x5e\x6e\x9b\x4a\x3b\xa6\x7b\xd0\xd8\x4a\xeb\x3b\x6e\x76\x5c\x4b\xd3\x95\x16\x74\xf1\xb8\xf9\xb9\x8b\x63\x40\x71\xb2\x17\x94\xa5\xa1\x22\x3a\x46\xc9\x0d\x14\x2b\x7f\x3e\xb1\x9e\x01\x6b\x5a\xde\x56\x05\x12\x1b\x29\x2e\x9f\x80\x71\x25\xcb\x55\x59\x69\x34\xad\x79\xf1\x54\xc8\xaa\xa0\x82\x38\xb1\x2e\x24\xbe\x08\xd5\x46\x38\x73\xe0\x49\xfa\x56\xea\xd0\x10\xc2\x3d\x3d\xfb\x9f\x06\x54\x21\x57\xbc\x2c\xf6\x9a\xf5\xb7\x09\x71\xaf\xea\x43\x0b\x51\x60\x0a\x9e\xb5\x67\x6b\x5d\x2d\x2b\xc5\xdb\x5a\xb3\xb3\x5b\x9b\xb7\x72\xee\x72\x2d\x61\x16\xd3\xdd\xe8\xf9\xeb\xf6\x99\x22\xf4\xf5\xa5\x2f\x5b\x88\x4f\x8a\x72\xbe\x0d\x2c\xde\x97\xe7\x6f\x67\xfc\xdd\xfc\xaa\x69\xf9\x7a\x13\xf2\x7c\x39\xf6\x19\x9a\x19\x89\x93\xc0\x6c\xc7\xc0\xac\xab\x1a\x8f\x60\xca\x15\x39\x43\x70\xdd\x6a\x9d\x20\xb0\xed\x8f\x12\x04\xc7\xfc\x40\xd8\x36\xd5\x85\xdb\xfd\xf4\xa8\xc3\xf8\xc3\x5b\xeb\x23\xf2\x17\x41\x24\x59\x61\xa0\x42\x15\x70\x4e\x01\x9e\xba\x8a\x10\xb2\xb9\xf2\xe8\xd4\x97\xb2\xee\x4a\x46\xee\x72\x72\x3e\xeb\x19\xab\xc4\x2c\x63\xcd\x8f\x2f\x2e\x2f\x67\xb3\x81\x99\xd8\x97\x50\xc2\x9d\x6f\x78\x2e\xbd\xc3\xe1\xbb\x24\xfa\x7b\xc7\xd1\x8a\xca\xa1\xcd\xf7\xb3\x3c\x2c\x1d\x07\xec\x96\xd0\x32\x8f\xb1\x8d\xfd\x26\x5d\x89\xb8\x63\x9a\xb3\x20\xc9\xf1\xa6\x36\x5c\x0b\xd5\xce\xa1\xc5\xfd\x1a\x83\x46\x6e\xe1\xf1\x28\xab\x65\x92\x85\xf5\xeb\xc7\x1a\x0d\x67\x0b\x6d\xfd\x2d\x28\xe6\x48\xd4\x5e\xbc\xf9\xcc\xce\x2a\x88\x63\x05\x4e\xc6\x5d\xd5\xeb\x68\x40\x07\xcc\x5e\x30\xa0\x48\x30\x4d\x1a\x90\xef\x3d\x66\x79\xbb\x4a\x85\x0e\xdd\x67\x04\x85\xfd\xcc\x7b\x80\x11\xb9\xe9\xdd\xdd\x8c\xb7\x54\x3d\xff\x5f\x42\xd7\x3e\x65\x91\xe8\x82\x83\x17\x8f\xc0\xbc\x9f\xe6\x87\xd3\x3e\x20\xaf\x15\xb2\x3c\x84\xa9\xec\xf0\x09\xa1\x87\xf1\x9a\x5e\x3c\x59\xb8\xf7\x30\x63\xe8\xfc\x00\x42\x75\xd7\x15\x7f\x69\x86\xd2\xd3\x5a\x12\x4e\x14\xdb\x03\x7a\x09\x4a\x80\x51\xe8\xaa\x86\xad\xf9\x86\x62\xc6\x54\x68\xba\xef\x15\x99\xc1\x20\x7e\xfd\xfb\x6f\xb3\x21\x5a\x1b\xe8\xfa\xc1\x65\x73\x5e\xdb\x1a\x62\x5a\xf0\xd2\xd3\xb2\x87\xac\xeb\xbb\x28\x6b\x76\x6e\xc8\x23\x34\x99\x63\xd6\x65\x5b\x57\x71\xe4\x06\x7e\x8b\x57\x65\xc8\x49\xe8\x36\x38\x2d\x8f\x63\xe5\xae\x1f\x18\xe8\xc0\x03\xda\xd2\x8c\xfa\x99\x68\x61\x8f\xd9\x4b\xcb\xa7\x6f\xa4\x07\x0e\x25\x72\x4e\xe9\xbe\xcd\x17\xf3\x8f\x1d\x15\x2a\x71\xea\xc9\xde\xdb\xba\xaf\x28\xc0\x0e\xc8\x02\xc4\x76\xb0\xb9\x2d\x9e\xd5\x9b\x63\xb6\x46\xb4\x59\x41\xe2\x62\x18\xba\xf9\x7f\x6f\x85\x56\x5c\xfe\xa1\x05\x86\x83\xd9\x76\x44\x66\xa6\x53\x01\xad\x63\xa1\x05\x0c\x1b\x06\xb5\x35\xe0\x8c\x1e\xe3\x1b\x29\xd8\xff\x77\x8b\x5a\x0a\xf6\xcf\x4e\xe8\x27\x76\x73\xcd\x6a\x0d\x54\x24\x6d\x4d\x1f\x55\xe5\x5e\x5c\xe5\x28\xdd\x08\xa6\xe7\x2a\xba\x5b\xc0\x60\xd5\xeb\xba\xef\x31\xac\x01\x15\xe0\x75\x19\x6e\x51\xaf\x53\xe6\x93\xdd\x80\xb7\x75\x2d\x6f\xd4\x43\x7d\xcc\xee\xe3\xd2\xf2\xd6\xcc\x81\x26\xe0\xe8\xfd\xe7\xc1\x18\x37\xd7\xce\x8d\xe7\x52\x73\x61\x5d\x02\x92\x1e\x88\x31\x51\x17\x20\xb2\x83\x45\x85\x86\x91\x17\xcd\x26\xe1\xc9\xdd\x13\x41\x02\xef\xc0\x10\x90\x63\x2c\xdd\x3e\x1f\x1e\xf5\xca\x7d\x1f\x21\x7d\xa9\xd7\xc3\xbd\x36\x07\x26\xf5\xf7\x9a\x72\x4e\xed\x30\xcd\xd1\xcd\x63\xd0\xb6\x9d\x4f\xa4\x12\x32\x3b\x8d\x34\x98\x5c\x05\xda\x0a\x6e\x28\x0b\xd1\x71\xb3\x96\xda\x4a\x91\x1c\x3c\xda\x12\x3f\x26\x97\x7d\xf4\xec\x5f\x87\x94\x11\xe0\x60\x2e\xea\xf5\xc2\x58\xc3\x48\xf5\x44\x11\x1e\x50\xb3\xae\x6c\x5e\xa3\x4b\xca\xb2\xea\x12\x96\x7d\xe8\x8b\x41\x0b\x8f\x09\xb3\xae\xc2\x3b\x33\x09\x0c\x18\xd0\x6d\x4f\x9b\x76\x9f\xbe\xe8\xaf\xfa\x23\x00\xf6\xea\x47\xfe\xd4\x00\xbf\x86\x30\xd7\xf2\x83\x2f\xf7\x12\x0a\x40\xe7\x28\x70\x69\x68\x44\x56\xd5\x11\xed\x0e\x8d\xa5\xa2\x8a\x5f\xd2\x32\x89\xf8\x7c\x95\xe7\x4d\x7a\x72\xbe\x36\x47\x40\x7a\x2e\xe0\xfd\x2e\x93\x95\xc8\x65\xa3\x0b\x2f\x43\xd3\xf6\x07\x8f\xc4\x17\x45\xad\x5c\xf6\xeb\x49\x3c\x26\x09\xfe\x80\x74\x77\xe1\xbb\x2d\x56\xda\x5d\xee\x9b\x23\xbd\x48\x81\x9e\xa6\xeb\x82\x58\x76\x5b\x06\xb4\x5b\x28\x8e\x4d\xdb\x19\x5b\xf3\x4a\xd1\x31\x68\xb5\x11\x90\xa5\x58\x74\xcb\xe5\xa0\x73\x43\xd6\xcb\xaf\x1a\x69\xb1\xd9\xf6\x83\x0a\x82\x1b\xa1\x1c\xcb\x20\xdf\xb1\x43\xbf\x23\x2f\xd6\x68\xc6\xd5\x29\xfc\x50\x37\xb6\x25\xf4\xa6\x3f\x54\x52\x7c\x1b\xd7\xd3\x89\xfc\x68\x37\x53\xfc\x68\x36\x1c\x03\x90\x50\x1c\x87\x73\x98\xff\x0f\x39\xd8\x30\x4d\x66\x5e\xc5\xea\xe5\x48\x97\x0e\x4c\x3d\x73\xc9\xb2\x70\x58\x89\xb7\xa9\x11\xaa\x6c\xc0\x28\x39\x7d\x2e\x1a\xc8\xf6\xe3\xb3\xc6\x76\xb0\xa8\xdf\xd5\x6b\xc1\xa0\xa9\x06\xf9\x4f\x18\x61\x5a\x33\x08\xdf\x9a\x01\x7a\xaa\x3c\x38\xf0\x14\x9f\x2c\x56\x5c\x2d\x45\xe9\x55\xc2\x33\x25\x1e\x99\x91\xb5\x59\x18\xcf\x0a\x96\x27\x63\xa2\x2d\xce\x8d\x6e\x13\xc1\x5f\xb4\x28\x6a\x5d\x02\x01\xc1\x92\xeb\x12\x40\x57\xb4\xe1\x25\x2f\x3e\x43\xa9\x26\xb8\x8e\xb0\x45\x8a\xb9\xd9\x1c\x7d\x8c\x03\xfb\xb7\x55\xaa\x40\x12\x4c\x57\x3d\xd9\xf6\x0f\x1f\x6f\x18\x2f\x74\xdd\x50\x2d\x57\xaa\xd0\x43\xa5\x61\x82\xea\x18\xd0\xe2\xa0\x8f\x8c\x37\xc7\x71\x0e\xc0\xe8\x10\xe6\x09\xfc\xaf\x1b\xc9\x55\xb8\xe9\xab\x86\x86\xdc\x6a\x0e\x6c\xad\x56\x27\xc2\xa6\xf1\xe8\x17\x7c\x03\x41\xb2\x6a\x08\xff\xed\x52\x0f\xbf\x69\xc2\x72\x48\xb6\xe8\x8f\x1d\xea\x7e\x5a\xf0\xf2\x29\x4c\xd0\xaa\x14\x31\xa8\xf1\x72\x5d\x29\xb3\x35\xcc\xed\x83\xd5\x54\x48\xba\x95\x58\x93\x5b\x62\x64\x1a\x08\x72\x8c\x5c\x8b\x6e\xcc\x86\x29\x61\x14\x06\xae\x2b\xf9\x04\x3a\xe2\x46\x8b\x8b\xa0\x9d\xe0\xfc\x13\x34\xae\x6a\x72\x85\x7d\x07\xe3\xf6\xa1\x93\xa8\x49\x82\xad\xe5\x06\x40\xe7\xf4\xd3\x4d\x66\x2e\x91\x96\x68\x29\x82\x86\x61\x4f\x9f\x04\x66\xb4\x6d\xe5\x4c\xf2\x1c\xfb\xc4\x41\x0d\x18\x88\x55\xfd\x68\xb1\x90\x8f\xdc\x87\xba\xf7\x31\x03\x6f\x49\xb6\x59\x13\x2f\x08\x8c\xc3\x85\x1f\x51\xb9\xbf\xae\x35\x51\x47\x80\xf0\xb8\x25\xc6\xf8\x9f\xab\x2f\x22\x63\x77\x1b\xae\x3f\x67\xec\xfa\x49\xf1\x75\x55\xbc\xa9\x17\x3b\x2d\xbb\x93\xb8\xd7\x08\x64\x3a\x2f\x24\x6f\x26\x46\xbc\x93\x9d\xb8\xa1\x17\xbd\x84\xf7\x0c\xc8\x02\xbc\x40\x53\x1e\xa7\x91\x75\x4e\x79\xe6\x46\x2f\xa2\x3d\x3d\x35\x65\xa7\xb1\xe2\xc0\xb8\x45\xe8\x7a\xbf\xa9\x6b\x99\xbc\x42\x4f\xa5\x27\xa7\xdd\x41\x93\x5d\x6a\x88\x3e\x4b\xb1\x07\xfb\x1a\x4c\xc0\x1d\x19\xb8\x20\x20\xf8\xe3\xd0\xeb\xe7\x33\xef\x3b\xe6\x46\xad\x45\x0f\x1c\x5e\x1f\x0b\x51\x70\x48\x89\xb5\xf7\x3a\xd6\x83\xc1\x3a\xd2\xee\xf6\x4b\xf8\x39\x9a\xa9\x33\x8d\xef\x9d\x57\xa9\x0c\x29\xb6\xa7\x4c\xfe\xb8\x4a\x7a\xcf\xb1\xe7\xd6\xf1\x62\x21\x4a\xc9\x0c\xe8\x5d\x12\xe0\x67\xf0\xfd\xac\x27\x8a\x96\x5c\x7d\x7c\x7f\xfd\xfe\xec\x33\x6f\x75\xbd\xe4\xea\xfc\x05\x7b\x65\x2e\x09\xe2\x32\x46\xdc\xe0\x83\x16\x02\x50\x19\x94\xf0\x73\xb6\x6a\xdb\x4d\xf3\xe2\xf2\x72\x59\xb5\xab\x6e\x31\x2b\xea\x35\xc6\x1f\x6b\xbd\xc4\xff\x5c\x56\x4d\xd3\x89\xe6\xf2\xc7\x1f\x7e\x3a\x4f\x89\x8d\xad\x6c\x9f\xa3\x9d\x42\x87\xf9\x44\xc6\xb2\xe0\xd2\xaa\xee\xdf\xb6\x32\x39\xd8\x50\x10\xe9\xbf\x13\x98\x31\x90\x88\xf5\xbd\x9b\xb5\x3b\xe0\xbd\x7f\x61\x2c\x4e\x6a\x02\x3e\x0b\xff\x5a\xc9\x60\x21\x0c\xa0\x4e\x46\xde\xca\x3f\x15\x6e\x2b\x19\x8f\xe8\x25\x3e\x46\xe6\xc8\x24\xff\xee\x29\x7c\x27\xb7\x1c\x2a\xda\x5b\x96\x60\xf4\xf5\xb7\xb5\x16\xc4\x5b\x89\x0e\x95\x85\xac\x17\x40\x76\x68\xbe\x19\x0a\xc6\x15\xb2\x6e\x26\x27\xd8\x6d\x2f\xd8\x4b\x7a\x7c\x5c\x2d\x5a\x6f\x00\xc8\xa9\x45\x03\x19\x3d\xdb\x1e\xcb\x2d\x04\xdc\x49\x94\xf5\xed\xee\x1a\x9d\xf1\x7a\x4b\x59\xdf\xe6\xf7\x30\x5b\x1a\x40\x1b\xaf\x46\xf6\xf4\xd0\xbd\xfc\x2a\x84\x42\x72\xa8\xdd\xd0\x42\x31\x33\x8a\xcc\x55\x6a\x29\x45\x6f\xbc\x96\x4d\x36\x57\x57\xf8\x4d\x58\x80\xd2\xb3\x46\x39\x5c\x04\x11\x07\x3a\x50\x25\x62\x23\xd9\x95\xcd\x75\x82\x9c\x1a\x4e\x2e\x6b\xa7\x1b\x81\x09\x90\xd9\x8a\x96\x5a\x30\x05\x11\xa9\x5c\x35\xdd\xe2\xc2\x67\xbe\xd4\x1a\xa4\x2b\x24\x46\x6d\xb8\x06\x56\xd6\x55\x25\xcb\x8b\x44\x76\x23\xda\xf9\x9e\x8f\xc6\x26\x47\x73\x29\x61\xc5\x51\x83\x43\xe0\xb5\x1b\xbb\x7b\x8f\x31\x16\x05\x2f\x56\x0e\xf4\x8b\xe1\x93\x9e\x26\x11\xc9\x8b\xc8\x06\xf8\xa3\xe3\xfb\x13\xe2\x97\x03\xa4\x70\xdf\xbf\x9c\x88\xe6\x6c\x8a\x9c\xf8\x18\xc7\xa1\xec\xa9\xe1\xca\x49\x8e\xa1\xa9\x6a\xe6\x18\x44\xfa\x06\x99\xa1\x3e\xb4\xdb\x6c\xf8\xa3\xa2\x7c\x93\xbd\xa2\xfb\xd3\xe4\x43\x9a\x6d\xda\xc8\x87\xad\xc0\x72\x58\xaa\x16\xcd\xea\xb6\x72\x14\x7b\x59\xc0\x25\xca\xa5\x0c\x49\x62\xbc\x03\x30\x57\xde\x8c\x68\xd8\xa3\x90\xd2\xfc\x2d\xfa\x82\x9b\xec\x84\x12\x30\xdb\x22\xb3\xc9\x11\x94\x58\x4c\x6e\xba\x8b\x05\x87\xaa\xf9\x43\xb5\x87\xb7\x4e\x73\x04\x60\x3c\xe2\x40\x17\xbc\x58\x89\xb9\xe9\x5a\xb7\x07\x82\x9e\x0a\xe9\xbe\x34\x0f\xdf\xe1\xb3\xa3\x97\x19\xfa\xf3\xd0\x33\x89\x6d\x01\xbe\x89\x17\x90\x08\xea\x3c\x83\xbb\x8e\x77\x81\xcd\xce\x13\x45\xac\x76\xf6\x35\xed\x72\x0a\x8a\x3a\xc1\x61\xb6\xf0\xfc\x82\x6b\x6d\x31\x8b\xd4\x2a\xe3\xba\xad\x1e\x78\x11\x79\x89\x26\x51\x43\x44\x37\x24\xbe\xb1\x81\xe0\x86\x2f\xd5\x6a\x45\x39\x67\x8e\xc2\x73\x78\xfd\x93\x78\xd9\x53\x58\x87\x37\x27\x32\x0e\xf7\x9e\x14\xce\xa2\xec\xdc\xe4\xd0\x83\xca\x7d\x47\x8c\xf5\x40\x14\xf9\x7e\xe4\x4d\x41\x39\xbd\xe9\x12\x6e\x8b\x33\x91\x4a\xc9\x41\x4c\xa1\xa4\x14\xc7\xb6\x9f\x93\x03\x53\x88\x68\xd3\x2f\xa2\xf4\xf9\x4a\x41\xd2\xba\xb9\xa2\xf8\x52\xb0\xb5\x28\xab\xae\xcf\x0d\x36\x8e\x8c\xfe\x4b\xb0\xfc\x89\x04\xcb\xf0\xba\x7d\x35\x81\x70\x32\x77\xd1\x14\x89\xf0\xba\xd6\x3e\x53\xea\x1d\x18\xf9\x8f\x02\xcb\xc0\xb4\x35\x86\xeb\xd2\x94\xe3\x41\x26\x38\x6f\x9f\x37\x0e\x12\x1f\xef\x74\x1b\x1c\x7d\x5b\x35\xed\x2f\x5c\x76\x47\xa5\x7f\x03\x46\xf7\xab\x41\x2f\x6c\x57\xb1\x9b\xc1\x13\xa3\xae\xe4\x0f\xb1\xe7\xd7\x08\x07\x8c\x4e\x40\x9a\x98\x25\x55\x33\xfd\xde\x47\xf1\xba\x77\xf3\x75\x8f\x17\xd4\xa3\xe6\x9b\x8d\xd0\xd6\x75\xba\xe5\x71\x06\x86\x32\x68\x25\x57\x68\xe8\xbc\xb9\x7b\xff\xce\x6b\x5c\xde\xff\xd1\x7b\x35\xfc\x0c\xa6\x6e\x96\x5e\xb9\x77\x9d\x94\x83\x2b\x37\xa1\x96\xce\xa7\xb7\x6f\xe7\xbf\x5c\xbd\xfd\xf4\x6a\x94\x5c\x28\xf8\xd9\xe0\x9c\xb8\x9e\xd0\x9c\xa0\xfa\xd9\x82\xca\xd9\xad\x85\xb6\x28\x45\x3f\x6a\xbc\xe5\x3b\x29\x63\x92\xa9\x5c\xdd\xd3\x7b\x20\x62\xd7\x29\x34\x0f\x73\xc5\x46\x27\x2e\x6e\x1f\x7e\x76\x6f\x5e\x7e\x8f\xcf\x5e\x30\x3f\x88\x17\xec\x9d\x6b\x75\x60\x5e\x09\x2e\x70\xc4\x71\x40\xd7\xf7\xd0\x71\x38\x35\x8d\xde\x61\xc7\xe3\x93\xb2\x75\x5f\x89\xfd\xee\x24\xa7\x03\xe7\xee\x3e\x76\x3d\x38\x71\x5f\xe2\xfd\x0c\xef\xcd\x90\xfc\x0c\xeb\xa1\x3a\x7e\xb0\x5c\x51\x2d\x2c\x0e\x59\x25\x83\x7d\x62\x37\x0a\x93\x9b\x25\x57\xcb\x8e\x2f\x45\x93\x31\xdb\x78\xae\xd6\xd5\x72\x05\xd9\xe2\x44\x5f\x8f\x00\x6c\xce\x14\x6f\xab\x2f\xa2\xb7\x85\x30\xb2\x29\x7e\xe7\xeb\x0d\x80\x87\x54\xae\x68\x4c\x6a\xe9\x5f\x8f\x41\xcf\x37\x77\x6e\x38\x66\xa7\xb9\x17\x11\x7f\x9b\xca\x15\x2e\x2e\x92\xd2\x58\x9b\x0c\x1c\xb7\x50\xb8\x33\xda\xba\x5c\x0b\x4b\x19\x09\x32\x7d\x09\xd6\x61\xae\x1c\x02\x0f\x16\x36\xa2\xe0\x47\xa8\x04\x76\x69\xb7\x3c\xb1\x8b\x61\xcf\x04\xf5\x2d\xbd\xeb\x8f\xbe\x03\xcc\x81\x9b\x7f\xe9\xbd\x65\xc2\xb6\xf5\x62\x6c\x87\x34\xf7\x1b\x4a\xf5\x8f\x30\xeb\xc3\xb2\x01\x76\x99\xee\x8d\x1d\x17\xfe\x66\x30\xd8\x50\x77\x0b\xb9\x47\x97\xf0\xf7\xa3\x9d\x42\x91\x3c\xde\xa9\x09\x0e\x99\x0f\xbd\xa3\x65\xb6\xe9\x58\xb3\x8b\xba\x1e\x58\x97\x13\xba\x36\xa2\x4e\xd1\x03\xbb\x26\xa3\x2b\xda\x43\xf6\xcb\x04\x34\x57\x7f\x8a\xac\xf4\x19\xeb\x90\xac\x9a\x83\xba\xe3\xf5\xa7\xc9\x3d\x72\x1a\x02\x5d\x76\x7b\x49\x58\xba\xe7\x22\x01\x3b\x20\x26\xc9\xa0\x26\x77\xaa\xa8\x50\xbc\x28\x28\x76\xc5\x09\x9a\x9c\xb9\x4d\x94\xf9\x95\xcb\xa0\x93\x45\xa7\x1b\x23\x2e\x49\xde\x91\xd4\x36\xe6\x69\xae\x2c\x83\x88\x15\xc7\x57\xcc\x06\x30\xdd\xa7\x88\x90\xdb\x60\xfe\x3d\x68\xac\x2d\xab\x95\xb0\xd2\x30\x57\x40\xd3\xaa\xc0\xf5\xb3\x68\x80\x40\x89\xc8\x48\xe9\x8b\xa0\xd8\x09\x57\x58\x19\x6b\xb7\xcc\xeb\xa9\x01\xd1\x3d\xff\xcc\xfc\xfb\xf7\xb3\xff\x04\x00\x00\xff\xff\x57\x45\x8f\xf1\xb3\x8e\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 232986, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 233139, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index ca2d08e2e..3dfc871ce 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -13316,6 +13316,24 @@ public interface TaskExecutionMetadataOrBuilder extends */ flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( int index); + + /** + *
+     * The identifier of the plugin used to execute this task.
+     * 
+ * + * string plugin_identifier = 3; + */ + java.lang.String getPluginIdentifier(); + /** + *
+     * The identifier of the plugin used to execute this task.
+     * 
+ * + * string plugin_identifier = 3; + */ + com.google.protobuf.ByteString + getPluginIdentifierBytes(); } /** *
@@ -13337,6 +13355,7 @@ private TaskExecutionMetadata(com.google.protobuf.GeneratedMessageV3.Builder
     private TaskExecutionMetadata() {
       instanceClass_ = 0;
       resourcePoolInfo_ = java.util.Collections.emptyList();
+      pluginIdentifier_ = "";
     }
 
     @java.lang.Override
@@ -13385,6 +13404,12 @@ private TaskExecutionMetadata(
                   input.readMessage(flyteidl.event.Event.ResourcePoolInfo.parser(), extensionRegistry));
               break;
             }
+            case 26: {
+              java.lang.String s = input.readStringRequireUtf8();
+
+              pluginIdentifier_ = s;
+              break;
+            }
             case 128: {
               int rawValue = input.readEnum();
 
@@ -13655,6 +13680,48 @@ public flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuild
       return resourcePoolInfo_.get(index);
     }
 
+    public static final int PLUGIN_IDENTIFIER_FIELD_NUMBER = 3;
+    private volatile java.lang.Object pluginIdentifier_;
+    /**
+     * 
+     * The identifier of the plugin used to execute this task.
+     * 
+ * + * string plugin_identifier = 3; + */ + public java.lang.String getPluginIdentifier() { + java.lang.Object ref = pluginIdentifier_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + pluginIdentifier_ = s; + return s; + } + } + /** + *
+     * The identifier of the plugin used to execute this task.
+     * 
+ * + * string plugin_identifier = 3; + */ + public com.google.protobuf.ByteString + getPluginIdentifierBytes() { + java.lang.Object ref = pluginIdentifier_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + pluginIdentifier_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -13675,6 +13742,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) for (int i = 0; i < resourcePoolInfo_.size(); i++) { output.writeMessage(2, resourcePoolInfo_.get(i)); } + if (!getPluginIdentifierBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pluginIdentifier_); + } if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { output.writeEnum(16, instanceClass_); } @@ -13695,6 +13765,9 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, resourcePoolInfo_.get(i)); } + if (!getPluginIdentifierBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pluginIdentifier_); + } if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(16, instanceClass_); @@ -13722,6 +13795,8 @@ public boolean equals(final java.lang.Object obj) { } if (!getResourcePoolInfoList() .equals(other.getResourcePoolInfoList())) return false; + if (!getPluginIdentifier() + .equals(other.getPluginIdentifier())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -13743,6 +13818,8 @@ public int hashCode() { hash = (37 * hash) + RESOURCE_POOL_INFO_FIELD_NUMBER; hash = (53 * hash) + getResourcePoolInfoList().hashCode(); } + hash = (37 * hash) + PLUGIN_IDENTIFIER_FIELD_NUMBER; + hash = (53 * hash) + getPluginIdentifier().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -13896,6 +13973,8 @@ public Builder clear() { } else { resourcePoolInfoBuilder_.clear(); } + pluginIdentifier_ = ""; + return this; } @@ -13939,6 +14018,7 @@ public flyteidl.event.Event.TaskExecutionMetadata buildPartial() { } else { result.resourcePoolInfo_ = resourcePoolInfoBuilder_.build(); } + result.pluginIdentifier_ = pluginIdentifier_; result.bitField0_ = to_bitField0_; onBuilt(); return result; @@ -14020,6 +14100,10 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) { } } } + if (!other.getPluginIdentifier().isEmpty()) { + pluginIdentifier_ = other.pluginIdentifier_; + onChanged(); + } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; @@ -14577,6 +14661,95 @@ public flyteidl.event.Event.ResourcePoolInfo.Builder addResourcePoolInfoBuilder( } return resourcePoolInfoBuilder_; } + + private java.lang.Object pluginIdentifier_ = ""; + /** + *
+       * The identifier of the plugin used to execute this task.
+       * 
+ * + * string plugin_identifier = 3; + */ + public java.lang.String getPluginIdentifier() { + java.lang.Object ref = pluginIdentifier_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + pluginIdentifier_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * The identifier of the plugin used to execute this task.
+       * 
+ * + * string plugin_identifier = 3; + */ + public com.google.protobuf.ByteString + getPluginIdentifierBytes() { + java.lang.Object ref = pluginIdentifier_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + pluginIdentifier_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * The identifier of the plugin used to execute this task.
+       * 
+ * + * string plugin_identifier = 3; + */ + public Builder setPluginIdentifier( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + pluginIdentifier_ = value; + onChanged(); + return this; + } + /** + *
+       * The identifier of the plugin used to execute this task.
+       * 
+ * + * string plugin_identifier = 3; + */ + public Builder clearPluginIdentifier() { + + pluginIdentifier_ = getDefaultInstance().getPluginIdentifier(); + onChanged(); + return this; + } + /** + *
+       * The identifier of the plugin used to execute this task.
+       * 
+ * + * string plugin_identifier = 3; + */ + public Builder setPluginIdentifierBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + pluginIdentifier_ = value; + onChanged(); + return this; + } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { @@ -14745,15 +14918,16 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "esourceIdentifiers\022\026\n\016generated_name\030\001 \001" + "(\t\022\024\n\014external_ids\030\002 \003(\t\"?\n\020ResourcePool" + "Info\022\030\n\020allocation_token\030\001 \001(\t\022\021\n\tnamesp" + - "ace\030\002 \001(\t\"\216\002\n\025TaskExecutionMetadata\022K\n\016i" + + "ace\030\002 \001(\t\"\251\002\n\025TaskExecutionMetadata\022K\n\016i" + "nstance_class\030\020 \001(\01623.flyteidl.event.Tas" + "kExecutionMetadata.InstanceClass\0229\n\014reso" + "urce_ids\030\001 \001(\0132#.flyteidl.event.Resource" + "Identifiers\022<\n\022resource_pool_info\030\002 \003(\0132" + - " .flyteidl.event.ResourcePoolInfo\"/\n\rIns" + - "tanceClass\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE" + - "\020\001B7Z5github.com/flyteorg/flyteidl/gen/p" + - "b-go/flyteidl/eventb\006proto3" + " .flyteidl.event.ResourcePoolInfo\022\031\n\021plu" + + "gin_identifier\030\003 \001(\t\"/\n\rInstanceClass\022\013\n" + + "\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github." + + "com/flyteorg/flyteidl/gen/pb-go/flyteidl" + + "/eventb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -14831,7 +15005,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_TaskExecutionMetadata_descriptor, - new java.lang.String[] { "InstanceClass", "ResourceIds", "ResourcePoolInfo", }); + new java.lang.String[] { "InstanceClass", "ResourceIds", "ResourcePoolInfo", "PluginIdentifier", }); flyteidl.core.Execution.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); flyteidl.core.Catalog.getDescriptor(); diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index 4eb38bed6..82e04b5f5 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5848,6 +5848,9 @@ export namespace flyteidl { /** TaskExecutionMetadata resourcePoolInfo */ resourcePoolInfo?: (flyteidl.event.IResourcePoolInfo[]|null); + + /** TaskExecutionMetadata pluginIdentifier */ + pluginIdentifier?: (string|null); } /** Represents a TaskExecutionMetadata. */ @@ -5868,6 +5871,9 @@ export namespace flyteidl { /** TaskExecutionMetadata resourcePoolInfo. */ public resourcePoolInfo: flyteidl.event.IResourcePoolInfo[]; + /** TaskExecutionMetadata pluginIdentifier. */ + public pluginIdentifier: string; + /** * Creates a new TaskExecutionMetadata instance using the specified properties. * @param [properties] Properties to set diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index 36c5836b6..899950709 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -14136,6 +14136,7 @@ export const flyteidl = $root.flyteidl = (() => { * @property {flyteidl.event.TaskExecutionMetadata.InstanceClass|null} [instanceClass] TaskExecutionMetadata instanceClass * @property {flyteidl.event.IResourceIdentifiers|null} [resourceIds] TaskExecutionMetadata resourceIds * @property {Array.|null} [resourcePoolInfo] TaskExecutionMetadata resourcePoolInfo + * @property {string|null} [pluginIdentifier] TaskExecutionMetadata pluginIdentifier */ /** @@ -14178,6 +14179,14 @@ export const flyteidl = $root.flyteidl = (() => { */ TaskExecutionMetadata.prototype.resourcePoolInfo = $util.emptyArray; + /** + * TaskExecutionMetadata pluginIdentifier. + * @member {string} pluginIdentifier + * @memberof flyteidl.event.TaskExecutionMetadata + * @instance + */ + TaskExecutionMetadata.prototype.pluginIdentifier = ""; + /** * Creates a new TaskExecutionMetadata instance using the specified properties. * @function create @@ -14207,6 +14216,8 @@ export const flyteidl = $root.flyteidl = (() => { if (message.resourcePoolInfo != null && message.resourcePoolInfo.length) for (let i = 0; i < message.resourcePoolInfo.length; ++i) $root.flyteidl.event.ResourcePoolInfo.encode(message.resourcePoolInfo[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + if (message.pluginIdentifier != null && message.hasOwnProperty("pluginIdentifier")) + writer.uint32(/* id 3, wireType 2 =*/26).string(message.pluginIdentifier); if (message.instanceClass != null && message.hasOwnProperty("instanceClass")) writer.uint32(/* id 16, wireType 0 =*/128).int32(message.instanceClass); return writer; @@ -14241,6 +14252,9 @@ export const flyteidl = $root.flyteidl = (() => { message.resourcePoolInfo = []; message.resourcePoolInfo.push($root.flyteidl.event.ResourcePoolInfo.decode(reader, reader.uint32())); break; + case 3: + message.pluginIdentifier = reader.string(); + break; default: reader.skipType(tag & 7); break; @@ -14282,6 +14296,9 @@ export const flyteidl = $root.flyteidl = (() => { return "resourcePoolInfo." + error; } } + if (message.pluginIdentifier != null && message.hasOwnProperty("pluginIdentifier")) + if (!$util.isString(message.pluginIdentifier)) + return "pluginIdentifier: string expected"; return null; }; diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index b3f81f584..34ff86ad4 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -502,7 +502,8 @@ TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/f { "instance_class": "...", "resource_ids": "{...}", - "resource_pool_info": [] + "resource_pool_info": [], + "plugin_identifier": "..." } .. _api_field_flyteidl.event.TaskExecutionMetadata.instance_class: @@ -523,6 +524,12 @@ resource_pool_info This is a repeated field because a plugin can request multiple resource allocations during execution. +.. _api_field_flyteidl.event.TaskExecutionMetadata.plugin_identifier: + +plugin_identifier + (`string `_) The identifier of the plugin used to execute this task. + + .. _api_enum_flyteidl.event.TaskExecutionMetadata.InstanceClass: diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py index 9e5fcb16d..8a416e869 100644 --- a/gen/pb_python/flyteidl/event/event_pb2.py +++ b/gen/pb_python/flyteidl/event/event_pb2.py @@ -25,7 +25,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"C\n\x13ResourceIdentifiers\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x14\n\x0c\x65xternal_ids\x18\x02 \x03(\t\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\x8e\x02\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x39\n\x0cresource_ids\x18\x01 \x01(\x0b\x32#.flyteidl.event.ResourceIdentifiers\x12<\n\x12resource_pool_info\x18\x02 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"C\n\x13ResourceIdentifiers\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x14\n\x0c\x65xternal_ids\x18\x02 \x03(\t\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xa9\x02\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x39\n\x0cresource_ids\x18\x01 \x01(\x0b\x32#.flyteidl.event.ResourceIdentifiers\x12<\n\x12resource_pool_info\x18\x02 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x03 \x01(\t\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -48,8 +48,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=2475, - serialized_end=2522, + serialized_start=2502, + serialized_end=2549, ) _sym_db.RegisterEnumDescriptor(_TASKEXECUTIONMETADATA_INSTANCECLASS) @@ -618,6 +618,13 @@ message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='plugin_identifier', full_name='flyteidl.event.TaskExecutionMetadata.plugin_identifier', index=3, + number=3, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), ], extensions=[ ], @@ -632,7 +639,7 @@ oneofs=[ ], serialized_start=2252, - serialized_end=2522, + serialized_end=2549, ) _WORKFLOWEXECUTIONEVENT.fields_by_name['execution_id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py index 3ed803903..b83738f7d 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py @@ -37,21 +37,24 @@ class EventTaskExecutionMetadata(object): swagger_types = { 'instance_class': 'TaskExecutionMetadataInstanceClass', 'resource_ids': 'EventResourceIdentifiers', - 'resource_pool_info': 'list[EventResourcePoolInfo]' + 'resource_pool_info': 'list[EventResourcePoolInfo]', + 'plugin_identifier': 'str' } attribute_map = { 'instance_class': 'instance_class', 'resource_ids': 'resource_ids', - 'resource_pool_info': 'resource_pool_info' + 'resource_pool_info': 'resource_pool_info', + 'plugin_identifier': 'plugin_identifier' } - def __init__(self, instance_class=None, resource_ids=None, resource_pool_info=None): # noqa: E501 + def __init__(self, instance_class=None, resource_ids=None, resource_pool_info=None, plugin_identifier=None): # noqa: E501 """EventTaskExecutionMetadata - a model defined in Swagger""" # noqa: E501 self._instance_class = None self._resource_ids = None self._resource_pool_info = None + self._plugin_identifier = None self.discriminator = None if instance_class is not None: @@ -60,6 +63,8 @@ def __init__(self, instance_class=None, resource_ids=None, resource_pool_info=No self.resource_ids = resource_ids if resource_pool_info is not None: self.resource_pool_info = resource_pool_info + if plugin_identifier is not None: + self.plugin_identifier = plugin_identifier @property def instance_class(self): @@ -128,6 +133,29 @@ def resource_pool_info(self, resource_pool_info): self._resource_pool_info = resource_pool_info + @property + def plugin_identifier(self): + """Gets the plugin_identifier of this EventTaskExecutionMetadata. # noqa: E501 + + The identifier of the plugin used to execute this task. # noqa: E501 + + :return: The plugin_identifier of this EventTaskExecutionMetadata. # noqa: E501 + :rtype: str + """ + return self._plugin_identifier + + @plugin_identifier.setter + def plugin_identifier(self, plugin_identifier): + """Sets the plugin_identifier of this EventTaskExecutionMetadata. + + The identifier of the plugin used to execute this task. # noqa: E501 + + :param plugin_identifier: The plugin_identifier of this EventTaskExecutionMetadata. # noqa: E501 + :type: str + """ + + self._plugin_identifier = plugin_identifier + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index cc26c283e..2a5cb177b 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -204,4 +204,7 @@ message TaskExecutionMetadata { // Includes information about resource token allocation (if applicable). // This is a repeated field because a plugin can request multiple resource allocations during execution. repeated ResourcePoolInfo resource_pool_info = 2; + + // The identifier of the plugin used to execute this task. + string plugin_identifier = 3; } From 02af7a81129555d4717ed5d549641ffe2c7af7be Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Tue, 16 Mar 2021 16:48:50 -0700 Subject: [PATCH 09/13] reorder Signed-off-by: Katrina Rogan --- gen/pb-cpp/flyteidl/event/event.pb.cc | 18 +- gen/pb-cpp/flyteidl/event/event.pb.h | 28 +-- gen/pb-go/flyteidl/event/event.pb.go | 50 ++-- gen/pb-go/flyteidl/event/event.pb.validate.go | 4 +- gen/pb-go/flyteidl/service/admin.swagger.json | 8 +- .../service/flyteadmin/api/swagger.yaml | 7 +- .../model_event_task_execution_event.go | 2 +- .../model_event_task_execution_metadata.go | 2 +- gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/event/Event.java | 220 +++++++++--------- gen/pb-js/flyteidl.d.ts | 12 +- gen/pb-js/flyteidl.js | 40 ++-- .../flyteidl/event/event.proto.rst | 18 +- gen/pb_python/flyteidl/event/event_pb2.py | 24 +- .../models/event_task_execution_event.py | 4 +- .../models/event_task_execution_metadata.py | 58 ++--- protos/flyteidl/event/event.proto | 21 +- 17 files changed, 260 insertions(+), 260 deletions(-) diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc index e61dd51fc..aa5a7aa4c 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -362,10 +362,10 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ - PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, instance_class_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, resource_ids_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, resource_pool_info_), PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, plugin_identifier_), + PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, instance_class_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::event::WorkflowExecutionEvent)}, @@ -456,13 +456,13 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "esourceIdentifiers\022\026\n\016generated_name\030\001 \001" "(\t\022\024\n\014external_ids\030\002 \003(\t\"\?\n\020ResourcePool" "Info\022\030\n\020allocation_token\030\001 \001(\t\022\021\n\tnamesp" - "ace\030\002 \001(\t\"\251\002\n\025TaskExecutionMetadata\022K\n\016i" - "nstance_class\030\020 \001(\01623.flyteidl.event.Tas" - "kExecutionMetadata.InstanceClass\0229\n\014reso" - "urce_ids\030\001 \001(\0132#.flyteidl.event.Resource" - "Identifiers\022<\n\022resource_pool_info\030\002 \003(\0132" - " .flyteidl.event.ResourcePoolInfo\022\031\n\021plu" - "gin_identifier\030\003 \001(\t\"/\n\rInstanceClass\022\013\n" + "ace\030\002 \001(\t\"\251\002\n\025TaskExecutionMetadata\0229\n\014r" + "esource_ids\030\001 \001(\0132#.flyteidl.event.Resou" + "rceIdentifiers\022<\n\022resource_pool_info\030\002 \003" + "(\0132 .flyteidl.event.ResourcePoolInfo\022\031\n\021" + "plugin_identifier\030\003 \001(\t\022K\n\016instance_clas" + "s\030\020 \001(\01623.flyteidl.event.TaskExecutionMe" + "tadata.InstanceClass\"/\n\rInstanceClass\022\013\n" "\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github." "com/flyteorg/flyteidl/gen/pb-go/flyteidl" "/eventb\006proto3" @@ -5729,10 +5729,10 @@ TaskExecutionMetadata::HasBitSetters::resource_ids(const TaskExecutionMetadata* return *msg->resource_ids_; } #if !defined(_MSC_VER) || _MSC_VER >= 1900 -const int TaskExecutionMetadata::kInstanceClassFieldNumber; const int TaskExecutionMetadata::kResourceIdsFieldNumber; const int TaskExecutionMetadata::kResourcePoolInfoFieldNumber; const int TaskExecutionMetadata::kPluginIdentifierFieldNumber; +const int TaskExecutionMetadata::kInstanceClassFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TaskExecutionMetadata::TaskExecutionMetadata() diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h index 6e27a629c..2e6fe79b9 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/gen/pb-cpp/flyteidl/event/event.pb.h @@ -3969,20 +3969,6 @@ inline void ResourcePoolInfo::set_allocated_namespace_(::std::string* namespace_ // TaskExecutionMetadata -// .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; -inline void TaskExecutionMetadata::clear_instance_class() { - instance_class_ = 0; -} -inline ::flyteidl::event::TaskExecutionMetadata_InstanceClass TaskExecutionMetadata::instance_class() const { - // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.instance_class) - return static_cast< ::flyteidl::event::TaskExecutionMetadata_InstanceClass >(instance_class_); -} -inline void TaskExecutionMetadata::set_instance_class(::flyteidl::event::TaskExecutionMetadata_InstanceClass value) { - - instance_class_ = value; - // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.instance_class) -} - // .flyteidl.event.ResourceIdentifiers resource_ids = 1; inline bool TaskExecutionMetadata::has_resource_ids() const { return this != internal_default_instance() && resource_ids_ != nullptr; @@ -4117,6 +4103,20 @@ inline void TaskExecutionMetadata::set_allocated_plugin_identifier(::std::string // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.plugin_identifier) } +// .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; +inline void TaskExecutionMetadata::clear_instance_class() { + instance_class_ = 0; +} +inline ::flyteidl::event::TaskExecutionMetadata_InstanceClass TaskExecutionMetadata::instance_class() const { + // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.instance_class) + return static_cast< ::flyteidl::event::TaskExecutionMetadata_InstanceClass >(instance_class_); +} +inline void TaskExecutionMetadata::set_instance_class(::flyteidl::event::TaskExecutionMetadata_InstanceClass value) { + + instance_class_ = value; + // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.instance_class) +} + #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index f2b984a60..a0c900152 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -584,7 +584,7 @@ type TaskExecutionEvent struct { // that should be recorded regardless of the lack of phase change. // The version field should be incremented when metadata changes across the duration of an individual phase. PhaseVersion uint32 `protobuf:"varint,12,opt,name=phase_version,json=phaseVersion,proto3" json:"phase_version,omitempty"` - // If there is an explanation for this phase transition, the reason will capture it. + // An optional explanation for the phase transition. Reason string `protobuf:"bytes,13,opt,name=reason,proto3" json:"reason,omitempty"` // A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin // this type will be identical, but not all task executions necessarily use pre-registered definitions and this @@ -862,17 +862,17 @@ func (m *ResourcePoolInfo) GetNamespace() string { // Holds metadata around how a task was executed. // TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). type TaskExecutionMetadata struct { - InstanceClass TaskExecutionMetadata_InstanceClass `protobuf:"varint,16,opt,name=instance_class,json=instanceClass,proto3,enum=flyteidl.event.TaskExecutionMetadata_InstanceClass" json:"instance_class,omitempty"` // Contains various identifiers for resources used during execution. ResourceIds *ResourceIdentifiers `protobuf:"bytes,1,opt,name=resource_ids,json=resourceIds,proto3" json:"resource_ids,omitempty"` // Includes information about resource token allocation (if applicable). // This is a repeated field because a plugin can request multiple resource allocations during execution. ResourcePoolInfo []*ResourcePoolInfo `protobuf:"bytes,2,rep,name=resource_pool_info,json=resourcePoolInfo,proto3" json:"resource_pool_info,omitempty"` // The identifier of the plugin used to execute this task. - PluginIdentifier string `protobuf:"bytes,3,opt,name=plugin_identifier,json=pluginIdentifier,proto3" json:"plugin_identifier,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + PluginIdentifier string `protobuf:"bytes,3,opt,name=plugin_identifier,json=pluginIdentifier,proto3" json:"plugin_identifier,omitempty"` + InstanceClass TaskExecutionMetadata_InstanceClass `protobuf:"varint,16,opt,name=instance_class,json=instanceClass,proto3,enum=flyteidl.event.TaskExecutionMetadata_InstanceClass" json:"instance_class,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskExecutionMetadata) Reset() { *m = TaskExecutionMetadata{} } @@ -900,13 +900,6 @@ func (m *TaskExecutionMetadata) XXX_DiscardUnknown() { var xxx_messageInfo_TaskExecutionMetadata proto.InternalMessageInfo -func (m *TaskExecutionMetadata) GetInstanceClass() TaskExecutionMetadata_InstanceClass { - if m != nil { - return m.InstanceClass - } - return TaskExecutionMetadata_DEFAULT -} - func (m *TaskExecutionMetadata) GetResourceIds() *ResourceIdentifiers { if m != nil { return m.ResourceIds @@ -928,6 +921,13 @@ func (m *TaskExecutionMetadata) GetPluginIdentifier() string { return "" } +func (m *TaskExecutionMetadata) GetInstanceClass() TaskExecutionMetadata_InstanceClass { + if m != nil { + return m.InstanceClass + } + return TaskExecutionMetadata_DEFAULT +} + func init() { proto.RegisterEnum("flyteidl.event.TaskExecutionMetadata_InstanceClass", TaskExecutionMetadata_InstanceClass_name, TaskExecutionMetadata_InstanceClass_value) proto.RegisterType((*WorkflowExecutionEvent)(nil), "flyteidl.event.WorkflowExecutionEvent") @@ -1006,16 +1006,16 @@ var fileDescriptor_4b035d24120b1b12 = []byte{ 0xb4, 0x57, 0x97, 0xee, 0x93, 0x60, 0x03, 0x27, 0xea, 0xfe, 0x04, 0xed, 0xec, 0x82, 0x33, 0xc6, 0x7c, 0x25, 0xd1, 0x17, 0xd0, 0xa6, 0xbe, 0xcf, 0x6c, 0xaa, 0x1e, 0x84, 0x60, 0x57, 0x18, 0xa4, 0xfc, 0xeb, 0x53, 0x7c, 0x28, 0x61, 0x72, 0x1f, 0xea, 0xf2, 0xfa, 0x28, 0xa4, 0x36, 0xa6, 0x1f, - 0x08, 0x53, 0xa0, 0xfb, 0x47, 0x15, 0xee, 0xce, 0x77, 0x8e, 0xf7, 0xd0, 0xf2, 0x82, 0x48, 0xd0, - 0xc0, 0x46, 0xcb, 0xf6, 0x69, 0x14, 0x29, 0xc5, 0x5a, 0xfd, 0xe7, 0x1f, 0xa5, 0x98, 0x31, 0x48, - 0xcf, 0x1e, 0xca, 0xa3, 0x66, 0xd3, 0xbb, 0xb9, 0x24, 0x6f, 0xa0, 0xc1, 0xd3, 0x92, 0x54, 0xd5, - 0x89, 0x27, 0x3c, 0x2e, 0x33, 0xcf, 0xd1, 0xd5, 0xd4, 0x78, 0x0e, 0x46, 0xe4, 0x14, 0x48, 0xce, - 0x13, 0x32, 0xe6, 0x27, 0xa3, 0x56, 0x55, 0xef, 0xa9, 0xf3, 0x4f, 0x6c, 0x99, 0x88, 0x66, 0x9b, - 0x97, 0x65, 0x7d, 0x06, 0x1b, 0xa1, 0x1f, 0xbb, 0x9e, 0xf4, 0x98, 0xec, 0x4a, 0xe5, 0x0a, 0x75, - 0xb3, 0x9d, 0x6c, 0x4c, 0x53, 0xe9, 0xf6, 0xa0, 0x59, 0x28, 0x92, 0x68, 0xb0, 0xfa, 0xfa, 0xe8, - 0xcd, 0xfe, 0xf9, 0xc9, 0xb0, 0x7d, 0x87, 0x6c, 0x40, 0x73, 0x70, 0x3a, 0x3c, 0x32, 0xcd, 0xf3, - 0xb3, 0xe1, 0xe0, 0xe0, 0xe4, 0xa8, 0x5d, 0x39, 0xf8, 0xea, 0xfd, 0x0b, 0xd7, 0x13, 0x97, 0xf1, - 0x85, 0x61, 0xb3, 0x71, 0x4f, 0x65, 0xc7, 0xb8, 0xdb, 0xcb, 0x3f, 0xee, 0x5d, 0x0c, 0x7a, 0xe1, - 0xc5, 0x97, 0x2e, 0xeb, 0x15, 0x7f, 0x5a, 0x5c, 0xd4, 0xd4, 0x6b, 0x79, 0xfe, 0x77, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x71, 0xfa, 0xe9, 0xa7, 0x73, 0x0c, 0x00, 0x00, + 0x08, 0x53, 0xa0, 0xfb, 0x47, 0x15, 0xee, 0xce, 0x77, 0x8e, 0x37, 0xd0, 0xe0, 0xe9, 0xb5, 0x2a, + 0xb3, 0xe4, 0xdd, 0x3e, 0x2e, 0xeb, 0x35, 0xa7, 0x76, 0x53, 0xe3, 0x39, 0x18, 0x91, 0x53, 0x20, + 0x39, 0x4f, 0xc8, 0x98, 0x9f, 0x8c, 0x43, 0x55, 0xcd, 0x7c, 0xe7, 0x9f, 0xd8, 0xb2, 0x42, 0xcd, + 0x36, 0x2f, 0x97, 0xfe, 0x0c, 0x36, 0x42, 0x3f, 0x76, 0x3d, 0xe9, 0x03, 0xd9, 0x95, 0xea, 0xe5, + 0xd6, 0xcd, 0x76, 0xb2, 0x31, 0x4d, 0x85, 0xbc, 0x87, 0x96, 0x17, 0x44, 0x82, 0x06, 0x36, 0x5a, + 0xb6, 0x4f, 0xa3, 0x48, 0xb5, 0xbd, 0xd5, 0x7f, 0xfe, 0x51, 0x6d, 0x37, 0x06, 0xe9, 0xd9, 0x43, + 0x79, 0xd4, 0x6c, 0x7a, 0x37, 0x97, 0xdd, 0x1e, 0x34, 0x0b, 0xfb, 0x44, 0x83, 0xd5, 0xd7, 0x47, + 0x6f, 0xf6, 0xcf, 0x4f, 0x86, 0xed, 0x3b, 0x64, 0x03, 0x9a, 0x83, 0xd3, 0xe1, 0x91, 0x69, 0x9e, + 0x9f, 0x0d, 0x07, 0x07, 0x27, 0x47, 0xed, 0xca, 0xc1, 0x57, 0xef, 0x5f, 0xb8, 0x9e, 0xb8, 0x8c, + 0x2f, 0x0c, 0x9b, 0x8d, 0x7b, 0x2a, 0x01, 0xc6, 0xdd, 0x5e, 0xfe, 0x71, 0xef, 0x62, 0xd0, 0x0b, + 0x2f, 0xbe, 0x74, 0x59, 0xaf, 0xf8, 0xd3, 0xe2, 0xa2, 0xa6, 0x5e, 0xcb, 0xf3, 0xbf, 0x03, 0x00, + 0x00, 0xff, 0xff, 0xc2, 0x27, 0x9b, 0x44, 0x73, 0x0c, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go index 108948eba..c8c701404 100644 --- a/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -935,8 +935,6 @@ func (m *TaskExecutionMetadata) Validate() error { return nil } - // no validation rules for InstanceClass - if v, ok := interface{}(m.GetResourceIds()).(interface{ Validate() error }); ok { if err := v.Validate(); err != nil { return TaskExecutionMetadataValidationError{ @@ -964,6 +962,8 @@ func (m *TaskExecutionMetadata) Validate() error { // no validation rules for PluginIdentifier + // no validation rules for InstanceClass + return nil } diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 1f43a8de8..bb5d2f1d5 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -6045,7 +6045,7 @@ }, "reason": { "type": "string", - "description": "If there is an explanation for this phase transition, the reason will capture it." + "description": "An optional explanation for the phase transition." }, "task_type": { "type": "string", @@ -6061,9 +6061,6 @@ "eventTaskExecutionMetadata": { "type": "object", "properties": { - "instance_class": { - "$ref": "#/definitions/TaskExecutionMetadataInstanceClass" - }, "resource_ids": { "$ref": "#/definitions/eventResourceIdentifiers", "description": "Contains various identifiers for resources used during execution." @@ -6078,6 +6075,9 @@ "plugin_identifier": { "type": "string", "description": "The identifier of the plugin used to execute this task." + }, + "instance_class": { + "$ref": "#/definitions/TaskExecutionMetadataInstanceClass" } }, "description": "Holds metadata around how a task was executed.\nTODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 1390ca2a7..79e27a95a 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -26090,8 +26090,7 @@ definitions: \ when metadata changes across the duration of an individual phase." reason: type: "string" - description: "If there is an explanation for this phase transition, the reason\ - \ will capture it." + description: "An optional explanation for the phase transition." task_type: type: "string" description: "A predefined yet extensible Task type identifier. If the task\ @@ -26107,8 +26106,6 @@ definitions: eventTaskExecutionMetadata: type: "object" properties: - instance_class: - $ref: "#/definitions/TaskExecutionMetadataInstanceClass" resource_ids: description: "Contains various identifiers for resources used during execution." $ref: "#/definitions/eventResourceIdentifiers" @@ -26122,6 +26119,8 @@ definitions: plugin_identifier: type: "string" description: "The identifier of the plugin used to execute this task." + instance_class: + $ref: "#/definitions/TaskExecutionMetadataInstanceClass" description: "Holds metadata around how a task was executed.\nTODO(katrogan):\ \ Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." example: diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go index 54a3df448..72d465592 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_event.go @@ -33,7 +33,7 @@ type EventTaskExecutionEvent struct { CustomInfo *ProtobufStruct `json:"custom_info,omitempty"` // Some phases, like RUNNING, can send multiple events with changed metadata (new logs, additional custom_info, etc) that should be recorded regardless of the lack of phase change. The version field should be incremented when metadata changes across the duration of an individual phase. PhaseVersion int64 `json:"phase_version,omitempty"` - // If there is an explanation for this phase transition, the reason will capture it. + // An optional explanation for the phase transition. Reason string `json:"reason,omitempty"` // A predefined yet extensible Task type identifier. If the task definition is already registered in flyte admin this type will be identical, but not all task executions necessarily use pre-registered definitions and this type is useful to render the task in the UI, filter task executions, etc. TaskType string `json:"task_type,omitempty"` diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go index c27ce071b..5e659310b 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go @@ -11,11 +11,11 @@ package flyteadmin // Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). type EventTaskExecutionMetadata struct { - InstanceClass *TaskExecutionMetadataInstanceClass `json:"instance_class,omitempty"` // Contains various identifiers for resources used during execution. ResourceIds *EventResourceIdentifiers `json:"resource_ids,omitempty"` // Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. ResourcePoolInfo []EventResourcePoolInfo `json:"resource_pool_info,omitempty"` // The identifier of the plugin used to execute this task. PluginIdentifier string `json:"plugin_identifier,omitempty"` + InstanceClass *TaskExecutionMetadataInstanceClass `json:"instance_class,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index fdd330581..f3895a30d 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xdb\x6d\x1b\x49\xda\xf7\x79\x8a\xc6\x7f\x13\x1b\xa0\x65\x60\x06\x73\x93\x3b\x23\x4e\x30\x0e\x82\xc4\x7f\x9c\xcc\x2e\x30\x1c\xc8\x2d\xb2\x2d\x71\xd3\x6a\x6a\x9b\x64\x3c\x5e\x60\xdf\x7d\xd1\x55\xd5\x27\xaa\x49\x51\x87\x64\x66\xb3\x73\x11\x38\x90\x44\xf6\xb9\xba\x0e\x5f\x7d\x65\x07\x69\xa1\xeb\x34\x6d\xcf\x1d\x35\x01\x7d\x70\x0d\xd7\xf6\x03\x86\x86\x7b\x64\x95\x00\xe9\x00\xe0\x59\x66\x74\x0f\xed\x07\x55\x70\x95\xab\x7f\x98\xe9\xb1\x05\x85\x68\x59\xeb\x07\x3c\xc4\x96\xdc\x93\x9d\xdd\xe3\x4b\xcf\x7e\x3a\xbf\x3f\xc7\x72\x6d\x5d\x03\x74\x30\x59\x7c\x85\xb8\x4c\xa5\x4e\x4a\x80\x3d\xda\x11\x3c\xe8\x7a\x8d\xac\x2d\xae\x89\xd1\xd2\x03\x64\xe5\x9c\xba\xd0\xb6\xf7\xbc\x5e\xb1\x82\xb7\xc5\xea\xc2\x6a\x73\x61\x91\xa5\xaa\xf1\x65\xdc\x8d\xe6\x68\x74\xad\x74\xb2\x8e\xb1\xc0\xf4\xda\xd1\x2d\x46\xfb\xc5\x0c\x01\xe2\x26\x1f\xa3\x5d\x19\x92\x9a\xe2\xe6\xf4\x4c\x87\x5e\xd3\x73\x3f\xb7\x5c\x0f\xde\x5d\x4a\x2e\x62\xc5\xd7\xa2\x64\x39\xe6\x46\xe7\xff\x67\x97\x3f\x57\x9b\xc5\x4c\x3e\x3d\xb4\x33\xc8\x3b\x98\x99\x69\x99\x41\x42\xf4\x8e\x9b\x6e\x5e\x6e\x9b\x4a\x3b\xa6\x7b\xd0\xd8\x4a\xeb\x3b\x6e\x76\x5c\x4b\xd3\x95\x16\x74\xf1\xb8\xf9\xb9\x8b\x63\x40\x71\xb2\x17\x94\xa5\xa1\x22\x3a\x46\xc9\x0d\x14\x2b\x7f\x3e\xb1\x9e\x01\x6b\x5a\xde\x56\x05\x12\x1b\x29\x2e\x9f\x80\x71\x25\xcb\x55\x59\x69\x34\xad\x79\xf1\x54\xc8\xaa\xa0\x82\x38\xb1\x2e\x24\xbe\x08\xd5\x46\x38\x73\xe0\x49\xfa\x56\xea\xd0\x10\xc2\x3d\x3d\xfb\x9f\x06\x54\x21\x57\xbc\x2c\xf6\x9a\xf5\xb7\x09\x71\xaf\xea\x43\x0b\x51\x60\x0a\x9e\xb5\x67\x6b\x5d\x2d\x2b\xc5\xdb\x5a\xb3\xb3\x5b\x9b\xb7\x72\xee\x72\x2d\x61\x16\xd3\xdd\xe8\xf9\xeb\xf6\x99\x22\xf4\xf5\xa5\x2f\x5b\x88\x4f\x8a\x72\xbe\x0d\x2c\xde\x97\xe7\x6f\x67\xfc\xdd\xfc\xaa\x69\xf9\x7a\x13\xf2\x7c\x39\xf6\x19\x9a\x19\x89\x93\xc0\x6c\xc7\xc0\xac\xab\x1a\x8f\x60\xca\x15\x39\x43\x70\xdd\x6a\x9d\x20\xb0\xed\x8f\x12\x04\xc7\xfc\x40\xd8\x36\xd5\x85\xdb\xfd\xf4\xa8\xc3\xf8\xc3\x5b\xeb\x23\xf2\x17\x41\x24\x59\x61\xa0\x42\x15\x70\x4e\x01\x9e\xba\x8a\x10\xb2\xb9\xf2\xe8\xd4\x97\xb2\xee\x4a\x46\xee\x72\x72\x3e\xeb\x19\xab\xc4\x2c\x63\xcd\x8f\x2f\x2e\x2f\x67\xb3\x81\x99\xd8\x97\x50\xc2\x9d\x6f\x78\x2e\xbd\xc3\xe1\xbb\x24\xfa\x7b\xc7\xd1\x8a\xca\xa1\xcd\xf7\xb3\x3c\x2c\x1d\x07\xec\x96\xd0\x32\x8f\xb1\x8d\xfd\x26\x5d\x89\xb8\x63\x9a\xb3\x20\xc9\xf1\xa6\x36\x5c\x0b\xd5\xce\xa1\xc5\xfd\x1a\x83\x46\x6e\xe1\xf1\x28\xab\x65\x92\x85\xf5\xeb\xc7\x1a\x0d\x67\x0b\x6d\xfd\x2d\x28\xe6\x48\xd4\x5e\xbc\xf9\xcc\xce\x2a\x88\x63\x05\x4e\xc6\x5d\xd5\xeb\x68\x40\x07\xcc\x5e\x30\xa0\x48\x30\x4d\x1a\x90\xef\x3d\x66\x79\xbb\x4a\x85\x0e\xdd\x67\x04\x85\xfd\xcc\x7b\x80\x11\xb9\xe9\xdd\xdd\x8c\xb7\x54\x3d\xff\x5f\x42\xd7\x3e\x65\x91\xe8\x82\x83\x17\x8f\xc0\xbc\x9f\xe6\x87\xd3\x3e\x20\xaf\x15\xb2\x3c\x84\xa9\xec\xf0\x09\xa1\x87\xf1\x9a\x5e\x3c\x59\xb8\xf7\x30\x63\xe8\xfc\x00\x42\x75\xd7\x15\x7f\x69\x86\xd2\xd3\x5a\x12\x4e\x14\xdb\x03\x7a\x09\x4a\x80\x51\xe8\xaa\x86\xad\xf9\x86\x62\xc6\x54\x68\xba\xef\x15\x99\xc1\x20\x7e\xfd\xfb\x6f\xb3\x21\x5a\x1b\xe8\xfa\xc1\x65\x73\x5e\xdb\x1a\x62\x5a\xf0\xd2\xd3\xb2\x87\xac\xeb\xbb\x28\x6b\x76\x6e\xc8\x23\x34\x99\x63\xd6\x65\x5b\x57\x71\xe4\x06\x7e\x8b\x57\x65\xc8\x49\xe8\x36\x38\x2d\x8f\x63\xe5\xae\x1f\x18\xe8\xc0\x03\xda\xd2\x8c\xfa\x99\x68\x61\x8f\xd9\x4b\xcb\xa7\x6f\xa4\x07\x0e\x25\x72\x4e\xe9\xbe\xcd\x17\xf3\x8f\x1d\x15\x2a\x71\xea\xc9\xde\xdb\xba\xaf\x28\xc0\x0e\xc8\x02\xc4\x76\xb0\xb9\x2d\x9e\xd5\x9b\x63\xb6\x46\xb4\x59\x41\xe2\x62\x18\xba\xf9\x7f\x6f\x85\x56\x5c\xfe\xa1\x05\x86\x83\xd9\x76\x44\x66\xa6\x53\x01\xad\x63\xa1\x05\x0c\x1b\x06\xb5\x35\xe0\x8c\x1e\xe3\x1b\x29\xd8\xff\x77\x8b\x5a\x0a\xf6\xcf\x4e\xe8\x27\x76\x73\xcd\x6a\x0d\x54\x24\x6d\x4d\x1f\x55\xe5\x5e\x5c\xe5\x28\xdd\x08\xa6\xe7\x2a\xba\x5b\xc0\x60\xd5\xeb\xba\xef\x31\xac\x01\x15\xe0\x75\x19\x6e\x51\xaf\x53\xe6\x93\xdd\x80\xb7\x75\x2d\x6f\xd4\x43\x7d\xcc\xee\xe3\xd2\xf2\xd6\xcc\x81\x26\xe0\xe8\xfd\xe7\xc1\x18\x37\xd7\xce\x8d\xe7\x52\x73\x61\x5d\x02\x92\x1e\x88\x31\x51\x17\x20\xb2\x83\x45\x85\x86\x91\x17\xcd\x26\xe1\xc9\xdd\x13\x41\x02\xef\xc0\x10\x90\x63\x2c\xdd\x3e\x1f\x1e\xf5\xca\x7d\x1f\x21\x7d\xa9\xd7\xc3\xbd\x36\x07\x26\xf5\xf7\x9a\x72\x4e\xed\x30\xcd\xd1\xcd\x63\xd0\xb6\x9d\x4f\xa4\x12\x32\x3b\x8d\x34\x98\x5c\x05\xda\x0a\x6e\x28\x0b\xd1\x71\xb3\x96\xda\x4a\x91\x1c\x3c\xda\x12\x3f\x26\x97\x7d\xf4\xec\x5f\x87\x94\x11\xe0\x60\x2e\xea\xf5\xc2\x58\xc3\x48\xf5\x44\x11\x1e\x50\xb3\xae\x6c\x5e\xa3\x4b\xca\xb2\xea\x12\x96\x7d\xe8\x8b\x41\x0b\x8f\x09\xb3\xae\xc2\x3b\x33\x09\x0c\x18\xd0\x6d\x4f\x9b\x76\x9f\xbe\xe8\xaf\xfa\x23\x00\xf6\xea\x47\xfe\xd4\x00\xbf\x86\x30\xd7\xf2\x83\x2f\xf7\x12\x0a\x40\xe7\x28\x70\x69\x68\x44\x56\xd5\x11\xed\x0e\x8d\xa5\xa2\x8a\x5f\xd2\x32\x89\xf8\x7c\x95\xe7\x4d\x7a\x72\xbe\x36\x47\x40\x7a\x2e\xe0\xfd\x2e\x93\x95\xc8\x65\xa3\x0b\x2f\x43\xd3\xf6\x07\x8f\xc4\x17\x45\xad\x5c\xf6\xeb\x49\x3c\x26\x09\xfe\x80\x74\x77\xe1\xbb\x2d\x56\xda\x5d\xee\x9b\x23\xbd\x48\x81\x9e\xa6\xeb\x82\x58\x76\x5b\x06\xb4\x5b\x28\x8e\x4d\xdb\x19\x5b\xf3\x4a\xd1\x31\x68\xb5\x11\x90\xa5\x58\x74\xcb\xe5\xa0\x73\x43\xd6\xcb\xaf\x1a\x69\xb1\xd9\xf6\x83\x0a\x82\x1b\xa1\x1c\xcb\x20\xdf\xb1\x43\xbf\x23\x2f\xd6\x68\xc6\xd5\x29\xfc\x50\x37\xb6\x25\xf4\xa6\x3f\x54\x52\x7c\x1b\xd7\xd3\x89\xfc\x68\x37\x53\xfc\x68\x36\x1c\x03\x90\x50\x1c\x87\x73\x98\xff\x0f\x39\xd8\x30\x4d\x66\x5e\xc5\xea\xe5\x48\x97\x0e\x4c\x3d\x73\xc9\xb2\x70\x58\x89\xb7\xa9\x11\xaa\x6c\xc0\x28\x39\x7d\x2e\x1a\xc8\xf6\xe3\xb3\xc6\x76\xb0\xa8\xdf\xd5\x6b\xc1\xa0\xa9\x06\xf9\x4f\x18\x61\x5a\x33\x08\xdf\x9a\x01\x7a\xaa\x3c\x38\xf0\x14\x9f\x2c\x56\x5c\x2d\x45\xe9\x55\xc2\x33\x25\x1e\x99\x91\xb5\x59\x18\xcf\x0a\x96\x27\x63\xa2\x2d\xce\x8d\x6e\x13\xc1\x5f\xb4\x28\x6a\x5d\x02\x01\xc1\x92\xeb\x12\x40\x57\xb4\xe1\x25\x2f\x3e\x43\xa9\x26\xb8\x8e\xb0\x45\x8a\xb9\xd9\x1c\x7d\x8c\x03\xfb\xb7\x55\xaa\x40\x12\x4c\x57\x3d\xd9\xf6\x0f\x1f\x6f\x18\x2f\x74\xdd\x50\x2d\x57\xaa\xd0\x43\xa5\x61\x82\xea\x18\xd0\xe2\xa0\x8f\x8c\x37\xc7\x71\x0e\xc0\xe8\x10\xe6\x09\xfc\xaf\x1b\xc9\x55\xb8\xe9\xab\x86\x86\xdc\x6a\x0e\x6c\xad\x56\x27\xc2\xa6\xf1\xe8\x17\x7c\x03\x41\xb2\x6a\x08\xff\xed\x52\x0f\xbf\x69\xc2\x72\x48\xb6\xe8\x8f\x1d\xea\x7e\x5a\xf0\xf2\x29\x4c\xd0\xaa\x14\x31\xa8\xf1\x72\x5d\x29\xb3\x35\xcc\xed\x83\xd5\x54\x48\xba\x95\x58\x93\x5b\x62\x64\x1a\x08\x72\x8c\x5c\x8b\x6e\xcc\x86\x29\x61\x14\x06\xae\x2b\xf9\x04\x3a\xe2\x46\x8b\x8b\xa0\x9d\xe0\xfc\x13\x34\xae\x6a\x72\x85\x7d\x07\xe3\xf6\xa1\x93\xa8\x49\x82\xad\xe5\x06\x40\xe7\xf4\xd3\x4d\x66\x2e\x91\x96\x68\x29\x82\x86\x61\x4f\x9f\x04\x66\xb4\x6d\xe5\x4c\xf2\x1c\xfb\xc4\x41\x0d\x18\x88\x55\xfd\x68\xb1\x90\x8f\xdc\x87\xba\xf7\x31\x03\x6f\x49\xb6\x59\x13\x2f\x08\x8c\xc3\x85\x1f\x51\xb9\xbf\xae\x35\x51\x47\x80\xf0\xb8\x25\xc6\xf8\x9f\xab\x2f\x22\x63\x77\x1b\xae\x3f\x67\xec\xfa\x49\xf1\x75\x55\xbc\xa9\x17\x3b\x2d\xbb\x93\xb8\xd7\x08\x64\x3a\x2f\x24\x6f\x26\x46\xbc\x93\x9d\xb8\xa1\x17\xbd\x84\xf7\x0c\xc8\x02\xbc\x40\x53\x1e\xa7\x91\x75\x4e\x79\xe6\x46\x2f\xa2\x3d\x3d\x35\x65\xa7\xb1\xe2\xc0\xb8\x45\xe8\x7a\xbf\xa9\x6b\x99\xbc\x42\x4f\xa5\x27\xa7\xdd\x41\x93\x5d\x6a\x88\x3e\x4b\xb1\x07\xfb\x1a\x4c\xc0\x1d\x19\xb8\x20\x20\xf8\xe3\xd0\xeb\xe7\x33\xef\x3b\xe6\x46\xad\x45\x0f\x1c\x5e\x1f\x0b\x51\x70\x48\x89\xb5\xf7\x3a\xd6\x83\xc1\x3a\xd2\xee\xf6\x4b\xf8\x39\x9a\xa9\x33\x8d\xef\x9d\x57\xa9\x0c\x29\xb6\xa7\x4c\xfe\xb8\x4a\x7a\xcf\xb1\xe7\xd6\xf1\x62\x21\x4a\xc9\x0c\xe8\x5d\x12\xe0\x67\xf0\xfd\xac\x27\x8a\x96\x5c\x7d\x7c\x7f\xfd\xfe\xec\x33\x6f\x75\xbd\xe4\xea\xfc\x05\x7b\x65\x2e\x09\xe2\x32\x46\xdc\xe0\x83\x16\x02\x50\x19\x94\xf0\x73\xb6\x6a\xdb\x4d\xf3\xe2\xf2\x72\x59\xb5\xab\x6e\x31\x2b\xea\x35\xc6\x1f\x6b\xbd\xc4\xff\x5c\x56\x4d\xd3\x89\xe6\xf2\xc7\x1f\x7e\x3a\x4f\x89\x8d\xad\x6c\x9f\xa3\x9d\x42\x87\xf9\x44\xc6\xb2\xe0\xd2\xaa\xee\xdf\xb6\x32\x39\xd8\x50\x10\xe9\xbf\x13\x98\x31\x90\x88\xf5\xbd\x9b\xb5\x3b\xe0\xbd\x7f\x61\x2c\x4e\x6a\x02\x3e\x0b\xff\x5a\xc9\x60\x21\x0c\xa0\x4e\x46\xde\xca\x3f\x15\x6e\x2b\x19\x8f\xe8\x25\x3e\x46\xe6\xc8\x24\xff\xee\x29\x7c\x27\xb7\x1c\x2a\xda\x5b\x96\x60\xf4\xf5\xb7\xb5\x16\xc4\x5b\x89\x0e\x95\x85\xac\x17\x40\x76\x68\xbe\x19\x0a\xc6\x15\xb2\x6e\x26\x27\xd8\x6d\x2f\xd8\x4b\x7a\x7c\x5c\x2d\x5a\x6f\x00\xc8\xa9\x45\x03\x19\x3d\xdb\x1e\xcb\x2d\x04\xdc\x49\x94\xf5\xed\xee\x1a\x9d\xf1\x7a\x4b\x59\xdf\xe6\xf7\x30\x5b\x1a\x40\x1b\xaf\x46\xf6\xf4\xd0\xbd\xfc\x2a\x84\x42\x72\xa8\xdd\xd0\x42\x31\x33\x8a\xcc\x55\x6a\x29\x45\x6f\xbc\x96\x4d\x36\x57\x57\xf8\x4d\x58\x80\xd2\xb3\x46\x39\x5c\x04\x11\x07\x3a\x50\x25\x62\x23\xd9\x95\xcd\x75\x82\x9c\x1a\x4e\x2e\x6b\xa7\x1b\x81\x09\x90\xd9\x8a\x96\x5a\x30\x05\x11\xa9\x5c\x35\xdd\xe2\xc2\x67\xbe\xd4\x1a\xa4\x2b\x24\x46\x6d\xb8\x06\x56\xd6\x55\x25\xcb\x8b\x44\x76\x23\xda\xf9\x9e\x8f\xc6\x26\x47\x73\x29\x61\xc5\x51\x83\x43\xe0\xb5\x1b\xbb\x7b\x8f\x31\x16\x05\x2f\x56\x0e\xf4\x8b\xe1\x93\x9e\x26\x11\xc9\x8b\xc8\x06\xf8\xa3\xe3\xfb\x13\xe2\x97\x03\xa4\x70\xdf\xbf\x9c\x88\xe6\x6c\x8a\x9c\xf8\x18\xc7\xa1\xec\xa9\xe1\xca\x49\x8e\xa1\xa9\x6a\xe6\x18\x44\xfa\x06\x99\xa1\x3e\xb4\xdb\x6c\xf8\xa3\xa2\x7c\x93\xbd\xa2\xfb\xd3\xe4\x43\x9a\x6d\xda\xc8\x87\xad\xc0\x72\x58\xaa\x16\xcd\xea\xb6\x72\x14\x7b\x59\xc0\x25\xca\xa5\x0c\x49\x62\xbc\x03\x30\x57\xde\x8c\x68\xd8\xa3\x90\xd2\xfc\x2d\xfa\x82\x9b\xec\x84\x12\x30\xdb\x22\xb3\xc9\x11\x94\x58\x4c\x6e\xba\x8b\x05\x87\xaa\xf9\x43\xb5\x87\xb7\x4e\x73\x04\x60\x3c\xe2\x40\x17\xbc\x58\x89\xb9\xe9\x5a\xb7\x07\x82\x9e\x0a\xe9\xbe\x34\x0f\xdf\xe1\xb3\xa3\x97\x19\xfa\xf3\xd0\x33\x89\x6d\x01\xbe\x89\x17\x90\x08\xea\x3c\x83\xbb\x8e\x77\x81\xcd\xce\x13\x45\xac\x76\xf6\x35\xed\x72\x0a\x8a\x3a\xc1\x61\xb6\xf0\xfc\x82\x6b\x6d\x31\x8b\xd4\x2a\xe3\xba\xad\x1e\x78\x11\x79\x89\x26\x51\x43\x44\x37\x24\xbe\xb1\x81\xe0\x86\x2f\xd5\x6a\x45\x39\x67\x8e\xc2\x73\x78\xfd\x93\x78\xd9\x53\x58\x87\x37\x27\x32\x0e\xf7\x9e\x14\xce\xa2\xec\xdc\xe4\xd0\x83\xca\x7d\x47\x8c\xf5\x40\x14\xf9\x7e\xe4\x4d\x41\x39\xbd\xe9\x12\x6e\x8b\x33\x91\x4a\xc9\x41\x4c\xa1\xa4\x14\xc7\xb6\x9f\x93\x03\x53\x88\x68\xd3\x2f\xa2\xf4\xf9\x4a\x41\xd2\xba\xb9\xa2\xf8\x52\xb0\xb5\x28\xab\xae\xcf\x0d\x36\x8e\x8c\xfe\x4b\xb0\xfc\x89\x04\xcb\xf0\xba\x7d\x35\x81\x70\x32\x77\xd1\x14\x89\xf0\xba\xd6\x3e\x53\xea\x1d\x18\xf9\x8f\x02\xcb\xc0\xb4\x35\x86\xeb\xd2\x94\xe3\x41\x26\x38\x6f\x9f\x37\x0e\x12\x1f\xef\x74\x1b\x1c\x7d\x5b\x35\xed\x2f\x5c\x76\x47\xa5\x7f\x03\x46\xf7\xab\x41\x2f\x6c\x57\xb1\x9b\xc1\x13\xa3\xae\xe4\x0f\xb1\xe7\xd7\x08\x07\x8c\x4e\x40\x9a\x98\x25\x55\x33\xfd\xde\x47\xf1\xba\x77\xf3\x75\x8f\x17\xd4\xa3\xe6\x9b\x8d\xd0\xd6\x75\xba\xe5\x71\x06\x86\x32\x68\x25\x57\x68\xe8\xbc\xb9\x7b\xff\xce\x6b\x5c\xde\xff\xd1\x7b\x35\xfc\x0c\xa6\x6e\x96\x5e\xb9\x77\x9d\x94\x83\x2b\x37\xa1\x96\xce\xa7\xb7\x6f\xe7\xbf\x5c\xbd\xfd\xf4\x6a\x94\x5c\x28\xf8\xd9\xe0\x9c\xb8\x9e\xd0\x9c\xa0\xfa\xd9\x82\xca\xd9\xad\x85\xb6\x28\x45\x3f\x6a\xbc\xe5\x3b\x29\x63\x92\xa9\x5c\xdd\xd3\x7b\x20\x62\xd7\x29\x34\x0f\x73\xc5\x46\x27\x2e\x6e\x1f\x7e\x76\x6f\x5e\x7e\x8f\xcf\x5e\x30\x3f\x88\x17\xec\x9d\x6b\x75\x60\x5e\x09\x2e\x70\xc4\x71\x40\xd7\xf7\xd0\x71\x38\x35\x8d\xde\x61\xc7\xe3\x93\xb2\x75\x5f\x89\xfd\xee\x24\xa7\x03\xe7\xee\x3e\x76\x3d\x38\x71\x5f\xe2\xfd\x0c\xef\xcd\x90\xfc\x0c\xeb\xa1\x3a\x7e\xb0\x5c\x51\x2d\x2c\x0e\x59\x25\x83\x7d\x62\x37\x0a\x93\x9b\x25\x57\xcb\x8e\x2f\x45\x93\x31\xdb\x78\xae\xd6\xd5\x72\x05\xd9\xe2\x44\x5f\x8f\x00\x6c\xce\x14\x6f\xab\x2f\xa2\xb7\x85\x30\xb2\x29\x7e\xe7\xeb\x0d\x80\x87\x54\xae\x68\x4c\x6a\xe9\x5f\x8f\x41\xcf\x37\x77\x6e\x38\x66\xa7\xb9\x17\x11\x7f\x9b\xca\x15\x2e\x2e\x92\xd2\x58\x9b\x0c\x1c\xb7\x50\xb8\x33\xda\xba\x5c\x0b\x4b\x19\x09\x32\x7d\x09\xd6\x61\xae\x1c\x02\x0f\x16\x36\xa2\xe0\x47\xa8\x04\x76\x69\xb7\x3c\xb1\x8b\x61\xcf\x04\xf5\x2d\xbd\xeb\x8f\xbe\x03\xcc\x81\x9b\x7f\xe9\xbd\x65\xc2\xb6\xf5\x62\x6c\x87\x34\xf7\x1b\x4a\xf5\x8f\x30\xeb\xc3\xb2\x01\x76\x99\xee\x8d\x1d\x17\xfe\x66\x30\xd8\x50\x77\x0b\xb9\x47\x97\xf0\xf7\xa3\x9d\x42\x91\x3c\xde\xa9\x09\x0e\x99\x0f\xbd\xa3\x65\xb6\xe9\x58\xb3\x8b\xba\x1e\x58\x97\x13\xba\x36\xa2\x4e\xd1\x03\xbb\x26\xa3\x2b\xda\x43\xf6\xcb\x04\x34\x57\x7f\x8a\xac\xf4\x19\xeb\x90\xac\x9a\x83\xba\xe3\xf5\xa7\xc9\x3d\x72\x1a\x02\x5d\x76\x7b\x49\x58\xba\xe7\x22\x01\x3b\x20\x26\xc9\xa0\x26\x77\xaa\xa8\x50\xbc\x28\x28\x76\xc5\x09\x9a\x9c\xb9\x4d\x94\xf9\x95\xcb\xa0\x93\x45\xa7\x1b\x23\x2e\x49\xde\x91\xd4\x36\xe6\x69\xae\x2c\x83\x88\x15\xc7\x57\xcc\x06\x30\xdd\xa7\x88\x90\xdb\x60\xfe\x3d\x68\xac\x2d\xab\x95\xb0\xd2\x30\x57\x40\xd3\xaa\xc0\xf5\xb3\x68\x80\x40\x89\xc8\x48\xe9\x8b\xa0\xd8\x09\x57\x58\x19\x6b\xb7\xcc\xeb\xa9\x01\xd1\x3d\xff\xcc\xfc\xfb\xf7\xb3\xff\x04\x00\x00\xff\xff\x57\x45\x8f\xf1\xb3\x8e\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xe9\x6d\x1b\x49\xc2\xf7\xfc\x8a\xc6\x5e\x62\x03\xb4\x0c\xcc\x60\x2e\xb9\x19\x71\x82\x71\x10\x24\xde\x38\x99\x5d\x60\x38\x90\x5b\x64\x4b\xe2\x86\x6a\x6a\x9b\x64\x1c\x2f\xb0\xff\x7d\xd1\x55\xd5\x2f\xaa\x49\x91\x92\xe2\x99\xcd\xcc\x21\x70\x20\x89\xec\x77\x75\x3d\xbe\xfa\xca\x0c\xd2\x40\xd7\x69\xda\x9e\x5b\x6a\x02\xfa\xe0\x1a\xae\xed\x25\x86\x86\x3b\x64\x95\x00\xe9\x00\xe0\x59\xa2\x75\x0f\xe5\x06\x95\x71\x99\xca\x7f\xe9\xe9\x31\x05\x85\x68\x59\xab\x25\x1e\x62\x43\xee\xc9\xce\xee\xf1\xa5\x67\x3f\x9d\xdf\x9f\x63\xb9\xb6\xb6\x06\x3a\x98\x24\xbc\x42\x6c\xa6\x52\x5b\x96\x00\x7b\x34\x23\x58\xaa\x6a\x83\xac\x2d\xb6\x89\xc1\xd2\x03\x64\xe5\x9c\xba\xd0\xb6\xf3\xbc\x5e\xb1\x8c\x37\xd9\xfa\xc2\x68\x73\x7e\x91\xa5\xa2\x76\x65\xdc\xb5\xe6\xa8\x75\xad\x78\xb2\x8e\xb6\xc0\xd4\xc6\xd2\x2d\x06\xfb\x45\x0f\x01\xe2\x26\x1f\x83\x5d\xe9\x93\x9a\xe2\xe6\x74\x4c\x87\x4e\xd3\xb3\x3f\x37\x5c\x0f\xce\x5d\x4a\x2e\x62\xc9\x37\x22\x67\x29\xe6\x46\xa7\x7f\x33\xcb\x9f\xca\xed\x62\x56\x3e\x2e\x9b\x19\xe4\x1d\xcc\xf4\xb4\xcc\x20\x21\x7a\xcf\x4d\x37\xcf\x77\x4d\xa5\x3d\xd3\xdd\x6b\x6c\xc5\xf5\x1d\x3b\x3b\xb6\xa5\xf1\x4a\x0b\xba\x78\xec\xfc\xdc\x85\x31\xa0\x30\xd9\x0b\xca\xd2\x50\x11\x1d\xad\xe4\x7a\x8a\x95\x3b\x9f\x58\xcf\x80\xd5\x0d\x6f\x8a\x0c\x89\x8d\x24\x2f\x1f\x81\x71\x25\x49\x65\x5e\x28\x34\xad\x79\xf6\x98\x95\x45\x46\x05\x71\x42\x5d\x48\x7c\x11\xb2\x09\x70\xe6\xc0\x93\xf4\x54\xea\x50\x1f\xc2\x3d\x3e\xfb\x9f\x7a\x54\x21\x5b\xbc\x2c\xf4\x9a\x75\xb7\x09\x71\xaf\xaa\x43\x0b\x51\x60\x0a\x9e\xb1\x67\x2b\x55\xac\x0a\xc9\x9b\x4a\xb1\xb3\x5b\x93\xb7\x72\x6e\x73\x2d\x61\x16\xe3\xdd\xe8\xf8\xeb\xa6\x4c\x11\xfa\xfa\xe2\x97\x2d\xc4\x27\x45\x3e\xdf\x05\x16\x4f\xe5\xf9\xdb\x1b\x7f\xd7\xbf\xaa\x1b\xbe\xd9\xfa\x3c\x5f\x96\x7d\x86\x66\xa6\xc4\x49\x60\xa6\x63\x60\xd6\x15\xb5\x43\x30\xa5\x92\x9c\x21\xb8\x6e\x95\x8a\x10\xd8\x76\x47\x09\x82\x63\x7e\x20\x6c\x9b\xea\xc2\xed\x7f\x7a\xd0\x61\xfc\xe1\xad\xf1\x11\xb9\x8b\x20\x90\xac\x30\x50\x21\x33\x38\xa7\x00\x4f\x5d\x07\x08\xd9\x54\x3a\x74\xea\xcb\xb2\x6a\x73\x46\xee\x72\x72\x3e\xab\x19\x2b\xc4\x2c\x61\xf5\x8f\x2f\x2e\x2f\x67\xb3\x9e\x99\x98\x4a\x28\x61\xcf\x37\x3c\x17\xdf\xe1\xf0\x5d\x14\xfd\xbd\xe7\x68\x05\xe5\xd0\xe6\xd3\x2c\x0f\x43\xc7\x01\xbb\xc5\xb7\xcc\x43\x6c\x63\xb7\x49\x5b\x22\xee\x98\xe6\x0c\x48\x72\xb8\xa9\x2d\x57\x42\x36\x73\x68\x71\x5a\x63\xd0\xc8\x2d\x3c\x1e\x64\xb5\x8c\xb2\xb0\x7e\xfd\x58\xa1\xe1\x6c\xa0\xad\xbf\x79\xc5\x1c\x89\xda\x8b\xd7\x9f\xd9\x59\x01\x71\x2c\xcf\xc9\xb8\xaf\x7a\x1d\x0d\xe8\x80\xd9\xf3\x06\x14\x08\xa6\x51\x03\x72\xbd\xc7\x2c\x6f\x5b\xa9\xd0\xa2\xfb\xb4\xa0\x30\x9f\x39\x0f\x30\x22\x37\x9d\xbb\x9b\xf1\x86\xaa\xe7\xff\x47\xa8\xca\xa5\x2c\x12\x5d\xb0\xf7\xe2\x01\x98\xf7\xe3\xfc\x70\xda\x07\xe4\xb5\x42\x96\x07\x3f\x95\x1d\x3e\x21\xf4\x30\x5e\xd3\x8b\x47\x03\xf7\xee\x67\x0c\x9d\x1f\x40\xa8\x6e\xbb\xe2\x2e\x4d\x5f\x7a\x1a\x4b\xc2\x8a\x62\x73\x40\x2f\x41\x09\xd0\x0a\x5d\x51\xb3\x0d\xdf\x52\xcc\x98\x0a\x4d\x77\xbd\x22\x33\x18\xc4\xaf\xff\xfc\x6d\xd6\x47\x6b\x03\x5d\x3f\xb8\x6c\xce\x6b\x53\x43\x4c\x09\x9e\x3b\x5a\x76\x9f\x75\x7d\x1f\x65\xcd\xde\x0d\x79\x84\x26\x73\xcc\xba\xec\xea\x2a\x96\xdc\xc0\x6d\xf1\x22\xf7\x39\x09\xed\x06\xa7\xe5\xb1\xac\xdc\xd5\x92\x81\x0e\xdc\xa3\x2d\xcd\xa8\x9f\x91\x16\x26\xcc\x5e\x5c\x3e\x3d\x91\x1e\xd8\x97\xc8\x39\xa6\xfb\x26\x5f\xcc\x3d\x76\x54\xa8\xc4\xaa\x27\x93\xb7\x75\x57\x51\x80\x1d\x90\x78\x88\x6d\x6f\x73\x1b\x3c\xab\x33\xc7\x4c\x8d\x68\xbd\x82\xc4\xc5\xd0\x77\xf3\x7f\x6d\x84\x92\xbc\xfc\x5d\x0b\x0c\x7b\xb3\x6d\x89\xcc\x74\xa7\x3c\x5a\xc7\x4c\x09\x18\x36\x0c\x6a\x67\xc0\x09\x3d\xc6\xb7\xa5\x60\x7f\x6f\x17\x55\x29\xd8\xbf\x5b\xa1\x1e\xd9\xcd\x35\xab\x14\x50\x91\x34\x15\x7d\x54\xe4\x93\xb8\xca\x51\xba\x11\x4c\xcf\x56\x74\x37\x80\xc1\xa2\xd3\x75\xd7\x63\x58\x03\x2a\xc0\x6b\x33\xdc\x82\x5e\xc7\xcc\x27\xb3\x01\x6f\xab\xaa\xbc\x91\xcb\xea\x98\xdd\xc7\x4b\xc3\x5b\x33\x07\x9a\x80\xa3\xf7\x9f\x03\x63\xdc\x5c\x5b\x37\x9e\x4d\xcd\x85\x75\xf1\x48\x7a\x20\xc6\x44\x5d\x80\xc8\x0e\x16\x15\xea\x47\x5e\xd4\xdb\x88\x27\x77\x22\x82\x04\xde\x81\x21\x20\xcb\x58\xba\x7b\x3e\x1c\xea\x95\xbb\x3e\x42\xfa\x52\xa7\x87\x93\x36\x07\x26\xf5\x77\x9a\xb2\x4e\x6d\x3f\xcd\xd1\xce\xa3\xd7\xb6\x99\x4f\xa4\x12\xd2\x3b\x8d\x34\x98\x54\x7a\xda\x0a\x6e\x28\x03\xd1\xb1\xb3\x16\xdb\x4a\x81\x1c\x3c\xda\x12\x3f\x26\x97\x7d\xf0\xec\x5f\xfb\x94\x11\xe0\x60\xce\xaa\xcd\x42\x5b\xc3\x48\xf5\x44\x11\x1e\x50\xb3\xae\x4c\x5e\xa3\x4d\xca\x32\xea\x12\x96\x7d\xe8\x8a\x41\x03\x8f\xf1\xb3\xae\xfc\x3b\x33\x0a\x0c\xe8\xd1\x6d\x4f\x9b\x76\x1f\xbf\xe8\xaf\xba\x23\x00\xf6\xea\x07\xfe\x58\x03\xbf\x86\xd0\xd7\xf2\xd2\x95\x7b\xf1\x05\xa0\x75\x14\xd8\x34\x34\x22\xab\x6a\x89\x76\x87\xc6\x52\x50\xc5\xaf\xd2\x30\x89\xb8\x7c\x95\xe7\x75\x7c\x72\xbe\x35\x47\x40\x7c\x2e\xe0\xfd\x36\x93\x95\xc8\x65\x83\x0b\x2f\x41\xd3\xf6\x07\x87\xc4\x17\x59\x25\x6d\xf6\xeb\x49\x3c\x26\x11\xfe\x80\x78\x77\xe1\xbb\x1d\x56\xda\x7d\xee\x9b\x23\xbd\x48\x9e\x9e\xa6\xaa\x8c\x58\x76\x1b\x06\xb4\x5b\x28\x8e\x75\xdb\x09\xdb\xf0\x42\xd2\x31\x68\x94\x16\x90\xb9\x58\xb4\xab\x55\xaf\x73\xa3\xac\x56\xdf\x34\xd2\x62\xb2\xed\x7b\x15\x04\x3b\xc2\x72\x28\x83\x7c\xcf\x0e\xfd\x8e\xbc\x58\x83\x19\x57\xa7\xf0\x43\xdd\x98\x96\xd0\x9b\xbe\x2c\x4a\xf1\x34\xae\xa7\x13\xf9\xd1\x6e\xc6\xf8\xd1\x4c\x38\x06\x20\xa1\x38\x0e\xeb\x30\xff\x13\x39\xd8\x30\x4d\x66\x5e\x84\xea\xe5\x40\x97\x0e\x4c\x3d\xb3\xc9\xb2\x70\x58\x89\xb7\xa9\x16\x32\xaf\xc1\x28\x39\x7d\x2e\x1a\xc8\xf6\xe3\xb3\xc6\xf6\xb0\xa8\xdf\x55\x1b\xc1\xa0\xa9\x1a\xf9\x4f\x18\x61\x5a\x13\x08\xdf\xea\x01\x3a\xaa\x3c\x38\xf0\x14\x9f\xcc\xd6\x5c\xae\x44\xee\x54\xc2\x33\x29\x1e\x98\x96\xb5\x89\x1f\xcf\xf2\x96\x27\x61\xa2\xc9\xce\xb5\x6e\x13\xc0\x5f\x94\xc8\x2a\x95\x03\x01\xc1\x8a\xab\x1c\x40\x57\xb4\xe1\x4b\x9e\x7d\x86\x52\x4d\x70\x1d\x61\x8b\x14\x73\x33\x39\xfa\x18\x07\x76\x6f\x2b\x64\x86\x24\x98\xb6\x7a\xb2\xe9\x1f\x3e\x5e\x33\x9e\xa9\xaa\xa6\x5a\xae\x54\xa1\x87\x4a\xc3\x78\xd5\x31\xa0\xc5\x5e\x1f\x19\xaf\x8f\xe2\x1c\xb8\x92\x0e\x42\x21\xbe\x6e\x4b\x2e\xc3\x1d\x8f\xc3\x6d\x14\x07\xa6\xd6\x5e\x7d\xce\xa6\x16\x3e\x69\x42\xb2\x4f\xa6\xe8\x8e\x15\xea\x76\x4a\xf0\xfc\xd1\x4f\xc0\x2a\x24\x31\xa4\xf1\x7c\x53\x48\xbd\xf4\xfa\x76\xc1\x6a\x29\x24\xbd\x72\xac\xb9\x5d\x62\xe4\x19\x08\x70\xb4\xdc\x0a\x6e\xc4\x9a\x49\xa1\x15\x02\xae\x8a\xf2\x11\x74\xc0\xad\x12\x17\x5e\x3b\xde\xf9\x26\xe8\x5b\x51\xa7\x12\xfb\x0e\xc6\xeb\xb2\x2d\x51\x53\x04\x5b\xca\x0e\x80\xce\xe1\xa7\x9b\x44\x5f\x12\x0d\xd1\x4e\x78\x0d\xc3\x9e\x3d\x09\x8c\x68\xd7\x8a\x19\xe5\x19\x76\x89\x81\x0a\x30\x0e\xeb\xea\xc1\x60\x1d\x1f\xb8\x0b\x65\x4f\x31\xf3\x6e\x49\x76\x19\x13\xce\x0b\x7c\xc3\x85\x1e\x50\xb5\xbf\xae\x14\x51\x43\x80\x70\xb8\x25\x46\xf8\x9f\x8b\x2f\x22\x61\x77\x5b\xae\x3e\x27\xec\xfa\x51\xf2\x4d\x91\xbd\xa9\x16\x7b\x2d\xb7\x53\xb8\xcf\x8c\xbd\x19\xf3\xf2\x0c\xcc\x7d\xcc\x1b\x36\x28\xfc\x27\x7a\x47\xf2\x56\x21\xcb\xff\xb0\x15\x66\x7b\xbf\xad\xaa\x32\x7a\x6d\x9d\x4a\x37\x8d\xbb\x60\x46\xbb\xb1\x10\xf1\x15\x63\xec\x75\x75\x8f\x80\xaf\xd1\x33\xfb\x21\xe0\x62\x11\xe3\xe7\x33\xe7\xaf\xe5\x5a\x95\x44\xaf\x17\x8a\xec\x85\xc8\x38\xa4\xa1\x9a\xbb\x14\x6b\xb0\x60\xed\x66\x7b\xe3\x44\x7c\x0b\xf5\xd8\x99\xc6\xf7\xce\x8b\x58\x56\x12\x9b\x28\x27\x3f\xae\xa3\x1e\x6b\xec\xb9\x71\x76\x18\x58\xd0\xbe\xac\x63\x83\x82\x9e\x67\x25\xaf\x47\x6e\xe1\xe8\x29\xba\xa1\x17\xbd\x84\xf7\x8c\x97\x00\x3f\x83\x6f\x67\x33\x52\xb4\xa4\xf2\xe3\xfb\xeb\xf7\x67\x9f\x79\xa3\xaa\x15\x97\xe7\x2f\xd8\x2b\x7d\x49\x10\x57\x31\xe2\x02\x97\x4a\x08\x40\x5d\x50\x42\xcf\xd9\xba\x69\xb6\xf5\x8b\xcb\xcb\x55\xd1\xac\xdb\xc5\x2c\xab\x36\x18\x5f\xac\xd4\x0a\xff\x73\x59\xd4\x75\x2b\xea\xcb\x1f\x7f\xf8\xe9\x3c\x26\x36\x76\xb2\x79\x8e\x76\xfa\x1c\xe6\xf3\x18\xca\x72\x8b\xab\xb2\xff\xd8\xc9\xd4\x60\x7d\x41\xa2\xff\x4f\xe0\x45\x4f\xa2\xd5\xf7\x6e\xb6\xee\x81\xef\xfe\x85\xa1\x38\xa9\x89\xf7\xcc\xff\x6b\x24\x83\x81\x28\x80\x3a\x19\x78\x23\xff\x50\xb8\xac\x68\xbc\xa1\x93\xd8\x18\x98\x1b\xa3\xfc\xb7\xa7\xf0\x8d\xdc\x72\xa8\x58\x6f\x58\x80\xd1\x97\xdf\x54\x4a\x10\x2f\x25\x3a\x4c\x16\x65\xb5\x00\x32\x43\xfd\x4d\x5f\xb0\x2d\x2b\xab\x7a\x74\x02\xdd\xee\x82\xbd\xa4\xc7\x87\x55\xb0\xcd\x16\x80\x9a\x4a\xd4\x90\xb1\xb3\xeb\x91\xdc\x41\xb8\x9d\x44\x59\xdf\xed\xae\xbe\x72\xaf\x77\x94\xf5\x5d\xfe\x0e\xbd\xa5\x01\x94\xf1\x6a\x60\x4f\xf7\xdd\xcb\xaf\x7c\xa8\x23\x87\xda\x0c\x0d\x14\x2b\xa3\xc8\x5b\x21\x57\xa5\xe8\x8c\xd7\xb0\xc5\xa6\xf2\x0a\xbf\xf1\x0b\x4c\x3a\x56\x28\x8b\x7b\x20\x62\x40\x0b\x9a\x44\xec\x23\xbb\x32\xb9\x4c\x90\x33\xc3\xc9\x25\x6d\xf5\x30\x30\x01\x12\x53\xb1\x52\x09\x26\x21\xe2\x94\xca\xba\x5d\x5c\xb8\xcc\x96\x4a\x81\x74\x85\xc4\xa7\x2d\x57\xc0\xba\xba\x2e\xca\xfc\x22\x92\xbd\x88\x76\xbc\xe3\x9b\x31\xc9\xcf\xbc\x2c\x61\xc5\x51\x5b\x44\x60\xb5\x1d\xbb\x7d\x8f\x36\x16\x05\xcf\xd6\x16\xd4\x8b\xe1\x91\x8e\x26\x11\xc8\x8b\x40\x85\xfa\xbd\xe3\xf7\x23\xe2\x93\x3d\xa4\x6f\xdf\xbf\x9c\x08\xe6\x6c\x8c\x9c\xf8\x18\xc6\x99\xcc\xa9\xe1\xd2\x4a\x8e\xbe\xa9\xaa\xe7\x18\x24\x7a\x82\xcc\x4f\x17\xba\xad\xb7\xfc\x41\x52\x3e\xc9\xa4\xe8\xfd\x38\xf9\x10\x67\x93\xd6\xf2\x61\x27\x70\xec\x97\xa2\x45\xab\xa4\x29\x2c\x85\x5e\xe2\x71\x85\xf2\xb2\xf4\x49\x60\x9c\x83\x2f\x95\xce\x8c\xa8\xd9\x83\x28\x4b\xfd\x37\xeb\x0a\x6e\xb2\x13\x72\xc0\x64\x8b\xc4\x24\x3f\x50\xe2\x30\xb9\xe1\x2e\x16\x1c\xaa\xe2\xf7\xd5\x16\xde\x39\xcd\x01\x40\xf1\x88\x03\x9d\xf1\x6c\x2d\xe6\xba\x6b\xed\x04\x84\x3c\x15\xca\x7d\xa9\x1f\xbe\xc3\x67\x07\x2f\x33\xbe\x6d\x5a\x45\x10\x3f\x6c\x0b\xf0\x4b\x3c\x83\x44\x4f\x1b\x0c\xdc\x77\xbc\x33\x6c\x76\x1e\x29\x52\xb5\xb7\xaf\x71\x97\x93\x57\xb4\x09\x0e\xb3\x81\xdf\x67\x5c\x29\x83\x49\xa4\x56\x19\x57\x4d\xb1\xe4\x59\xe0\x25\x1a\x45\xfd\x10\xdc\x90\xf8\xc6\x1a\x82\x17\xae\x14\xab\x11\xe5\x9c\x59\x8a\xce\xfe\xf5\x8f\xe2\x61\x4f\x61\x1d\xde\x9c\xc8\x38\x9c\x3c\x29\x9c\x05\xd9\xb7\xd1\xa1\x7b\x95\xf9\x8e\x18\xeb\x81\x28\xf1\x69\xe4\x4c\x5e\xb9\xbc\xf1\x12\x6e\x87\x13\x91\x4a\xc5\x41\xcc\x20\xa7\x14\xc6\xa6\x9b\x73\x03\x53\x88\x68\xd2\x2f\x22\x77\xf9\x48\x5e\x52\xba\xbe\xa2\xf8\x4a\xb0\x8d\xc8\x8b\xb6\xcb\xfd\x35\x8c\x7c\xfe\x4b\xb0\xfc\x81\x04\x4b\xff\xba\x7d\x33\x81\x70\x32\x77\xd1\x18\x89\xf0\xba\x52\x2e\x13\xea\x1d\x18\xf9\x0f\x02\xcb\xbc\x34\x15\x86\xe3\xe2\x94\xe2\x5e\xa6\x37\x6f\x9e\xd7\x16\xf2\x1e\xee\x74\x13\xfc\x7c\x5b\xd4\xcd\x2f\xbc\x6c\x8f\x4a\xef\x06\x0c\xee\x37\x83\x56\x98\xae\x62\x37\xbd\x27\x06\xdd\xd6\x1f\x42\x2f\xb3\x16\x0e\x18\x9d\x80\x34\x30\x43\x9a\xa6\xfb\x3d\x45\xf1\xba\xb7\xf3\x75\x8f\x17\xd4\x83\xe2\xdb\xad\x50\xc6\x75\xba\xe3\xdd\x06\x06\x32\x68\x25\x95\x68\xe8\xbc\xb9\x7b\xff\xce\x69\x5c\xce\xff\xd1\x79\x35\xfc\x0c\xa6\x6e\x16\x5f\xb9\x77\x6d\x59\xf6\xae\xdc\x88\x5a\x39\x9f\xde\xbe\x9d\xff\x72\xf5\xf6\xd3\xab\x41\xf2\x20\xef\x67\xbd\x73\x62\x7b\x42\x73\x82\xea\x67\x03\x2a\x67\xbb\x11\xca\xa0\x10\xdd\xa8\xf1\x96\x6f\xcb\x32\x24\x91\x4a\xe5\x3d\xbd\x07\x22\x76\xad\x44\xf3\x30\x95\x6c\x70\xe2\xc2\xf6\xe1\x67\xf7\xfa\xe5\xf7\xf8\xec\x05\x73\x83\x78\xc1\xde\xd9\x56\x7b\xe6\x95\xe0\x00\x47\x1c\x07\x74\x7d\xf7\x1d\x87\x53\xd3\xe4\x1d\x76\x3c\x3e\x49\x53\xd7\x95\xd8\xed\x4e\x72\x3a\x70\xee\xee\x43\xd7\x83\x15\xf7\x39\xde\xcf\xf0\xde\x04\xc9\xcd\xb0\xde\xa9\xe5\xff\x4a\x25\xd5\xba\xe2\x90\x35\xd2\xdb\x27\x76\x23\x31\x79\xb9\xe4\x72\xd5\xf2\x95\xa8\x13\x66\x1a\x4f\xe5\xa6\x58\xad\x21\x1b\x9c\xe8\xe9\x11\x60\xcd\x99\xe4\x4d\xf1\x45\x74\xb6\x10\x46\x36\xc5\x57\xbe\xd9\x02\x38\x48\xa6\x92\xc6\x24\x57\xee\xf5\x18\xf4\x7c\x73\x67\x87\xa3\x77\x9a\x7d\x11\xf1\xb3\xc9\x54\xe2\xe2\x22\xe9\x8c\xb1\xc9\xc0\x71\x0b\x85\x39\x83\xad\xcb\x95\x30\x94\x90\x20\xd3\x57\x60\x1d\xa6\xd2\x22\xec\x60\x61\x03\x8a\x7d\x84\x42\x60\x97\xf6\xcb\x13\xb3\x18\xe6\x4c\x50\xdf\xe2\xbb\xfe\xe8\x3b\x40\x1f\xb8\xf9\x97\xce\x5b\x46\x6c\x5b\x27\xc6\xf6\x48\x73\xb7\xa1\x64\xf7\x08\xb3\x2e\xec\x1a\x60\x95\xf1\xde\x98\x71\xe1\x6f\x7a\x83\x0d\x55\xbb\x28\x27\x74\x09\x7f\x3f\xd8\x29\x14\xc9\xc3\x9d\x1a\xe1\x90\xf9\xd0\x39\x5a\x7a\x9b\x0e\x35\xbb\xa8\xaa\x9e\x75\x39\xa1\x6b\x23\xe8\x14\x3d\xb0\x6f\x32\xda\xac\x39\x64\xbf\x8c\x40\x6b\x75\xa7\xc8\x48\x9f\xa1\x0e\x95\x45\x7d\x50\x77\x9c\xfe\x34\xba\x47\x56\x43\xa0\xcb\x6e\x92\x84\xa5\x7b\x2e\x10\xb0\x3d\x62\x92\x0c\x6a\x72\xa7\x8a\x02\xc5\x8b\x84\x62\x56\x9c\xa0\xc7\x89\xdd\x44\x89\x5b\xb9\x04\x3a\x99\xb5\xaa\xd6\xe2\x92\xe4\x1d\x49\x6d\x6d\x9e\xa6\xd2\x30\x84\x18\x71\x7c\xc5\x4c\x00\xd3\x7e\x8a\x08\xb8\x2d\xe6\xd7\x83\xc6\xda\xb0\x4a\x0a\x23\x0d\x53\x09\x34\xac\x12\x5c\x3f\x8b\x1a\x08\x92\x88\x6c\x94\xbe\xf0\x8a\x99\x70\x89\x95\xaf\xf6\xcb\xbc\x8e\x1a\x10\xdc\xf3\xcf\xf4\xbf\xff\x3e\xfb\x5f\x00\x00\x00\xff\xff\x74\xa6\x1e\xd2\x93\x8e\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 233139, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 233107, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index 3dfc871ce..292bbfeb7 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -8090,7 +8090,7 @@ flyteidl.core.Execution.TaskLogOrBuilder getLogsOrBuilder( /** *
-     * If there is an explanation for this phase transition, the reason will capture it.
+     * An optional explanation for the phase transition.
      * 
* * string reason = 13; @@ -8098,7 +8098,7 @@ flyteidl.core.Execution.TaskLogOrBuilder getLogsOrBuilder( java.lang.String getReason(); /** *
-     * If there is an explanation for this phase transition, the reason will capture it.
+     * An optional explanation for the phase transition.
      * 
* * string reason = 13; @@ -8842,7 +8842,7 @@ public int getPhaseVersion() { private volatile java.lang.Object reason_; /** *
-     * If there is an explanation for this phase transition, the reason will capture it.
+     * An optional explanation for the phase transition.
      * 
* * string reason = 13; @@ -8861,7 +8861,7 @@ public java.lang.String getReason() { } /** *
-     * If there is an explanation for this phase transition, the reason will capture it.
+     * An optional explanation for the phase transition.
      * 
* * string reason = 13; @@ -11217,7 +11217,7 @@ public Builder clearPhaseVersion() { private java.lang.Object reason_ = ""; /** *
-       * If there is an explanation for this phase transition, the reason will capture it.
+       * An optional explanation for the phase transition.
        * 
* * string reason = 13; @@ -11236,7 +11236,7 @@ public java.lang.String getReason() { } /** *
-       * If there is an explanation for this phase transition, the reason will capture it.
+       * An optional explanation for the phase transition.
        * 
* * string reason = 13; @@ -11256,7 +11256,7 @@ public java.lang.String getReason() { } /** *
-       * If there is an explanation for this phase transition, the reason will capture it.
+       * An optional explanation for the phase transition.
        * 
* * string reason = 13; @@ -11273,7 +11273,7 @@ public Builder setReason( } /** *
-       * If there is an explanation for this phase transition, the reason will capture it.
+       * An optional explanation for the phase transition.
        * 
* * string reason = 13; @@ -11286,7 +11286,7 @@ public Builder clearReason() { } /** *
-       * If there is an explanation for this phase transition, the reason will capture it.
+       * An optional explanation for the phase transition.
        * 
* * string reason = 13; @@ -13234,15 +13234,6 @@ public interface TaskExecutionMetadataOrBuilder extends // @@protoc_insertion_point(interface_extends:flyteidl.event.TaskExecutionMetadata) com.google.protobuf.MessageOrBuilder { - /** - * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; - */ - int getInstanceClassValue(); - /** - * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16; - */ - flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass(); - /** *
      * Contains various identifiers for resources used during execution.
@@ -13334,6 +13325,15 @@ flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder(
      */
     com.google.protobuf.ByteString
         getPluginIdentifierBytes();
+
+    /**
+     * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
+     */
+    int getInstanceClassValue();
+    /**
+     * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
+     */
+    flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass();
   }
   /**
    * 
@@ -13353,9 +13353,9 @@ private TaskExecutionMetadata(com.google.protobuf.GeneratedMessageV3.Builder
       super(builder);
     }
     private TaskExecutionMetadata() {
-      instanceClass_ = 0;
       resourcePoolInfo_ = java.util.Collections.emptyList();
       pluginIdentifier_ = "";
+      instanceClass_ = 0;
     }
 
     @java.lang.Override
@@ -13396,9 +13396,9 @@ private TaskExecutionMetadata(
               break;
             }
             case 18: {
-              if (!((mutable_bitField0_ & 0x00000004) != 0)) {
+              if (!((mutable_bitField0_ & 0x00000002) != 0)) {
                 resourcePoolInfo_ = new java.util.ArrayList();
-                mutable_bitField0_ |= 0x00000004;
+                mutable_bitField0_ |= 0x00000002;
               }
               resourcePoolInfo_.add(
                   input.readMessage(flyteidl.event.Event.ResourcePoolInfo.parser(), extensionRegistry));
@@ -13431,7 +13431,7 @@ private TaskExecutionMetadata(
         throw new com.google.protobuf.InvalidProtocolBufferException(
             e).setUnfinishedMessage(this);
       } finally {
-        if (((mutable_bitField0_ & 0x00000004) != 0)) {
+        if (((mutable_bitField0_ & 0x00000002) != 0)) {
           resourcePoolInfo_ = java.util.Collections.unmodifiableList(resourcePoolInfo_);
         }
         this.unknownFields = unknownFields.build();
@@ -13570,23 +13570,6 @@ private InstanceClass(int value) {
     }
 
     private int bitField0_;
-    public static final int INSTANCE_CLASS_FIELD_NUMBER = 16;
-    private int instanceClass_;
-    /**
-     * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
-     */
-    public int getInstanceClassValue() {
-      return instanceClass_;
-    }
-    /**
-     * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
-     */
-    public flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass() {
-      @SuppressWarnings("deprecation")
-      flyteidl.event.Event.TaskExecutionMetadata.InstanceClass result = flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.valueOf(instanceClass_);
-      return result == null ? flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.UNRECOGNIZED : result;
-    }
-
     public static final int RESOURCE_IDS_FIELD_NUMBER = 1;
     private flyteidl.event.Event.ResourceIdentifiers resourceIds_;
     /**
@@ -13722,6 +13705,23 @@ public java.lang.String getPluginIdentifier() {
       }
     }
 
+    public static final int INSTANCE_CLASS_FIELD_NUMBER = 16;
+    private int instanceClass_;
+    /**
+     * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
+     */
+    public int getInstanceClassValue() {
+      return instanceClass_;
+    }
+    /**
+     * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
+     */
+    public flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass() {
+      @SuppressWarnings("deprecation")
+      flyteidl.event.Event.TaskExecutionMetadata.InstanceClass result = flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.valueOf(instanceClass_);
+      return result == null ? flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.UNRECOGNIZED : result;
+    }
+
     private byte memoizedIsInitialized = -1;
     @java.lang.Override
     public final boolean isInitialized() {
@@ -13787,7 +13787,6 @@ public boolean equals(final java.lang.Object obj) {
       }
       flyteidl.event.Event.TaskExecutionMetadata other = (flyteidl.event.Event.TaskExecutionMetadata) obj;
 
-      if (instanceClass_ != other.instanceClass_) return false;
       if (hasResourceIds() != other.hasResourceIds()) return false;
       if (hasResourceIds()) {
         if (!getResourceIds()
@@ -13797,6 +13796,7 @@ public boolean equals(final java.lang.Object obj) {
           .equals(other.getResourcePoolInfoList())) return false;
       if (!getPluginIdentifier()
           .equals(other.getPluginIdentifier())) return false;
+      if (instanceClass_ != other.instanceClass_) return false;
       if (!unknownFields.equals(other.unknownFields)) return false;
       return true;
     }
@@ -13808,8 +13808,6 @@ public int hashCode() {
       }
       int hash = 41;
       hash = (19 * hash) + getDescriptor().hashCode();
-      hash = (37 * hash) + INSTANCE_CLASS_FIELD_NUMBER;
-      hash = (53 * hash) + instanceClass_;
       if (hasResourceIds()) {
         hash = (37 * hash) + RESOURCE_IDS_FIELD_NUMBER;
         hash = (53 * hash) + getResourceIds().hashCode();
@@ -13820,6 +13818,8 @@ public int hashCode() {
       }
       hash = (37 * hash) + PLUGIN_IDENTIFIER_FIELD_NUMBER;
       hash = (53 * hash) + getPluginIdentifier().hashCode();
+      hash = (37 * hash) + INSTANCE_CLASS_FIELD_NUMBER;
+      hash = (53 * hash) + instanceClass_;
       hash = (29 * hash) + unknownFields.hashCode();
       memoizedHashCode = hash;
       return hash;
@@ -13959,8 +13959,6 @@ private void maybeForceBuilderInitialization() {
       @java.lang.Override
       public Builder clear() {
         super.clear();
-        instanceClass_ = 0;
-
         if (resourceIdsBuilder_ == null) {
           resourceIds_ = null;
         } else {
@@ -13969,12 +13967,14 @@ public Builder clear() {
         }
         if (resourcePoolInfoBuilder_ == null) {
           resourcePoolInfo_ = java.util.Collections.emptyList();
-          bitField0_ = (bitField0_ & ~0x00000004);
+          bitField0_ = (bitField0_ & ~0x00000002);
         } else {
           resourcePoolInfoBuilder_.clear();
         }
         pluginIdentifier_ = "";
 
+        instanceClass_ = 0;
+
         return this;
       }
 
@@ -14003,22 +14003,22 @@ public flyteidl.event.Event.TaskExecutionMetadata buildPartial() {
         flyteidl.event.Event.TaskExecutionMetadata result = new flyteidl.event.Event.TaskExecutionMetadata(this);
         int from_bitField0_ = bitField0_;
         int to_bitField0_ = 0;
-        result.instanceClass_ = instanceClass_;
         if (resourceIdsBuilder_ == null) {
           result.resourceIds_ = resourceIds_;
         } else {
           result.resourceIds_ = resourceIdsBuilder_.build();
         }
         if (resourcePoolInfoBuilder_ == null) {
-          if (((bitField0_ & 0x00000004) != 0)) {
+          if (((bitField0_ & 0x00000002) != 0)) {
             resourcePoolInfo_ = java.util.Collections.unmodifiableList(resourcePoolInfo_);
-            bitField0_ = (bitField0_ & ~0x00000004);
+            bitField0_ = (bitField0_ & ~0x00000002);
           }
           result.resourcePoolInfo_ = resourcePoolInfo_;
         } else {
           result.resourcePoolInfo_ = resourcePoolInfoBuilder_.build();
         }
         result.pluginIdentifier_ = pluginIdentifier_;
+        result.instanceClass_ = instanceClass_;
         result.bitField0_ = to_bitField0_;
         onBuilt();
         return result;
@@ -14068,9 +14068,6 @@ public Builder mergeFrom(com.google.protobuf.Message other) {
 
       public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) {
         if (other == flyteidl.event.Event.TaskExecutionMetadata.getDefaultInstance()) return this;
-        if (other.instanceClass_ != 0) {
-          setInstanceClassValue(other.getInstanceClassValue());
-        }
         if (other.hasResourceIds()) {
           mergeResourceIds(other.getResourceIds());
         }
@@ -14078,7 +14075,7 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) {
           if (!other.resourcePoolInfo_.isEmpty()) {
             if (resourcePoolInfo_.isEmpty()) {
               resourcePoolInfo_ = other.resourcePoolInfo_;
-              bitField0_ = (bitField0_ & ~0x00000004);
+              bitField0_ = (bitField0_ & ~0x00000002);
             } else {
               ensureResourcePoolInfoIsMutable();
               resourcePoolInfo_.addAll(other.resourcePoolInfo_);
@@ -14091,7 +14088,7 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) {
               resourcePoolInfoBuilder_.dispose();
               resourcePoolInfoBuilder_ = null;
               resourcePoolInfo_ = other.resourcePoolInfo_;
-              bitField0_ = (bitField0_ & ~0x00000004);
+              bitField0_ = (bitField0_ & ~0x00000002);
               resourcePoolInfoBuilder_ = 
                 com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                    getResourcePoolInfoFieldBuilder() : null;
@@ -14104,6 +14101,9 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) {
           pluginIdentifier_ = other.pluginIdentifier_;
           onChanged();
         }
+        if (other.instanceClass_ != 0) {
+          setInstanceClassValue(other.getInstanceClassValue());
+        }
         this.mergeUnknownFields(other.unknownFields);
         onChanged();
         return this;
@@ -14134,51 +14134,6 @@ public Builder mergeFrom(
       }
       private int bitField0_;
 
-      private int instanceClass_ = 0;
-      /**
-       * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
-       */
-      public int getInstanceClassValue() {
-        return instanceClass_;
-      }
-      /**
-       * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
-       */
-      public Builder setInstanceClassValue(int value) {
-        instanceClass_ = value;
-        onChanged();
-        return this;
-      }
-      /**
-       * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
-       */
-      public flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass() {
-        @SuppressWarnings("deprecation")
-        flyteidl.event.Event.TaskExecutionMetadata.InstanceClass result = flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.valueOf(instanceClass_);
-        return result == null ? flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.UNRECOGNIZED : result;
-      }
-      /**
-       * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
-       */
-      public Builder setInstanceClass(flyteidl.event.Event.TaskExecutionMetadata.InstanceClass value) {
-        if (value == null) {
-          throw new NullPointerException();
-        }
-        
-        instanceClass_ = value.getNumber();
-        onChanged();
-        return this;
-      }
-      /**
-       * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
-       */
-      public Builder clearInstanceClass() {
-        
-        instanceClass_ = 0;
-        onChanged();
-        return this;
-      }
-
       private flyteidl.event.Event.ResourceIdentifiers resourceIds_;
       private com.google.protobuf.SingleFieldBuilderV3<
           flyteidl.event.Event.ResourceIdentifiers, flyteidl.event.Event.ResourceIdentifiers.Builder, flyteidl.event.Event.ResourceIdentifiersOrBuilder> resourceIdsBuilder_;
@@ -14335,9 +14290,9 @@ public flyteidl.event.Event.ResourceIdentifiersOrBuilder getResourceIdsOrBuilder
       private java.util.List resourcePoolInfo_ =
         java.util.Collections.emptyList();
       private void ensureResourcePoolInfoIsMutable() {
-        if (!((bitField0_ & 0x00000004) != 0)) {
+        if (!((bitField0_ & 0x00000002) != 0)) {
           resourcePoolInfo_ = new java.util.ArrayList(resourcePoolInfo_);
-          bitField0_ |= 0x00000004;
+          bitField0_ |= 0x00000002;
          }
       }
 
@@ -14542,7 +14497,7 @@ public Builder addAllResourcePoolInfo(
       public Builder clearResourcePoolInfo() {
         if (resourcePoolInfoBuilder_ == null) {
           resourcePoolInfo_ = java.util.Collections.emptyList();
-          bitField0_ = (bitField0_ & ~0x00000004);
+          bitField0_ = (bitField0_ & ~0x00000002);
           onChanged();
         } else {
           resourcePoolInfoBuilder_.clear();
@@ -14654,7 +14609,7 @@ public flyteidl.event.Event.ResourcePoolInfo.Builder addResourcePoolInfoBuilder(
           resourcePoolInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
               flyteidl.event.Event.ResourcePoolInfo, flyteidl.event.Event.ResourcePoolInfo.Builder, flyteidl.event.Event.ResourcePoolInfoOrBuilder>(
                   resourcePoolInfo_,
-                  ((bitField0_ & 0x00000004) != 0),
+                  ((bitField0_ & 0x00000002) != 0),
                   getParentForChildren(),
                   isClean());
           resourcePoolInfo_ = null;
@@ -14750,6 +14705,51 @@ public Builder setPluginIdentifierBytes(
         onChanged();
         return this;
       }
+
+      private int instanceClass_ = 0;
+      /**
+       * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
+       */
+      public int getInstanceClassValue() {
+        return instanceClass_;
+      }
+      /**
+       * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
+       */
+      public Builder setInstanceClassValue(int value) {
+        instanceClass_ = value;
+        onChanged();
+        return this;
+      }
+      /**
+       * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
+       */
+      public flyteidl.event.Event.TaskExecutionMetadata.InstanceClass getInstanceClass() {
+        @SuppressWarnings("deprecation")
+        flyteidl.event.Event.TaskExecutionMetadata.InstanceClass result = flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.valueOf(instanceClass_);
+        return result == null ? flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.UNRECOGNIZED : result;
+      }
+      /**
+       * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
+       */
+      public Builder setInstanceClass(flyteidl.event.Event.TaskExecutionMetadata.InstanceClass value) {
+        if (value == null) {
+          throw new NullPointerException();
+        }
+        
+        instanceClass_ = value.getNumber();
+        onChanged();
+        return this;
+      }
+      /**
+       * .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
+       */
+      public Builder clearInstanceClass() {
+        
+        instanceClass_ = 0;
+        onChanged();
+        return this;
+      }
       @java.lang.Override
       public final Builder setUnknownFields(
           final com.google.protobuf.UnknownFieldSet unknownFields) {
@@ -14918,13 +14918,13 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() {
       "esourceIdentifiers\022\026\n\016generated_name\030\001 \001" +
       "(\t\022\024\n\014external_ids\030\002 \003(\t\"?\n\020ResourcePool" +
       "Info\022\030\n\020allocation_token\030\001 \001(\t\022\021\n\tnamesp" +
-      "ace\030\002 \001(\t\"\251\002\n\025TaskExecutionMetadata\022K\n\016i" +
-      "nstance_class\030\020 \001(\01623.flyteidl.event.Tas" +
-      "kExecutionMetadata.InstanceClass\0229\n\014reso" +
-      "urce_ids\030\001 \001(\0132#.flyteidl.event.Resource" +
-      "Identifiers\022<\n\022resource_pool_info\030\002 \003(\0132" +
-      " .flyteidl.event.ResourcePoolInfo\022\031\n\021plu" +
-      "gin_identifier\030\003 \001(\t\"/\n\rInstanceClass\022\013\n" +
+      "ace\030\002 \001(\t\"\251\002\n\025TaskExecutionMetadata\0229\n\014r" +
+      "esource_ids\030\001 \001(\0132#.flyteidl.event.Resou" +
+      "rceIdentifiers\022<\n\022resource_pool_info\030\002 \003" +
+      "(\0132 .flyteidl.event.ResourcePoolInfo\022\031\n\021" +
+      "plugin_identifier\030\003 \001(\t\022K\n\016instance_clas" +
+      "s\030\020 \001(\01623.flyteidl.event.TaskExecutionMe" +
+      "tadata.InstanceClass\"/\n\rInstanceClass\022\013\n" +
       "\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github." +
       "com/flyteorg/flyteidl/gen/pb-go/flyteidl" +
       "/eventb\006proto3"
@@ -15005,7 +15005,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors(
     internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_flyteidl_event_TaskExecutionMetadata_descriptor,
-        new java.lang.String[] { "InstanceClass", "ResourceIds", "ResourcePoolInfo", "PluginIdentifier", });
+        new java.lang.String[] { "ResourceIds", "ResourcePoolInfo", "PluginIdentifier", "InstanceClass", });
     flyteidl.core.Execution.getDescriptor();
     flyteidl.core.IdentifierOuterClass.getDescriptor();
     flyteidl.core.Catalog.getDescriptor();
diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts
index 82e04b5f5..9e8210027 100644
--- a/gen/pb-js/flyteidl.d.ts
+++ b/gen/pb-js/flyteidl.d.ts
@@ -5840,9 +5840,6 @@ export namespace flyteidl {
         /** Properties of a TaskExecutionMetadata. */
         interface ITaskExecutionMetadata {
 
-            /** TaskExecutionMetadata instanceClass */
-            instanceClass?: (flyteidl.event.TaskExecutionMetadata.InstanceClass|null);
-
             /** TaskExecutionMetadata resourceIds */
             resourceIds?: (flyteidl.event.IResourceIdentifiers|null);
 
@@ -5851,6 +5848,9 @@ export namespace flyteidl {
 
             /** TaskExecutionMetadata pluginIdentifier */
             pluginIdentifier?: (string|null);
+
+            /** TaskExecutionMetadata instanceClass */
+            instanceClass?: (flyteidl.event.TaskExecutionMetadata.InstanceClass|null);
         }
 
         /** Represents a TaskExecutionMetadata. */
@@ -5862,9 +5862,6 @@ export namespace flyteidl {
              */
             constructor(properties?: flyteidl.event.ITaskExecutionMetadata);
 
-            /** TaskExecutionMetadata instanceClass. */
-            public instanceClass: flyteidl.event.TaskExecutionMetadata.InstanceClass;
-
             /** TaskExecutionMetadata resourceIds. */
             public resourceIds?: (flyteidl.event.IResourceIdentifiers|null);
 
@@ -5874,6 +5871,9 @@ export namespace flyteidl {
             /** TaskExecutionMetadata pluginIdentifier. */
             public pluginIdentifier: string;
 
+            /** TaskExecutionMetadata instanceClass. */
+            public instanceClass: flyteidl.event.TaskExecutionMetadata.InstanceClass;
+
             /**
              * Creates a new TaskExecutionMetadata instance using the specified properties.
              * @param [properties] Properties to set
diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js
index 899950709..31bb636e8 100644
--- a/gen/pb-js/flyteidl.js
+++ b/gen/pb-js/flyteidl.js
@@ -14133,10 +14133,10 @@ export const flyteidl = $root.flyteidl = (() => {
              * Properties of a TaskExecutionMetadata.
              * @memberof flyteidl.event
              * @interface ITaskExecutionMetadata
-             * @property {flyteidl.event.TaskExecutionMetadata.InstanceClass|null} [instanceClass] TaskExecutionMetadata instanceClass
              * @property {flyteidl.event.IResourceIdentifiers|null} [resourceIds] TaskExecutionMetadata resourceIds
              * @property {Array.|null} [resourcePoolInfo] TaskExecutionMetadata resourcePoolInfo
              * @property {string|null} [pluginIdentifier] TaskExecutionMetadata pluginIdentifier
+             * @property {flyteidl.event.TaskExecutionMetadata.InstanceClass|null} [instanceClass] TaskExecutionMetadata instanceClass
              */
 
             /**
@@ -14155,14 +14155,6 @@ export const flyteidl = $root.flyteidl = (() => {
                             this[keys[i]] = properties[keys[i]];
             }
 
-            /**
-             * TaskExecutionMetadata instanceClass.
-             * @member {flyteidl.event.TaskExecutionMetadata.InstanceClass} instanceClass
-             * @memberof flyteidl.event.TaskExecutionMetadata
-             * @instance
-             */
-            TaskExecutionMetadata.prototype.instanceClass = 0;
-
             /**
              * TaskExecutionMetadata resourceIds.
              * @member {flyteidl.event.IResourceIdentifiers|null|undefined} resourceIds
@@ -14187,6 +14179,14 @@ export const flyteidl = $root.flyteidl = (() => {
              */
             TaskExecutionMetadata.prototype.pluginIdentifier = "";
 
+            /**
+             * TaskExecutionMetadata instanceClass.
+             * @member {flyteidl.event.TaskExecutionMetadata.InstanceClass} instanceClass
+             * @memberof flyteidl.event.TaskExecutionMetadata
+             * @instance
+             */
+            TaskExecutionMetadata.prototype.instanceClass = 0;
+
             /**
              * Creates a new TaskExecutionMetadata instance using the specified properties.
              * @function create
@@ -14241,9 +14241,6 @@ export const flyteidl = $root.flyteidl = (() => {
                 while (reader.pos < end) {
                     let tag = reader.uint32();
                     switch (tag >>> 3) {
-                    case 16:
-                        message.instanceClass = reader.int32();
-                        break;
                     case 1:
                         message.resourceIds = $root.flyteidl.event.ResourceIdentifiers.decode(reader, reader.uint32());
                         break;
@@ -14255,6 +14252,9 @@ export const flyteidl = $root.flyteidl = (() => {
                     case 3:
                         message.pluginIdentifier = reader.string();
                         break;
+                    case 16:
+                        message.instanceClass = reader.int32();
+                        break;
                     default:
                         reader.skipType(tag & 7);
                         break;
@@ -14274,14 +14274,6 @@ export const flyteidl = $root.flyteidl = (() => {
             TaskExecutionMetadata.verify = function verify(message) {
                 if (typeof message !== "object" || message === null)
                     return "object expected";
-                if (message.instanceClass != null && message.hasOwnProperty("instanceClass"))
-                    switch (message.instanceClass) {
-                    default:
-                        return "instanceClass: enum value expected";
-                    case 0:
-                    case 1:
-                        break;
-                    }
                 if (message.resourceIds != null && message.hasOwnProperty("resourceIds")) {
                     let error = $root.flyteidl.event.ResourceIdentifiers.verify(message.resourceIds);
                     if (error)
@@ -14299,6 +14291,14 @@ export const flyteidl = $root.flyteidl = (() => {
                 if (message.pluginIdentifier != null && message.hasOwnProperty("pluginIdentifier"))
                     if (!$util.isString(message.pluginIdentifier))
                         return "pluginIdentifier: string expected";
+                if (message.instanceClass != null && message.hasOwnProperty("instanceClass"))
+                    switch (message.instanceClass) {
+                    default:
+                        return "instanceClass: enum value expected";
+                    case 0:
+                    case 1:
+                        break;
+                    }
                 return null;
             };
 
diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst
index 34ff86ad4..e9b1441a5 100644
--- a/gen/pb-protodoc/flyteidl/event/event.proto.rst
+++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst
@@ -407,7 +407,7 @@ phase_version
 .. _api_field_flyteidl.event.TaskExecutionEvent.reason:
 
 reason
-  (`string `_) If there is an explanation for this phase transition, the reason will capture it.
+  (`string `_) An optional explanation for the phase transition.
   
   
 .. _api_field_flyteidl.event.TaskExecutionEvent.task_type:
@@ -500,17 +500,12 @@ TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/f
 .. code-block:: json
 
   {
-    "instance_class": "...",
     "resource_ids": "{...}",
     "resource_pool_info": [],
-    "plugin_identifier": "..."
+    "plugin_identifier": "...",
+    "instance_class": "..."
   }
 
-.. _api_field_flyteidl.event.TaskExecutionMetadata.instance_class:
-
-instance_class
-  (:ref:`flyteidl.event.TaskExecutionMetadata.InstanceClass `) 
-  
 .. _api_field_flyteidl.event.TaskExecutionMetadata.resource_ids:
 
 resource_ids
@@ -530,13 +525,18 @@ plugin_identifier
   (`string `_) The identifier of the plugin used to execute this task.
   
   
+.. _api_field_flyteidl.event.TaskExecutionMetadata.instance_class:
+
+instance_class
+  (:ref:`flyteidl.event.TaskExecutionMetadata.InstanceClass `) 
+  
 
 .. _api_enum_flyteidl.event.TaskExecutionMetadata.InstanceClass:
 
 Enum flyteidl.event.TaskExecutionMetadata.InstanceClass
 -------------------------------------------------------
 
-`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_
+`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_
 
 Includes the broad cateogry of machine used for this specific task execution. 
 
diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py
index 8a416e869..49a99865f 100644
--- a/gen/pb_python/flyteidl/event/event_pb2.py
+++ b/gen/pb_python/flyteidl/event/event_pb2.py
@@ -25,7 +25,7 @@
   package='flyteidl.event',
   syntax='proto3',
   serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'),
-  serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"C\n\x13ResourceIdentifiers\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x14\n\x0c\x65xternal_ids\x18\x02 \x03(\t\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xa9\x02\n\x15TaskExecutionMetadata\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\x12\x39\n\x0cresource_ids\x18\x01 \x01(\x0b\x32#.flyteidl.event.ResourceIdentifiers\x12<\n\x12resource_pool_info\x18\x02 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x03 \x01(\t\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3')
+  serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"C\n\x13ResourceIdentifiers\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x14\n\x0c\x65xternal_ids\x18\x02 \x03(\t\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xa9\x02\n\x15TaskExecutionMetadata\x12\x39\n\x0cresource_ids\x18\x01 \x01(\x0b\x32#.flyteidl.event.ResourceIdentifiers\x12<\n\x12resource_pool_info\x18\x02 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x03 \x01(\t\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3')
   ,
   dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,])
 
@@ -598,33 +598,33 @@
   containing_type=None,
   fields=[
     _descriptor.FieldDescriptor(
-      name='instance_class', full_name='flyteidl.event.TaskExecutionMetadata.instance_class', index=0,
-      number=16, type=14, cpp_type=8, label=1,
-      has_default_value=False, default_value=0,
-      message_type=None, enum_type=None, containing_type=None,
-      is_extension=False, extension_scope=None,
-      serialized_options=None, file=DESCRIPTOR),
-    _descriptor.FieldDescriptor(
-      name='resource_ids', full_name='flyteidl.event.TaskExecutionMetadata.resource_ids', index=1,
+      name='resource_ids', full_name='flyteidl.event.TaskExecutionMetadata.resource_ids', index=0,
       number=1, type=11, cpp_type=10, label=1,
       has_default_value=False, default_value=None,
       message_type=None, enum_type=None, containing_type=None,
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
-      name='resource_pool_info', full_name='flyteidl.event.TaskExecutionMetadata.resource_pool_info', index=2,
+      name='resource_pool_info', full_name='flyteidl.event.TaskExecutionMetadata.resource_pool_info', index=1,
       number=2, type=11, cpp_type=10, label=3,
       has_default_value=False, default_value=[],
       message_type=None, enum_type=None, containing_type=None,
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
-      name='plugin_identifier', full_name='flyteidl.event.TaskExecutionMetadata.plugin_identifier', index=3,
+      name='plugin_identifier', full_name='flyteidl.event.TaskExecutionMetadata.plugin_identifier', index=2,
       number=3, type=9, cpp_type=9, label=1,
       has_default_value=False, default_value=_b("").decode('utf-8'),
       message_type=None, enum_type=None, containing_type=None,
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
+    _descriptor.FieldDescriptor(
+      name='instance_class', full_name='flyteidl.event.TaskExecutionMetadata.instance_class', index=3,
+      number=16, type=14, cpp_type=8, label=1,
+      has_default_value=False, default_value=0,
+      message_type=None, enum_type=None, containing_type=None,
+      is_extension=False, extension_scope=None,
+      serialized_options=None, file=DESCRIPTOR),
   ],
   extensions=[
   ],
@@ -690,9 +690,9 @@
 _TASKEXECUTIONEVENT.oneofs_by_name['output_result'].fields.append(
   _TASKEXECUTIONEVENT.fields_by_name['error'])
 _TASKEXECUTIONEVENT.fields_by_name['error'].containing_oneof = _TASKEXECUTIONEVENT.oneofs_by_name['output_result']
-_TASKEXECUTIONMETADATA.fields_by_name['instance_class'].enum_type = _TASKEXECUTIONMETADATA_INSTANCECLASS
 _TASKEXECUTIONMETADATA.fields_by_name['resource_ids'].message_type = _RESOURCEIDENTIFIERS
 _TASKEXECUTIONMETADATA.fields_by_name['resource_pool_info'].message_type = _RESOURCEPOOLINFO
+_TASKEXECUTIONMETADATA.fields_by_name['instance_class'].enum_type = _TASKEXECUTIONMETADATA_INSTANCECLASS
 _TASKEXECUTIONMETADATA_INSTANCECLASS.containing_type = _TASKEXECUTIONMETADATA
 DESCRIPTOR.message_types_by_name['WorkflowExecutionEvent'] = _WORKFLOWEXECUTIONEVENT
 DESCRIPTOR.message_types_by_name['NodeExecutionEvent'] = _NODEEXECUTIONEVENT
diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py
index fc69078d3..db366c61f 100644
--- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py
+++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_event.py
@@ -393,7 +393,7 @@ def phase_version(self, phase_version):
     def reason(self):
         """Gets the reason of this EventTaskExecutionEvent.  # noqa: E501
 
-        If there is an explanation for this phase transition, the reason will capture it.  # noqa: E501
+        An optional explanation for the phase transition.  # noqa: E501
 
         :return: The reason of this EventTaskExecutionEvent.  # noqa: E501
         :rtype: str
@@ -404,7 +404,7 @@ def reason(self):
     def reason(self, reason):
         """Sets the reason of this EventTaskExecutionEvent.
 
-        If there is an explanation for this phase transition, the reason will capture it.  # noqa: E501
+        An optional explanation for the phase transition.  # noqa: E501
 
         :param reason: The reason of this EventTaskExecutionEvent.  # noqa: E501
         :type: str
diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py
index b83738f7d..60fd564b0 100644
--- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py
+++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py
@@ -35,57 +35,36 @@ class EventTaskExecutionMetadata(object):
                             and the value is json key in definition.
     """
     swagger_types = {
-        'instance_class': 'TaskExecutionMetadataInstanceClass',
         'resource_ids': 'EventResourceIdentifiers',
         'resource_pool_info': 'list[EventResourcePoolInfo]',
-        'plugin_identifier': 'str'
+        'plugin_identifier': 'str',
+        'instance_class': 'TaskExecutionMetadataInstanceClass'
     }
 
     attribute_map = {
-        'instance_class': 'instance_class',
         'resource_ids': 'resource_ids',
         'resource_pool_info': 'resource_pool_info',
-        'plugin_identifier': 'plugin_identifier'
+        'plugin_identifier': 'plugin_identifier',
+        'instance_class': 'instance_class'
     }
 
-    def __init__(self, instance_class=None, resource_ids=None, resource_pool_info=None, plugin_identifier=None):  # noqa: E501
+    def __init__(self, resource_ids=None, resource_pool_info=None, plugin_identifier=None, instance_class=None):  # noqa: E501
         """EventTaskExecutionMetadata - a model defined in Swagger"""  # noqa: E501
 
-        self._instance_class = None
         self._resource_ids = None
         self._resource_pool_info = None
         self._plugin_identifier = None
+        self._instance_class = None
         self.discriminator = None
 
-        if instance_class is not None:
-            self.instance_class = instance_class
         if resource_ids is not None:
             self.resource_ids = resource_ids
         if resource_pool_info is not None:
             self.resource_pool_info = resource_pool_info
         if plugin_identifier is not None:
             self.plugin_identifier = plugin_identifier
-
-    @property
-    def instance_class(self):
-        """Gets the instance_class of this EventTaskExecutionMetadata.  # noqa: E501
-
-
-        :return: The instance_class of this EventTaskExecutionMetadata.  # noqa: E501
-        :rtype: TaskExecutionMetadataInstanceClass
-        """
-        return self._instance_class
-
-    @instance_class.setter
-    def instance_class(self, instance_class):
-        """Sets the instance_class of this EventTaskExecutionMetadata.
-
-
-        :param instance_class: The instance_class of this EventTaskExecutionMetadata.  # noqa: E501
-        :type: TaskExecutionMetadataInstanceClass
-        """
-
-        self._instance_class = instance_class
+        if instance_class is not None:
+            self.instance_class = instance_class
 
     @property
     def resource_ids(self):
@@ -156,6 +135,27 @@ def plugin_identifier(self, plugin_identifier):
 
         self._plugin_identifier = plugin_identifier
 
+    @property
+    def instance_class(self):
+        """Gets the instance_class of this EventTaskExecutionMetadata.  # noqa: E501
+
+
+        :return: The instance_class of this EventTaskExecutionMetadata.  # noqa: E501
+        :rtype: TaskExecutionMetadataInstanceClass
+        """
+        return self._instance_class
+
+    @instance_class.setter
+    def instance_class(self, instance_class):
+        """Sets the instance_class of this EventTaskExecutionMetadata.
+
+
+        :param instance_class: The instance_class of this EventTaskExecutionMetadata.  # noqa: E501
+        :type: TaskExecutionMetadataInstanceClass
+        """
+
+        self._instance_class = instance_class
+
     def to_dict(self):
         """Returns the model properties as a dict"""
         result = {}
diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto
index 2a5cb177b..b3f095285 100644
--- a/protos/flyteidl/event/event.proto
+++ b/protos/flyteidl/event/event.proto
@@ -151,7 +151,7 @@ message TaskExecutionEvent {
     // The version field should be incremented when metadata changes across the duration of an individual phase.
     uint32 phase_version                  = 12;    
 
-    // If there is an explanation for this phase transition, the reason will capture it.
+    // An optional explanation for the phase transition.
     string reason                         = 13;
 
 
@@ -188,15 +188,6 @@ message ResourcePoolInfo {
 // Holds metadata around how a task was executed.
 // TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).
 message TaskExecutionMetadata {
-    // Includes the broad cateogry of machine used for this specific task execution. 
-    enum InstanceClass {
-        // The default instance class configured for the flyte application platform.
-        DEFAULT = 0; 
-
-        // The instance class configured for interruptible tasks.
-        INTERRUPTIBLE = 1;
-    }
-    InstanceClass instance_class = 16;
 
     // Contains various identifiers for resources used during execution.
     ResourceIdentifiers resource_ids = 1;
@@ -207,4 +198,14 @@ message TaskExecutionMetadata {
 
     // The identifier of the plugin used to execute this task.
     string plugin_identifier = 3;
+
+    // Includes the broad cateogry of machine used for this specific task execution. 
+    enum InstanceClass {
+        // The default instance class configured for the flyte application platform.
+        DEFAULT = 0; 
+
+        // The instance class configured for interruptible tasks.
+        INTERRUPTIBLE = 1;
+    }
+    InstanceClass instance_class = 16;
 }

From c40ff1b2cd52287a234e2e09afe2c621606d37eb Mon Sep 17 00:00:00 2001
From: Katrina Rogan 
Date: Wed, 17 Mar 2021 09:59:25 -0700
Subject: [PATCH 10/13] regen

Signed-off-by: Katrina Rogan 
---
 gen/pb-cpp/flyteidl/event/event.pb.cc         |  456 +++---
 gen/pb-cpp/flyteidl/event/event.pb.h          |  344 +++--
 gen/pb-go/flyteidl/event/event.pb.go          |  218 +--
 gen/pb-go/flyteidl/event/event.pb.validate.go |   51 +-
 gen/pb-go/flyteidl/service/admin.swagger.json |   45 +-
 .../flyteidl/service/flyteadmin/README.md     |    2 +-
 .../service/flyteadmin/api/swagger.yaml       |  117 +-
 .../model_event_resource_identifiers.go       |   18 -
 .../model_event_task_execution_metadata.go    |    8 +-
 gen/pb-go/flyteidl/service/openapi.go         |    4 +-
 gen/pb-java/flyteidl/event/Event.java         | 1244 ++++++++++-------
 gen/pb-js/flyteidl.d.ts                       |   56 +-
 gen/pb-js/flyteidl.js                         |  134 +-
 .../flyteidl/event/event.proto.rst            |   42 +-
 gen/pb_python/flyteidl/event/event_pb2.py     |   66 +-
 .../flyteidl/service/flyteadmin/README.md     |    2 +-
 .../service/flyteadmin/flyteadmin/__init__.py |    2 +-
 .../flyteadmin/flyteadmin/models/__init__.py  |    2 +-
 .../models/event_resource_identifiers.py      |  145 --
 .../models/event_task_execution_metadata.py   |   72 +-
 .../test/test_event_resource_identifiers.py   |   40 -
 protos/flyteidl/event/event.proto             |   24 +-
 22 files changed, 1574 insertions(+), 1518 deletions(-)
 delete mode 100644 gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_identifiers.go
 delete mode 100644 gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_identifiers.py
 delete mode 100644 gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_identifiers.py

diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc
index aa5a7aa4c..587c5d6a5 100644
--- a/gen/pb-cpp/flyteidl/event/event.pb.cc
+++ b/gen/pb-cpp/flyteidl/event/event.pb.cc
@@ -23,8 +23,8 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::p
 extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_WorkflowExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto;
 extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_NodeExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto;
 extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionIdentifier_flyteidl_2fcore_2fidentifier_2eproto;
+extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ExternalResourceInfo_flyteidl_2fevent_2fevent_2eproto;
 extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ParentNodeExecutionMetadata_flyteidl_2fevent_2fevent_2eproto;
-extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto;
 extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_ResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto;
 extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ParentTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto;
 extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fevent_2fevent_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_TaskNodeMetadata_flyteidl_2fevent_2fevent_2eproto;
@@ -70,10 +70,10 @@ class TaskExecutionEventDefaultTypeInternal {
   ::google::protobuf::internal::ArenaStringPtr output_uri_;
   const ::flyteidl::core::ExecutionError* error_;
 } _TaskExecutionEvent_default_instance_;
-class ResourceIdentifiersDefaultTypeInternal {
+class ExternalResourceInfoDefaultTypeInternal {
  public:
-  ::google::protobuf::internal::ExplicitlyConstructed _instance;
-} _ResourceIdentifiers_default_instance_;
+  ::google::protobuf::internal::ExplicitlyConstructed _instance;
+} _ExternalResourceInfo_default_instance_;
 class ResourcePoolInfoDefaultTypeInternal {
  public:
   ::google::protobuf::internal::ExplicitlyConstructed _instance;
@@ -202,19 +202,19 @@ ::google::protobuf::internal::SCCInfo<7> scc_info_TaskExecutionEvent_flyteidl_2f
       &scc_info_ListValue_google_2fprotobuf_2fstruct_2eproto.base,
       &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base,}};
 
-static void InitDefaultsResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto() {
+static void InitDefaultsExternalResourceInfo_flyteidl_2fevent_2fevent_2eproto() {
   GOOGLE_PROTOBUF_VERIFY_VERSION;
 
   {
-    void* ptr = &::flyteidl::event::_ResourceIdentifiers_default_instance_;
-    new (ptr) ::flyteidl::event::ResourceIdentifiers();
+    void* ptr = &::flyteidl::event::_ExternalResourceInfo_default_instance_;
+    new (ptr) ::flyteidl::event::ExternalResourceInfo();
     ::google::protobuf::internal::OnShutdownDestroyMessage(ptr);
   }
-  ::flyteidl::event::ResourceIdentifiers::InitAsDefaultInstance();
+  ::flyteidl::event::ExternalResourceInfo::InitAsDefaultInstance();
 }
 
-::google::protobuf::internal::SCCInfo<0> scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto =
-    {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto}, {}};
+::google::protobuf::internal::SCCInfo<0> scc_info_ExternalResourceInfo_flyteidl_2fevent_2fevent_2eproto =
+    {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsExternalResourceInfo_flyteidl_2fevent_2fevent_2eproto}, {}};
 
 static void InitDefaultsResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto() {
   GOOGLE_PROTOBUF_VERIFY_VERSION;
@@ -243,7 +243,7 @@ static void InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto()
 
 ::google::protobuf::internal::SCCInfo<2> scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto =
     {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto}, {
-      &scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto.base,
+      &scc_info_ExternalResourceInfo_flyteidl_2fevent_2fevent_2eproto.base,
       &scc_info_ResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto.base,}};
 
 void InitDefaults_flyteidl_2fevent_2fevent_2eproto() {
@@ -254,7 +254,7 @@ void InitDefaults_flyteidl_2fevent_2fevent_2eproto() {
   ::google::protobuf::internal::InitSCC(&scc_info_ParentTaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base);
   ::google::protobuf::internal::InitSCC(&scc_info_ParentNodeExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base);
   ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionEvent_flyteidl_2fevent_2fevent_2eproto.base);
-  ::google::protobuf::internal::InitSCC(&scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto.base);
+  ::google::protobuf::internal::InitSCC(&scc_info_ExternalResourceInfo_flyteidl_2fevent_2fevent_2eproto.base);
   ::google::protobuf::internal::InitSCC(&scc_info_ResourcePoolInfo_flyteidl_2fevent_2fevent_2eproto.base);
   ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base);
 }
@@ -344,12 +344,11 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o
   PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, metadata_),
   PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionEvent, output_result_),
   ~0u,  // no _has_bits_
-  PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourceIdentifiers, _internal_metadata_),
+  PROTOBUF_FIELD_OFFSET(::flyteidl::event::ExternalResourceInfo, _internal_metadata_),
   ~0u,  // no _extensions_
   ~0u,  // no _oneof_case_
   ~0u,  // no _weak_field_map_
-  PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourceIdentifiers, generated_name_),
-  PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourceIdentifiers, external_ids_),
+  PROTOBUF_FIELD_OFFSET(::flyteidl::event::ExternalResourceInfo, external_ids_),
   ~0u,  // no _has_bits_
   PROTOBUF_FIELD_OFFSET(::flyteidl::event::ResourcePoolInfo, _internal_metadata_),
   ~0u,  // no _extensions_
@@ -362,7 +361,8 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fevent_2fevent_2eproto::o
   ~0u,  // no _extensions_
   ~0u,  // no _oneof_case_
   ~0u,  // no _weak_field_map_
-  PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, resource_ids_),
+  PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, generated_name_),
+  PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, external_resources_),
   PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, resource_pool_info_),
   PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, plugin_identifier_),
   PROTOBUF_FIELD_OFFSET(::flyteidl::event::TaskExecutionMetadata, instance_class_),
@@ -375,9 +375,9 @@ static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SE
   { 46, -1, sizeof(::flyteidl::event::ParentTaskExecutionMetadata)},
   { 52, -1, sizeof(::flyteidl::event::ParentNodeExecutionMetadata)},
   { 58, -1, sizeof(::flyteidl::event::TaskExecutionEvent)},
-  { 79, -1, sizeof(::flyteidl::event::ResourceIdentifiers)},
-  { 86, -1, sizeof(::flyteidl::event::ResourcePoolInfo)},
-  { 93, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)},
+  { 79, -1, sizeof(::flyteidl::event::ExternalResourceInfo)},
+  { 85, -1, sizeof(::flyteidl::event::ResourcePoolInfo)},
+  { 92, -1, sizeof(::flyteidl::event::TaskExecutionMetadata)},
 };
 
 static ::google::protobuf::Message const * const file_default_instances[] = {
@@ -388,7 +388,7 @@ static ::google::protobuf::Message const * const file_default_instances[] = {
   reinterpret_cast(&::flyteidl::event::_ParentTaskExecutionMetadata_default_instance_),
   reinterpret_cast(&::flyteidl::event::_ParentNodeExecutionMetadata_default_instance_),
   reinterpret_cast(&::flyteidl::event::_TaskExecutionEvent_default_instance_),
-  reinterpret_cast(&::flyteidl::event::_ResourceIdentifiers_default_instance_),
+  reinterpret_cast(&::flyteidl::event::_ExternalResourceInfo_default_instance_),
   reinterpret_cast(&::flyteidl::event::_ResourcePoolInfo_default_instance_),
   reinterpret_cast(&::flyteidl::event::_TaskExecutionMetadata_default_instance_),
 };
@@ -452,25 +452,25 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] =
   ".google.protobuf.Struct\022\025\n\rphase_version"
   "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001("
   "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas"
-  "kExecutionMetadataB\017\n\routput_result\"C\n\023R"
-  "esourceIdentifiers\022\026\n\016generated_name\030\001 \001"
-  "(\t\022\024\n\014external_ids\030\002 \003(\t\"\?\n\020ResourcePool"
-  "Info\022\030\n\020allocation_token\030\001 \001(\t\022\021\n\tnamesp"
-  "ace\030\002 \001(\t\"\251\002\n\025TaskExecutionMetadata\0229\n\014r"
-  "esource_ids\030\001 \001(\0132#.flyteidl.event.Resou"
-  "rceIdentifiers\022<\n\022resource_pool_info\030\002 \003"
-  "(\0132 .flyteidl.event.ResourcePoolInfo\022\031\n\021"
-  "plugin_identifier\030\003 \001(\t\022K\n\016instance_clas"
-  "s\030\020 \001(\01623.flyteidl.event.TaskExecutionMe"
-  "tadata.InstanceClass\"/\n\rInstanceClass\022\013\n"
-  "\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github."
-  "com/flyteorg/flyteidl/gen/pb-go/flyteidl"
-  "/eventb\006proto3"
+  "kExecutionMetadataB\017\n\routput_result\",\n\024E"
+  "xternalResourceInfo\022\024\n\014external_ids\030\001 \003("
+  "\t\"\?\n\020ResourcePoolInfo\022\030\n\020allocation_toke"
+  "n\030\001 \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\310\002\n\025TaskExecu"
+  "tionMetadata\022\026\n\016generated_name\030\001 \001(\t\022@\n\022"
+  "external_resources\030\002 \003(\0132$.flyteidl.even"
+  "t.ExternalResourceInfo\022<\n\022resource_pool_"
+  "info\030\003 \003(\0132 .flyteidl.event.ResourcePool"
+  "Info\022\031\n\021plugin_identifier\030\004 \001(\t\022K\n\016insta"
+  "nce_class\030\020 \001(\01623.flyteidl.event.TaskExe"
+  "cutionMetadata.InstanceClass\"/\n\rInstance"
+  "Class\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z"
+  "5github.com/flyteorg/flyteidl/gen/pb-go/"
+  "flyteidl/eventb\006proto3"
   ;
 ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fevent_2fevent_2eproto = {
   false, InitDefaults_flyteidl_2fevent_2fevent_2eproto, 
   descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto,
-  "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2614,
+  "flyteidl/event/event.proto", &assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto, 2622,
 };
 
 void AddDescriptors_flyteidl_2fevent_2fevent_2eproto() {
@@ -4980,73 +4980,65 @@ ::google::protobuf::Metadata TaskExecutionEvent::GetMetadata() const {
 
 // ===================================================================
 
-void ResourceIdentifiers::InitAsDefaultInstance() {
+void ExternalResourceInfo::InitAsDefaultInstance() {
 }
-class ResourceIdentifiers::HasBitSetters {
+class ExternalResourceInfo::HasBitSetters {
  public:
 };
 
 #if !defined(_MSC_VER) || _MSC_VER >= 1900
-const int ResourceIdentifiers::kGeneratedNameFieldNumber;
-const int ResourceIdentifiers::kExternalIdsFieldNumber;
+const int ExternalResourceInfo::kExternalIdsFieldNumber;
 #endif  // !defined(_MSC_VER) || _MSC_VER >= 1900
 
-ResourceIdentifiers::ResourceIdentifiers()
+ExternalResourceInfo::ExternalResourceInfo()
   : ::google::protobuf::Message(), _internal_metadata_(nullptr) {
   SharedCtor();
-  // @@protoc_insertion_point(constructor:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(constructor:flyteidl.event.ExternalResourceInfo)
 }
-ResourceIdentifiers::ResourceIdentifiers(const ResourceIdentifiers& from)
+ExternalResourceInfo::ExternalResourceInfo(const ExternalResourceInfo& from)
   : ::google::protobuf::Message(),
       _internal_metadata_(nullptr),
       external_ids_(from.external_ids_) {
   _internal_metadata_.MergeFrom(from._internal_metadata_);
-  generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
-  if (from.generated_name().size() > 0) {
-    generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_);
-  }
-  // @@protoc_insertion_point(copy_constructor:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(copy_constructor:flyteidl.event.ExternalResourceInfo)
 }
 
-void ResourceIdentifiers::SharedCtor() {
+void ExternalResourceInfo::SharedCtor() {
   ::google::protobuf::internal::InitSCC(
-      &scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto.base);
-  generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+      &scc_info_ExternalResourceInfo_flyteidl_2fevent_2fevent_2eproto.base);
 }
 
-ResourceIdentifiers::~ResourceIdentifiers() {
-  // @@protoc_insertion_point(destructor:flyteidl.event.ResourceIdentifiers)
+ExternalResourceInfo::~ExternalResourceInfo() {
+  // @@protoc_insertion_point(destructor:flyteidl.event.ExternalResourceInfo)
   SharedDtor();
 }
 
-void ResourceIdentifiers::SharedDtor() {
-  generated_name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+void ExternalResourceInfo::SharedDtor() {
 }
 
-void ResourceIdentifiers::SetCachedSize(int size) const {
+void ExternalResourceInfo::SetCachedSize(int size) const {
   _cached_size_.Set(size);
 }
-const ResourceIdentifiers& ResourceIdentifiers::default_instance() {
-  ::google::protobuf::internal::InitSCC(&::scc_info_ResourceIdentifiers_flyteidl_2fevent_2fevent_2eproto.base);
+const ExternalResourceInfo& ExternalResourceInfo::default_instance() {
+  ::google::protobuf::internal::InitSCC(&::scc_info_ExternalResourceInfo_flyteidl_2fevent_2fevent_2eproto.base);
   return *internal_default_instance();
 }
 
 
-void ResourceIdentifiers::Clear() {
-// @@protoc_insertion_point(message_clear_start:flyteidl.event.ResourceIdentifiers)
+void ExternalResourceInfo::Clear() {
+// @@protoc_insertion_point(message_clear_start:flyteidl.event.ExternalResourceInfo)
   ::google::protobuf::uint32 cached_has_bits = 0;
   // Prevent compiler warnings about cached_has_bits being unused
   (void) cached_has_bits;
 
   external_ids_.Clear();
-  generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   _internal_metadata_.Clear();
 }
 
 #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
-const char* ResourceIdentifiers::_InternalParse(const char* begin, const char* end, void* object,
+const char* ExternalResourceInfo::_InternalParse(const char* begin, const char* end, void* object,
                   ::google::protobuf::internal::ParseContext* ctx) {
-  auto msg = static_cast(object);
+  auto msg = static_cast(object);
   ::google::protobuf::int32 size; (void)size;
   int depth; (void)depth;
   ::google::protobuf::uint32 tag;
@@ -5056,29 +5048,13 @@ const char* ResourceIdentifiers::_InternalParse(const char* begin, const char* e
     ptr = ::google::protobuf::io::Parse32(ptr, &tag);
     GOOGLE_PROTOBUF_PARSER_ASSERT(ptr);
     switch (tag >> 3) {
-      // string generated_name = 1;
+      // repeated string external_ids = 1;
       case 1: {
         if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual;
-        ptr = ::google::protobuf::io::ReadSize(ptr, &size);
-        GOOGLE_PROTOBUF_PARSER_ASSERT(ptr);
-        ctx->extra_parse_data().SetFieldName("flyteidl.event.ResourceIdentifiers.generated_name");
-        object = msg->mutable_generated_name();
-        if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) {
-          parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8;
-          goto string_till_end;
-        }
-        GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx));
-        ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx);
-        ptr += size;
-        break;
-      }
-      // repeated string external_ids = 2;
-      case 2: {
-        if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual;
         do {
           ptr = ::google::protobuf::io::ReadSize(ptr, &size);
           GOOGLE_PROTOBUF_PARSER_ASSERT(ptr);
-          ctx->extra_parse_data().SetFieldName("flyteidl.event.ResourceIdentifiers.external_ids");
+          ctx->extra_parse_data().SetFieldName("flyteidl.event.ExternalResourceInfo.external_ids");
           object = msg->add_external_ids();
           if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) {
             parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8;
@@ -5088,7 +5064,7 @@ const char* ResourceIdentifiers::_InternalParse(const char* begin, const char* e
           ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx);
           ptr += size;
           if (ptr >= end) break;
-        } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 18 && (ptr += 1));
+        } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 10 && (ptr += 1));
         break;
       }
       default: {
@@ -5115,41 +5091,26 @@ const char* ResourceIdentifiers::_InternalParse(const char* begin, const char* e
                                {parser_till_end, object}, size);
 }
 #else  // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
-bool ResourceIdentifiers::MergePartialFromCodedStream(
+bool ExternalResourceInfo::MergePartialFromCodedStream(
     ::google::protobuf::io::CodedInputStream* input) {
 #define DO_(EXPRESSION) if (!PROTOBUF_PREDICT_TRUE(EXPRESSION)) goto failure
   ::google::protobuf::uint32 tag;
-  // @@protoc_insertion_point(parse_start:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(parse_start:flyteidl.event.ExternalResourceInfo)
   for (;;) {
     ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
     tag = p.first;
     if (!p.second) goto handle_unusual;
     switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
-      // string generated_name = 1;
+      // repeated string external_ids = 1;
       case 1: {
         if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) {
-          DO_(::google::protobuf::internal::WireFormatLite::ReadString(
-                input, this->mutable_generated_name()));
-          DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
-            this->generated_name().data(), static_cast(this->generated_name().length()),
-            ::google::protobuf::internal::WireFormatLite::PARSE,
-            "flyteidl.event.ResourceIdentifiers.generated_name"));
-        } else {
-          goto handle_unusual;
-        }
-        break;
-      }
-
-      // repeated string external_ids = 2;
-      case 2: {
-        if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) {
           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
                 input, this->add_external_ids()));
           DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
             this->external_ids(this->external_ids_size() - 1).data(),
             static_cast(this->external_ids(this->external_ids_size() - 1).length()),
             ::google::protobuf::internal::WireFormatLite::PARSE,
-            "flyteidl.event.ResourceIdentifiers.external_ids"));
+            "flyteidl.event.ExternalResourceInfo.external_ids"));
         } else {
           goto handle_unusual;
         }
@@ -5168,85 +5129,64 @@ bool ResourceIdentifiers::MergePartialFromCodedStream(
     }
   }
 success:
-  // @@protoc_insertion_point(parse_success:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(parse_success:flyteidl.event.ExternalResourceInfo)
   return true;
 failure:
-  // @@protoc_insertion_point(parse_failure:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(parse_failure:flyteidl.event.ExternalResourceInfo)
   return false;
 #undef DO_
 }
 #endif  // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
 
-void ResourceIdentifiers::SerializeWithCachedSizes(
+void ExternalResourceInfo::SerializeWithCachedSizes(
     ::google::protobuf::io::CodedOutputStream* output) const {
-  // @@protoc_insertion_point(serialize_start:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(serialize_start:flyteidl.event.ExternalResourceInfo)
   ::google::protobuf::uint32 cached_has_bits = 0;
   (void) cached_has_bits;
 
-  // string generated_name = 1;
-  if (this->generated_name().size() > 0) {
-    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
-      this->generated_name().data(), static_cast(this->generated_name().length()),
-      ::google::protobuf::internal::WireFormatLite::SERIALIZE,
-      "flyteidl.event.ResourceIdentifiers.generated_name");
-    ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(
-      1, this->generated_name(), output);
-  }
-
-  // repeated string external_ids = 2;
+  // repeated string external_ids = 1;
   for (int i = 0, n = this->external_ids_size(); i < n; i++) {
     ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
       this->external_ids(i).data(), static_cast(this->external_ids(i).length()),
       ::google::protobuf::internal::WireFormatLite::SERIALIZE,
-      "flyteidl.event.ResourceIdentifiers.external_ids");
+      "flyteidl.event.ExternalResourceInfo.external_ids");
     ::google::protobuf::internal::WireFormatLite::WriteString(
-      2, this->external_ids(i), output);
+      1, this->external_ids(i), output);
   }
 
   if (_internal_metadata_.have_unknown_fields()) {
     ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
         _internal_metadata_.unknown_fields(), output);
   }
-  // @@protoc_insertion_point(serialize_end:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(serialize_end:flyteidl.event.ExternalResourceInfo)
 }
 
-::google::protobuf::uint8* ResourceIdentifiers::InternalSerializeWithCachedSizesToArray(
+::google::protobuf::uint8* ExternalResourceInfo::InternalSerializeWithCachedSizesToArray(
     ::google::protobuf::uint8* target) const {
-  // @@protoc_insertion_point(serialize_to_array_start:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(serialize_to_array_start:flyteidl.event.ExternalResourceInfo)
   ::google::protobuf::uint32 cached_has_bits = 0;
   (void) cached_has_bits;
 
-  // string generated_name = 1;
-  if (this->generated_name().size() > 0) {
-    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
-      this->generated_name().data(), static_cast(this->generated_name().length()),
-      ::google::protobuf::internal::WireFormatLite::SERIALIZE,
-      "flyteidl.event.ResourceIdentifiers.generated_name");
-    target =
-      ::google::protobuf::internal::WireFormatLite::WriteStringToArray(
-        1, this->generated_name(), target);
-  }
-
-  // repeated string external_ids = 2;
+  // repeated string external_ids = 1;
   for (int i = 0, n = this->external_ids_size(); i < n; i++) {
     ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
       this->external_ids(i).data(), static_cast(this->external_ids(i).length()),
       ::google::protobuf::internal::WireFormatLite::SERIALIZE,
-      "flyteidl.event.ResourceIdentifiers.external_ids");
+      "flyteidl.event.ExternalResourceInfo.external_ids");
     target = ::google::protobuf::internal::WireFormatLite::
-      WriteStringToArray(2, this->external_ids(i), target);
+      WriteStringToArray(1, this->external_ids(i), target);
   }
 
   if (_internal_metadata_.have_unknown_fields()) {
     target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
         _internal_metadata_.unknown_fields(), target);
   }
-  // @@protoc_insertion_point(serialize_to_array_end:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(serialize_to_array_end:flyteidl.event.ExternalResourceInfo)
   return target;
 }
 
-size_t ResourceIdentifiers::ByteSizeLong() const {
-// @@protoc_insertion_point(message_byte_size_start:flyteidl.event.ResourceIdentifiers)
+size_t ExternalResourceInfo::ByteSizeLong() const {
+// @@protoc_insertion_point(message_byte_size_start:flyteidl.event.ExternalResourceInfo)
   size_t total_size = 0;
 
   if (_internal_metadata_.have_unknown_fields()) {
@@ -5258,7 +5198,7 @@ size_t ResourceIdentifiers::ByteSizeLong() const {
   // Prevent compiler warnings about cached_has_bits being unused
   (void) cached_has_bits;
 
-  // repeated string external_ids = 2;
+  // repeated string external_ids = 1;
   total_size += 1 *
       ::google::protobuf::internal::FromIntSize(this->external_ids_size());
   for (int i = 0, n = this->external_ids_size(); i < n; i++) {
@@ -5266,78 +5206,65 @@ size_t ResourceIdentifiers::ByteSizeLong() const {
       this->external_ids(i));
   }
 
-  // string generated_name = 1;
-  if (this->generated_name().size() > 0) {
-    total_size += 1 +
-      ::google::protobuf::internal::WireFormatLite::StringSize(
-        this->generated_name());
-  }
-
   int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
   SetCachedSize(cached_size);
   return total_size;
 }
 
-void ResourceIdentifiers::MergeFrom(const ::google::protobuf::Message& from) {
-// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.event.ResourceIdentifiers)
+void ExternalResourceInfo::MergeFrom(const ::google::protobuf::Message& from) {
+// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.event.ExternalResourceInfo)
   GOOGLE_DCHECK_NE(&from, this);
-  const ResourceIdentifiers* source =
-      ::google::protobuf::DynamicCastToGenerated(
+  const ExternalResourceInfo* source =
+      ::google::protobuf::DynamicCastToGenerated(
           &from);
   if (source == nullptr) {
-  // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.event.ExternalResourceInfo)
     ::google::protobuf::internal::ReflectionOps::Merge(from, this);
   } else {
-  // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.event.ExternalResourceInfo)
     MergeFrom(*source);
   }
 }
 
-void ResourceIdentifiers::MergeFrom(const ResourceIdentifiers& from) {
-// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.event.ResourceIdentifiers)
+void ExternalResourceInfo::MergeFrom(const ExternalResourceInfo& from) {
+// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.event.ExternalResourceInfo)
   GOOGLE_DCHECK_NE(&from, this);
   _internal_metadata_.MergeFrom(from._internal_metadata_);
   ::google::protobuf::uint32 cached_has_bits = 0;
   (void) cached_has_bits;
 
   external_ids_.MergeFrom(from.external_ids_);
-  if (from.generated_name().size() > 0) {
-
-    generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_);
-  }
 }
 
-void ResourceIdentifiers::CopyFrom(const ::google::protobuf::Message& from) {
-// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.event.ResourceIdentifiers)
+void ExternalResourceInfo::CopyFrom(const ::google::protobuf::Message& from) {
+// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.event.ExternalResourceInfo)
   if (&from == this) return;
   Clear();
   MergeFrom(from);
 }
 
-void ResourceIdentifiers::CopyFrom(const ResourceIdentifiers& from) {
-// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.event.ResourceIdentifiers)
+void ExternalResourceInfo::CopyFrom(const ExternalResourceInfo& from) {
+// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.event.ExternalResourceInfo)
   if (&from == this) return;
   Clear();
   MergeFrom(from);
 }
 
-bool ResourceIdentifiers::IsInitialized() const {
+bool ExternalResourceInfo::IsInitialized() const {
   return true;
 }
 
-void ResourceIdentifiers::Swap(ResourceIdentifiers* other) {
+void ExternalResourceInfo::Swap(ExternalResourceInfo* other) {
   if (other == this) return;
   InternalSwap(other);
 }
-void ResourceIdentifiers::InternalSwap(ResourceIdentifiers* other) {
+void ExternalResourceInfo::InternalSwap(ExternalResourceInfo* other) {
   using std::swap;
   _internal_metadata_.Swap(&other->_internal_metadata_);
   external_ids_.InternalSwap(CastToBase(&other->external_ids_));
-  generated_name_.Swap(&other->generated_name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(),
-    GetArenaNoVirtual());
 }
 
-::google::protobuf::Metadata ResourceIdentifiers::GetMetadata() const {
+::google::protobuf::Metadata ExternalResourceInfo::GetMetadata() const {
   ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fevent_2fevent_2eproto);
   return ::file_level_metadata_flyteidl_2fevent_2fevent_2eproto[kIndexInFileMessages];
 }
@@ -5716,20 +5643,14 @@ ::google::protobuf::Metadata ResourcePoolInfo::GetMetadata() const {
 // ===================================================================
 
 void TaskExecutionMetadata::InitAsDefaultInstance() {
-  ::flyteidl::event::_TaskExecutionMetadata_default_instance_._instance.get_mutable()->resource_ids_ = const_cast< ::flyteidl::event::ResourceIdentifiers*>(
-      ::flyteidl::event::ResourceIdentifiers::internal_default_instance());
 }
 class TaskExecutionMetadata::HasBitSetters {
  public:
-  static const ::flyteidl::event::ResourceIdentifiers& resource_ids(const TaskExecutionMetadata* msg);
 };
 
-const ::flyteidl::event::ResourceIdentifiers&
-TaskExecutionMetadata::HasBitSetters::resource_ids(const TaskExecutionMetadata* msg) {
-  return *msg->resource_ids_;
-}
 #if !defined(_MSC_VER) || _MSC_VER >= 1900
-const int TaskExecutionMetadata::kResourceIdsFieldNumber;
+const int TaskExecutionMetadata::kGeneratedNameFieldNumber;
+const int TaskExecutionMetadata::kExternalResourcesFieldNumber;
 const int TaskExecutionMetadata::kResourcePoolInfoFieldNumber;
 const int TaskExecutionMetadata::kPluginIdentifierFieldNumber;
 const int TaskExecutionMetadata::kInstanceClassFieldNumber;
@@ -5743,17 +5664,17 @@ TaskExecutionMetadata::TaskExecutionMetadata()
 TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from)
   : ::google::protobuf::Message(),
       _internal_metadata_(nullptr),
+      external_resources_(from.external_resources_),
       resource_pool_info_(from.resource_pool_info_) {
   _internal_metadata_.MergeFrom(from._internal_metadata_);
+  generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+  if (from.generated_name().size() > 0) {
+    generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_);
+  }
   plugin_identifier_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   if (from.plugin_identifier().size() > 0) {
     plugin_identifier_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.plugin_identifier_);
   }
-  if (from.has_resource_ids()) {
-    resource_ids_ = new ::flyteidl::event::ResourceIdentifiers(*from.resource_ids_);
-  } else {
-    resource_ids_ = nullptr;
-  }
   instance_class_ = from.instance_class_;
   // @@protoc_insertion_point(copy_constructor:flyteidl.event.TaskExecutionMetadata)
 }
@@ -5761,10 +5682,9 @@ TaskExecutionMetadata::TaskExecutionMetadata(const TaskExecutionMetadata& from)
 void TaskExecutionMetadata::SharedCtor() {
   ::google::protobuf::internal::InitSCC(
       &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base);
+  generated_name_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   plugin_identifier_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
-  ::memset(&resource_ids_, 0, static_cast(
-      reinterpret_cast(&instance_class_) -
-      reinterpret_cast(&resource_ids_)) + sizeof(instance_class_));
+  instance_class_ = 0;
 }
 
 TaskExecutionMetadata::~TaskExecutionMetadata() {
@@ -5773,8 +5693,8 @@ TaskExecutionMetadata::~TaskExecutionMetadata() {
 }
 
 void TaskExecutionMetadata::SharedDtor() {
+  generated_name_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   plugin_identifier_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
-  if (this != internal_default_instance()) delete resource_ids_;
 }
 
 void TaskExecutionMetadata::SetCachedSize(int size) const {
@@ -5792,12 +5712,10 @@ void TaskExecutionMetadata::Clear() {
   // Prevent compiler warnings about cached_has_bits being unused
   (void) cached_has_bits;
 
+  external_resources_.Clear();
   resource_pool_info_.Clear();
+  generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
   plugin_identifier_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
-  if (GetArenaNoVirtual() == nullptr && resource_ids_ != nullptr) {
-    delete resource_ids_;
-  }
-  resource_ids_ = nullptr;
   instance_class_ = 0;
   _internal_metadata_.Clear();
 }
@@ -5815,27 +5733,30 @@ const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char*
     ptr = ::google::protobuf::io::Parse32(ptr, &tag);
     GOOGLE_PROTOBUF_PARSER_ASSERT(ptr);
     switch (tag >> 3) {
-      // .flyteidl.event.ResourceIdentifiers resource_ids = 1;
+      // string generated_name = 1;
       case 1: {
         if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual;
         ptr = ::google::protobuf::io::ReadSize(ptr, &size);
         GOOGLE_PROTOBUF_PARSER_ASSERT(ptr);
-        parser_till_end = ::flyteidl::event::ResourceIdentifiers::_InternalParse;
-        object = msg->mutable_resource_ids();
-        if (size > end - ptr) goto len_delim_till_end;
+        ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionMetadata.generated_name");
+        object = msg->mutable_generated_name();
+        if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) {
+          parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8;
+          goto string_till_end;
+        }
+        GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx));
+        ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx);
         ptr += size;
-        GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange(
-            {parser_till_end, object}, ptr - size, ptr));
         break;
       }
-      // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2;
+      // repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
       case 2: {
         if (static_cast<::google::protobuf::uint8>(tag) != 18) goto handle_unusual;
         do {
           ptr = ::google::protobuf::io::ReadSize(ptr, &size);
           GOOGLE_PROTOBUF_PARSER_ASSERT(ptr);
-          parser_till_end = ::flyteidl::event::ResourcePoolInfo::_InternalParse;
-          object = msg->add_resource_pool_info();
+          parser_till_end = ::flyteidl::event::ExternalResourceInfo::_InternalParse;
+          object = msg->add_external_resources();
           if (size > end - ptr) goto len_delim_till_end;
           ptr += size;
           GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange(
@@ -5844,9 +5765,25 @@ const char* TaskExecutionMetadata::_InternalParse(const char* begin, const char*
         } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 18 && (ptr += 1));
         break;
       }
-      // string plugin_identifier = 3;
+      // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
       case 3: {
         if (static_cast<::google::protobuf::uint8>(tag) != 26) goto handle_unusual;
+        do {
+          ptr = ::google::protobuf::io::ReadSize(ptr, &size);
+          GOOGLE_PROTOBUF_PARSER_ASSERT(ptr);
+          parser_till_end = ::flyteidl::event::ResourcePoolInfo::_InternalParse;
+          object = msg->add_resource_pool_info();
+          if (size > end - ptr) goto len_delim_till_end;
+          ptr += size;
+          GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange(
+              {parser_till_end, object}, ptr - size, ptr));
+          if (ptr >= end) break;
+        } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 26 && (ptr += 1));
+        break;
+      }
+      // string plugin_identifier = 4;
+      case 4: {
+        if (static_cast<::google::protobuf::uint8>(tag) != 34) goto handle_unusual;
         ptr = ::google::protobuf::io::ReadSize(ptr, &size);
         GOOGLE_PROTOBUF_PARSER_ASSERT(ptr);
         ctx->extra_parse_data().SetFieldName("flyteidl.event.TaskExecutionMetadata.plugin_identifier");
@@ -5902,31 +5839,46 @@ bool TaskExecutionMetadata::MergePartialFromCodedStream(
     tag = p.first;
     if (!p.second) goto handle_unusual;
     switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
-      // .flyteidl.event.ResourceIdentifiers resource_ids = 1;
+      // string generated_name = 1;
       case 1: {
         if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) {
-          DO_(::google::protobuf::internal::WireFormatLite::ReadMessage(
-               input, mutable_resource_ids()));
+          DO_(::google::protobuf::internal::WireFormatLite::ReadString(
+                input, this->mutable_generated_name()));
+          DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
+            this->generated_name().data(), static_cast(this->generated_name().length()),
+            ::google::protobuf::internal::WireFormatLite::PARSE,
+            "flyteidl.event.TaskExecutionMetadata.generated_name"));
         } else {
           goto handle_unusual;
         }
         break;
       }
 
-      // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2;
+      // repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
       case 2: {
         if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) {
           DO_(::google::protobuf::internal::WireFormatLite::ReadMessage(
-                input, add_resource_pool_info()));
+                input, add_external_resources()));
         } else {
           goto handle_unusual;
         }
         break;
       }
 
-      // string plugin_identifier = 3;
+      // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
       case 3: {
         if (static_cast< ::google::protobuf::uint8>(tag) == (26 & 0xFF)) {
+          DO_(::google::protobuf::internal::WireFormatLite::ReadMessage(
+                input, add_resource_pool_info()));
+        } else {
+          goto handle_unusual;
+        }
+        break;
+      }
+
+      // string plugin_identifier = 4;
+      case 4: {
+        if (static_cast< ::google::protobuf::uint8>(tag) == (34 & 0xFF)) {
           DO_(::google::protobuf::internal::WireFormatLite::ReadString(
                 input, this->mutable_plugin_identifier()));
           DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
@@ -5980,29 +5932,42 @@ void TaskExecutionMetadata::SerializeWithCachedSizes(
   ::google::protobuf::uint32 cached_has_bits = 0;
   (void) cached_has_bits;
 
-  // .flyteidl.event.ResourceIdentifiers resource_ids = 1;
-  if (this->has_resource_ids()) {
+  // string generated_name = 1;
+  if (this->generated_name().size() > 0) {
+    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
+      this->generated_name().data(), static_cast(this->generated_name().length()),
+      ::google::protobuf::internal::WireFormatLite::SERIALIZE,
+      "flyteidl.event.TaskExecutionMetadata.generated_name");
+    ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(
+      1, this->generated_name(), output);
+  }
+
+  // repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
+  for (unsigned int i = 0,
+      n = static_cast(this->external_resources_size()); i < n; i++) {
     ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
-      1, HasBitSetters::resource_ids(this), output);
+      2,
+      this->external_resources(static_cast(i)),
+      output);
   }
 
-  // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2;
+  // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
   for (unsigned int i = 0,
       n = static_cast(this->resource_pool_info_size()); i < n; i++) {
     ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
-      2,
+      3,
       this->resource_pool_info(static_cast(i)),
       output);
   }
 
-  // string plugin_identifier = 3;
+  // string plugin_identifier = 4;
   if (this->plugin_identifier().size() > 0) {
     ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
       this->plugin_identifier().data(), static_cast(this->plugin_identifier().length()),
       ::google::protobuf::internal::WireFormatLite::SERIALIZE,
       "flyteidl.event.TaskExecutionMetadata.plugin_identifier");
     ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(
-      3, this->plugin_identifier(), output);
+      4, this->plugin_identifier(), output);
   }
 
   // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
@@ -6024,22 +5989,34 @@ ::google::protobuf::uint8* TaskExecutionMetadata::InternalSerializeWithCachedSiz
   ::google::protobuf::uint32 cached_has_bits = 0;
   (void) cached_has_bits;
 
-  // .flyteidl.event.ResourceIdentifiers resource_ids = 1;
-  if (this->has_resource_ids()) {
+  // string generated_name = 1;
+  if (this->generated_name().size() > 0) {
+    ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
+      this->generated_name().data(), static_cast(this->generated_name().length()),
+      ::google::protobuf::internal::WireFormatLite::SERIALIZE,
+      "flyteidl.event.TaskExecutionMetadata.generated_name");
+    target =
+      ::google::protobuf::internal::WireFormatLite::WriteStringToArray(
+        1, this->generated_name(), target);
+  }
+
+  // repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
+  for (unsigned int i = 0,
+      n = static_cast(this->external_resources_size()); i < n; i++) {
     target = ::google::protobuf::internal::WireFormatLite::
       InternalWriteMessageToArray(
-        1, HasBitSetters::resource_ids(this), target);
+        2, this->external_resources(static_cast(i)), target);
   }
 
-  // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2;
+  // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
   for (unsigned int i = 0,
       n = static_cast(this->resource_pool_info_size()); i < n; i++) {
     target = ::google::protobuf::internal::WireFormatLite::
       InternalWriteMessageToArray(
-        2, this->resource_pool_info(static_cast(i)), target);
+        3, this->resource_pool_info(static_cast(i)), target);
   }
 
-  // string plugin_identifier = 3;
+  // string plugin_identifier = 4;
   if (this->plugin_identifier().size() > 0) {
     ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
       this->plugin_identifier().data(), static_cast(this->plugin_identifier().length()),
@@ -6047,7 +6024,7 @@ ::google::protobuf::uint8* TaskExecutionMetadata::InternalSerializeWithCachedSiz
       "flyteidl.event.TaskExecutionMetadata.plugin_identifier");
     target =
       ::google::protobuf::internal::WireFormatLite::WriteStringToArray(
-        3, this->plugin_identifier(), target);
+        4, this->plugin_identifier(), target);
   }
 
   // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
@@ -6077,7 +6054,18 @@ size_t TaskExecutionMetadata::ByteSizeLong() const {
   // Prevent compiler warnings about cached_has_bits being unused
   (void) cached_has_bits;
 
-  // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2;
+  // repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
+  {
+    unsigned int count = static_cast(this->external_resources_size());
+    total_size += 1UL * count;
+    for (unsigned int i = 0; i < count; i++) {
+      total_size +=
+        ::google::protobuf::internal::WireFormatLite::MessageSize(
+          this->external_resources(static_cast(i)));
+    }
+  }
+
+  // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
   {
     unsigned int count = static_cast(this->resource_pool_info_size());
     total_size += 1UL * count;
@@ -6088,18 +6076,18 @@ size_t TaskExecutionMetadata::ByteSizeLong() const {
     }
   }
 
-  // string plugin_identifier = 3;
-  if (this->plugin_identifier().size() > 0) {
+  // string generated_name = 1;
+  if (this->generated_name().size() > 0) {
     total_size += 1 +
       ::google::protobuf::internal::WireFormatLite::StringSize(
-        this->plugin_identifier());
+        this->generated_name());
   }
 
-  // .flyteidl.event.ResourceIdentifiers resource_ids = 1;
-  if (this->has_resource_ids()) {
+  // string plugin_identifier = 4;
+  if (this->plugin_identifier().size() > 0) {
     total_size += 1 +
-      ::google::protobuf::internal::WireFormatLite::MessageSize(
-        *resource_ids_);
+      ::google::protobuf::internal::WireFormatLite::StringSize(
+        this->plugin_identifier());
   }
 
   // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
@@ -6135,14 +6123,16 @@ void TaskExecutionMetadata::MergeFrom(const TaskExecutionMetadata& from) {
   ::google::protobuf::uint32 cached_has_bits = 0;
   (void) cached_has_bits;
 
+  external_resources_.MergeFrom(from.external_resources_);
   resource_pool_info_.MergeFrom(from.resource_pool_info_);
+  if (from.generated_name().size() > 0) {
+
+    generated_name_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.generated_name_);
+  }
   if (from.plugin_identifier().size() > 0) {
 
     plugin_identifier_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.plugin_identifier_);
   }
-  if (from.has_resource_ids()) {
-    mutable_resource_ids()->::flyteidl::event::ResourceIdentifiers::MergeFrom(from.resource_ids());
-  }
   if (from.instance_class() != 0) {
     set_instance_class(from.instance_class());
   }
@@ -6173,10 +6163,12 @@ void TaskExecutionMetadata::Swap(TaskExecutionMetadata* other) {
 void TaskExecutionMetadata::InternalSwap(TaskExecutionMetadata* other) {
   using std::swap;
   _internal_metadata_.Swap(&other->_internal_metadata_);
+  CastToBase(&external_resources_)->InternalSwap(CastToBase(&other->external_resources_));
   CastToBase(&resource_pool_info_)->InternalSwap(CastToBase(&other->resource_pool_info_));
+  generated_name_.Swap(&other->generated_name_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(),
+    GetArenaNoVirtual());
   plugin_identifier_.Swap(&other->plugin_identifier_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(),
     GetArenaNoVirtual());
-  swap(resource_ids_, other->resource_ids_);
   swap(instance_class_, other->instance_class_);
 }
 
@@ -6212,8 +6204,8 @@ template<> PROTOBUF_NOINLINE ::flyteidl::event::ParentNodeExecutionMetadata* Are
 template<> PROTOBUF_NOINLINE ::flyteidl::event::TaskExecutionEvent* Arena::CreateMaybeMessage< ::flyteidl::event::TaskExecutionEvent >(Arena* arena) {
   return Arena::CreateInternal< ::flyteidl::event::TaskExecutionEvent >(arena);
 }
-template<> PROTOBUF_NOINLINE ::flyteidl::event::ResourceIdentifiers* Arena::CreateMaybeMessage< ::flyteidl::event::ResourceIdentifiers >(Arena* arena) {
-  return Arena::CreateInternal< ::flyteidl::event::ResourceIdentifiers >(arena);
+template<> PROTOBUF_NOINLINE ::flyteidl::event::ExternalResourceInfo* Arena::CreateMaybeMessage< ::flyteidl::event::ExternalResourceInfo >(Arena* arena) {
+  return Arena::CreateInternal< ::flyteidl::event::ExternalResourceInfo >(arena);
 }
 template<> PROTOBUF_NOINLINE ::flyteidl::event::ResourcePoolInfo* Arena::CreateMaybeMessage< ::flyteidl::event::ResourcePoolInfo >(Arena* arena) {
   return Arena::CreateInternal< ::flyteidl::event::ResourcePoolInfo >(arena);
diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h
index 2e6fe79b9..94963f261 100644
--- a/gen/pb-cpp/flyteidl/event/event.pb.h
+++ b/gen/pb-cpp/flyteidl/event/event.pb.h
@@ -56,6 +56,9 @@ struct TableStruct_flyteidl_2fevent_2fevent_2eproto {
 void AddDescriptors_flyteidl_2fevent_2fevent_2eproto();
 namespace flyteidl {
 namespace event {
+class ExternalResourceInfo;
+class ExternalResourceInfoDefaultTypeInternal;
+extern ExternalResourceInfoDefaultTypeInternal _ExternalResourceInfo_default_instance_;
 class NodeExecutionEvent;
 class NodeExecutionEventDefaultTypeInternal;
 extern NodeExecutionEventDefaultTypeInternal _NodeExecutionEvent_default_instance_;
@@ -65,9 +68,6 @@ extern ParentNodeExecutionMetadataDefaultTypeInternal _ParentNodeExecutionMetada
 class ParentTaskExecutionMetadata;
 class ParentTaskExecutionMetadataDefaultTypeInternal;
 extern ParentTaskExecutionMetadataDefaultTypeInternal _ParentTaskExecutionMetadata_default_instance_;
-class ResourceIdentifiers;
-class ResourceIdentifiersDefaultTypeInternal;
-extern ResourceIdentifiersDefaultTypeInternal _ResourceIdentifiers_default_instance_;
 class ResourcePoolInfo;
 class ResourcePoolInfoDefaultTypeInternal;
 extern ResourcePoolInfoDefaultTypeInternal _ResourcePoolInfo_default_instance_;
@@ -90,10 +90,10 @@ extern WorkflowNodeMetadataDefaultTypeInternal _WorkflowNodeMetadata_default_ins
 }  // namespace flyteidl
 namespace google {
 namespace protobuf {
+template<> ::flyteidl::event::ExternalResourceInfo* Arena::CreateMaybeMessage<::flyteidl::event::ExternalResourceInfo>(Arena*);
 template<> ::flyteidl::event::NodeExecutionEvent* Arena::CreateMaybeMessage<::flyteidl::event::NodeExecutionEvent>(Arena*);
 template<> ::flyteidl::event::ParentNodeExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::ParentNodeExecutionMetadata>(Arena*);
 template<> ::flyteidl::event::ParentTaskExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::ParentTaskExecutionMetadata>(Arena*);
-template<> ::flyteidl::event::ResourceIdentifiers* Arena::CreateMaybeMessage<::flyteidl::event::ResourceIdentifiers>(Arena*);
 template<> ::flyteidl::event::ResourcePoolInfo* Arena::CreateMaybeMessage<::flyteidl::event::ResourcePoolInfo>(Arena*);
 template<> ::flyteidl::event::TaskExecutionEvent* Arena::CreateMaybeMessage<::flyteidl::event::TaskExecutionEvent>(Arena*);
 template<> ::flyteidl::event::TaskExecutionMetadata* Arena::CreateMaybeMessage<::flyteidl::event::TaskExecutionMetadata>(Arena*);
@@ -1397,25 +1397,25 @@ class TaskExecutionEvent final :
 };
 // -------------------------------------------------------------------
 
-class ResourceIdentifiers final :
-    public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.event.ResourceIdentifiers) */ {
+class ExternalResourceInfo final :
+    public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.event.ExternalResourceInfo) */ {
  public:
-  ResourceIdentifiers();
-  virtual ~ResourceIdentifiers();
+  ExternalResourceInfo();
+  virtual ~ExternalResourceInfo();
 
-  ResourceIdentifiers(const ResourceIdentifiers& from);
+  ExternalResourceInfo(const ExternalResourceInfo& from);
 
-  inline ResourceIdentifiers& operator=(const ResourceIdentifiers& from) {
+  inline ExternalResourceInfo& operator=(const ExternalResourceInfo& from) {
     CopyFrom(from);
     return *this;
   }
   #if LANG_CXX11
-  ResourceIdentifiers(ResourceIdentifiers&& from) noexcept
-    : ResourceIdentifiers() {
+  ExternalResourceInfo(ExternalResourceInfo&& from) noexcept
+    : ExternalResourceInfo() {
     *this = ::std::move(from);
   }
 
-  inline ResourceIdentifiers& operator=(ResourceIdentifiers&& from) noexcept {
+  inline ExternalResourceInfo& operator=(ExternalResourceInfo&& from) noexcept {
     if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
       if (this != &from) InternalSwap(&from);
     } else {
@@ -1427,34 +1427,34 @@ class ResourceIdentifiers final :
   static const ::google::protobuf::Descriptor* descriptor() {
     return default_instance().GetDescriptor();
   }
-  static const ResourceIdentifiers& default_instance();
+  static const ExternalResourceInfo& default_instance();
 
   static void InitAsDefaultInstance();  // FOR INTERNAL USE ONLY
-  static inline const ResourceIdentifiers* internal_default_instance() {
-    return reinterpret_cast(
-               &_ResourceIdentifiers_default_instance_);
+  static inline const ExternalResourceInfo* internal_default_instance() {
+    return reinterpret_cast(
+               &_ExternalResourceInfo_default_instance_);
   }
   static constexpr int kIndexInFileMessages =
     7;
 
-  void Swap(ResourceIdentifiers* other);
-  friend void swap(ResourceIdentifiers& a, ResourceIdentifiers& b) {
+  void Swap(ExternalResourceInfo* other);
+  friend void swap(ExternalResourceInfo& a, ExternalResourceInfo& b) {
     a.Swap(&b);
   }
 
   // implements Message ----------------------------------------------
 
-  inline ResourceIdentifiers* New() const final {
-    return CreateMaybeMessage(nullptr);
+  inline ExternalResourceInfo* New() const final {
+    return CreateMaybeMessage(nullptr);
   }
 
-  ResourceIdentifiers* New(::google::protobuf::Arena* arena) const final {
-    return CreateMaybeMessage(arena);
+  ExternalResourceInfo* New(::google::protobuf::Arena* arena) const final {
+    return CreateMaybeMessage(arena);
   }
   void CopyFrom(const ::google::protobuf::Message& from) final;
   void MergeFrom(const ::google::protobuf::Message& from) final;
-  void CopyFrom(const ResourceIdentifiers& from);
-  void MergeFrom(const ResourceIdentifiers& from);
+  void CopyFrom(const ExternalResourceInfo& from);
+  void MergeFrom(const ExternalResourceInfo& from);
   PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
   bool IsInitialized() const final;
 
@@ -1476,7 +1476,7 @@ class ResourceIdentifiers final :
   void SharedCtor();
   void SharedDtor();
   void SetCachedSize(int size) const final;
-  void InternalSwap(ResourceIdentifiers* other);
+  void InternalSwap(ExternalResourceInfo* other);
   private:
   inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
     return nullptr;
@@ -1492,10 +1492,10 @@ class ResourceIdentifiers final :
 
   // accessors -------------------------------------------------------
 
-  // repeated string external_ids = 2;
+  // repeated string external_ids = 1;
   int external_ids_size() const;
   void clear_external_ids();
-  static const int kExternalIdsFieldNumber = 2;
+  static const int kExternalIdsFieldNumber = 1;
   const ::std::string& external_ids(int index) const;
   ::std::string* mutable_external_ids(int index);
   void set_external_ids(int index, const ::std::string& value);
@@ -1514,27 +1514,12 @@ class ResourceIdentifiers final :
   const ::google::protobuf::RepeatedPtrField<::std::string>& external_ids() const;
   ::google::protobuf::RepeatedPtrField<::std::string>* mutable_external_ids();
 
-  // string generated_name = 1;
-  void clear_generated_name();
-  static const int kGeneratedNameFieldNumber = 1;
-  const ::std::string& generated_name() const;
-  void set_generated_name(const ::std::string& value);
-  #if LANG_CXX11
-  void set_generated_name(::std::string&& value);
-  #endif
-  void set_generated_name(const char* value);
-  void set_generated_name(const char* value, size_t size);
-  ::std::string* mutable_generated_name();
-  ::std::string* release_generated_name();
-  void set_allocated_generated_name(::std::string* generated_name);
-
-  // @@protoc_insertion_point(class_scope:flyteidl.event.ResourceIdentifiers)
+  // @@protoc_insertion_point(class_scope:flyteidl.event.ExternalResourceInfo)
  private:
   class HasBitSetters;
 
   ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
   ::google::protobuf::RepeatedPtrField<::std::string> external_ids_;
-  ::google::protobuf::internal::ArenaStringPtr generated_name_;
   mutable ::google::protobuf::internal::CachedSize _cached_size_;
   friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto;
 };
@@ -1796,10 +1781,22 @@ class TaskExecutionMetadata final :
 
   // accessors -------------------------------------------------------
 
-  // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2;
+  // repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
+  int external_resources_size() const;
+  void clear_external_resources();
+  static const int kExternalResourcesFieldNumber = 2;
+  ::flyteidl::event::ExternalResourceInfo* mutable_external_resources(int index);
+  ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ExternalResourceInfo >*
+      mutable_external_resources();
+  const ::flyteidl::event::ExternalResourceInfo& external_resources(int index) const;
+  ::flyteidl::event::ExternalResourceInfo* add_external_resources();
+  const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ExternalResourceInfo >&
+      external_resources() const;
+
+  // repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
   int resource_pool_info_size() const;
   void clear_resource_pool_info();
-  static const int kResourcePoolInfoFieldNumber = 2;
+  static const int kResourcePoolInfoFieldNumber = 3;
   ::flyteidl::event::ResourcePoolInfo* mutable_resource_pool_info(int index);
   ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ResourcePoolInfo >*
       mutable_resource_pool_info();
@@ -1808,9 +1805,23 @@ class TaskExecutionMetadata final :
   const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ResourcePoolInfo >&
       resource_pool_info() const;
 
-  // string plugin_identifier = 3;
+  // string generated_name = 1;
+  void clear_generated_name();
+  static const int kGeneratedNameFieldNumber = 1;
+  const ::std::string& generated_name() const;
+  void set_generated_name(const ::std::string& value);
+  #if LANG_CXX11
+  void set_generated_name(::std::string&& value);
+  #endif
+  void set_generated_name(const char* value);
+  void set_generated_name(const char* value, size_t size);
+  ::std::string* mutable_generated_name();
+  ::std::string* release_generated_name();
+  void set_allocated_generated_name(::std::string* generated_name);
+
+  // string plugin_identifier = 4;
   void clear_plugin_identifier();
-  static const int kPluginIdentifierFieldNumber = 3;
+  static const int kPluginIdentifierFieldNumber = 4;
   const ::std::string& plugin_identifier() const;
   void set_plugin_identifier(const ::std::string& value);
   #if LANG_CXX11
@@ -1822,15 +1833,6 @@ class TaskExecutionMetadata final :
   ::std::string* release_plugin_identifier();
   void set_allocated_plugin_identifier(::std::string* plugin_identifier);
 
-  // .flyteidl.event.ResourceIdentifiers resource_ids = 1;
-  bool has_resource_ids() const;
-  void clear_resource_ids();
-  static const int kResourceIdsFieldNumber = 1;
-  const ::flyteidl::event::ResourceIdentifiers& resource_ids() const;
-  ::flyteidl::event::ResourceIdentifiers* release_resource_ids();
-  ::flyteidl::event::ResourceIdentifiers* mutable_resource_ids();
-  void set_allocated_resource_ids(::flyteidl::event::ResourceIdentifiers* resource_ids);
-
   // .flyteidl.event.TaskExecutionMetadata.InstanceClass instance_class = 16;
   void clear_instance_class();
   static const int kInstanceClassFieldNumber = 16;
@@ -1842,9 +1844,10 @@ class TaskExecutionMetadata final :
   class HasBitSetters;
 
   ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
+  ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ExternalResourceInfo > external_resources_;
   ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ResourcePoolInfo > resource_pool_info_;
+  ::google::protobuf::internal::ArenaStringPtr generated_name_;
   ::google::protobuf::internal::ArenaStringPtr plugin_identifier_;
-  ::flyteidl::event::ResourceIdentifiers* resource_ids_;
   int instance_class_;
   mutable ::google::protobuf::internal::CachedSize _cached_size_;
   friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto;
@@ -3731,127 +3734,74 @@ inline TaskExecutionEvent::OutputResultCase TaskExecutionEvent::output_result_ca
 }
 // -------------------------------------------------------------------
 
-// ResourceIdentifiers
+// ExternalResourceInfo
 
-// string generated_name = 1;
-inline void ResourceIdentifiers::clear_generated_name() {
-  generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
-}
-inline const ::std::string& ResourceIdentifiers::generated_name() const {
-  // @@protoc_insertion_point(field_get:flyteidl.event.ResourceIdentifiers.generated_name)
-  return generated_name_.GetNoArena();
-}
-inline void ResourceIdentifiers::set_generated_name(const ::std::string& value) {
-  
-  generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
-  // @@protoc_insertion_point(field_set:flyteidl.event.ResourceIdentifiers.generated_name)
-}
-#if LANG_CXX11
-inline void ResourceIdentifiers::set_generated_name(::std::string&& value) {
-  
-  generated_name_.SetNoArena(
-    &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
-  // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ResourceIdentifiers.generated_name)
-}
-#endif
-inline void ResourceIdentifiers::set_generated_name(const char* value) {
-  GOOGLE_DCHECK(value != nullptr);
-  
-  generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
-  // @@protoc_insertion_point(field_set_char:flyteidl.event.ResourceIdentifiers.generated_name)
-}
-inline void ResourceIdentifiers::set_generated_name(const char* value, size_t size) {
-  
-  generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
-      ::std::string(reinterpret_cast(value), size));
-  // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ResourceIdentifiers.generated_name)
-}
-inline ::std::string* ResourceIdentifiers::mutable_generated_name() {
-  
-  // @@protoc_insertion_point(field_mutable:flyteidl.event.ResourceIdentifiers.generated_name)
-  return generated_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
-}
-inline ::std::string* ResourceIdentifiers::release_generated_name() {
-  // @@protoc_insertion_point(field_release:flyteidl.event.ResourceIdentifiers.generated_name)
-  
-  return generated_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
-}
-inline void ResourceIdentifiers::set_allocated_generated_name(::std::string* generated_name) {
-  if (generated_name != nullptr) {
-    
-  } else {
-    
-  }
-  generated_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), generated_name);
-  // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ResourceIdentifiers.generated_name)
-}
-
-// repeated string external_ids = 2;
-inline int ResourceIdentifiers::external_ids_size() const {
+// repeated string external_ids = 1;
+inline int ExternalResourceInfo::external_ids_size() const {
   return external_ids_.size();
 }
-inline void ResourceIdentifiers::clear_external_ids() {
+inline void ExternalResourceInfo::clear_external_ids() {
   external_ids_.Clear();
 }
-inline const ::std::string& ResourceIdentifiers::external_ids(int index) const {
-  // @@protoc_insertion_point(field_get:flyteidl.event.ResourceIdentifiers.external_ids)
+inline const ::std::string& ExternalResourceInfo::external_ids(int index) const {
+  // @@protoc_insertion_point(field_get:flyteidl.event.ExternalResourceInfo.external_ids)
   return external_ids_.Get(index);
 }
-inline ::std::string* ResourceIdentifiers::mutable_external_ids(int index) {
-  // @@protoc_insertion_point(field_mutable:flyteidl.event.ResourceIdentifiers.external_ids)
+inline ::std::string* ExternalResourceInfo::mutable_external_ids(int index) {
+  // @@protoc_insertion_point(field_mutable:flyteidl.event.ExternalResourceInfo.external_ids)
   return external_ids_.Mutable(index);
 }
-inline void ResourceIdentifiers::set_external_ids(int index, const ::std::string& value) {
-  // @@protoc_insertion_point(field_set:flyteidl.event.ResourceIdentifiers.external_ids)
+inline void ExternalResourceInfo::set_external_ids(int index, const ::std::string& value) {
+  // @@protoc_insertion_point(field_set:flyteidl.event.ExternalResourceInfo.external_ids)
   external_ids_.Mutable(index)->assign(value);
 }
 #if LANG_CXX11
-inline void ResourceIdentifiers::set_external_ids(int index, ::std::string&& value) {
-  // @@protoc_insertion_point(field_set:flyteidl.event.ResourceIdentifiers.external_ids)
+inline void ExternalResourceInfo::set_external_ids(int index, ::std::string&& value) {
+  // @@protoc_insertion_point(field_set:flyteidl.event.ExternalResourceInfo.external_ids)
   external_ids_.Mutable(index)->assign(std::move(value));
 }
 #endif
-inline void ResourceIdentifiers::set_external_ids(int index, const char* value) {
+inline void ExternalResourceInfo::set_external_ids(int index, const char* value) {
   GOOGLE_DCHECK(value != nullptr);
   external_ids_.Mutable(index)->assign(value);
-  // @@protoc_insertion_point(field_set_char:flyteidl.event.ResourceIdentifiers.external_ids)
+  // @@protoc_insertion_point(field_set_char:flyteidl.event.ExternalResourceInfo.external_ids)
 }
-inline void ResourceIdentifiers::set_external_ids(int index, const char* value, size_t size) {
+inline void ExternalResourceInfo::set_external_ids(int index, const char* value, size_t size) {
   external_ids_.Mutable(index)->assign(
     reinterpret_cast(value), size);
-  // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ResourceIdentifiers.external_ids)
+  // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ExternalResourceInfo.external_ids)
 }
-inline ::std::string* ResourceIdentifiers::add_external_ids() {
-  // @@protoc_insertion_point(field_add_mutable:flyteidl.event.ResourceIdentifiers.external_ids)
+inline ::std::string* ExternalResourceInfo::add_external_ids() {
+  // @@protoc_insertion_point(field_add_mutable:flyteidl.event.ExternalResourceInfo.external_ids)
   return external_ids_.Add();
 }
-inline void ResourceIdentifiers::add_external_ids(const ::std::string& value) {
+inline void ExternalResourceInfo::add_external_ids(const ::std::string& value) {
   external_ids_.Add()->assign(value);
-  // @@protoc_insertion_point(field_add:flyteidl.event.ResourceIdentifiers.external_ids)
+  // @@protoc_insertion_point(field_add:flyteidl.event.ExternalResourceInfo.external_ids)
 }
 #if LANG_CXX11
-inline void ResourceIdentifiers::add_external_ids(::std::string&& value) {
+inline void ExternalResourceInfo::add_external_ids(::std::string&& value) {
   external_ids_.Add(std::move(value));
-  // @@protoc_insertion_point(field_add:flyteidl.event.ResourceIdentifiers.external_ids)
+  // @@protoc_insertion_point(field_add:flyteidl.event.ExternalResourceInfo.external_ids)
 }
 #endif
-inline void ResourceIdentifiers::add_external_ids(const char* value) {
+inline void ExternalResourceInfo::add_external_ids(const char* value) {
   GOOGLE_DCHECK(value != nullptr);
   external_ids_.Add()->assign(value);
-  // @@protoc_insertion_point(field_add_char:flyteidl.event.ResourceIdentifiers.external_ids)
+  // @@protoc_insertion_point(field_add_char:flyteidl.event.ExternalResourceInfo.external_ids)
 }
-inline void ResourceIdentifiers::add_external_ids(const char* value, size_t size) {
+inline void ExternalResourceInfo::add_external_ids(const char* value, size_t size) {
   external_ids_.Add()->assign(reinterpret_cast(value), size);
-  // @@protoc_insertion_point(field_add_pointer:flyteidl.event.ResourceIdentifiers.external_ids)
+  // @@protoc_insertion_point(field_add_pointer:flyteidl.event.ExternalResourceInfo.external_ids)
 }
 inline const ::google::protobuf::RepeatedPtrField<::std::string>&
-ResourceIdentifiers::external_ids() const {
-  // @@protoc_insertion_point(field_list:flyteidl.event.ResourceIdentifiers.external_ids)
+ExternalResourceInfo::external_ids() const {
+  // @@protoc_insertion_point(field_list:flyteidl.event.ExternalResourceInfo.external_ids)
   return external_ids_;
 }
 inline ::google::protobuf::RepeatedPtrField<::std::string>*
-ResourceIdentifiers::mutable_external_ids() {
-  // @@protoc_insertion_point(field_mutable_list:flyteidl.event.ResourceIdentifiers.external_ids)
+ExternalResourceInfo::mutable_external_ids() {
+  // @@protoc_insertion_point(field_mutable_list:flyteidl.event.ExternalResourceInfo.external_ids)
   return &external_ids_;
 }
 
@@ -3969,58 +3919,90 @@ inline void ResourcePoolInfo::set_allocated_namespace_(::std::string* namespace_
 
 // TaskExecutionMetadata
 
-// .flyteidl.event.ResourceIdentifiers resource_ids = 1;
-inline bool TaskExecutionMetadata::has_resource_ids() const {
-  return this != internal_default_instance() && resource_ids_ != nullptr;
+// string generated_name = 1;
+inline void TaskExecutionMetadata::clear_generated_name() {
+  generated_name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
 }
-inline void TaskExecutionMetadata::clear_resource_ids() {
-  if (GetArenaNoVirtual() == nullptr && resource_ids_ != nullptr) {
-    delete resource_ids_;
-  }
-  resource_ids_ = nullptr;
+inline const ::std::string& TaskExecutionMetadata::generated_name() const {
+  // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.generated_name)
+  return generated_name_.GetNoArena();
 }
-inline const ::flyteidl::event::ResourceIdentifiers& TaskExecutionMetadata::resource_ids() const {
-  const ::flyteidl::event::ResourceIdentifiers* p = resource_ids_;
-  // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.resource_ids)
-  return p != nullptr ? *p : *reinterpret_cast(
-      &::flyteidl::event::_ResourceIdentifiers_default_instance_);
+inline void TaskExecutionMetadata::set_generated_name(const ::std::string& value) {
+  
+  generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
+  // @@protoc_insertion_point(field_set:flyteidl.event.TaskExecutionMetadata.generated_name)
 }
-inline ::flyteidl::event::ResourceIdentifiers* TaskExecutionMetadata::release_resource_ids() {
-  // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionMetadata.resource_ids)
+#if LANG_CXX11
+inline void TaskExecutionMetadata::set_generated_name(::std::string&& value) {
   
-  ::flyteidl::event::ResourceIdentifiers* temp = resource_ids_;
-  resource_ids_ = nullptr;
-  return temp;
+  generated_name_.SetNoArena(
+    &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
+  // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.TaskExecutionMetadata.generated_name)
 }
-inline ::flyteidl::event::ResourceIdentifiers* TaskExecutionMetadata::mutable_resource_ids() {
+#endif
+inline void TaskExecutionMetadata::set_generated_name(const char* value) {
+  GOOGLE_DCHECK(value != nullptr);
   
-  if (resource_ids_ == nullptr) {
-    auto* p = CreateMaybeMessage<::flyteidl::event::ResourceIdentifiers>(GetArenaNoVirtual());
-    resource_ids_ = p;
-  }
-  // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.resource_ids)
-  return resource_ids_;
+  generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
+  // @@protoc_insertion_point(field_set_char:flyteidl.event.TaskExecutionMetadata.generated_name)
 }
-inline void TaskExecutionMetadata::set_allocated_resource_ids(::flyteidl::event::ResourceIdentifiers* resource_ids) {
-  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
-  if (message_arena == nullptr) {
-    delete resource_ids_;
-  }
-  if (resource_ids) {
-    ::google::protobuf::Arena* submessage_arena = nullptr;
-    if (message_arena != submessage_arena) {
-      resource_ids = ::google::protobuf::internal::GetOwnedMessage(
-          message_arena, resource_ids, submessage_arena);
-    }
+inline void TaskExecutionMetadata::set_generated_name(const char* value, size_t size) {
+  
+  generated_name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
+      ::std::string(reinterpret_cast(value), size));
+  // @@protoc_insertion_point(field_set_pointer:flyteidl.event.TaskExecutionMetadata.generated_name)
+}
+inline ::std::string* TaskExecutionMetadata::mutable_generated_name() {
+  
+  // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.generated_name)
+  return generated_name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+}
+inline ::std::string* TaskExecutionMetadata::release_generated_name() {
+  // @@protoc_insertion_point(field_release:flyteidl.event.TaskExecutionMetadata.generated_name)
+  
+  return generated_name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
+}
+inline void TaskExecutionMetadata::set_allocated_generated_name(::std::string* generated_name) {
+  if (generated_name != nullptr) {
     
   } else {
     
   }
-  resource_ids_ = resource_ids;
-  // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.resource_ids)
+  generated_name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), generated_name);
+  // @@protoc_insertion_point(field_set_allocated:flyteidl.event.TaskExecutionMetadata.generated_name)
+}
+
+// repeated .flyteidl.event.ExternalResourceInfo external_resources = 2;
+inline int TaskExecutionMetadata::external_resources_size() const {
+  return external_resources_.size();
+}
+inline void TaskExecutionMetadata::clear_external_resources() {
+  external_resources_.Clear();
+}
+inline ::flyteidl::event::ExternalResourceInfo* TaskExecutionMetadata::mutable_external_resources(int index) {
+  // @@protoc_insertion_point(field_mutable:flyteidl.event.TaskExecutionMetadata.external_resources)
+  return external_resources_.Mutable(index);
+}
+inline ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ExternalResourceInfo >*
+TaskExecutionMetadata::mutable_external_resources() {
+  // @@protoc_insertion_point(field_mutable_list:flyteidl.event.TaskExecutionMetadata.external_resources)
+  return &external_resources_;
+}
+inline const ::flyteidl::event::ExternalResourceInfo& TaskExecutionMetadata::external_resources(int index) const {
+  // @@protoc_insertion_point(field_get:flyteidl.event.TaskExecutionMetadata.external_resources)
+  return external_resources_.Get(index);
+}
+inline ::flyteidl::event::ExternalResourceInfo* TaskExecutionMetadata::add_external_resources() {
+  // @@protoc_insertion_point(field_add:flyteidl.event.TaskExecutionMetadata.external_resources)
+  return external_resources_.Add();
+}
+inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::event::ExternalResourceInfo >&
+TaskExecutionMetadata::external_resources() const {
+  // @@protoc_insertion_point(field_list:flyteidl.event.TaskExecutionMetadata.external_resources)
+  return external_resources_;
 }
 
-// repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2;
+// repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3;
 inline int TaskExecutionMetadata::resource_pool_info_size() const {
   return resource_pool_info_.size();
 }
@@ -4050,7 +4032,7 @@ TaskExecutionMetadata::resource_pool_info() const {
   return resource_pool_info_;
 }
 
-// string plugin_identifier = 3;
+// string plugin_identifier = 4;
 inline void TaskExecutionMetadata::clear_plugin_identifier() {
   plugin_identifier_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
 }
diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go
index a0c900152..a56e6afb1 100644
--- a/gen/pb-go/flyteidl/event/event.pb.go
+++ b/gen/pb-go/flyteidl/event/event.pb.go
@@ -758,50 +758,41 @@ func (*TaskExecutionEvent) XXX_OneofWrappers() []interface{} {
 	}
 }
 
-// This message contains various identifiers for resources used for a specific task execution.
-type ResourceIdentifiers struct {
-	// Unique, generated name for this task execution used by the backend.
-	GeneratedName string `protobuf:"bytes,1,opt,name=generated_name,json=generatedName,proto3" json:"generated_name,omitempty"`
-	// Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
-	ExternalIds          []string `protobuf:"bytes,2,rep,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"`
+// This message contains metadata about external resources produced or used by a specific task execution.
+type ExternalResourceInfo struct {
+	// Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
+	ExternalIds          []string `protobuf:"bytes,1,rep,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"`
 	XXX_NoUnkeyedLiteral struct{} `json:"-"`
 	XXX_unrecognized     []byte   `json:"-"`
 	XXX_sizecache        int32    `json:"-"`
 }
 
-func (m *ResourceIdentifiers) Reset()         { *m = ResourceIdentifiers{} }
-func (m *ResourceIdentifiers) String() string { return proto.CompactTextString(m) }
-func (*ResourceIdentifiers) ProtoMessage()    {}
-func (*ResourceIdentifiers) Descriptor() ([]byte, []int) {
+func (m *ExternalResourceInfo) Reset()         { *m = ExternalResourceInfo{} }
+func (m *ExternalResourceInfo) String() string { return proto.CompactTextString(m) }
+func (*ExternalResourceInfo) ProtoMessage()    {}
+func (*ExternalResourceInfo) Descriptor() ([]byte, []int) {
 	return fileDescriptor_4b035d24120b1b12, []int{7}
 }
 
-func (m *ResourceIdentifiers) XXX_Unmarshal(b []byte) error {
-	return xxx_messageInfo_ResourceIdentifiers.Unmarshal(m, b)
+func (m *ExternalResourceInfo) XXX_Unmarshal(b []byte) error {
+	return xxx_messageInfo_ExternalResourceInfo.Unmarshal(m, b)
 }
-func (m *ResourceIdentifiers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
-	return xxx_messageInfo_ResourceIdentifiers.Marshal(b, m, deterministic)
+func (m *ExternalResourceInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
+	return xxx_messageInfo_ExternalResourceInfo.Marshal(b, m, deterministic)
 }
-func (m *ResourceIdentifiers) XXX_Merge(src proto.Message) {
-	xxx_messageInfo_ResourceIdentifiers.Merge(m, src)
+func (m *ExternalResourceInfo) XXX_Merge(src proto.Message) {
+	xxx_messageInfo_ExternalResourceInfo.Merge(m, src)
 }
-func (m *ResourceIdentifiers) XXX_Size() int {
-	return xxx_messageInfo_ResourceIdentifiers.Size(m)
+func (m *ExternalResourceInfo) XXX_Size() int {
+	return xxx_messageInfo_ExternalResourceInfo.Size(m)
 }
-func (m *ResourceIdentifiers) XXX_DiscardUnknown() {
-	xxx_messageInfo_ResourceIdentifiers.DiscardUnknown(m)
+func (m *ExternalResourceInfo) XXX_DiscardUnknown() {
+	xxx_messageInfo_ExternalResourceInfo.DiscardUnknown(m)
 }
 
-var xxx_messageInfo_ResourceIdentifiers proto.InternalMessageInfo
-
-func (m *ResourceIdentifiers) GetGeneratedName() string {
-	if m != nil {
-		return m.GeneratedName
-	}
-	return ""
-}
+var xxx_messageInfo_ExternalResourceInfo proto.InternalMessageInfo
 
-func (m *ResourceIdentifiers) GetExternalIds() []string {
+func (m *ExternalResourceInfo) GetExternalIds() []string {
 	if m != nil {
 		return m.ExternalIds
 	}
@@ -862,13 +853,15 @@ func (m *ResourcePoolInfo) GetNamespace() string {
 // Holds metadata around how a task was executed.
 // TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).
 type TaskExecutionMetadata struct {
-	// Contains various identifiers for resources used during execution.
-	ResourceIds *ResourceIdentifiers `protobuf:"bytes,1,opt,name=resource_ids,json=resourceIds,proto3" json:"resource_ids,omitempty"`
-	// Includes information about resource token allocation (if applicable).
+	// Unique, generated name for this task execution used by the backend.
+	GeneratedName string `protobuf:"bytes,1,opt,name=generated_name,json=generatedName,proto3" json:"generated_name,omitempty"`
+	// Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+	ExternalResources []*ExternalResourceInfo `protobuf:"bytes,2,rep,name=external_resources,json=externalResources,proto3" json:"external_resources,omitempty"`
+	// Includes additional data on concurrent resource management used during execution..
 	// This is a repeated field because a plugin can request multiple resource allocations during execution.
-	ResourcePoolInfo []*ResourcePoolInfo `protobuf:"bytes,2,rep,name=resource_pool_info,json=resourcePoolInfo,proto3" json:"resource_pool_info,omitempty"`
+	ResourcePoolInfo []*ResourcePoolInfo `protobuf:"bytes,3,rep,name=resource_pool_info,json=resourcePoolInfo,proto3" json:"resource_pool_info,omitempty"`
 	// The identifier of the plugin used to execute this task.
-	PluginIdentifier     string                              `protobuf:"bytes,3,opt,name=plugin_identifier,json=pluginIdentifier,proto3" json:"plugin_identifier,omitempty"`
+	PluginIdentifier     string                              `protobuf:"bytes,4,opt,name=plugin_identifier,json=pluginIdentifier,proto3" json:"plugin_identifier,omitempty"`
 	InstanceClass        TaskExecutionMetadata_InstanceClass `protobuf:"varint,16,opt,name=instance_class,json=instanceClass,proto3,enum=flyteidl.event.TaskExecutionMetadata_InstanceClass" json:"instance_class,omitempty"`
 	XXX_NoUnkeyedLiteral struct{}                            `json:"-"`
 	XXX_unrecognized     []byte                              `json:"-"`
@@ -900,9 +893,16 @@ func (m *TaskExecutionMetadata) XXX_DiscardUnknown() {
 
 var xxx_messageInfo_TaskExecutionMetadata proto.InternalMessageInfo
 
-func (m *TaskExecutionMetadata) GetResourceIds() *ResourceIdentifiers {
+func (m *TaskExecutionMetadata) GetGeneratedName() string {
+	if m != nil {
+		return m.GeneratedName
+	}
+	return ""
+}
+
+func (m *TaskExecutionMetadata) GetExternalResources() []*ExternalResourceInfo {
 	if m != nil {
-		return m.ResourceIds
+		return m.ExternalResources
 	}
 	return nil
 }
@@ -937,7 +937,7 @@ func init() {
 	proto.RegisterType((*ParentTaskExecutionMetadata)(nil), "flyteidl.event.ParentTaskExecutionMetadata")
 	proto.RegisterType((*ParentNodeExecutionMetadata)(nil), "flyteidl.event.ParentNodeExecutionMetadata")
 	proto.RegisterType((*TaskExecutionEvent)(nil), "flyteidl.event.TaskExecutionEvent")
-	proto.RegisterType((*ResourceIdentifiers)(nil), "flyteidl.event.ResourceIdentifiers")
+	proto.RegisterType((*ExternalResourceInfo)(nil), "flyteidl.event.ExternalResourceInfo")
 	proto.RegisterType((*ResourcePoolInfo)(nil), "flyteidl.event.ResourcePoolInfo")
 	proto.RegisterType((*TaskExecutionMetadata)(nil), "flyteidl.event.TaskExecutionMetadata")
 }
@@ -945,77 +945,77 @@ func init() {
 func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) }
 
 var fileDescriptor_4b035d24120b1b12 = []byte{
-	// 1147 bytes of a gzipped FileDescriptorProto
+	// 1149 bytes of a gzipped FileDescriptorProto
 	0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xff, 0x4e, 0x1b, 0x47,
-	0x17, 0x8d, 0x0d, 0x18, 0x7c, 0xd7, 0x36, 0x66, 0x3e, 0x42, 0xf6, 0x83, 0x24, 0x38, 0x4e, 0x53,
-	0xd1, 0x44, 0x5d, 0x4b, 0x8e, 0x92, 0x46, 0x6a, 0xa5, 0x0a, 0x08, 0x29, 0x56, 0x09, 0x42, 0x1b,
-	0xd3, 0x4a, 0x69, 0xab, 0xd5, 0xb0, 0x7b, 0xbd, 0xac, 0x58, 0xef, 0xac, 0x66, 0x67, 0x43, 0xfd,
-	0x28, 0x7d, 0xa6, 0x3e, 0x49, 0xa5, 0x4a, 0x7d, 0x85, 0x6a, 0x66, 0x7f, 0x98, 0x5d, 0xbb, 0x6e,
-	0xa8, 0xf2, 0x0f, 0xd2, 0x9c, 0xb9, 0x73, 0xe6, 0xde, 0x73, 0xef, 0x1c, 0xd6, 0xb0, 0x3d, 0xf2,
-	0x27, 0x02, 0x3d, 0xc7, 0xef, 0xe1, 0x07, 0x0c, 0x44, 0xf2, 0xd7, 0x08, 0x39, 0x13, 0x8c, 0xb4,
-	0xb2, 0x3d, 0x43, 0xa1, 0xdb, 0x0f, 0xf2, 0x58, 0x9b, 0x71, 0xec, 0xe1, 0xaf, 0x68, 0xc7, 0xc2,
-	0x63, 0x41, 0x12, 0xbe, 0xfd, 0xb0, 0xb8, 0xed, 0x39, 0x18, 0x08, 0x6f, 0xe4, 0x21, 0x4f, 0xf7,
-	0x77, 0x8a, 0xfb, 0x36, 0x15, 0xd4, 0x67, 0x6e, 0xba, 0xb9, 0xeb, 0x32, 0xe6, 0xfa, 0xd8, 0x53,
-	0xab, 0x8b, 0x78, 0xd4, 0x13, 0xde, 0x18, 0x23, 0x41, 0xc7, 0x61, 0x1a, 0x70, 0xbf, 0x1c, 0x10,
-	0x09, 0x1e, 0xdb, 0x69, 0xaa, 0xdd, 0x3f, 0xab, 0xb0, 0xf5, 0x23, 0xe3, 0x57, 0x23, 0x9f, 0x5d,
-	0x1f, 0x65, 0x79, 0x1d, 0xc9, 0xac, 0xc9, 0x5b, 0x68, 0xe4, 0x99, 0x5a, 0x9e, 0xa3, 0x57, 0x3a,
-	0x95, 0x3d, 0xad, 0xff, 0xd4, 0xc8, 0x8b, 0x93, 0xd9, 0x18, 0x33, 0x87, 0x07, 0x79, 0xfa, 0xa6,
-	0x86, 0x53, 0x90, 0xec, 0x82, 0x16, 0x72, 0xe6, 0xc4, 0x36, 0x72, 0xc9, 0x56, 0xed, 0x54, 0xf6,
-	0xea, 0x26, 0x64, 0xd0, 0xc0, 0x21, 0xdf, 0xc0, 0x4a, 0x78, 0x49, 0x23, 0xd4, 0x97, 0x3a, 0x95,
-	0xbd, 0x56, 0xff, 0xf3, 0x7f, 0xbb, 0xc8, 0x38, 0x93, 0xd1, 0x66, 0x72, 0x88, 0x7c, 0x0d, 0x1a,
-	0xb3, 0xed, 0x98, 0x73, 0x74, 0x2c, 0x2a, 0xf4, 0x65, 0x95, 0xec, 0xb6, 0x91, 0x14, 0x6f, 0x64,
-	0xc5, 0x1b, 0xc3, 0x4c, 0x1d, 0x13, 0xb2, 0xf0, 0x7d, 0x41, 0x76, 0x01, 0x58, 0x2c, 0xc2, 0x58,
-	0x58, 0x31, 0xf7, 0xf4, 0x15, 0x99, 0xda, 0xf1, 0x1d, 0xb3, 0x9e, 0x60, 0xe7, 0xdc, 0x23, 0x2f,
-	0x60, 0x05, 0x39, 0x67, 0x5c, 0xaf, 0x29, 0xde, 0x07, 0xa5, 0xdc, 0xa6, 0xca, 0xc9, 0xa0, 0xe3,
-	0x3b, 0x66, 0x12, 0x7d, 0xb0, 0x0e, 0xcd, 0x94, 0x97, 0x63, 0x14, 0xfb, 0xa2, 0xfb, 0x7b, 0x0d,
-	0xc8, 0x29, 0x73, 0xb0, 0x24, 0xf5, 0x4b, 0xa8, 0xe6, 0x02, 0x97, 0xeb, 0x2e, 0x84, 0xdf, 0x10,
-	0xb7, 0xea, 0x7d, 0x84, 0xa6, 0xaf, 0x8a, 0x9a, 0x76, 0x17, 0x71, 0x7f, 0x42, 0x3d, 0x77, 0xa0,
-	0xee, 0x05, 0x05, 0x39, 0xcd, 0x35, 0x05, 0x48, 0x2d, 0x8b, 0x62, 0xd7, 0x16, 0x88, 0xbd, 0x7a,
-	0x1b, 0xb1, 0xc9, 0xcf, 0xb0, 0x75, 0x9d, 0xce, 0x88, 0x15, 0x30, 0x07, 0xad, 0x31, 0x0a, 0xea,
-	0x50, 0x41, 0xf5, 0x35, 0xc5, 0xf3, 0x99, 0x51, 0x7c, 0x96, 0xf9, 0x44, 0x49, 0x15, 0xde, 0xa6,
-	0xb1, 0xc7, 0x15, 0x73, 0xf3, 0x7a, 0x0e, 0x4e, 0xce, 0x80, 0x08, 0x1a, 0x5d, 0x95, 0x98, 0x5b,
-	0x8a, 0xb9, 0x53, 0x66, 0x1e, 0xd2, 0xe8, 0xaa, 0xc4, 0xda, 0x16, 0x25, 0x8c, 0xfc, 0x02, 0x9b,
-	0x21, 0xe5, 0x18, 0x08, 0x4b, 0x11, 0xe7, 0x9c, 0x75, 0xc5, 0xf9, 0xac, 0xcc, 0x79, 0xa6, 0x62,
-	0x25, 0x73, 0x2e, 0x40, 0x46, 0x65, 0x92, 0x30, 0xdf, 0x9c, 0x43, 0x5f, 0x4c, 0x19, 0x16, 0xd1,
-	0x17, 0x06, 0xa2, 0x4c, 0x5f, 0xc8, 0x7e, 0x17, 0x34, 0x8e, 0x82, 0x4f, 0x2c, 0x97, 0xb3, 0x38,
-	0xd4, 0xb5, 0x64, 0xf4, 0x14, 0xf4, 0x9d, 0x44, 0x48, 0x07, 0x1a, 0x51, 0x88, 0x76, 0x72, 0xbb,
-	0xe7, 0xe8, 0x8d, 0x24, 0x42, 0x62, 0x92, 0x68, 0xe0, 0xc8, 0x29, 0x51, 0x9b, 0x01, 0x1d, 0xa3,
-	0xde, 0x4c, 0xa6, 0x44, 0x02, 0xa7, 0x74, 0x8c, 0x33, 0x4f, 0xe7, 0x60, 0x03, 0xd6, 0x05, 0xe5,
-	0x2e, 0x8a, 0xbc, 0x94, 0x2e, 0xc2, 0xe6, 0xbc, 0x1e, 0x7e, 0x62, 0xe7, 0xea, 0xfe, 0x56, 0x81,
-	0x76, 0xb9, 0xa3, 0xe4, 0x35, 0x34, 0x6c, 0x6a, 0x5f, 0xa2, 0x15, 0x09, 0x2a, 0xe2, 0x48, 0xdd,
-	0xd1, 0xea, 0x3f, 0x2a, 0xdd, 0x71, 0x98, 0x78, 0xf5, 0xa1, 0x8c, 0x7c, 0xa7, 0x02, 0x4d, 0xcd,
-	0x9e, 0x2e, 0xc8, 0xb7, 0xa0, 0xa5, 0x76, 0x6e, 0x5d, 0xe1, 0x44, 0x3d, 0x60, 0xad, 0xff, 0x70,
-	0x3e, 0x49, 0xde, 0x0e, 0x48, 0x8f, 0x7c, 0x8f, 0x93, 0xee, 0x39, 0xec, 0x2c, 0x18, 0x8c, 0x85,
-	0xc6, 0x52, 0x38, 0x51, 0x34, 0x96, 0xee, 0xcb, 0x8c, 0x76, 0xee, 0x40, 0x90, 0x7b, 0xb0, 0x9a,
-	0xb5, 0xb5, 0xa2, 0xfa, 0x56, 0x0b, 0x54, 0x4b, 0xbb, 0x7f, 0xad, 0x00, 0x29, 0xf0, 0x26, 0xfe,
-	0xd6, 0x87, 0x55, 0x35, 0xe3, 0x79, 0x2e, 0xff, 0x2f, 0xe5, 0x72, 0xe3, 0xfa, 0x9a, 0x8c, 0x1c,
-	0x38, 0xc4, 0x02, 0xfd, 0xe6, 0xfc, 0x16, 0x1a, 0x5a, 0xbd, 0x95, 0x53, 0xde, 0x0d, 0x67, 0x4b,
-	0x19, 0x38, 0xe4, 0x31, 0x34, 0x93, 0x09, 0xa6, 0x42, 0xe0, 0x38, 0x14, 0xca, 0x23, 0x9b, 0x66,
-	0x43, 0x81, 0xfb, 0x09, 0x36, 0x35, 0xd0, 0xe5, 0xb9, 0x06, 0x5a, 0xa8, 0xb5, 0x68, 0xa0, 0x25,
-	0x6f, 0x5e, 0x99, 0xf1, 0xe6, 0xa7, 0xb0, 0xec, 0x33, 0x37, 0xd2, 0x6b, 0x9d, 0xa5, 0x3d, 0xad,
-	0xbf, 0x35, 0x87, 0xf9, 0x84, 0xb9, 0xa6, 0x8a, 0x29, 0xbb, 0xf1, 0xea, 0x7f, 0x77, 0xe3, 0xb5,
-	0x85, 0x6e, 0x5c, 0x5f, 0xe0, 0xc6, 0x70, 0x2b, 0x37, 0x7e, 0x05, 0x9a, 0x1d, 0x47, 0x82, 0x8d,
-	0x2d, 0x2f, 0x18, 0x31, 0xe5, 0x0f, 0x5a, 0xff, 0xde, 0x4c, 0xc6, 0xef, 0xd4, 0xc7, 0x88, 0x09,
-	0x49, 0xec, 0x20, 0x18, 0x31, 0xd9, 0x17, 0xa5, 0xa0, 0xf5, 0x01, 0x79, 0xe4, 0xb1, 0x40, 0x39,
-	0x47, 0xd3, 0x6c, 0x28, 0xf0, 0x87, 0x04, 0x23, 0x5b, 0x50, 0xe3, 0x48, 0x23, 0x16, 0xa4, 0xc6,
-	0x91, 0xae, 0x64, 0xad, 0x6a, 0xd2, 0xc4, 0x24, 0x44, 0xe5, 0xce, 0x75, 0x73, 0x4d, 0x02, 0xc3,
-	0x49, 0x88, 0x64, 0x1f, 0xd6, 0x72, 0x1b, 0x6c, 0xab, 0x84, 0x9e, 0xcc, 0x73, 0xee, 0x59, 0x03,
-	0xcc, 0x8f, 0xcd, 0xfe, 0x47, 0xb7, 0xe0, 0x7f, 0x26, 0x46, 0x2c, 0xe6, 0x36, 0x4e, 0x47, 0x2e,
-	0x22, 0x4f, 0xa0, 0xe5, 0x62, 0x80, 0x9c, 0x0a, 0x74, 0x12, 0x83, 0x4b, 0x1e, 0x4a, 0x33, 0x47,
-	0xa5, 0xcb, 0x91, 0x47, 0xd2, 0xa9, 0x04, 0xf2, 0x80, 0xfa, 0x96, 0xe7, 0x44, 0x7a, 0xb5, 0xb3,
-	0xb4, 0x57, 0x97, 0xee, 0x93, 0x60, 0x03, 0x27, 0xea, 0xfe, 0x04, 0xed, 0xec, 0x82, 0x33, 0xc6,
-	0x7c, 0x25, 0xd1, 0x17, 0xd0, 0xa6, 0xbe, 0xcf, 0x6c, 0xaa, 0x1e, 0x84, 0x60, 0x57, 0x18, 0xa4,
-	0xfc, 0xeb, 0x53, 0x7c, 0x28, 0x61, 0x72, 0x1f, 0xea, 0xf2, 0xfa, 0x28, 0xa4, 0x36, 0xa6, 0x1f,
-	0x08, 0x53, 0xa0, 0xfb, 0x47, 0x15, 0xee, 0xce, 0x77, 0x8e, 0x37, 0xd0, 0xe0, 0xe9, 0xb5, 0x2a,
-	0xb3, 0xe4, 0xdd, 0x3e, 0x2e, 0xeb, 0x35, 0xa7, 0x76, 0x53, 0xe3, 0x39, 0x18, 0x91, 0x53, 0x20,
-	0x39, 0x4f, 0xc8, 0x98, 0x9f, 0x8c, 0x43, 0x55, 0xcd, 0x7c, 0xe7, 0x9f, 0xd8, 0xb2, 0x42, 0xcd,
-	0x36, 0x2f, 0x97, 0xfe, 0x0c, 0x36, 0x42, 0x3f, 0x76, 0x3d, 0xe9, 0x03, 0xd9, 0x95, 0xea, 0xe5,
-	0xd6, 0xcd, 0x76, 0xb2, 0x31, 0x4d, 0x85, 0xbc, 0x87, 0x96, 0x17, 0x44, 0x82, 0x06, 0x36, 0x5a,
-	0xb6, 0x4f, 0xa3, 0x48, 0xb5, 0xbd, 0xd5, 0x7f, 0xfe, 0x51, 0x6d, 0x37, 0x06, 0xe9, 0xd9, 0x43,
-	0x79, 0xd4, 0x6c, 0x7a, 0x37, 0x97, 0xdd, 0x1e, 0x34, 0x0b, 0xfb, 0x44, 0x83, 0xd5, 0xd7, 0x47,
-	0x6f, 0xf6, 0xcf, 0x4f, 0x86, 0xed, 0x3b, 0x64, 0x03, 0x9a, 0x83, 0xd3, 0xe1, 0x91, 0x69, 0x9e,
-	0x9f, 0x0d, 0x07, 0x07, 0x27, 0x47, 0xed, 0xca, 0xc1, 0x57, 0xef, 0x5f, 0xb8, 0x9e, 0xb8, 0x8c,
-	0x2f, 0x0c, 0x9b, 0x8d, 0x7b, 0x2a, 0x01, 0xc6, 0xdd, 0x5e, 0xfe, 0x71, 0xef, 0x62, 0xd0, 0x0b,
-	0x2f, 0xbe, 0x74, 0x59, 0xaf, 0xf8, 0xd3, 0xe2, 0xa2, 0xa6, 0x5e, 0xcb, 0xf3, 0xbf, 0x03, 0x00,
-	0x00, 0xff, 0xff, 0xc2, 0x27, 0x9b, 0x44, 0x73, 0x0c, 0x00, 0x00,
+	0x10, 0xc6, 0x06, 0x0c, 0x9e, 0xb3, 0x8d, 0x59, 0x11, 0x72, 0x85, 0x24, 0x38, 0x6e, 0x53, 0xd1,
+	0x44, 0xb5, 0x25, 0x47, 0x49, 0x53, 0xb5, 0x52, 0x05, 0xc4, 0x2d, 0x56, 0x09, 0x42, 0x87, 0x69,
+	0xa5, 0xb4, 0xd5, 0x69, 0xb9, 0x1b, 0x1f, 0x27, 0xce, 0xb7, 0xa7, 0xbd, 0xbd, 0x10, 0x3f, 0x4a,
+	0xff, 0xe8, 0x13, 0xf5, 0x55, 0x2a, 0xf5, 0x15, 0xaa, 0xdd, 0xfb, 0x61, 0xee, 0x6c, 0xb9, 0x21,
+	0xca, 0x3f, 0x48, 0xf7, 0xed, 0xcc, 0xb7, 0x33, 0xdf, 0xce, 0x7e, 0x6b, 0x60, 0x67, 0xe4, 0x4d,
+	0x04, 0xba, 0xb6, 0xd7, 0xc5, 0x77, 0xe8, 0x8b, 0xf8, 0x6f, 0x27, 0xe0, 0x4c, 0x30, 0xd2, 0x48,
+	0xd7, 0x3a, 0x0a, 0xdd, 0x79, 0x98, 0xc5, 0x5a, 0x8c, 0x63, 0x17, 0xdf, 0xa3, 0x15, 0x09, 0x97,
+	0xf9, 0x71, 0xf8, 0xce, 0xa3, 0xfc, 0xb2, 0x6b, 0xa3, 0x2f, 0xdc, 0x91, 0x8b, 0x3c, 0x59, 0xdf,
+	0xcd, 0xaf, 0x5b, 0x54, 0x50, 0x8f, 0x39, 0xc9, 0xe2, 0x9e, 0xc3, 0x98, 0xe3, 0x61, 0x57, 0x7d,
+	0x5d, 0x46, 0xa3, 0xae, 0x70, 0xc7, 0x18, 0x0a, 0x3a, 0x0e, 0x92, 0x80, 0x07, 0xc5, 0x80, 0x50,
+	0xf0, 0xc8, 0x4a, 0x4a, 0x6d, 0xff, 0x53, 0x86, 0xed, 0x5f, 0x19, 0xbf, 0x1e, 0x79, 0xec, 0xa6,
+	0x9f, 0xd6, 0xd5, 0x97, 0x55, 0x93, 0x37, 0x50, 0xcb, 0x2a, 0x35, 0x5d, 0x5b, 0x2f, 0xb5, 0x4a,
+	0xfb, 0x5a, 0xef, 0x69, 0x27, 0x6b, 0x4e, 0x56, 0xd3, 0x99, 0x49, 0x1e, 0x64, 0xe5, 0x1b, 0x1a,
+	0x4e, 0x41, 0xb2, 0x07, 0x5a, 0xc0, 0x99, 0x1d, 0x59, 0xc8, 0x25, 0x5b, 0xb9, 0x55, 0xda, 0xaf,
+	0x1a, 0x90, 0x42, 0x03, 0x9b, 0x7c, 0x0f, 0xab, 0xc1, 0x15, 0x0d, 0x51, 0x5f, 0x6e, 0x95, 0xf6,
+	0x1b, 0xbd, 0x2f, 0xff, 0x6f, 0xa3, 0xce, 0x99, 0x8c, 0x36, 0xe2, 0x24, 0xf2, 0x1d, 0x68, 0xcc,
+	0xb2, 0x22, 0xce, 0xd1, 0x36, 0xa9, 0xd0, 0x57, 0x54, 0xb1, 0x3b, 0x9d, 0xb8, 0xf9, 0x4e, 0xda,
+	0x7c, 0x67, 0x98, 0xaa, 0x63, 0x40, 0x1a, 0x7e, 0x20, 0xc8, 0x1e, 0x00, 0x8b, 0x44, 0x10, 0x09,
+	0x33, 0xe2, 0xae, 0xbe, 0x2a, 0x4b, 0x3b, 0x5e, 0x32, 0xaa, 0x31, 0x76, 0xc1, 0x5d, 0xf2, 0x02,
+	0x56, 0x91, 0x73, 0xc6, 0xf5, 0x8a, 0xe2, 0x7d, 0x58, 0xa8, 0x6d, 0xaa, 0x9c, 0x0c, 0x3a, 0x5e,
+	0x32, 0xe2, 0xe8, 0xc3, 0x0d, 0xa8, 0x27, 0xbc, 0x1c, 0xc3, 0xc8, 0x13, 0xed, 0xbf, 0x2b, 0x40,
+	0x4e, 0x99, 0x8d, 0x05, 0xa9, 0x5f, 0x42, 0x39, 0x13, 0xb8, 0xd8, 0x77, 0x2e, 0xfc, 0x96, 0xb8,
+	0x65, 0xf7, 0x03, 0x34, 0x7d, 0x95, 0xd7, 0xb4, 0xbd, 0x88, 0xfb, 0x13, 0xea, 0xb9, 0x0b, 0x55,
+	0xd7, 0xcf, 0xc9, 0x69, 0xac, 0x2b, 0x40, 0x6a, 0x99, 0x17, 0xbb, 0xb2, 0x40, 0xec, 0xb5, 0xbb,
+	0x88, 0x4d, 0x7e, 0x87, 0xed, 0x9b, 0x64, 0x46, 0x4c, 0x9f, 0xd9, 0x68, 0x8e, 0x51, 0x50, 0x9b,
+	0x0a, 0xaa, 0xaf, 0x2b, 0x9e, 0x2f, 0x3a, 0xf9, 0x6b, 0x99, 0x4d, 0x94, 0x54, 0xe1, 0x4d, 0x12,
+	0x7b, 0x5c, 0x32, 0xb6, 0x6e, 0xe6, 0xe0, 0xe4, 0x0c, 0x88, 0xa0, 0xe1, 0x75, 0x81, 0xb9, 0xa1,
+	0x98, 0x5b, 0x45, 0xe6, 0x21, 0x0d, 0xaf, 0x0b, 0xac, 0x4d, 0x51, 0xc0, 0xc8, 0x1f, 0xb0, 0x15,
+	0x50, 0x8e, 0xbe, 0x30, 0x15, 0x71, 0xc6, 0x59, 0x55, 0x9c, 0xcf, 0x8a, 0x9c, 0x67, 0x2a, 0x56,
+	0x32, 0x67, 0x02, 0xa4, 0x54, 0x06, 0x09, 0xb2, 0xc5, 0x39, 0xf4, 0xf9, 0x92, 0x61, 0x11, 0x7d,
+	0x6e, 0x20, 0x8a, 0xf4, 0xb9, 0xea, 0xf7, 0x40, 0xe3, 0x28, 0xf8, 0xc4, 0x74, 0x38, 0x8b, 0x02,
+	0x5d, 0x8b, 0x47, 0x4f, 0x41, 0x3f, 0x49, 0x84, 0xb4, 0xa0, 0x16, 0x06, 0x68, 0xc5, 0xbb, 0xbb,
+	0xb6, 0x5e, 0x8b, 0x23, 0x24, 0x26, 0x89, 0x06, 0xb6, 0x9c, 0x12, 0xb5, 0xe8, 0xd3, 0x31, 0xea,
+	0xf5, 0x78, 0x4a, 0x24, 0x70, 0x4a, 0xc7, 0x38, 0x73, 0x75, 0x0e, 0x37, 0x61, 0x43, 0x50, 0xee,
+	0xa0, 0xc8, 0x5a, 0x69, 0x23, 0x6c, 0xcd, 0x3b, 0xc3, 0x4f, 0xec, 0x5c, 0xed, 0x3f, 0x4b, 0xd0,
+	0x2c, 0x9e, 0x28, 0x79, 0x0d, 0x35, 0x8b, 0x5a, 0x57, 0x68, 0x86, 0x82, 0x8a, 0x28, 0x54, 0x7b,
+	0x34, 0x7a, 0x8f, 0x0b, 0x7b, 0x1c, 0xc5, 0x5e, 0x7d, 0x24, 0x23, 0xcf, 0x55, 0xa0, 0xa1, 0x59,
+	0xd3, 0x0f, 0xf2, 0x03, 0x68, 0x89, 0x9d, 0x9b, 0xd7, 0x38, 0x51, 0x17, 0x58, 0xeb, 0x3d, 0x9a,
+	0x4f, 0x92, 0x1d, 0x07, 0x24, 0x29, 0x3f, 0xe3, 0xa4, 0x7d, 0x01, 0xbb, 0x0b, 0x06, 0x63, 0xa1,
+	0xb1, 0xe4, 0x32, 0xf2, 0xc6, 0xd2, 0x7e, 0x99, 0xd2, 0xce, 0x1d, 0x08, 0x72, 0x1f, 0xd6, 0xd2,
+	0x63, 0x2d, 0xa9, 0x73, 0xab, 0xf8, 0xea, 0x48, 0xdb, 0xff, 0xae, 0x02, 0xc9, 0xf1, 0xc6, 0xfe,
+	0xd6, 0x83, 0x35, 0x35, 0xe3, 0x59, 0x2d, 0x9f, 0x15, 0x6a, 0xb9, 0xb5, 0x7d, 0x45, 0x46, 0x0e,
+	0x6c, 0x62, 0x82, 0x7e, 0x7b, 0x7e, 0x73, 0x07, 0x5a, 0xbe, 0x93, 0x53, 0xde, 0x0b, 0x66, 0x5b,
+	0x19, 0xd8, 0xe4, 0x73, 0xa8, 0xc7, 0x13, 0x4c, 0x85, 0xc0, 0x71, 0x20, 0x94, 0x47, 0xd6, 0x8d,
+	0x9a, 0x02, 0x0f, 0x62, 0x6c, 0x6a, 0xa0, 0x2b, 0x73, 0x0d, 0x34, 0xd7, 0x6b, 0xde, 0x40, 0x0b,
+	0xde, 0xbc, 0x3a, 0xe3, 0xcd, 0x4f, 0x61, 0xc5, 0x63, 0x4e, 0xa8, 0x57, 0x5a, 0xcb, 0xfb, 0x5a,
+	0x6f, 0x7b, 0x0e, 0xf3, 0x09, 0x73, 0x0c, 0x15, 0x53, 0x74, 0xe3, 0xb5, 0x8f, 0x77, 0xe3, 0xf5,
+	0x85, 0x6e, 0x5c, 0x5d, 0xe0, 0xc6, 0x70, 0x27, 0x37, 0x7e, 0x05, 0x9a, 0x15, 0x85, 0x82, 0x8d,
+	0x4d, 0xd7, 0x1f, 0x31, 0xe5, 0x0f, 0x5a, 0xef, 0xfe, 0x4c, 0xc5, 0xe7, 0xea, 0xc7, 0x88, 0x01,
+	0x71, 0xec, 0xc0, 0x1f, 0x31, 0x79, 0x2e, 0x4a, 0x41, 0xf3, 0x1d, 0xf2, 0xd0, 0x65, 0xbe, 0x72,
+	0x8e, 0xba, 0x51, 0x53, 0xe0, 0x2f, 0x31, 0x46, 0xb6, 0xa1, 0xc2, 0x91, 0x86, 0xcc, 0x4f, 0x8c,
+	0x23, 0xf9, 0x92, 0xbd, 0xaa, 0x49, 0x13, 0x93, 0x00, 0x95, 0x3b, 0x57, 0x8d, 0x75, 0x09, 0x0c,
+	0x27, 0x01, 0x92, 0x03, 0x58, 0xcf, 0x6c, 0xb0, 0xa9, 0x0a, 0x7a, 0x32, 0xcf, 0xb9, 0x67, 0x0d,
+	0x30, 0x4b, 0x9b, 0x7d, 0xd1, 0xbf, 0x85, 0xad, 0xfe, 0x7b, 0x81, 0xdc, 0xa7, 0x9e, 0x81, 0x21,
+	0x8b, 0xb8, 0x85, 0xaa, 0x8b, 0xc7, 0xd2, 0x83, 0x62, 0xdc, 0x74, 0x6d, 0xe9, 0x0f, 0xcb, 0xfb,
+	0x55, 0xe9, 0x2b, 0x31, 0x36, 0xb0, 0xc3, 0xf6, 0x6f, 0xd0, 0x4c, 0x53, 0xce, 0x18, 0xf3, 0x54,
+	0xda, 0x57, 0xd0, 0xa4, 0x9e, 0xc7, 0x2c, 0xaa, 0x46, 0x5d, 0xb0, 0x6b, 0xf4, 0x93, 0x2b, 0xb6,
+	0x31, 0xc5, 0x87, 0x12, 0x26, 0x0f, 0xa0, 0x2a, 0x9d, 0x33, 0x0c, 0xa8, 0x85, 0xc9, 0xd3, 0x3f,
+	0x05, 0xda, 0x7f, 0x2d, 0xc3, 0xbd, 0xf9, 0x9e, 0xf0, 0x04, 0x1a, 0x0e, 0xfa, 0xc8, 0xa9, 0x40,
+	0x3b, 0xf6, 0xde, 0x78, 0x83, 0x7a, 0x86, 0x4a, 0x03, 0x26, 0xe7, 0x40, 0xb2, 0x06, 0x78, 0x52,
+	0x66, 0xa8, 0x97, 0xd5, 0xb0, 0xce, 0x3c, 0xa5, 0xf3, 0x24, 0x30, 0x36, 0xb1, 0x80, 0x86, 0xe4,
+	0x14, 0x48, 0xca, 0x65, 0x06, 0x8c, 0x79, 0xf1, 0x70, 0x2c, 0x2b, 0xd2, 0x99, 0x57, 0xb4, 0x28,
+	0x8e, 0xd1, 0xe4, 0x45, 0xb9, 0x9e, 0xc1, 0x66, 0xe0, 0x45, 0x8e, 0x2b, 0x5d, 0x21, 0xbd, 0xef,
+	0xea, 0xaa, 0x56, 0x8d, 0x66, 0xbc, 0x30, 0xf5, 0x01, 0xf2, 0x16, 0x1a, 0xae, 0x1f, 0x0a, 0xea,
+	0x5b, 0x68, 0x5a, 0x1e, 0x0d, 0x43, 0x35, 0x04, 0x8d, 0xde, 0xf3, 0x0f, 0x1a, 0x82, 0xce, 0x20,
+	0xc9, 0x3d, 0x92, 0xa9, 0x46, 0xdd, 0xbd, 0xfd, 0xd9, 0xee, 0x42, 0x3d, 0xb7, 0x4e, 0x34, 0x58,
+	0x7b, 0xdd, 0xff, 0xf1, 0xe0, 0xe2, 0x64, 0xd8, 0x5c, 0x22, 0x9b, 0x50, 0x1f, 0x9c, 0x0e, 0xfb,
+	0x86, 0x71, 0x71, 0x36, 0x1c, 0x1c, 0x9e, 0xf4, 0x9b, 0xa5, 0xc3, 0x6f, 0xde, 0xbe, 0x70, 0x5c,
+	0x71, 0x15, 0x5d, 0x76, 0x2c, 0x36, 0xee, 0xaa, 0x02, 0x18, 0x77, 0xba, 0xd9, 0x4f, 0x7d, 0x07,
+	0xfd, 0x6e, 0x70, 0xf9, 0xb5, 0xc3, 0xba, 0xf9, 0x7f, 0x34, 0x2e, 0x2b, 0xea, 0xee, 0x3c, 0xff,
+	0x2f, 0x00, 0x00, 0xff, 0xff, 0x59, 0x4d, 0x69, 0xe7, 0x81, 0x0c, 0x00, 0x00,
 }
diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go
index c8c701404..9721425c7 100644
--- a/gen/pb-go/flyteidl/event/event.pb.validate.go
+++ b/gen/pb-go/flyteidl/event/event.pb.validate.go
@@ -789,22 +789,20 @@ var _ interface {
 	ErrorName() string
 } = TaskExecutionEventValidationError{}
 
-// Validate checks the field values on ResourceIdentifiers with the rules
+// Validate checks the field values on ExternalResourceInfo with the rules
 // defined in the proto definition for this message. If any rules are
 // violated, an error is returned.
-func (m *ResourceIdentifiers) Validate() error {
+func (m *ExternalResourceInfo) Validate() error {
 	if m == nil {
 		return nil
 	}
 
-	// no validation rules for GeneratedName
-
 	return nil
 }
 
-// ResourceIdentifiersValidationError is the validation error returned by
-// ResourceIdentifiers.Validate if the designated constraints aren't met.
-type ResourceIdentifiersValidationError struct {
+// ExternalResourceInfoValidationError is the validation error returned by
+// ExternalResourceInfo.Validate if the designated constraints aren't met.
+type ExternalResourceInfoValidationError struct {
 	field  string
 	reason string
 	cause  error
@@ -812,24 +810,24 @@ type ResourceIdentifiersValidationError struct {
 }
 
 // Field function returns field value.
-func (e ResourceIdentifiersValidationError) Field() string { return e.field }
+func (e ExternalResourceInfoValidationError) Field() string { return e.field }
 
 // Reason function returns reason value.
-func (e ResourceIdentifiersValidationError) Reason() string { return e.reason }
+func (e ExternalResourceInfoValidationError) Reason() string { return e.reason }
 
 // Cause function returns cause value.
-func (e ResourceIdentifiersValidationError) Cause() error { return e.cause }
+func (e ExternalResourceInfoValidationError) Cause() error { return e.cause }
 
 // Key function returns key value.
-func (e ResourceIdentifiersValidationError) Key() bool { return e.key }
+func (e ExternalResourceInfoValidationError) Key() bool { return e.key }
 
 // ErrorName returns error name.
-func (e ResourceIdentifiersValidationError) ErrorName() string {
-	return "ResourceIdentifiersValidationError"
+func (e ExternalResourceInfoValidationError) ErrorName() string {
+	return "ExternalResourceInfoValidationError"
 }
 
 // Error satisfies the builtin error interface
-func (e ResourceIdentifiersValidationError) Error() string {
+func (e ExternalResourceInfoValidationError) Error() string {
 	cause := ""
 	if e.cause != nil {
 		cause = fmt.Sprintf(" | caused by: %v", e.cause)
@@ -841,14 +839,14 @@ func (e ResourceIdentifiersValidationError) Error() string {
 	}
 
 	return fmt.Sprintf(
-		"invalid %sResourceIdentifiers.%s: %s%s",
+		"invalid %sExternalResourceInfo.%s: %s%s",
 		key,
 		e.field,
 		e.reason,
 		cause)
 }
 
-var _ error = ResourceIdentifiersValidationError{}
+var _ error = ExternalResourceInfoValidationError{}
 
 var _ interface {
 	Field() string
@@ -856,7 +854,7 @@ var _ interface {
 	Key() bool
 	Cause() error
 	ErrorName() string
-} = ResourceIdentifiersValidationError{}
+} = ExternalResourceInfoValidationError{}
 
 // Validate checks the field values on ResourcePoolInfo with the rules defined
 // in the proto definition for this message. If any rules are violated, an
@@ -935,14 +933,21 @@ func (m *TaskExecutionMetadata) Validate() error {
 		return nil
 	}
 
-	if v, ok := interface{}(m.GetResourceIds()).(interface{ Validate() error }); ok {
-		if err := v.Validate(); err != nil {
-			return TaskExecutionMetadataValidationError{
-				field:  "ResourceIds",
-				reason: "embedded message failed validation",
-				cause:  err,
+	// no validation rules for GeneratedName
+
+	for idx, item := range m.GetExternalResources() {
+		_, _ = idx, item
+
+		if v, ok := interface{}(item).(interface{ Validate() error }); ok {
+			if err := v.Validate(); err != nil {
+				return TaskExecutionMetadataValidationError{
+					field:  fmt.Sprintf("ExternalResources[%v]", idx),
+					reason: "embedded message failed validation",
+					cause:  err,
+				}
 			}
 		}
+
 	}
 
 	for idx, item := range m.GetResourcePoolInfo() {
diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json
index bb5d2f1d5..46f6097da 100644
--- a/gen/pb-go/flyteidl/service/admin.swagger.json
+++ b/gen/pb-go/flyteidl/service/admin.swagger.json
@@ -5880,6 +5880,19 @@
       },
       "description": "Flyte Workflow Structure that encapsulates task, branch and subworkflow nodes to form a statically analyzable,\ndirected acyclic graph."
     },
+    "eventExternalResourceInfo": {
+      "type": "object",
+      "properties": {
+        "external_ids": {
+          "type": "array",
+          "items": {
+            "type": "string"
+          },
+          "description": "Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids."
+        }
+      },
+      "description": "This message contains metadata about external resources produced or used by a specific task execution."
+    },
     "eventNodeExecutionEvent": {
       "type": "object",
       "properties": {
@@ -5955,23 +5968,6 @@
         }
       }
     },
-    "eventResourceIdentifiers": {
-      "type": "object",
-      "properties": {
-        "generated_name": {
-          "type": "string",
-          "description": "Unique, generated name for this task execution used by the backend."
-        },
-        "external_ids": {
-          "type": "array",
-          "items": {
-            "type": "string"
-          },
-          "description": "Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids."
-        }
-      },
-      "description": "This message contains various identifiers for resources used for a specific task execution."
-    },
     "eventResourcePoolInfo": {
       "type": "object",
       "properties": {
@@ -6061,16 +6057,23 @@
     "eventTaskExecutionMetadata": {
       "type": "object",
       "properties": {
-        "resource_ids": {
-          "$ref": "#/definitions/eventResourceIdentifiers",
-          "description": "Contains various identifiers for resources used during execution."
+        "generated_name": {
+          "type": "string",
+          "description": "Unique, generated name for this task execution used by the backend."
+        },
+        "external_resources": {
+          "type": "array",
+          "items": {
+            "$ref": "#/definitions/eventExternalResourceInfo"
+          },
+          "description": "Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution."
         },
         "resource_pool_info": {
           "type": "array",
           "items": {
             "$ref": "#/definitions/eventResourcePoolInfo"
           },
-          "description": "Includes information about resource token allocation (if applicable).\nThis is a repeated field because a plugin can request multiple resource allocations during execution."
+          "description": "Includes additional data on concurrent resource management used during execution..\nThis is a repeated field because a plugin can request multiple resource allocations during execution."
         },
         "plugin_identifier": {
           "type": "string",
diff --git a/gen/pb-go/flyteidl/service/flyteadmin/README.md b/gen/pb-go/flyteidl/service/flyteadmin/README.md
index 7f80890fb..1b1bad46d 100644
--- a/gen/pb-go/flyteidl/service/flyteadmin/README.md
+++ b/gen/pb-go/flyteidl/service/flyteadmin/README.md
@@ -256,10 +256,10 @@ Class | Method | HTTP request | Description
  - [CoreWorkflowNode](docs/CoreWorkflowNode.md)
  - [CoreWorkflowTemplate](docs/CoreWorkflowTemplate.md)
  - [DataLoadingConfigLiteralMapFormat](docs/DataLoadingConfigLiteralMapFormat.md)
+ - [EventExternalResourceInfo](docs/EventExternalResourceInfo.md)
  - [EventNodeExecutionEvent](docs/EventNodeExecutionEvent.md)
  - [EventParentNodeExecutionMetadata](docs/EventParentNodeExecutionMetadata.md)
  - [EventParentTaskExecutionMetadata](docs/EventParentTaskExecutionMetadata.md)
- - [EventResourceIdentifiers](docs/EventResourceIdentifiers.md)
  - [EventResourcePoolInfo](docs/EventResourcePoolInfo.md)
  - [EventTaskExecutionEvent](docs/EventTaskExecutionEvent.md)
  - [EventTaskExecutionMetadata](docs/EventTaskExecutionMetadata.md)
diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml
index 79e27a95a..cd1bde1c0 100644
--- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml
+++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml
@@ -6598,17 +6598,20 @@ definitions:
       duration: "duration"
       reason: "reason"
       metadata:
+        external_resources:
+        - external_ids:
+          - "external_ids"
+          - "external_ids"
+        - external_ids:
+          - "external_ids"
+          - "external_ids"
         instance_class: {}
         resource_pool_info:
         - allocation_token: "allocation_token"
           namespace: "namespace"
         - allocation_token: "allocation_token"
           namespace: "namespace"
-        resource_ids:
-          generated_name: "generated_name"
-          external_ids:
-          - "external_ids"
-          - "external_ids"
+        generated_name: "generated_name"
         plugin_identifier: "plugin_identifier"
       updated_at: "2000-01-23T04:56:07.000+00:00"
       custom_info:
@@ -6718,17 +6721,20 @@ definitions:
           duration: "duration"
           reason: "reason"
           metadata:
+            external_resources:
+            - external_ids:
+              - "external_ids"
+              - "external_ids"
+            - external_ids:
+              - "external_ids"
+              - "external_ids"
             instance_class: {}
             resource_pool_info:
             - allocation_token: "allocation_token"
               namespace: "namespace"
             - allocation_token: "allocation_token"
               namespace: "namespace"
-            resource_ids:
-              generated_name: "generated_name"
-              external_ids:
-              - "external_ids"
-              - "external_ids"
+            generated_name: "generated_name"
             plugin_identifier: "plugin_identifier"
           updated_at: "2000-01-23T04:56:07.000+00:00"
           custom_info:
@@ -6781,17 +6787,20 @@ definitions:
           duration: "duration"
           reason: "reason"
           metadata:
+            external_resources:
+            - external_ids:
+              - "external_ids"
+              - "external_ids"
+            - external_ids:
+              - "external_ids"
+              - "external_ids"
             instance_class: {}
             resource_pool_info:
             - allocation_token: "allocation_token"
               namespace: "namespace"
             - allocation_token: "allocation_token"
               namespace: "namespace"
-            resource_ids:
-              generated_name: "generated_name"
-              external_ids:
-              - "external_ids"
-              - "external_ids"
+            generated_name: "generated_name"
             plugin_identifier: "plugin_identifier"
           updated_at: "2000-01-23T04:56:07.000+00:00"
           custom_info:
@@ -25940,6 +25949,21 @@ definitions:
                   dimensionality: {}
                   format: "format"
                 simple: {}
+  eventExternalResourceInfo:
+    type: "object"
+    properties:
+      external_ids:
+        type: "array"
+        description: "Identifiers for external resources created by this task execution,\
+          \ for example Qubole query ID or presto query ids."
+        items:
+          type: "string"
+    description: "This message contains metadata about external resources produced\
+      \ or used by a specific task execution."
+    example:
+      external_ids:
+      - "external_ids"
+      - "external_ids"
   eventNodeExecutionEvent:
     type: "object"
     properties:
@@ -25999,25 +26023,6 @@ definitions:
     properties:
       id:
         $ref: "#/definitions/coreTaskExecutionIdentifier"
-  eventResourceIdentifiers:
-    type: "object"
-    properties:
-      generated_name:
-        type: "string"
-        description: "Unique, generated name for this task execution used by the backend."
-      external_ids:
-        type: "array"
-        description: "Identifiers for external resources created by this task execution,\
-          \ for exaple Qubole query ID or presto query ids."
-        items:
-          type: "string"
-    description: "This message contains various identifiers for resources used for\
-      \ a specific task execution."
-    example:
-      generated_name: "generated_name"
-      external_ids:
-      - "external_ids"
-      - "external_ids"
   eventResourcePoolInfo:
     type: "object"
     properties:
@@ -26106,14 +26111,20 @@ definitions:
   eventTaskExecutionMetadata:
     type: "object"
     properties:
-      resource_ids:
-        description: "Contains various identifiers for resources used during execution."
-        $ref: "#/definitions/eventResourceIdentifiers"
+      generated_name:
+        type: "string"
+        description: "Unique, generated name for this task execution used by the backend."
+      external_resources:
+        type: "array"
+        description: "Additional data on external resources on other back-ends or\
+          \ platforms (e.g. Hive, Qubole, etc) launched by this task execution."
+        items:
+          $ref: "#/definitions/eventExternalResourceInfo"
       resource_pool_info:
         type: "array"
-        description: "Includes information about resource token allocation (if applicable).\n\
-          This is a repeated field because a plugin can request multiple resource\
-          \ allocations during execution."
+        description: "Includes additional data on concurrent resource management used\
+          \ during execution..\nThis is a repeated field because a plugin can request\
+          \ multiple resource allocations during execution."
         items:
           $ref: "#/definitions/eventResourcePoolInfo"
       plugin_identifier:
@@ -26124,17 +26135,20 @@ definitions:
     description: "Holds metadata around how a task was executed.\nTODO(katrogan):\
       \ Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)."
     example:
+      external_resources:
+      - external_ids:
+        - "external_ids"
+        - "external_ids"
+      - external_ids:
+        - "external_ids"
+        - "external_ids"
       instance_class: {}
       resource_pool_info:
       - allocation_token: "allocation_token"
         namespace: "namespace"
       - allocation_token: "allocation_token"
         namespace: "namespace"
-      resource_ids:
-        generated_name: "generated_name"
-        external_ids:
-        - "external_ids"
-        - "external_ids"
+      generated_name: "generated_name"
       plugin_identifier: "plugin_identifier"
   eventWorkflowExecutionEvent:
     type: "object"
@@ -26276,17 +26290,20 @@ definitions:
         duration: "duration"
         reason: "reason"
         metadata:
+          external_resources:
+          - external_ids:
+            - "external_ids"
+            - "external_ids"
+          - external_ids:
+            - "external_ids"
+            - "external_ids"
           instance_class: {}
           resource_pool_info:
           - allocation_token: "allocation_token"
             namespace: "namespace"
           - allocation_token: "allocation_token"
             namespace: "namespace"
-          resource_ids:
-            generated_name: "generated_name"
-            external_ids:
-            - "external_ids"
-            - "external_ids"
+          generated_name: "generated_name"
           plugin_identifier: "plugin_identifier"
         updated_at: "2000-01-23T04:56:07.000+00:00"
         custom_info:
diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_identifiers.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_identifiers.go
deleted file mode 100644
index 6ae91eaa5..000000000
--- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_resource_identifiers.go
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * flyteidl/service/admin.proto
- *
- * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
- *
- * API version: version not set
- * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
- */
-
-package flyteadmin
-
-// This message contains various identifiers for resources used for a specific task execution.
-type EventResourceIdentifiers struct {
-	// Unique, generated name for this task execution used by the backend.
-	GeneratedName string `json:"generated_name,omitempty"`
-	// Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
-	ExternalIds []string `json:"external_ids,omitempty"`
-}
diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go
index 5e659310b..fb64278f8 100644
--- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go
+++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go
@@ -11,9 +11,11 @@ package flyteadmin
 
 // Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).
 type EventTaskExecutionMetadata struct {
-	// Contains various identifiers for resources used during execution.
-	ResourceIds *EventResourceIdentifiers `json:"resource_ids,omitempty"`
-	// Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution.
+	// Unique, generated name for this task execution used by the backend.
+	GeneratedName string `json:"generated_name,omitempty"`
+	// Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+	ExternalResources []EventExternalResourceInfo `json:"external_resources,omitempty"`
+	// Includes additional data on concurrent resource management used during execution.. This is a repeated field because a plugin can request multiple resource allocations during execution.
 	ResourcePoolInfo []EventResourcePoolInfo `json:"resource_pool_info,omitempty"`
 	// The identifier of the plugin used to execute this task.
 	PluginIdentifier string `json:"plugin_identifier,omitempty"`
diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go
index f3895a30d..89572d4f5 100644
--- a/gen/pb-go/flyteidl/service/openapi.go
+++ b/gen/pb-go/flyteidl/service/openapi.go
@@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} {
 	return nil
 }
 
-var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xe9\x6d\x1b\x49\xc2\xf7\xfc\x8a\xc6\x5e\x62\x03\xb4\x0c\xcc\x60\x2e\xb9\x19\x71\x82\x71\x10\x24\xde\x38\x99\x5d\x60\x38\x90\x5b\x64\x4b\xe2\x86\x6a\x6a\x9b\x64\x1c\x2f\xb0\xff\x7d\xd1\x55\xd5\x2f\xaa\x49\x91\x92\xe2\x99\xcd\xcc\x21\x70\x20\x89\xec\x77\x75\x3d\xbe\xfa\xca\x0c\xd2\x40\xd7\x69\xda\x9e\x5b\x6a\x02\xfa\xe0\x1a\xae\xed\x25\x86\x86\x3b\x64\x95\x00\xe9\x00\xe0\x59\xa2\x75\x0f\xe5\x06\x95\x71\x99\xca\x7f\xe9\xe9\x31\x05\x85\x68\x59\xab\x25\x1e\x62\x43\xee\xc9\xce\xee\xf1\xa5\x67\x3f\x9d\xdf\x9f\x63\xb9\xb6\xb6\x06\x3a\x98\x24\xbc\x42\x6c\xa6\x52\x5b\x96\x00\x7b\x34\x23\x58\xaa\x6a\x83\xac\x2d\xb6\x89\xc1\xd2\x03\x64\xe5\x9c\xba\xd0\xb6\xf3\xbc\x5e\xb1\x8c\x37\xd9\xfa\xc2\x68\x73\x7e\x91\xa5\xa2\x76\x65\xdc\xb5\xe6\xa8\x75\xad\x78\xb2\x8e\xb6\xc0\xd4\xc6\xd2\x2d\x06\xfb\x45\x0f\x01\xe2\x26\x1f\x83\x5d\xe9\x93\x9a\xe2\xe6\x74\x4c\x87\x4e\xd3\xb3\x3f\x37\x5c\x0f\xce\x5d\x4a\x2e\x62\xc9\x37\x22\x67\x29\xe6\x46\xa7\x7f\x33\xcb\x9f\xca\xed\x62\x56\x3e\x2e\x9b\x19\xe4\x1d\xcc\xf4\xb4\xcc\x20\x21\x7a\xcf\x4d\x37\xcf\x77\x4d\xa5\x3d\xd3\xdd\x6b\x6c\xc5\xf5\x1d\x3b\x3b\xb6\xa5\xf1\x4a\x0b\xba\x78\xec\xfc\xdc\x85\x31\xa0\x30\xd9\x0b\xca\xd2\x50\x11\x1d\xad\xe4\x7a\x8a\x95\x3b\x9f\x58\xcf\x80\xd5\x0d\x6f\x8a\x0c\x89\x8d\x24\x2f\x1f\x81\x71\x25\x49\x65\x5e\x28\x34\xad\x79\xf6\x98\x95\x45\x46\x05\x71\x42\x5d\x48\x7c\x11\xb2\x09\x70\xe6\xc0\x93\xf4\x54\xea\x50\x1f\xc2\x3d\x3e\xfb\x9f\x7a\x54\x21\x5b\xbc\x2c\xf4\x9a\x75\xb7\x09\x71\xaf\xaa\x43\x0b\x51\x60\x0a\x9e\xb1\x67\x2b\x55\xac\x0a\xc9\x9b\x4a\xb1\xb3\x5b\x93\xb7\x72\x6e\x73\x2d\x61\x16\xe3\xdd\xe8\xf8\xeb\xa6\x4c\x11\xfa\xfa\xe2\x97\x2d\xc4\x27\x45\x3e\xdf\x05\x16\x4f\xe5\xf9\xdb\x1b\x7f\xd7\xbf\xaa\x1b\xbe\xd9\xfa\x3c\x5f\x96\x7d\x86\x66\xa6\xc4\x49\x60\xa6\x63\x60\xd6\x15\xb5\x43\x30\xa5\x92\x9c\x21\xb8\x6e\x95\x8a\x10\xd8\x76\x47\x09\x82\x63\x7e\x20\x6c\x9b\xea\xc2\xed\x7f\x7a\xd0\x61\xfc\xe1\xad\xf1\x11\xb9\x8b\x20\x90\xac\x30\x50\x21\x33\x38\xa7\x00\x4f\x5d\x07\x08\xd9\x54\x3a\x74\xea\xcb\xb2\x6a\x73\x46\xee\x72\x72\x3e\xab\x19\x2b\xc4\x2c\x61\xf5\x8f\x2f\x2e\x2f\x67\xb3\x9e\x99\x98\x4a\x28\x61\xcf\x37\x3c\x17\xdf\xe1\xf0\x5d\x14\xfd\xbd\xe7\x68\x05\xe5\xd0\xe6\xd3\x2c\x0f\x43\xc7\x01\xbb\xc5\xb7\xcc\x43\x6c\x63\xb7\x49\x5b\x22\xee\x98\xe6\x0c\x48\x72\xb8\xa9\x2d\x57\x42\x36\x73\x68\x71\x5a\x63\xd0\xc8\x2d\x3c\x1e\x64\xb5\x8c\xb2\xb0\x7e\xfd\x58\xa1\xe1\x6c\xa0\xad\xbf\x79\xc5\x1c\x89\xda\x8b\xd7\x9f\xd9\x59\x01\x71\x2c\xcf\xc9\xb8\xaf\x7a\x1d\x0d\xe8\x80\xd9\xf3\x06\x14\x08\xa6\x51\x03\x72\xbd\xc7\x2c\x6f\x5b\xa9\xd0\xa2\xfb\xb4\xa0\x30\x9f\x39\x0f\x30\x22\x37\x9d\xbb\x9b\xf1\x86\xaa\xe7\xff\x47\xa8\xca\xa5\x2c\x12\x5d\xb0\xf7\xe2\x01\x98\xf7\xe3\xfc\x70\xda\x07\xe4\xb5\x42\x96\x07\x3f\x95\x1d\x3e\x21\xf4\x30\x5e\xd3\x8b\x47\x03\xf7\xee\x67\x0c\x9d\x1f\x40\xa8\x6e\xbb\xe2\x2e\x4d\x5f\x7a\x1a\x4b\xc2\x8a\x62\x73\x40\x2f\x41\x09\xd0\x0a\x5d\x51\xb3\x0d\xdf\x52\xcc\x98\x0a\x4d\x77\xbd\x22\x33\x18\xc4\xaf\xff\xfc\x6d\xd6\x47\x6b\x03\x5d\x3f\xb8\x6c\xce\x6b\x53\x43\x4c\x09\x9e\x3b\x5a\x76\x9f\x75\x7d\x1f\x65\xcd\xde\x0d\x79\x84\x26\x73\xcc\xba\xec\xea\x2a\x96\xdc\xc0\x6d\xf1\x22\xf7\x39\x09\xed\x06\xa7\xe5\xb1\xac\xdc\xd5\x92\x81\x0e\xdc\xa3\x2d\xcd\xa8\x9f\x91\x16\x26\xcc\x5e\x5c\x3e\x3d\x91\x1e\xd8\x97\xc8\x39\xa6\xfb\x26\x5f\xcc\x3d\x76\x54\xa8\xc4\xaa\x27\x93\xb7\x75\x57\x51\x80\x1d\x90\x78\x88\x6d\x6f\x73\x1b\x3c\xab\x33\xc7\x4c\x8d\x68\xbd\x82\xc4\xc5\xd0\x77\xf3\x7f\x6d\x84\x92\xbc\xfc\x5d\x0b\x0c\x7b\xb3\x6d\x89\xcc\x74\xa7\x3c\x5a\xc7\x4c\x09\x18\x36\x0c\x6a\x67\xc0\x09\x3d\xc6\xb7\xa5\x60\x7f\x6f\x17\x55\x29\xd8\xbf\x5b\xa1\x1e\xd9\xcd\x35\xab\x14\x50\x91\x34\x15\x7d\x54\xe4\x93\xb8\xca\x51\xba\x11\x4c\xcf\x56\x74\x37\x80\xc1\xa2\xd3\x75\xd7\x63\x58\x03\x2a\xc0\x6b\x33\xdc\x82\x5e\xc7\xcc\x27\xb3\x01\x6f\xab\xaa\xbc\x91\xcb\xea\x98\xdd\xc7\x4b\xc3\x5b\x33\x07\x9a\x80\xa3\xf7\x9f\x03\x63\xdc\x5c\x5b\x37\x9e\x4d\xcd\x85\x75\xf1\x48\x7a\x20\xc6\x44\x5d\x80\xc8\x0e\x16\x15\xea\x47\x5e\xd4\xdb\x88\x27\x77\x22\x82\x04\xde\x81\x21\x20\xcb\x58\xba\x7b\x3e\x1c\xea\x95\xbb\x3e\x42\xfa\x52\xa7\x87\x93\x36\x07\x26\xf5\x77\x9a\xb2\x4e\x6d\x3f\xcd\xd1\xce\xa3\xd7\xb6\x99\x4f\xa4\x12\xd2\x3b\x8d\x34\x98\x54\x7a\xda\x0a\x6e\x28\x03\xd1\xb1\xb3\x16\xdb\x4a\x81\x1c\x3c\xda\x12\x3f\x26\x97\x7d\xf0\xec\x5f\xfb\x94\x11\xe0\x60\xce\xaa\xcd\x42\x5b\xc3\x48\xf5\x44\x11\x1e\x50\xb3\xae\x4c\x5e\xa3\x4d\xca\x32\xea\x12\x96\x7d\xe8\x8a\x41\x03\x8f\xf1\xb3\xae\xfc\x3b\x33\x0a\x0c\xe8\xd1\x6d\x4f\x9b\x76\x1f\xbf\xe8\xaf\xba\x23\x00\xf6\xea\x07\xfe\x58\x03\xbf\x86\xd0\xd7\xf2\xd2\x95\x7b\xf1\x05\xa0\x75\x14\xd8\x34\x34\x22\xab\x6a\x89\x76\x87\xc6\x52\x50\xc5\xaf\xd2\x30\x89\xb8\x7c\x95\xe7\x75\x7c\x72\xbe\x35\x47\x40\x7c\x2e\xe0\xfd\x36\x93\x95\xc8\x65\x83\x0b\x2f\x41\xd3\xf6\x07\x87\xc4\x17\x59\x25\x6d\xf6\xeb\x49\x3c\x26\x11\xfe\x80\x78\x77\xe1\xbb\x1d\x56\xda\x7d\xee\x9b\x23\xbd\x48\x9e\x9e\xa6\xaa\x8c\x58\x76\x1b\x06\xb4\x5b\x28\x8e\x75\xdb\x09\xdb\xf0\x42\xd2\x31\x68\x94\x16\x90\xb9\x58\xb4\xab\x55\xaf\x73\xa3\xac\x56\xdf\x34\xd2\x62\xb2\xed\x7b\x15\x04\x3b\xc2\x72\x28\x83\x7c\xcf\x0e\xfd\x8e\xbc\x58\x83\x19\x57\xa7\xf0\x43\xdd\x98\x96\xd0\x9b\xbe\x2c\x4a\xf1\x34\xae\xa7\x13\xf9\xd1\x6e\xc6\xf8\xd1\x4c\x38\x06\x20\xa1\x38\x0e\xeb\x30\xff\x13\x39\xd8\x30\x4d\x66\x5e\x84\xea\xe5\x40\x97\x0e\x4c\x3d\xb3\xc9\xb2\x70\x58\x89\xb7\xa9\x16\x32\xaf\xc1\x28\x39\x7d\x2e\x1a\xc8\xf6\xe3\xb3\xc6\xf6\xb0\xa8\xdf\x55\x1b\xc1\xa0\xa9\x1a\xf9\x4f\x18\x61\x5a\x13\x08\xdf\xea\x01\x3a\xaa\x3c\x38\xf0\x14\x9f\xcc\xd6\x5c\xae\x44\xee\x54\xc2\x33\x29\x1e\x98\x96\xb5\x89\x1f\xcf\xf2\x96\x27\x61\xa2\xc9\xce\xb5\x6e\x13\xc0\x5f\x94\xc8\x2a\x95\x03\x01\xc1\x8a\xab\x1c\x40\x57\xb4\xe1\x4b\x9e\x7d\x86\x52\x4d\x70\x1d\x61\x8b\x14\x73\x33\x39\xfa\x18\x07\x76\x6f\x2b\x64\x86\x24\x98\xb6\x7a\xb2\xe9\x1f\x3e\x5e\x33\x9e\xa9\xaa\xa6\x5a\xae\x54\xa1\x87\x4a\xc3\x78\xd5\x31\xa0\xc5\x5e\x1f\x19\xaf\x8f\xe2\x1c\xb8\x92\x0e\x42\x21\xbe\x6e\x4b\x2e\xc3\x1d\x8f\xc3\x6d\x14\x07\xa6\xd6\x5e\x7d\xce\xa6\x16\x3e\x69\x42\xb2\x4f\xa6\xe8\x8e\x15\xea\x76\x4a\xf0\xfc\xd1\x4f\xc0\x2a\x24\x31\xa4\xf1\x7c\x53\x48\xbd\xf4\xfa\x76\xc1\x6a\x29\x24\xbd\x72\xac\xb9\x5d\x62\xe4\x19\x08\x70\xb4\xdc\x0a\x6e\xc4\x9a\x49\xa1\x15\x02\xae\x8a\xf2\x11\x74\xc0\xad\x12\x17\x5e\x3b\xde\xf9\x26\xe8\x5b\x51\xa7\x12\xfb\x0e\xc6\xeb\xb2\x2d\x51\x53\x04\x5b\xca\x0e\x80\xce\xe1\xa7\x9b\x44\x5f\x12\x0d\xd1\x4e\x78\x0d\xc3\x9e\x3d\x09\x8c\x68\xd7\x8a\x19\xe5\x19\x76\x89\x81\x0a\x30\x0e\xeb\xea\xc1\x60\x1d\x1f\xb8\x0b\x65\x4f\x31\xf3\x6e\x49\x76\x19\x13\xce\x0b\x7c\xc3\x85\x1e\x50\xb5\xbf\xae\x14\x51\x43\x80\x70\xb8\x25\x46\xf8\x9f\x8b\x2f\x22\x61\x77\x5b\xae\x3e\x27\xec\xfa\x51\xf2\x4d\x91\xbd\xa9\x16\x7b\x2d\xb7\x53\xb8\xcf\x8c\xbd\x19\xf3\xf2\x0c\xcc\x7d\xcc\x1b\x36\x28\xfc\x27\x7a\x47\xf2\x56\x21\xcb\xff\xb0\x15\x66\x7b\xbf\xad\xaa\x32\x7a\x6d\x9d\x4a\x37\x8d\xbb\x60\x46\xbb\xb1\x10\xf1\x15\x63\xec\x75\x75\x8f\x80\xaf\xd1\x33\xfb\x21\xe0\x62\x11\xe3\xe7\x33\xe7\xaf\xe5\x5a\x95\x44\xaf\x17\x8a\xec\x85\xc8\x38\xa4\xa1\x9a\xbb\x14\x6b\xb0\x60\xed\x66\x7b\xe3\x44\x7c\x0b\xf5\xd8\x99\xc6\xf7\xce\x8b\x58\x56\x12\x9b\x28\x27\x3f\xae\xa3\x1e\x6b\xec\xb9\x71\x76\x18\x58\xd0\xbe\xac\x63\x83\x82\x9e\x67\x25\xaf\x47\x6e\xe1\xe8\x29\xba\xa1\x17\xbd\x84\xf7\x8c\x97\x00\x3f\x83\x6f\x67\x33\x52\xb4\xa4\xf2\xe3\xfb\xeb\xf7\x67\x9f\x79\xa3\xaa\x15\x97\xe7\x2f\xd8\x2b\x7d\x49\x10\x57\x31\xe2\x02\x97\x4a\x08\x40\x5d\x50\x42\xcf\xd9\xba\x69\xb6\xf5\x8b\xcb\xcb\x55\xd1\xac\xdb\xc5\x2c\xab\x36\x18\x5f\xac\xd4\x0a\xff\x73\x59\xd4\x75\x2b\xea\xcb\x1f\x7f\xf8\xe9\x3c\x26\x36\x76\xb2\x79\x8e\x76\xfa\x1c\xe6\xf3\x18\xca\x72\x8b\xab\xb2\xff\xd8\xc9\xd4\x60\x7d\x41\xa2\xff\x4f\xe0\x45\x4f\xa2\xd5\xf7\x6e\xb6\xee\x81\xef\xfe\x85\xa1\x38\xa9\x89\xf7\xcc\xff\x6b\x24\x83\x81\x28\x80\x3a\x19\x78\x23\xff\x50\xb8\xac\x68\xbc\xa1\x93\xd8\x18\x98\x1b\xa3\xfc\xb7\xa7\xf0\x8d\xdc\x72\xa8\x58\x6f\x58\x80\xd1\x97\xdf\x54\x4a\x10\x2f\x25\x3a\x4c\x16\x65\xb5\x00\x32\x43\xfd\x4d\x5f\xb0\x2d\x2b\xab\x7a\x74\x02\xdd\xee\x82\xbd\xa4\xc7\x87\x55\xb0\xcd\x16\x80\x9a\x4a\xd4\x90\xb1\xb3\xeb\x91\xdc\x41\xb8\x9d\x44\x59\xdf\xed\xae\xbe\x72\xaf\x77\x94\xf5\x5d\xfe\x0e\xbd\xa5\x01\x94\xf1\x6a\x60\x4f\xf7\xdd\xcb\xaf\x7c\xa8\x23\x87\xda\x0c\x0d\x14\x2b\xa3\xc8\x5b\x21\x57\xa5\xe8\x8c\xd7\xb0\xc5\xa6\xf2\x0a\xbf\xf1\x0b\x4c\x3a\x56\x28\x8b\x7b\x20\x62\x40\x0b\x9a\x44\xec\x23\xbb\x32\xb9\x4c\x90\x33\xc3\xc9\x25\x6d\xf5\x30\x30\x01\x12\x53\xb1\x52\x09\x26\x21\xe2\x94\xca\xba\x5d\x5c\xb8\xcc\x96\x4a\x81\x74\x85\xc4\xa7\x2d\x57\xc0\xba\xba\x2e\xca\xfc\x22\x92\xbd\x88\x76\xbc\xe3\x9b\x31\xc9\xcf\xbc\x2c\x61\xc5\x51\x5b\x44\x60\xb5\x1d\xbb\x7d\x8f\x36\x16\x05\xcf\xd6\x16\xd4\x8b\xe1\x91\x8e\x26\x11\xc8\x8b\x40\x85\xfa\xbd\xe3\xf7\x23\xe2\x93\x3d\xa4\x6f\xdf\xbf\x9c\x08\xe6\x6c\x8c\x9c\xf8\x18\xc6\x99\xcc\xa9\xe1\xd2\x4a\x8e\xbe\xa9\xaa\xe7\x18\x24\x7a\x82\xcc\x4f\x17\xba\xad\xb7\xfc\x41\x52\x3e\xc9\xa4\xe8\xfd\x38\xf9\x10\x67\x93\xd6\xf2\x61\x27\x70\xec\x97\xa2\x45\xab\xa4\x29\x2c\x85\x5e\xe2\x71\x85\xf2\xb2\xf4\x49\x60\x9c\x83\x2f\x95\xce\x8c\xa8\xd9\x83\x28\x4b\xfd\x37\xeb\x0a\x6e\xb2\x13\x72\xc0\x64\x8b\xc4\x24\x3f\x50\xe2\x30\xb9\xe1\x2e\x16\x1c\xaa\xe2\xf7\xd5\x16\xde\x39\xcd\x01\x40\xf1\x88\x03\x9d\xf1\x6c\x2d\xe6\xba\x6b\xed\x04\x84\x3c\x15\xca\x7d\xa9\x1f\xbe\xc3\x67\x07\x2f\x33\xbe\x6d\x5a\x45\x10\x3f\x6c\x0b\xf0\x4b\x3c\x83\x44\x4f\x1b\x0c\xdc\x77\xbc\x33\x6c\x76\x1e\x29\x52\xb5\xb7\xaf\x71\x97\x93\x57\xb4\x09\x0e\xb3\x81\xdf\x67\x5c\x29\x83\x49\xa4\x56\x19\x57\x4d\xb1\xe4\x59\xe0\x25\x1a\x45\xfd\x10\xdc\x90\xf8\xc6\x1a\x82\x17\xae\x14\xab\x11\xe5\x9c\x59\x8a\xce\xfe\xf5\x8f\xe2\x61\x4f\x61\x1d\xde\x9c\xc8\x38\x9c\x3c\x29\x9c\x05\xd9\xb7\xd1\xa1\x7b\x95\xf9\x8e\x18\xeb\x81\x28\xf1\x69\xe4\x4c\x5e\xb9\xbc\xf1\x12\x6e\x87\x13\x91\x4a\xc5\x41\xcc\x20\xa7\x14\xc6\xa6\x9b\x73\x03\x53\x88\x68\xd2\x2f\x22\x77\xf9\x48\x5e\x52\xba\xbe\xa2\xf8\x4a\xb0\x8d\xc8\x8b\xb6\xcb\xfd\x35\x8c\x7c\xfe\x4b\xb0\xfc\x81\x04\x4b\xff\xba\x7d\x33\x81\x70\x32\x77\xd1\x18\x89\xf0\xba\x52\x2e\x13\xea\x1d\x18\xf9\x0f\x02\xcb\xbc\x34\x15\x86\xe3\xe2\x94\xe2\x5e\xa6\x37\x6f\x9e\xd7\x16\xf2\x1e\xee\x74\x13\xfc\x7c\x5b\xd4\xcd\x2f\xbc\x6c\x8f\x4a\xef\x06\x0c\xee\x37\x83\x56\x98\xae\x62\x37\xbd\x27\x06\xdd\xd6\x1f\x42\x2f\xb3\x16\x0e\x18\x9d\x80\x34\x30\x43\x9a\xa6\xfb\x3d\x45\xf1\xba\xb7\xf3\x75\x8f\x17\xd4\x83\xe2\xdb\xad\x50\xc6\x75\xba\xe3\xdd\x06\x06\x32\x68\x25\x95\x68\xe8\xbc\xb9\x7b\xff\xce\x69\x5c\xce\xff\xd1\x79\x35\xfc\x0c\xa6\x6e\x16\x5f\xb9\x77\x6d\x59\xf6\xae\xdc\x88\x5a\x39\x9f\xde\xbe\x9d\xff\x72\xf5\xf6\xd3\xab\x41\xf2\x20\xef\x67\xbd\x73\x62\x7b\x42\x73\x82\xea\x67\x03\x2a\x67\xbb\x11\xca\xa0\x10\xdd\xa8\xf1\x96\x6f\xcb\x32\x24\x91\x4a\xe5\x3d\xbd\x07\x22\x76\xad\x44\xf3\x30\x95\x6c\x70\xe2\xc2\xf6\xe1\x67\xf7\xfa\xe5\xf7\xf8\xec\x05\x73\x83\x78\xc1\xde\xd9\x56\x7b\xe6\x95\xe0\x00\x47\x1c\x07\x74\x7d\xf7\x1d\x87\x53\xd3\xe4\x1d\x76\x3c\x3e\x49\x53\xd7\x95\xd8\xed\x4e\x72\x3a\x70\xee\xee\x43\xd7\x83\x15\xf7\x39\xde\xcf\xf0\xde\x04\xc9\xcd\xb0\xde\xa9\xe5\xff\x4a\x25\xd5\xba\xe2\x90\x35\xd2\xdb\x27\x76\x23\x31\x79\xb9\xe4\x72\xd5\xf2\x95\xa8\x13\x66\x1a\x4f\xe5\xa6\x58\xad\x21\x1b\x9c\xe8\xe9\x11\x60\xcd\x99\xe4\x4d\xf1\x45\x74\xb6\x10\x46\x36\xc5\x57\xbe\xd9\x02\x38\x48\xa6\x92\xc6\x24\x57\xee\xf5\x18\xf4\x7c\x73\x67\x87\xa3\x77\x9a\x7d\x11\xf1\xb3\xc9\x54\xe2\xe2\x22\xe9\x8c\xb1\xc9\xc0\x71\x0b\x85\x39\x83\xad\xcb\x95\x30\x94\x90\x20\xd3\x57\x60\x1d\xa6\xd2\x22\xec\x60\x61\x03\x8a\x7d\x84\x42\x60\x97\xf6\xcb\x13\xb3\x18\xe6\x4c\x50\xdf\xe2\xbb\xfe\xe8\x3b\x40\x1f\xb8\xf9\x97\xce\x5b\x46\x6c\x5b\x27\xc6\xf6\x48\x73\xb7\xa1\x64\xf7\x08\xb3\x2e\xec\x1a\x60\x95\xf1\xde\x98\x71\xe1\x6f\x7a\x83\x0d\x55\xbb\x28\x27\x74\x09\x7f\x3f\xd8\x29\x14\xc9\xc3\x9d\x1a\xe1\x90\xf9\xd0\x39\x5a\x7a\x9b\x0e\x35\xbb\xa8\xaa\x9e\x75\x39\xa1\x6b\x23\xe8\x14\x3d\xb0\x6f\x32\xda\xac\x39\x64\xbf\x8c\x40\x6b\x75\xa7\xc8\x48\x9f\xa1\x0e\x95\x45\x7d\x50\x77\x9c\xfe\x34\xba\x47\x56\x43\xa0\xcb\x6e\x92\x84\xa5\x7b\x2e\x10\xb0\x3d\x62\x92\x0c\x6a\x72\xa7\x8a\x02\xc5\x8b\x84\x62\x56\x9c\xa0\xc7\x89\xdd\x44\x89\x5b\xb9\x04\x3a\x99\xb5\xaa\xd6\xe2\x92\xe4\x1d\x49\x6d\x6d\x9e\xa6\xd2\x30\x84\x18\x71\x7c\xc5\x4c\x00\xd3\x7e\x8a\x08\xb8\x2d\xe6\xd7\x83\xc6\xda\xb0\x4a\x0a\x23\x0d\x53\x09\x34\xac\x12\x5c\x3f\x8b\x1a\x08\x92\x88\x6c\x94\xbe\xf0\x8a\x99\x70\x89\x95\xaf\xf6\xcb\xbc\x8e\x1a\x10\xdc\xf3\xcf\xf4\xbf\xff\x3e\xfb\x5f\x00\x00\x00\xff\xff\x74\xa6\x1e\xd2\x93\x8e\x03\x00")
+var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xdb\x6d\x1b\x49\xda\xf7\x79\x8a\xc6\x7f\x13\x1b\xa0\x65\x60\x06\x73\x93\x3b\x23\x4e\x30\x0e\x82\xc4\x7f\x9c\xcc\x2e\x30\x1c\xc8\x2d\xb2\x25\x73\x43\x75\x6b\x9b\x64\x3c\x5e\x60\xdf\x7d\xd1\x55\xd5\x27\xb2\x29\x51\x87\x64\x66\xb3\x73\x11\x38\x90\x44\xf6\xb9\xba\x4e\xdf\x57\x76\x90\x36\x75\x9d\xa6\xed\xb9\xa3\x26\xa0\x0f\xae\xe1\xda\x5e\x62\x68\xb8\x47\x56\x09\x29\x1d\x90\x78\x96\x19\xdd\x43\xfb\x41\x15\x5c\xe6\xf2\x1f\x66\x7a\x6c\x41\x21\x5a\x56\xb5\xc4\x43\x6c\xc9\x3d\xd9\xd9\x3d\xbe\xf4\xec\xa7\xf3\xfb\x73\x2c\xd7\xd6\x35\x40\x07\x93\xc5\x57\x88\x43\x2a\x75\x75\x0d\x69\x8f\x76\x04\x4b\xad\xd6\xc8\xda\xe2\x9a\xd8\x5a\x7a\x80\xac\x9c\x53\x17\xda\xf6\x9e\xd7\x2b\x56\xf0\xb6\x78\xb8\xb0\xda\x5c\x58\x64\xa9\x6a\x7c\x19\x77\xa3\x39\x1a\x5d\x2b\x0d\xd6\x31\x16\x98\x5e\x3b\xba\xc5\x68\xbf\x98\x21\x40\xdc\xe4\x63\xb4\x2b\x43\x52\x53\xdc\x9c\x9e\xe9\xd0\x6b\x7a\xee\xe7\x96\xeb\xc1\xbb\x4b\xc9\x45\x2c\xf9\x5a\x94\x2c\x47\x6c\x74\xfe\x7f\x76\xf9\x73\xb9\x59\xcc\xea\xa7\x65\x3b\x03\xdc\xc1\xcc\x4c\xcb\x0c\x00\xd1\x3b\x6e\xba\x79\x39\x34\x95\x76\x4c\xf7\xa8\xb1\x95\xd6\x77\xdc\xec\xb8\x96\xa6\x2b\x2d\xe8\xe2\x71\xf3\x73\x17\xc7\x80\x62\xb0\x17\x94\xa5\xa1\x22\x3a\x46\xc9\x0d\x14\x2b\x7f\x3e\xb1\x9e\x01\x6b\x5a\xde\x56\x05\x12\x1b\x49\x5e\x3f\x01\xe3\x4a\x96\xcb\xb2\xd2\x68\x5a\xf3\xe2\xa9\xa8\xab\x82\x0a\xe2\xc4\xba\x90\xf8\x22\x64\xfb\xea\xf7\x56\x68\xc9\x6b\x9b\x79\x7b\x23\x97\xea\x18\x85\x48\xd0\xfb\xfe\xd0\x0a\x68\x5e\xd3\x6a\x1c\xd3\x82\xe9\x54\xc0\x3b\x53\x68\xac\x2c\x0b\x36\xb9\xcd\x30\x70\x07\x24\xa3\xc7\x38\x40\x10\xfe\xbf\x5b\xa8\x5a\xb0\x7f\x76\x42\x3f\xb1\x9b\x6b\xa6\x34\x80\x25\x5b\x45\x1f\x55\xe5\x5e\x6c\x8a\x58\x05\x92\x02\x89\xae\xe6\x64\x4f\x9b\x4a\x74\xd9\xf1\xc7\x2a\xed\xaa\x0a\x06\xae\xd2\x78\x04\xa9\xb5\x8e\x30\x05\xc0\x89\xf5\xad\x54\xdf\x31\x34\x43\xfa\xa4\x7d\x1a\x51\x7b\x5d\xa1\xba\xd8\x43\xda\x17\x09\x34\x4f\xfa\xd0\xa2\x23\x08\xb7\xb4\xbe\x0b\xa5\xab\x55\x25\x79\xab\x34\x3b\xbb\xb5\x18\xa5\x73\x87\xab\x85\x59\x4c\x77\xa3\xe7\x9b\xdd\x67\x8a\xd0\xaf\x9b\x56\xac\x20\x16\x2d\xca\xf9\x30\x89\x7c\x5f\x4e\xc7\x9d\xb9\x16\xe6\x57\x4d\xcb\xd7\x9b\x90\xd3\xcd\x31\x0d\xd1\xcc\xd4\x38\x09\xcc\x76\x0c\x4c\xf8\xaa\xf1\xd9\x6a\xb9\x24\xc7\x17\xae\x9b\xd2\x09\xb2\xe2\xfe\x28\xe1\x92\x98\x1f\x98\xa2\x4f\x35\x00\x77\x3f\xbd\x35\x38\xf0\xe1\xad\xf5\x07\xfa\x4b\x3f\xba\x45\x61\xa0\x42\x16\x20\x93\x21\x15\xf9\x21\xca\x86\xce\xa5\xcf\x44\x7e\x59\xab\xae\x64\x14\x1a\xa1\x40\x83\x9e\xb1\x4a\xcc\x32\xd6\xfc\xf8\xe2\xf2\x72\x36\x1b\x99\x89\x7d\xc9\x43\xdc\xf9\x86\xe7\xd2\x3b\x1c\xbe\x4b\x66\xfa\xef\x38\x5a\x51\xe9\xbb\xf9\x7e\x56\xa6\xa5\x5e\x81\xdd\x12\x7a\x61\xe2\x3c\xd6\x7e\x93\xae\x1c\xe0\x31\xcd\xd9\x84\xd8\xed\x4d\x6d\xb8\x16\xb2\x9d\x43\x8b\xfb\x35\x06\x8d\xdc\xc2\xe3\x11\x82\x69\x92\x35\xfd\xeb\x47\x85\x4e\x12\x9b\xc6\xfc\x5b\x50\xb8\x93\x68\xdc\x8c\x6c\x3f\xab\x20\x66\x19\x38\x94\x77\x55\x2a\xa4\x01\x1d\x30\x7b\xc1\x80\x22\xc1\x34\x69\x40\xbe\xf7\x88\xe8\x77\x55\x29\x5d\x26\xa7\x11\x14\xf6\x33\x7f\x65\x61\x96\xae\x0f\x6d\x30\xde\x32\x2c\xe1\xfb\x2f\xa1\x95\x87\xa7\x12\x35\x74\xf0\xe2\x2d\x29\xfd\x4f\xf3\xc3\x29\x3e\x90\xc3\x0c\x19\x3d\x42\xda\x02\xf8\x84\x32\xc5\x51\x25\x5b\x3c\xd9\xd4\xfe\x71\x76\xd8\xf9\x01\xe4\xf9\xae\x2b\xfe\xd2\x0c\xa5\xa7\xb5\x1a\x9d\x28\xb6\x07\xf4\x12\x14\x3e\xa3\xbc\x1b\x5d\x83\x6f\x28\x3f\x80\x8a\x8a\xf7\x3d\x60\x33\x18\xc4\xaf\x7f\xff\x6d\x36\x46\x61\x04\x5d\x3f\xb8\x44\xd2\x6b\x5b\x2f\x4e\x0b\x5e\x7a\x0a\xfe\x90\x61\x7f\x17\x3d\xd1\xce\x0d\x79\x84\x26\x73\xcc\xba\x0c\x75\x15\x47\x64\xe1\xb7\x78\x55\x86\xfc\x93\x6e\x83\xd3\xf2\x38\x06\x76\xb5\x64\x60\xef\x8c\x68\x4b\x33\xea\x67\xa2\x85\x3d\x66\x2f\x2d\x9f\xbe\x91\x1e\x38\x06\xda\x9d\xd2\x7d\x6b\xa1\xdc\x2a\x55\x1f\x6b\xa5\xf0\xda\x52\xc4\xcc\x01\x91\x7f\x8c\x9e\x80\x1b\xc0\xe5\x3d\xdc\x5c\x3b\x8f\x99\x43\xc1\x82\x9c\x0e\xf8\x70\x20\x9c\x43\x5d\x80\x20\x0a\xd6\xef\x19\x4f\x72\x68\x36\x09\xa7\xe9\x9e\xc9\x1a\xf0\x0e\x8c\xb6\x38\x72\xd0\x81\xe1\x13\x24\x98\x72\xdf\x47\x40\x0a\xf5\x7a\xb8\x97\x95\x83\xf8\xf9\x5e\x53\xce\xe2\x09\x11\x85\x6e\x1e\x83\xb6\xed\x7c\x22\x6b\x8f\x31\x99\xe8\x02\xc9\x65\x70\x59\x20\x54\xc7\x66\xc3\xb8\x59\x4b\x19\x42\xd1\x36\x3c\xda\x10\x3a\x06\x36\xbe\xd5\x8a\xbd\x0e\xd9\x19\xc0\x97\x5b\xa8\xf5\xc2\x18\x23\xc8\xaa\x44\xc1\x14\xb8\xe5\xae\x2c\x84\xd0\xe1\x9f\xec\x6d\x85\x15\x16\x7a\x73\xef\x32\x51\x42\x80\x53\x28\xb2\x92\x31\xf8\x11\xd5\xe2\xb4\x08\xf7\xb4\x9c\xbd\xea\x8f\x00\x88\xa2\x1f\xf9\x53\x03\x54\x16\xc6\x2a\x5e\x2e\x7d\x65\x95\x50\x4b\x77\x76\x9a\x43\x7c\x11\x2f\x54\x47\x0c\x37\x34\x96\x8a\x8a\x6b\xd5\x96\xb4\xc3\x43\x43\x9e\x37\xe9\xc9\xf9\xda\x70\xfc\xf4\x5c\xc0\xfb\x1d\x68\x94\x78\x5c\xa3\xec\xe9\x0c\x2d\x8b\x1f\x7c\xd2\xbb\x28\x94\x74\x40\xd3\x93\x18\xac\x09\xa8\x7e\xba\xbb\xf0\xdd\x80\x00\x76\x97\xf5\x7c\xa4\x11\x1f\x5c\x93\x5a\x15\x44\x68\xdb\x32\x60\xb8\x42\x71\x6c\xda\xce\xd8\x9a\x57\x92\x8e\x41\xab\x8d\x80\x2c\xc5\xa2\x5b\xad\x46\x6d\xcb\x5a\xad\xbe\x6a\x50\xc3\x02\xdb\x47\x5d\x5d\x6e\x84\xf5\x36\xb0\xf6\x8e\x1d\xfa\x1d\x39\x11\xb6\x82\x9b\x4e\xe1\x06\xb8\xb1\x2d\xa1\xe3\x7a\x59\xd5\xe2\xdb\x58\xfe\x27\x72\x63\xdc\x4c\x71\x63\xd8\xc8\x07\x64\x5f\xe2\x38\x9c\x6f\xfa\x7f\xc8\xbf\x81\x88\x94\x79\x15\xab\x97\x5b\xba\x74\x20\xca\xcb\xe1\x52\xe1\xb0\x12\x45\x52\x23\x64\xd9\x00\x61\xf3\xe9\x61\x5f\x20\xdb\x8f\x07\x68\xed\x20\x2c\xbf\x53\x6b\xc1\xa0\xa9\x06\xa9\x46\x18\xa5\x8f\x66\x10\x29\x35\x03\xf4\xac\x74\x70\xe0\x29\x14\x58\x3c\x70\xb9\x12\xa5\x57\x09\xcf\xa4\x78\x64\x46\xd6\x66\x61\xe8\x28\x58\x9e\x8c\x89\xb6\x38\x37\xba\x4d\x94\x69\xa2\x45\xa1\x74\x09\x58\xff\x15\xd7\x25\xe4\x37\xd1\x86\xaf\x79\xf1\x19\xaa\x22\xc1\x75\x84\x2d\x52\x78\xcb\xc2\xe1\x31\xe4\xea\xdf\x56\xc9\x02\xf9\x26\x5d\xa1\x62\xdb\x3f\x7c\xbc\x61\xbc\xd0\xaa\xa1\xb2\xa9\x54\x0c\x87\xaa\xb0\x04\x85\x28\xa0\xc5\x51\x17\x05\x6f\x8e\x82\xf7\x5f\x49\x9f\xad\x20\x7e\xdf\xd4\x5c\xc6\x3b\x1e\x87\xdb\x6a\x0e\xa4\xa8\xa3\xfa\x9c\x43\xf1\x7d\x53\xec\x6f\xc8\x5b\xe8\x8f\x15\xea\x76\x5a\xf0\xf2\x29\xc4\x3a\x55\x92\xc8\xc8\x78\xb9\xae\xa4\x59\x7a\x73\xbb\x60\x61\x12\x92\x5e\x25\x96\xb7\xae\x31\xc8\x0b\x5c\x33\x46\x6e\x45\x37\x62\xc3\xa4\x30\x0a\x01\xd7\x55\xfd\x04\x3a\xe0\x46\x8b\x8b\xa0\x9d\xe0\x7c\x53\x96\x59\xd5\xe4\x12\xfb\x0e\x65\xcd\x96\x5d\x8d\x9a\x22\xd8\x52\x6e\x00\x74\x0e\x3f\xdd\x64\xe6\x92\x68\x89\xe1\x21\x68\x18\xf6\xec\x49\x32\x76\x86\x56\xcc\x24\xc7\x9c\xc7\xe0\x69\x48\x27\x78\x50\x8f\x36\xad\xf0\x91\xfb\xa8\xf1\x3e\x66\xde\x2d\xc9\x2e\x6b\xc2\x05\x31\x66\xb8\xd0\x23\x56\xf4\xd7\x4a\x13\x0b\x03\x08\x87\x5b\x22\x5f\xff\xb9\xfa\x22\x32\x76\xb7\xe1\xfa\x73\xc6\xae\x9f\x24\x5f\x57\xc5\x1b\xb5\xd8\x69\xb9\x9d\xc2\x7b\xe1\x14\x8c\xbd\xbd\x5b\x49\x3f\x40\x16\x80\xf4\x03\x1f\xd7\xd0\xce\xb6\x01\x3c\xb3\x63\x88\x7e\x73\xec\x82\xb4\x11\x55\x9d\xa8\xf5\xc2\x4e\xa9\x7f\x8e\x07\x84\x47\xb5\xd1\xbe\x04\xf0\xb2\x9a\x72\x6e\x53\x81\x4c\x23\x23\x21\x55\xd8\x0c\xfc\x02\x6e\x3d\xa5\xd9\xa6\xe6\xad\xd9\x2b\xb6\xa0\x09\xee\x0a\x8c\xbd\xa2\xb4\xef\x65\x52\x0f\x26\x75\x54\xc4\x62\xc3\xf3\x8d\x52\x75\xf2\x6e\x3f\xe9\x04\x0e\xfc\x54\x53\x27\xef\x06\x33\xd0\x9a\xf0\xc6\xb3\xb3\xe8\x7d\x1e\xde\x43\x12\x90\x18\xc3\x6e\x2a\x3b\x8d\x45\x18\xec\x74\xcc\xbc\x83\x91\x1b\xe5\x1b\x23\xde\x78\xc9\x2d\x44\xc1\x01\x23\x6b\xb5\x0f\x2c\x10\x83\x85\xa5\xdd\x1d\x9d\xf0\xc6\x34\xc3\x76\x46\x54\x0e\x78\xef\xbc\x4a\x41\xa6\xf6\x3d\x5c\x1f\x1f\x92\x2e\x56\xec\xb9\x75\x0f\xd9\x9c\xa5\x5d\x90\x68\x9b\xa2\x3d\x2f\x6a\xde\x4c\xcc\x17\x49\xca\x9d\x1b\x7a\xd1\x4b\x78\xcf\x74\x99\xf9\x33\x78\xc3\xd6\x13\x85\x71\x2e\x3f\xbe\xbf\x7e\x7f\xf6\x99\xb7\x5a\xad\xb8\x3c\x7f\xc1\xcc\x11\x95\x44\xa4\x8c\x49\x8b\x4b\x2d\x04\xa4\x84\x10\xda\xe8\xec\xa1\x6d\x37\xcd\x8b\xcb\xcb\x55\xd5\x3e\x74\x8b\x59\xa1\xd6\x18\x10\x53\x7a\x85\xff\xb9\xac\x9a\xa6\x13\xcd\xe5\x8f\x3f\xfc\x74\x9e\x12\xb4\x03\xa8\xd1\xd1\x6e\xb2\xc3\xbc\x44\xdb\x20\x78\x69\xe5\xff\x6f\x03\x18\x09\x1b\x8b\x6a\xfc\x77\x66\x0a\x8c\xa0\xc0\xbe\x77\x43\x7f\x47\x6e\xf1\x5f\x41\xff\x93\x1a\xc5\xcf\xc2\xbf\x56\x32\xd8\x98\x3a\x28\xe0\x91\xff\xf6\x4f\x95\x48\x94\xd4\xcc\x7a\xa8\xcb\xc8\x40\x9b\xe4\xf1\x3e\x85\x37\xe9\x96\x43\x39\x7d\x4b\x51\x8c\xd1\x8f\x56\x69\x41\xa4\x99\xe8\x62\x5a\xd4\x6a\x01\x4c\x8b\xe6\x9b\x31\xb5\xb0\xa8\x55\x33\x19\xdd\x37\x5c\xb0\x97\xf4\xf8\x56\x8f\x85\x5a\x6f\x20\x8b\x54\x8b\x06\xe0\x44\x43\x1f\xee\x20\x25\xeb\x24\xe6\xcd\xb0\xbb\xe6\xca\xbd\x1e\x98\x37\x43\x72\x11\xb3\xa5\x21\x8b\xe0\xd5\x96\x3d\x3d\x76\x2f\xbf\x0a\xf3\x30\x39\x14\x8e\x68\xa1\x92\x1a\x06\x49\x9a\x4a\xae\x6a\xd1\x1b\xaf\xa5\xb2\xcd\xe5\x15\x7e\x13\x56\xbf\xf4\x94\x55\x2e\x50\x4f\xac\x85\x2e\xa3\x13\x13\x33\xd9\x95\x05\x5a\x01\xa0\x87\x93\x13\xdf\xe9\x61\x60\x34\x65\xb6\x9c\xa6\x16\x4c\x42\x8c\x2e\x97\x4d\xb7\xb8\xf0\xb0\x1b\xa5\x41\xba\x02\x2a\x6b\xc3\x35\x50\xc2\x3e\x54\x75\x79\x91\x80\x56\xa2\xe7\xc3\x93\xe1\x58\x64\x36\xaf\x6b\x58\x71\xd4\x16\x31\xeb\xdb\x8d\xdd\xbd\xc7\x98\xd7\x82\x17\x0f\x2e\xe3\x18\x03\x4a\x3d\x4d\x22\x92\x17\x91\x0a\xf5\x47\x07\x9c\x27\x44\x74\x47\x18\xe9\xbe\x7f\x39\x11\xcd\xd9\x14\x39\xf1\x31\x36\x6d\xed\xa9\xe1\xd2\x49\x8e\xb1\xa9\x6a\xe6\x18\x56\xfb\x06\xb0\x54\x6f\x2f\x36\x1b\xfe\x28\x09\xec\xb2\x57\xe2\xee\x34\xf9\x90\xa6\xba\x36\xf2\x61\x10\x6a\x0f\xeb\xe4\xa2\x55\xd2\x56\x8e\xdf\x2f\x0b\x88\x4c\x79\x5d\x87\x0c\x35\xde\x40\xcc\xa5\x37\x23\x1a\xf6\x28\xea\xda\xfc\x2d\xfa\x82\x9b\xec\x84\x12\x12\xc6\x45\x66\x91\x19\x84\x6a\x26\xc7\xe5\xc5\x82\x43\xc9\xfe\xb1\xc2\xc7\x83\xd3\x1c\x65\xd4\x1d\x71\xa0\x0b\x5e\x3c\x88\xb9\xe9\x5a\xb7\x47\xfa\x3e\x55\xf1\x7d\x69\x1e\xbe\xc3\x67\xb7\x5e\x66\x7c\xd3\x76\x9a\x72\xd2\xb0\x2d\x48\xb8\xe1\x05\xa0\x50\x9d\x9f\x66\xd7\xf1\x2e\xb0\xd9\x79\xa2\x82\xd6\xce\xbe\xa6\x9d\x74\x41\x45\x29\x38\xcc\x16\x1b\x50\x70\xad\x6d\x12\x1d\xb5\xca\xb8\x6e\xab\x25\x2f\x22\xbf\xda\x24\x5e\x8a\xe8\x86\xc4\x37\x36\x10\xee\xf1\x75\x62\xad\x28\xe7\xcc\xf1\x87\x8e\xaf\x7f\x32\x81\xf3\x14\xd6\xe1\xcd\x89\x8c\xc3\xbd\x27\x85\xb3\x08\x1a\x9c\x1c\x7a\x50\x36\xf0\x88\xb1\x1e\x98\xd6\xbc\x1f\x73\x54\x50\xcb\x6f\xba\x84\x1b\x10\x36\x52\x1d\x3b\x88\xb2\x94\x84\xaf\x6c\xfb\x80\x20\x98\x42\x4c\x7f\xfc\x22\x4a\x0f\x96\x0a\x10\xf3\xe6\x8a\xe2\x2b\xc1\xd6\xa2\xac\xba\x3e\x31\xd9\xf6\x54\xdd\xbf\x04\xcb\x9f\x48\xb0\x8c\xaf\xdb\x57\x13\x08\x27\x73\x17\x4d\x91\x08\xaf\x95\xf6\x30\xad\x77\x60\xe4\x3f\x0a\xac\x41\xd3\x2a\x0c\x60\xa6\xf9\xce\x03\x18\x3a\x6f\x9f\x37\xce\x55\x1d\xef\x74\x1b\x2e\x7e\x5b\x35\xed\x2f\xbc\xee\x8e\xc2\x9e\x43\xd2\xe8\x57\x0b\x06\xd8\xae\x62\x37\x83\x27\xb6\xfa\xb0\x3f\xc4\x5e\x66\x23\x1c\x30\x9e\x03\x18\x35\xcb\xe8\x66\xfa\xbd\x8f\xe2\x75\xef\xe6\xeb\x1e\x2f\xa8\x47\xcd\x37\x1b\xa1\xad\xeb\x74\xe0\xdd\x06\x7a\x34\x68\x25\x97\x68\xe8\xbc\xb9\x7b\xff\xce\x6b\x5c\xde\xff\xd1\x7b\x35\xfc\x0c\xa6\x6e\x96\x5e\xb9\x77\x5d\x5d\x8f\xae\xdc\x84\x42\x3e\x9f\xde\xbe\x9d\xff\x72\xf5\xf6\xd3\xab\xad\xcc\x46\xc1\xcf\x46\xe7\xc4\xf5\x84\xe6\x04\xd5\xcf\x16\x54\xce\x6e\x2d\xb4\xcd\xdb\xf4\xa3\xc6\x5b\xbe\xab\xeb\x98\xe1\x2a\x97\xf7\xf4\x1e\x88\x71\x76\x12\xcd\xc3\x5c\xb2\xad\x13\x17\xb7\x0f\x3f\xbb\x37\x2f\xbf\xc7\x67\x2f\x98\x1f\xc4\x0b\xf6\xce\xb5\x3a\x32\xaf\x94\x40\x71\xc4\x71\x40\xd7\xf7\xd8\x71\x38\x35\x87\xdf\x61\xc7\xe3\x93\xb4\x45\x67\x89\x7a\xef\x24\xa7\x03\xe7\xee\x3e\x76\x3d\x38\x71\x5f\xe2\xfd\x0c\xef\xcd\x90\x79\x0d\x8b\xb1\x3a\x72\xb2\x5c\x52\x21\x2e\x0e\x30\x87\xd1\x3e\xb1\x1b\x89\xc8\xea\x9a\xcb\x55\xc7\x57\xa2\xc9\x98\x6d\x3c\x97\xeb\x6a\xf5\x00\x50\x75\xe2\xce\xb7\x00\x45\xc9\xdb\xea\x8b\xe8\x6d\x21\x8c\x05\x13\xc0\xd2\x58\x3a\xb9\xa4\x31\xc9\x95\x7f\x3d\x86\x89\xdf\xdc\xb9\xe1\x98\x9d\xe6\x5e\x44\xe4\x71\x32\x97\xb8\xb8\xc8\x88\x63\x6d\x32\x70\xdc\x42\xd5\xd0\x68\xeb\x72\x2d\x2c\x5f\x25\xc8\xf4\x15\x58\x87\xb9\x74\x39\x89\xb0\xb0\x11\xff\x3f\x26\x8f\x60\x97\x76\xcb\x13\xbb\x18\xf6\x4c\x50\xdf\xd2\xbb\xfe\xe8\x3b\xc0\x1c\xb8\xf9\x97\xde\x5b\x26\x6c\x5b\x2f\xc6\x76\x48\x73\xbf\xa1\x64\xff\x08\xb3\x7e\xa2\x3a\x24\xa2\xa6\x7b\x63\xc7\x85\xbf\x19\x0d\x36\xa8\x6e\x51\xef\xd1\x25\xfc\xfd\xd6\x4e\xa1\x48\xde\xde\xa9\x09\x0e\x99\x0f\xbd\xa3\x65\xb6\xe9\xb6\x66\x17\x4a\x8d\xac\xcb\x09\x5d\x1b\x51\xa7\xe8\x81\x5d\x93\xd1\x15\xed\x21\xfb\x65\x42\x7e\x5b\x7f\x8a\xac\xf4\xd9\xd6\xa1\xba\x6a\x0e\xea\x8e\xd7\x9f\x26\xf7\xc8\x69\x08\x74\xd9\xed\x25\x61\xe9\x9e\x8b\x04\xec\x88\x98\x24\x83\x9a\xdc\xa9\xa2\x42\xf1\x22\xa1\xd2\x16\xa7\x64\xed\xcc\x6d\xa2\xcc\xaf\x5c\x06\x9d\x2c\x3a\xdd\x18\x71\x49\xf2\x8e\xa4\xb6\x31\x4f\x73\x69\xe9\x4b\xac\x38\xbe\xb2\x90\x70\xed\x3e\xc5\x9c\xc1\x0d\x82\xff\x41\x63\x6d\x99\x92\xc2\x4a\xc3\x5c\x02\x47\xac\x04\xd7\xcf\xa2\x01\xf6\x26\x62\x42\xa5\x2f\x82\x4a\x2b\x5c\x62\x59\xae\xdd\x32\xaf\xa7\x06\x44\xf7\xfc\x33\xf3\xef\xdf\xcf\xfe\x13\x00\x00\xff\xff\xee\x8b\xdf\x94\x30\x8f\x03\x00")
 
 func adminSwaggerJsonBytes() ([]byte, error) {
 	return bindataRead(
@@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) {
 		return nil, err
 	}
 
-	info := bindataFileInfo{name: "admin.swagger.json", size: 233107, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)}
+	info := bindataFileInfo{name: "admin.swagger.json", size: 233264, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)}
 	a := &asset{bytes: bytes, info: info}
 	return a, nil
 }
diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java
index 292bbfeb7..359142010 100644
--- a/gen/pb-java/flyteidl/event/Event.java
+++ b/gen/pb-java/flyteidl/event/Event.java
@@ -11607,81 +11607,62 @@ public flyteidl.event.Event.TaskExecutionEvent getDefaultInstanceForType() {
 
   }
 
-  public interface ResourceIdentifiersOrBuilder extends
-      // @@protoc_insertion_point(interface_extends:flyteidl.event.ResourceIdentifiers)
+  public interface ExternalResourceInfoOrBuilder extends
+      // @@protoc_insertion_point(interface_extends:flyteidl.event.ExternalResourceInfo)
       com.google.protobuf.MessageOrBuilder {
 
     /**
      * 
-     * Unique, generated name for this task execution used by the backend.
-     * 
- * - * string generated_name = 1; - */ - java.lang.String getGeneratedName(); - /** - *
-     * Unique, generated name for this task execution used by the backend.
-     * 
- * - * string generated_name = 1; - */ - com.google.protobuf.ByteString - getGeneratedNameBytes(); - - /** - *
-     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ java.util.List getExternalIdsList(); /** *
-     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ int getExternalIdsCount(); /** *
-     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ java.lang.String getExternalIds(int index); /** *
-     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ com.google.protobuf.ByteString getExternalIdsBytes(int index); } /** *
-   * This message contains various identifiers for resources used for a specific task execution.
+   * This message contains metadata about external resources produced or used by a specific task execution.
    * 
* - * Protobuf type {@code flyteidl.event.ResourceIdentifiers} + * Protobuf type {@code flyteidl.event.ExternalResourceInfo} */ - public static final class ResourceIdentifiers extends + public static final class ExternalResourceInfo extends com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.event.ResourceIdentifiers) - ResourceIdentifiersOrBuilder { + // @@protoc_insertion_point(message_implements:flyteidl.event.ExternalResourceInfo) + ExternalResourceInfoOrBuilder { private static final long serialVersionUID = 0L; - // Use ResourceIdentifiers.newBuilder() to construct. - private ResourceIdentifiers(com.google.protobuf.GeneratedMessageV3.Builder builder) { + // Use ExternalResourceInfo.newBuilder() to construct. + private ExternalResourceInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } - private ResourceIdentifiers() { - generatedName_ = ""; + private ExternalResourceInfo() { externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; } @@ -11690,7 +11671,7 @@ private ResourceIdentifiers() { getUnknownFields() { return this.unknownFields; } - private ResourceIdentifiers( + private ExternalResourceInfo( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { @@ -11711,15 +11692,9 @@ private ResourceIdentifiers( break; case 10: { java.lang.String s = input.readStringRequireUtf8(); - - generatedName_ = s; - break; - } - case 18: { - java.lang.String s = input.readStringRequireUtf8(); - if (!((mutable_bitField0_ & 0x00000002) != 0)) { + if (!((mutable_bitField0_ & 0x00000001) != 0)) { externalIds_ = new com.google.protobuf.LazyStringArrayList(); - mutable_bitField0_ |= 0x00000002; + mutable_bitField0_ |= 0x00000001; } externalIds_.add(s); break; @@ -11739,7 +11714,7 @@ private ResourceIdentifiers( throw new com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { - if (((mutable_bitField0_ & 0x00000002) != 0)) { + if (((mutable_bitField0_ & 0x00000001) != 0)) { externalIds_ = externalIds_.getUnmodifiableView(); } this.unknownFields = unknownFields.build(); @@ -11748,68 +11723,25 @@ private ResourceIdentifiers( } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.event.Event.internal_static_flyteidl_event_ResourceIdentifiers_descriptor; + return flyteidl.event.Event.internal_static_flyteidl_event_ExternalResourceInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return flyteidl.event.Event.internal_static_flyteidl_event_ResourceIdentifiers_fieldAccessorTable + return flyteidl.event.Event.internal_static_flyteidl_event_ExternalResourceInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.event.Event.ResourceIdentifiers.class, flyteidl.event.Event.ResourceIdentifiers.Builder.class); - } - - private int bitField0_; - public static final int GENERATED_NAME_FIELD_NUMBER = 1; - private volatile java.lang.Object generatedName_; - /** - *
-     * Unique, generated name for this task execution used by the backend.
-     * 
- * - * string generated_name = 1; - */ - public java.lang.String getGeneratedName() { - java.lang.Object ref = generatedName_; - if (ref instanceof java.lang.String) { - return (java.lang.String) ref; - } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; - java.lang.String s = bs.toStringUtf8(); - generatedName_ = s; - return s; - } - } - /** - *
-     * Unique, generated name for this task execution used by the backend.
-     * 
- * - * string generated_name = 1; - */ - public com.google.protobuf.ByteString - getGeneratedNameBytes() { - java.lang.Object ref = generatedName_; - if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); - generatedName_ = b; - return b; - } else { - return (com.google.protobuf.ByteString) ref; - } + flyteidl.event.Event.ExternalResourceInfo.class, flyteidl.event.Event.ExternalResourceInfo.Builder.class); } - public static final int EXTERNAL_IDS_FIELD_NUMBER = 2; + public static final int EXTERNAL_IDS_FIELD_NUMBER = 1; private com.google.protobuf.LazyStringList externalIds_; /** *
-     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public com.google.protobuf.ProtocolStringList getExternalIdsList() { @@ -11817,30 +11749,30 @@ public java.lang.String getGeneratedName() { } /** *
-     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public int getExternalIdsCount() { return externalIds_.size(); } /** *
-     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public java.lang.String getExternalIds(int index) { return externalIds_.get(index); } /** *
-     * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public com.google.protobuf.ByteString getExternalIdsBytes(int index) { @@ -11861,11 +11793,8 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (!getGeneratedNameBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, generatedName_); - } for (int i = 0; i < externalIds_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 2, externalIds_.getRaw(i)); + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, externalIds_.getRaw(i)); } unknownFields.writeTo(output); } @@ -11876,9 +11805,6 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (!getGeneratedNameBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, generatedName_); - } { int dataSize = 0; for (int i = 0; i < externalIds_.size(); i++) { @@ -11897,13 +11823,11 @@ public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } - if (!(obj instanceof flyteidl.event.Event.ResourceIdentifiers)) { + if (!(obj instanceof flyteidl.event.Event.ExternalResourceInfo)) { return super.equals(obj); } - flyteidl.event.Event.ResourceIdentifiers other = (flyteidl.event.Event.ResourceIdentifiers) obj; + flyteidl.event.Event.ExternalResourceInfo other = (flyteidl.event.Event.ExternalResourceInfo) obj; - if (!getGeneratedName() - .equals(other.getGeneratedName())) return false; if (!getExternalIdsList() .equals(other.getExternalIdsList())) return false; if (!unknownFields.equals(other.unknownFields)) return false; @@ -11917,8 +11841,6 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - hash = (37 * hash) + GENERATED_NAME_FIELD_NUMBER; - hash = (53 * hash) + getGeneratedName().hashCode(); if (getExternalIdsCount() > 0) { hash = (37 * hash) + EXTERNAL_IDS_FIELD_NUMBER; hash = (53 * hash) + getExternalIdsList().hashCode(); @@ -11928,69 +11850,69 @@ public int hashCode() { return hash; } - public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + public static flyteidl.event.Event.ExternalResourceInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + public static flyteidl.event.Event.ExternalResourceInfo parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + public static flyteidl.event.Event.ExternalResourceInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + public static flyteidl.event.Event.ExternalResourceInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.event.Event.ResourceIdentifiers parseFrom(byte[] data) + public static flyteidl.event.Event.ExternalResourceInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } - public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + public static flyteidl.event.Event.ExternalResourceInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } - public static flyteidl.event.Event.ResourceIdentifiers parseFrom(java.io.InputStream input) + public static flyteidl.event.Event.ExternalResourceInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } - public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + public static flyteidl.event.Event.ExternalResourceInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } - public static flyteidl.event.Event.ResourceIdentifiers parseDelimitedFrom(java.io.InputStream input) + public static flyteidl.event.Event.ExternalResourceInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } - public static flyteidl.event.Event.ResourceIdentifiers parseDelimitedFrom( + public static flyteidl.event.Event.ExternalResourceInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } - public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + public static flyteidl.event.Event.ExternalResourceInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } - public static flyteidl.event.Event.ResourceIdentifiers parseFrom( + public static flyteidl.event.Event.ExternalResourceInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { @@ -12003,7 +11925,7 @@ public static flyteidl.event.Event.ResourceIdentifiers parseFrom( public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } - public static Builder newBuilder(flyteidl.event.Event.ResourceIdentifiers prototype) { + public static Builder newBuilder(flyteidl.event.Event.ExternalResourceInfo prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override @@ -12020,29 +11942,29 @@ protected Builder newBuilderForType( } /** *
-     * This message contains various identifiers for resources used for a specific task execution.
+     * This message contains metadata about external resources produced or used by a specific task execution.
      * 
* - * Protobuf type {@code flyteidl.event.ResourceIdentifiers} + * Protobuf type {@code flyteidl.event.ExternalResourceInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements - // @@protoc_insertion_point(builder_implements:flyteidl.event.ResourceIdentifiers) - flyteidl.event.Event.ResourceIdentifiersOrBuilder { + // @@protoc_insertion_point(builder_implements:flyteidl.event.ExternalResourceInfo) + flyteidl.event.Event.ExternalResourceInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { - return flyteidl.event.Event.internal_static_flyteidl_event_ResourceIdentifiers_descriptor; + return flyteidl.event.Event.internal_static_flyteidl_event_ExternalResourceInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { - return flyteidl.event.Event.internal_static_flyteidl_event_ResourceIdentifiers_fieldAccessorTable + return flyteidl.event.Event.internal_static_flyteidl_event_ExternalResourceInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( - flyteidl.event.Event.ResourceIdentifiers.class, flyteidl.event.Event.ResourceIdentifiers.Builder.class); + flyteidl.event.Event.ExternalResourceInfo.class, flyteidl.event.Event.ExternalResourceInfo.Builder.class); } - // Construct using flyteidl.event.Event.ResourceIdentifiers.newBuilder() + // Construct using flyteidl.event.Event.ExternalResourceInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } @@ -12060,27 +11982,25 @@ private void maybeForceBuilderInitialization() { @java.lang.Override public Builder clear() { super.clear(); - generatedName_ = ""; - externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; - bitField0_ = (bitField0_ & ~0x00000002); + bitField0_ = (bitField0_ & ~0x00000001); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { - return flyteidl.event.Event.internal_static_flyteidl_event_ResourceIdentifiers_descriptor; + return flyteidl.event.Event.internal_static_flyteidl_event_ExternalResourceInfo_descriptor; } @java.lang.Override - public flyteidl.event.Event.ResourceIdentifiers getDefaultInstanceForType() { - return flyteidl.event.Event.ResourceIdentifiers.getDefaultInstance(); + public flyteidl.event.Event.ExternalResourceInfo getDefaultInstanceForType() { + return flyteidl.event.Event.ExternalResourceInfo.getDefaultInstance(); } @java.lang.Override - public flyteidl.event.Event.ResourceIdentifiers build() { - flyteidl.event.Event.ResourceIdentifiers result = buildPartial(); + public flyteidl.event.Event.ExternalResourceInfo build() { + flyteidl.event.Event.ExternalResourceInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } @@ -12088,17 +12008,14 @@ public flyteidl.event.Event.ResourceIdentifiers build() { } @java.lang.Override - public flyteidl.event.Event.ResourceIdentifiers buildPartial() { - flyteidl.event.Event.ResourceIdentifiers result = new flyteidl.event.Event.ResourceIdentifiers(this); + public flyteidl.event.Event.ExternalResourceInfo buildPartial() { + flyteidl.event.Event.ExternalResourceInfo result = new flyteidl.event.Event.ExternalResourceInfo(this); int from_bitField0_ = bitField0_; - int to_bitField0_ = 0; - result.generatedName_ = generatedName_; - if (((bitField0_ & 0x00000002) != 0)) { + if (((bitField0_ & 0x00000001) != 0)) { externalIds_ = externalIds_.getUnmodifiableView(); - bitField0_ = (bitField0_ & ~0x00000002); + bitField0_ = (bitField0_ & ~0x00000001); } result.externalIds_ = externalIds_; - result.bitField0_ = to_bitField0_; onBuilt(); return result; } @@ -12137,24 +12054,20 @@ public Builder addRepeatedField( } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { - if (other instanceof flyteidl.event.Event.ResourceIdentifiers) { - return mergeFrom((flyteidl.event.Event.ResourceIdentifiers)other); + if (other instanceof flyteidl.event.Event.ExternalResourceInfo) { + return mergeFrom((flyteidl.event.Event.ExternalResourceInfo)other); } else { super.mergeFrom(other); return this; } } - public Builder mergeFrom(flyteidl.event.Event.ResourceIdentifiers other) { - if (other == flyteidl.event.Event.ResourceIdentifiers.getDefaultInstance()) return this; - if (!other.getGeneratedName().isEmpty()) { - generatedName_ = other.generatedName_; - onChanged(); - } + public Builder mergeFrom(flyteidl.event.Event.ExternalResourceInfo other) { + if (other == flyteidl.event.Event.ExternalResourceInfo.getDefaultInstance()) return this; if (!other.externalIds_.isEmpty()) { if (externalIds_.isEmpty()) { externalIds_ = other.externalIds_; - bitField0_ = (bitField0_ & ~0x00000002); + bitField0_ = (bitField0_ & ~0x00000001); } else { ensureExternalIdsIsMutable(); externalIds_.addAll(other.externalIds_); @@ -12176,11 +12089,11 @@ public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { - flyteidl.event.Event.ResourceIdentifiers parsedMessage = null; + flyteidl.event.Event.ExternalResourceInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { - parsedMessage = (flyteidl.event.Event.ResourceIdentifiers) e.getUnfinishedMessage(); + parsedMessage = (flyteidl.event.Event.ExternalResourceInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { @@ -12191,108 +12104,19 @@ public Builder mergeFrom( } private int bitField0_; - private java.lang.Object generatedName_ = ""; - /** - *
-       * Unique, generated name for this task execution used by the backend.
-       * 
- * - * string generated_name = 1; - */ - public java.lang.String getGeneratedName() { - java.lang.Object ref = generatedName_; - if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; - java.lang.String s = bs.toStringUtf8(); - generatedName_ = s; - return s; - } else { - return (java.lang.String) ref; - } - } - /** - *
-       * Unique, generated name for this task execution used by the backend.
-       * 
- * - * string generated_name = 1; - */ - public com.google.protobuf.ByteString - getGeneratedNameBytes() { - java.lang.Object ref = generatedName_; - if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); - generatedName_ = b; - return b; - } else { - return (com.google.protobuf.ByteString) ref; - } - } - /** - *
-       * Unique, generated name for this task execution used by the backend.
-       * 
- * - * string generated_name = 1; - */ - public Builder setGeneratedName( - java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } - - generatedName_ = value; - onChanged(); - return this; - } - /** - *
-       * Unique, generated name for this task execution used by the backend.
-       * 
- * - * string generated_name = 1; - */ - public Builder clearGeneratedName() { - - generatedName_ = getDefaultInstance().getGeneratedName(); - onChanged(); - return this; - } - /** - *
-       * Unique, generated name for this task execution used by the backend.
-       * 
- * - * string generated_name = 1; - */ - public Builder setGeneratedNameBytes( - com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - - generatedName_ = value; - onChanged(); - return this; - } - private com.google.protobuf.LazyStringList externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; private void ensureExternalIdsIsMutable() { - if (!((bitField0_ & 0x00000002) != 0)) { + if (!((bitField0_ & 0x00000001) != 0)) { externalIds_ = new com.google.protobuf.LazyStringArrayList(externalIds_); - bitField0_ |= 0x00000002; + bitField0_ |= 0x00000001; } } /** *
-       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public com.google.protobuf.ProtocolStringList getExternalIdsList() { @@ -12300,30 +12124,30 @@ private void ensureExternalIdsIsMutable() { } /** *
-       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public int getExternalIdsCount() { return externalIds_.size(); } /** *
-       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public java.lang.String getExternalIds(int index) { return externalIds_.get(index); } /** *
-       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public com.google.protobuf.ByteString getExternalIdsBytes(int index) { @@ -12331,10 +12155,10 @@ public java.lang.String getExternalIds(int index) { } /** *
-       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public Builder setExternalIds( int index, java.lang.String value) { @@ -12348,10 +12172,10 @@ public Builder setExternalIds( } /** *
-       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public Builder addExternalIds( java.lang.String value) { @@ -12365,10 +12189,10 @@ public Builder addExternalIds( } /** *
-       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public Builder addAllExternalIds( java.lang.Iterable values) { @@ -12380,23 +12204,23 @@ public Builder addAllExternalIds( } /** *
-       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public Builder clearExternalIds() { externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; - bitField0_ = (bitField0_ & ~0x00000002); + bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
-       * Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids.
+       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 2; + * repeated string external_ids = 1; */ public Builder addExternalIdsBytes( com.google.protobuf.ByteString value) { @@ -12422,41 +12246,41 @@ public final Builder mergeUnknownFields( } - // @@protoc_insertion_point(builder_scope:flyteidl.event.ResourceIdentifiers) + // @@protoc_insertion_point(builder_scope:flyteidl.event.ExternalResourceInfo) } - // @@protoc_insertion_point(class_scope:flyteidl.event.ResourceIdentifiers) - private static final flyteidl.event.Event.ResourceIdentifiers DEFAULT_INSTANCE; + // @@protoc_insertion_point(class_scope:flyteidl.event.ExternalResourceInfo) + private static final flyteidl.event.Event.ExternalResourceInfo DEFAULT_INSTANCE; static { - DEFAULT_INSTANCE = new flyteidl.event.Event.ResourceIdentifiers(); + DEFAULT_INSTANCE = new flyteidl.event.Event.ExternalResourceInfo(); } - public static flyteidl.event.Event.ResourceIdentifiers getDefaultInstance() { + public static flyteidl.event.Event.ExternalResourceInfo getDefaultInstance() { return DEFAULT_INSTANCE; } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override - public ResourceIdentifiers parsePartialFrom( + public ExternalResourceInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { - return new ResourceIdentifiers(input, extensionRegistry); + return new ExternalResourceInfo(input, extensionRegistry); } }; - public static com.google.protobuf.Parser parser() { + public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override - public flyteidl.event.Event.ResourceIdentifiers getDefaultInstanceForType() { + public flyteidl.event.Event.ExternalResourceInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } @@ -13236,74 +13060,111 @@ public interface TaskExecutionMetadataOrBuilder extends /** *
-     * Contains various identifiers for resources used during execution.
+     * Unique, generated name for this task execution used by the backend.
+     * 
+ * + * string generated_name = 1; + */ + java.lang.String getGeneratedName(); + /** + *
+     * Unique, generated name for this task execution used by the backend.
+     * 
+ * + * string generated_name = 1; + */ + com.google.protobuf.ByteString + getGeneratedNameBytes(); + + /** + *
+     * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+     * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + java.util.List + getExternalResourcesList(); + /** + *
+     * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+     * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + flyteidl.event.Event.ExternalResourceInfo getExternalResources(int index); + /** + *
+     * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
      * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - boolean hasResourceIds(); + int getExternalResourcesCount(); /** *
-     * Contains various identifiers for resources used during execution.
+     * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
      * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - flyteidl.event.Event.ResourceIdentifiers getResourceIds(); + java.util.List + getExternalResourcesOrBuilderList(); /** *
-     * Contains various identifiers for resources used during execution.
+     * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
      * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - flyteidl.event.Event.ResourceIdentifiersOrBuilder getResourceIdsOrBuilder(); + flyteidl.event.Event.ExternalResourceInfoOrBuilder getExternalResourcesOrBuilder( + int index); /** *
-     * Includes information about resource token allocation (if applicable).
+     * Includes additional data on concurrent resource management used during execution..
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ java.util.List getResourcePoolInfoList(); /** *
-     * Includes information about resource token allocation (if applicable).
+     * Includes additional data on concurrent resource management used during execution..
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ flyteidl.event.Event.ResourcePoolInfo getResourcePoolInfo(int index); /** *
-     * Includes information about resource token allocation (if applicable).
+     * Includes additional data on concurrent resource management used during execution..
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ int getResourcePoolInfoCount(); /** *
-     * Includes information about resource token allocation (if applicable).
+     * Includes additional data on concurrent resource management used during execution..
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ java.util.List getResourcePoolInfoOrBuilderList(); /** *
-     * Includes information about resource token allocation (if applicable).
+     * Includes additional data on concurrent resource management used during execution..
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( int index); @@ -13313,7 +13174,7 @@ flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( * The identifier of the plugin used to execute this task. *
* - * string plugin_identifier = 3; + * string plugin_identifier = 4; */ java.lang.String getPluginIdentifier(); /** @@ -13321,7 +13182,7 @@ flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( * The identifier of the plugin used to execute this task. *
* - * string plugin_identifier = 3; + * string plugin_identifier = 4; */ com.google.protobuf.ByteString getPluginIdentifierBytes(); @@ -13353,6 +13214,8 @@ private TaskExecutionMetadata(com.google.protobuf.GeneratedMessageV3.Builder super(builder); } private TaskExecutionMetadata() { + generatedName_ = ""; + externalResources_ = java.util.Collections.emptyList(); resourcePoolInfo_ = java.util.Collections.emptyList(); pluginIdentifier_ = ""; instanceClass_ = 0; @@ -13383,28 +13246,30 @@ private TaskExecutionMetadata( done = true; break; case 10: { - flyteidl.event.Event.ResourceIdentifiers.Builder subBuilder = null; - if (resourceIds_ != null) { - subBuilder = resourceIds_.toBuilder(); - } - resourceIds_ = input.readMessage(flyteidl.event.Event.ResourceIdentifiers.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(resourceIds_); - resourceIds_ = subBuilder.buildPartial(); - } + java.lang.String s = input.readStringRequireUtf8(); + generatedName_ = s; break; } case 18: { if (!((mutable_bitField0_ & 0x00000002) != 0)) { - resourcePoolInfo_ = new java.util.ArrayList(); + externalResources_ = new java.util.ArrayList(); mutable_bitField0_ |= 0x00000002; } + externalResources_.add( + input.readMessage(flyteidl.event.Event.ExternalResourceInfo.parser(), extensionRegistry)); + break; + } + case 26: { + if (!((mutable_bitField0_ & 0x00000004) != 0)) { + resourcePoolInfo_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000004; + } resourcePoolInfo_.add( input.readMessage(flyteidl.event.Event.ResourcePoolInfo.parser(), extensionRegistry)); break; } - case 26: { + case 34: { java.lang.String s = input.readStringRequireUtf8(); pluginIdentifier_ = s; @@ -13432,6 +13297,9 @@ private TaskExecutionMetadata( e).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) != 0)) { + externalResources_ = java.util.Collections.unmodifiableList(externalResources_); + } + if (((mutable_bitField0_ & 0x00000004) != 0)) { resourcePoolInfo_ = java.util.Collections.unmodifiableList(resourcePoolInfo_); } this.unknownFields = unknownFields.build(); @@ -13570,59 +13438,123 @@ private InstanceClass(int value) { } private int bitField0_; - public static final int RESOURCE_IDS_FIELD_NUMBER = 1; - private flyteidl.event.Event.ResourceIdentifiers resourceIds_; + public static final int GENERATED_NAME_FIELD_NUMBER = 1; + private volatile java.lang.Object generatedName_; /** *
-     * Contains various identifiers for resources used during execution.
+     * Unique, generated name for this task execution used by the backend.
      * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * string generated_name = 1; */ - public boolean hasResourceIds() { - return resourceIds_ != null; + public java.lang.String getGeneratedName() { + java.lang.Object ref = generatedName_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + generatedName_ = s; + return s; + } } /** *
-     * Contains various identifiers for resources used during execution.
+     * Unique, generated name for this task execution used by the backend.
      * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * string generated_name = 1; */ - public flyteidl.event.Event.ResourceIdentifiers getResourceIds() { - return resourceIds_ == null ? flyteidl.event.Event.ResourceIdentifiers.getDefaultInstance() : resourceIds_; + public com.google.protobuf.ByteString + getGeneratedNameBytes() { + java.lang.Object ref = generatedName_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + generatedName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int EXTERNAL_RESOURCES_FIELD_NUMBER = 2; + private java.util.List externalResources_; + /** + *
+     * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+     * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public java.util.List getExternalResourcesList() { + return externalResources_; + } + /** + *
+     * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+     * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public java.util.List + getExternalResourcesOrBuilderList() { + return externalResources_; + } + /** + *
+     * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+     * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public int getExternalResourcesCount() { + return externalResources_.size(); } /** *
-     * Contains various identifiers for resources used during execution.
+     * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
      * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - public flyteidl.event.Event.ResourceIdentifiersOrBuilder getResourceIdsOrBuilder() { - return getResourceIds(); + public flyteidl.event.Event.ExternalResourceInfo getExternalResources(int index) { + return externalResources_.get(index); + } + /** + *
+     * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+     * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public flyteidl.event.Event.ExternalResourceInfoOrBuilder getExternalResourcesOrBuilder( + int index) { + return externalResources_.get(index); } - public static final int RESOURCE_POOL_INFO_FIELD_NUMBER = 2; + public static final int RESOURCE_POOL_INFO_FIELD_NUMBER = 3; private java.util.List resourcePoolInfo_; /** *
-     * Includes information about resource token allocation (if applicable).
+     * Includes additional data on concurrent resource management used during execution..
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public java.util.List getResourcePoolInfoList() { return resourcePoolInfo_; } /** *
-     * Includes information about resource token allocation (if applicable).
+     * Includes additional data on concurrent resource management used during execution..
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public java.util.List getResourcePoolInfoOrBuilderList() { @@ -13630,47 +13562,47 @@ public java.util.List getResourcePoolInfo } /** *
-     * Includes information about resource token allocation (if applicable).
+     * Includes additional data on concurrent resource management used during execution..
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public int getResourcePoolInfoCount() { return resourcePoolInfo_.size(); } /** *
-     * Includes information about resource token allocation (if applicable).
+     * Includes additional data on concurrent resource management used during execution..
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public flyteidl.event.Event.ResourcePoolInfo getResourcePoolInfo(int index) { return resourcePoolInfo_.get(index); } /** *
-     * Includes information about resource token allocation (if applicable).
+     * Includes additional data on concurrent resource management used during execution..
      * This is a repeated field because a plugin can request multiple resource allocations during execution.
      * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( int index) { return resourcePoolInfo_.get(index); } - public static final int PLUGIN_IDENTIFIER_FIELD_NUMBER = 3; + public static final int PLUGIN_IDENTIFIER_FIELD_NUMBER = 4; private volatile java.lang.Object pluginIdentifier_; /** *
      * The identifier of the plugin used to execute this task.
      * 
* - * string plugin_identifier = 3; + * string plugin_identifier = 4; */ public java.lang.String getPluginIdentifier() { java.lang.Object ref = pluginIdentifier_; @@ -13689,7 +13621,7 @@ public java.lang.String getPluginIdentifier() { * The identifier of the plugin used to execute this task. *
* - * string plugin_identifier = 3; + * string plugin_identifier = 4; */ public com.google.protobuf.ByteString getPluginIdentifierBytes() { @@ -13736,14 +13668,17 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - if (resourceIds_ != null) { - output.writeMessage(1, getResourceIds()); + if (!getGeneratedNameBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, generatedName_); + } + for (int i = 0; i < externalResources_.size(); i++) { + output.writeMessage(2, externalResources_.get(i)); } for (int i = 0; i < resourcePoolInfo_.size(); i++) { - output.writeMessage(2, resourcePoolInfo_.get(i)); + output.writeMessage(3, resourcePoolInfo_.get(i)); } if (!getPluginIdentifierBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 3, pluginIdentifier_); + com.google.protobuf.GeneratedMessageV3.writeString(output, 4, pluginIdentifier_); } if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { output.writeEnum(16, instanceClass_); @@ -13757,16 +13692,19 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - if (resourceIds_ != null) { + if (!getGeneratedNameBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, generatedName_); + } + for (int i = 0; i < externalResources_.size(); i++) { size += com.google.protobuf.CodedOutputStream - .computeMessageSize(1, getResourceIds()); + .computeMessageSize(2, externalResources_.get(i)); } for (int i = 0; i < resourcePoolInfo_.size(); i++) { size += com.google.protobuf.CodedOutputStream - .computeMessageSize(2, resourcePoolInfo_.get(i)); + .computeMessageSize(3, resourcePoolInfo_.get(i)); } if (!getPluginIdentifierBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, pluginIdentifier_); + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, pluginIdentifier_); } if (instanceClass_ != flyteidl.event.Event.TaskExecutionMetadata.InstanceClass.DEFAULT.getNumber()) { size += com.google.protobuf.CodedOutputStream @@ -13787,11 +13725,10 @@ public boolean equals(final java.lang.Object obj) { } flyteidl.event.Event.TaskExecutionMetadata other = (flyteidl.event.Event.TaskExecutionMetadata) obj; - if (hasResourceIds() != other.hasResourceIds()) return false; - if (hasResourceIds()) { - if (!getResourceIds() - .equals(other.getResourceIds())) return false; - } + if (!getGeneratedName() + .equals(other.getGeneratedName())) return false; + if (!getExternalResourcesList() + .equals(other.getExternalResourcesList())) return false; if (!getResourcePoolInfoList() .equals(other.getResourcePoolInfoList())) return false; if (!getPluginIdentifier() @@ -13808,9 +13745,11 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - if (hasResourceIds()) { - hash = (37 * hash) + RESOURCE_IDS_FIELD_NUMBER; - hash = (53 * hash) + getResourceIds().hashCode(); + hash = (37 * hash) + GENERATED_NAME_FIELD_NUMBER; + hash = (53 * hash) + getGeneratedName().hashCode(); + if (getExternalResourcesCount() > 0) { + hash = (37 * hash) + EXTERNAL_RESOURCES_FIELD_NUMBER; + hash = (53 * hash) + getExternalResourcesList().hashCode(); } if (getResourcePoolInfoCount() > 0) { hash = (37 * hash) + RESOURCE_POOL_INFO_FIELD_NUMBER; @@ -13953,21 +13892,24 @@ private Builder( private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { + getExternalResourcesFieldBuilder(); getResourcePoolInfoFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); - if (resourceIdsBuilder_ == null) { - resourceIds_ = null; + generatedName_ = ""; + + if (externalResourcesBuilder_ == null) { + externalResources_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); } else { - resourceIds_ = null; - resourceIdsBuilder_ = null; + externalResourcesBuilder_.clear(); } if (resourcePoolInfoBuilder_ == null) { resourcePoolInfo_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002); + bitField0_ = (bitField0_ & ~0x00000004); } else { resourcePoolInfoBuilder_.clear(); } @@ -14003,15 +13945,20 @@ public flyteidl.event.Event.TaskExecutionMetadata buildPartial() { flyteidl.event.Event.TaskExecutionMetadata result = new flyteidl.event.Event.TaskExecutionMetadata(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; - if (resourceIdsBuilder_ == null) { - result.resourceIds_ = resourceIds_; + result.generatedName_ = generatedName_; + if (externalResourcesBuilder_ == null) { + if (((bitField0_ & 0x00000002) != 0)) { + externalResources_ = java.util.Collections.unmodifiableList(externalResources_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.externalResources_ = externalResources_; } else { - result.resourceIds_ = resourceIdsBuilder_.build(); + result.externalResources_ = externalResourcesBuilder_.build(); } if (resourcePoolInfoBuilder_ == null) { - if (((bitField0_ & 0x00000002) != 0)) { + if (((bitField0_ & 0x00000004) != 0)) { resourcePoolInfo_ = java.util.Collections.unmodifiableList(resourcePoolInfo_); - bitField0_ = (bitField0_ & ~0x00000002); + bitField0_ = (bitField0_ & ~0x00000004); } result.resourcePoolInfo_ = resourcePoolInfo_; } else { @@ -14068,14 +14015,41 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) { if (other == flyteidl.event.Event.TaskExecutionMetadata.getDefaultInstance()) return this; - if (other.hasResourceIds()) { - mergeResourceIds(other.getResourceIds()); + if (!other.getGeneratedName().isEmpty()) { + generatedName_ = other.generatedName_; + onChanged(); + } + if (externalResourcesBuilder_ == null) { + if (!other.externalResources_.isEmpty()) { + if (externalResources_.isEmpty()) { + externalResources_ = other.externalResources_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureExternalResourcesIsMutable(); + externalResources_.addAll(other.externalResources_); + } + onChanged(); + } + } else { + if (!other.externalResources_.isEmpty()) { + if (externalResourcesBuilder_.isEmpty()) { + externalResourcesBuilder_.dispose(); + externalResourcesBuilder_ = null; + externalResources_ = other.externalResources_; + bitField0_ = (bitField0_ & ~0x00000002); + externalResourcesBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getExternalResourcesFieldBuilder() : null; + } else { + externalResourcesBuilder_.addAllMessages(other.externalResources_); + } + } } if (resourcePoolInfoBuilder_ == null) { if (!other.resourcePoolInfo_.isEmpty()) { if (resourcePoolInfo_.isEmpty()) { resourcePoolInfo_ = other.resourcePoolInfo_; - bitField0_ = (bitField0_ & ~0x00000002); + bitField0_ = (bitField0_ & ~0x00000004); } else { ensureResourcePoolInfoIsMutable(); resourcePoolInfo_.addAll(other.resourcePoolInfo_); @@ -14088,7 +14062,7 @@ public Builder mergeFrom(flyteidl.event.Event.TaskExecutionMetadata other) { resourcePoolInfoBuilder_.dispose(); resourcePoolInfoBuilder_ = null; resourcePoolInfo_ = other.resourcePoolInfo_; - bitField0_ = (bitField0_ & ~0x00000002); + bitField0_ = (bitField0_ & ~0x00000004); resourcePoolInfoBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getResourcePoolInfoFieldBuilder() : null; @@ -14134,165 +14108,413 @@ public Builder mergeFrom( } private int bitField0_; - private flyteidl.event.Event.ResourceIdentifiers resourceIds_; - private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.event.Event.ResourceIdentifiers, flyteidl.event.Event.ResourceIdentifiers.Builder, flyteidl.event.Event.ResourceIdentifiersOrBuilder> resourceIdsBuilder_; + private java.lang.Object generatedName_ = ""; + /** + *
+       * Unique, generated name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public java.lang.String getGeneratedName() { + java.lang.Object ref = generatedName_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + generatedName_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Unique, generated name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public com.google.protobuf.ByteString + getGeneratedNameBytes() { + java.lang.Object ref = generatedName_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + generatedName_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Unique, generated name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public Builder setGeneratedName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + generatedName_ = value; + onChanged(); + return this; + } + /** + *
+       * Unique, generated name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public Builder clearGeneratedName() { + + generatedName_ = getDefaultInstance().getGeneratedName(); + onChanged(); + return this; + } + /** + *
+       * Unique, generated name for this task execution used by the backend.
+       * 
+ * + * string generated_name = 1; + */ + public Builder setGeneratedNameBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + generatedName_ = value; + onChanged(); + return this; + } + + private java.util.List externalResources_ = + java.util.Collections.emptyList(); + private void ensureExternalResourcesIsMutable() { + if (!((bitField0_ & 0x00000002) != 0)) { + externalResources_ = new java.util.ArrayList(externalResources_); + bitField0_ |= 0x00000002; + } + } + + private com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.event.Event.ExternalResourceInfo, flyteidl.event.Event.ExternalResourceInfo.Builder, flyteidl.event.Event.ExternalResourceInfoOrBuilder> externalResourcesBuilder_; + /** *
-       * Contains various identifiers for resources used during execution.
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
        * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - public boolean hasResourceIds() { - return resourceIdsBuilder_ != null || resourceIds_ != null; + public java.util.List getExternalResourcesList() { + if (externalResourcesBuilder_ == null) { + return java.util.Collections.unmodifiableList(externalResources_); + } else { + return externalResourcesBuilder_.getMessageList(); + } } /** *
-       * Contains various identifiers for resources used during execution.
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
        * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - public flyteidl.event.Event.ResourceIdentifiers getResourceIds() { - if (resourceIdsBuilder_ == null) { - return resourceIds_ == null ? flyteidl.event.Event.ResourceIdentifiers.getDefaultInstance() : resourceIds_; + public int getExternalResourcesCount() { + if (externalResourcesBuilder_ == null) { + return externalResources_.size(); } else { - return resourceIdsBuilder_.getMessage(); + return externalResourcesBuilder_.getCount(); } } /** *
-       * Contains various identifiers for resources used during execution.
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
        * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - public Builder setResourceIds(flyteidl.event.Event.ResourceIdentifiers value) { - if (resourceIdsBuilder_ == null) { + public flyteidl.event.Event.ExternalResourceInfo getExternalResources(int index) { + if (externalResourcesBuilder_ == null) { + return externalResources_.get(index); + } else { + return externalResourcesBuilder_.getMessage(index); + } + } + /** + *
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+       * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public Builder setExternalResources( + int index, flyteidl.event.Event.ExternalResourceInfo value) { + if (externalResourcesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } - resourceIds_ = value; + ensureExternalResourcesIsMutable(); + externalResources_.set(index, value); onChanged(); } else { - resourceIdsBuilder_.setMessage(value); + externalResourcesBuilder_.setMessage(index, value); } - return this; } /** *
-       * Contains various identifiers for resources used during execution.
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
        * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - public Builder setResourceIds( - flyteidl.event.Event.ResourceIdentifiers.Builder builderForValue) { - if (resourceIdsBuilder_ == null) { - resourceIds_ = builderForValue.build(); + public Builder setExternalResources( + int index, flyteidl.event.Event.ExternalResourceInfo.Builder builderForValue) { + if (externalResourcesBuilder_ == null) { + ensureExternalResourcesIsMutable(); + externalResources_.set(index, builderForValue.build()); onChanged(); } else { - resourceIdsBuilder_.setMessage(builderForValue.build()); + externalResourcesBuilder_.setMessage(index, builderForValue.build()); } - return this; } /** *
-       * Contains various identifiers for resources used during execution.
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
        * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - public Builder mergeResourceIds(flyteidl.event.Event.ResourceIdentifiers value) { - if (resourceIdsBuilder_ == null) { - if (resourceIds_ != null) { - resourceIds_ = - flyteidl.event.Event.ResourceIdentifiers.newBuilder(resourceIds_).mergeFrom(value).buildPartial(); - } else { - resourceIds_ = value; + public Builder addExternalResources(flyteidl.event.Event.ExternalResourceInfo value) { + if (externalResourcesBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); } + ensureExternalResourcesIsMutable(); + externalResources_.add(value); onChanged(); } else { - resourceIdsBuilder_.mergeFrom(value); + externalResourcesBuilder_.addMessage(value); } - return this; } /** *
-       * Contains various identifiers for resources used during execution.
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
        * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - public Builder clearResourceIds() { - if (resourceIdsBuilder_ == null) { - resourceIds_ = null; + public Builder addExternalResources( + int index, flyteidl.event.Event.ExternalResourceInfo value) { + if (externalResourcesBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureExternalResourcesIsMutable(); + externalResources_.add(index, value); onChanged(); } else { - resourceIds_ = null; - resourceIdsBuilder_ = null; + externalResourcesBuilder_.addMessage(index, value); } - return this; } /** *
-       * Contains various identifiers for resources used during execution.
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
        * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - public flyteidl.event.Event.ResourceIdentifiers.Builder getResourceIdsBuilder() { - - onChanged(); - return getResourceIdsFieldBuilder().getBuilder(); + public Builder addExternalResources( + flyteidl.event.Event.ExternalResourceInfo.Builder builderForValue) { + if (externalResourcesBuilder_ == null) { + ensureExternalResourcesIsMutable(); + externalResources_.add(builderForValue.build()); + onChanged(); + } else { + externalResourcesBuilder_.addMessage(builderForValue.build()); + } + return this; } /** *
-       * Contains various identifiers for resources used during execution.
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
        * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - public flyteidl.event.Event.ResourceIdentifiersOrBuilder getResourceIdsOrBuilder() { - if (resourceIdsBuilder_ != null) { - return resourceIdsBuilder_.getMessageOrBuilder(); + public Builder addExternalResources( + int index, flyteidl.event.Event.ExternalResourceInfo.Builder builderForValue) { + if (externalResourcesBuilder_ == null) { + ensureExternalResourcesIsMutable(); + externalResources_.add(index, builderForValue.build()); + onChanged(); } else { - return resourceIds_ == null ? - flyteidl.event.Event.ResourceIdentifiers.getDefaultInstance() : resourceIds_; + externalResourcesBuilder_.addMessage(index, builderForValue.build()); } + return this; } /** *
-       * Contains various identifiers for resources used during execution.
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
        * 
* - * .flyteidl.event.ResourceIdentifiers resource_ids = 1; + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; */ - private com.google.protobuf.SingleFieldBuilderV3< - flyteidl.event.Event.ResourceIdentifiers, flyteidl.event.Event.ResourceIdentifiers.Builder, flyteidl.event.Event.ResourceIdentifiersOrBuilder> - getResourceIdsFieldBuilder() { - if (resourceIdsBuilder_ == null) { - resourceIdsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< - flyteidl.event.Event.ResourceIdentifiers, flyteidl.event.Event.ResourceIdentifiers.Builder, flyteidl.event.Event.ResourceIdentifiersOrBuilder>( - getResourceIds(), + public Builder addAllExternalResources( + java.lang.Iterable values) { + if (externalResourcesBuilder_ == null) { + ensureExternalResourcesIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, externalResources_); + onChanged(); + } else { + externalResourcesBuilder_.addAllMessages(values); + } + return this; + } + /** + *
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+       * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public Builder clearExternalResources() { + if (externalResourcesBuilder_ == null) { + externalResources_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + } else { + externalResourcesBuilder_.clear(); + } + return this; + } + /** + *
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+       * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public Builder removeExternalResources(int index) { + if (externalResourcesBuilder_ == null) { + ensureExternalResourcesIsMutable(); + externalResources_.remove(index); + onChanged(); + } else { + externalResourcesBuilder_.remove(index); + } + return this; + } + /** + *
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+       * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public flyteidl.event.Event.ExternalResourceInfo.Builder getExternalResourcesBuilder( + int index) { + return getExternalResourcesFieldBuilder().getBuilder(index); + } + /** + *
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+       * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public flyteidl.event.Event.ExternalResourceInfoOrBuilder getExternalResourcesOrBuilder( + int index) { + if (externalResourcesBuilder_ == null) { + return externalResources_.get(index); } else { + return externalResourcesBuilder_.getMessageOrBuilder(index); + } + } + /** + *
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+       * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public java.util.List + getExternalResourcesOrBuilderList() { + if (externalResourcesBuilder_ != null) { + return externalResourcesBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(externalResources_); + } + } + /** + *
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+       * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public flyteidl.event.Event.ExternalResourceInfo.Builder addExternalResourcesBuilder() { + return getExternalResourcesFieldBuilder().addBuilder( + flyteidl.event.Event.ExternalResourceInfo.getDefaultInstance()); + } + /** + *
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+       * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public flyteidl.event.Event.ExternalResourceInfo.Builder addExternalResourcesBuilder( + int index) { + return getExternalResourcesFieldBuilder().addBuilder( + index, flyteidl.event.Event.ExternalResourceInfo.getDefaultInstance()); + } + /** + *
+       * Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution.
+       * 
+ * + * repeated .flyteidl.event.ExternalResourceInfo external_resources = 2; + */ + public java.util.List + getExternalResourcesBuilderList() { + return getExternalResourcesFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.event.Event.ExternalResourceInfo, flyteidl.event.Event.ExternalResourceInfo.Builder, flyteidl.event.Event.ExternalResourceInfoOrBuilder> + getExternalResourcesFieldBuilder() { + if (externalResourcesBuilder_ == null) { + externalResourcesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.event.Event.ExternalResourceInfo, flyteidl.event.Event.ExternalResourceInfo.Builder, flyteidl.event.Event.ExternalResourceInfoOrBuilder>( + externalResources_, + ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); - resourceIds_ = null; + externalResources_ = null; } - return resourceIdsBuilder_; + return externalResourcesBuilder_; } private java.util.List resourcePoolInfo_ = java.util.Collections.emptyList(); private void ensureResourcePoolInfoIsMutable() { - if (!((bitField0_ & 0x00000002) != 0)) { + if (!((bitField0_ & 0x00000004) != 0)) { resourcePoolInfo_ = new java.util.ArrayList(resourcePoolInfo_); - bitField0_ |= 0x00000002; + bitField0_ |= 0x00000004; } } @@ -14301,11 +14523,11 @@ private void ensureResourcePoolInfoIsMutable() { /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public java.util.List getResourcePoolInfoList() { if (resourcePoolInfoBuilder_ == null) { @@ -14316,11 +14538,11 @@ public java.util.List getResourcePoolInfo } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public int getResourcePoolInfoCount() { if (resourcePoolInfoBuilder_ == null) { @@ -14331,11 +14553,11 @@ public int getResourcePoolInfoCount() { } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public flyteidl.event.Event.ResourcePoolInfo getResourcePoolInfo(int index) { if (resourcePoolInfoBuilder_ == null) { @@ -14346,11 +14568,11 @@ public flyteidl.event.Event.ResourcePoolInfo getResourcePoolInfo(int index) { } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public Builder setResourcePoolInfo( int index, flyteidl.event.Event.ResourcePoolInfo value) { @@ -14368,11 +14590,11 @@ public Builder setResourcePoolInfo( } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public Builder setResourcePoolInfo( int index, flyteidl.event.Event.ResourcePoolInfo.Builder builderForValue) { @@ -14387,11 +14609,11 @@ public Builder setResourcePoolInfo( } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public Builder addResourcePoolInfo(flyteidl.event.Event.ResourcePoolInfo value) { if (resourcePoolInfoBuilder_ == null) { @@ -14408,11 +14630,11 @@ public Builder addResourcePoolInfo(flyteidl.event.Event.ResourcePoolInfo value) } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public Builder addResourcePoolInfo( int index, flyteidl.event.Event.ResourcePoolInfo value) { @@ -14430,11 +14652,11 @@ public Builder addResourcePoolInfo( } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public Builder addResourcePoolInfo( flyteidl.event.Event.ResourcePoolInfo.Builder builderForValue) { @@ -14449,11 +14671,11 @@ public Builder addResourcePoolInfo( } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public Builder addResourcePoolInfo( int index, flyteidl.event.Event.ResourcePoolInfo.Builder builderForValue) { @@ -14468,11 +14690,11 @@ public Builder addResourcePoolInfo( } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public Builder addAllResourcePoolInfo( java.lang.Iterable values) { @@ -14488,16 +14710,16 @@ public Builder addAllResourcePoolInfo( } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public Builder clearResourcePoolInfo() { if (resourcePoolInfoBuilder_ == null) { resourcePoolInfo_ = java.util.Collections.emptyList(); - bitField0_ = (bitField0_ & ~0x00000002); + bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { resourcePoolInfoBuilder_.clear(); @@ -14506,11 +14728,11 @@ public Builder clearResourcePoolInfo() { } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public Builder removeResourcePoolInfo(int index) { if (resourcePoolInfoBuilder_ == null) { @@ -14524,11 +14746,11 @@ public Builder removeResourcePoolInfo(int index) { } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public flyteidl.event.Event.ResourcePoolInfo.Builder getResourcePoolInfoBuilder( int index) { @@ -14536,11 +14758,11 @@ public flyteidl.event.Event.ResourcePoolInfo.Builder getResourcePoolInfoBuilder( } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( int index) { @@ -14551,11 +14773,11 @@ public flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuild } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public java.util.List getResourcePoolInfoOrBuilderList() { @@ -14567,11 +14789,11 @@ public flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuild } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public flyteidl.event.Event.ResourcePoolInfo.Builder addResourcePoolInfoBuilder() { return getResourcePoolInfoFieldBuilder().addBuilder( @@ -14579,11 +14801,11 @@ public flyteidl.event.Event.ResourcePoolInfo.Builder addResourcePoolInfoBuilder( } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public flyteidl.event.Event.ResourcePoolInfo.Builder addResourcePoolInfoBuilder( int index) { @@ -14592,11 +14814,11 @@ public flyteidl.event.Event.ResourcePoolInfo.Builder addResourcePoolInfoBuilder( } /** *
-       * Includes information about resource token allocation (if applicable).
+       * Includes additional data on concurrent resource management used during execution..
        * This is a repeated field because a plugin can request multiple resource allocations during execution.
        * 
* - * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 2; + * repeated .flyteidl.event.ResourcePoolInfo resource_pool_info = 3; */ public java.util.List getResourcePoolInfoBuilderList() { @@ -14609,7 +14831,7 @@ public flyteidl.event.Event.ResourcePoolInfo.Builder addResourcePoolInfoBuilder( resourcePoolInfoBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< flyteidl.event.Event.ResourcePoolInfo, flyteidl.event.Event.ResourcePoolInfo.Builder, flyteidl.event.Event.ResourcePoolInfoOrBuilder>( resourcePoolInfo_, - ((bitField0_ & 0x00000002) != 0), + ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean()); resourcePoolInfo_ = null; @@ -14623,7 +14845,7 @@ public flyteidl.event.Event.ResourcePoolInfo.Builder addResourcePoolInfoBuilder( * The identifier of the plugin used to execute this task. * * - * string plugin_identifier = 3; + * string plugin_identifier = 4; */ public java.lang.String getPluginIdentifier() { java.lang.Object ref = pluginIdentifier_; @@ -14642,7 +14864,7 @@ public java.lang.String getPluginIdentifier() { * The identifier of the plugin used to execute this task. * * - * string plugin_identifier = 3; + * string plugin_identifier = 4; */ public com.google.protobuf.ByteString getPluginIdentifierBytes() { @@ -14662,7 +14884,7 @@ public java.lang.String getPluginIdentifier() { * The identifier of the plugin used to execute this task. * * - * string plugin_identifier = 3; + * string plugin_identifier = 4; */ public Builder setPluginIdentifier( java.lang.String value) { @@ -14679,7 +14901,7 @@ public Builder setPluginIdentifier( * The identifier of the plugin used to execute this task. * * - * string plugin_identifier = 3; + * string plugin_identifier = 4; */ public Builder clearPluginIdentifier() { @@ -14692,7 +14914,7 @@ public Builder clearPluginIdentifier() { * The identifier of the plugin used to execute this task. * * - * string plugin_identifier = 3; + * string plugin_identifier = 4; */ public Builder setPluginIdentifierBytes( com.google.protobuf.ByteString value) { @@ -14839,10 +15061,10 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_event_TaskExecutionEvent_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor - internal_static_flyteidl_event_ResourceIdentifiers_descriptor; + internal_static_flyteidl_event_ExternalResourceInfo_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable - internal_static_flyteidl_event_ResourceIdentifiers_fieldAccessorTable; + internal_static_flyteidl_event_ExternalResourceInfo_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_event_ResourcePoolInfo_descriptor; private static final @@ -14914,20 +15136,20 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { ".google.protobuf.Struct\022\025\n\rphase_version" + "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(" + "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" + - "kExecutionMetadataB\017\n\routput_result\"C\n\023R" + - "esourceIdentifiers\022\026\n\016generated_name\030\001 \001" + - "(\t\022\024\n\014external_ids\030\002 \003(\t\"?\n\020ResourcePool" + - "Info\022\030\n\020allocation_token\030\001 \001(\t\022\021\n\tnamesp" + - "ace\030\002 \001(\t\"\251\002\n\025TaskExecutionMetadata\0229\n\014r" + - "esource_ids\030\001 \001(\0132#.flyteidl.event.Resou" + - "rceIdentifiers\022<\n\022resource_pool_info\030\002 \003" + - "(\0132 .flyteidl.event.ResourcePoolInfo\022\031\n\021" + - "plugin_identifier\030\003 \001(\t\022K\n\016instance_clas" + - "s\030\020 \001(\01623.flyteidl.event.TaskExecutionMe" + - "tadata.InstanceClass\"/\n\rInstanceClass\022\013\n" + - "\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z5github." + - "com/flyteorg/flyteidl/gen/pb-go/flyteidl" + - "/eventb\006proto3" + "kExecutionMetadataB\017\n\routput_result\",\n\024E" + + "xternalResourceInfo\022\024\n\014external_ids\030\001 \003(" + + "\t\"?\n\020ResourcePoolInfo\022\030\n\020allocation_toke" + + "n\030\001 \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\310\002\n\025TaskExecu" + + "tionMetadata\022\026\n\016generated_name\030\001 \001(\t\022@\n\022" + + "external_resources\030\002 \003(\0132$.flyteidl.even" + + "t.ExternalResourceInfo\022<\n\022resource_pool_" + + "info\030\003 \003(\0132 .flyteidl.event.ResourcePool" + + "Info\022\031\n\021plugin_identifier\030\004 \001(\t\022K\n\016insta" + + "nce_class\030\020 \001(\01623.flyteidl.event.TaskExe" + + "cutionMetadata.InstanceClass\"/\n\rInstance" + + "Class\022\013\n\007DEFAULT\020\000\022\021\n\rINTERRUPTIBLE\020\001B7Z" + + "5github.com/flyteorg/flyteidl/gen/pb-go/" + + "flyteidl/eventb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -14988,12 +15210,12 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_TaskExecutionEvent_descriptor, new java.lang.String[] { "TaskId", "ParentNodeExecutionId", "RetryAttempt", "Phase", "ProducerId", "Logs", "OccurredAt", "InputUri", "OutputUri", "Error", "CustomInfo", "PhaseVersion", "Reason", "TaskType", "Metadata", "OutputResult", }); - internal_static_flyteidl_event_ResourceIdentifiers_descriptor = + internal_static_flyteidl_event_ExternalResourceInfo_descriptor = getDescriptor().getMessageTypes().get(7); - internal_static_flyteidl_event_ResourceIdentifiers_fieldAccessorTable = new + internal_static_flyteidl_event_ExternalResourceInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( - internal_static_flyteidl_event_ResourceIdentifiers_descriptor, - new java.lang.String[] { "GeneratedName", "ExternalIds", }); + internal_static_flyteidl_event_ExternalResourceInfo_descriptor, + new java.lang.String[] { "ExternalIds", }); internal_static_flyteidl_event_ResourcePoolInfo_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_flyteidl_event_ResourcePoolInfo_fieldAccessorTable = new @@ -15005,7 +15227,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_flyteidl_event_TaskExecutionMetadata_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_event_TaskExecutionMetadata_descriptor, - new java.lang.String[] { "ResourceIds", "ResourcePoolInfo", "PluginIdentifier", "InstanceClass", }); + new java.lang.String[] { "GeneratedName", "ExternalResources", "ResourcePoolInfo", "PluginIdentifier", "InstanceClass", }); flyteidl.core.Execution.getDescriptor(); flyteidl.core.IdentifierOuterClass.getDescriptor(); flyteidl.core.Catalog.getDescriptor(); diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index 9e8210027..ae046acdf 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5721,58 +5721,52 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } - /** Properties of a ResourceIdentifiers. */ - interface IResourceIdentifiers { + /** Properties of an ExternalResourceInfo. */ + interface IExternalResourceInfo { - /** ResourceIdentifiers generatedName */ - generatedName?: (string|null); - - /** ResourceIdentifiers externalIds */ + /** ExternalResourceInfo externalIds */ externalIds?: (string[]|null); } - /** Represents a ResourceIdentifiers. */ - class ResourceIdentifiers implements IResourceIdentifiers { + /** Represents an ExternalResourceInfo. */ + class ExternalResourceInfo implements IExternalResourceInfo { /** - * Constructs a new ResourceIdentifiers. + * Constructs a new ExternalResourceInfo. * @param [properties] Properties to set */ - constructor(properties?: flyteidl.event.IResourceIdentifiers); - - /** ResourceIdentifiers generatedName. */ - public generatedName: string; + constructor(properties?: flyteidl.event.IExternalResourceInfo); - /** ResourceIdentifiers externalIds. */ + /** ExternalResourceInfo externalIds. */ public externalIds: string[]; /** - * Creates a new ResourceIdentifiers instance using the specified properties. + * Creates a new ExternalResourceInfo instance using the specified properties. * @param [properties] Properties to set - * @returns ResourceIdentifiers instance + * @returns ExternalResourceInfo instance */ - public static create(properties?: flyteidl.event.IResourceIdentifiers): flyteidl.event.ResourceIdentifiers; + public static create(properties?: flyteidl.event.IExternalResourceInfo): flyteidl.event.ExternalResourceInfo; /** - * Encodes the specified ResourceIdentifiers message. Does not implicitly {@link flyteidl.event.ResourceIdentifiers.verify|verify} messages. - * @param message ResourceIdentifiers message or plain object to encode + * Encodes the specified ExternalResourceInfo message. Does not implicitly {@link flyteidl.event.ExternalResourceInfo.verify|verify} messages. + * @param message ExternalResourceInfo message or plain object to encode * @param [writer] Writer to encode to * @returns Writer */ - public static encode(message: flyteidl.event.IResourceIdentifiers, writer?: $protobuf.Writer): $protobuf.Writer; + public static encode(message: flyteidl.event.IExternalResourceInfo, writer?: $protobuf.Writer): $protobuf.Writer; /** - * Decodes a ResourceIdentifiers message from the specified reader or buffer. + * Decodes an ExternalResourceInfo message from the specified reader or buffer. * @param reader Reader or buffer to decode from * @param [length] Message length if known beforehand - * @returns ResourceIdentifiers + * @returns ExternalResourceInfo * @throws {Error} If the payload is not a reader or valid buffer * @throws {$protobuf.util.ProtocolError} If required fields are missing */ - public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.event.ResourceIdentifiers; + public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): flyteidl.event.ExternalResourceInfo; /** - * Verifies a ResourceIdentifiers message. + * Verifies an ExternalResourceInfo message. * @param message Plain object to verify * @returns `null` if valid, otherwise the reason why it is not */ @@ -5840,8 +5834,11 @@ export namespace flyteidl { /** Properties of a TaskExecutionMetadata. */ interface ITaskExecutionMetadata { - /** TaskExecutionMetadata resourceIds */ - resourceIds?: (flyteidl.event.IResourceIdentifiers|null); + /** TaskExecutionMetadata generatedName */ + generatedName?: (string|null); + + /** TaskExecutionMetadata externalResources */ + externalResources?: (flyteidl.event.IExternalResourceInfo[]|null); /** TaskExecutionMetadata resourcePoolInfo */ resourcePoolInfo?: (flyteidl.event.IResourcePoolInfo[]|null); @@ -5862,8 +5859,11 @@ export namespace flyteidl { */ constructor(properties?: flyteidl.event.ITaskExecutionMetadata); - /** TaskExecutionMetadata resourceIds. */ - public resourceIds?: (flyteidl.event.IResourceIdentifiers|null); + /** TaskExecutionMetadata generatedName. */ + public generatedName: string; + + /** TaskExecutionMetadata externalResources. */ + public externalResources: flyteidl.event.IExternalResourceInfo[]; /** TaskExecutionMetadata resourcePoolInfo. */ public resourcePoolInfo: flyteidl.event.IResourcePoolInfo[]; diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index 31bb636e8..f9ce8d237 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -13865,25 +13865,24 @@ export const flyteidl = $root.flyteidl = (() => { return TaskExecutionEvent; })(); - event.ResourceIdentifiers = (function() { + event.ExternalResourceInfo = (function() { /** - * Properties of a ResourceIdentifiers. + * Properties of an ExternalResourceInfo. * @memberof flyteidl.event - * @interface IResourceIdentifiers - * @property {string|null} [generatedName] ResourceIdentifiers generatedName - * @property {Array.|null} [externalIds] ResourceIdentifiers externalIds + * @interface IExternalResourceInfo + * @property {Array.|null} [externalIds] ExternalResourceInfo externalIds */ /** - * Constructs a new ResourceIdentifiers. + * Constructs a new ExternalResourceInfo. * @memberof flyteidl.event - * @classdesc Represents a ResourceIdentifiers. - * @implements IResourceIdentifiers + * @classdesc Represents an ExternalResourceInfo. + * @implements IExternalResourceInfo * @constructor - * @param {flyteidl.event.IResourceIdentifiers=} [properties] Properties to set + * @param {flyteidl.event.IExternalResourceInfo=} [properties] Properties to set */ - function ResourceIdentifiers(properties) { + function ExternalResourceInfo(properties) { this.externalIds = []; if (properties) for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) @@ -13892,75 +13891,62 @@ export const flyteidl = $root.flyteidl = (() => { } /** - * ResourceIdentifiers generatedName. - * @member {string} generatedName - * @memberof flyteidl.event.ResourceIdentifiers - * @instance - */ - ResourceIdentifiers.prototype.generatedName = ""; - - /** - * ResourceIdentifiers externalIds. + * ExternalResourceInfo externalIds. * @member {Array.} externalIds - * @memberof flyteidl.event.ResourceIdentifiers + * @memberof flyteidl.event.ExternalResourceInfo * @instance */ - ResourceIdentifiers.prototype.externalIds = $util.emptyArray; + ExternalResourceInfo.prototype.externalIds = $util.emptyArray; /** - * Creates a new ResourceIdentifiers instance using the specified properties. + * Creates a new ExternalResourceInfo instance using the specified properties. * @function create - * @memberof flyteidl.event.ResourceIdentifiers + * @memberof flyteidl.event.ExternalResourceInfo * @static - * @param {flyteidl.event.IResourceIdentifiers=} [properties] Properties to set - * @returns {flyteidl.event.ResourceIdentifiers} ResourceIdentifiers instance + * @param {flyteidl.event.IExternalResourceInfo=} [properties] Properties to set + * @returns {flyteidl.event.ExternalResourceInfo} ExternalResourceInfo instance */ - ResourceIdentifiers.create = function create(properties) { - return new ResourceIdentifiers(properties); + ExternalResourceInfo.create = function create(properties) { + return new ExternalResourceInfo(properties); }; /** - * Encodes the specified ResourceIdentifiers message. Does not implicitly {@link flyteidl.event.ResourceIdentifiers.verify|verify} messages. + * Encodes the specified ExternalResourceInfo message. Does not implicitly {@link flyteidl.event.ExternalResourceInfo.verify|verify} messages. * @function encode - * @memberof flyteidl.event.ResourceIdentifiers + * @memberof flyteidl.event.ExternalResourceInfo * @static - * @param {flyteidl.event.IResourceIdentifiers} message ResourceIdentifiers message or plain object to encode + * @param {flyteidl.event.IExternalResourceInfo} message ExternalResourceInfo message or plain object to encode * @param {$protobuf.Writer} [writer] Writer to encode to * @returns {$protobuf.Writer} Writer */ - ResourceIdentifiers.encode = function encode(message, writer) { + ExternalResourceInfo.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - if (message.generatedName != null && message.hasOwnProperty("generatedName")) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.generatedName); if (message.externalIds != null && message.externalIds.length) for (let i = 0; i < message.externalIds.length; ++i) - writer.uint32(/* id 2, wireType 2 =*/18).string(message.externalIds[i]); + writer.uint32(/* id 1, wireType 2 =*/10).string(message.externalIds[i]); return writer; }; /** - * Decodes a ResourceIdentifiers message from the specified reader or buffer. + * Decodes an ExternalResourceInfo message from the specified reader or buffer. * @function decode - * @memberof flyteidl.event.ResourceIdentifiers + * @memberof flyteidl.event.ExternalResourceInfo * @static * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from * @param {number} [length] Message length if known beforehand - * @returns {flyteidl.event.ResourceIdentifiers} ResourceIdentifiers + * @returns {flyteidl.event.ExternalResourceInfo} ExternalResourceInfo * @throws {Error} If the payload is not a reader or valid buffer * @throws {$protobuf.util.ProtocolError} If required fields are missing */ - ResourceIdentifiers.decode = function decode(reader, length) { + ExternalResourceInfo.decode = function decode(reader, length) { if (!(reader instanceof $Reader)) reader = $Reader.create(reader); - let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.event.ResourceIdentifiers(); + let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.event.ExternalResourceInfo(); while (reader.pos < end) { let tag = reader.uint32(); switch (tag >>> 3) { case 1: - message.generatedName = reader.string(); - break; - case 2: if (!(message.externalIds && message.externalIds.length)) message.externalIds = []; message.externalIds.push(reader.string()); @@ -13974,19 +13960,16 @@ export const flyteidl = $root.flyteidl = (() => { }; /** - * Verifies a ResourceIdentifiers message. + * Verifies an ExternalResourceInfo message. * @function verify - * @memberof flyteidl.event.ResourceIdentifiers + * @memberof flyteidl.event.ExternalResourceInfo * @static * @param {Object.} message Plain object to verify * @returns {string|null} `null` if valid, otherwise the reason why it is not */ - ResourceIdentifiers.verify = function verify(message) { + ExternalResourceInfo.verify = function verify(message) { if (typeof message !== "object" || message === null) return "object expected"; - if (message.generatedName != null && message.hasOwnProperty("generatedName")) - if (!$util.isString(message.generatedName)) - return "generatedName: string expected"; if (message.externalIds != null && message.hasOwnProperty("externalIds")) { if (!Array.isArray(message.externalIds)) return "externalIds: array expected"; @@ -13997,7 +13980,7 @@ export const flyteidl = $root.flyteidl = (() => { return null; }; - return ResourceIdentifiers; + return ExternalResourceInfo; })(); event.ResourcePoolInfo = (function() { @@ -14133,7 +14116,8 @@ export const flyteidl = $root.flyteidl = (() => { * Properties of a TaskExecutionMetadata. * @memberof flyteidl.event * @interface ITaskExecutionMetadata - * @property {flyteidl.event.IResourceIdentifiers|null} [resourceIds] TaskExecutionMetadata resourceIds + * @property {string|null} [generatedName] TaskExecutionMetadata generatedName + * @property {Array.|null} [externalResources] TaskExecutionMetadata externalResources * @property {Array.|null} [resourcePoolInfo] TaskExecutionMetadata resourcePoolInfo * @property {string|null} [pluginIdentifier] TaskExecutionMetadata pluginIdentifier * @property {flyteidl.event.TaskExecutionMetadata.InstanceClass|null} [instanceClass] TaskExecutionMetadata instanceClass @@ -14148,6 +14132,7 @@ export const flyteidl = $root.flyteidl = (() => { * @param {flyteidl.event.ITaskExecutionMetadata=} [properties] Properties to set */ function TaskExecutionMetadata(properties) { + this.externalResources = []; this.resourcePoolInfo = []; if (properties) for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) @@ -14156,12 +14141,20 @@ export const flyteidl = $root.flyteidl = (() => { } /** - * TaskExecutionMetadata resourceIds. - * @member {flyteidl.event.IResourceIdentifiers|null|undefined} resourceIds + * TaskExecutionMetadata generatedName. + * @member {string} generatedName + * @memberof flyteidl.event.TaskExecutionMetadata + * @instance + */ + TaskExecutionMetadata.prototype.generatedName = ""; + + /** + * TaskExecutionMetadata externalResources. + * @member {Array.} externalResources * @memberof flyteidl.event.TaskExecutionMetadata * @instance */ - TaskExecutionMetadata.prototype.resourceIds = null; + TaskExecutionMetadata.prototype.externalResources = $util.emptyArray; /** * TaskExecutionMetadata resourcePoolInfo. @@ -14211,13 +14204,16 @@ export const flyteidl = $root.flyteidl = (() => { TaskExecutionMetadata.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - if (message.resourceIds != null && message.hasOwnProperty("resourceIds")) - $root.flyteidl.event.ResourceIdentifiers.encode(message.resourceIds, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); + if (message.generatedName != null && message.hasOwnProperty("generatedName")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.generatedName); + if (message.externalResources != null && message.externalResources.length) + for (let i = 0; i < message.externalResources.length; ++i) + $root.flyteidl.event.ExternalResourceInfo.encode(message.externalResources[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); if (message.resourcePoolInfo != null && message.resourcePoolInfo.length) for (let i = 0; i < message.resourcePoolInfo.length; ++i) - $root.flyteidl.event.ResourcePoolInfo.encode(message.resourcePoolInfo[i], writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim(); + $root.flyteidl.event.ResourcePoolInfo.encode(message.resourcePoolInfo[i], writer.uint32(/* id 3, wireType 2 =*/26).fork()).ldelim(); if (message.pluginIdentifier != null && message.hasOwnProperty("pluginIdentifier")) - writer.uint32(/* id 3, wireType 2 =*/26).string(message.pluginIdentifier); + writer.uint32(/* id 4, wireType 2 =*/34).string(message.pluginIdentifier); if (message.instanceClass != null && message.hasOwnProperty("instanceClass")) writer.uint32(/* id 16, wireType 0 =*/128).int32(message.instanceClass); return writer; @@ -14242,14 +14238,19 @@ export const flyteidl = $root.flyteidl = (() => { let tag = reader.uint32(); switch (tag >>> 3) { case 1: - message.resourceIds = $root.flyteidl.event.ResourceIdentifiers.decode(reader, reader.uint32()); + message.generatedName = reader.string(); break; case 2: + if (!(message.externalResources && message.externalResources.length)) + message.externalResources = []; + message.externalResources.push($root.flyteidl.event.ExternalResourceInfo.decode(reader, reader.uint32())); + break; + case 3: if (!(message.resourcePoolInfo && message.resourcePoolInfo.length)) message.resourcePoolInfo = []; message.resourcePoolInfo.push($root.flyteidl.event.ResourcePoolInfo.decode(reader, reader.uint32())); break; - case 3: + case 4: message.pluginIdentifier = reader.string(); break; case 16: @@ -14274,10 +14275,17 @@ export const flyteidl = $root.flyteidl = (() => { TaskExecutionMetadata.verify = function verify(message) { if (typeof message !== "object" || message === null) return "object expected"; - if (message.resourceIds != null && message.hasOwnProperty("resourceIds")) { - let error = $root.flyteidl.event.ResourceIdentifiers.verify(message.resourceIds); - if (error) - return "resourceIds." + error; + if (message.generatedName != null && message.hasOwnProperty("generatedName")) + if (!$util.isString(message.generatedName)) + return "generatedName: string expected"; + if (message.externalResources != null && message.hasOwnProperty("externalResources")) { + if (!Array.isArray(message.externalResources)) + return "externalResources: array expected"; + for (let i = 0; i < message.externalResources.length; ++i) { + let error = $root.flyteidl.event.ExternalResourceInfo.verify(message.externalResources[i]); + if (error) + return "externalResources." + error; + } } if (message.resourcePoolInfo != null && message.hasOwnProperty("resourcePoolInfo")) { if (!Array.isArray(message.resourcePoolInfo)) diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index e9b1441a5..39a762f02 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -426,32 +426,25 @@ metadata -.. _api_msg_flyteidl.event.ResourceIdentifiers: +.. _api_msg_flyteidl.event.ExternalResourceInfo: -flyteidl.event.ResourceIdentifiers ----------------------------------- +flyteidl.event.ExternalResourceInfo +----------------------------------- -`[flyteidl.event.ResourceIdentifiers proto] `_ +`[flyteidl.event.ExternalResourceInfo proto] `_ -This message contains various identifiers for resources used for a specific task execution. +This message contains metadata about external resources produced or used by a specific task execution. .. code-block:: json { - "generated_name": "...", "external_ids": [] } -.. _api_field_flyteidl.event.ResourceIdentifiers.generated_name: - -generated_name - (`string `_) Unique, generated name for this task execution used by the backend. - - -.. _api_field_flyteidl.event.ResourceIdentifiers.external_ids: +.. _api_field_flyteidl.event.ExternalResourceInfo.external_ids: external_ids - (`string `_) Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids. + (`string `_) Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. @@ -461,7 +454,7 @@ external_ids flyteidl.event.ResourcePoolInfo ------------------------------- -`[flyteidl.event.ResourcePoolInfo proto] `_ +`[flyteidl.event.ResourcePoolInfo proto] `_ This message holds task execution metadata specific to resource allocation used to manage concurrent executions for a project namespace. @@ -492,7 +485,7 @@ namespace flyteidl.event.TaskExecutionMetadata ------------------------------------ -`[flyteidl.event.TaskExecutionMetadata proto] `_ +`[flyteidl.event.TaskExecutionMetadata proto] `_ Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). @@ -500,22 +493,29 @@ TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/f .. code-block:: json { - "resource_ids": "{...}", + "generated_name": "...", + "external_resources": [], "resource_pool_info": [], "plugin_identifier": "...", "instance_class": "..." } -.. _api_field_flyteidl.event.TaskExecutionMetadata.resource_ids: +.. _api_field_flyteidl.event.TaskExecutionMetadata.generated_name: + +generated_name + (`string `_) Unique, generated name for this task execution used by the backend. + + +.. _api_field_flyteidl.event.TaskExecutionMetadata.external_resources: -resource_ids - (:ref:`flyteidl.event.ResourceIdentifiers `) Contains various identifiers for resources used during execution. +external_resources + (:ref:`flyteidl.event.ExternalResourceInfo `) Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution. .. _api_field_flyteidl.event.TaskExecutionMetadata.resource_pool_info: resource_pool_info - (:ref:`flyteidl.event.ResourcePoolInfo `) Includes information about resource token allocation (if applicable). + (:ref:`flyteidl.event.ResourcePoolInfo `) Includes additional data on concurrent resource management used during execution.. This is a repeated field because a plugin can request multiple resource allocations during execution. diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py index 49a99865f..894036eaa 100644 --- a/gen/pb_python/flyteidl/event/event_pb2.py +++ b/gen/pb_python/flyteidl/event/event_pb2.py @@ -25,7 +25,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\"C\n\x13ResourceIdentifiers\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12\x14\n\x0c\x65xternal_ids\x18\x02 \x03(\t\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xa9\x02\n\x15TaskExecutionMetadata\x12\x39\n\x0cresource_ids\x18\x01 \x01(\x0b\x32#.flyteidl.event.ResourceIdentifiers\x12<\n\x12resource_pool_info\x18\x02 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x03 \x01(\t\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\",\n\x14\x45xternalResourceInfo\x12\x14\n\x0c\x65xternal_ids\x18\x01 \x03(\t\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xc8\x02\n\x15TaskExecutionMetadata\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12@\n\x12\x65xternal_resources\x18\x02 \x03(\x0b\x32$.flyteidl.event.ExternalResourceInfo\x12<\n\x12resource_pool_info\x18\x03 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x04 \x01(\t\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -48,8 +48,8 @@ ], containing_type=None, serialized_options=None, - serialized_start=2502, - serialized_end=2549, + serialized_start=2510, + serialized_end=2557, ) _sym_db.RegisterEnumDescriptor(_TASKEXECUTIONMETADATA_INSTANCECLASS) @@ -514,23 +514,16 @@ ) -_RESOURCEIDENTIFIERS = _descriptor.Descriptor( - name='ResourceIdentifiers', - full_name='flyteidl.event.ResourceIdentifiers', +_EXTERNALRESOURCEINFO = _descriptor.Descriptor( + name='ExternalResourceInfo', + full_name='flyteidl.event.ExternalResourceInfo', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( - name='generated_name', full_name='flyteidl.event.ResourceIdentifiers.generated_name', index=0, - number=1, type=9, cpp_type=9, label=1, - has_default_value=False, default_value=_b("").decode('utf-8'), - message_type=None, enum_type=None, containing_type=None, - is_extension=False, extension_scope=None, - serialized_options=None, file=DESCRIPTOR), - _descriptor.FieldDescriptor( - name='external_ids', full_name='flyteidl.event.ResourceIdentifiers.external_ids', index=1, - number=2, type=9, cpp_type=9, label=3, + name='external_ids', full_name='flyteidl.event.ExternalResourceInfo.external_ids', index=0, + number=1, type=9, cpp_type=9, label=3, has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, @@ -548,7 +541,7 @@ oneofs=[ ], serialized_start=2117, - serialized_end=2184, + serialized_end=2161, ) @@ -585,8 +578,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2186, - serialized_end=2249, + serialized_start=2163, + serialized_end=2226, ) @@ -598,28 +591,35 @@ containing_type=None, fields=[ _descriptor.FieldDescriptor( - name='resource_ids', full_name='flyteidl.event.TaskExecutionMetadata.resource_ids', index=0, - number=1, type=11, cpp_type=10, label=1, - has_default_value=False, default_value=None, + name='generated_name', full_name='flyteidl.event.TaskExecutionMetadata.generated_name', index=0, + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='resource_pool_info', full_name='flyteidl.event.TaskExecutionMetadata.resource_pool_info', index=1, + name='external_resources', full_name='flyteidl.event.TaskExecutionMetadata.external_resources', index=1, number=2, type=11, cpp_type=10, label=3, has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='plugin_identifier', full_name='flyteidl.event.TaskExecutionMetadata.plugin_identifier', index=2, - number=3, type=9, cpp_type=9, label=1, + name='resource_pool_info', full_name='flyteidl.event.TaskExecutionMetadata.resource_pool_info', index=2, + number=3, type=11, cpp_type=10, label=3, + has_default_value=False, default_value=[], + message_type=None, enum_type=None, containing_type=None, + is_extension=False, extension_scope=None, + serialized_options=None, file=DESCRIPTOR), + _descriptor.FieldDescriptor( + name='plugin_identifier', full_name='flyteidl.event.TaskExecutionMetadata.plugin_identifier', index=3, + number=4, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( - name='instance_class', full_name='flyteidl.event.TaskExecutionMetadata.instance_class', index=3, + name='instance_class', full_name='flyteidl.event.TaskExecutionMetadata.instance_class', index=4, number=16, type=14, cpp_type=8, label=1, has_default_value=False, default_value=0, message_type=None, enum_type=None, containing_type=None, @@ -638,8 +638,8 @@ extension_ranges=[], oneofs=[ ], - serialized_start=2252, - serialized_end=2549, + serialized_start=2229, + serialized_end=2557, ) _WORKFLOWEXECUTIONEVENT.fields_by_name['execution_id'].message_type = flyteidl_dot_core_dot_identifier__pb2._WORKFLOWEXECUTIONIDENTIFIER @@ -690,7 +690,7 @@ _TASKEXECUTIONEVENT.oneofs_by_name['output_result'].fields.append( _TASKEXECUTIONEVENT.fields_by_name['error']) _TASKEXECUTIONEVENT.fields_by_name['error'].containing_oneof = _TASKEXECUTIONEVENT.oneofs_by_name['output_result'] -_TASKEXECUTIONMETADATA.fields_by_name['resource_ids'].message_type = _RESOURCEIDENTIFIERS +_TASKEXECUTIONMETADATA.fields_by_name['external_resources'].message_type = _EXTERNALRESOURCEINFO _TASKEXECUTIONMETADATA.fields_by_name['resource_pool_info'].message_type = _RESOURCEPOOLINFO _TASKEXECUTIONMETADATA.fields_by_name['instance_class'].enum_type = _TASKEXECUTIONMETADATA_INSTANCECLASS _TASKEXECUTIONMETADATA_INSTANCECLASS.containing_type = _TASKEXECUTIONMETADATA @@ -701,7 +701,7 @@ DESCRIPTOR.message_types_by_name['ParentTaskExecutionMetadata'] = _PARENTTASKEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['ParentNodeExecutionMetadata'] = _PARENTNODEEXECUTIONMETADATA DESCRIPTOR.message_types_by_name['TaskExecutionEvent'] = _TASKEXECUTIONEVENT -DESCRIPTOR.message_types_by_name['ResourceIdentifiers'] = _RESOURCEIDENTIFIERS +DESCRIPTOR.message_types_by_name['ExternalResourceInfo'] = _EXTERNALRESOURCEINFO DESCRIPTOR.message_types_by_name['ResourcePoolInfo'] = _RESOURCEPOOLINFO DESCRIPTOR.message_types_by_name['TaskExecutionMetadata'] = _TASKEXECUTIONMETADATA _sym_db.RegisterFileDescriptor(DESCRIPTOR) @@ -755,12 +755,12 @@ )) _sym_db.RegisterMessage(TaskExecutionEvent) -ResourceIdentifiers = _reflection.GeneratedProtocolMessageType('ResourceIdentifiers', (_message.Message,), dict( - DESCRIPTOR = _RESOURCEIDENTIFIERS, +ExternalResourceInfo = _reflection.GeneratedProtocolMessageType('ExternalResourceInfo', (_message.Message,), dict( + DESCRIPTOR = _EXTERNALRESOURCEINFO, __module__ = 'flyteidl.event.event_pb2' - # @@protoc_insertion_point(class_scope:flyteidl.event.ResourceIdentifiers) + # @@protoc_insertion_point(class_scope:flyteidl.event.ExternalResourceInfo) )) -_sym_db.RegisterMessage(ResourceIdentifiers) +_sym_db.RegisterMessage(ExternalResourceInfo) ResourcePoolInfo = _reflection.GeneratedProtocolMessageType('ResourcePoolInfo', (_message.Message,), dict( DESCRIPTOR = _RESOURCEPOOLINFO, diff --git a/gen/pb_python/flyteidl/service/flyteadmin/README.md b/gen/pb_python/flyteidl/service/flyteadmin/README.md index 288eed7c6..d7761ad6a 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -304,10 +304,10 @@ Class | Method | HTTP request | Description - [CoreWorkflowNode](docs/CoreWorkflowNode.md) - [CoreWorkflowTemplate](docs/CoreWorkflowTemplate.md) - [DataLoadingConfigLiteralMapFormat](docs/DataLoadingConfigLiteralMapFormat.md) + - [EventExternalResourceInfo](docs/EventExternalResourceInfo.md) - [EventNodeExecutionEvent](docs/EventNodeExecutionEvent.md) - [EventParentNodeExecutionMetadata](docs/EventParentNodeExecutionMetadata.md) - [EventParentTaskExecutionMetadata](docs/EventParentTaskExecutionMetadata.md) - - [EventResourceIdentifiers](docs/EventResourceIdentifiers.md) - [EventResourcePoolInfo](docs/EventResourcePoolInfo.md) - [EventTaskExecutionEvent](docs/EventTaskExecutionEvent.md) - [EventTaskExecutionMetadata](docs/EventTaskExecutionMetadata.md) diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py index d4a1d650c..d953854d6 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -205,10 +205,10 @@ from flyteadmin.models.core_workflow_node import CoreWorkflowNode from flyteadmin.models.core_workflow_template import CoreWorkflowTemplate from flyteadmin.models.data_loading_config_literal_map_format import DataLoadingConfigLiteralMapFormat +from flyteadmin.models.event_external_resource_info import EventExternalResourceInfo from flyteadmin.models.event_node_execution_event import EventNodeExecutionEvent from flyteadmin.models.event_parent_node_execution_metadata import EventParentNodeExecutionMetadata from flyteadmin.models.event_parent_task_execution_metadata import EventParentTaskExecutionMetadata -from flyteadmin.models.event_resource_identifiers import EventResourceIdentifiers from flyteadmin.models.event_resource_pool_info import EventResourcePoolInfo from flyteadmin.models.event_task_execution_event import EventTaskExecutionEvent from flyteadmin.models.event_task_execution_metadata import EventTaskExecutionMetadata diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py index d308ccb20..0ea4e07f2 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py @@ -198,10 +198,10 @@ from flyteadmin.models.core_workflow_node import CoreWorkflowNode from flyteadmin.models.core_workflow_template import CoreWorkflowTemplate from flyteadmin.models.data_loading_config_literal_map_format import DataLoadingConfigLiteralMapFormat +from flyteadmin.models.event_external_resource_info import EventExternalResourceInfo from flyteadmin.models.event_node_execution_event import EventNodeExecutionEvent from flyteadmin.models.event_parent_node_execution_metadata import EventParentNodeExecutionMetadata from flyteadmin.models.event_parent_task_execution_metadata import EventParentTaskExecutionMetadata -from flyteadmin.models.event_resource_identifiers import EventResourceIdentifiers from flyteadmin.models.event_resource_pool_info import EventResourcePoolInfo from flyteadmin.models.event_task_execution_event import EventTaskExecutionEvent from flyteadmin.models.event_task_execution_metadata import EventTaskExecutionMetadata diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_identifiers.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_identifiers.py deleted file mode 100644 index 4e2de3794..000000000 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_resource_identifiers.py +++ /dev/null @@ -1,145 +0,0 @@ -# coding: utf-8 - -""" - flyteidl/service/admin.proto - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: version not set - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -import pprint -import re # noqa: F401 - -import six - - -class EventResourceIdentifiers(object): - """NOTE: This class is auto generated by the swagger code generator program. - - Do not edit the class manually. - """ - - """ - Attributes: - swagger_types (dict): The key is attribute name - and the value is attribute type. - attribute_map (dict): The key is attribute name - and the value is json key in definition. - """ - swagger_types = { - 'generated_name': 'str', - 'external_ids': 'list[str]' - } - - attribute_map = { - 'generated_name': 'generated_name', - 'external_ids': 'external_ids' - } - - def __init__(self, generated_name=None, external_ids=None): # noqa: E501 - """EventResourceIdentifiers - a model defined in Swagger""" # noqa: E501 - - self._generated_name = None - self._external_ids = None - self.discriminator = None - - if generated_name is not None: - self.generated_name = generated_name - if external_ids is not None: - self.external_ids = external_ids - - @property - def generated_name(self): - """Gets the generated_name of this EventResourceIdentifiers. # noqa: E501 - - Unique, generated name for this task execution used by the backend. # noqa: E501 - - :return: The generated_name of this EventResourceIdentifiers. # noqa: E501 - :rtype: str - """ - return self._generated_name - - @generated_name.setter - def generated_name(self, generated_name): - """Sets the generated_name of this EventResourceIdentifiers. - - Unique, generated name for this task execution used by the backend. # noqa: E501 - - :param generated_name: The generated_name of this EventResourceIdentifiers. # noqa: E501 - :type: str - """ - - self._generated_name = generated_name - - @property - def external_ids(self): - """Gets the external_ids of this EventResourceIdentifiers. # noqa: E501 - - Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids. # noqa: E501 - - :return: The external_ids of this EventResourceIdentifiers. # noqa: E501 - :rtype: list[str] - """ - return self._external_ids - - @external_ids.setter - def external_ids(self, external_ids): - """Sets the external_ids of this EventResourceIdentifiers. - - Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids. # noqa: E501 - - :param external_ids: The external_ids of this EventResourceIdentifiers. # noqa: E501 - :type: list[str] - """ - - self._external_ids = external_ids - - def to_dict(self): - """Returns the model properties as a dict""" - result = {} - - for attr, _ in six.iteritems(self.swagger_types): - value = getattr(self, attr) - if isinstance(value, list): - result[attr] = list(map( - lambda x: x.to_dict() if hasattr(x, "to_dict") else x, - value - )) - elif hasattr(value, "to_dict"): - result[attr] = value.to_dict() - elif isinstance(value, dict): - result[attr] = dict(map( - lambda item: (item[0], item[1].to_dict()) - if hasattr(item[1], "to_dict") else item, - value.items() - )) - else: - result[attr] = value - if issubclass(EventResourceIdentifiers, dict): - for key, value in self.items(): - result[key] = value - - return result - - def to_str(self): - """Returns the string representation of the model""" - return pprint.pformat(self.to_dict()) - - def __repr__(self): - """For `print` and `pprint`""" - return self.to_str() - - def __eq__(self, other): - """Returns true if both objects are equal""" - if not isinstance(other, EventResourceIdentifiers): - return False - - return self.__dict__ == other.__dict__ - - def __ne__(self, other): - """Returns true if both objects are not equal""" - return not self == other diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py index 60fd564b0..b1ae708b2 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_task_execution_metadata.py @@ -16,7 +16,7 @@ import six -from flyteadmin.models.event_resource_identifiers import EventResourceIdentifiers # noqa: F401,E501 +from flyteadmin.models.event_external_resource_info import EventExternalResourceInfo # noqa: F401,E501 from flyteadmin.models.event_resource_pool_info import EventResourcePoolInfo # noqa: F401,E501 from flyteadmin.models.task_execution_metadata_instance_class import TaskExecutionMetadataInstanceClass # noqa: F401,E501 @@ -35,30 +35,35 @@ class EventTaskExecutionMetadata(object): and the value is json key in definition. """ swagger_types = { - 'resource_ids': 'EventResourceIdentifiers', + 'generated_name': 'str', + 'external_resources': 'list[EventExternalResourceInfo]', 'resource_pool_info': 'list[EventResourcePoolInfo]', 'plugin_identifier': 'str', 'instance_class': 'TaskExecutionMetadataInstanceClass' } attribute_map = { - 'resource_ids': 'resource_ids', + 'generated_name': 'generated_name', + 'external_resources': 'external_resources', 'resource_pool_info': 'resource_pool_info', 'plugin_identifier': 'plugin_identifier', 'instance_class': 'instance_class' } - def __init__(self, resource_ids=None, resource_pool_info=None, plugin_identifier=None, instance_class=None): # noqa: E501 + def __init__(self, generated_name=None, external_resources=None, resource_pool_info=None, plugin_identifier=None, instance_class=None): # noqa: E501 """EventTaskExecutionMetadata - a model defined in Swagger""" # noqa: E501 - self._resource_ids = None + self._generated_name = None + self._external_resources = None self._resource_pool_info = None self._plugin_identifier = None self._instance_class = None self.discriminator = None - if resource_ids is not None: - self.resource_ids = resource_ids + if generated_name is not None: + self.generated_name = generated_name + if external_resources is not None: + self.external_resources = external_resources if resource_pool_info is not None: self.resource_pool_info = resource_pool_info if plugin_identifier is not None: @@ -67,33 +72,56 @@ def __init__(self, resource_ids=None, resource_pool_info=None, plugin_identifier self.instance_class = instance_class @property - def resource_ids(self): - """Gets the resource_ids of this EventTaskExecutionMetadata. # noqa: E501 + def generated_name(self): + """Gets the generated_name of this EventTaskExecutionMetadata. # noqa: E501 - Contains various identifiers for resources used during execution. # noqa: E501 + Unique, generated name for this task execution used by the backend. # noqa: E501 - :return: The resource_ids of this EventTaskExecutionMetadata. # noqa: E501 - :rtype: EventResourceIdentifiers + :return: The generated_name of this EventTaskExecutionMetadata. # noqa: E501 + :rtype: str + """ + return self._generated_name + + @generated_name.setter + def generated_name(self, generated_name): + """Sets the generated_name of this EventTaskExecutionMetadata. + + Unique, generated name for this task execution used by the backend. # noqa: E501 + + :param generated_name: The generated_name of this EventTaskExecutionMetadata. # noqa: E501 + :type: str + """ + + self._generated_name = generated_name + + @property + def external_resources(self): + """Gets the external_resources of this EventTaskExecutionMetadata. # noqa: E501 + + Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution. # noqa: E501 + + :return: The external_resources of this EventTaskExecutionMetadata. # noqa: E501 + :rtype: list[EventExternalResourceInfo] """ - return self._resource_ids + return self._external_resources - @resource_ids.setter - def resource_ids(self, resource_ids): - """Sets the resource_ids of this EventTaskExecutionMetadata. + @external_resources.setter + def external_resources(self, external_resources): + """Sets the external_resources of this EventTaskExecutionMetadata. - Contains various identifiers for resources used during execution. # noqa: E501 + Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution. # noqa: E501 - :param resource_ids: The resource_ids of this EventTaskExecutionMetadata. # noqa: E501 - :type: EventResourceIdentifiers + :param external_resources: The external_resources of this EventTaskExecutionMetadata. # noqa: E501 + :type: list[EventExternalResourceInfo] """ - self._resource_ids = resource_ids + self._external_resources = external_resources @property def resource_pool_info(self): """Gets the resource_pool_info of this EventTaskExecutionMetadata. # noqa: E501 - Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. # noqa: E501 + Includes additional data on concurrent resource management used during execution.. This is a repeated field because a plugin can request multiple resource allocations during execution. # noqa: E501 :return: The resource_pool_info of this EventTaskExecutionMetadata. # noqa: E501 :rtype: list[EventResourcePoolInfo] @@ -104,7 +132,7 @@ def resource_pool_info(self): def resource_pool_info(self, resource_pool_info): """Sets the resource_pool_info of this EventTaskExecutionMetadata. - Includes information about resource token allocation (if applicable). This is a repeated field because a plugin can request multiple resource allocations during execution. # noqa: E501 + Includes additional data on concurrent resource management used during execution.. This is a repeated field because a plugin can request multiple resource allocations during execution. # noqa: E501 :param resource_pool_info: The resource_pool_info of this EventTaskExecutionMetadata. # noqa: E501 :type: list[EventResourcePoolInfo] diff --git a/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_identifiers.py b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_identifiers.py deleted file mode 100644 index 4e9a9de05..000000000 --- a/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_resource_identifiers.py +++ /dev/null @@ -1,40 +0,0 @@ -# coding: utf-8 - -""" - flyteidl/service/admin.proto - - No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 - - OpenAPI spec version: version not set - - Generated by: https://github.com/swagger-api/swagger-codegen.git -""" - - -from __future__ import absolute_import - -import unittest - -import flyteadmin -from flyteadmin.models.event_resource_identifiers import EventResourceIdentifiers # noqa: E501 -from flyteadmin.rest import ApiException - - -class TestEventResourceIdentifiers(unittest.TestCase): - """EventResourceIdentifiers unit test stubs""" - - def setUp(self): - pass - - def tearDown(self): - pass - - def testEventResourceIdentifiers(self): - """Test EventResourceIdentifiers""" - # FIXME: construct object with mandatory attributes with example values - # model = flyteadmin.models.event_resource_identifiers.EventResourceIdentifiers() # noqa: E501 - pass - - -if __name__ == '__main__': - unittest.main() diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index b3f095285..61300716e 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -164,14 +164,11 @@ message TaskExecutionEvent { TaskExecutionMetadata metadata = 16; } -// This message contains various identifiers for resources used for a specific task execution. -message ResourceIdentifiers { +// This message contains metadata about external resources produced or used by a specific task execution. +message ExternalResourceInfo { - // Unique, generated name for this task execution used by the backend. - string generated_name = 1; - - // Identifiers for external resources created by this task execution, for exaple Qubole query ID or presto query ids. - repeated string external_ids = 2; + // Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. + repeated string external_ids = 1; } @@ -189,15 +186,18 @@ message ResourcePoolInfo { // TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). message TaskExecutionMetadata { - // Contains various identifiers for resources used during execution. - ResourceIdentifiers resource_ids = 1; + // Unique, generated name for this task execution used by the backend. + string generated_name = 1; + + // Additional data on external resources on other back-ends or platforms (e.g. Hive, Qubole, etc) launched by this task execution. + repeated ExternalResourceInfo external_resources = 2; - // Includes information about resource token allocation (if applicable). + // Includes additional data on concurrent resource management used during execution.. // This is a repeated field because a plugin can request multiple resource allocations during execution. - repeated ResourcePoolInfo resource_pool_info = 2; + repeated ResourcePoolInfo resource_pool_info = 3; // The identifier of the plugin used to execute this task. - string plugin_identifier = 3; + string plugin_identifier = 4; // Includes the broad cateogry of machine used for this specific task execution. enum InstanceClass { From 2d15457ccfc0ad5462bb30530bfe8766acc09e02 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Wed, 17 Mar 2021 10:13:29 -0700 Subject: [PATCH 11/13] add untracked files Signed-off-by: Katrina Rogan --- .../model_event_external_resource_info.go | 16 +++ .../models/event_external_resource_info.py | 117 ++++++++++++++++++ .../test/test_event_external_resource_info.py | 40 ++++++ 3 files changed, 173 insertions(+) create mode 100644 gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go create mode 100644 gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py create mode 100644 gen/pb_python/flyteidl/service/flyteadmin/test/test_event_external_resource_info.py diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go new file mode 100644 index 000000000..62c3cbc26 --- /dev/null +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go @@ -0,0 +1,16 @@ +/* + * flyteidl/service/admin.proto + * + * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) + * + * API version: version not set + * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) + */ + +package flyteadmin + +// This message contains metadata about external resources produced or used by a specific task execution. +type EventExternalResourceInfo struct { + // Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. + ExternalIds []string `json:"external_ids,omitempty"` +} diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py new file mode 100644 index 000000000..1e3bdf12d --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py @@ -0,0 +1,117 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +import pprint +import re # noqa: F401 + +import six + + +class EventExternalResourceInfo(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'external_ids': 'list[str]' + } + + attribute_map = { + 'external_ids': 'external_ids' + } + + def __init__(self, external_ids=None): # noqa: E501 + """EventExternalResourceInfo - a model defined in Swagger""" # noqa: E501 + + self._external_ids = None + self.discriminator = None + + if external_ids is not None: + self.external_ids = external_ids + + @property + def external_ids(self): + """Gets the external_ids of this EventExternalResourceInfo. # noqa: E501 + + Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. # noqa: E501 + + :return: The external_ids of this EventExternalResourceInfo. # noqa: E501 + :rtype: list[str] + """ + return self._external_ids + + @external_ids.setter + def external_ids(self, external_ids): + """Sets the external_ids of this EventExternalResourceInfo. + + Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. # noqa: E501 + + :param external_ids: The external_ids of this EventExternalResourceInfo. # noqa: E501 + :type: list[str] + """ + + self._external_ids = external_ids + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(EventExternalResourceInfo, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, EventExternalResourceInfo): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_external_resource_info.py b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_external_resource_info.py new file mode 100644 index 000000000..bcfedce65 --- /dev/null +++ b/gen/pb_python/flyteidl/service/flyteadmin/test/test_event_external_resource_info.py @@ -0,0 +1,40 @@ +# coding: utf-8 + +""" + flyteidl/service/admin.proto + + No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) # noqa: E501 + + OpenAPI spec version: version not set + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + + +from __future__ import absolute_import + +import unittest + +import flyteadmin +from flyteadmin.models.event_external_resource_info import EventExternalResourceInfo # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestEventExternalResourceInfo(unittest.TestCase): + """EventExternalResourceInfo unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testEventExternalResourceInfo(self): + """Test EventExternalResourceInfo""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.event_external_resource_info.EventExternalResourceInfo() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() From 0f5a69f26c466f82e517648f016addc0fb117876 Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Wed, 17 Mar 2021 13:41:53 -0700 Subject: [PATCH 12/13] regen Signed-off-by: Katrina Rogan --- gen/pb-cpp/flyteidl/event/event.pb.cc | 87 +++--- gen/pb-cpp/flyteidl/event/event.pb.h | 114 +++----- gen/pb-go/flyteidl/event/event.pb.go | 45 ++- gen/pb-go/flyteidl/event/event.pb.validate.go | 2 + gen/pb-go/flyteidl/service/admin.swagger.json | 9 +- .../service/flyteadmin/api/swagger.yaml | 53 +--- .../model_event_external_resource_info.go | 4 +- .../model_event_task_execution_metadata.go | 2 +- gen/pb-go/flyteidl/service/openapi.go | 4 +- gen/pb-java/flyteidl/event/Event.java | 266 ++++++------------ gen/pb-js/flyteidl.d.ts | 4 +- gen/pb-js/flyteidl.js | 26 +- .../flyteidl/event/event.proto.rst | 9 +- gen/pb_python/flyteidl/event/event_pb2.py | 6 +- .../models/event_external_resource_info.py | 10 +- protos/flyteidl/event/event.proto | 5 +- 16 files changed, 251 insertions(+), 395 deletions(-) diff --git a/gen/pb-cpp/flyteidl/event/event.pb.cc b/gen/pb-cpp/flyteidl/event/event.pb.cc index 587c5d6a5..70fc59306 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.cc +++ b/gen/pb-cpp/flyteidl/event/event.pb.cc @@ -453,7 +453,7 @@ const char descriptor_table_protodef_flyteidl_2fevent_2fevent_2eproto[] = "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(" "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" "kExecutionMetadataB\017\n\routput_result\",\n\024E" - "xternalResourceInfo\022\024\n\014external_ids\030\001 \003(" + "xternalResourceInfo\022\024\n\014external_ids\030\001 \001(" "\t\"\?\n\020ResourcePoolInfo\022\030\n\020allocation_toke" "n\030\001 \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\310\002\n\025TaskExecu" "tionMetadata\022\026\n\016generated_name\030\001 \001(\t\022@\n\022" @@ -4997,15 +4997,19 @@ ExternalResourceInfo::ExternalResourceInfo() } ExternalResourceInfo::ExternalResourceInfo(const ExternalResourceInfo& from) : ::google::protobuf::Message(), - _internal_metadata_(nullptr), - external_ids_(from.external_ids_) { + _internal_metadata_(nullptr) { _internal_metadata_.MergeFrom(from._internal_metadata_); + external_ids_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.external_ids().size() > 0) { + external_ids_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.external_ids_); + } // @@protoc_insertion_point(copy_constructor:flyteidl.event.ExternalResourceInfo) } void ExternalResourceInfo::SharedCtor() { ::google::protobuf::internal::InitSCC( &scc_info_ExternalResourceInfo_flyteidl_2fevent_2fevent_2eproto.base); + external_ids_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } ExternalResourceInfo::~ExternalResourceInfo() { @@ -5014,6 +5018,7 @@ ExternalResourceInfo::~ExternalResourceInfo() { } void ExternalResourceInfo::SharedDtor() { + external_ids_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } void ExternalResourceInfo::SetCachedSize(int size) const { @@ -5031,7 +5036,7 @@ void ExternalResourceInfo::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - external_ids_.Clear(); + external_ids_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); _internal_metadata_.Clear(); } @@ -5048,23 +5053,20 @@ const char* ExternalResourceInfo::_InternalParse(const char* begin, const char* ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // repeated string external_ids = 1; + // string external_ids = 1; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; - do { - ptr = ::google::protobuf::io::ReadSize(ptr, &size); - GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); - ctx->extra_parse_data().SetFieldName("flyteidl.event.ExternalResourceInfo.external_ids"); - object = msg->add_external_ids(); - if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { - parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; - goto string_till_end; - } - GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); - ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); - ptr += size; - if (ptr >= end) break; - } while ((::google::protobuf::io::UnalignedLoad<::google::protobuf::uint64>(ptr) & 255) == 10 && (ptr += 1)); + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.event.ExternalResourceInfo.external_ids"); + object = msg->mutable_external_ids(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; break; } default: { @@ -5101,14 +5103,13 @@ bool ExternalResourceInfo::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // repeated string external_ids = 1; + // string external_ids = 1; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( - input, this->add_external_ids())); + input, this->mutable_external_ids())); DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->external_ids(this->external_ids_size() - 1).data(), - static_cast(this->external_ids(this->external_ids_size() - 1).length()), + this->external_ids().data(), static_cast(this->external_ids().length()), ::google::protobuf::internal::WireFormatLite::PARSE, "flyteidl.event.ExternalResourceInfo.external_ids")); } else { @@ -5144,14 +5145,14 @@ void ExternalResourceInfo::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // repeated string external_ids = 1; - for (int i = 0, n = this->external_ids_size(); i < n; i++) { + // string external_ids = 1; + if (this->external_ids().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->external_ids(i).data(), static_cast(this->external_ids(i).length()), + this->external_ids().data(), static_cast(this->external_ids().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "flyteidl.event.ExternalResourceInfo.external_ids"); - ::google::protobuf::internal::WireFormatLite::WriteString( - 1, this->external_ids(i), output); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->external_ids(), output); } if (_internal_metadata_.have_unknown_fields()) { @@ -5167,14 +5168,15 @@ ::google::protobuf::uint8* ExternalResourceInfo::InternalSerializeWithCachedSize ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // repeated string external_ids = 1; - for (int i = 0, n = this->external_ids_size(); i < n; i++) { + // string external_ids = 1; + if (this->external_ids().size() > 0) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( - this->external_ids(i).data(), static_cast(this->external_ids(i).length()), + this->external_ids().data(), static_cast(this->external_ids().length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "flyteidl.event.ExternalResourceInfo.external_ids"); - target = ::google::protobuf::internal::WireFormatLite:: - WriteStringToArray(1, this->external_ids(i), target); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->external_ids(), target); } if (_internal_metadata_.have_unknown_fields()) { @@ -5198,12 +5200,11 @@ size_t ExternalResourceInfo::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - // repeated string external_ids = 1; - total_size += 1 * - ::google::protobuf::internal::FromIntSize(this->external_ids_size()); - for (int i = 0, n = this->external_ids_size(); i < n; i++) { - total_size += ::google::protobuf::internal::WireFormatLite::StringSize( - this->external_ids(i)); + // string external_ids = 1; + if (this->external_ids().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->external_ids()); } int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); @@ -5233,7 +5234,10 @@ void ExternalResourceInfo::MergeFrom(const ExternalResourceInfo& from) { ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - external_ids_.MergeFrom(from.external_ids_); + if (from.external_ids().size() > 0) { + + external_ids_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.external_ids_); + } } void ExternalResourceInfo::CopyFrom(const ::google::protobuf::Message& from) { @@ -5261,7 +5265,8 @@ void ExternalResourceInfo::Swap(ExternalResourceInfo* other) { void ExternalResourceInfo::InternalSwap(ExternalResourceInfo* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); - external_ids_.InternalSwap(CastToBase(&other->external_ids_)); + external_ids_.Swap(&other->external_ids_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); } ::google::protobuf::Metadata ExternalResourceInfo::GetMetadata() const { diff --git a/gen/pb-cpp/flyteidl/event/event.pb.h b/gen/pb-cpp/flyteidl/event/event.pb.h index 94963f261..c18d64ad6 100644 --- a/gen/pb-cpp/flyteidl/event/event.pb.h +++ b/gen/pb-cpp/flyteidl/event/event.pb.h @@ -1492,34 +1492,26 @@ class ExternalResourceInfo final : // accessors ------------------------------------------------------- - // repeated string external_ids = 1; - int external_ids_size() const; + // string external_ids = 1; void clear_external_ids(); static const int kExternalIdsFieldNumber = 1; - const ::std::string& external_ids(int index) const; - ::std::string* mutable_external_ids(int index); - void set_external_ids(int index, const ::std::string& value); + const ::std::string& external_ids() const; + void set_external_ids(const ::std::string& value); #if LANG_CXX11 - void set_external_ids(int index, ::std::string&& value); + void set_external_ids(::std::string&& value); #endif - void set_external_ids(int index, const char* value); - void set_external_ids(int index, const char* value, size_t size); - ::std::string* add_external_ids(); - void add_external_ids(const ::std::string& value); - #if LANG_CXX11 - void add_external_ids(::std::string&& value); - #endif - void add_external_ids(const char* value); - void add_external_ids(const char* value, size_t size); - const ::google::protobuf::RepeatedPtrField<::std::string>& external_ids() const; - ::google::protobuf::RepeatedPtrField<::std::string>* mutable_external_ids(); + void set_external_ids(const char* value); + void set_external_ids(const char* value, size_t size); + ::std::string* mutable_external_ids(); + ::std::string* release_external_ids(); + void set_allocated_external_ids(::std::string* external_ids); // @@protoc_insertion_point(class_scope:flyteidl.event.ExternalResourceInfo) private: class HasBitSetters; ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; - ::google::protobuf::RepeatedPtrField<::std::string> external_ids_; + ::google::protobuf::internal::ArenaStringPtr external_ids_; mutable ::google::protobuf::internal::CachedSize _cached_size_; friend struct ::TableStruct_flyteidl_2fevent_2fevent_2eproto; }; @@ -3736,73 +3728,57 @@ inline TaskExecutionEvent::OutputResultCase TaskExecutionEvent::output_result_ca // ExternalResourceInfo -// repeated string external_ids = 1; -inline int ExternalResourceInfo::external_ids_size() const { - return external_ids_.size(); -} +// string external_ids = 1; inline void ExternalResourceInfo::clear_external_ids() { - external_ids_.Clear(); + external_ids_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -inline const ::std::string& ExternalResourceInfo::external_ids(int index) const { +inline const ::std::string& ExternalResourceInfo::external_ids() const { // @@protoc_insertion_point(field_get:flyteidl.event.ExternalResourceInfo.external_ids) - return external_ids_.Get(index); + return external_ids_.GetNoArena(); } -inline ::std::string* ExternalResourceInfo::mutable_external_ids(int index) { - // @@protoc_insertion_point(field_mutable:flyteidl.event.ExternalResourceInfo.external_ids) - return external_ids_.Mutable(index); -} -inline void ExternalResourceInfo::set_external_ids(int index, const ::std::string& value) { +inline void ExternalResourceInfo::set_external_ids(const ::std::string& value) { + + external_ids_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); // @@protoc_insertion_point(field_set:flyteidl.event.ExternalResourceInfo.external_ids) - external_ids_.Mutable(index)->assign(value); } #if LANG_CXX11 -inline void ExternalResourceInfo::set_external_ids(int index, ::std::string&& value) { - // @@protoc_insertion_point(field_set:flyteidl.event.ExternalResourceInfo.external_ids) - external_ids_.Mutable(index)->assign(std::move(value)); +inline void ExternalResourceInfo::set_external_ids(::std::string&& value) { + + external_ids_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.event.ExternalResourceInfo.external_ids) } #endif -inline void ExternalResourceInfo::set_external_ids(int index, const char* value) { +inline void ExternalResourceInfo::set_external_ids(const char* value) { GOOGLE_DCHECK(value != nullptr); - external_ids_.Mutable(index)->assign(value); + + external_ids_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); // @@protoc_insertion_point(field_set_char:flyteidl.event.ExternalResourceInfo.external_ids) } -inline void ExternalResourceInfo::set_external_ids(int index, const char* value, size_t size) { - external_ids_.Mutable(index)->assign( - reinterpret_cast(value), size); +inline void ExternalResourceInfo::set_external_ids(const char* value, size_t size) { + + external_ids_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); // @@protoc_insertion_point(field_set_pointer:flyteidl.event.ExternalResourceInfo.external_ids) } -inline ::std::string* ExternalResourceInfo::add_external_ids() { - // @@protoc_insertion_point(field_add_mutable:flyteidl.event.ExternalResourceInfo.external_ids) - return external_ids_.Add(); -} -inline void ExternalResourceInfo::add_external_ids(const ::std::string& value) { - external_ids_.Add()->assign(value); - // @@protoc_insertion_point(field_add:flyteidl.event.ExternalResourceInfo.external_ids) +inline ::std::string* ExternalResourceInfo::mutable_external_ids() { + + // @@protoc_insertion_point(field_mutable:flyteidl.event.ExternalResourceInfo.external_ids) + return external_ids_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -#if LANG_CXX11 -inline void ExternalResourceInfo::add_external_ids(::std::string&& value) { - external_ids_.Add(std::move(value)); - // @@protoc_insertion_point(field_add:flyteidl.event.ExternalResourceInfo.external_ids) +inline ::std::string* ExternalResourceInfo::release_external_ids() { + // @@protoc_insertion_point(field_release:flyteidl.event.ExternalResourceInfo.external_ids) + + return external_ids_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); } -#endif -inline void ExternalResourceInfo::add_external_ids(const char* value) { - GOOGLE_DCHECK(value != nullptr); - external_ids_.Add()->assign(value); - // @@protoc_insertion_point(field_add_char:flyteidl.event.ExternalResourceInfo.external_ids) -} -inline void ExternalResourceInfo::add_external_ids(const char* value, size_t size) { - external_ids_.Add()->assign(reinterpret_cast(value), size); - // @@protoc_insertion_point(field_add_pointer:flyteidl.event.ExternalResourceInfo.external_ids) -} -inline const ::google::protobuf::RepeatedPtrField<::std::string>& -ExternalResourceInfo::external_ids() const { - // @@protoc_insertion_point(field_list:flyteidl.event.ExternalResourceInfo.external_ids) - return external_ids_; -} -inline ::google::protobuf::RepeatedPtrField<::std::string>* -ExternalResourceInfo::mutable_external_ids() { - // @@protoc_insertion_point(field_mutable_list:flyteidl.event.ExternalResourceInfo.external_ids) - return &external_ids_; +inline void ExternalResourceInfo::set_allocated_external_ids(::std::string* external_ids) { + if (external_ids != nullptr) { + + } else { + + } + external_ids_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), external_ids); + // @@protoc_insertion_point(field_set_allocated:flyteidl.event.ExternalResourceInfo.external_ids) } // ------------------------------------------------------------------- diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index a56e6afb1..d8c501bb7 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -760,8 +760,8 @@ func (*TaskExecutionEvent) XXX_OneofWrappers() []interface{} { // This message contains metadata about external resources produced or used by a specific task execution. type ExternalResourceInfo struct { - // Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. - ExternalIds []string `protobuf:"bytes,1,rep,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"` + // Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids. + ExternalIds string `protobuf:"bytes,1,opt,name=external_ids,json=externalIds,proto3" json:"external_ids,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` @@ -792,11 +792,11 @@ func (m *ExternalResourceInfo) XXX_DiscardUnknown() { var xxx_messageInfo_ExternalResourceInfo proto.InternalMessageInfo -func (m *ExternalResourceInfo) GetExternalIds() []string { +func (m *ExternalResourceInfo) GetExternalIds() string { if m != nil { return m.ExternalIds } - return nil + return "" } // This message holds task execution metadata specific to resource allocation used to manage concurrent @@ -851,7 +851,6 @@ func (m *ResourcePoolInfo) GetNamespace() string { } // Holds metadata around how a task was executed. -// TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). type TaskExecutionMetadata struct { // Unique, generated name for this task execution used by the backend. GeneratedName string `protobuf:"bytes,1,opt,name=generated_name,json=generatedName,proto3" json:"generated_name,omitempty"` @@ -945,7 +944,7 @@ func init() { func init() { proto.RegisterFile("flyteidl/event/event.proto", fileDescriptor_4b035d24120b1b12) } var fileDescriptor_4b035d24120b1b12 = []byte{ - // 1149 bytes of a gzipped FileDescriptorProto + // 1146 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x57, 0xff, 0x4e, 0x1b, 0x47, 0x10, 0xc6, 0x06, 0x0c, 0x9e, 0xb3, 0x8d, 0x59, 0x11, 0x72, 0x85, 0x24, 0x38, 0x6e, 0x53, 0xd1, 0x44, 0xb5, 0x25, 0x47, 0x49, 0x53, 0xb5, 0x52, 0x05, 0xc4, 0x2d, 0x56, 0x09, 0x42, 0x87, 0x69, @@ -1001,21 +1000,21 @@ var fileDescriptor_4b035d24120b1b12 = []byte{ 0x23, 0xf9, 0x92, 0xbd, 0xaa, 0x49, 0x13, 0x93, 0x00, 0x95, 0x3b, 0x57, 0x8d, 0x75, 0x09, 0x0c, 0x27, 0x01, 0x92, 0x03, 0x58, 0xcf, 0x6c, 0xb0, 0xa9, 0x0a, 0x7a, 0x32, 0xcf, 0xb9, 0x67, 0x0d, 0x30, 0x4b, 0x9b, 0x7d, 0xd1, 0xbf, 0x85, 0xad, 0xfe, 0x7b, 0x81, 0xdc, 0xa7, 0x9e, 0x81, 0x21, - 0x8b, 0xb8, 0x85, 0xaa, 0x8b, 0xc7, 0xd2, 0x83, 0x62, 0xdc, 0x74, 0x6d, 0xe9, 0x0f, 0xcb, 0xfb, - 0x55, 0xe9, 0x2b, 0x31, 0x36, 0xb0, 0xc3, 0xf6, 0x6f, 0xd0, 0x4c, 0x53, 0xce, 0x18, 0xf3, 0x54, - 0xda, 0x57, 0xd0, 0xa4, 0x9e, 0xc7, 0x2c, 0xaa, 0x46, 0x5d, 0xb0, 0x6b, 0xf4, 0x93, 0x2b, 0xb6, - 0x31, 0xc5, 0x87, 0x12, 0x26, 0x0f, 0xa0, 0x2a, 0x9d, 0x33, 0x0c, 0xa8, 0x85, 0xc9, 0xd3, 0x3f, - 0x05, 0xda, 0x7f, 0x2d, 0xc3, 0xbd, 0xf9, 0x9e, 0xf0, 0x04, 0x1a, 0x0e, 0xfa, 0xc8, 0xa9, 0x40, - 0x3b, 0xf6, 0xde, 0x78, 0x83, 0x7a, 0x86, 0x4a, 0x03, 0x26, 0xe7, 0x40, 0xb2, 0x06, 0x78, 0x52, - 0x66, 0xa8, 0x97, 0xd5, 0xb0, 0xce, 0x3c, 0xa5, 0xf3, 0x24, 0x30, 0x36, 0xb1, 0x80, 0x86, 0xe4, - 0x14, 0x48, 0xca, 0x65, 0x06, 0x8c, 0x79, 0xf1, 0x70, 0x2c, 0x2b, 0xd2, 0x99, 0x57, 0xb4, 0x28, - 0x8e, 0xd1, 0xe4, 0x45, 0xb9, 0x9e, 0xc1, 0x66, 0xe0, 0x45, 0x8e, 0x2b, 0x5d, 0x21, 0xbd, 0xef, - 0xea, 0xaa, 0x56, 0x8d, 0x66, 0xbc, 0x30, 0xf5, 0x01, 0xf2, 0x16, 0x1a, 0xae, 0x1f, 0x0a, 0xea, - 0x5b, 0x68, 0x5a, 0x1e, 0x0d, 0x43, 0x35, 0x04, 0x8d, 0xde, 0xf3, 0x0f, 0x1a, 0x82, 0xce, 0x20, - 0xc9, 0x3d, 0x92, 0xa9, 0x46, 0xdd, 0xbd, 0xfd, 0xd9, 0xee, 0x42, 0x3d, 0xb7, 0x4e, 0x34, 0x58, - 0x7b, 0xdd, 0xff, 0xf1, 0xe0, 0xe2, 0x64, 0xd8, 0x5c, 0x22, 0x9b, 0x50, 0x1f, 0x9c, 0x0e, 0xfb, - 0x86, 0x71, 0x71, 0x36, 0x1c, 0x1c, 0x9e, 0xf4, 0x9b, 0xa5, 0xc3, 0x6f, 0xde, 0xbe, 0x70, 0x5c, - 0x71, 0x15, 0x5d, 0x76, 0x2c, 0x36, 0xee, 0xaa, 0x02, 0x18, 0x77, 0xba, 0xd9, 0x4f, 0x7d, 0x07, - 0xfd, 0x6e, 0x70, 0xf9, 0xb5, 0xc3, 0xba, 0xf9, 0x7f, 0x34, 0x2e, 0x2b, 0xea, 0xee, 0x3c, 0xff, - 0x2f, 0x00, 0x00, 0xff, 0xff, 0x59, 0x4d, 0x69, 0xe7, 0x81, 0x0c, 0x00, 0x00, + 0x8b, 0xb8, 0x85, 0xaa, 0x8b, 0xc7, 0xd2, 0x83, 0x62, 0xdc, 0x74, 0xed, 0x30, 0xb9, 0x27, 0x5a, + 0x8a, 0x0d, 0xec, 0xb0, 0xfd, 0x1b, 0x34, 0xd3, 0x94, 0x33, 0xc6, 0x3c, 0x95, 0xf6, 0x15, 0x34, + 0xa9, 0xe7, 0x31, 0x8b, 0xaa, 0x51, 0x17, 0xec, 0x1a, 0xfd, 0x24, 0x75, 0x63, 0x8a, 0x0f, 0x25, + 0x4c, 0x1e, 0x40, 0x55, 0x3a, 0x67, 0x18, 0x50, 0x0b, 0x93, 0xa7, 0x7f, 0x0a, 0xb4, 0xff, 0x5a, + 0x86, 0x7b, 0xf3, 0x3d, 0xe1, 0x09, 0x34, 0x1c, 0xf4, 0x91, 0x53, 0x81, 0x76, 0xec, 0xbd, 0xf1, + 0x06, 0xf5, 0x0c, 0x95, 0x06, 0x4c, 0xce, 0x81, 0x64, 0x0d, 0xf0, 0xa4, 0xcc, 0x50, 0x2f, 0xab, + 0x61, 0x9d, 0x79, 0x4a, 0xe7, 0x49, 0x60, 0x6c, 0x62, 0x01, 0x0d, 0xc9, 0x29, 0x90, 0x94, 0xcb, + 0x0c, 0x18, 0xf3, 0xe2, 0xe1, 0x58, 0x56, 0xa4, 0x33, 0xaf, 0x68, 0x51, 0x1c, 0xa3, 0xc9, 0x8b, + 0x72, 0x3d, 0x83, 0xcd, 0xc0, 0x8b, 0x1c, 0x57, 0xba, 0x42, 0x7a, 0xdf, 0xd5, 0x55, 0xad, 0x1a, + 0xcd, 0x78, 0x61, 0xea, 0x03, 0xe4, 0x2d, 0x34, 0x5c, 0x3f, 0x14, 0xd4, 0xb7, 0xd0, 0xb4, 0x3c, + 0x1a, 0x86, 0x6a, 0x08, 0x1a, 0xbd, 0xe7, 0x1f, 0x34, 0x04, 0x9d, 0x41, 0x92, 0x7b, 0x24, 0x53, + 0x8d, 0xba, 0x7b, 0xfb, 0xb3, 0xdd, 0x85, 0x7a, 0x6e, 0x9d, 0x68, 0xb0, 0xf6, 0xba, 0xff, 0xe3, + 0xc1, 0xc5, 0xc9, 0xb0, 0xb9, 0x44, 0x36, 0xa1, 0x3e, 0x38, 0x1d, 0xf6, 0x0d, 0xe3, 0xe2, 0x6c, + 0x38, 0x38, 0x3c, 0xe9, 0x37, 0x4b, 0x87, 0xdf, 0xbc, 0x7d, 0xe1, 0xb8, 0xe2, 0x2a, 0xba, 0xec, + 0x58, 0x6c, 0xdc, 0x55, 0x05, 0x30, 0xee, 0x74, 0xb3, 0x9f, 0xfa, 0x0e, 0xfa, 0xdd, 0xe0, 0xf2, + 0x6b, 0x87, 0x75, 0xf3, 0xff, 0x68, 0x5c, 0x56, 0xd4, 0xdd, 0x79, 0xfe, 0x5f, 0x00, 0x00, 0x00, + 0xff, 0xff, 0xae, 0x0b, 0x70, 0xf4, 0x81, 0x0c, 0x00, 0x00, } diff --git a/gen/pb-go/flyteidl/event/event.pb.validate.go b/gen/pb-go/flyteidl/event/event.pb.validate.go index 9721425c7..7161c312b 100644 --- a/gen/pb-go/flyteidl/event/event.pb.validate.go +++ b/gen/pb-go/flyteidl/event/event.pb.validate.go @@ -797,6 +797,8 @@ func (m *ExternalResourceInfo) Validate() error { return nil } + // no validation rules for ExternalIds + return nil } diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index 46f6097da..b314afe95 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -5884,11 +5884,8 @@ "type": "object", "properties": { "external_ids": { - "type": "array", - "items": { - "type": "string" - }, - "description": "Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids." + "type": "string", + "description": "Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids." } }, "description": "This message contains metadata about external resources produced or used by a specific task execution." @@ -6083,7 +6080,7 @@ "$ref": "#/definitions/TaskExecutionMetadataInstanceClass" } }, - "description": "Holds metadata around how a task was executed.\nTODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." + "description": "Holds metadata around how a task was executed." }, "eventWorkflowExecutionEvent": { "type": "object", diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index cd1bde1c0..d2b464745 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -6599,12 +6599,8 @@ definitions: reason: "reason" metadata: external_resources: - - external_ids: - - "external_ids" - - "external_ids" - - external_ids: - - "external_ids" - - "external_ids" + - external_ids: "external_ids" + - external_ids: "external_ids" instance_class: {} resource_pool_info: - allocation_token: "allocation_token" @@ -6722,12 +6718,8 @@ definitions: reason: "reason" metadata: external_resources: - - external_ids: - - "external_ids" - - "external_ids" - - external_ids: - - "external_ids" - - "external_ids" + - external_ids: "external_ids" + - external_ids: "external_ids" instance_class: {} resource_pool_info: - allocation_token: "allocation_token" @@ -6788,12 +6780,8 @@ definitions: reason: "reason" metadata: external_resources: - - external_ids: - - "external_ids" - - "external_ids" - - external_ids: - - "external_ids" - - "external_ids" + - external_ids: "external_ids" + - external_ids: "external_ids" instance_class: {} resource_pool_info: - allocation_token: "allocation_token" @@ -25953,17 +25941,13 @@ definitions: type: "object" properties: external_ids: - type: "array" - description: "Identifiers for external resources created by this task execution,\ + type: "string" + description: "Identifier for an external resource created by this task execution,\ \ for example Qubole query ID or presto query ids." - items: - type: "string" description: "This message contains metadata about external resources produced\ \ or used by a specific task execution." example: - external_ids: - - "external_ids" - - "external_ids" + external_ids: "external_ids" eventNodeExecutionEvent: type: "object" properties: @@ -26132,16 +26116,11 @@ definitions: description: "The identifier of the plugin used to execute this task." instance_class: $ref: "#/definitions/TaskExecutionMetadataInstanceClass" - description: "Holds metadata around how a task was executed.\nTODO(katrogan):\ - \ Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325)." + description: "Holds metadata around how a task was executed." example: external_resources: - - external_ids: - - "external_ids" - - "external_ids" - - external_ids: - - "external_ids" - - "external_ids" + - external_ids: "external_ids" + - external_ids: "external_ids" instance_class: {} resource_pool_info: - allocation_token: "allocation_token" @@ -26291,12 +26270,8 @@ definitions: reason: "reason" metadata: external_resources: - - external_ids: - - "external_ids" - - "external_ids" - - external_ids: - - "external_ids" - - "external_ids" + - external_ids: "external_ids" + - external_ids: "external_ids" instance_class: {} resource_pool_info: - allocation_token: "allocation_token" diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go index 62c3cbc26..e95d853e0 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_external_resource_info.go @@ -11,6 +11,6 @@ package flyteadmin // This message contains metadata about external resources produced or used by a specific task execution. type EventExternalResourceInfo struct { - // Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. - ExternalIds []string `json:"external_ids,omitempty"` + // Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids. + ExternalIds string `json:"external_ids,omitempty"` } diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go index fb64278f8..04257dabf 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go @@ -9,7 +9,7 @@ package flyteadmin -// Holds metadata around how a task was executed. TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). +// Holds metadata around how a task was executed. type EventTaskExecutionMetadata struct { // Unique, generated name for this task execution used by the backend. GeneratedName string `json:"generated_name,omitempty"` diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 89572d4f5..1fd36076d 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xdb\x6d\x1b\x49\xda\xf7\x79\x8a\xc6\x7f\x13\x1b\xa0\x65\x60\x06\x73\x93\x3b\x23\x4e\x30\x0e\x82\xc4\x7f\x9c\xcc\x2e\x30\x1c\xc8\x2d\xb2\x25\x73\x43\x75\x6b\x9b\x64\x3c\x5e\x60\xdf\x7d\xd1\x55\xd5\x27\xb2\x29\x51\x87\x64\x66\xb3\x73\x11\x38\x90\x44\xf6\xb9\xba\x4e\xdf\x57\x76\x90\x36\x75\x9d\xa6\xed\xb9\xa3\x26\xa0\x0f\xae\xe1\xda\x5e\x62\x68\xb8\x47\x56\x09\x29\x1d\x90\x78\x96\x19\xdd\x43\xfb\x41\x15\x5c\xe6\xf2\x1f\x66\x7a\x6c\x41\x21\x5a\x56\xb5\xc4\x43\x6c\xc9\x3d\xd9\xd9\x3d\xbe\xf4\xec\xa7\xf3\xfb\x73\x2c\xd7\xd6\x35\x40\x07\x93\xc5\x57\x88\x43\x2a\x75\x75\x0d\x69\x8f\x76\x04\x4b\xad\xd6\xc8\xda\xe2\x9a\xd8\x5a\x7a\x80\xac\x9c\x53\x17\xda\xf6\x9e\xd7\x2b\x56\xf0\xb6\x78\xb8\xb0\xda\x5c\x58\x64\xa9\x6a\x7c\x19\x77\xa3\x39\x1a\x5d\x2b\x0d\xd6\x31\x16\x98\x5e\x3b\xba\xc5\x68\xbf\x98\x21\x40\xdc\xe4\x63\xb4\x2b\x43\x52\x53\xdc\x9c\x9e\xe9\xd0\x6b\x7a\xee\xe7\x96\xeb\xc1\xbb\x4b\xc9\x45\x2c\xf9\x5a\x94\x2c\x47\x6c\x74\xfe\x7f\x76\xf9\x73\xb9\x59\xcc\xea\xa7\x65\x3b\x03\xdc\xc1\xcc\x4c\xcb\x0c\x00\xd1\x3b\x6e\xba\x79\x39\x34\x95\x76\x4c\xf7\xa8\xb1\x95\xd6\x77\xdc\xec\xb8\x96\xa6\x2b\x2d\xe8\xe2\x71\xf3\x73\x17\xc7\x80\x62\xb0\x17\x94\xa5\xa1\x22\x3a\x46\xc9\x0d\x14\x2b\x7f\x3e\xb1\x9e\x01\x6b\x5a\xde\x56\x05\x12\x1b\x49\x5e\x3f\x01\xe3\x4a\x96\xcb\xb2\xd2\x68\x5a\xf3\xe2\xa9\xa8\xab\x82\x0a\xe2\xc4\xba\x90\xf8\x22\x64\xfb\xea\xf7\x56\x68\xc9\x6b\x9b\x79\x7b\x23\x97\xea\x18\x85\x48\xd0\xfb\xfe\xd0\x0a\x68\x5e\xd3\x6a\x1c\xd3\x82\xe9\x54\xc0\x3b\x53\x68\xac\x2c\x0b\x36\xb9\xcd\x30\x70\x07\x24\xa3\xc7\x38\x40\x10\xfe\xbf\x5b\xa8\x5a\xb0\x7f\x76\x42\x3f\xb1\x9b\x6b\xa6\x34\x80\x25\x5b\x45\x1f\x55\xe5\x5e\x6c\x8a\x58\x05\x92\x02\x89\xae\xe6\x64\x4f\x9b\x4a\x74\xd9\xf1\xc7\x2a\xed\xaa\x0a\x06\xae\xd2\x78\x04\xa9\xb5\x8e\x30\x05\xc0\x89\xf5\xad\x54\xdf\x31\x34\x43\xfa\xa4\x7d\x1a\x51\x7b\x5d\xa1\xba\xd8\x43\xda\x17\x09\x34\x4f\xfa\xd0\xa2\x23\x08\xb7\xb4\xbe\x0b\xa5\xab\x55\x25\x79\xab\x34\x3b\xbb\xb5\x18\xa5\x73\x87\xab\x85\x59\x4c\x77\xa3\xe7\x9b\xdd\x67\x8a\xd0\xaf\x9b\x56\xac\x20\x16\x2d\xca\xf9\x30\x89\x7c\x5f\x4e\xc7\x9d\xb9\x16\xe6\x57\x4d\xcb\xd7\x9b\x90\xd3\xcd\x31\x0d\xd1\xcc\xd4\x38\x09\xcc\x76\x0c\x4c\xf8\xaa\xf1\xd9\x6a\xb9\x24\xc7\x17\xae\x9b\xd2\x09\xb2\xe2\xfe\x28\xe1\x92\x98\x1f\x98\xa2\x4f\x35\x00\x77\x3f\xbd\x35\x38\xf0\xe1\xad\xf5\x07\xfa\x4b\x3f\xba\x45\x61\xa0\x42\x16\x20\x93\x21\x15\xf9\x21\xca\x86\xce\xa5\xcf\x44\x7e\x59\xab\xae\x64\x14\x1a\xa1\x40\x83\x9e\xb1\x4a\xcc\x32\xd6\xfc\xf8\xe2\xf2\x72\x36\x1b\x99\x89\x7d\xc9\x43\xdc\xf9\x86\xe7\xd2\x3b\x1c\xbe\x4b\x66\xfa\xef\x38\x5a\x51\xe9\xbb\xf9\x7e\x56\xa6\xa5\x5e\x81\xdd\x12\x7a\x61\xe2\x3c\xd6\x7e\x93\xae\x1c\xe0\x31\xcd\xd9\x84\xd8\xed\x4d\x6d\xb8\x16\xb2\x9d\x43\x8b\xfb\x35\x06\x8d\xdc\xc2\xe3\x11\x82\x69\x92\x35\xfd\xeb\x47\x85\x4e\x12\x9b\xc6\xfc\x5b\x50\xb8\x93\x68\xdc\x8c\x6c\x3f\xab\x20\x66\x19\x38\x94\x77\x55\x2a\xa4\x01\x1d\x30\x7b\xc1\x80\x22\xc1\x34\x69\x40\xbe\xf7\x88\xe8\x77\x55\x29\x5d\x26\xa7\x11\x14\xf6\x33\x7f\x65\x61\x96\xae\x0f\x6d\x30\xde\x32\x2c\xe1\xfb\x2f\xa1\x95\x87\xa7\x12\x35\x74\xf0\xe2\x2d\x29\xfd\x4f\xf3\xc3\x29\x3e\x90\xc3\x0c\x19\x3d\x42\xda\x02\xf8\x84\x32\xc5\x51\x25\x5b\x3c\xd9\xd4\xfe\x71\x76\xd8\xf9\x01\xe4\xf9\xae\x2b\xfe\xd2\x0c\xa5\xa7\xb5\x1a\x9d\x28\xb6\x07\xf4\x12\x14\x3e\xa3\xbc\x1b\x5d\x83\x6f\x28\x3f\x80\x8a\x8a\xf7\x3d\x60\x33\x18\xc4\xaf\x7f\xff\x6d\x36\x46\x61\x04\x5d\x3f\xb8\x44\xd2\x6b\x5b\x2f\x4e\x0b\x5e\x7a\x0a\xfe\x90\x61\x7f\x17\x3d\xd1\xce\x0d\x79\x84\x26\x73\xcc\xba\x0c\x75\x15\x47\x64\xe1\xb7\x78\x55\x86\xfc\x93\x6e\x83\xd3\xf2\x38\x06\x76\xb5\x64\x60\xef\x8c\x68\x4b\x33\xea\x67\xa2\x85\x3d\x66\x2f\x2d\x9f\xbe\x91\x1e\x38\x06\xda\x9d\xd2\x7d\x6b\xa1\xdc\x2a\x55\x1f\x6b\xa5\xf0\xda\x52\xc4\xcc\x01\x91\x7f\x8c\x9e\x80\x1b\xc0\xe5\x3d\xdc\x5c\x3b\x8f\x99\x43\xc1\x82\x9c\x0e\xf8\x70\x20\x9c\x43\x5d\x80\x20\x0a\xd6\xef\x19\x4f\x72\x68\x36\x09\xa7\xe9\x9e\xc9\x1a\xf0\x0e\x8c\xb6\x38\x72\xd0\x81\xe1\x13\x24\x98\x72\xdf\x47\x40\x0a\xf5\x7a\xb8\x97\x95\x83\xf8\xf9\x5e\x53\xce\xe2\x09\x11\x85\x6e\x1e\x83\xb6\xed\x7c\x22\x6b\x8f\x31\x99\xe8\x02\xc9\x65\x70\x59\x20\x54\xc7\x66\xc3\xb8\x59\x4b\x19\x42\xd1\x36\x3c\xda\x10\x3a\x06\x36\xbe\xd5\x8a\xbd\x0e\xd9\x19\xc0\x97\x5b\xa8\xf5\xc2\x18\x23\xc8\xaa\x44\xc1\x14\xb8\xe5\xae\x2c\x84\xd0\xe1\x9f\xec\x6d\x85\x15\x16\x7a\x73\xef\x32\x51\x42\x80\x53\x28\xb2\x92\x31\xf8\x11\xd5\xe2\xb4\x08\xf7\xb4\x9c\xbd\xea\x8f\x00\x88\xa2\x1f\xf9\x53\x03\x54\x16\xc6\x2a\x5e\x2e\x7d\x65\x95\x50\x4b\x77\x76\x9a\x43\x7c\x11\x2f\x54\x47\x0c\x37\x34\x96\x8a\x8a\x6b\xd5\x96\xb4\xc3\x43\x43\x9e\x37\xe9\xc9\xf9\xda\x70\xfc\xf4\x5c\xc0\xfb\x1d\x68\x94\x78\x5c\xa3\xec\xe9\x0c\x2d\x8b\x1f\x7c\xd2\xbb\x28\x94\x74\x40\xd3\x93\x18\xac\x09\xa8\x7e\xba\xbb\xf0\xdd\x80\x00\x76\x97\xf5\x7c\xa4\x11\x1f\x5c\x93\x5a\x15\x44\x68\xdb\x32\x60\xb8\x42\x71\x6c\xda\xce\xd8\x9a\x57\x92\x8e\x41\xab\x8d\x80\x2c\xc5\xa2\x5b\xad\x46\x6d\xcb\x5a\xad\xbe\x6a\x50\xc3\x02\xdb\x47\x5d\x5d\x6e\x84\xf5\x36\xb0\xf6\x8e\x1d\xfa\x1d\x39\x11\xb6\x82\x9b\x4e\xe1\x06\xb8\xb1\x2d\xa1\xe3\x7a\x59\xd5\xe2\xdb\x58\xfe\x27\x72\x63\xdc\x4c\x71\x63\xd8\xc8\x07\x64\x5f\xe2\x38\x9c\x6f\xfa\x7f\xc8\xbf\x81\x88\x94\x79\x15\xab\x97\x5b\xba\x74\x20\xca\xcb\xe1\x52\xe1\xb0\x12\x45\x52\x23\x64\xd9\x00\x61\xf3\xe9\x61\x5f\x20\xdb\x8f\x07\x68\xed\x20\x2c\xbf\x53\x6b\xc1\xa0\xa9\x06\xa9\x46\x18\xa5\x8f\x66\x10\x29\x35\x03\xf4\xac\x74\x70\xe0\x29\x14\x58\x3c\x70\xb9\x12\xa5\x57\x09\xcf\xa4\x78\x64\x46\xd6\x66\x61\xe8\x28\x58\x9e\x8c\x89\xb6\x38\x37\xba\x4d\x94\x69\xa2\x45\xa1\x74\x09\x58\xff\x15\xd7\x25\xe4\x37\xd1\x86\xaf\x79\xf1\x19\xaa\x22\xc1\x75\x84\x2d\x52\x78\xcb\xc2\xe1\x31\xe4\xea\xdf\x56\xc9\x02\xf9\x26\x5d\xa1\x62\xdb\x3f\x7c\xbc\x61\xbc\xd0\xaa\xa1\xb2\xa9\x54\x0c\x87\xaa\xb0\x04\x85\x28\xa0\xc5\x51\x17\x05\x6f\x8e\x82\xf7\x5f\x49\x9f\xad\x20\x7e\xdf\xd4\x5c\xc6\x3b\x1e\x87\xdb\x6a\x0e\xa4\xa8\xa3\xfa\x9c\x43\xf1\x7d\x53\xec\x6f\xc8\x5b\xe8\x8f\x15\xea\x76\x5a\xf0\xf2\x29\xc4\x3a\x55\x92\xc8\xc8\x78\xb9\xae\xa4\x59\x7a\x73\xbb\x60\x61\x12\x92\x5e\x25\x96\xb7\xae\x31\xc8\x0b\x5c\x33\x46\x6e\x45\x37\x62\xc3\xa4\x30\x0a\x01\xd7\x55\xfd\x04\x3a\xe0\x46\x8b\x8b\xa0\x9d\xe0\x7c\x53\x96\x59\xd5\xe4\x12\xfb\x0e\x65\xcd\x96\x5d\x8d\x9a\x22\xd8\x52\x6e\x00\x74\x0e\x3f\xdd\x64\xe6\x92\x68\x89\xe1\x21\x68\x18\xf6\xec\x49\x32\x76\x86\x56\xcc\x24\xc7\x9c\xc7\xe0\x69\x48\x27\x78\x50\x8f\x36\xad\xf0\x91\xfb\xa8\xf1\x3e\x66\xde\x2d\xc9\x2e\x6b\xc2\x05\x31\x66\xb8\xd0\x23\x56\xf4\xd7\x4a\x13\x0b\x03\x08\x87\x5b\x22\x5f\xff\xb9\xfa\x22\x32\x76\xb7\xe1\xfa\x73\xc6\xae\x9f\x24\x5f\x57\xc5\x1b\xb5\xd8\x69\xb9\x9d\xc2\x7b\xe1\x14\x8c\xbd\xbd\x5b\x49\x3f\x40\x16\x80\xf4\x03\x1f\xd7\xd0\xce\xb6\x01\x3c\xb3\x63\x88\x7e\x73\xec\x82\xb4\x11\x55\x9d\xa8\xf5\xc2\x4e\xa9\x7f\x8e\x07\x84\x47\xb5\xd1\xbe\x04\xf0\xb2\x9a\x72\x6e\x53\x81\x4c\x23\x23\x21\x55\xd8\x0c\xfc\x02\x6e\x3d\xa5\xd9\xa6\xe6\xad\xd9\x2b\xb6\xa0\x09\xee\x0a\x8c\xbd\xa2\xb4\xef\x65\x52\x0f\x26\x75\x54\xc4\x62\xc3\xf3\x8d\x52\x75\xf2\x6e\x3f\xe9\x04\x0e\xfc\x54\x53\x27\xef\x06\x33\xd0\x9a\xf0\xc6\xb3\xb3\xe8\x7d\x1e\xde\x43\x12\x90\x18\xc3\x6e\x2a\x3b\x8d\x45\x18\xec\x74\xcc\xbc\x83\x91\x1b\xe5\x1b\x23\xde\x78\xc9\x2d\x44\xc1\x01\x23\x6b\xb5\x0f\x2c\x10\x83\x85\xa5\xdd\x1d\x9d\xf0\xc6\x34\xc3\x76\x46\x54\x0e\x78\xef\xbc\x4a\x41\xa6\xf6\x3d\x5c\x1f\x1f\x92\x2e\x56\xec\xb9\x75\x0f\xd9\x9c\xa5\x5d\x90\x68\x9b\xa2\x3d\x2f\x6a\xde\x4c\xcc\x17\x49\xca\x9d\x1b\x7a\xd1\x4b\x78\xcf\x74\x99\xf9\x33\x78\xc3\xd6\x13\x85\x71\x2e\x3f\xbe\xbf\x7e\x7f\xf6\x99\xb7\x5a\xad\xb8\x3c\x7f\xc1\xcc\x11\x95\x44\xa4\x8c\x49\x8b\x4b\x2d\x04\xa4\x84\x10\xda\xe8\xec\xa1\x6d\x37\xcd\x8b\xcb\xcb\x55\xd5\x3e\x74\x8b\x59\xa1\xd6\x18\x10\x53\x7a\x85\xff\xb9\xac\x9a\xa6\x13\xcd\xe5\x8f\x3f\xfc\x74\x9e\x12\xb4\x03\xa8\xd1\xd1\x6e\xb2\xc3\xbc\x44\xdb\x20\x78\x69\xe5\xff\x6f\x03\x18\x09\x1b\x8b\x6a\xfc\x77\x66\x0a\x8c\xa0\xc0\xbe\x77\x43\x7f\x47\x6e\xf1\x5f\x41\xff\x93\x1a\xc5\xcf\xc2\xbf\x56\x32\xd8\x98\x3a\x28\xe0\x91\xff\xf6\x4f\x95\x48\x94\xd4\xcc\x7a\xa8\xcb\xc8\x40\x9b\xe4\xf1\x3e\x85\x37\xe9\x96\x43\x39\x7d\x4b\x51\x8c\xd1\x8f\x56\x69\x41\xa4\x99\xe8\x62\x5a\xd4\x6a\x01\x4c\x8b\xe6\x9b\x31\xb5\xb0\xa8\x55\x33\x19\xdd\x37\x5c\xb0\x97\xf4\xf8\x56\x8f\x85\x5a\x6f\x20\x8b\x54\x8b\x06\xe0\x44\x43\x1f\xee\x20\x25\xeb\x24\xe6\xcd\xb0\xbb\xe6\xca\xbd\x1e\x98\x37\x43\x72\x11\xb3\xa5\x21\x8b\xe0\xd5\x96\x3d\x3d\x76\x2f\xbf\x0a\xf3\x30\x39\x14\x8e\x68\xa1\x92\x1a\x06\x49\x9a\x4a\xae\x6a\xd1\x1b\xaf\xa5\xb2\xcd\xe5\x15\x7e\x13\x56\xbf\xf4\x94\x55\x2e\x50\x4f\xac\x85\x2e\xa3\x13\x13\x33\xd9\x95\x05\x5a\x01\xa0\x87\x93\x13\xdf\xe9\x61\x60\x34\x65\xb6\x9c\xa6\x16\x4c\x42\x8c\x2e\x97\x4d\xb7\xb8\xf0\xb0\x1b\xa5\x41\xba\x02\x2a\x6b\xc3\x35\x50\xc2\x3e\x54\x75\x79\x91\x80\x56\xa2\xe7\xc3\x93\xe1\x58\x64\x36\xaf\x6b\x58\x71\xd4\x16\x31\xeb\xdb\x8d\xdd\xbd\xc7\x98\xd7\x82\x17\x0f\x2e\xe3\x18\x03\x4a\x3d\x4d\x22\x92\x17\x91\x0a\xf5\x47\x07\x9c\x27\x44\x74\x47\x18\xe9\xbe\x7f\x39\x11\xcd\xd9\x14\x39\xf1\x31\x36\x6d\xed\xa9\xe1\xd2\x49\x8e\xb1\xa9\x6a\xe6\x18\x56\xfb\x06\xb0\x54\x6f\x2f\x36\x1b\xfe\x28\x09\xec\xb2\x57\xe2\xee\x34\xf9\x90\xa6\xba\x36\xf2\x61\x10\x6a\x0f\xeb\xe4\xa2\x55\xd2\x56\x8e\xdf\x2f\x0b\x88\x4c\x79\x5d\x87\x0c\x35\xde\x40\xcc\xa5\x37\x23\x1a\xf6\x28\xea\xda\xfc\x2d\xfa\x82\x9b\xec\x84\x12\x12\xc6\x45\x66\x91\x19\x84\x6a\x26\xc7\xe5\xc5\x82\x43\xc9\xfe\xb1\xc2\xc7\x83\xd3\x1c\x65\xd4\x1d\x71\xa0\x0b\x5e\x3c\x88\xb9\xe9\x5a\xb7\x47\xfa\x3e\x55\xf1\x7d\x69\x1e\xbe\xc3\x67\xb7\x5e\x66\x7c\xd3\x76\x9a\x72\xd2\xb0\x2d\x48\xb8\xe1\x05\xa0\x50\x9d\x9f\x66\xd7\xf1\x2e\xb0\xd9\x79\xa2\x82\xd6\xce\xbe\xa6\x9d\x74\x41\x45\x29\x38\xcc\x16\x1b\x50\x70\xad\x6d\x12\x1d\xb5\xca\xb8\x6e\xab\x25\x2f\x22\xbf\xda\x24\x5e\x8a\xe8\x86\xc4\x37\x36\x10\xee\xf1\x75\x62\xad\x28\xe7\xcc\xf1\x87\x8e\xaf\x7f\x32\x81\xf3\x14\xd6\xe1\xcd\x89\x8c\xc3\xbd\x27\x85\xb3\x08\x1a\x9c\x1c\x7a\x50\x36\xf0\x88\xb1\x1e\x98\xd6\xbc\x1f\x73\x54\x50\xcb\x6f\xba\x84\x1b\x10\x36\x52\x1d\x3b\x88\xb2\x94\x84\xaf\x6c\xfb\x80\x20\x98\x42\x4c\x7f\xfc\x22\x4a\x0f\x96\x0a\x10\xf3\xe6\x8a\xe2\x2b\xc1\xd6\xa2\xac\xba\x3e\x31\xd9\xf6\x54\xdd\xbf\x04\xcb\x9f\x48\xb0\x8c\xaf\xdb\x57\x13\x08\x27\x73\x17\x4d\x91\x08\xaf\x95\xf6\x30\xad\x77\x60\xe4\x3f\x0a\xac\x41\xd3\x2a\x0c\x60\xa6\xf9\xce\x03\x18\x3a\x6f\x9f\x37\xce\x55\x1d\xef\x74\x1b\x2e\x7e\x5b\x35\xed\x2f\xbc\xee\x8e\xc2\x9e\x43\xd2\xe8\x57\x0b\x06\xd8\xae\x62\x37\x83\x27\xb6\xfa\xb0\x3f\xc4\x5e\x66\x23\x1c\x30\x9e\x03\x18\x35\xcb\xe8\x66\xfa\xbd\x8f\xe2\x75\xef\xe6\xeb\x1e\x2f\xa8\x47\xcd\x37\x1b\xa1\xad\xeb\x74\xe0\xdd\x06\x7a\x34\x68\x25\x97\x68\xe8\xbc\xb9\x7b\xff\xce\x6b\x5c\xde\xff\xd1\x7b\x35\xfc\x0c\xa6\x6e\x96\x5e\xb9\x77\x5d\x5d\x8f\xae\xdc\x84\x42\x3e\x9f\xde\xbe\x9d\xff\x72\xf5\xf6\xd3\xab\xad\xcc\x46\xc1\xcf\x46\xe7\xc4\xf5\x84\xe6\x04\xd5\xcf\x16\x54\xce\x6e\x2d\xb4\xcd\xdb\xf4\xa3\xc6\x5b\xbe\xab\xeb\x98\xe1\x2a\x97\xf7\xf4\x1e\x88\x71\x76\x12\xcd\xc3\x5c\xb2\xad\x13\x17\xb7\x0f\x3f\xbb\x37\x2f\xbf\xc7\x67\x2f\x98\x1f\xc4\x0b\xf6\xce\xb5\x3a\x32\xaf\x94\x40\x71\xc4\x71\x40\xd7\xf7\xd8\x71\x38\x35\x87\xdf\x61\xc7\xe3\x93\xb4\x45\x67\x89\x7a\xef\x24\xa7\x03\xe7\xee\x3e\x76\x3d\x38\x71\x5f\xe2\xfd\x0c\xef\xcd\x90\x79\x0d\x8b\xb1\x3a\x72\xb2\x5c\x52\x21\x2e\x0e\x30\x87\xd1\x3e\xb1\x1b\x89\xc8\xea\x9a\xcb\x55\xc7\x57\xa2\xc9\x98\x6d\x3c\x97\xeb\x6a\xf5\x00\x50\x75\xe2\xce\xb7\x00\x45\xc9\xdb\xea\x8b\xe8\x6d\x21\x8c\x05\x13\xc0\xd2\x58\x3a\xb9\xa4\x31\xc9\x95\x7f\x3d\x86\x89\xdf\xdc\xb9\xe1\x98\x9d\xe6\x5e\x44\xe4\x71\x32\x97\xb8\xb8\xc8\x88\x63\x6d\x32\x70\xdc\x42\xd5\xd0\x68\xeb\x72\x2d\x2c\x5f\x25\xc8\xf4\x15\x58\x87\xb9\x74\x39\x89\xb0\xb0\x11\xff\x3f\x26\x8f\x60\x97\x76\xcb\x13\xbb\x18\xf6\x4c\x50\xdf\xd2\xbb\xfe\xe8\x3b\xc0\x1c\xb8\xf9\x97\xde\x5b\x26\x6c\x5b\x2f\xc6\x76\x48\x73\xbf\xa1\x64\xff\x08\xb3\x7e\xa2\x3a\x24\xa2\xa6\x7b\x63\xc7\x85\xbf\x19\x0d\x36\xa8\x6e\x51\xef\xd1\x25\xfc\xfd\xd6\x4e\xa1\x48\xde\xde\xa9\x09\x0e\x99\x0f\xbd\xa3\x65\xb6\xe9\xb6\x66\x17\x4a\x8d\xac\xcb\x09\x5d\x1b\x51\xa7\xe8\x81\x5d\x93\xd1\x15\xed\x21\xfb\x65\x42\x7e\x5b\x7f\x8a\xac\xf4\xd9\xd6\xa1\xba\x6a\x0e\xea\x8e\xd7\x9f\x26\xf7\xc8\x69\x08\x74\xd9\xed\x25\x61\xe9\x9e\x8b\x04\xec\x88\x98\x24\x83\x9a\xdc\xa9\xa2\x42\xf1\x22\xa1\xd2\x16\xa7\x64\xed\xcc\x6d\xa2\xcc\xaf\x5c\x06\x9d\x2c\x3a\xdd\x18\x71\x49\xf2\x8e\xa4\xb6\x31\x4f\x73\x69\xe9\x4b\xac\x38\xbe\xb2\x90\x70\xed\x3e\xc5\x9c\xc1\x0d\x82\xff\x41\x63\x6d\x99\x92\xc2\x4a\xc3\x5c\x02\x47\xac\x04\xd7\xcf\xa2\x01\xf6\x26\x62\x42\xa5\x2f\x82\x4a\x2b\x5c\x62\x59\xae\xdd\x32\xaf\xa7\x06\x44\xf7\xfc\x33\xf3\xef\xdf\xcf\xfe\x13\x00\x00\xff\xff\xee\x8b\xdf\x94\x30\x8f\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xeb\x71\x1b\xb7\xc2\xef\xfb\x2b\x88\xbe\x24\x01\x34\x0e\xd0\xa2\x2f\xfb\x36\xc8\x24\xd8\x09\x82\x74\x9a\x49\xb6\x05\x56\x0b\x0f\x2d\xd1\x1e\x75\x69\xd2\xa5\xa4\xcc\xba\x40\xff\x7b\xc1\x73\x0e\x6f\xba\x59\xbe\x24\xdd\xa6\xfb\x10\x04\x18\xdb\x22\x79\x44\x1e\x9e\xdb\xf7\x1d\xb7\x48\x57\xba\x4e\x62\x7b\xe6\xa9\x09\xe8\x0f\x37\x70\x6d\xaf\x31\x35\xdc\x21\xab\x84\x92\x0e\x28\x3c\xcb\xac\xed\x61\xc2\xa2\x0a\xae\x72\xf5\x0f\x2b\x1e\xd7\x50\x88\x5e\xab\x5e\xe3\x21\x76\xe4\x9e\xec\xf9\x03\x3e\xf4\xf9\x9f\x5f\x3c\xbc\xc0\x76\x6d\x6d\x0d\x74\x30\x59\x7a\x85\x78\xa4\x52\x2b\x25\x94\x3d\xba\x15\xac\x8d\xde\x22\x6b\x8b\x1f\x62\xb2\xf5\x00\x79\x39\x97\x6e\xb4\x1d\x22\xaf\xd7\xac\xe0\x4d\xf1\x78\xe5\xac\xb9\xb8\xc9\x52\x55\x87\x36\xee\xd6\x72\xb4\xb6\xd6\x30\x58\xc7\x7a\x60\x66\xeb\xe9\x16\x93\xfd\x62\x97\x00\x79\x93\x8f\xc9\xae\x8c\x49\x4d\x71\x73\x06\xa6\xc3\x60\xe9\xf9\xaf\x3b\xae\x87\x10\x2e\xa5\x10\xb1\xe2\x5b\x51\xb2\x1c\xb1\xd1\xf9\x1f\xdc\xeb\xcf\xd5\x6e\xb5\x90\xfb\x75\xb3\x00\xdc\xc1\xc2\x8a\x65\x01\x80\xe8\x03\x37\xdd\xb2\xec\xbb\x4a\x07\xc4\x3d\xea\x6c\x0d\xdb\x3b\x5e\x3a\x7e\xa4\xf9\x46\x0b\x86\x78\xbc\x7c\xee\xd3\x1c\x50\x0a\xf6\x82\xb6\x34\xd4\x44\xc7\x1a\xb9\x91\x61\x15\xce\x27\xf6\x33\x60\x75\xc3\x9b\xaa\x40\x62\x23\xc5\xe5\x1e\x18\x57\xb2\x5c\x95\x95\x41\xd7\x9a\x17\xfb\x42\x56\x05\x35\xc4\x49\x6d\x21\xf1\x59\xa8\xe6\xf5\xaf\x8d\x30\x8a\x4b\x57\x79\x7b\xab\xd6\xfa\x1c\x83\x48\xd0\xf3\xa6\x3a\xa0\xcd\x29\xfe\x4a\x4d\x1e\xc0\x10\xe3\x83\x43\x84\xb1\x30\xd8\x1c\x16\xdc\x6a\x57\x24\xe0\xf7\x78\x46\x1c\x0b\x1c\x50\x04\x7f\x6d\x57\x5a\x0a\xf6\xcf\x56\x98\x3d\xbb\xbd\x61\xda\x00\xde\xb1\xd1\xf4\xa7\xaa\x3c\x8a\x10\x11\x1b\x39\x52\x2e\xd0\xb7\x8d\xec\x18\x44\xbd\x19\xd7\x81\x02\x56\x1b\xdf\x18\x30\x8a\x76\xa6\x2b\x18\x7a\x5d\x09\x2c\x00\x68\xad\xbe\x96\xf5\x3a\x06\x48\x18\x3e\x2c\x9f\x46\x2c\x57\xdf\x6b\x2e\x0d\x72\x76\x4f\x35\xc9\xc9\x9c\xda\x37\x04\x11\x93\x2e\xfc\xa0\x4d\xb5\xa9\x14\x6f\xb4\x61\xcf\xef\x1c\xcc\xe8\x85\x87\xc6\x82\x14\x87\xa7\xd1\x09\xaf\x1e\x23\x22\x0c\xcd\x0e\xdb\x46\x90\x4e\x16\xe5\xb2\x5f\x07\x7e\x2c\x2d\xe3\xc1\x72\x09\xfb\xad\xba\xe1\xdb\x5d\x4c\xcb\xe6\xc9\x82\x48\x32\x12\x85\xc0\xdc\xc4\xc0\x0b\xaf\xea\x50\x70\x96\x2b\x8a\x5d\xe1\x7b\xd3\x66\x80\x6f\xb8\xbb\x4a\xd0\xf3\xcb\x13\xab\xec\xa9\x8d\xdf\xe1\x5f\x4f\xc6\xf7\x3f\xbc\x73\x21\xbd\x70\x6f\x27\x17\x21\x2c\x54\xa8\x02\xd4\x2a\x54\x13\x3f\x26\x05\xcd\xb9\x0a\xc5\xc4\xaf\xa4\x6e\x4b\x46\xba\x87\x72\x05\x66\xc1\x2a\xb1\xc8\x58\xfd\xa7\xef\x5f\xbe\x5c\x2c\x46\x24\x71\x2c\xff\x87\x3f\xdf\xf0\xbb\xe1\x1d\x0e\x9f\x0d\x16\xeb\x1f\x38\x5a\x49\xf7\xba\xe5\x71\x8e\xa2\x63\x4f\x81\xdd\x12\x07\x52\xd2\x52\xd4\xee\x90\xbe\xa3\xdf\x39\xc3\xb9\x9a\xd6\xe9\xa1\x76\xdc\x08\xd5\x2c\x61\xc4\xe3\x06\x83\x41\xee\xe0\xe7\x09\x08\x69\x96\x43\xfc\xd3\x47\x8d\x71\x0e\x57\x89\xfc\x73\xd4\x7b\x93\x98\xd8\xac\x6e\x7f\x5e\x41\xda\x31\x8a\x09\x1f\x6a\x36\x48\x0b\x3a\x41\x7a\xd1\x82\x12\xc5\x34\x6b\x41\x61\xf6\x08\xca\xf7\x8d\x25\x7d\x31\xa6\x55\x14\xee\x6f\xe1\xca\xc2\x42\xdb\x90\x9d\x60\xbc\x61\xd8\x85\xf7\x5f\xc2\xe8\x80\x30\x25\x76\xe7\xe8\xc1\x13\x55\xf9\xfb\xe5\xe9\x2c\x1d\x48\x43\x86\xa4\x1c\x31\xf3\x00\xfc\x85\x8a\xbd\xd1\xaa\x5a\xed\x5d\x75\xfe\x38\xc1\xeb\xf2\x04\xfe\x7b\x3f\x95\xc8\xa6\x89\xb4\xa7\x73\xfc\xbc\x2a\x76\x07\xf4\x25\xd8\x6c\xd6\xfe\xb6\xb6\x06\xdf\x51\x8a\x9f\xfa\x82\x77\x83\x58\x0b\x58\xc4\x4f\x7f\xff\x79\x31\xc6\x42\x04\x53\x3f\xb9\xcb\xd1\x1b\xd7\xf2\xcd\x08\x5e\x06\x16\xfd\x98\x24\xff\x10\xc3\xd0\xc1\x0d\x79\x86\x25\x73\xce\x7b\xe9\xdb\x2a\x9e\x8b\x22\x6c\xf1\xaa\x8c\x29\x24\xfd\x06\xa7\xd7\xe3\x49\xd4\xf5\x9a\x81\xcb\x32\x62\x2d\x2d\x68\x9e\x03\x23\x1c\x21\xbd\x61\xfd\xf4\x95\xec\xc0\x31\xdc\xed\x9c\xe9\x3b\x27\xe3\x4e\x6b\x79\xae\xa3\xc1\xa5\x63\x79\x59\x02\xa8\xfe\x1c\x3b\x01\x37\x80\x77\x2c\x6e\x6f\x7c\xd0\xcb\x03\x59\x41\x4f\x47\x94\x36\x90\x91\xa1\x29\x40\x1e\x04\x5b\xf0\x8c\xd7\x29\xd4\xbb\x81\xb8\xe7\x91\xf5\x16\xf0\x0c\x4c\x98\x78\x7e\xcf\x9e\xe3\x13\xd5\x88\xf2\x30\x47\x00\xfb\x74\x66\x78\x94\x97\x83\x10\xf8\xce\x50\xde\xe3\x89\x41\x81\x5e\x8e\xd1\xd8\x4e\x9e\x48\xbc\x63\x5d\x26\xba\x40\x72\x15\x5d\x16\x88\xb6\x71\x05\x2d\x5e\x6a\x43\x8e\x50\xb2\x0d\xcf\x76\x84\xce\x41\x7e\x4f\xba\xb1\x37\x31\xc1\x02\x84\x63\x0b\xbd\x5d\x59\x67\x04\x89\x91\x28\x1f\x02\xb7\xdc\xb5\x43\x01\x7a\x08\x93\xbb\xad\xb0\x49\x42\x47\xf6\xbe\x98\x24\xc6\x28\xc5\x2a\x6b\x30\x8d\x3e\x62\x5a\x5c\x16\xa4\x3e\xac\x67\xaf\xbb\x2b\x00\xae\xe7\x27\xbe\xaf\x81\x8d\xc2\x7a\xc5\xeb\x75\x68\x8e\x12\x5b\xe9\xde\x4f\xf3\xa0\x2d\xa2\x76\x6a\x89\xa4\x86\xd6\x52\x51\x7f\x2c\xe9\x78\x37\x02\xba\xe3\x59\x3d\x2c\x9c\x2f\x8d\xa8\x1f\x96\x05\x3c\xdf\xe3\x3e\x89\x8a\x35\x29\x80\xce\xd0\xb3\xf8\x63\xa8\x5b\x17\x85\x56\x1e\x2b\x7a\x11\x87\x75\x00\x6d\x3f\x3c\x5d\xf8\xac\xc7\xe1\x7a\xc8\x7b\x3e\xd3\x89\x8f\xae\x49\xa3\x0b\xe2\xa4\x6d\x18\x90\x54\xa1\x3a\xb6\x63\x67\x6c\xcb\x2b\x45\xc7\xa0\x31\x56\x41\x96\x62\xd5\x6e\x36\xa3\xbe\xa5\xd4\x9b\x2f\x9a\x97\x70\xd8\xf4\xe8\xfb\x23\x35\xf1\x72\x0a\x6f\x7d\x60\x87\x7e\x43\x41\x84\x49\x7c\xd2\x25\xc2\x00\xb7\x6e\x24\x8c\x3d\xaf\x2b\x29\xbe\x8e\xe7\x7f\xa1\x30\xc6\xed\x9c\x30\x86\x4b\x5e\x40\x01\x25\xae\xc3\x87\x97\xff\x8f\xe2\x1b\x08\x2a\x59\x56\xa9\x79\x39\x31\xa5\x13\x81\x5a\x1e\x5a\x0a\x87\x95\x58\x8e\x6a\xa1\xca\x1a\x38\x97\x2f\x8f\xdc\x02\xdd\x7e\x3e\xc6\xea\x00\xe7\xf8\xbd\xde\x0a\x06\x43\xd5\xc8\x16\xc2\xa8\x02\x34\x83\x64\xa7\x5d\x60\x20\x96\x83\x03\x4f\xd9\xbc\xe2\x91\xab\x8d\x28\x83\x49\xf8\x5c\x89\x27\x66\x75\x6d\x16\x67\x7f\xa2\xd7\x93\x31\xd1\x14\x2f\xac\x6d\x93\x14\x8b\x18\x51\x68\x53\x02\x5c\x7f\xc3\x4d\x09\x25\x4a\xb4\xe1\x25\x2f\x7e\x81\xc6\x46\x70\x1d\xe1\x88\x94\xa1\x72\x88\x76\xcc\x9a\x86\xa7\x55\xaa\x40\xca\x48\xdf\x6b\xd8\xcd\x0f\x7f\x5e\x33\x5e\x18\x5d\x53\xe7\x53\xea\x67\x43\x8d\x54\xa2\x5e\x12\x30\xe2\x68\x88\x82\xd7\x67\x21\xf4\xaf\x55\x28\x38\x10\xbf\xee\x24\x57\xe9\x8e\xc7\xe5\x36\x86\x03\xaf\xe9\xa8\x3d\xe7\x81\x78\x5f\x15\xbe\x1b\x53\x0f\x86\x63\x85\xb6\x9d\x11\xbc\xdc\xc7\x70\xa5\x4a\x11\x9f\x18\x2f\xb7\x95\xb2\xaf\xde\xde\x2e\xd8\x5b\x84\xb4\x57\x89\x1d\xaa\x25\xe6\x69\x81\x2e\xc6\xea\xad\xe4\x46\xac\x99\x12\xd6\x20\xe0\xa6\x92\x7b\xb0\x01\x77\x46\x5c\x45\xe3\x44\xe7\x9b\x0a\xc5\xaa\x3a\x57\x38\x77\xe8\x4c\xb6\x6e\x25\x5a\x8a\xe0\x4b\xf9\x05\xd0\x39\xfc\x74\x9b\xd9\x4b\xa2\x21\x92\x86\x68\x60\xd8\xb3\x17\x29\xba\xe9\x7b\x31\xb3\x02\x73\x01\x46\x67\xa0\x22\xe0\x51\x3f\xb9\xca\xc0\x27\x1e\x12\xbf\xc7\xb8\x79\x77\xa4\xbb\x9c\x0b\x17\xa5\x89\xe1\x42\x4f\x88\xcd\xdf\x68\x43\x44\x0a\xa0\x1c\xee\x88\x3f\xfd\x87\xea\xb3\xc8\xd8\xfd\x8e\x9b\x5f\x32\x76\xb3\x57\x7c\x5b\x15\x6f\xf5\xea\xa0\xe7\x76\x89\xe8\x85\x37\x30\x8e\x8e\x6e\x0d\xc6\x01\xb2\x08\x67\x1f\xc5\xb8\xfa\x7e\xb6\x4b\xe0\xd9\x1d\x43\x0c\x9a\x63\x17\xa4\x4b\x8a\x9a\x81\x76\x2d\xec\x92\xf6\xe7\x78\x4e\x77\xd4\x1a\xed\x6a\x80\xa0\xab\xa9\x6c\x76\x28\x91\x69\x75\x24\x54\xfb\xda\x85\x5f\xc1\xad\xa7\x0d\xdb\x49\xde\xd8\xbd\xe2\x7a\x92\xe0\xae\xc0\xdc\x2b\x6a\xfb\x4e\x31\x74\x4f\xa8\xa3\x2a\x16\x07\x5e\xee\xb4\x96\x83\x77\xfb\x45\x05\xd8\x8b\x53\xcd\x15\xde\x2d\x16\x91\xd5\xf1\x8d\xe7\xa4\x18\x62\x1e\x21\x42\x12\xf1\x10\xc3\x6e\x2a\x5b\x83\x7d\x14\x9c\x38\x16\x21\xc0\xc8\xad\xf1\x8d\x19\x6f\xbc\xe4\x56\xa2\xe0\x00\x73\x75\xd6\x07\xf6\x78\xc1\xde\xd0\xfe\x8e\x1e\x88\xc6\xd4\xfd\x71\x46\x4c\x0e\x78\xee\xb2\x1a\x42\x3d\x1d\x7b\xb8\x3e\x3e\x0e\x86\x58\x71\xe6\x2e\x3c\xe4\xca\x8e\x0e\xa1\x9a\x5d\x95\xf5\xb2\x90\xbc\x9e\x59\xf2\x31\xa8\x77\x6e\xe9\x41\xaf\xe0\x39\xf3\x75\xe6\x0f\x10\x0d\xdb\x1e\xa5\x8c\x13\x2d\xd8\x83\xf2\x9c\x1d\xc3\x3a\x2d\x84\x33\x05\x71\x1b\xb6\xcc\xff\xd6\x83\x69\xb0\xb1\x94\xc3\xff\x66\x1a\x7f\x04\x65\xf5\xad\x7b\xe1\x07\x6a\x77\x7f\xcf\xc8\x5f\xd4\x63\xfd\x2e\xfe\xdf\x69\x06\x97\xf0\x06\xeb\x38\x09\xae\xfe\xa6\xaa\x7c\x06\xcd\xa6\x0e\xaa\x31\xf1\x9e\x66\x85\xa3\x2f\x11\xea\xb9\xe3\xd0\xae\xde\x51\x00\x63\x6a\xa2\xd1\x46\x10\x29\x25\xc6\x7f\x56\x52\xaf\x80\xc9\xd0\x7e\x32\x66\xb3\x15\x52\xd7\xb3\xd1\x73\xfd\x17\xf6\x8a\x7e\x3e\x19\x4e\xd0\xdb\x1d\x54\x69\x1a\x51\x03\x5c\xa7\x1f\x60\xed\xd5\x4b\x5d\xc4\xf7\xe8\x4f\xd7\xde\x87\x37\x3d\xdf\xa3\x4f\xde\x61\xb7\x34\xa4\xf8\x5f\x4f\xec\xe9\xb1\x4b\xf3\x75\x5c\xe7\xc8\xa1\x31\x43\x03\x9d\xca\x30\x83\x51\x57\x6a\x23\x45\x67\xbd\x8e\x2a\x36\x57\xd7\xf8\x49\xdc\x5d\x32\x50\x42\xf9\x2c\x3a\xb1\x02\xfa\x8a\x49\x2c\x7c\x64\xd7\x0e\xc8\x04\x80\x19\x4e\x11\x76\x6f\x24\x81\x47\x93\xb9\x76\x95\x46\x30\x05\x09\xb4\x5c\xd5\xed\xea\x2a\xc0\x5a\xb4\x01\xed\x0a\xa8\xa7\x1d\x37\x40\xb9\xfa\x58\xc9\xf2\x6a\x00\xba\x88\x61\x89\x40\x36\xe3\x90\xcf\x5c\x4a\x78\xe3\x68\xca\x61\x55\xb5\x5f\xbb\x7f\x8e\xf5\x7d\x05\x2f\x1e\x7d\x45\x2f\x66\x7b\x3a\x96\x44\xa2\x2f\x12\xfb\xe6\xbf\x9d\x0d\x9e\x91\x6e\x1d\x61\x7c\xfb\xf6\xf5\x44\x22\xb3\x39\x7a\xe2\x63\xea\x77\xba\x53\xc3\x95\xd7\x1c\x63\xa2\xaa\x97\x98\xf3\xfa\x0a\xb0\xcf\xe0\xcc\xd5\x3b\xfe\xa4\x08\x4c\x72\x54\x55\xed\x3c\xfd\x30\x4c\x25\x6d\xf5\x43\x2f\x0f\x1e\xf7\xa1\x45\x97\xa1\xa9\x3c\x7f\x5e\x16\x11\x85\x72\x29\x63\x06\x98\xe0\xbd\xe5\x2a\xd8\xf8\x35\x7b\x12\x52\xda\xff\x8b\xae\xe2\x26\xf0\x50\x09\x05\xd9\x22\x73\xc8\x07\x42\x0d\x53\x54\xf1\x6a\xc5\xa1\x25\xfe\x58\x63\xe1\xde\x69\x4e\xca\xdd\xce\x38\xd0\x05\x2f\x1e\xc5\xd2\x4e\xad\x3d\xa2\x3c\x9e\xba\xe4\xbe\xb2\x3f\xbe\xc7\xdf\x4e\x5e\x66\x7c\xd7\xb4\x86\x0a\xc6\x70\x2c\xa8\x86\xe1\x05\xa0\x3c\x7d\x10\xe5\xd0\xf1\x2e\x70\xd8\xe5\x40\x87\xaa\x83\x73\x1d\x8e\xa0\x45\x1d\x9b\xe0\x30\xbb\xda\xfb\x82\x1b\xe3\x2a\xdc\x68\x54\xc6\x4d\x53\xad\x79\x91\x04\xbd\x66\xf1\x3e\x24\x37\x24\x3e\xb1\x86\x5c\x4c\xe8\xc3\xea\x54\x39\x67\x9e\x9f\x73\xfc\xfd\x0f\x56\x57\x5e\xc2\x3b\xbc\xbd\x90\x73\x78\xb4\x50\x38\x4b\xa0\xb7\x83\x4b\x8f\xda\xf2\x9d\xb1\xd6\x13\x6b\x8e\x8f\x63\x66\x8a\x7a\xe5\xcd\xd7\x70\x3d\x42\x44\xea\x13\x07\x29\x90\x92\xf0\x8b\x4d\x17\x70\x03\x22\xc4\xda\xc4\xcf\xa2\x0c\x60\xa4\x08\x91\x6e\xaf\x28\xbe\x11\x6c\x2b\xca\xaa\xed\x12\x7f\x4d\xd7\xd1\xfe\xae\x58\x7e\x43\x8a\x65\xfc\xbd\x7d\x31\x85\x70\xb1\x70\xd1\x1c\x8d\xf0\x46\x9b\x00\x83\x7a\x0f\x4e\xfe\x93\xc0\x1e\x2f\x8d\xc6\xec\xe2\x30\x9f\x78\x04\xf3\xe6\xcd\xb3\xda\xc7\x91\xd3\x9d\xee\x72\xb9\xef\xaa\xba\xf9\x91\xcb\xf6\x2c\x6c\x37\x54\x74\x7e\xb1\x48\xbd\x9b\x2a\x4e\x33\xfa\xc5\x64\x80\xf9\x43\x1a\x02\xb6\xca\x01\x93\x2d\x80\x01\x73\x8c\x69\x76\xde\xc7\x18\x5e\x0f\x5e\x5e\x0f\x78\x41\x3d\x19\xbe\xdb\x09\xe3\xe2\x9a\xbd\xd0\x33\xd0\x8f\xc1\x28\xb9\x42\x47\xe7\xed\xfd\x5f\xde\x07\x8b\x2b\xc4\x3f\x3a\x8f\x86\xaf\x81\xe8\x16\xc3\x6f\xee\x7d\x2b\xe5\xe8\x9b\x9b\xd1\x28\xe7\xd3\xbb\x77\xcb\x1f\xaf\xdf\x7d\x7a\x3d\xc9\x1c\x14\x7d\x6d\x54\x26\x7e\x26\x24\x13\x34\x3f\x1b\x30\x39\xdb\xad\x30\xae\xa8\x32\xac\x1a\x6f\xf9\x56\xca\x94\x41\x2a\x57\x0f\xf4\x1c\x48\x40\xb6\x0a\xdd\xc3\x5c\xb1\x49\xc1\xa5\xe3\xc3\xd7\x1e\xec\xc3\x1f\xf0\xb7\x57\x2c\x2c\xe2\x7b\xf6\xde\x8f\x3a\x22\x57\xaa\x6e\x38\xe3\x38\x20\x91\xd5\xd8\x71\xb8\x34\x47\xde\x69\xc7\xe3\x93\x72\x4d\x5d\x89\xda\xee\x22\xa7\x03\x65\xf7\x90\x86\x1e\xbc\xba\x2f\xf1\x7e\x86\xe7\x66\xc8\x6c\x86\xcd\x4e\x3d\xf9\x57\xae\xa8\xd1\x15\x07\x0c\xc2\xe8\x9c\xd8\xad\x42\xe4\xb2\xe4\x6a\xd3\xf2\x8d\xa8\x33\xe6\x06\xcf\xd5\xb6\xda\x3c\x02\x14\x9c\xb8\xe9\x1d\x7a\x50\xf1\xa6\xfa\x2c\x3a\x5b\x08\x13\xb5\x84\x7e\xb4\x9e\x4e\xae\x68\x4d\x6a\x13\x1e\x8f\x39\xdc\xb7\xf7\x7e\x39\x76\xa7\xf9\x07\x11\x39\x9b\xca\x15\xbe\x5c\x64\x9c\x71\x3e\x19\x04\x6e\xa1\x2b\x67\xb2\x75\xb9\x11\x8e\x0f\x12\x74\xfa\x06\xbc\xc3\x5c\xf9\x82\x41\x78\xb1\x09\xbf\x3e\x56\x76\xe0\x94\x0e\xeb\x13\xf7\x32\xdc\x99\xa0\xb9\x0d\xef\xfa\xb3\xef\x00\x7b\xe0\x96\x9f\x3b\x4f\x99\xb1\x6d\x83\x1a\x3b\xa0\xcd\xc3\x86\x52\xdd\x23\xcc\xba\x55\xe4\x50\x25\x3a\x3c\x1b\xb7\x2e\xfc\xce\x68\xb2\x41\xb7\x2b\x79\xc4\x94\xf0\xfb\x93\x93\x42\x95\x3c\x3d\xa9\x19\x01\x99\x0f\x9d\xa3\x65\xb7\xe9\xd4\xb0\x2b\xad\x47\xde\xcb\x05\x43\x1b\xc9\xa4\xe8\x07\x87\x84\xd1\x16\xcd\x29\xfb\x65\x46\xf1\x59\x57\x44\x4e\xfb\x4c\x4d\x48\x56\xf5\x49\xd3\x09\xf6\xd3\xec\x19\x79\x0b\x81\x2e\xbb\xa3\x34\x2c\xdd\x73\x89\x82\x1d\x51\x93\xe4\x50\x53\x38\x55\x54\xa8\x5e\x14\x74\xb2\xe2\x54\x49\x9d\xf9\x4d\x94\x85\x37\x97\xc1\x24\x8b\xd6\xd4\x56\x5d\x92\xbe\x23\xad\x6d\xdd\xd3\x5c\x39\x7a\x10\xa7\x8e\xaf\x1d\x5e\xdb\xf8\xbf\x62\x41\xdf\x0e\xc1\xf5\x60\xb1\x36\x4c\x2b\xe1\xb4\x61\xae\x80\x83\x55\x41\xe8\x67\x55\x03\x3b\x12\x31\x8d\xd2\x07\x51\x27\x13\xae\xb0\xed\xd5\x61\x9d\xd7\x31\x03\x92\x7b\xfe\x3b\xfb\xef\xdf\xdf\xfd\x27\x00\x00\xff\xff\xb5\xe2\x57\x6a\x90\x8e\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 233264, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 233104, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index 359142010..bce38f036 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -11613,38 +11613,21 @@ public interface ExternalResourceInfoOrBuilder extends /** *
-     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
+     * Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 1; + * string external_ids = 1; */ - java.util.List - getExternalIdsList(); + java.lang.String getExternalIds(); /** *
-     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
+     * Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 1; - */ - int getExternalIdsCount(); - /** - *
-     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
-     * 
- * - * repeated string external_ids = 1; - */ - java.lang.String getExternalIds(int index); - /** - *
-     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
-     * 
- * - * repeated string external_ids = 1; + * string external_ids = 1; */ com.google.protobuf.ByteString - getExternalIdsBytes(int index); + getExternalIdsBytes(); } /** *
@@ -11663,7 +11646,7 @@ private ExternalResourceInfo(com.google.protobuf.GeneratedMessageV3.Builder b
       super(builder);
     }
     private ExternalResourceInfo() {
-      externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+      externalIds_ = "";
     }
 
     @java.lang.Override
@@ -11692,11 +11675,8 @@ private ExternalResourceInfo(
               break;
             case 10: {
               java.lang.String s = input.readStringRequireUtf8();
-              if (!((mutable_bitField0_ & 0x00000001) != 0)) {
-                externalIds_ = new com.google.protobuf.LazyStringArrayList();
-                mutable_bitField0_ |= 0x00000001;
-              }
-              externalIds_.add(s);
+
+              externalIds_ = s;
               break;
             }
             default: {
@@ -11714,9 +11694,6 @@ private ExternalResourceInfo(
         throw new com.google.protobuf.InvalidProtocolBufferException(
             e).setUnfinishedMessage(this);
       } finally {
-        if (((mutable_bitField0_ & 0x00000001) != 0)) {
-          externalIds_ = externalIds_.getUnmodifiableView();
-        }
         this.unknownFields = unknownFields.build();
         makeExtensionsImmutable();
       }
@@ -11735,48 +11712,45 @@ private ExternalResourceInfo(
     }
 
     public static final int EXTERNAL_IDS_FIELD_NUMBER = 1;
-    private com.google.protobuf.LazyStringList externalIds_;
+    private volatile java.lang.Object externalIds_;
     /**
      * 
-     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
+     * Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 1; + * string external_ids = 1; */ - public com.google.protobuf.ProtocolStringList - getExternalIdsList() { - return externalIds_; - } - /** - *
-     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
-     * 
- * - * repeated string external_ids = 1; - */ - public int getExternalIdsCount() { - return externalIds_.size(); - } - /** - *
-     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
-     * 
- * - * repeated string external_ids = 1; - */ - public java.lang.String getExternalIds(int index) { - return externalIds_.get(index); + public java.lang.String getExternalIds() { + java.lang.Object ref = externalIds_; + if (ref instanceof java.lang.String) { + return (java.lang.String) ref; + } else { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + externalIds_ = s; + return s; + } } /** *
-     * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
+     * Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids.
      * 
* - * repeated string external_ids = 1; + * string external_ids = 1; */ public com.google.protobuf.ByteString - getExternalIdsBytes(int index) { - return externalIds_.getByteString(index); + getExternalIdsBytes() { + java.lang.Object ref = externalIds_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + externalIds_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } } private byte memoizedIsInitialized = -1; @@ -11793,8 +11767,8 @@ public final boolean isInitialized() { @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { - for (int i = 0; i < externalIds_.size(); i++) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 1, externalIds_.getRaw(i)); + if (!getExternalIdsBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, externalIds_); } unknownFields.writeTo(output); } @@ -11805,13 +11779,8 @@ public int getSerializedSize() { if (size != -1) return size; size = 0; - { - int dataSize = 0; - for (int i = 0; i < externalIds_.size(); i++) { - dataSize += computeStringSizeNoTag(externalIds_.getRaw(i)); - } - size += dataSize; - size += 1 * getExternalIdsList().size(); + if (!getExternalIdsBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, externalIds_); } size += unknownFields.getSerializedSize(); memoizedSize = size; @@ -11828,8 +11797,8 @@ public boolean equals(final java.lang.Object obj) { } flyteidl.event.Event.ExternalResourceInfo other = (flyteidl.event.Event.ExternalResourceInfo) obj; - if (!getExternalIdsList() - .equals(other.getExternalIdsList())) return false; + if (!getExternalIds() + .equals(other.getExternalIds())) return false; if (!unknownFields.equals(other.unknownFields)) return false; return true; } @@ -11841,10 +11810,8 @@ public int hashCode() { } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); - if (getExternalIdsCount() > 0) { - hash = (37 * hash) + EXTERNAL_IDS_FIELD_NUMBER; - hash = (53 * hash) + getExternalIdsList().hashCode(); - } + hash = (37 * hash) + EXTERNAL_IDS_FIELD_NUMBER; + hash = (53 * hash) + getExternalIds().hashCode(); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; @@ -11982,8 +11949,8 @@ private void maybeForceBuilderInitialization() { @java.lang.Override public Builder clear() { super.clear(); - externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; - bitField0_ = (bitField0_ & ~0x00000001); + externalIds_ = ""; + return this; } @@ -12010,11 +11977,6 @@ public flyteidl.event.Event.ExternalResourceInfo build() { @java.lang.Override public flyteidl.event.Event.ExternalResourceInfo buildPartial() { flyteidl.event.Event.ExternalResourceInfo result = new flyteidl.event.Event.ExternalResourceInfo(this); - int from_bitField0_ = bitField0_; - if (((bitField0_ & 0x00000001) != 0)) { - externalIds_ = externalIds_.getUnmodifiableView(); - bitField0_ = (bitField0_ & ~0x00000001); - } result.externalIds_ = externalIds_; onBuilt(); return result; @@ -12064,14 +12026,8 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(flyteidl.event.Event.ExternalResourceInfo other) { if (other == flyteidl.event.Event.ExternalResourceInfo.getDefaultInstance()) return this; - if (!other.externalIds_.isEmpty()) { - if (externalIds_.isEmpty()) { - externalIds_ = other.externalIds_; - bitField0_ = (bitField0_ & ~0x00000001); - } else { - ensureExternalIdsIsMutable(); - externalIds_.addAll(other.externalIds_); - } + if (!other.getExternalIds().isEmpty()) { + externalIds_ = other.externalIds_; onChanged(); } this.mergeUnknownFields(other.unknownFields); @@ -12102,134 +12058,92 @@ public Builder mergeFrom( } return this; } - private int bitField0_; - private com.google.protobuf.LazyStringList externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; - private void ensureExternalIdsIsMutable() { - if (!((bitField0_ & 0x00000001) != 0)) { - externalIds_ = new com.google.protobuf.LazyStringArrayList(externalIds_); - bitField0_ |= 0x00000001; - } - } + private java.lang.Object externalIds_ = ""; /** *
-       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
+       * Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 1; + * string external_ids = 1; */ - public com.google.protobuf.ProtocolStringList - getExternalIdsList() { - return externalIds_.getUnmodifiableView(); - } - /** - *
-       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
-       * 
- * - * repeated string external_ids = 1; - */ - public int getExternalIdsCount() { - return externalIds_.size(); - } - /** - *
-       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
-       * 
- * - * repeated string external_ids = 1; - */ - public java.lang.String getExternalIds(int index) { - return externalIds_.get(index); + public java.lang.String getExternalIds() { + java.lang.Object ref = externalIds_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + externalIds_ = s; + return s; + } else { + return (java.lang.String) ref; + } } /** *
-       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
+       * Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 1; + * string external_ids = 1; */ public com.google.protobuf.ByteString - getExternalIdsBytes(int index) { - return externalIds_.getByteString(index); + getExternalIdsBytes() { + java.lang.Object ref = externalIds_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + externalIds_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } } /** *
-       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
+       * Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 1; + * string external_ids = 1; */ public Builder setExternalIds( - int index, java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } - ensureExternalIdsIsMutable(); - externalIds_.set(index, value); - onChanged(); - return this; - } - /** - *
-       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
-       * 
- * - * repeated string external_ids = 1; - */ - public Builder addExternalIds( java.lang.String value) { if (value == null) { throw new NullPointerException(); } - ensureExternalIdsIsMutable(); - externalIds_.add(value); - onChanged(); - return this; - } - /** - *
-       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
-       * 
- * - * repeated string external_ids = 1; - */ - public Builder addAllExternalIds( - java.lang.Iterable values) { - ensureExternalIdsIsMutable(); - com.google.protobuf.AbstractMessageLite.Builder.addAll( - values, externalIds_); + + externalIds_ = value; onChanged(); return this; } /** *
-       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
+       * Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 1; + * string external_ids = 1; */ public Builder clearExternalIds() { - externalIds_ = com.google.protobuf.LazyStringArrayList.EMPTY; - bitField0_ = (bitField0_ & ~0x00000001); + + externalIds_ = getDefaultInstance().getExternalIds(); onChanged(); return this; } /** *
-       * Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids.
+       * Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids.
        * 
* - * repeated string external_ids = 1; + * string external_ids = 1; */ - public Builder addExternalIdsBytes( + public Builder setExternalIdsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); - ensureExternalIdsIsMutable(); - externalIds_.add(value); + + externalIds_ = value; onChanged(); return this; } @@ -13199,7 +13113,6 @@ flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( /** *
    * Holds metadata around how a task was executed.
-   * TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).
    * 
* * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} @@ -13857,7 +13770,6 @@ protected Builder newBuilderForType( /** *
      * Holds metadata around how a task was executed.
-     * TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325).
      * 
* * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} @@ -15137,7 +15049,7 @@ public flyteidl.event.Event.TaskExecutionMetadata getDefaultInstanceForType() { "\030\014 \001(\r\022\016\n\006reason\030\r \001(\t\022\021\n\ttask_type\030\016 \001(" + "\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.event.Tas" + "kExecutionMetadataB\017\n\routput_result\",\n\024E" + - "xternalResourceInfo\022\024\n\014external_ids\030\001 \003(" + + "xternalResourceInfo\022\024\n\014external_ids\030\001 \001(" + "\t\"?\n\020ResourcePoolInfo\022\030\n\020allocation_toke" + "n\030\001 \001(\t\022\021\n\tnamespace\030\002 \001(\t\"\310\002\n\025TaskExecu" + "tionMetadata\022\026\n\016generated_name\030\001 \001(\t\022@\n\022" + diff --git a/gen/pb-js/flyteidl.d.ts b/gen/pb-js/flyteidl.d.ts index ae046acdf..23ceb4df5 100644 --- a/gen/pb-js/flyteidl.d.ts +++ b/gen/pb-js/flyteidl.d.ts @@ -5725,7 +5725,7 @@ export namespace flyteidl { interface IExternalResourceInfo { /** ExternalResourceInfo externalIds */ - externalIds?: (string[]|null); + externalIds?: (string|null); } /** Represents an ExternalResourceInfo. */ @@ -5738,7 +5738,7 @@ export namespace flyteidl { constructor(properties?: flyteidl.event.IExternalResourceInfo); /** ExternalResourceInfo externalIds. */ - public externalIds: string[]; + public externalIds: string; /** * Creates a new ExternalResourceInfo instance using the specified properties. diff --git a/gen/pb-js/flyteidl.js b/gen/pb-js/flyteidl.js index f9ce8d237..b73a32d76 100644 --- a/gen/pb-js/flyteidl.js +++ b/gen/pb-js/flyteidl.js @@ -13871,7 +13871,7 @@ export const flyteidl = $root.flyteidl = (() => { * Properties of an ExternalResourceInfo. * @memberof flyteidl.event * @interface IExternalResourceInfo - * @property {Array.|null} [externalIds] ExternalResourceInfo externalIds + * @property {string|null} [externalIds] ExternalResourceInfo externalIds */ /** @@ -13883,7 +13883,6 @@ export const flyteidl = $root.flyteidl = (() => { * @param {flyteidl.event.IExternalResourceInfo=} [properties] Properties to set */ function ExternalResourceInfo(properties) { - this.externalIds = []; if (properties) for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i) if (properties[keys[i]] != null) @@ -13892,11 +13891,11 @@ export const flyteidl = $root.flyteidl = (() => { /** * ExternalResourceInfo externalIds. - * @member {Array.} externalIds + * @member {string} externalIds * @memberof flyteidl.event.ExternalResourceInfo * @instance */ - ExternalResourceInfo.prototype.externalIds = $util.emptyArray; + ExternalResourceInfo.prototype.externalIds = ""; /** * Creates a new ExternalResourceInfo instance using the specified properties. @@ -13922,9 +13921,8 @@ export const flyteidl = $root.flyteidl = (() => { ExternalResourceInfo.encode = function encode(message, writer) { if (!writer) writer = $Writer.create(); - if (message.externalIds != null && message.externalIds.length) - for (let i = 0; i < message.externalIds.length; ++i) - writer.uint32(/* id 1, wireType 2 =*/10).string(message.externalIds[i]); + if (message.externalIds != null && message.hasOwnProperty("externalIds")) + writer.uint32(/* id 1, wireType 2 =*/10).string(message.externalIds); return writer; }; @@ -13947,9 +13945,7 @@ export const flyteidl = $root.flyteidl = (() => { let tag = reader.uint32(); switch (tag >>> 3) { case 1: - if (!(message.externalIds && message.externalIds.length)) - message.externalIds = []; - message.externalIds.push(reader.string()); + message.externalIds = reader.string(); break; default: reader.skipType(tag & 7); @@ -13970,13 +13966,9 @@ export const flyteidl = $root.flyteidl = (() => { ExternalResourceInfo.verify = function verify(message) { if (typeof message !== "object" || message === null) return "object expected"; - if (message.externalIds != null && message.hasOwnProperty("externalIds")) { - if (!Array.isArray(message.externalIds)) - return "externalIds: array expected"; - for (let i = 0; i < message.externalIds.length; ++i) - if (!$util.isString(message.externalIds[i])) - return "externalIds: string[] expected"; - } + if (message.externalIds != null && message.hasOwnProperty("externalIds")) + if (!$util.isString(message.externalIds)) + return "externalIds: string expected"; return null; }; diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index 39a762f02..25664573c 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -438,13 +438,13 @@ This message contains metadata about external resources produced or used by a sp .. code-block:: json { - "external_ids": [] + "external_ids": "..." } .. _api_field_flyteidl.event.ExternalResourceInfo.external_ids: external_ids - (`string `_) Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. + (`string `_) Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids. @@ -485,10 +485,9 @@ namespace flyteidl.event.TaskExecutionMetadata ------------------------------------ -`[flyteidl.event.TaskExecutionMetadata proto] `_ +`[flyteidl.event.TaskExecutionMetadata proto] `_ Holds metadata around how a task was executed. -TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). .. code-block:: json @@ -536,7 +535,7 @@ instance_class Enum flyteidl.event.TaskExecutionMetadata.InstanceClass ------------------------------------------------------- -`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ +`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ Includes the broad cateogry of machine used for this specific task execution. diff --git a/gen/pb_python/flyteidl/event/event_pb2.py b/gen/pb_python/flyteidl/event/event_pb2.py index 894036eaa..5620ee681 100644 --- a/gen/pb_python/flyteidl/event/event_pb2.py +++ b/gen/pb_python/flyteidl/event/event_pb2.py @@ -25,7 +25,7 @@ package='flyteidl.event', syntax='proto3', serialized_options=_b('Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/event'), - serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\",\n\x14\x45xternalResourceInfo\x12\x14\n\x0c\x65xternal_ids\x18\x01 \x03(\t\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xc8\x02\n\x15TaskExecutionMetadata\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12@\n\x12\x65xternal_resources\x18\x02 \x03(\x0b\x32$.flyteidl.event.ExternalResourceInfo\x12<\n\x12resource_pool_info\x18\x03 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x04 \x01(\t\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') + serialized_pb=_b('\n\x1a\x66lyteidl/event/event.proto\x12\x0e\x66lyteidl.event\x1a\x1d\x66lyteidl/core/execution.proto\x1a\x1e\x66lyteidl/core/identifier.proto\x1a\x1b\x66lyteidl/core/catalog.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1cgoogle/protobuf/struct.proto\"\xae\x02\n\x16WorkflowExecutionEvent\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x35\n\x05phase\x18\x03 \x01(\x0e\x32&.flyteidl.core.WorkflowExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\noutput_uri\x18\x05 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x06 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x42\x0f\n\routput_result\"\x9a\x05\n\x12NodeExecutionEvent\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x13\n\x0bproducer_id\x18\x02 \x01(\t\x12\x31\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.NodeExecution.Phase\x12/\n\x0boccurred_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x05 \x01(\t\x12\x14\n\noutput_uri\x18\x06 \x01(\tH\x00\x12.\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12\x46\n\x16workflow_node_metadata\x18\x08 \x01(\x0b\x32$.flyteidl.event.WorkflowNodeMetadataH\x01\x12>\n\x12task_node_metadata\x18\x0e \x01(\x0b\x32 .flyteidl.event.TaskNodeMetadataH\x01\x12I\n\x14parent_task_metadata\x18\t \x01(\x0b\x32+.flyteidl.event.ParentTaskExecutionMetadata\x12I\n\x14parent_node_metadata\x18\n \x01(\x0b\x32+.flyteidl.event.ParentNodeExecutionMetadata\x12\x13\n\x0bretry_group\x18\x0b \x01(\t\x12\x14\n\x0cspec_node_id\x18\x0c \x01(\t\x12\x11\n\tnode_name\x18\r \x01(\tB\x0f\n\routput_resultB\x11\n\x0ftarget_metadata\"X\n\x14WorkflowNodeMetadata\x12@\n\x0c\x65xecution_id\x18\x01 \x01(\x0b\x32*.flyteidl.core.WorkflowExecutionIdentifier\"\x80\x01\n\x10TaskNodeMetadata\x12\x37\n\x0c\x63\x61\x63he_status\x18\x01 \x01(\x0e\x32!.flyteidl.core.CatalogCacheStatus\x12\x33\n\x0b\x63\x61talog_key\x18\x02 \x01(\x0b\x32\x1e.flyteidl.core.CatalogMetadata\"Q\n\x1bParentTaskExecutionMetadata\x12\x32\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifier\".\n\x1bParentNodeExecutionMetadata\x12\x0f\n\x07node_id\x18\x01 \x01(\t\"\xcb\x04\n\x12TaskExecutionEvent\x12*\n\x07task_id\x18\x01 \x01(\x0b\x32\x19.flyteidl.core.Identifier\x12H\n\x18parent_node_execution_id\x18\x02 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifier\x12\x15\n\rretry_attempt\x18\x03 \x01(\r\x12\x31\n\x05phase\x18\x04 \x01(\x0e\x32\".flyteidl.core.TaskExecution.Phase\x12\x13\n\x0bproducer_id\x18\x05 \x01(\t\x12$\n\x04logs\x18\x06 \x03(\x0b\x32\x16.flyteidl.core.TaskLog\x12/\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x11\n\tinput_uri\x18\x08 \x01(\t\x12\x14\n\noutput_uri\x18\t \x01(\tH\x00\x12.\n\x05\x65rror\x18\n \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00\x12,\n\x0b\x63ustom_info\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x15\n\rphase_version\x18\x0c \x01(\r\x12\x0e\n\x06reason\x18\r \x01(\t\x12\x11\n\ttask_type\x18\x0e \x01(\t\x12\x37\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataB\x0f\n\routput_result\",\n\x14\x45xternalResourceInfo\x12\x14\n\x0c\x65xternal_ids\x18\x01 \x01(\t\"?\n\x10ResourcePoolInfo\x12\x18\n\x10\x61llocation_token\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\xc8\x02\n\x15TaskExecutionMetadata\x12\x16\n\x0egenerated_name\x18\x01 \x01(\t\x12@\n\x12\x65xternal_resources\x18\x02 \x03(\x0b\x32$.flyteidl.event.ExternalResourceInfo\x12<\n\x12resource_pool_info\x18\x03 \x03(\x0b\x32 .flyteidl.event.ResourcePoolInfo\x12\x19\n\x11plugin_identifier\x18\x04 \x01(\t\x12K\n\x0einstance_class\x18\x10 \x01(\x0e\x32\x33.flyteidl.event.TaskExecutionMetadata.InstanceClass\"/\n\rInstanceClass\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\x11\n\rINTERRUPTIBLE\x10\x01\x42\x37Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/eventb\x06proto3') , dependencies=[flyteidl_dot_core_dot_execution__pb2.DESCRIPTOR,flyteidl_dot_core_dot_identifier__pb2.DESCRIPTOR,flyteidl_dot_core_dot_catalog__pb2.DESCRIPTOR,google_dot_protobuf_dot_timestamp__pb2.DESCRIPTOR,google_dot_protobuf_dot_struct__pb2.DESCRIPTOR,]) @@ -523,8 +523,8 @@ fields=[ _descriptor.FieldDescriptor( name='external_ids', full_name='flyteidl.event.ExternalResourceInfo.external_ids', index=0, - number=1, type=9, cpp_type=9, label=3, - has_default_value=False, default_value=[], + number=1, type=9, cpp_type=9, label=1, + has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, serialized_options=None, file=DESCRIPTOR), diff --git a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py index 1e3bdf12d..cecd61aae 100644 --- a/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py +++ b/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/event_external_resource_info.py @@ -31,7 +31,7 @@ class EventExternalResourceInfo(object): and the value is json key in definition. """ swagger_types = { - 'external_ids': 'list[str]' + 'external_ids': 'str' } attribute_map = { @@ -51,10 +51,10 @@ def __init__(self, external_ids=None): # noqa: E501 def external_ids(self): """Gets the external_ids of this EventExternalResourceInfo. # noqa: E501 - Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. # noqa: E501 + Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids. # noqa: E501 :return: The external_ids of this EventExternalResourceInfo. # noqa: E501 - :rtype: list[str] + :rtype: str """ return self._external_ids @@ -62,10 +62,10 @@ def external_ids(self): def external_ids(self, external_ids): """Sets the external_ids of this EventExternalResourceInfo. - Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. # noqa: E501 + Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids. # noqa: E501 :param external_ids: The external_ids of this EventExternalResourceInfo. # noqa: E501 - :type: list[str] + :type: str """ self._external_ids = external_ids diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index 61300716e..6c84b01b8 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -167,8 +167,8 @@ message TaskExecutionEvent { // This message contains metadata about external resources produced or used by a specific task execution. message ExternalResourceInfo { - // Identifiers for external resources created by this task execution, for example Qubole query ID or presto query ids. - repeated string external_ids = 1; + // Identifier for an external resource created by this task execution, for example Qubole query ID or presto query ids. + string external_ids = 1; } @@ -183,7 +183,6 @@ message ResourcePoolInfo { } // Holds metadata around how a task was executed. -// TODO(katrogan): Extend to include freeform fields (https://github.com/flyteorg/flyte/issues/325). message TaskExecutionMetadata { // Unique, generated name for this task execution used by the backend. From 1c3261014189ac9be5a2fdda41aa40020009253a Mon Sep 17 00:00:00 2001 From: Katrina Rogan Date: Wed, 17 Mar 2021 16:11:01 -0700 Subject: [PATCH 13/13] comment, regen Signed-off-by: Katrina Rogan --- gen/pb-go/flyteidl/event/event.pb.go | 3 +++ gen/pb-go/flyteidl/service/admin.swagger.json | 2 +- gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml | 6 +++++- .../flyteadmin/model_event_task_execution_metadata.go | 2 +- gen/pb-go/flyteidl/service/openapi.go | 4 ++-- gen/pb-java/flyteidl/event/Event.java | 6 ++++++ gen/pb-protodoc/flyteidl/event/event.proto.rst | 7 +++++-- protos/flyteidl/event/event.proto | 3 +++ 8 files changed, 26 insertions(+), 7 deletions(-) diff --git a/gen/pb-go/flyteidl/event/event.pb.go b/gen/pb-go/flyteidl/event/event.pb.go index d8c501bb7..d972db9ed 100644 --- a/gen/pb-go/flyteidl/event/event.pb.go +++ b/gen/pb-go/flyteidl/event/event.pb.go @@ -851,6 +851,9 @@ func (m *ResourcePoolInfo) GetNamespace() string { } // Holds metadata around how a task was executed. +// As a task transitions across event phases during execution some attributes, such its generated name, generated external resources, +// and more may grow in size but not change necessarily based on the phase transition that sparked the event update. +// Metadata is a container for these attributes across the task execution lifecycle. type TaskExecutionMetadata struct { // Unique, generated name for this task execution used by the backend. GeneratedName string `protobuf:"bytes,1,opt,name=generated_name,json=generatedName,proto3" json:"generated_name,omitempty"` diff --git a/gen/pb-go/flyteidl/service/admin.swagger.json b/gen/pb-go/flyteidl/service/admin.swagger.json index b314afe95..4e039a21f 100644 --- a/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/gen/pb-go/flyteidl/service/admin.swagger.json @@ -6080,7 +6080,7 @@ "$ref": "#/definitions/TaskExecutionMetadataInstanceClass" } }, - "description": "Holds metadata around how a task was executed." + "description": "Holds metadata around how a task was executed.\nAs a task transitions across event phases during execution some attributes, such its generated name, generated external resources,\nand more may grow in size but not change necessarily based on the phase transition that sparked the event update.\nMetadata is a container for these attributes across the task execution lifecycle." }, "eventWorkflowExecutionEvent": { "type": "object", diff --git a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index d2b464745..b38be83d2 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -26116,7 +26116,11 @@ definitions: description: "The identifier of the plugin used to execute this task." instance_class: $ref: "#/definitions/TaskExecutionMetadataInstanceClass" - description: "Holds metadata around how a task was executed." + description: "Holds metadata around how a task was executed.\nAs a task transitions\ + \ across event phases during execution some attributes, such its generated name,\ + \ generated external resources,\nand more may grow in size but not change necessarily\ + \ based on the phase transition that sparked the event update.\nMetadata is\ + \ a container for these attributes across the task execution lifecycle." example: external_resources: - external_ids: "external_ids" diff --git a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go index 04257dabf..336dd1797 100644 --- a/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go +++ b/gen/pb-go/flyteidl/service/flyteadmin/model_event_task_execution_metadata.go @@ -9,7 +9,7 @@ package flyteadmin -// Holds metadata around how a task was executed. +// Holds metadata around how a task was executed. As a task transitions across event phases during execution some attributes, such its generated name, generated external resources, and more may grow in size but not change necessarily based on the phase transition that sparked the event update. Metadata is a container for these attributes across the task execution lifecycle. type EventTaskExecutionMetadata struct { // Unique, generated name for this task execution used by the backend. GeneratedName string `json:"generated_name,omitempty"` diff --git a/gen/pb-go/flyteidl/service/openapi.go b/gen/pb-go/flyteidl/service/openapi.go index 1fd36076d..8b0e3908c 100644 --- a/gen/pb-go/flyteidl/service/openapi.go +++ b/gen/pb-go/flyteidl/service/openapi.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xeb\x71\x1b\xb7\xc2\xef\xfb\x2b\x88\xbe\x24\x01\x34\x0e\xd0\xa2\x2f\xfb\x36\xc8\x24\xd8\x09\x82\x74\x9a\x49\xb6\x05\x56\x0b\x0f\x2d\xd1\x1e\x75\x69\xd2\xa5\xa4\xcc\xba\x40\xff\x7b\xc1\x73\x0e\x6f\xba\x59\xbe\x24\xdd\xa6\xfb\x10\x04\x18\xdb\x22\x79\x44\x1e\x9e\xdb\xf7\x1d\xb7\x48\x57\xba\x4e\x62\x7b\xe6\xa9\x09\xe8\x0f\x37\x70\x6d\xaf\x31\x35\xdc\x21\xab\x84\x92\x0e\x28\x3c\xcb\xac\xed\x61\xc2\xa2\x0a\xae\x72\xf5\x0f\x2b\x1e\xd7\x50\x88\x5e\xab\x5e\xe3\x21\x76\xe4\x9e\xec\xf9\x03\x3e\xf4\xf9\x9f\x5f\x3c\xbc\xc0\x76\x6d\x6d\x0d\x74\x30\x59\x7a\x85\x78\xa4\x52\x2b\x25\x94\x3d\xba\x15\xac\x8d\xde\x22\x6b\x8b\x1f\x62\xb2\xf5\x00\x79\x39\x97\x6e\xb4\x1d\x22\xaf\xd7\xac\xe0\x4d\xf1\x78\xe5\xac\xb9\xb8\xc9\x52\x55\x87\x36\xee\xd6\x72\xb4\xb6\xd6\x30\x58\xc7\x7a\x60\x66\xeb\xe9\x16\x93\xfd\x62\x97\x00\x79\x93\x8f\xc9\xae\x8c\x49\x4d\x71\x73\x06\xa6\xc3\x60\xe9\xf9\xaf\x3b\xae\x87\x10\x2e\xa5\x10\xb1\xe2\x5b\x51\xb2\x1c\xb1\xd1\xf9\x1f\xdc\xeb\xcf\xd5\x6e\xb5\x90\xfb\x75\xb3\x00\xdc\xc1\xc2\x8a\x65\x01\x80\xe8\x03\x37\xdd\xb2\xec\xbb\x4a\x07\xc4\x3d\xea\x6c\x0d\xdb\x3b\x5e\x3a\x7e\xa4\xf9\x46\x0b\x86\x78\xbc\x7c\xee\xd3\x1c\x50\x0a\xf6\x82\xb6\x34\xd4\x44\xc7\x1a\xb9\x91\x61\x15\xce\x27\xf6\x33\x60\x75\xc3\x9b\xaa\x40\x62\x23\xc5\xe5\x1e\x18\x57\xb2\x5c\x95\x95\x41\xd7\x9a\x17\xfb\x42\x56\x05\x35\xc4\x49\x6d\x21\xf1\x59\xa8\xe6\xf5\xaf\x8d\x30\x8a\x4b\x57\x79\x7b\xab\xd6\xfa\x1c\x83\x48\xd0\xf3\xa6\x3a\xa0\xcd\x29\xfe\x4a\x4d\x1e\xc0\x10\xe3\x83\x43\x84\xb1\x30\xd8\x1c\x16\xdc\x6a\x57\x24\xe0\xf7\x78\x46\x1c\x0b\x1c\x50\x04\x7f\x6d\x57\x5a\x0a\xf6\xcf\x56\x98\x3d\xbb\xbd\x61\xda\x00\xde\xb1\xd1\xf4\xa7\xaa\x3c\x8a\x10\x11\x1b\x39\x52\x2e\xd0\xb7\x8d\xec\x18\x44\xbd\x19\xd7\x81\x02\x56\x1b\xdf\x18\x30\x8a\x76\xa6\x2b\x18\x7a\x5d\x09\x2c\x00\x68\xad\xbe\x96\xf5\x3a\x06\x48\x18\x3e\x2c\x9f\x46\x2c\x57\xdf\x6b\x2e\x0d\x72\x76\x4f\x35\xc9\xc9\x9c\xda\x37\x04\x11\x93\x2e\xfc\xa0\x4d\xb5\xa9\x14\x6f\xb4\x61\xcf\xef\x1c\xcc\xe8\x85\x87\xc6\x82\x14\x87\xa7\xd1\x09\xaf\x1e\x23\x22\x0c\xcd\x0e\xdb\x46\x90\x4e\x16\xe5\xb2\x5f\x07\x7e\x2c\x2d\xe3\xc1\x72\x09\xfb\xad\xba\xe1\xdb\x5d\x4c\xcb\xe6\xc9\x82\x48\x32\x12\x85\xc0\xdc\xc4\xc0\x0b\xaf\xea\x50\x70\x96\x2b\x8a\x5d\xe1\x7b\xd3\x66\x80\x6f\xb8\xbb\x4a\xd0\xf3\xcb\x13\xab\xec\xa9\x8d\xdf\xe1\x5f\x4f\xc6\xf7\x3f\xbc\x73\x21\xbd\x70\x6f\x27\x17\x21\x2c\x54\xa8\x02\xd4\x2a\x54\x13\x3f\x26\x05\xcd\xb9\x0a\xc5\xc4\xaf\xa4\x6e\x4b\x46\xba\x87\x72\x05\x66\xc1\x2a\xb1\xc8\x58\xfd\xa7\xef\x5f\xbe\x5c\x2c\x46\x24\x71\x2c\xff\x87\x3f\xdf\xf0\xbb\xe1\x1d\x0e\x9f\x0d\x16\xeb\x1f\x38\x5a\x49\xf7\xba\xe5\x71\x8e\xa2\x63\x4f\x81\xdd\x12\x07\x52\xd2\x52\xd4\xee\x90\xbe\xa3\xdf\x39\xc3\xb9\x9a\xd6\xe9\xa1\x76\xdc\x08\xd5\x2c\x61\xc4\xe3\x06\x83\x41\xee\xe0\xe7\x09\x08\x69\x96\x43\xfc\xd3\x47\x8d\x71\x0e\x57\x89\xfc\x73\xd4\x7b\x93\x98\xd8\xac\x6e\x7f\x5e\x41\xda\x31\x8a\x09\x1f\x6a\x36\x48\x0b\x3a\x41\x7a\xd1\x82\x12\xc5\x34\x6b\x41\x61\xf6\x08\xca\xf7\x8d\x25\x7d\x31\xa6\x55\x14\xee\x6f\xe1\xca\xc2\x42\xdb\x90\x9d\x60\xbc\x61\xd8\x85\xf7\x5f\xc2\xe8\x80\x30\x25\x76\xe7\xe8\xc1\x13\x55\xf9\xfb\xe5\xe9\x2c\x1d\x48\x43\x86\xa4\x1c\x31\xf3\x00\xfc\x85\x8a\xbd\xd1\xaa\x5a\xed\x5d\x75\xfe\x38\xc1\xeb\xf2\x04\xfe\x7b\x3f\x95\xc8\xa6\x89\xb4\xa7\x73\xfc\xbc\x2a\x76\x07\xf4\x25\xd8\x6c\xd6\xfe\xb6\xb6\x06\xdf\x51\x8a\x9f\xfa\x82\x77\x83\x58\x0b\x58\xc4\x4f\x7f\xff\x79\x31\xc6\x42\x04\x53\x3f\xb9\xcb\xd1\x1b\xd7\xf2\xcd\x08\x5e\x06\x16\xfd\x98\x24\xff\x10\xc3\xd0\xc1\x0d\x79\x86\x25\x73\xce\x7b\xe9\xdb\x2a\x9e\x8b\x22\x6c\xf1\xaa\x8c\x29\x24\xfd\x06\xa7\xd7\xe3\x49\xd4\xf5\x9a\x81\xcb\x32\x62\x2d\x2d\x68\x9e\x03\x23\x1c\x21\xbd\x61\xfd\xf4\x95\xec\xc0\x31\xdc\xed\x9c\xe9\x3b\x27\xe3\x4e\x6b\x79\xae\xa3\xc1\xa5\x63\x79\x59\x02\xa8\xfe\x1c\x3b\x01\x37\x80\x77\x2c\x6e\x6f\x7c\xd0\xcb\x03\x59\x41\x4f\x47\x94\x36\x90\x91\xa1\x29\x40\x1e\x04\x5b\xf0\x8c\xd7\x29\xd4\xbb\x81\xb8\xe7\x91\xf5\x16\xf0\x0c\x4c\x98\x78\x7e\xcf\x9e\xe3\x13\xd5\x88\xf2\x30\x47\x00\xfb\x74\x66\x78\x94\x97\x83\x10\xf8\xce\x50\xde\xe3\x89\x41\x81\x5e\x8e\xd1\xd8\x4e\x9e\x48\xbc\x63\x5d\x26\xba\x40\x72\x15\x5d\x16\x88\xb6\x71\x05\x2d\x5e\x6a\x43\x8e\x50\xb2\x0d\xcf\x76\x84\xce\x41\x7e\x4f\xba\xb1\x37\x31\xc1\x02\x84\x63\x0b\xbd\x5d\x59\x67\x04\x89\x91\x28\x1f\x02\xb7\xdc\xb5\x43\x01\x7a\x08\x93\xbb\xad\xb0\x49\x42\x47\xf6\xbe\x98\x24\xc6\x28\xc5\x2a\x6b\x30\x8d\x3e\x62\x5a\x5c\x16\xa4\x3e\xac\x67\xaf\xbb\x2b\x00\xae\xe7\x27\xbe\xaf\x81\x8d\xc2\x7a\xc5\xeb\x75\x68\x8e\x12\x5b\xe9\xde\x4f\xf3\xa0\x2d\xa2\x76\x6a\x89\xa4\x86\xd6\x52\x51\x7f\x2c\xe9\x78\x37\x02\xba\xe3\x59\x3d\x2c\x9c\x2f\x8d\xa8\x1f\x96\x05\x3c\xdf\xe3\x3e\x89\x8a\x35\x29\x80\xce\xd0\xb3\xf8\x63\xa8\x5b\x17\x85\x56\x1e\x2b\x7a\x11\x87\x75\x00\x6d\x3f\x3c\x5d\xf8\xac\xc7\xe1\x7a\xc8\x7b\x3e\xd3\x89\x8f\xae\x49\xa3\x0b\xe2\xa4\x6d\x18\x90\x54\xa1\x3a\xb6\x63\x67\x6c\xcb\x2b\x45\xc7\xa0\x31\x56\x41\x96\x62\xd5\x6e\x36\xa3\xbe\xa5\xd4\x9b\x2f\x9a\x97\x70\xd8\xf4\xe8\xfb\x23\x35\xf1\x72\x0a\x6f\x7d\x60\x87\x7e\x43\x41\x84\x49\x7c\xd2\x25\xc2\x00\xb7\x6e\x24\x8c\x3d\xaf\x2b\x29\xbe\x8e\xe7\x7f\xa1\x30\xc6\xed\x9c\x30\x86\x4b\x5e\x40\x01\x25\xae\xc3\x87\x97\xff\x8f\xe2\x1b\x08\x2a\x59\x56\xa9\x79\x39\x31\xa5\x13\x81\x5a\x1e\x5a\x0a\x87\x95\x58\x8e\x6a\xa1\xca\x1a\x38\x97\x2f\x8f\xdc\x02\xdd\x7e\x3e\xc6\xea\x00\xe7\xf8\xbd\xde\x0a\x06\x43\xd5\xc8\x16\xc2\xa8\x02\x34\x83\x64\xa7\x5d\x60\x20\x96\x83\x03\x4f\xd9\xbc\xe2\x91\xab\x8d\x28\x83\x49\xf8\x5c\x89\x27\x66\x75\x6d\x16\x67\x7f\xa2\xd7\x93\x31\xd1\x14\x2f\xac\x6d\x93\x14\x8b\x18\x51\x68\x53\x02\x5c\x7f\xc3\x4d\x09\x25\x4a\xb4\xe1\x25\x2f\x7e\x81\xc6\x46\x70\x1d\xe1\x88\x94\xa1\x72\x88\x76\xcc\x9a\x86\xa7\x55\xaa\x40\xca\x48\xdf\x6b\xd8\xcd\x0f\x7f\x5e\x33\x5e\x18\x5d\x53\xe7\x53\xea\x67\x43\x8d\x54\xa2\x5e\x12\x30\xe2\x68\x88\x82\xd7\x67\x21\xf4\xaf\x55\x28\x38\x10\xbf\xee\x24\x57\xe9\x8e\xc7\xe5\x36\x86\x03\xaf\xe9\xa8\x3d\xe7\x81\x78\x5f\x15\xbe\x1b\x53\x0f\x86\x63\x85\xb6\x9d\x11\xbc\xdc\xc7\x70\xa5\x4a\x11\x9f\x18\x2f\xb7\x95\xb2\xaf\xde\xde\x2e\xd8\x5b\x84\xb4\x57\x89\x1d\xaa\x25\xe6\x69\x81\x2e\xc6\xea\xad\xe4\x46\xac\x99\x12\xd6\x20\xe0\xa6\x92\x7b\xb0\x01\x77\x46\x5c\x45\xe3\x44\xe7\x9b\x0a\xc5\xaa\x3a\x57\x38\x77\xe8\x4c\xb6\x6e\x25\x5a\x8a\xe0\x4b\xf9\x05\xd0\x39\xfc\x74\x9b\xd9\x4b\xa2\x21\x92\x86\x68\x60\xd8\xb3\x17\x29\xba\xe9\x7b\x31\xb3\x02\x73\x01\x46\x67\xa0\x22\xe0\x51\x3f\xb9\xca\xc0\x27\x1e\x12\xbf\xc7\xb8\x79\x77\xa4\xbb\x9c\x0b\x17\xa5\x89\xe1\x42\x4f\x88\xcd\xdf\x68\x43\x44\x0a\xa0\x1c\xee\x88\x3f\xfd\x87\xea\xb3\xc8\xd8\xfd\x8e\x9b\x5f\x32\x76\xb3\x57\x7c\x5b\x15\x6f\xf5\xea\xa0\xe7\x76\x89\xe8\x85\x37\x30\x8e\x8e\x6e\x0d\xc6\x01\xb2\x08\x67\x1f\xc5\xb8\xfa\x7e\xb6\x4b\xe0\xd9\x1d\x43\x0c\x9a\x63\x17\xa4\x4b\x8a\x9a\x81\x76\x2d\xec\x92\xf6\xe7\x78\x4e\x77\xd4\x1a\xed\x6a\x80\xa0\xab\xa9\x6c\x76\x28\x91\x69\x75\x24\x54\xfb\xda\x85\x5f\xc1\xad\xa7\x0d\xdb\x49\xde\xd8\xbd\xe2\x7a\x92\xe0\xae\xc0\xdc\x2b\x6a\xfb\x4e\x31\x74\x4f\xa8\xa3\x2a\x16\x07\x5e\xee\xb4\x96\x83\x77\xfb\x45\x05\xd8\x8b\x53\xcd\x15\xde\x2d\x16\x91\xd5\xf1\x8d\xe7\xa4\x18\x62\x1e\x21\x42\x12\xf1\x10\xc3\x6e\x2a\x5b\x83\x7d\x14\x9c\x38\x16\x21\xc0\xc8\xad\xf1\x8d\x19\x6f\xbc\xe4\x56\xa2\xe0\x00\x73\x75\xd6\x07\xf6\x78\xc1\xde\xd0\xfe\x8e\x1e\x88\xc6\xd4\xfd\x71\x46\x4c\x0e\x78\xee\xb2\x1a\x42\x3d\x1d\x7b\xb8\x3e\x3e\x0e\x86\x58\x71\xe6\x2e\x3c\xe4\xca\x8e\x0e\xa1\x9a\x5d\x95\xf5\xb2\x90\xbc\x9e\x59\xf2\x31\xa8\x77\x6e\xe9\x41\xaf\xe0\x39\xf3\x75\xe6\x0f\x10\x0d\xdb\x1e\xa5\x8c\x13\x2d\xd8\x83\xf2\x9c\x1d\xc3\x3a\x2d\x84\x33\x05\x71\x1b\xb6\xcc\xff\xd6\x83\x69\xb0\xb1\x94\xc3\xff\x66\x1a\x7f\x04\x65\xf5\xad\x7b\xe1\x07\x6a\x77\x7f\xcf\xc8\x5f\xd4\x63\xfd\x2e\xfe\xdf\x69\x06\x97\xf0\x06\xeb\x38\x09\xae\xfe\xa6\xaa\x7c\x06\xcd\xa6\x0e\xaa\x31\xf1\x9e\x66\x85\xa3\x2f\x11\xea\xb9\xe3\xd0\xae\xde\x51\x00\x63\x6a\xa2\xd1\x46\x10\x29\x25\xc6\x7f\x56\x52\xaf\x80\xc9\xd0\x7e\x32\x66\xb3\x15\x52\xd7\xb3\xd1\x73\xfd\x17\xf6\x8a\x7e\x3e\x19\x4e\xd0\xdb\x1d\x54\x69\x1a\x51\x03\x5c\xa7\x1f\x60\xed\xd5\x4b\x5d\xc4\xf7\xe8\x4f\xd7\xde\x87\x37\x3d\xdf\xa3\x4f\xde\x61\xb7\x34\xa4\xf8\x5f\x4f\xec\xe9\xb1\x4b\xf3\x75\x5c\xe7\xc8\xa1\x31\x43\x03\x9d\xca\x30\x83\x51\x57\x6a\x23\x45\x67\xbd\x8e\x2a\x36\x57\xd7\xf8\x49\xdc\x5d\x32\x50\x42\xf9\x2c\x3a\xb1\x02\xfa\x8a\x49\x2c\x7c\x64\xd7\x0e\xc8\x04\x80\x19\x4e\x11\x76\x6f\x24\x81\x47\x93\xb9\x76\x95\x46\x30\x05\x09\xb4\x5c\xd5\xed\xea\x2a\xc0\x5a\xb4\x01\xed\x0a\xa8\xa7\x1d\x37\x40\xb9\xfa\x58\xc9\xf2\x6a\x00\xba\x88\x61\x89\x40\x36\xe3\x90\xcf\x5c\x4a\x78\xe3\x68\xca\x61\x55\xb5\x5f\xbb\x7f\x8e\xf5\x7d\x05\x2f\x1e\x7d\x45\x2f\x66\x7b\x3a\x96\x44\xa2\x2f\x12\xfb\xe6\xbf\x9d\x0d\x9e\x91\x6e\x1d\x61\x7c\xfb\xf6\xf5\x44\x22\xb3\x39\x7a\xe2\x63\xea\x77\xba\x53\xc3\x95\xd7\x1c\x63\xa2\xaa\x97\x98\xf3\xfa\x0a\xb0\xcf\xe0\xcc\xd5\x3b\xfe\xa4\x08\x4c\x72\x54\x55\xed\x3c\xfd\x30\x4c\x25\x6d\xf5\x43\x2f\x0f\x1e\xf7\xa1\x45\x97\xa1\xa9\x3c\x7f\x5e\x16\x11\x85\x72\x29\x63\x06\x98\xe0\xbd\xe5\x2a\xd8\xf8\x35\x7b\x12\x52\xda\xff\x8b\xae\xe2\x26\xf0\x50\x09\x05\xd9\x22\x73\xc8\x07\x42\x0d\x53\x54\xf1\x6a\xc5\xa1\x25\xfe\x58\x63\xe1\xde\x69\x4e\xca\xdd\xce\x38\xd0\x05\x2f\x1e\xc5\xd2\x4e\xad\x3d\xa2\x3c\x9e\xba\xe4\xbe\xb2\x3f\xbe\xc7\xdf\x4e\x5e\x66\x7c\xd7\xb4\x86\x0a\xc6\x70\x2c\xa8\x86\xe1\x05\xa0\x3c\x7d\x10\xe5\xd0\xf1\x2e\x70\xd8\xe5\x40\x87\xaa\x83\x73\x1d\x8e\xa0\x45\x1d\x9b\xe0\x30\xbb\xda\xfb\x82\x1b\xe3\x2a\xdc\x68\x54\xc6\x4d\x53\xad\x79\x91\x04\xbd\x66\xf1\x3e\x24\x37\x24\x3e\xb1\x86\x5c\x4c\xe8\xc3\xea\x54\x39\x67\x9e\x9f\x73\xfc\xfd\x0f\x56\x57\x5e\xc2\x3b\xbc\xbd\x90\x73\x78\xb4\x50\x38\x4b\xa0\xb7\x83\x4b\x8f\xda\xf2\x9d\xb1\xd6\x13\x6b\x8e\x8f\x63\x66\x8a\x7a\xe5\xcd\xd7\x70\x3d\x42\x44\xea\x13\x07\x29\x90\x92\xf0\x8b\x4d\x17\x70\x03\x22\xc4\xda\xc4\xcf\xa2\x0c\x60\xa4\x08\x91\x6e\xaf\x28\xbe\x11\x6c\x2b\xca\xaa\xed\x12\x7f\x4d\xd7\xd1\xfe\xae\x58\x7e\x43\x8a\x65\xfc\xbd\x7d\x31\x85\x70\xb1\x70\xd1\x1c\x8d\xf0\x46\x9b\x00\x83\x7a\x0f\x4e\xfe\x93\xc0\x1e\x2f\x8d\xc6\xec\xe2\x30\x9f\x78\x04\xf3\xe6\xcd\xb3\xda\xc7\x91\xd3\x9d\xee\x72\xb9\xef\xaa\xba\xf9\x91\xcb\xf6\x2c\x6c\x37\x54\x74\x7e\xb1\x48\xbd\x9b\x2a\x4e\x33\xfa\xc5\x64\x80\xf9\x43\x1a\x02\xb6\xca\x01\x93\x2d\x80\x01\x73\x8c\x69\x76\xde\xc7\x18\x5e\x0f\x5e\x5e\x0f\x78\x41\x3d\x19\xbe\xdb\x09\xe3\xe2\x9a\xbd\xd0\x33\xd0\x8f\xc1\x28\xb9\x42\x47\xe7\xed\xfd\x5f\xde\x07\x8b\x2b\xc4\x3f\x3a\x8f\x86\xaf\x81\xe8\x16\xc3\x6f\xee\x7d\x2b\xe5\xe8\x9b\x9b\xd1\x28\xe7\xd3\xbb\x77\xcb\x1f\xaf\xdf\x7d\x7a\x3d\xc9\x1c\x14\x7d\x6d\x54\x26\x7e\x26\x24\x13\x34\x3f\x1b\x30\x39\xdb\xad\x30\xae\xa8\x32\xac\x1a\x6f\xf9\x56\xca\x94\x41\x2a\x57\x0f\xf4\x1c\x48\x40\xb6\x0a\xdd\xc3\x5c\xb1\x49\xc1\xa5\xe3\xc3\xd7\x1e\xec\xc3\x1f\xf0\xb7\x57\x2c\x2c\xe2\x7b\xf6\xde\x8f\x3a\x22\x57\xaa\x6e\x38\xe3\x38\x20\x91\xd5\xd8\x71\xb8\x34\x47\xde\x69\xc7\xe3\x93\x72\x4d\x5d\x89\xda\xee\x22\xa7\x03\x65\xf7\x90\x86\x1e\xbc\xba\x2f\xf1\x7e\x86\xe7\x66\xc8\x6c\x86\xcd\x4e\x3d\xf9\x57\xae\xa8\xd1\x15\x07\x0c\xc2\xe8\x9c\xd8\xad\x42\xe4\xb2\xe4\x6a\xd3\xf2\x8d\xa8\x33\xe6\x06\xcf\xd5\xb6\xda\x3c\x02\x14\x9c\xb8\xe9\x1d\x7a\x50\xf1\xa6\xfa\x2c\x3a\x5b\x08\x13\xb5\x84\x7e\xb4\x9e\x4e\xae\x68\x4d\x6a\x13\x1e\x8f\x39\xdc\xb7\xf7\x7e\x39\x76\xa7\xf9\x07\x11\x39\x9b\xca\x15\xbe\x5c\x64\x9c\x71\x3e\x19\x04\x6e\xa1\x2b\x67\xb2\x75\xb9\x11\x8e\x0f\x12\x74\xfa\x06\xbc\xc3\x5c\xf9\x82\x41\x78\xb1\x09\xbf\x3e\x56\x76\xe0\x94\x0e\xeb\x13\xf7\x32\xdc\x99\xa0\xb9\x0d\xef\xfa\xb3\xef\x00\x7b\xe0\x96\x9f\x3b\x4f\x99\xb1\x6d\x83\x1a\x3b\xa0\xcd\xc3\x86\x52\xdd\x23\xcc\xba\x55\xe4\x50\x25\x3a\x3c\x1b\xb7\x2e\xfc\xce\x68\xb2\x41\xb7\x2b\x79\xc4\x94\xf0\xfb\x93\x93\x42\x95\x3c\x3d\xa9\x19\x01\x99\x0f\x9d\xa3\x65\xb7\xe9\xd4\xb0\x2b\xad\x47\xde\xcb\x05\x43\x1b\xc9\xa4\xe8\x07\x87\x84\xd1\x16\xcd\x29\xfb\x65\x46\xf1\x59\x57\x44\x4e\xfb\x4c\x4d\x48\x56\xf5\x49\xd3\x09\xf6\xd3\xec\x19\x79\x0b\x81\x2e\xbb\xa3\x34\x2c\xdd\x73\x89\x82\x1d\x51\x93\xe4\x50\x53\x38\x55\x54\xa8\x5e\x14\x74\xb2\xe2\x54\x49\x9d\xf9\x4d\x94\x85\x37\x97\xc1\x24\x8b\xd6\xd4\x56\x5d\x92\xbe\x23\xad\x6d\xdd\xd3\x5c\x39\x7a\x10\xa7\x8e\xaf\x1d\x5e\xdb\xf8\xbf\x62\x41\xdf\x0e\xc1\xf5\x60\xb1\x36\x4c\x2b\xe1\xb4\x61\xae\x80\x83\x55\x41\xe8\x67\x55\x03\x3b\x12\x31\x8d\xd2\x07\x51\x27\x13\xae\xb0\xed\xd5\x61\x9d\xd7\x31\x03\x92\x7b\xfe\x3b\xfb\xef\xdf\xdf\xfd\x27\x00\x00\xff\xff\xb5\xe2\x57\x6a\x90\x8e\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x23\xb9\x95\x27\xfa\xbf\x3f\x05\xb6\x66\x23\xba\xcb\x96\xa8\x6e\x7b\xc6\xe1\xd5\xc4\xc6\xbd\x2c\x89\x55\xcd\xdb\x2a\x49\x96\xa8\xaa\xe9\x1d\x3a\xb8\x60\x26\x48\xc2\x4a\x02\x6c\x00\x29\x15\xed\xf0\x77\xbf\x81\x73\x00\x24\x32\x99\xc9\xb7\x54\x52\x35\x67\x22\xdc\x2a\x66\x26\x9e\x07\x07\xe7\xf9\x3b\xff\xfc\x1d\x21\x6f\xf4\x23\x1d\x8f\x99\x7a\x73\x4a\xde\xfc\xb1\xf5\xc3\x9b\x23\xfb\x1b\x17\x23\xf9\xe6\x94\xd8\xe7\x84\xbc\x31\xdc\x64\xcc\x3e\x1f\x65\x73\xc3\x78\x9a\x9d\x68\xa6\x1e\x78\xc2\x4e\x68\x3a\xe5\xa2\x35\x53\xd2\x48\xf8\x90\x90\x37\x0f\x4c\x69\x2e\x85\x7d\xdd\xfd\x49\x84\x34\x44\x33\xf3\xe6\x77\x84\xfc\x0b\x9a\xd7\xc9\x84\x4d\x99\x7e\x73\x4a\xfe\x1b\x3f\x9a\x18\x33\xf3\x0d\xd8\xbf\xb5\x7d\xf7\x6f\xf0\x6e\x22\x85\xce\x4b\x2f\xd3\xd9\x2c\xe3\x09\x35\x5c\x8a\x93\xbf\x6b\x29\x8a\x77\x67\x4a\xa6\x79\xb2\xe6\xbb\xd4\x4c\x74\x31\xc7\x13\x3a\xe3\x27\x0f\x3f\x9e\xd0\xc4\xf0\x07\x36\xc8\x68\x2e\x92\xc9\x60\x96\x51\xa1\x4f\xfe\xc9\x53\x3b\xc7\xbf\xb3\xc4\xfc\x0b\xfe\x91\xca\x29\xe5\x02\xff\x16\x74\xca\xfe\x15\xda\x21\xe4\xcd\x98\x99\xe8\x9f\x84\xbc\x49\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x18\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x9a\x33\x6d\xc8\x88\x67\x86\x29\xdd\x72\x4b\x06\xbd\xc8\x19\x53\x30\xcf\x6e\x6a\x7b\xf9\xc0\x4c\x1b\xda\xbe\x80\xa6\xaf\x33\x2a\xe2\xb7\x15\xd3\x33\x29\x34\xd3\xa5\xa1\x12\xf2\xe6\x8f\x3f\xfc\x50\xf9\x69\x71\x06\x6d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\xde\xfc\x4f\xc5\x46\xb6\x9d\x7f\x3b\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xeb\x77\x75\x7f\xff\x2b\x9a\xd1\x8c\x2a\x3a\x65\x76\x59\xc2\xee\xe3\xff\x55\xe6\x62\xf7\xcb\x76\x5e\xec\x69\x75\xe0\x95\xd9\x5e\xd2\x29\x23\x72\x04\xdb\xe5\xbe\x80\xbf\x15\xd3\x32\x57\x09\x23\x43\x96\x49\x31\xd6\xc4\xc8\x85\x35\xe0\xd0\x82\x25\xb5\xea\x13\xbb\x95\x5c\x31\xbb\x57\x46\xe5\xac\xf2\xd4\xcc\x67\x30\x48\x6d\x14\x17\xe3\x78\x29\xfe\x75\xb4\xd6\xd4\x90\x42\x37\x98\x19\x7e\xd0\x38\xb1\xbe\x68\xfb\x57\x12\x2a\xc8\x90\x11\x7b\x2e\x79\xca\x14\x4b\x09\xd5\x84\x12\x9d\x0f\x35\x33\xe4\x91\x9b\x09\x17\xf6\xdf\x48\xbe\x89\x5f\xb3\x97\xb3\x36\xf0\xe7\xf2\x95\xb9\xd3\x4c\xd9\x81\x3f\xf0\x94\xa5\xe4\x81\x66\x39\x23\x23\xa9\x4a\xcb\xd3\xea\x8b\xde\xc4\xae\xc3\x74\xc8\x05\x9c\x3c\xbb\x96\x9e\x42\xfe\xe0\x97\xeb\x0f\xc4\xf6\x47\x72\xc1\x7f\xcd\x59\x36\x27\x3c\x65\xc2\xd8\x73\xad\xab\xad\xfd\x41\x42\xff\x34\x23\xc7\xc4\xae\x33\x53\x06\xd6\x5b\x0a\xc3\xbe\x18\x4d\x8e\x49\xc6\xef\x19\xf9\xee\x82\x6b\x43\xda\xd7\xdd\xef\x8e\xc8\x77\x17\x05\xe3\xd0\xdf\x3d\xc3\x0a\x87\xbf\xff\x16\x1d\x3d\x43\xc7\xd5\x43\xf7\xa6\x6d\x4f\xf3\x2d\x5e\x13\x45\x0b\x7f\xfb\x5d\xdc\x8e\xdb\xaf\xe5\xbc\xb7\x60\xbc\x8e\xeb\x6e\xc2\x6b\xdf\x33\x93\x4c\x56\x30\x5a\xbd\x23\xa7\xb5\xdb\x51\x65\xb5\xfa\x75\xf1\x5a\x3b\x85\xa7\xe6\xb7\xbb\x30\x5b\x6a\xe0\x14\x50\x2e\xf0\xd0\x84\x33\x54\xde\x19\xf2\xf5\xd8\xca\x2e\xfc\x36\x9a\x4d\xc4\x72\x3d\x27\x8d\x56\xe2\x85\xcc\x35\xe3\x53\xbe\x6a\x1f\xbb\x22\xb5\x62\x97\x63\x72\x22\x9f\x0e\x99\xb2\x53\xf7\xec\x0e\x66\x38\xb4\xec\xcf\xe4\x4a\xb0\xb4\x61\x6a\xbf\xe6\x4c\xcd\x97\xcc\x6d\x44\x33\xdd\x34\x39\x2e\x0c\xb3\x72\x6d\xe5\xf1\x48\xaa\x29\x35\xee\x85\x3f\xff\xfb\xa6\x93\x37\xf2\x9e\xad\xda\xe7\x2e\xee\x5a\x42\x35\x6c\xf7\x34\xcf\x0c\x9f\x65\x8c\xcc\xe8\x98\x69\xb7\x0a\x79\x66\xf4\x11\xbc\x66\x65\x69\xa6\x8e\xc3\x6d\x03\x3d\xf8\x5b\x36\xd7\xf0\x0b\x19\x05\x46\x26\xd8\x17\x03\x2d\xf5\x05\xdc\xb3\xb0\x44\xf1\xed\xf1\x04\x4b\xb9\x1d\x9d\x68\xa9\xcc\x60\x38\x6f\xdd\xb3\x85\x7e\x1b\xa9\x85\x0a\x42\x8d\x51\x7c\x98\x1b\x66\xe7\x6d\xdb\xf0\xf7\x24\xb0\x3e\xbc\x8c\xb5\xbd\x7c\xaf\xce\xaf\xbe\xbf\xa7\x46\xc9\x31\x15\x6f\x4f\x49\x3b\x4d\x09\x0e\xd4\xbe\xc3\x53\xbc\x92\x27\x4c\xb1\x16\xe9\x4d\xb8\x26\x7a\x22\xf3\x2c\x25\x82\x3d\x30\x65\xd7\x96\x4d\x67\x66\xfe\xe2\x56\x2b\xe5\x8a\x25\xb0\x30\x9b\x9c\xb0\xf0\x95\x5d\x34\xab\xf4\xcc\x71\xe9\xee\xd9\x1c\x04\x97\xc5\xe5\x7b\x06\x7a\xa9\x3c\x65\x22\x9f\x56\xee\x0a\xf8\xfd\xbc\x73\x7b\xd6\xb9\x3c\xef\x5e\x7e\xa8\x7c\x61\xc5\x88\xf0\xa8\xf4\xe4\x6f\x0b\x6b\x33\xa2\x79\x06\xa7\x3a\x6a\xed\xd9\x04\x97\x64\xc2\xb3\x54\x31\x71\x62\xa8\xbe\x1f\xb0\x2f\x2c\xc9\xf1\x9e\xfd\x67\xf9\x87\x81\x95\x3e\x65\xca\xca\xbf\x94\xfe\x51\x88\x3b\x1b\x7f\x1a\xb4\xd2\x8d\xbf\x04\x1d\x76\xbd\xef\xe0\x17\x9e\xd6\xbe\x0d\xbf\xac\x98\x83\x7f\x67\xc9\x60\xfd\x2b\x8d\xa3\xf2\x2f\x38\x01\xae\xf6\x1d\xc5\x8c\x9a\x0f\xa8\x31\xf6\x94\x6f\x21\x33\xc2\x96\x12\x3b\x5b\x52\xec\xa7\x13\x1f\x51\x50\x04\xde\x1d\x24\x47\x3b\x82\xe2\xcd\x55\xf2\xe2\xa5\x4c\x59\x27\x34\xfb\x5e\xaa\x1e\xd5\xf7\xaf\x41\x66\x2c\x0d\xfc\x39\xc4\xc6\x6d\x0f\xd0\x37\xa7\xd4\x6f\xc9\x0e\x0e\x26\x80\xdd\x57\x72\x5d\x83\x81\x54\x44\xcf\xb5\x61\xd3\x95\xa6\x83\xd7\xb3\x10\x8e\xdf\xbf\xd4\x01\x57\xae\x9c\xdf\xc0\xa9\x2f\x5f\xa0\x87\xe3\xbd\xc1\x92\xed\xcb\xf0\xf7\xd2\xe7\xe9\x5d\x30\xcb\xa7\x7a\xeb\xb7\xcf\x3b\x1c\x1c\x9d\xbc\xf8\x69\x96\x44\xbb\x7d\x0f\xf2\x89\xac\x06\x8d\x7b\xe5\x57\x7b\x00\x03\x58\xa1\xf2\x95\x4d\xc7\xe1\xfc\xd9\x4f\x63\xe3\x0a\x5a\xcc\x8c\xd5\x79\x9d\x6d\x89\x29\x92\x48\x85\xa2\x60\xea\x8e\x7b\x5f\x90\x63\x72\xde\xee\xb5\x6f\x3b\xbd\x53\xd2\x26\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x3e\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\x5b\xa4\x0d\xff\xb4\x1f\x73\x4d\x68\xa6\x25\xa1\x9e\xaa\x58\xea\x9b\xa0\x22\xf5\x9c\x85\x92\x44\x4e\x67\x3c\x0b\x56\xf3\x60\x22\xe1\x22\xe5\x0f\x3c\xcd\x69\x46\xe4\xd0\x32\x15\xab\xaa\x76\x1e\x98\x30\x39\xcd\xb2\x39\xa1\x59\x46\x5c\xb7\xfe\x05\xaf\xd7\x0f\x59\x18\xa5\xe6\x53\x9e\x51\x65\x75\x61\x1c\xed\x95\x6b\x8b\xf4\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\xef\x99\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\x75\x09\x8c\xfb\xec\xa2\x0b\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbb\xbc\xbd\xee\x9c\x75\xdf\x77\x3b\xe7\x8b\x9a\x76\xaf\x7d\xfb\xf3\xe2\xaf\x9f\xaf\x6e\x7e\x7e\x7f\x71\xf5\x79\xf1\xc9\x45\xfb\xee\xf2\xec\xa7\xc1\xf5\x45\xfb\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xa3\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x56\x5f\x7c\x94\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\x87\x1f\xfe\x94\x5c\x70\x71\x0f\x7f\xb1\x97\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\x5e\x87\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x69\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\xa7\xed\x97\x8c\x94\x9c\x82\x54\xf5\x85\x6b\xe0\x12\x8f\x52\xdd\x8f\x32\xf9\xb8\x9e\xe9\xf0\x03\x33\xc1\xf8\x66\xa5\x98\xd7\x60\x31\xfc\xec\x66\x18\x06\xfe\x81\x19\x3b\xf6\x1b\xd7\xcb\x21\xce\xe7\x10\xe7\xf3\x75\xe3\x7c\x5e\x94\xd9\xee\xe9\x79\x5f\xd9\xc6\x87\x0c\xb0\xc1\x05\xd5\xe8\x61\x6a\x70\x20\x45\xfe\xa1\xa7\x64\x9a\x65\xaf\xcc\x0a\x86\x59\xf2\x58\xbc\x16\xa6\x59\x1a\xf4\xf3\x33\xcc\xdf\x84\x43\xe5\xe0\x2f\xd9\x72\xa1\x5e\x25\x5f\x5d\xf3\xca\x78\x36\x6f\xc7\xd3\xf3\xf9\x85\x58\x84\x4d\x82\x0f\x36\x88\x36\x58\x3b\xbc\x60\x45\x3c\x41\x6d\x00\x41\x5d\xc4\xc0\x62\x88\x40\x6d\x4c\xc0\x4e\x41\x00\x9b\x5e\x49\xeb\xbb\xff\x3f\x30\xd3\xa3\xfa\xfe\xd5\x5d\x49\xa5\x41\x3f\xff\x95\xf4\x1b\xf5\xfa\x1f\xdc\xfc\x4f\xb8\x74\xdf\xfa\x45\xf6\x72\x1d\xf9\xbf\x01\xcf\xfd\xc1\x55\xbf\xd1\x1a\x7d\x5b\xbe\xf9\x6f\xd5\x19\xff\x3a\xbd\xef\x07\x77\xfb\xc1\xdd\x7e\x70\xb7\xaf\xe1\x6e\x7f\x52\xa5\x94\x59\xb2\xd2\x60\x7e\x8c\x75\x9b\x37\x33\xa9\x97\xeb\x62\x67\x8a\x51\x63\xa9\xb8\x6c\xf7\x23\xd0\x20\x51\x2c\x91\x2a\xb5\x3a\x18\x25\xb3\x09\xd5\x8c\x18\x45\x85\xe6\xab\xf4\x30\x6c\x15\x0c\x6d\xb6\x9d\xd7\xa0\x82\x95\xac\x82\x30\xea\xe7\x52\xc0\x86\x32\x5d\x38\x33\x78\x9c\xea\x9e\x2c\xe7\xf5\x7b\x9b\x3a\x64\x68\xae\x33\xf3\x27\xa4\x66\x7b\xaf\x6c\x49\xcd\x65\x93\xc1\x5e\xa8\x19\x74\xf4\xd7\x42\xcd\x25\x83\xc2\x6f\x8b\x9a\xeb\xa6\xfe\x12\xa8\xd9\x7b\xa3\xb7\xa4\xe8\x45\x67\xf6\x5e\xa8\x3a\x78\x90\x5f\x0b\x65\x2f\xb8\xbc\x7f\x5b\xd4\xdd\x34\xfd\xaf\x4b\xe1\xc1\x10\xbe\x2f\xda\x5e\x4d\xb8\x61\x01\x5e\x03\xd1\x86\xc1\xe2\xd8\x7f\x33\xd4\xba\x30\xef\x17\x42\xa6\x27\x8a\x61\xb6\xe1\x46\xf4\x7a\xe3\x3e\xda\x98\x62\xfd\x87\x07\x9a\x7d\x4d\x34\xeb\x77\xed\xe5\x50\x6d\x53\x38\xdd\xe6\x19\xb8\x4b\x62\xe4\x34\x99\x52\x93\x4c\xec\x43\xf4\xcf\xad\x09\xd3\x52\xa4\xdc\xbe\x2a\xea\x7e\x8e\x3c\xdb\x6f\xdb\x12\x7f\xb0\xc0\xff\x06\xe1\xb0\x5e\x4c\xb8\xf8\x21\x45\x65\x8f\x29\x2a\x5c\x1f\x52\x54\x0e\x29\x2a\xeb\x2e\xd0\x21\x45\xe5\x90\xa2\x12\x3d\x7b\x1d\x29\x2a\x4f\x9f\x9d\xb2\x9f\x14\x94\x57\x25\x44\x1f\x04\xe8\x83\x00\x7d\xc8\x33\x09\x53\xdb\x17\x03\xf3\x5f\xbf\x49\x59\xc6\x0c\x5b\xca\x7e\x7a\x4c\x4d\xad\x6e\x50\x82\xbe\xae\x71\x1a\x14\xa8\x5a\x81\x82\xc0\xbc\xb1\x8c\x2f\x85\xb6\x5f\x27\x77\x0a\xc3\x3f\xa4\xc5\x1d\xd8\xd5\x81\x5d\x6d\x33\xb5\x97\x63\x95\x8d\x0e\xf3\x57\x35\xcb\x46\x40\xda\x03\x9e\xee\x07\x4b\x3b\x88\x8d\x31\x92\x76\xb1\x14\x25\x30\xe3\xed\x8c\xb4\x05\x2c\x75\x37\x7d\x15\x76\x5a\xcb\x47\xd2\x0e\x44\xdd\x85\x90\x41\x75\x80\xd4\x3e\x40\x6a\xaf\x3f\xd7\x83\x85\x70\x8f\x16\xc2\x03\xa4\xf6\xc1\x06\x76\xb0\x81\x3d\xbd\x0d\xec\x6b\x19\xb4\x9f\xf9\x58\x3e\x97\x88\xb6\x5d\x60\x92\x48\x89\x62\x63\xae\x0d\x53\x76\xf5\x6a\x85\xb2\xd5\x91\x4a\xaf\xb5\x48\xd4\xda\x71\x1f\x71\xb7\x6f\xfe\x7d\x8d\xe1\xdf\xb8\x5b\x14\x8e\xfa\x90\xa6\xa1\x22\x0c\x88\x4e\x53\x3a\x27\x13\xfa\xc0\xc8\x88\xf2\x0c\x15\x23\xc7\x1d\x97\xcc\x70\xd9\x80\xfe\xd7\x66\x03\xa2\xe5\xe1\x28\x36\x62\x8a\x89\x04\xb9\x3d\x0a\x3f\x09\xcd\x7c\x2a\x08\xbc\x33\xb1\x6a\x6a\xa6\x18\x4d\xe7\x64\xc8\x98\x08\x64\x53\x23\x29\x34\x8c\x79\x2f\x42\xeb\x57\x57\xd3\x16\xa9\xe7\xa5\x28\x69\x4f\x12\x3d\x53\xcf\x12\x76\x57\xce\xf4\x1f\x5f\x17\xab\x38\x04\xd1\x1c\x8c\x6a\x5f\xdf\xa8\x76\x08\xa2\x39\xa8\xc8\x2f\x40\x45\x3e\x04\xd1\x1c\x82\x68\x0e\x06\x84\xb5\x57\xeb\x60\x40\x88\x9f\xbd\x8e\x20\x9a\x27\xac\xe0\xfc\x5c\x12\xf6\x41\xc0\xf6\xef\x1d\x04\xec\x83\x80\xfd\x8d\x0a\xd8\x2f\x63\x85\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\x07\xe9\xfa\x20\x5d\x1f\xa4\x6b\xf7\xd5\x3e\xa5\x6b\xf8\xcb\x43\xb3\xee\x1c\xb1\xbe\xb9\x97\xeb\x03\x33\xaf\xd5\xc5\x75\x10\xa9\x0f\x22\xf5\xcb\x16\xa9\x5f\xcc\x84\xbe\x3d\xa8\xc5\x03\x58\xe1\x01\xac\xf0\x00\x56\xf8\xb4\x60\x85\xfe\xeb\x37\xb3\x7c\xb9\x2c\x72\x37\x4b\x7d\xee\x8a\x36\xd4\xe4\xa0\xf6\xad\x21\x97\x90\xb6\x21\x53\x69\x95\x20\xc1\x4a\xef\x78\x06\x84\x11\x1d\x63\xfe\xc0\x04\xf1\x31\xda\x47\xee\x9a\x39\x02\x4b\xc4\xbf\xc2\xe9\xc0\xa4\x19\x6a\x08\x25\x86\x4f\x59\x8b\x74\x47\x78\x9a\x13\x4b\xfe\x9a\x19\x5d\x09\x03\x42\xd2\x84\x8f\x44\x5a\x8c\xd5\xf7\xcd\x8b\xa8\x10\x7c\xed\xc8\x33\xc3\x3c\x33\xc8\x1a\x7d\xe3\x8f\x3c\xcb\xec\x18\x1c\x07\x81\x93\x30\x65\x2a\xf3\x5f\x96\xba\xf5\x2f\x4f\x69\x6a\x4f\x6e\x34\x84\x22\xbb\x27\x7e\x1f\xee\x5c\xae\x43\x5c\x4b\xe9\x7b\xfc\xba\x45\x9c\x12\x8e\xa0\x62\x6b\x0d\x63\x42\x53\x7b\x02\x93\x09\x4b\xf3\x8c\x11\xaa\xb5\x4c\x38\x35\x96\x5b\xe1\x1d\x4d\xb8\xf1\x2a\xbb\x7f\xc9\x77\x9d\x72\x4d\x87\x19\x4b\xdd\x1a\xb3\x22\xcc\x66\xe9\xc8\xb9\x26\x43\x66\x97\xd8\xf2\x91\xf2\xea\x4f\x50\x42\xa8\x19\x4d\x34\x14\xb6\x38\x12\x26\x70\x20\x4b\x24\x5c\x24\xce\xd7\x2a\xe4\xe2\xe8\x0f\xb9\x4f\x07\x91\xf7\x20\xf2\x6e\x34\xa1\x6f\x4a\xe4\x7d\x41\xa1\x81\x9e\x21\x7d\xd5\xd0\x40\x70\x20\x5a\xce\x3f\x08\x16\x42\xbd\x9d\xf1\x24\x18\x61\x3f\xfa\x26\xdb\xa1\xc5\x33\x29\x46\x7c\x9c\x2b\x27\x70\x3b\x69\x78\x85\x97\xb2\xa6\x9d\x57\x71\xe3\xd4\x0f\xfd\xb9\x2e\x9e\x4d\x14\x3a\x72\x4c\xac\xd8\x3d\xb8\xe9\xdc\x5e\xdd\xdd\x9c\x75\x4e\x49\x7b\x36\xcb\x38\x7a\x59\x92\x5c\x1b\x39\xe5\xff\xb0\xd3\x40\x20\xe1\xc0\xb9\x9d\x18\xa2\x41\xe0\x00\xb7\x8e\x55\x93\xc8\x31\x39\xbb\xb8\xbb\xed\x75\x6e\x1a\x1a\x74\x44\x00\xb5\x8c\xd8\x74\x96\x81\x54\x72\x9f\x0f\x99\x12\xcc\x30\x4d\x92\x2c\x87\x18\xf3\xe0\xec\xc1\x46\x3b\xff\xd5\x39\xbb\xeb\x75\xaf\x2e\x07\x7f\xbd\xeb\xdc\x75\x4e\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xaf\x39\xcb\x41\x08\xe2\x63\x31\x65\xc2\x54\x5b\xf4\x03\xbe\x68\xbf\xeb\x5c\x94\x5b\x9e\x30\xf2\xf3\x5f\x8a\x41\x65\x74\xc8\x32\xe7\x7d\x02\xe7\x8a\x65\xd8\x45\x47\xce\x2d\x95\xa3\x5a\xfb\xd7\xbb\xf6\x45\xb7\xf7\xcb\xe0\xea\xfd\xe0\xb6\x73\xf3\xa9\x7b\xd6\x19\x38\x05\xe3\xac\x6d\xfb\x2d\xf5\xe4\xf4\x10\xf2\x6b\x4e\x33\xab\xa8\xca\x11\xb8\x76\x78\xc2\xc8\xe3\x84\x09\x92\x0b\xa0\x31\xd4\x7e\x41\x17\x88\x93\xd8\x71\x46\xd7\x17\x77\x1f\xba\x97\x83\xab\x4f\x9d\x9b\x9b\xee\x79\xe7\x94\xdc\xb2\x0c\xf4\x43\xbf\xe8\xb0\x8b\xb3\x2c\x1f\x73\x41\xf8\x74\x96\x31\xbb\x1a\x78\x1c\x87\x6c\x42\x1f\xb8\x54\x25\x1d\x01\xd6\xd1\x92\xd0\x57\x37\x64\x97\x28\x74\x51\xd5\xab\x92\xdc\xe2\x1b\x15\xfa\x59\xf6\x42\x89\x1c\x16\x5f\x5c\xb5\xad\x8b\x5f\x54\xf6\x65\x6d\x85\xb4\x3c\xe9\x67\xbb\x0d\x2c\x13\x49\x07\xde\x30\x71\xf2\xcf\x12\x33\xf9\xd7\x93\x21\xc5\x90\x28\xbd\xd5\xdd\x0e\xab\x2a\x6e\x16\x1f\xbc\x86\x3b\x21\x1e\xee\xd7\xe4\xff\x7b\x92\xb9\x5e\x89\xbd\x67\x73\x51\xf7\xa0\xb2\x1d\x54\xb6\xfa\x95\x39\x04\xfe\x34\xac\xf0\xbe\xee\xa3\x6d\x4c\xa4\x23\xce\xb2\x54\x2f\xd8\xb8\x4a\xf7\xc9\x4a\x7b\xd6\xeb\xbd\x4a\x9e\xd7\xa2\xb5\x89\x62\x71\x13\x3c\x41\xce\x35\x64\x77\x6b\xca\x0c\x85\xca\xa6\x46\x92\x1c\x86\x7e\xb8\x9e\xdc\xff\x1d\xae\xa7\xc3\xf5\x74\xb8\x9e\x7e\xab\x26\xc1\x1a\x96\xfe\x55\x6d\x82\xab\xb4\xc0\x9d\x20\x9e\x6a\x0c\x86\x8b\xda\x9f\x26\x7a\x42\x15\x16\xf3\x49\xe4\x74\x2a\x45\x14\x5c\x30\x9f\xb1\x23\x12\x5c\x98\x60\xfc\x81\x61\xac\xb2\x27\x16\xdd\xf0\xd7\x61\x49\x8c\xd6\xe5\x39\x12\x1f\x0e\x9a\xa3\xff\xbf\x4d\xaf\xe6\x03\x48\xd6\x01\x24\xeb\x90\xa3\x70\x00\xc9\x5a\x4e\x2d\x87\x28\xfc\x43\x14\x7e\xfc\xec\x00\x92\xf5\x82\x40\xb2\x84\x4c\xd9\xa0\x02\x8a\x1f\xfe\x39\xa8\xfa\x3d\x4a\x4f\x62\x27\x48\xe9\x41\x91\x96\x00\xad\xf3\x74\xf7\xb4\x84\x72\x79\xe2\x55\x4e\x92\xb8\xa0\xed\x0b\x17\x78\x47\xd9\xdc\x30\x9e\x66\x8b\x95\x78\x9f\x21\x52\xab\x6e\xa3\xbf\x45\x23\x4b\x0d\xd9\x1e\x2c\x2e\x2b\x17\xea\x5b\x05\xb3\x2e\xf8\xd2\x2b\x72\x13\xac\xc7\xbc\x3d\xe0\xff\xa0\x81\x85\xd7\x3f\x0f\x8c\xbc\xfe\xf1\xae\x18\x0e\x65\xde\xbd\x2d\x76\x43\x89\x37\xbe\x0e\x33\x46\x3c\xe2\xe7\x30\x64\x2c\xdd\xfd\x6f\x8e\xaf\x2f\xa3\xe5\x03\x77\x5f\x73\xb9\xbe\x55\x1e\x7f\xb0\x67\xec\xd3\x9e\x71\xf4\xed\x1a\x34\x0e\x98\x0b\x4b\x16\xe7\x60\xed\xd9\x66\xb5\x0e\xd6\x9e\xf8\xd9\x73\x5a\x7b\xd0\x77\x3b\x98\x51\xc5\x84\xa9\x91\xef\xab\x37\x1b\xbc\x1e\xd9\xea\x83\x00\x04\x0d\xa0\xe0\xea\x64\x83\x70\x6b\x7e\x5b\xe6\x1f\x27\xa3\x0c\x50\xc4\x89\x72\x21\x4e\xfe\x59\xfc\x1d\x29\x10\xd1\x8f\x35\x3e\xd0\x0d\x42\x98\x7c\x94\x3d\x4b\x0b\xb1\xab\x68\xbc\x26\xb4\xc9\x8d\xe1\xd8\x0b\x63\x85\x37\x7f\x65\xa4\xd3\x35\x7e\x7a\x0e\x5f\xbe\xae\xa4\x8a\x86\xa1\x3f\x6f\x04\xd4\x22\x25\xac\x77\xb0\xbc\x1e\xc1\x31\x69\xe0\x71\xc2\x41\x3c\x00\x08\x27\xb8\x42\xa3\x0d\xf7\xe9\x98\x14\xf2\x26\x9a\x64\xad\xe7\x16\x23\x17\xc8\x7d\xbd\x89\x3b\x1a\x7d\xbd\xf3\xfe\xea\xa1\x21\x2b\xe8\xfe\xab\x86\x89\x2c\xe1\x99\xfb\x89\x10\x79\x3e\xfe\xf8\x81\x99\x6f\x8f\x39\x7e\x60\xe6\xb9\x38\xe3\xb6\xec\x70\x29\x4b\x28\x2a\x4e\xbc\x10\x6e\xb0\x1d\xeb\x7b\x5d\x73\x3c\xa4\x0f\x1e\xd2\x07\x0f\xe9\x83\xf1\x1b\x87\xf4\xc1\x5d\x6b\x32\x9f\xc3\x2b\xcf\x78\x9d\x63\x87\xdf\xde\x8d\x8e\xf3\x3a\x5c\xea\x87\x4b\x7d\xb3\x39\xbe\x54\x35\xc6\xd3\xf3\x4b\x50\x63\x36\x42\xbd\x40\xcf\x6e\x51\xdd\xcc\x93\xff\x4a\xef\xed\xb5\xef\xec\xf5\x30\x21\xfd\xd4\x7c\x66\x17\x1f\x95\x5f\xf7\x83\x8b\xea\x00\x0b\x7e\x70\x51\x1d\x5c\x54\x07\x17\x95\x7b\xfa\x4d\xc0\x82\x07\x25\x63\x65\xa9\xda\x9b\xa2\x3e\x6d\x4d\xb8\x49\xf5\x26\xf6\x6f\x5f\x2f\x48\xb8\x2f\xfd\x32\xf6\x23\x7f\x2e\x1d\xe0\xa5\x48\x8e\xc5\xbc\x5f\x84\xac\x78\xf2\xcf\x4a\x30\xf7\x82\xc7\x4f\xe7\xd3\x29\x55\x73\xb8\xb7\x5c\x68\x73\x0b\x26\xd4\x72\x33\x8a\x60\x83\xdd\xb5\x34\xcc\x4d\x14\x89\xa5\x2d\x21\xcf\x98\x32\xf3\xe8\x4d\xe0\xa2\xff\xd9\x17\xbc\x00\x2f\xe5\x63\x21\x15\x1a\x77\xec\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\xc0\xed\x0f\x6e\x83\x94\x3c\x70\x8a\xb2\x42\xfb\xba\x5b\x3a\x27\xf5\x7e\xca\xb5\xce\x54\xc9\xc5\xf8\x8a\x4e\xd4\x73\xc3\x82\x1e\x34\xc2\x78\xf5\xbf\xd6\x41\x36\x54\xdf\x57\xd3\x3d\xca\x51\xc4\x83\xa5\x09\x20\x2b\xde\x2d\xe1\x62\x2d\x7f\xb5\x92\x24\x52\x7e\xe6\xd2\x46\xe0\x31\x0c\xb9\x3a\x0e\xff\x63\xdc\xa1\xff\xad\x68\xd9\xff\xe2\xab\x63\xc0\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x33\xa5\x6c\x39\x5f\x91\x99\xd2\xa3\xfa\xfe\x55\x66\xa6\x94\x07\xfe\xe4\xcc\x62\x4d\x9a\xfc\xe6\x62\x9a\xd7\x3d\x61\x87\xf8\xe6\x2d\x96\xee\x5b\x8d\x75\x5e\xc6\x42\x5f\xcc\x08\x2b\x5c\xfc\x5b\x3c\xb9\xe5\x3b\xe9\x70\x44\x97\xad\xd1\x37\x07\x16\x5e\x11\x35\x56\xcc\xed\x95\x80\x86\x57\xa5\xa5\x7d\x8f\xea\x69\x6c\xcb\xd1\x6e\x1c\xaa\xfc\x1c\xaa\xfc\x1c\xaa\xfc\x3c\x75\x95\x9f\xf5\x34\xcd\xb5\xd5\xcc\x75\x75\xcc\xf5\x14\xcc\x66\xed\x72\x87\x94\xd6\xb2\xd2\xb7\x6d\x4a\x6b\x49\xa9\x7a\x15\xae\xd1\xd2\x88\x9f\x23\xa5\xf5\x37\xaa\x07\x1e\x94\xc0\x27\x59\xb7\x6f\x55\x03\x7c\xe1\xea\xdf\x21\x19\x77\x8f\x91\x0e\xdf\x30\xb8\xd8\x21\xd0\x61\xc9\xe2\x1c\x02\x1d\xb6\x59\xad\x43\xa0\x43\xfc\xec\xc5\x05\x3a\x34\x6b\x0e\x3c\xdd\x35\x9d\xaa\x4e\x64\x2f\x04\xda\x12\x42\xe7\xf6\xe2\x7b\x37\x7d\x15\x72\x7b\x84\xa8\x1b\xcc\x1c\xea\x39\xe4\xf7\x03\x42\xec\x01\x21\xf6\x20\xc4\xfd\x96\x84\xb8\x83\x9c\xb2\xcd\x6a\x1d\xe4\x94\xf8\xd9\x01\x21\xf6\x05\x41\x84\x58\xc1\xa9\x94\x24\xb2\x32\x28\xf5\x4c\x31\x08\x9f\x13\x69\x48\x15\x21\xb4\x2a\x80\x2d\x93\xae\xb0\x01\x2b\x5f\xbd\x06\xe1\xca\x8e\x13\x47\xbc\x46\x34\x5d\xdc\xe1\x9b\x7f\x5f\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\xa8\x85\x0e\x02\xd2\x94\xce\xc9\x84\x3e\x30\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x6b\xb3\x01\xd1\xf2\x70\x8a\x0c\x30\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x14\x6a\x77\x65\xf1\x87\x8c\x89\x28\x9d\x68\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\x45\x2e\xf7\xa7\x73\xed\xa2\x68\xe9\x3f\xbe\x16\x56\xf0\x1c\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9b\x35\xb1\x5e\x8c\x48\x7e\x50\x74\xf7\xa8\xe8\x1e\xf2\x32\x0f\xee\x8a\x83\x19\x60\xed\xd5\x3a\x98\x01\xe2\x67\xaf\xc7\x5d\xd1\x2c\x3d\x6f\x57\x22\xfe\x09\xe5\xe8\x83\x18\x7d\x10\xa3\x0f\x62\xf4\x37\x2b\x46\xbf\x8c\x15\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\xe8\x83\x0c\x7d\x90\xa1\xdd\x57\x7b\x91\xa1\xe1\x2f\x9f\xcd\xbd\x9f\xd4\xed\xf5\x3c\x52\x2e\x77\xfb\xb5\x08\xcf\x07\xc1\xf9\x20\x38\xbf\x6c\xc1\xf9\xc5\x4c\xe8\xdb\x4b\xd8\x3c\xa4\x3c\x1e\x52\x1e\x0f\x29\x8f\x5f\x21\xe5\xd1\xb3\x92\x6d\x6b\x3e\x7c\x72\xbc\xe5\x7b\x2e\x92\x2c\x4f\x41\x44\x99\x30\xf2\x2e\xe7\x59\x4a\x40\xa1\xb1\x7a\x29\x97\xe2\x2d\xd0\x13\x90\x02\x8c\xd3\x03\x9f\x2f\x17\x60\x3e\x2d\x70\xba\x17\x2b\xc3\x14\xa3\xdd\x16\xa0\x6a\x5f\x7b\x1a\xca\x26\x6e\x51\x1a\xa9\xf4\x9b\x6f\xe8\xb9\x0b\x26\x1d\x79\xd1\xc3\xb2\x1d\x3f\x88\x8d\xca\x27\x7d\x76\x1f\xbd\x2e\x28\xf1\xc5\x51\x1f\x8a\x26\x91\x68\xd7\x0e\x45\x93\x9e\x70\xde\xfe\x9c\xad\x98\xb9\xa7\x51\x34\x0f\xbf\xd2\x69\x7f\xf5\x38\xba\xe6\x93\xfe\x55\xa3\xea\x6a\x6f\x8e\x85\x8c\xa6\xa2\xe8\xf6\xf3\xd7\x8a\xda\xe5\x6a\xf8\xc0\xcc\xb7\x72\x2f\x1c\xea\x45\x1d\x4a\x4b\x6c\x5d\x4e\x7b\x23\x0e\xff\xba\xa6\x78\x28\x89\x75\x28\x89\x75\x28\x89\x15\xbf\x71\x28\x89\xf5\x02\x4a\x62\xed\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\x28\x8b\x75\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa0\x52\xfa\x22\x8a\x7e\x05\xa5\x74\x5f\xf8\x1a\xb1\x3f\x3d\x30\xe3\xbd\xc2\x6c\xf8\x95\x3c\x40\x6d\xb8\xff\x3b\x40\x6d\xac\x33\xb9\x03\xd4\xc6\x21\x7a\xf2\x00\xb5\x71\x88\x0f\x3c\xc4\x07\x1e\xa0\x36\x5e\x0b\xd4\x86\x17\xa0\xf6\x01\xb7\x51\x23\x8c\xad\x86\xdc\xf8\xbc\xa8\x19\xbc\x58\x41\xcb\x8f\xf5\x00\xbd\x71\x80\xde\xd8\x95\x76\x5e\x84\x4e\xf6\x24\x10\x1c\x35\x6c\x60\x57\x45\xec\x75\x40\x71\xf8\xd1\x1e\xf2\x08\x0f\xe1\xd0\x2f\x3f\x1c\xfa\xc5\xe5\x11\xbe\x18\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x12\x1e\x52\x09\x0f\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8e\x54\xc2\xd5\xd2\xf4\x5e\x20\x39\x9e\x42\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x32\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x44\xc7\x86\x5e\xac\x28\x2b\xe5\x35\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6c\x41\xfa\xc5\x4c\xe8\x00\xd7\x71\x80\xeb\x38\xc0\x75\x1c\xe0\x3a\xb6\x91\x6a\x7e\xe7\x4e\xe5\x9b\xe8\x22\x0e\x37\xf6\x9b\x77\x99\x1c\xf6\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\x9b\xdb\xee\xe5\x87\x8b\x38\x47\xe8\xcd\xc7\xbb\x8b\x5e\xf7\xba\x7d\x13\xd6\x25\xcc\x2a\x5e\x0b\xf7\x5d\x49\x10\x3b\x93\xd3\x19\x55\x5c\x4b\xd1\xf9\x62\x4f\xa7\x1d\xda\x15\x88\x3e\x52\x6d\x37\xba\xce\x5f\xe3\x91\x5d\x96\xff\xf9\xa1\x57\xfe\x57\x69\x16\x17\xbd\xf2\xbf\x3a\x4b\x67\x13\x35\x5c\x65\x67\xc7\xe4\x43\xef\x94\x7c\x80\x10\x0c\x45\x7a\x13\x8a\x2c\xe9\xa2\x77\x4a\x2e\x98\xd6\xf0\x4b\xf1\xb1\xe1\x26\x83\xb9\xbd\xe3\x82\xaa\x39\xf1\xd3\xc7\xec\x39\x0a\xb6\x59\xbf\x34\xd5\xc5\x13\x7f\xcf\x05\x68\x0f\xc5\xea\x5d\xc8\x31\x4f\x68\xb6\xdb\x22\xb6\x2f\xe3\x83\xf4\xe6\xea\x66\xe9\x52\xc4\x6f\x2f\xae\x45\xfb\xf2\x1c\x72\xf9\xfc\x50\x6b\x66\x7e\xc9\xb4\x61\xa9\x95\x46\x52\x24\x5e\xe0\x67\xf3\x48\x4a\xf9\xbb\x84\xec\xbe\x5c\x5b\xd9\xb9\x7d\x79\x4e\x4e\xc8\xd5\x4d\x5f\x5c\xa9\x14\x8d\x37\xcc\x5e\xef\xc8\x75\xb9\x26\x42\x1a\xc2\xa7\x33\xa9\x0c\x15\xc6\x4a\x36\xc0\xd8\xdc\x8a\x68\x42\x15\x23\x67\x72\x3a\xcd\x0d\x35\xfc\x81\x2d\x2c\xaa\x40\x8d\xec\x96\x99\x6e\x0a\xe6\xe0\x9a\x35\x44\xce\x57\xcc\x65\xa6\x6c\xfb\x96\xeb\x96\x75\x01\x9e\x2e\xc8\xe6\xbe\x09\xaa\x14\x2d\xf3\xc7\x37\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x55\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd2\xd9\x7b\x6f\x6d\xda\x82\x3e\xfe\xbf\xdb\x52\x26\xdf\x9b\x5f\xda\x1f\xe3\x5c\xc0\x37\xd7\x37\x57\xbd\xab\xa5\x34\x53\x6a\x61\x91\x68\xec\xe3\x53\xf8\x5f\x72\x42\x6c\xeb\xe1\xe6\x9a\x32\x43\xed\x8d\x4e\xbe\xc7\xc4\x9d\x10\xde\xcf\x45\x06\x34\x32\x53\x7c\xca\xed\xbe\x3a\x95\xf9\x2d\x5e\x8e\xe1\xf6\x0f\x54\x82\x1f\x60\x12\x1e\x88\x1d\x86\x8a\x94\xaa\x94\xfc\x5d\xbb\xc4\x51\x2b\x84\xe0\xeb\x54\xfb\x1f\x58\x4a\x8e\xc9\xc4\x98\x99\x3e\x3d\x39\x79\x7c\x7c\x6c\xd9\xb7\x5b\x52\x8d\x4f\xec\x1f\xc7\x4c\xb4\x26\x66\x9a\x61\xc6\xa9\x5d\x85\x53\x72\xad\xa4\x91\x20\x40\x10\xcd\x14\xa7\x19\xa4\x06\x0e\xf1\xb4\xcb\x11\xf9\xbf\x89\x54\xac\x55\x6c\xcc\xff\x25\x51\x32\xeb\xc8\xde\xb3\x3c\xcd\x4e\xec\x4b\x35\x47\xa7\xba\x9f\x24\x65\x09\x4f\x9d\x20\xc5\x44\x22\x01\x6d\x09\x2d\x8b\xb6\x3d\x9f\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x40\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\x59\xc1\xa5\x8b\x52\x67\x6e\x25\x6c\x88\xbd\x03\x3d\xd2\xbf\x3a\xb3\x13\x4e\x64\x46\x86\xf9\xc8\x4a\x68\xd1\xad\x74\x64\xa5\x11\xae\x89\x62\x89\x9c\x4e\x99\x40\xa3\xa2\x6d\x08\xbe\x84\x15\x73\xa3\x6d\xf5\x05\xec\xbf\x15\x53\x80\x02\x52\x09\x07\x5b\x30\xab\xad\x88\x39\x76\x33\xcc\x47\x25\x4f\x95\x91\x44\x31\x9a\x12\x6e\xfa\xa2\x9d\x59\xbd\x76\x2a\x0d\x8b\x83\x08\xc1\xac\x5d\x5a\x70\x60\x08\x8a\xcd\x32\x9a\xf8\xa4\xcc\x4c\x26\x34\x23\x23\x9e\x31\x57\x2f\x3f\x6a\xe0\x7b\x50\xb5\xec\x9a\x71\x4d\x52\xf9\x28\x32\x49\xdd\x3c\xaa\x9f\xbd\x2d\xf3\x96\x8e\x4f\x4b\xee\x28\x25\x15\xfc\xcf\xcf\x5c\xa4\xdb\x9d\xc1\xbb\xcb\x9f\x2f\xaf\x3e\x97\x8e\xe1\xdd\x6d\xe7\x26\xfe\xf7\xed\x2f\xb7\xbd\xce\xc7\xa5\xe7\xb0\xda\x4a\x41\x59\x30\x3c\x10\xc1\x4f\xc9\x2d\x2e\x82\x54\xc4\x2a\x55\x0d\x93\xfa\xe8\x48\xa9\xf8\x41\xa6\x6c\xbb\xb9\x7d\x6c\x5f\xde\xb5\x4b\x1c\xe5\xf6\xec\xa7\xce\xf9\xdd\x45\x49\xc0\xf3\xf3\x8b\x7e\xb9\xe9\xa0\xf8\x16\xff\x76\xf6\x53\xf7\xe2\x7c\x10\x04\xbe\x65\xab\x51\xe9\xb7\xca\x97\x7a\xc8\x7f\x26\x32\x25\xc3\x79\x9c\x38\x58\xe4\x9b\x3f\x52\x4d\x32\x70\x8c\xb0\xd4\xeb\x22\xd8\xea\x29\xb0\x21\x9f\xc9\x5e\x7c\x61\x65\xfb\x23\xf7\x0e\xe4\x9d\xa3\x1a\x44\x4d\x39\x91\x3d\x6e\xd8\xf6\x4e\x45\xa4\x53\x60\x86\x7b\x58\x23\xab\xf5\x68\xfb\x62\x6e\xcf\xaf\xe2\xe3\x31\xa8\xf8\x95\xa1\x62\x6b\xee\x53\x58\x49\xf8\x0e\xb7\x7a\xa6\x24\x1c\x69\xdb\xad\xb3\x0d\x05\x05\x02\x3f\x44\x14\xb7\x52\x8b\x8a\x82\x6e\x50\x33\x34\xbf\x2f\xa7\x68\xd1\x6d\x98\x16\x1c\xbd\x22\xc2\x17\x38\x94\x46\xcb\xc4\x4c\xb1\x07\x2e\xf3\xe8\x53\x07\xa7\x50\xda\xdc\xda\xe6\x8b\x05\x80\x65\x43\xfd\xa5\x68\xa6\x4c\xcd\xdd\xab\x5b\xa3\xa8\x61\xe3\xf9\xb9\x3b\xd9\xdb\x53\xf1\xf9\xd5\xe7\xcb\x8b\xab\xf6\xf9\xa0\xd3\xfe\x50\x3e\x98\xe1\xc9\x6d\xef\xa6\xd3\xfe\x58\x7e\x34\xb8\xbc\xea\x0d\xfc\x1b\x4b\xc9\xb5\xa1\x83\xc5\xeb\xb4\xfc\xe2\x29\xb1\x9c\x11\x38\x98\x47\x5e\x8a\xd8\xd8\x90\x8d\xa4\x42\x76\x3c\xf5\x3e\x40\x60\xfc\x24\xac\x2c\x4b\x51\xc7\x2e\xcf\xe2\x14\x14\xd0\xba\x26\xd1\xb6\x64\x14\xa3\x53\x60\xe7\x54\x90\x8e\x48\x8f\xaf\x46\xc7\xb7\xf8\xe3\x94\xaa\x7b\xa6\xc2\xa7\x8f\x8a\x1b\xc3\xc0\x24\xce\x9d\xb5\x1c\x14\x64\x18\xb2\xbd\x6f\x20\xc6\xbb\xe8\xa0\x45\x6e\x2c\x7b\xb6\xef\x87\xbb\xc7\x12\x6a\xca\x0c\xe5\x99\x76\x83\x2d\xad\xeb\x29\xb9\xa0\x6a\x5c\xa8\xbb\xdf\xcb\xd1\x08\x1b\x7b\x8b\xc3\xb0\x57\x4d\x69\x16\x35\x2c\xd2\x92\x86\xbf\xbe\xa0\x3f\xf7\x72\x10\xd2\x16\xa9\xea\x6e\xb6\x1b\x4d\xdd\x5d\xc3\x8a\x5f\x5d\x0e\x3a\xff\xd5\x2d\x29\x2c\xee\x49\x0d\xad\xc1\xc4\xf1\xf1\xf2\xbb\xa0\xbe\xed\x45\x72\x2a\xbf\x58\x43\x4e\xf9\xcc\xef\xfc\xc8\xaa\x40\x35\xb4\xc4\xbe\x70\x83\x1b\x13\x8f\xbb\x42\x42\x45\x33\x60\xc5\xa0\xb3\x19\xa3\x4a\xd7\xed\x76\x59\x5a\x6b\xd8\x7b\xec\x29\xee\xc3\x6d\xb2\xef\xe7\x88\x48\x91\xcd\xe3\xbb\xbe\x42\x91\x6b\xd0\x00\xb6\xb5\x40\x01\xd7\x80\x2b\x72\xf5\xc0\x94\xe2\x29\xfb\xc8\xb5\xd5\x64\xf0\xc7\x77\x0e\x5c\x64\x3b\x82\x78\xdf\xee\x5e\x54\x64\x80\xc1\x79\xe7\x7d\xfb\xee\x62\xb9\x36\x5e\xfa\xae\x06\xf5\x26\x6a\xe7\xd4\xde\xfa\xce\x34\x07\xb7\xc3\xb1\x87\x4c\x61\x69\xb8\xd0\xca\x88\x29\x15\xae\x7a\x8d\xe6\x63\xf7\x9f\x5b\x43\xcd\x96\xe4\xdf\x3e\xeb\x75\x3f\x95\xb4\xf6\xf6\xcd\xd9\x4f\xdd\x4f\x75\x72\xc1\xe0\x43\xe7\xb2\x73\xd3\xee\x75\x96\x53\x7d\xa5\xc9\xba\x3b\x5f\xdb\x01\x57\xdd\x07\x5c\x07\x0f\xb8\x25\x6b\x25\x33\xc2\x8d\x26\x0f\x5c\xf3\x21\x07\x94\x1a\x67\x8a\xbf\xeb\x02\xd3\x03\xdf\x26\x37\x73\x2f\x15\x60\xbf\xa7\xe4\xdd\xdc\xaf\xe1\x11\x30\x39\xd7\x3e\xaa\xa9\xb1\x81\x3e\xb1\x4a\x0d\xde\x7a\x7e\xd2\xa7\xa4\xad\x92\x09\x7f\x00\xb5\x27\xfa\x4c\x58\x51\x54\x8c\x99\xc2\xe1\x80\xfd\x31\x1e\x4b\xf4\xdc\x8e\x2a\x96\x01\x8a\x55\x0b\x62\xdf\x98\x09\xab\x3a\xc7\x9d\xa0\x7c\xa2\x98\xf8\xce\x8a\x32\xb3\x8c\x27\xdc\x64\x73\x92\x80\xcd\x23\xb5\x82\xe2\x94\x0a\x3a\x76\x77\x2e\x28\x0a\x15\x92\xf8\x2b\x42\xf9\x5c\x8d\x9c\x71\xab\xc7\xd9\x96\x27\xe0\xee\xf2\xbc\xf3\xbe\x7b\x59\x26\x81\x9f\xba\x1f\x4a\x42\xe0\xc7\xce\x79\xf7\xae\x74\xd1\xae\x92\x05\x17\x9b\xad\x3b\x25\xfe\xa5\x53\x72\x8e\x9f\x9e\xda\xc5\xad\xc1\x29\x0a\xea\x63\x65\x1d\x6e\x7c\xd8\x89\xff\xa3\x23\x8c\xaa\xb5\xcc\xad\x6b\x72\x70\x46\xf8\x92\xcd\xa1\xde\x57\xb7\xd0\xf7\x65\xd5\xab\xb2\xe8\xcb\x74\x96\x78\xdb\x49\xab\xb0\x44\xc4\x4e\x3c\x50\xbb\x9b\x8c\x1e\x35\x86\xdd\x82\x97\x7e\x02\x1f\xcd\x34\xd7\x06\x8d\xe9\x40\x9c\xe4\xfe\x2f\xda\x2e\x28\x18\xdb\x5b\xe4\x96\xb1\xbe\xf0\xfa\xf7\x98\x9b\x49\x3e\x6c\x25\x72\x7a\x52\x80\x64\x9d\xd0\x19\x9f\x52\x2b\xa0\x32\x35\x3f\x19\x66\x72\x78\x32\xa5\xda\x30\x75\x32\xbb\x1f\x83\xe7\xd7\xfb\x13\x4e\x42\xb3\x63\xf9\x6f\x17\x7f\xfa\xe1\xf8\xe2\x2f\x3f\xbc\x59\xb4\xa8\x34\xed\x7f\x47\x24\x74\xa6\xf3\xcc\x45\x88\xa8\x78\x6d\xfc\x91\xcf\xd9\xaa\xfd\xbe\x2c\x6f\xd7\x6e\x1a\xe0\xd9\xf5\x5d\xc9\xc2\x59\xfe\xe7\xc7\xce\xc7\xab\x9b\x5f\x4a\x9c\xb2\x77\x75\xd3\xfe\xb0\xdc\xd2\xb9\xa0\x22\x56\x96\xe1\x67\x21\x1f\x45\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x43\x74\xff\xec\xe1\x4c\xb7\x98\xf9\x55\xef\xa7\xb2\x90\xf3\xfe\xe2\x97\x5e\x67\x70\x7b\xfe\xf3\xd2\x99\xe0\x67\xa5\x91\xdd\x82\x7b\xfb\x4c\x66\xf9\x54\xc4\x7f\x6f\x3f\xb6\xee\x65\xaf\xf3\xa1\x3a\xba\xab\x76\xaf\xbc\xec\x37\xe5\xa8\x89\x37\xef\xae\xae\x2e\x3a\x25\x8f\xc3\x9b\xf3\x76\xaf\xd3\xeb\x7e\x2c\xdd\x76\xe7\x77\x37\x08\xa3\xb5\x6c\x9a\x7e\x04\x35\x13\xb5\xd3\x8a\xa7\xb9\x6f\x3e\xb3\xd6\x31\x6f\xbb\x88\x44\x3c\x28\xc7\x11\x5c\x05\x06\x1b\x80\xd1\xe1\x38\x58\xfc\x12\x1c\x69\x2d\xaf\x31\xe5\x6d\x22\xcd\xbc\x6e\xe9\x46\x2f\x63\x79\xbd\x30\x04\x04\x7b\x43\x15\x93\x66\x99\x7c\xc4\xb8\xb0\x29\xb7\x57\x9e\xc3\x0e\xb2\xaf\x68\x92\xe4\x4a\x31\x61\xb2\x79\xab\x86\x9d\x94\xb7\x85\x25\x8a\x99\x8f\x32\x17\x66\x7b\x92\x6b\x5f\x96\x0e\x75\xe7\xf2\xd3\xe0\x53\xbb\x4c\x81\xdd\x8b\xe5\x87\x3c\x6e\xa2\xe6\x9e\x6b\x5f\xfe\x12\x6e\x38\x88\x1e\x3c\x0a\x9a\x19\x0a\x86\x49\xc6\x99\x30\x60\xb1\x37\x32\x03\x71\x81\x30\x0e\xaa\xf6\xd4\x4e\x8e\x8b\x31\xc1\xc0\x25\x0f\x59\x88\x83\x3c\xf5\x7f\x54\xda\xd3\xb0\x2e\x60\xec\xf3\x01\x99\xd0\x8e\xd3\x26\x05\x61\xe2\x81\x2b\x09\x88\x85\xe4\x81\x2a\x4e\x87\x99\x13\x8e\xec\x5c\x4f\xe1\x7f\x37\x6b\x13\xec\x76\x15\xc6\x75\x2b\x95\x39\x0f\x81\x5d\xdb\x59\x01\xea\xa2\xa4\x16\xe3\xa3\xea\x15\xfc\x4a\x4c\x94\x1f\x56\x8f\xea\xfb\x05\xbb\x5b\x57\x68\x43\x45\xc2\xce\x32\xaa\xf5\xb6\x63\x45\xc5\xe1\xa8\xcc\xce\x6e\x6e\xee\xae\x7b\xdd\x77\x2b\x48\xa8\xfa\xf1\x62\xe0\x5b\x92\xe5\xde\x34\x3d\x54\x92\xa6\xc4\xee\x8d\x1c\xa3\x19\xdc\x5d\xd9\x05\x72\x24\x46\xa0\x86\x58\x80\x12\x6a\x65\x70\xf3\x7b\x0d\x25\xb6\xad\x71\xb7\x10\x24\xb1\x2b\x41\x22\x65\xc5\xb3\x14\xb0\xaa\x23\xdc\xb4\x53\x19\x67\x19\x35\x23\xa9\xa6\x48\x42\xa5\x49\x63\xe3\xcb\x1b\xe5\xc2\x30\xa5\xf2\x99\xe1\x1e\x0a\xb4\x7a\x05\x42\xe9\x4f\x39\xfe\xc8\xb4\xa6\x63\xb6\x8b\xf3\xa5\xee\xda\xbf\xfd\x14\xff\x13\x9c\x2b\xeb\x5c\xe9\xa5\x11\xfa\xa0\x2d\x4f\x4f\x57\xe2\x3d\xe5\x59\xae\xd8\xb5\xcc\x78\xb2\xa5\xb3\xd8\xaa\x99\x83\xee\x47\x2b\x7e\xb7\x7b\x9d\x8b\x12\x9f\x82\x67\xed\xf7\xbd\xce\xcd\x00\xf1\x25\xdb\xef\x2e\x3a\x83\xcb\xab\xf3\xce\xed\xe0\xec\xea\xe3\xf5\x45\x67\x85\x0f\xb6\xb1\xf1\x45\x93\x45\xf5\xd5\xd3\x85\x5f\x60\x87\x55\x8e\xda\x8d\xd7\x74\x21\xbe\x99\xf2\x0c\x1c\x40\x12\x1d\x41\x94\x08\xab\xf3\xdb\x9f\xb5\xd7\xab\x7c\x38\x5f\x8b\x74\xcd\x77\x59\x46\x68\x6e\xe4\x94\x82\x19\x33\x9b\xf7\x05\x1d\x4a\x65\x40\xbb\x0b\x37\x03\x51\xb9\x10\x96\x2b\xda\xc6\x10\x26\x36\xc9\x18\x15\x24\x9f\x45\xa1\xe8\xce\x18\x37\xe2\x02\xa2\x44\xa6\x54\xdd\xfb\xea\x19\x21\x82\x30\x1c\x0a\x4d\xa8\xee\x0b\x44\x6d\x70\xac\x70\x8d\x15\x3e\x5d\xeb\xad\xc6\xd5\x99\xd2\x7b\x66\x57\x65\x9a\x27\x13\xab\x1f\x8e\x15\xd3\xda\x19\x6c\x12\x2a\xd0\xf9\xe6\x5e\x7f\xe4\x59\xd6\x17\x42\xda\xa5\xf0\x76\xa1\x94\xcd\x98\x48\x99\x48\x38\x06\xa0\x83\xdf\x2a\xd8\x6f\xc7\x8a\xce\x26\x44\x4b\x70\xf8\xc0\xb2\x83\xe6\x89\x1f\xf9\x90\x15\x87\x53\x01\x8f\x63\xb3\x8e\xca\x2d\x9f\xb8\x82\x4b\x08\x57\x19\x3e\xf6\x36\x1d\x6f\xcb\x44\x0d\x7e\x3a\xcb\x98\x41\xac\x57\x58\x72\xd8\x0c\xbb\xd6\xa5\xfd\xb0\xdb\x54\xb7\x09\x7d\x51\x8c\x99\x6a\x37\xa2\x56\x8d\xb9\xc8\x1d\x29\xf2\x13\x15\x69\x66\x5b\xf1\x86\xc1\xf2\x59\x84\x28\xca\xb6\xa5\x1a\x7f\x1a\x77\x91\xd4\x12\x9a\xeb\x8d\x44\xb5\xe5\x59\x03\xa8\xcf\x1f\x17\x0e\x51\x20\x6f\x97\x32\x00\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\xba\x3f\x81\xd1\x34\xe8\x8e\x33\xc5\x45\xc2\x67\x34\xdb\x4a\xb0\xac\xc4\x91\xb9\xf8\xac\xef\xf9\xc8\x92\xcf\xdb\x05\x3f\x86\x61\x6a\x0a\xe9\x33\x6e\x98\x61\x0b\x57\x09\x6d\xb8\x3b\x96\x90\x69\x39\xd6\x66\x8b\xbd\x41\x27\x75\xd3\x74\x2b\xad\xb8\xde\x31\x4a\x82\x66\xd7\xf5\x6d\xd6\x2d\x58\xf4\xf0\x5f\xcb\xb6\xfa\x23\x9d\xd9\x2d\x46\x0c\x5b\x42\x8b\x39\x3a\x81\xc9\x95\x68\xf0\xae\xde\xc8\xf7\x13\x22\x10\xd7\x57\xa0\x8b\x25\x74\xbe\xfa\xc5\x4e\x4a\x3e\xb0\x28\x61\xc9\x91\xe4\x28\x37\xf6\x34\x51\xf0\xa2\x91\xef\x59\x6b\xdc\x22\x1e\x49\xf8\x88\xb4\xaf\xaf\x3b\x97\xe7\x47\x84\x99\xe4\xad\x0f\x26\x71\xbe\xf5\xbe\x30\xd2\x09\x17\x73\x32\x91\x8f\xc0\xca\x98\x1a\xb3\xd2\x9c\xbd\x23\x1e\x60\x68\xc6\x5c\x1b\xe5\xc2\x01\x44\x1a\x03\x5b\xf3\x69\x55\x6e\x44\x0a\xc9\xcd\x64\x17\xd2\xa0\x5a\xe7\x53\x2b\xd7\x0e\x38\x9d\x0e\x94\xcc\x56\x9d\xe1\xda\x23\x55\x18\x46\x06\xce\x16\x35\xa0\x49\x62\xe5\xde\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\x28\xa4\x45\x98\xe3\xe8\x96\xf2\x56\xc2\xe1\x1c\x59\x46\x56\x24\x92\x79\xbc\xee\x73\x36\x53\xcc\x4a\x87\x55\x73\x59\x58\xd8\x9b\xf2\x72\x7c\x43\x8b\x1b\xd8\xd9\x66\xcb\x5a\x5a\xb5\x23\x32\xcb\x98\x65\xd7\xb9\x66\x18\xee\x70\xcb\x92\x5c\x71\x33\x3f\xc3\x94\xbe\x9a\x55\x3d\x43\x18\x77\x6f\x97\x8a\x40\xa4\x77\x59\xe6\xba\x56\x96\xb5\x44\x9e\x9c\xc5\x9d\x21\x6f\xab\xc3\xe6\x46\x97\x7e\xa5\x1c\x0d\x44\x8c\x54\x70\xf7\x91\x86\xa1\xa6\x19\xf0\x9c\x5f\x73\x69\xa8\x7e\xdb\xea\x0b\xcb\x40\xef\xd9\x1c\xed\xf0\x96\x45\xfd\xde\x5e\x9b\xc7\x9a\x09\x0d\x51\x49\xbf\x47\x03\x99\x65\xb2\x5e\x6d\x45\x29\x12\xe1\xfe\xcb\xb0\xe1\x10\x49\xe2\x1a\x75\x1c\xb2\x88\xd3\x29\xb0\xc6\xfd\x33\x1c\xfe\x98\x19\x08\xe4\x37\xdc\x80\x78\x93\x62\x3d\x81\x85\xa1\xaf\xb4\x4d\x20\x55\x28\x09\xf6\x92\x34\xdf\xed\xbc\xe9\xc5\x36\xea\x36\xb1\xfe\x62\xbf\x75\xa1\x59\x27\x5e\xc5\x4b\x94\x5c\x00\xe9\xa7\x96\x5f\xdb\x9d\x1e\x22\x6f\xf1\x46\x62\x26\x5a\x8f\xfc\x9e\xcf\x58\xca\x29\x04\x6a\xd9\x7f\x9d\xd8\x79\xfd\xdb\xd9\xcd\xd5\xe5\xa0\x08\xaf\xfc\xcf\xbe\x68\x67\x5a\x12\x2b\xaa\x48\x65\x34\x11\x52\x84\xa8\xb0\x99\x62\xfe\x3a\x70\x73\xb1\xab\x1a\x99\x98\xfa\xa2\x69\x04\xa9\x4c\x74\x8b\x3e\xea\x16\x9d\xd2\x7f\x48\x01\xf6\xea\x36\xfc\x79\x96\xc9\x3c\xfd\x4c\x4d\x32\x39\x01\x33\xb2\x39\x61\x0f\x4c\x18\x34\x57\xd9\xe5\x4a\x21\x46\x5c\x43\x50\xd9\xbf\xd9\x31\x17\x91\x9e\xda\x0a\x9d\x09\x9b\x19\xf2\xff\x2a\x36\x94\xd2\xd4\xb3\x28\x39\x1a\x69\xb6\x8a\x1d\x35\xc8\x53\xb7\x57\xe4\x2f\x7f\xfe\xe1\x47\x4b\x42\xdb\xac\x71\xf7\xf6\x6a\x60\xbf\xff\xb7\x73\xf7\xbd\x5e\x8b\xe4\xce\x31\xef\x65\xa7\xa8\xcb\x6d\x98\xf9\xa6\x06\xcd\xea\x2d\xc8\xf5\x2c\xa3\xf3\x05\xd7\xc8\xaa\xdb\xf3\xd2\xf2\x83\x19\x4d\x58\x91\x77\xe3\x7d\x8c\x89\x9c\x4e\xc1\x25\xed\x3d\x8d\x29\x1f\x81\x6f\xda\xd8\x2b\x80\x0c\x99\x79\x84\x48\x08\xff\x6b\xf0\x36\x79\x6b\x85\x65\x1e\xc0\xa0\xfa\x76\xad\xd2\x1c\xec\x58\xfd\x37\x47\xa4\xff\x26\x65\x0f\x2c\x93\x33\x7b\x7e\xec\x0f\xcc\x24\x75\x57\x6d\x67\x4a\x79\x76\x29\x4d\x70\xae\xef\xb2\x2d\x8a\x25\x7c\xc6\x2d\x3d\x0f\x98\x6d\xf7\x49\x23\x63\x57\xd9\x74\x7d\x42\x2f\x8c\x84\xd0\x34\xb5\xc7\x0a\x20\xdf\xfd\x20\x0b\x2b\x94\x88\x16\x60\x3d\xb6\x19\xac\x73\xfb\x25\xe3\x7a\xdb\xb6\xbd\xe0\xbd\xf5\x26\x74\x5c\x80\x74\x2f\xa5\x5a\x07\xf9\x5f\x40\x49\x7b\x25\x7c\xd1\xbe\xd0\xa0\xb3\x59\x91\x6d\xbd\x71\x96\x57\xe6\xd6\x7e\xb7\x74\x68\x3a\xce\x3d\x0f\x65\x5a\x82\x04\xee\xe2\xc3\xaa\x21\x69\x6c\xe5\x88\x93\x4c\xea\x5c\xad\xe9\x38\x28\x0f\xfa\xcc\x7d\xba\x6c\xdc\x9d\x58\x61\xc9\x33\xa3\x37\xd2\x89\x6a\x16\xbe\x92\xba\x84\x87\xdb\x38\x29\xd0\xbd\x7d\x44\x8a\xe2\xaa\x34\x2b\x82\xe7\x44\x4a\x0a\x69\xaa\x2f\x42\xbc\x2f\xd5\xe4\x91\x65\x60\xd8\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\x76\x44\x64\x6e\x6c\x63\x47\x58\x46\xc8\x6d\xc1\xf1\x90\x42\x02\x7c\x51\x1c\xb0\x2f\xee\xb4\xb7\xa5\x87\xbc\x65\xa4\x75\x64\x60\x5c\x90\x0f\xcc\x40\x2b\x00\x24\x11\x4f\x10\xcb\x25\xd5\xb2\xa0\xea\xda\xef\x70\xa2\xdc\x4c\x36\xd8\xf9\x22\x4c\xf8\x5d\x26\x87\x4b\xf7\xbd\x4d\xa6\xa8\x3d\xbb\x5e\xbc\x71\xb0\xb0\x9b\x44\x09\xb7\xab\x68\x94\x29\x55\x0a\x09\x5a\x71\xfc\xcb\xa1\xc5\xcb\xc9\x13\x02\x7b\xa3\xaa\xbb\x8b\xe3\x74\x16\xb5\x55\x63\x04\xbb\xcf\xe0\xf5\x58\x97\x70\xbc\xd3\x45\x8b\xda\x2a\x22\x28\x5b\xe2\x9e\x7a\x32\x70\x40\xcc\x84\x71\x45\xd6\x9a\x96\x3f\xbf\x03\x3c\xf3\xeb\x13\x4d\x41\xdb\x4d\x02\x20\x32\x91\xc0\x20\xec\xc0\x1c\xf0\x45\xa9\xb6\x57\xab\x2f\x2a\x83\x70\x26\x5a\x4d\x80\xbc\xfc\x69\x28\xf1\xfe\x23\x32\xe2\x5f\x5c\xa3\x85\xeb\xc6\xbf\x1a\x19\x05\x1a\x4c\x85\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\x5b\x98\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x92\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\x00\x82\x49\xa9\x61\xc7\x86\xaf\x8c\xca\xb1\xea\x8a\x65\xb0\x53\xab\xce\x46\x49\x1e\x05\x87\x1d\xb2\x31\x15\xde\xe9\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\xe0\x55\x05\x39\xc2\x0e\xa8\x3c\x0e\x3d\x83\xe5\x5c\x3a\x0e\x67\x20\x7a\xae\x55\x33\x4b\x96\xed\x91\x06\x7b\x55\xc3\x60\x73\xa8\xc9\xfa\x62\x06\x9b\x51\x6d\x88\x1b\x53\xc3\x88\x63\x69\x76\x0f\xd9\x69\xcb\x6a\xc6\xc4\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\xd5\x36\xc9\x35\x73\x41\xc5\x53\xa6\xc6\x5e\xe0\x43\xb8\xeb\x70\xb4\x1d\xee\xb5\xe7\xa3\x31\x2f\x01\xf7\xd3\x62\xd3\x2d\xd2\x16\x0b\xa9\x11\xde\xc6\x56\x5a\x2f\xe4\xda\x34\x7b\xa4\x73\x4d\x66\x0a\x23\x91\xd1\x27\xe5\x27\x0f\xb6\xe5\xf2\x47\xc1\x72\x60\xbc\x53\x10\x2a\x15\xc6\x23\x6b\xd8\xac\xa8\xb0\xd1\xfa\xcc\x6e\x4d\xd9\xbf\xe2\x2f\xa9\x2b\x73\x14\x54\xa0\x5a\x4e\xd7\x6c\xbb\x2c\xc5\xc6\x39\x84\x02\x90\x2d\x9d\x76\xd1\x29\xfb\x5a\x9a\x04\x3e\xb0\xba\x5d\xd0\x21\xcb\x76\xf6\xb1\x6c\x65\x01\x81\xae\x1d\x76\x84\x55\xbf\x19\xfa\x8c\xa0\xec\xa4\xaa\xb2\x36\x6f\x37\x54\xf9\x7a\x1e\xa4\x62\x9e\x25\xb4\xf6\x1d\x26\xea\xc1\x50\xb6\xe7\xdf\x4d\x40\x29\xf1\x45\x52\x20\xa5\xd4\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x20\x4d\x6a\x87\xb0\x0f\x4c\x93\xbd\x18\x83\x02\xc9\xac\x89\xdf\xd7\x1d\x11\x21\x05\x23\x5c\x17\x2f\x9b\xb2\xab\x3c\x04\x5e\x5b\x31\x12\xd5\xf4\xc5\xea\x20\xcf\xac\x93\xb7\x83\x2e\x49\x46\x9c\x65\xa9\x26\x82\x59\x95\x86\xaa\x39\x24\x40\x22\x3f\x5b\x47\x34\xda\x97\xb0\x5a\x73\x7b\x38\x29\xd2\x63\x4d\x00\x1e\x99\x15\xc4\x2a\xe3\x22\x98\x20\xea\x5e\x72\x1f\xb9\xe8\xe3\xbe\x08\x4a\x30\x90\x1f\xd7\x56\xb9\x6b\x11\xd8\x36\x53\x7c\x85\xd1\xf4\x26\xec\xe1\x91\x17\x65\x35\xa2\x79\x6d\xa2\xfa\xfb\x6b\xab\x58\xc7\x72\x06\xa0\x4f\x54\xc6\xf2\xb3\x75\x55\x43\x3d\x51\x64\x25\x2b\xe4\x72\xa6\xe3\xca\x8b\xbc\x00\x33\xd5\xfa\x2b\x65\x37\x39\x5f\x30\x5c\x61\xf1\x90\x42\xc7\x8e\x12\x12\x62\x4d\xc5\x25\x2f\x63\xf1\x47\xaa\xc9\xef\x85\x34\xbf\x8f\xd2\xbb\xbd\x36\x8c\xd5\x67\x9c\x65\xe2\xa8\x04\x3b\xc3\x7d\xb2\x9a\x23\x12\x42\xa3\x24\x89\x95\x2b\xbf\x2b\xa6\x40\xe1\xf3\x7b\x52\xe1\xad\xb3\x18\x0e\xd1\x84\xdb\x85\xd0\x93\x7b\x33\x01\x3c\x47\xdd\x33\x82\x64\xa0\x98\x4f\x98\x99\x4a\xc5\x2a\xf0\x97\xc8\xbc\x43\xbc\x10\xc2\x0e\xae\x4f\xa5\x35\xd6\x30\x84\xf4\x2b\x8e\x79\xc9\x0a\xb6\xdc\xfa\xb5\x8f\x40\xa0\x69\x39\xef\x70\x09\x05\xac\xc8\xea\xae\xd7\xc8\xb7\x09\xde\x69\x12\x49\x83\x1d\x3a\xae\xf3\xd3\x94\xcb\xdc\xea\x8b\xf7\x52\xb9\xbb\x53\x3b\x98\x90\x21\x4d\xee\x8f\x99\x48\x09\xcd\xcd\x04\x73\x8a\x9d\xe9\x78\xee\x76\xd6\xca\x05\x40\x02\x21\x67\x95\xeb\x84\x2a\xc7\xf4\x47\xf4\x41\xfa\x51\xf4\x45\xd4\x08\x00\x91\x00\xf2\x14\xb8\xd2\x9b\x04\x08\x06\x48\x7f\x4d\x6b\x51\x87\x01\xbb\x80\x00\xbb\xfc\xcc\xc4\xb1\xcd\x7d\xe8\x8f\xa5\x82\x69\xdd\x7f\x83\xa3\xae\xac\x50\xd7\x9b\xa3\xbc\x7a\xa3\xe3\x6a\x5a\xe1\xcd\x23\x17\x96\x87\x06\x19\x37\x0b\x2b\xa6\xfc\xe0\x79\x67\x29\xc3\x7a\x94\x2b\x08\xb0\xab\x6b\xf3\xfb\x64\xc2\xb3\xc2\x44\xfd\xf6\xc8\x9d\x47\x6c\x32\x63\x0f\x2c\x43\x20\x8e\x44\x81\x1f\x17\x7d\x8a\x3f\x90\xff\x8d\xd8\xa8\xe4\xc7\xbe\xf8\x00\x6c\x35\xcb\xe6\x47\x84\x8f\x8a\x96\xa9\xa9\x34\x73\x5f\x3b\x00\xbb\x65\xc8\x59\x4a\x03\xc1\xfd\x9e\xd0\x07\xd6\x17\xbe\x99\xff\x4d\xee\xc9\x1f\xc8\x8f\x4d\x76\x1c\xef\x8e\x7d\x62\x35\x1f\xa8\xd8\xf7\x15\x71\x86\x23\x27\x3e\x02\xe7\xf0\x56\x80\x72\x79\xfd\xc5\x90\xe9\x00\x01\xc0\xc5\x83\x5c\x74\x5e\xc5\x27\x97\x2a\x26\xcc\x40\xc8\x94\x0d\x58\x8d\xe7\x6a\x09\xa3\xb0\x97\xfa\xa5\x4c\xd9\x4a\xbf\x53\x10\x90\x3f\x83\xe5\x42\xe7\xc3\xb0\x1d\x10\xb9\x19\x74\xee\x32\x81\xd5\x0f\x38\xa4\xe8\x6e\x33\xdc\x6d\x5d\x65\x57\x4e\xba\x3a\x02\x8e\xee\x06\x50\xef\xae\xc9\xa8\xf1\x41\x72\xd5\x53\x58\x35\x10\xdb\x97\xed\xcc\xdd\x9d\x13\x25\x1f\x03\x6a\x91\xe2\x63\x6e\xa5\xed\xf5\xdd\x71\xc0\x04\xb7\xb1\x72\x63\xba\xe7\x5a\x66\xee\x62\x29\x7c\xe0\xfc\x71\x20\xbb\xc2\xc5\x34\x94\x79\x55\xe6\x76\x0b\xc0\x75\x1c\xbe\xe7\xc4\xeb\xb9\x65\xc1\x63\x0c\x0d\x63\x13\x8e\x40\x01\xed\xb3\x0b\x62\x0f\x85\x9c\x32\x44\xc6\xb5\x8b\x96\x9b\x89\x54\xfc\x1f\x8d\xfe\xd8\x66\x09\xbb\xf0\xa3\x45\x15\xf9\x61\x9c\x65\x59\x1b\x68\x14\x25\x03\x53\x52\x24\xea\x34\x1c\x32\xcc\x21\x1b\xd6\x72\xd7\x51\x9e\x21\x08\x4d\x22\x55\x8a\x38\xed\xba\x5c\xff\xdf\x8a\x1c\x5a\xf3\xb1\x0b\x2c\xf4\x0d\x72\x97\x34\xe8\x60\x6e\x92\x09\x15\xe3\xe5\x72\xe4\x5f\x73\x96\xef\x29\x4c\xcb\x41\xcf\x7d\x25\x6f\x3c\x1d\xeb\x22\xed\x03\xd7\xc6\xb2\xe4\x62\x7d\x7f\xb5\x33\x75\xfe\x78\xaa\xef\x0b\x7b\x5a\xc8\x1d\x43\x35\xba\xaa\xcf\xaf\x61\x7b\xb9\x71\xc7\x6f\x0f\xd6\x97\xe7\x70\xd7\x2f\xca\x47\x35\xfc\x07\xe8\xcf\xc1\xbb\x3c\xab\x75\x23\xf0\xf0\x8a\xdc\xb1\x6f\x4b\xc7\x06\x9a\xb4\x1f\x94\x1b\xa1\x63\xae\x8b\xbe\xcd\x7a\xea\xb8\x2d\xdb\x51\x36\x26\x09\xec\x7b\x00\x5e\xac\x9d\xad\xb7\x91\x55\xb2\x08\x98\xc5\x88\x69\x9f\xcb\xf0\xb4\xa6\x96\xb2\x5f\xb0\x1c\xb3\x1d\xb9\x05\x9b\x62\xe9\xa3\x11\x6d\x71\x3b\x2d\x2a\x42\xf5\x63\xf3\x8f\xd7\x1d\xca\x52\x6f\xc8\x9a\xbe\x0d\xd0\xe8\x97\x1d\xdb\x0b\x17\x6c\x54\xf6\x0a\x60\x04\x85\x8c\xfc\xa2\xe0\x20\xc8\x35\x31\x8a\x42\xbc\x28\x44\xf9\x7d\x46\x29\x96\x6b\xd4\x17\x1d\xc0\x21\xa8\xa3\x0e\x4e\x0d\x98\xa7\x43\x5f\x32\x13\x2a\x5c\xba\x4c\x9d\x07\x22\xe0\x43\x87\x93\x10\xfb\x20\xea\x3a\x83\x8e\x9c\xe8\x5e\xdb\xa4\x5f\xe8\x38\x8e\xbb\x12\x43\xdb\x64\x2a\xe6\x1a\x42\xb0\x69\xd6\xa8\x33\x0e\xa5\xcc\x18\x15\x4d\x62\x75\xed\xe3\x05\x6b\x11\x8f\xe3\x66\xad\xd6\x67\x25\x33\x95\x33\xab\x53\x50\x4c\x18\x8a\xe6\x45\xa1\x8c\x83\x09\xe8\x74\xa8\x18\xda\x81\xa6\x2b\xfc\x21\x47\xf1\xc9\x1f\xb2\x6c\xa3\x40\x13\xfc\x60\x29\x15\xc1\x2b\x45\xa5\x80\xb5\x92\x30\xe2\xf8\x87\xda\x94\x95\x55\x03\x8b\x13\x5d\x96\x9a\x86\xcb\xc9\x22\x5b\x0e\x31\x37\x93\xda\x68\xfc\x65\x03\xf4\xe9\x00\xeb\x48\xac\xa7\x20\x3d\x12\xe9\x90\x78\xa2\x91\xae\xb3\xab\xda\x45\xd1\x0f\x9c\xee\xbf\x3e\x4f\xad\xc6\xdf\xaf\x37\x56\xdf\x9f\xb7\x35\x6c\x3b\x6e\x07\x48\x32\x90\x23\x9f\xa7\xb0\xfe\xc8\xab\x48\x2d\x1b\x58\x25\x14\x02\x3d\x90\x99\xe2\x52\x39\x40\x94\x46\xdf\xc0\xaa\x4b\xbd\x5d\x89\x1f\x01\x78\xcb\x29\xdc\x3b\xba\x80\x07\xf3\xf6\xbf\x70\xeb\x97\x56\x07\xb2\x11\xe1\xe3\x54\x32\x1d\x09\xda\xb0\xb0\xc8\xc5\xf8\x88\xd9\x41\xf7\x85\xd5\x34\x62\xa5\x00\x93\x1a\x7d\x8e\xa3\xed\x34\x51\x52\x6b\x17\x12\x82\xed\xe8\xd6\x52\x79\xa2\xe7\x52\xce\xf6\xe1\xec\x7b\xbe\xe8\xd0\xc5\xd2\x51\x11\x9c\x79\xbd\xfc\x39\x64\x21\xbd\xae\x91\xfb\xef\x1a\x38\xe6\x8f\x09\x51\x8c\x6a\x67\x01\x81\xf8\xaa\x4a\x64\xc9\x06\xd2\x62\x18\x33\xc6\x59\x1e\x87\x84\xd6\x88\x84\x1c\x00\x04\x56\x6d\xe1\x9a\x70\xa5\x18\x80\xc2\x23\x02\x41\xb7\x42\x35\xbc\x28\x4d\x5e\xac\x48\x50\xf6\xb1\x67\xb8\x2d\x35\x9f\xda\xf3\x0c\xc8\x37\x42\x1e\xcb\x19\x68\x8f\xd5\xb7\x20\x1b\x99\x8f\x2c\x25\xc6\x95\xd1\xad\x88\x7d\x0c\xd5\x45\x98\x30\x75\xee\x0e\xdf\x08\xb8\x47\x00\x00\x61\xc2\x1c\xe5\xf6\xdf\xb4\xdf\x5d\xdd\xf4\x3a\xe7\xfd\x37\x85\x0f\xdb\xc7\x3b\xf9\xcb\x3d\x24\x4b\x4a\xd1\x17\xc1\x15\x15\xca\x86\xc1\x5e\x12\x9a\xa6\x45\x6e\x20\x46\x41\x0e\xd0\xa4\xbe\xee\xa9\x58\xe9\x8d\x5a\x6c\xe6\x3d\xff\xc2\xd2\x9b\x06\x48\xb1\xbd\x84\x08\xac\x65\xab\xad\x25\xf1\x5c\xf0\x35\xef\x88\xf2\x54\xee\xec\x77\xeb\x53\x30\x9e\x04\xd8\x2b\x6f\xf4\xd3\x96\xf9\x12\x6a\x08\x0d\xd5\xdc\x46\x40\x03\x22\x99\x1f\x11\xc8\x09\xb0\x54\x3b\x27\x7f\x24\x53\x2e\x20\x7e\x77\xd9\xda\xde\x95\x27\xb2\x09\x96\x6b\xf7\xf2\xae\x0c\xb4\xfe\xd3\xd5\x5d\x19\xa1\xb0\xfd\xcb\x72\x54\xd6\x72\x0b\xcb\x8c\x3a\xc5\x1c\xa3\x18\x29\x89\x4b\x11\x96\xa6\x6e\xa2\x1f\x98\xf9\x84\x85\x1d\xf6\xe1\x11\x75\x80\x70\xa0\xf7\xb1\x81\x2f\xed\xb1\x3e\x1d\x7c\xaa\x29\x06\x52\x68\x38\x3d\x07\xc7\xac\x64\x06\xc2\x36\x0b\xd5\x40\xa2\xa0\xde\x16\x96\x68\x80\xfa\x01\x60\x57\xf2\x46\x49\x7b\x67\x4a\x61\x97\xab\x0f\x6f\x07\x74\xe7\xa2\x39\x39\xc2\x8f\xd7\x8a\xf4\xb9\x89\x7d\x5b\xb6\xad\x62\x29\x49\xfb\xba\x5b\xb3\xd6\x17\x55\xd1\xf8\xdb\x4a\x9a\xce\x82\x94\xbe\xef\x7c\xe9\x28\x1a\xe9\x45\xa4\x4a\xbb\x99\xee\x96\x25\x8d\xc6\x8c\xeb\xb2\x85\xe4\x49\x85\xa1\xda\x90\x83\xed\x83\x67\x8a\x09\x80\xb5\xa8\x5e\xd4\xd9\x38\xe3\xa4\x68\xd5\xa7\x3d\x6c\x20\x29\x93\xe2\x6b\x6f\x73\x73\x30\x4d\x74\x46\x1d\x3a\x25\x48\x3b\x3e\xe7\xb4\x0e\x4d\xa4\xd5\x17\x71\x89\x4f\x94\x4f\x2c\x0d\xf8\x1c\x64\xc0\x74\xb2\xec\x42\xa1\xf3\x3c\x5c\x3d\x47\x71\xf6\x49\x35\x7a\xd2\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\xc0\xc6\xcb\xf4\xce\xfd\x1b\xe7\x92\x43\x7b\x51\x6a\xa6\xeb\x98\x3d\x30\x41\x1e\x27\x4c\x44\xde\xc0\xbe\x88\xe2\x1a\xad\xf8\x2f\xbe\x33\x21\x7a\x89\x67\x73\x70\x08\x12\x1a\x5c\x9f\x85\x71\x53\x53\xee\x5a\x5e\x4e\xc0\x7b\x48\x50\xd1\x15\x6c\xd4\x0d\x88\x0f\xbe\x6c\xb2\xd7\x39\x14\x65\x4b\x03\xb1\xf5\x10\x83\xe8\x6b\x49\x96\x7d\x99\xb1\x64\x9b\xac\x82\x6b\x5f\xc4\x6d\x99\xfd\xb0\x8c\xcb\x05\xb6\x31\xb7\x75\x46\x7a\x6b\x66\x75\xb4\x2b\xc6\xb9\x51\x6e\x8f\x1d\xe8\x27\x97\x7f\xbd\xe1\x38\x7d\x76\xcf\x48\xc9\xe9\x7a\x43\x7c\x9e\x78\xf6\xde\x42\x64\x78\xc9\x20\xf7\x42\x02\xd9\x57\x8f\xb2\x29\x82\x7d\x15\xd7\xfb\x84\xf7\x62\x48\x56\x01\x78\x09\x8f\xf5\xe5\xdd\x94\x2e\x78\x3c\xee\x33\xbe\xb3\x82\xc3\xce\x07\x76\x55\x4e\x41\xc9\x15\x38\x64\xc4\x49\x9e\x18\xcc\x5d\x1f\x85\x0e\xd7\x67\x9d\x0f\x22\x8a\x66\x70\xb9\x78\x76\xf1\xb4\xa1\xd3\x90\xec\x5f\x45\x7b\xa8\x2c\xd7\x0a\x6e\xb4\xaf\xa8\xe2\x27\x88\x3c\xaf\xb3\x2b\x94\xa2\xe1\x5d\xd8\xcf\x7e\x52\x4e\x2b\x37\xf4\xd2\x81\x95\x72\x4e\xe3\x01\x39\x40\xf1\x38\xcf\x72\x71\x2b\x4b\x37\x1f\x56\x1a\xf0\xae\x8e\x2d\x2d\x12\x48\x9d\x4c\x55\x92\x05\x48\x7c\xc7\x83\x41\x6b\x4a\xe7\x51\x38\xa2\x03\xb4\x82\xcb\x99\x8b\xf0\xaf\x32\xab\xf5\xc4\x1c\x93\x68\x5d\x48\x50\x2b\x02\xa9\x06\x4b\x5b\x16\xdf\xd7\x58\x3d\x05\x47\x89\x0e\x06\xc4\xcb\xee\x5e\x22\xc4\x35\x84\xda\xcd\x65\x4e\x1e\xb9\xb6\xda\x58\x5f\x80\x05\x3e\xe0\x6a\x1b\xe9\xb0\xb0\x8f\xe0\x2d\x08\xc0\xd5\xf9\x70\xca\xad\xee\x5a\x4c\xf2\x0e\x38\xc2\x8d\x0f\xc7\xc4\x73\x6c\x3f\x80\x6b\xdb\x07\x7a\xd6\xa5\x54\xac\x38\x1f\x5b\x98\x1c\x8a\x46\x76\x8d\xe5\x8c\x1c\x84\x4f\x1b\xcd\x19\x89\xd9\xb1\x5a\x53\x7b\xbc\x0e\xe1\x9c\xf5\x87\xb2\x9c\xd2\x0c\x79\xe7\x5c\x9b\xca\x65\xd2\x9c\xc8\x5c\x6c\xc1\x3e\x62\x39\x9b\x00\x55\x96\x05\xf8\xf8\x4f\xea\xa5\x9d\xdb\x50\x32\xa6\x56\x04\xbb\x6e\x94\x6f\x5e\x5a\x42\x59\x54\x1d\x6b\x6b\xb7\xeb\x26\xea\x56\x91\x13\x11\x93\x42\x14\xf3\x53\xce\x25\x60\x55\xd6\x2d\xa4\x81\x78\x87\x04\x70\x21\x17\x82\x8d\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\x86\x2e\xec\x35\xf1\x2c\xb2\x16\xf9\x59\x38\x8b\xc8\xe7\x10\xab\x89\xca\x68\x28\xf2\xca\x2a\xe7\xca\xdb\xba\x1b\xb4\x00\x10\x17\xb6\x89\x7a\xab\x39\x95\x6b\x06\x16\xac\x3c\x17\xee\xca\x7c\x1a\x0d\x6a\xc7\x08\x0c\xc8\xbd\xde\x7f\xc6\x38\x18\x8c\x8f\xc0\x1b\xe1\x5c\x95\x14\xcb\x4f\x04\xa8\x8e\xb5\x56\x6e\x0d\x3c\xb6\x06\x1e\x06\x0f\x4b\x95\x83\xe0\xf0\xc8\x2c\x54\x69\xa9\x70\xb7\x20\xee\xe4\x22\x65\x4a\x30\x6a\x26\xcf\xe7\xd1\x3f\xdb\xd5\x64\xf8\x6c\xde\xfd\xb3\xbd\x20\x42\x56\x3c\xfd\x1b\x3a\xf9\x37\xf0\x3c\x17\x98\x79\x0b\x4a\x54\x1d\x70\x6e\x91\x58\xe0\xf4\xac\x32\x2c\xe1\x53\x04\x2b\xd4\x2b\x36\x4f\x13\x5f\x50\x63\xd0\x58\x88\x2c\xb0\x67\x33\x46\x1a\x5c\xb1\x24\xaf\x37\xce\x20\x66\x33\xf4\xd1\x99\x8d\x06\x96\xb3\x0f\x10\x63\x68\x83\xdd\xbc\xa1\x8f\x57\xf0\x3d\x94\x0d\xc7\xaf\xd7\x17\x1c\x96\x29\x9b\xc1\x52\x09\xc8\xd0\x25\xec\x23\xe4\xfa\x2b\x6e\xff\xed\x6b\x2c\x79\xbd\xad\x04\x57\x8f\xbf\xb8\x1f\x1a\xaa\x4e\xac\xa8\xa4\x14\xeb\x90\x62\x5e\x35\xc1\x50\x95\x66\x4c\x83\x76\x80\x6a\x61\x45\x01\x58\xa6\x9e\xf6\xc5\x4f\xf2\x91\x3d\x30\x75\x44\xa8\x21\x53\x69\x85\xbe\xc8\x2b\x06\x61\xf6\x25\x0c\x00\xf4\x7e\x50\x72\x49\xa7\x2c\xed\x80\xe8\x10\x05\xd6\x3a\x25\xd9\x19\xa0\xeb\xf2\x2c\x21\x77\xd0\x95\x97\x75\x03\xed\x0b\x2c\xd0\x84\x2e\x57\xa0\x46\xee\x27\x06\xac\xf2\xf7\xc1\x3c\xfe\xfb\x16\xe9\x59\x19\x87\xeb\xf2\x78\xa3\x7c\x8d\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x18\x39\x04\xed\x09\xcd\xe4\x35\xe6\x71\x18\x8c\xb7\x8d\x27\x34\xb5\x12\xd4\x72\xc2\x29\xa9\xd9\x2f\xcc\x6a\x54\x0e\x7e\x8e\x09\xc8\x32\xaf\xe0\xed\x75\x11\x3d\x40\x46\xcd\xb8\x2c\xfb\x33\xb3\x2f\xa0\xe1\x6a\x90\xdf\x83\x75\xa3\x14\x09\xd7\x70\xab\x6c\x60\x11\xf2\xd6\x93\xfa\x10\xce\xa2\x5b\xe7\xd7\xf5\x65\x0a\xea\x8a\x11\x35\xec\xfd\xfa\x0e\xf0\xca\x28\xaf\x73\x35\x93\x90\x03\x91\xcd\x7d\xdc\xa8\xcb\xeb\x98\xc9\x59\x8e\x0e\x68\x1e\xfb\x23\x6b\x07\xc4\xb5\xf9\x48\x4d\x32\xb1\xa2\x63\x91\xdf\xb0\x27\xc7\x7c\xc1\x48\x9f\x56\x55\xad\x99\xc1\x59\xdc\x7b\x83\x19\x66\x6d\x2b\x04\x66\x3b\xfb\xb0\x1e\xf8\x57\x96\x91\xa9\xed\xb5\x04\xf7\x1a\x01\xb4\xd5\xae\x75\x09\xde\x6c\xef\x3e\xf9\x1d\x54\x09\x28\xd3\xc8\x05\x89\x0a\x35\x3b\x67\x43\xed\x91\xce\x15\xdf\x4a\x63\x70\xc6\x2a\xc0\x5d\x2d\x74\xcf\x29\x9d\x11\x6e\xf9\xb6\xbd\x79\xd4\x98\x1d\x91\x47\x7b\xe2\x4c\xae\x2c\x6f\xce\x15\xf7\x27\x0c\x14\xc6\x25\xdb\x57\xd6\xd8\x4e\x50\xda\xc0\x50\xc5\x84\x46\xc8\x7e\xae\x54\x5e\x62\x72\x1a\x5c\xfc\xb0\xc3\x19\x17\xf7\xb6\x33\x44\x1c\xf1\x8e\x01\x65\xf9\x9b\x54\x3e\xe2\xbf\xb4\xa7\x2b\x29\x6f\x87\x5d\x6e\xc6\x73\x5e\x75\x14\xb8\x18\x47\xb9\x4a\xf5\xfa\xf2\x3a\xc8\x21\xb5\x5f\xae\x07\x7c\x52\xfb\xa9\x97\x27\xb6\xf9\x76\x49\x7a\xc7\xd6\x60\xea\xa5\x70\x26\x17\x52\xe2\x24\x92\x38\x8b\xcc\x69\x5d\x90\x03\x8a\x75\x96\xa8\x93\x50\xfe\x33\xfc\x85\x78\x6d\xb8\x34\xff\x49\xa4\xea\x0b\xfc\xfd\x28\x40\xbb\xd8\x17\x8a\x34\xcc\x06\xe0\x82\x40\x4f\x1e\x1a\x7c\x3b\xb9\xb2\xd7\xbe\xfd\x79\x70\xd3\xb9\xbd\xba\xbb\x39\x2b\x09\x97\x67\x17\x77\xb7\xbd\xce\x4d\xed\x33\x2c\x48\xd2\xbd\xba\x1c\xfc\xf5\xae\x73\xd7\xf0\xc8\x37\x70\xd1\x7e\xd7\x29\x15\x43\xfd\xeb\x5d\xfb\xa2\xdb\xfb\x65\x70\xf5\x7e\x70\xdb\xb9\xf9\xd4\x3d\xeb\x0c\x6e\xaf\x3b\x67\xdd\xf7\xdd\x33\x2c\xa3\x16\xbd\x7b\x7d\x71\xf7\xa1\x7b\x39\xf0\x21\x31\x4b\x65\xdd\xfa\xa9\x34\xc1\xe2\x47\xa5\x01\x81\xbf\x14\x40\x35\xfe\x6e\x1e\xce\xdd\x4e\xf3\x7f\x80\xb9\xc4\x15\x4a\x3d\x3e\xf2\x7f\x21\x24\xf2\xb1\xe5\x08\xde\x60\x56\x1c\xa6\xbe\x08\x16\xcd\xc0\xfe\x0d\x1d\x6b\x5f\x24\xa9\x34\xda\x53\xd2\x9e\xb9\x1a\xe3\xb2\xdc\x29\x54\x58\x0a\x23\xf5\x86\x6c\x20\x11\x28\x72\xe6\x0a\x77\x55\x77\xab\xdc\xa0\x9b\x13\x0c\xc1\x19\xf4\x52\x52\xa0\xe4\x2f\x00\xa9\xfb\x6a\x60\xe5\x6d\x3e\x25\x9e\x61\xd9\x66\xed\xb8\x20\x33\x72\x2e\xe8\x74\xa1\x14\x14\x26\x07\xba\xb4\xc1\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf9\x2f\xc5\xa0\xc0\x0c\xe3\xcc\x1a\xf9\x02\xc8\xa1\x7b\xa0\x72\x5c\xd5\x55\xb4\x55\xea\xc9\x2b\x3e\x35\x85\x41\x21\x4a\x25\x17\x51\x7e\x4e\x29\x90\xcb\x15\x44\x20\xc7\xa4\x42\xa0\xa7\xe4\x96\x65\x50\x8c\x35\x08\x35\x76\x17\x67\x50\x53\xb8\x8a\x8d\x3e\x74\x35\x86\x9d\xd4\x80\x08\x32\xb0\x8e\x50\xd3\xae\xe9\xd0\x97\x79\xf6\x4e\xf9\xa5\xfa\x7e\xe0\xf7\x7c\xb0\xd5\x25\xd2\xa3\xfa\xbe\xa6\x36\x41\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\x05\x11\x6a\x3b\x0d\x7b\x36\x00\x8a\xdc\xae\xcf\xc6\xe4\xde\x15\x5d\xfa\x19\x67\x15\xac\xb4\xb5\xfb\x2b\x61\xad\x3d\xbd\x6d\xa7\xfe\x16\x07\xda\x1d\xf8\x1c\x97\x4d\xd6\xad\x5c\x5f\x7b\x13\xef\x0d\x20\x4c\xf0\x24\xaa\x4d\x0e\xa7\x3e\xe0\xd7\x79\x40\x65\xac\xec\xe8\x0c\x4b\x74\x28\x1f\x4a\x59\xdd\x53\xac\xeb\x56\x2b\x63\x47\x9a\xfc\x2e\x67\x28\x10\xf3\xfa\x45\x2f\xed\xd2\x7b\xf2\x85\xf2\x92\xb5\xcb\xbe\xae\xa6\x5e\x9d\xcc\xaa\x38\xca\x2d\x9c\x31\x51\xeb\xc1\x1b\xb3\x8e\x70\x7d\xee\x8a\x12\xe8\x12\xae\x31\xc2\xe7\x83\x0a\x1e\x9b\x53\x8e\x8a\xa8\x13\x57\x9f\xda\x8b\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\xcb\x82\x58\xbe\xd1\xd1\xda\xec\xb0\xe5\x4f\x87\xe7\x17\xa6\xf5\xd5\xe0\xfc\xea\x46\xf0\x6a\xd1\xfc\x30\x24\x3f\xd0\x86\x9d\xae\x5f\xed\x3f\xf8\x19\xfd\x01\x49\x2a\x6f\x48\xa9\x8a\x5a\x0b\x29\xef\xe4\x18\x8a\xcf\xb8\xfc\x0d\x67\xa9\xd7\xe4\x98\x64\xfc\x9e\x91\xef\xc0\xbd\xdd\xbe\xee\x7e\x77\x44\xbe\x8b\x43\x68\xbf\xdb\x80\xfd\x15\x40\x9d\x6e\xdc\x0e\xd6\x0f\x24\xd5\x52\x74\x16\xa4\x04\xc4\xc3\x6c\x47\x35\x65\x20\x5d\xca\x30\x85\xe0\x73\x10\x92\x13\xc2\x3e\x9c\x1d\x76\x15\x6f\x2c\x8e\xcc\xce\x00\x69\xb6\xbd\xc5\x00\xff\x3d\x87\x22\x2c\x67\x84\x2b\x52\x06\xda\xa1\xfe\x44\x01\x29\xa7\x1b\x88\xf7\x10\x8e\x53\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x6b\x23\xb7\x35\x02\x5f\xda\x75\x2b\xe2\x02\x97\x1a\x64\xc9\x03\x95\x3d\x2d\x95\xed\x23\xe6\xab\x3c\xb8\xcd\x6f\xb3\x33\x14\x88\xa2\x66\x7c\x0e\xb3\x95\x70\x3d\x9f\x2e\x23\xef\xad\xc6\x9a\xdd\xd0\x97\x12\xad\xc9\x6a\x67\xca\x2d\x3a\xe1\xd0\xa9\xb1\x38\xd6\xea\x50\xdb\xc6\x61\x01\x49\x8e\x51\xd9\x86\x4f\xd9\x11\x81\x1a\x4a\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x5c\xb1\x05\xec\x44\x25\x13\xfe\x50\x1f\x7a\xbe\x74\x83\x77\x70\xb9\x5e\xb6\x3f\x76\xce\x07\x9d\xcb\x5e\xb7\xf7\xcb\x60\xd1\xfb\x5a\x7e\x7c\x73\xf6\x53\xf7\x53\xe7\x3c\x7e\xe1\xf6\x97\xdb\x5e\xe7\xe3\xe0\x43\xe7\xb2\x73\xd3\xee\x75\xce\x97\x1a\xaf\x96\x75\x56\x07\xb4\xea\x62\xe3\x64\x01\x9b\x9a\x7a\x50\x46\x0f\x3d\x82\x96\x1f\xc8\x20\xe4\x46\x93\x07\xae\xb9\xcb\x32\x72\xc2\xde\x5d\xd7\x1b\xa3\x6a\x7a\x3f\x8d\xc2\x8b\x8f\x10\x8f\xa3\xe8\x84\x3b\x6b\x77\x2c\x08\x3a\x47\xab\x48\x31\x66\x87\x44\xa5\xac\x5a\x35\x9d\xb8\x05\x3b\x25\x6d\xb7\xb5\x75\xed\x0b\x49\xac\x18\xca\x14\x8e\x1e\xbd\xb0\x61\xe8\xe4\x98\x54\xd7\xf8\x94\x20\x5e\x5a\x84\xfc\x1a\x1a\x04\xe1\x89\x2a\x26\xbe\x33\x84\x7d\x99\x65\x3c\xe1\x26\x42\xa3\x95\x8a\x4c\xa9\xa0\x63\xaf\x7e\xe4\x9a\xa9\x15\xdc\x63\x6f\x6e\xd9\x7d\x68\x91\x4d\xa1\x7d\xb1\xa6\xe4\xc8\x25\x80\xc1\x19\xe9\x72\x3a\x9e\x4c\x07\x6d\x70\xef\x2c\x00\x66\xad\x3b\xa4\x3d\xa9\xaf\x2b\x82\x09\x5d\x30\xb1\xf3\xeb\x52\xed\xae\xbb\x47\xbc\xb8\x5e\x86\x87\xb8\x86\x0e\xbf\xb2\x8b\xb8\x84\x38\xb9\xb7\xba\x50\x83\xd5\x3e\xc4\x5a\x4a\xd9\x63\xad\xa6\xa2\x80\xc2\x42\x95\x26\xaf\x76\x5e\x36\x03\xf0\x6e\x56\x12\xa7\xb4\x88\xab\xcb\xe1\x40\xd1\x3c\xaa\x1b\x6a\xe1\x00\x2a\x55\xfa\x52\x2a\xe2\x2c\x66\x99\x95\x07\xf7\x95\xcb\xe1\x54\x06\xf3\x72\x6a\xe2\xac\x5c\xb7\x97\x9b\x46\x58\x33\xd0\x35\x6a\xe1\x84\x28\x77\xc0\xbe\xdd\x8c\xe5\x43\x66\x21\x4f\x33\xe0\x48\xde\x2d\x67\x0f\x55\x8d\xe9\x32\x56\xb4\xa8\xbe\xdf\xb9\xbb\x1e\xd5\xf7\x0d\x5d\xad\xba\x28\xce\x4a\x86\xee\xca\xb2\xb9\x2c\x37\x87\x18\x11\x57\x2f\x6c\xe6\xbf\x50\xa2\x76\x2f\xa2\x09\x34\x51\x93\x70\xb0\x9e\xa9\x0e\x81\x23\xbb\xe7\x05\x47\x0a\x50\xeb\x91\xdb\xd5\x28\x9a\x00\xc2\x2c\xd6\x4e\x75\xae\x8c\x26\x07\x8b\x9d\xda\x7a\xdb\x03\xaf\x2e\xae\xcb\x8a\x50\x31\xb7\xda\x05\x52\x6e\x11\x86\x22\x93\x24\x57\x6a\xb3\x1c\xd8\x92\x10\x20\x52\xc0\x05\x8a\xca\x1d\xa1\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x5c\xa9\x99\x0f\x0c\x02\x67\xf7\x52\x84\x62\x83\x4c\x06\x18\xc8\x9d\xca\x56\x56\x74\xbc\x45\x94\xde\x5c\x65\x85\x39\x82\x62\x3d\xf5\x28\x2a\x09\x12\x8c\x4a\x2b\x8a\x83\x69\x60\x39\x9b\xd7\xa0\x7c\xca\xa1\xba\xd1\x34\x8c\xd5\x8a\x69\x7b\x4b\x12\x69\xc4\x90\x8e\x7a\x41\x4b\x0d\xe8\xeb\x65\x89\x10\x64\xf7\x39\xa2\x2c\x83\xd2\x47\x63\xd1\x55\xf3\x7f\xd8\x9b\x55\x31\x3d\x91\x59\x13\xaf\x87\x6e\x36\x46\x09\xd8\x6e\x36\x1e\x24\x60\xdf\xd3\x59\xcd\x00\x5c\x78\xa0\x36\x2a\x4f\x00\xf1\xc5\x72\xc3\xfa\x53\xe7\x60\xc5\xe0\x0a\x75\xee\x4f\x5d\x4a\x60\xf6\x48\x07\x10\x34\x50\x2b\xde\x35\x9f\xed\x5d\xad\xaa\x65\x30\xfa\x27\x33\xae\x96\x6e\xd5\xd2\x04\x0e\x79\xb2\xdb\x9a\x4c\x1d\xd2\x5c\xa0\x40\x48\x63\x37\x8a\x33\xc0\x57\xc9\x42\x52\x66\xf9\x16\x72\xc6\x93\x95\x84\x65\x45\x9e\xf3\x1d\x0d\xa9\x76\x38\xf3\x01\xc4\xd2\xef\xe2\xd9\x2c\xcd\x00\xed\x48\xd0\x26\x4b\x5d\xfd\x53\x84\xc8\x71\xb3\x0f\x36\x34\x2c\xb7\xd0\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x98\xe6\xac\x40\xfd\x1c\x11\xea\xbe\x82\x65\x6b\x2a\xa9\xa5\x07\x51\x25\x87\xa6\x89\x6d\x83\xa8\x1b\x84\xac\x77\xf8\x94\x8c\x32\x3a\xf6\x29\x76\x50\x1f\x64\x54\x08\xe1\x56\x92\xc0\x82\x1b\xf6\x9f\xda\x31\x38\xde\x10\xb7\xab\x67\x2c\x41\x71\x78\x4b\xb9\x0f\x76\x81\xa7\xc1\x40\x09\xff\x14\xf5\xd5\x13\x1c\xa2\xe2\x94\xce\x20\x5c\x0d\x29\x5d\x8e\x42\x50\x5d\xcf\xc5\xac\xb5\x60\xe4\xff\xfd\x5f\x7f\x6b\xf1\x74\x4d\x14\xb4\xc2\x4f\x50\xa4\x03\x47\x01\x22\x51\x4d\x08\x0a\xec\x78\x69\x09\xc4\x7d\x55\xdc\x07\x0d\xfd\xc9\x78\xe7\x92\xba\xba\x31\xef\x5c\xcf\x0f\x8a\x43\xc5\x48\x67\x7b\x21\xe5\x9a\x29\x34\xd1\x87\x04\xbe\x1a\x0c\xea\xc6\xb0\x05\x28\xeb\xbf\x49\x20\x94\x7d\xbf\xb4\xec\xf5\xd4\x86\xbe\x10\xf2\xfd\x03\xcd\xb8\x55\x2c\x5b\x3e\x5f\xfb\x2d\xf9\xdf\x80\x29\xfd\x9f\x0d\xb6\x19\x3a\x66\x6a\x90\xe6\xa5\x18\xa0\x55\x83\xba\xb6\x1f\x9d\xe7\x66\x5e\x9f\xf7\x5e\x3a\x46\x19\x4d\xee\x37\xc1\x02\xb0\xef\x37\x34\xbb\x9a\xc3\x47\x4e\xb1\xb2\xa0\xd1\x90\x69\xcf\x2a\x99\xf6\x2e\x64\x22\xee\x1f\x99\x9d\x00\xc8\xf1\x48\x14\x72\xdc\x10\x70\x0c\x5b\xe4\x3d\x82\xd8\x81\x48\x86\x5d\x24\x32\xcf\xd2\xbe\x60\x5f\x66\x52\xb3\x52\xfc\x69\x0d\xf0\x98\x0b\xa7\x76\x3d\xd5\xdf\x34\x15\x54\xf7\x9d\x24\x98\xaf\x0e\x8b\xb0\xb8\xa7\x8b\x53\xae\x27\xb2\x9d\x2e\xd7\x84\xcf\xb8\x25\x8f\x41\xed\x29\x7c\xb6\xc2\x22\x67\x56\x99\x15\x26\x9b\x1f\x91\x30\xc9\x0a\x59\x64\xec\x81\x29\x3a\xb6\x62\x0e\xe5\x59\x0c\x32\x57\x56\x9d\xd7\xf3\x06\x96\xa3\x10\x77\x0e\x98\xad\x73\xd1\x6c\x20\x9e\xb4\x63\x60\xbc\x39\x33\x84\x7d\x31\x4c\xa0\x73\xab\xe7\x63\x7f\xa3\xf8\x93\xa6\xe2\x50\x18\x95\xd9\x7c\x3b\x3f\xf9\x3e\xb6\x7d\x02\x84\x0f\x6e\x4e\xb5\xbb\x24\x1c\xaa\xff\x84\x8a\xd4\x45\xb0\xeb\x50\xfb\x0c\x67\x27\xb4\x61\x34\x08\x07\x3e\x0e\x3b\xc2\x2b\xc2\x36\x11\x19\x1c\xee\x22\x2f\xf8\x5a\x91\x0d\x5c\x11\x52\x59\xf9\x25\x17\x86\x67\x56\x0c\x73\x63\xb0\x6a\x51\x2e\x42\x76\x34\x44\x4b\x35\xac\x20\xe4\x54\x8b\xf1\xc0\xad\xa4\x0f\xc6\x5e\x8f\x5b\x97\x69\xea\x23\x36\x85\x3f\xbe\xf3\x0d\x2d\xb7\x31\x61\x16\x82\x9d\x7e\x08\x03\x87\xa0\x73\x21\xfd\x64\x02\x94\x5d\xd8\xeb\x52\xa9\x09\x98\xe8\x26\x2a\x00\x08\x59\x8b\x69\x48\x05\x5f\xd7\x44\x43\xf0\x3a\x06\xd7\x42\xdc\x98\x69\x88\x5d\xd7\x0d\x31\xeb\x00\x6c\xea\x65\x2d\x87\x7f\x1a\xd0\xf1\x2b\xe1\xef\xd4\x77\xe7\x42\xdc\x68\x96\x0d\x69\x72\x1f\xb0\x26\x83\x4e\x25\x95\x47\xed\xb2\xf2\x1f\x00\xe4\x22\x71\xd9\x81\x26\x20\xa0\x14\x95\x9f\x53\x97\xe8\xe9\x86\x5d\x74\xee\x0a\x74\x08\x2c\x19\x01\xda\x17\x8e\x1e\x43\xe8\x52\x36\xcb\xe4\x7c\xda\x70\x03\x55\x23\x99\x77\xf1\x6a\x35\x05\x52\xef\xf5\xf2\xa9\x30\xbd\x8d\xaf\x9f\x85\x18\xd7\x3d\xa4\x1a\xaf\xe3\xb5\xdb\x34\x26\xb4\x7a\xae\xb8\x9e\x65\xb4\x54\x68\xb7\xda\x03\x06\x7e\x3e\xed\xea\x63\x66\xd0\x6a\x5b\xc5\xfa\xa1\x43\xb5\x9f\x3f\x49\x39\x13\x7f\xf7\xba\xba\x26\xc0\x85\x9c\x3d\x86\x65\x2d\x68\xa6\x85\x31\xdc\xad\x99\x92\xf6\x6e\x96\x7d\x61\xe8\xd8\xc7\xd6\x3a\xa9\x4e\x3e\x0a\xa6\xf4\x84\xcf\x4a\xf8\xd7\x3b\x07\x2b\x39\xc2\x74\xff\xc1\xe8\x9e\x0d\x58\xa0\x9c\x1d\x63\x69\x4a\x4b\x20\x7a\x46\x93\xc2\x48\x93\x64\x54\x6b\x3e\x9a\x93\x94\x8f\xc0\x43\x6f\x8a\xd0\x11\x88\xec\x0d\xd8\xb8\x65\x0c\xe5\x5a\xdb\x48\x29\x43\x6c\x3f\xd9\x3a\xbb\x87\x9d\x3b\x5f\x8c\x8f\x81\xe6\x69\x9c\xa1\x0f\xe5\x78\x16\x32\x1a\xd7\xac\x18\xb4\x6b\x34\xba\x1b\x99\x8b\xc9\xde\xdf\xc0\x7c\xe6\xdd\x76\x69\x3f\x4b\x33\x64\x57\xf2\xce\xea\xde\x9f\xb3\x8c\xed\x25\x58\xe8\x29\x08\x61\xe9\x5a\x17\x30\x5f\xcf\xb6\xff\xbb\x8d\x67\x8b\x70\xaa\x86\x9c\xda\x3d\xec\xf7\x57\x0e\xca\x69\x18\xdd\x07\xb6\x8e\xa7\x70\x25\x2d\x6e\x75\xae\x9a\x98\xe3\x0e\x8b\xbd\xb7\x48\xbc\x27\x9e\x50\xd3\x5e\xdf\x32\xa3\xbd\x21\x24\xa2\x74\x14\xb2\xdd\x39\x3d\xf6\x49\x38\x45\x4a\xcb\x06\x1b\xfe\x42\x62\xc4\xdc\xe8\x6e\x9c\xaa\xf7\x74\xec\x70\xf5\x76\x6d\x42\x6f\xc5\x78\xb7\xf0\xae\xbb\x36\xd6\xde\x81\xc6\x16\xf6\x21\x3f\x3c\xb1\xda\x51\x5d\xda\x83\x97\x6e\x3d\x23\x55\x1d\x66\xd9\xee\xa1\x93\x99\xab\x30\x3e\x98\x29\x36\xe2\x5f\xb6\xf2\xe4\x5c\xc3\xa7\x4e\x22\xb3\xb3\x97\xa3\x51\x26\xa9\x5d\x46\x04\xde\xb4\x0a\x02\x54\xb0\x2f\x04\x64\xbf\x00\x8f\x8a\x1b\xc3\x44\x5f\x00\xb4\x97\xfe\xd3\xe9\xc9\xc9\x30\x4f\xee\x99\x39\xb9\x67\x73\xa8\x20\x1d\xfd\xb4\x55\x7e\x1c\xd3\xd8\xb7\x66\xc6\x70\x31\xd6\x64\x86\x79\x79\x0e\x6f\xb2\x32\xd6\xef\x79\x8b\xb5\xc8\xbb\x4c\x0e\xf5\x11\xb9\x4d\x26\x6c\x4a\x8f\x70\x77\xe1\x39\x54\x5a\x69\xbd\x6d\xf5\xc5\x2d\x63\x64\x62\xcc\x4c\x9f\x9e\x9c\x8c\xb9\x99\xe4\x43\xab\xf3\xa0\x5f\x5a\xaa\x31\xfe\x71\xc2\xb5\xce\x99\x3e\xf9\xe3\x8f\x3f\xc2\xf2\x00\x3d\x0c\x69\x72\x3f\x56\x60\x84\x5a\x54\x7c\x4a\x5b\x7e\xbb\x88\x15\xbc\x39\x74\x92\x92\x62\xc0\xbe\xcc\x14\xd3\x75\xd5\x8c\xd6\xcd\xa6\xd4\xa4\xfd\xf9\x96\xe8\xb9\x30\xf4\xcb\x29\xe9\xbf\xf9\x88\xc5\xa7\xc8\x4f\x32\x57\x9a\x9c\xd3\xf9\xb1\x1c\x1d\x4f\xa5\x30\x13\xf2\x11\xfe\xd7\xfd\xf4\xc8\xd8\x3d\xf9\x85\x51\xd5\x7f\xe3\xf6\x18\x6f\xac\x00\x9a\x06\x26\x38\x95\x0b\xed\xea\x5a\xfd\xf8\x1f\xbe\xb0\x95\xed\xe6\x87\x93\x1f\xff\x83\xfc\x1e\xfe\xff\xff\x21\xbf\xef\xbf\x69\xc2\x03\xdc\x28\x93\xa5\xa8\x3c\x56\xdb\x1a\xac\xd8\x16\x30\xcd\x67\x4a\x16\x3b\x56\xdb\xf2\x3d\x4f\xee\xe5\x68\x34\x30\x7c\xca\x30\x70\x66\x40\xd5\x02\x6e\xe1\x96\x39\xba\xdc\x41\xcb\x62\x71\x8c\x02\x12\xc9\x75\x8a\x51\xac\xfe\xd8\xe9\xbc\x80\xff\x7c\xc4\xd2\xb1\x11\xa4\x2a\xd7\xf0\x15\x4b\xed\xe9\xd8\xc4\x80\xe8\x8d\x96\x8b\xc0\xf5\x45\x3c\x74\x0c\x94\x1c\x8c\xf6\xb1\xab\x49\xae\x2a\xfa\xb5\xe8\x03\xfb\xc6\xbc\x1e\x30\xc1\x27\xf5\x78\xdc\x4a\xb5\x93\x48\x75\xcf\x16\xfc\xa1\x1b\x5d\xcd\x1e\x05\x34\xc6\xdb\x86\xe8\x47\xa9\x42\xa2\x3b\x06\x44\x39\xd4\xcc\xbe\xe8\x5d\x9d\x5f\x7d\x7f\x4f\x8d\x92\x63\x2a\xde\x9e\x92\x76\x9a\xba\x6a\xe3\xc4\x39\x75\x2d\xf1\xd8\xfb\xa7\x45\xe2\xd2\xc1\xc2\x2e\x5c\xed\x5d\x1b\xeb\xa7\x5c\xa1\x9d\x79\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x50\xa7\xa1\x83\x02\x59\x10\xe6\x6a\x6f\x39\xcb\x11\x17\xe7\xbb\x4d\x01\xf5\xdb\x19\x4b\x38\xd3\xd8\x34\xf8\x3f\x20\xc8\x43\xf8\xf0\x1d\x17\x58\x5b\x7b\xa8\x20\x2b\x6a\x1f\xd9\x8e\x0b\xe8\x26\x3b\x50\xca\x67\xd0\xf2\x0b\xde\xe0\x21\x7f\xca\xf5\x61\x89\xa2\x96\x6d\x6c\x99\x20\xea\x0a\xda\xc7\x75\xb8\xad\xc0\x70\x3c\xa2\x89\x5d\xbd\x90\x77\x84\xd1\xbe\x31\xab\xaa\x5b\xc7\x1e\xd5\xf7\xfb\x35\x8a\xef\x8c\xbf\xc9\xd3\x02\xaf\x0e\xa9\xd1\x85\x2c\xf1\x85\x24\x2b\x43\xf5\x7d\x53\x26\xc3\xc6\xb5\xd0\xec\x52\xf8\x24\x9f\x65\xe3\x73\x2d\x47\xe0\x2d\xae\x32\x30\x28\x8a\x11\xae\x81\x8f\xff\xc1\x3a\x29\x3c\x63\x69\x35\xa1\xb4\x3a\xfe\x55\x64\x80\x9e\x9d\xc8\x6e\x0b\x29\x8b\x53\xab\xc6\x82\xf3\x71\x4a\xc5\x1c\x0f\x92\xbd\xb0\xa8\xbe\xd7\x01\x04\x96\xe8\x29\xcd\xb2\x23\xa2\x58\x0e\x45\xc6\x8f\x88\x66\xd9\xe8\xd8\xe3\xd1\xa4\x24\x93\x63\x9e\xd0\x8c\x0c\x33\x99\xdc\xeb\xbe\xb0\x37\x88\x18\xe3\xc5\x37\x53\x32\x61\x5a\x47\x57\x6e\x11\xbe\x39\x53\x32\xcd\x13\x2c\x69\x86\xe5\x5b\xb9\x36\x3c\xa9\xd4\xb1\xb2\x1c\x11\xfc\xa6\x56\x47\x49\x24\xe2\xd6\xc2\x70\xad\x08\xc0\x30\x9f\x31\xf7\x75\xde\x01\x6f\x83\x66\xfc\x1f\x10\x42\x8f\xde\xc4\x26\xea\xdd\x43\x5e\x96\xdf\x9e\x81\x29\x9f\x86\x15\xf4\x7c\xe6\x3e\x83\x33\xb4\x8c\x62\x6e\xca\xe4\x1c\xa8\x21\x90\x79\x80\xc5\xf0\x44\x51\xf8\x4a\x3d\xf4\x08\xbe\xe2\x15\xbe\x17\x96\xbe\x03\x43\x6e\x48\xda\x59\x45\xd3\x67\x58\x49\xcb\x01\xb0\x45\x06\x71\x68\xdd\xd7\x1a\x72\x88\x94\xf6\x8a\x78\xb0\x44\xe2\x97\xc7\xae\xbd\xbd\x46\x8e\x42\x79\x2b\xaa\x9d\xab\xf4\x38\xa0\xb6\x58\x7e\xd8\x17\x00\x5e\x6c\x3b\xa9\xd4\x4a\x5a\xa4\xa8\x17\x5c\xd2\x6a\x3f\xcc\x71\xc3\xca\x56\x7e\x91\x37\x21\xf2\x32\xdd\x42\xae\xcc\x86\xcc\xae\x14\xff\xa5\xea\xc2\x7d\x91\xda\xe0\xe9\x03\x2f\x40\xb8\xa3\x8e\x1a\xf7\x76\x6b\xab\x61\x65\x54\x0b\x71\xf0\x7c\x84\x44\x06\x63\x83\x50\x34\x57\x0a\xbb\x69\x44\x5f\x25\xc1\x74\xd9\x46\x5e\x53\x83\xe5\x8c\xd9\x54\x1a\x84\x9e\x45\x14\x58\x6f\x2e\x41\x70\xd9\x61\x26\x87\x70\xaf\x00\x40\xac\x0f\xcd\x8d\x42\xf0\x70\xde\x2c\x25\xdf\x47\xd7\x44\x08\xf7\x7f\xdb\x14\x51\xb9\xbf\x2c\xd7\xaa\x8d\xa5\x31\xd7\xb5\x0c\xf5\xd8\x22\xd7\x95\x0c\x8a\x68\x56\x23\x6a\x39\x77\x53\x0c\xd3\x66\x99\xb1\xa5\xdd\xdf\x43\x66\x6c\x65\x1a\x0d\x2e\x76\x39\x7e\xd2\x48\x5d\x3b\xa9\x0b\xb9\xbe\x1e\x89\xc9\x69\x28\x7f\x94\x36\xc7\x93\xd9\xbc\x6e\x8b\x5e\x56\xd6\x6f\x05\x2a\xf4\xeb\x66\xfd\x56\x06\xf3\x92\xb3\x7e\x2b\x43\x7d\xb9\x59\xbf\x35\x03\x5d\x23\xeb\x17\xdd\x5f\x03\x4b\xd4\xeb\x31\x05\x08\x3f\x19\xe6\xa3\x5b\xb8\x4d\x96\x8e\xd1\x15\xca\x41\xe6\xec\xe5\x1c\x07\xb6\x00\xa3\x75\x01\x87\x4d\xfe\x64\xaa\x77\xa2\xbd\xe0\x39\xe0\x1a\x55\xcc\x59\x46\x45\x99\xa9\x42\xc1\x09\xc5\x12\x4b\x7e\xc8\xa8\x8a\xba\x67\x47\xce\x68\x62\x47\x81\x46\xbe\x84\xce\x5c\xcc\x75\x13\x3c\xd9\xcb\x09\x55\xdd\x2c\xa1\x1a\xf2\x5e\x4b\xac\xbe\x1e\xb4\xa3\x5a\xed\x3d\xe8\xf1\x68\x7b\x9f\xc8\x47\x27\xda\x00\xf9\xb9\xda\x52\x1b\x4a\xda\x71\x4a\x76\x85\xa6\xd7\x4c\xc9\x2e\x4d\xe4\x90\x92\x5d\xbf\xc1\x2f\x36\x25\xbb\xb2\xe7\xeb\xa5\x64\xd7\x6d\xf9\x16\x2e\xdf\x52\x33\xdf\x4c\x4a\x76\x65\x45\x5f\x72\x4a\x76\x65\xa8\x87\x94\xec\x27\x99\xcd\x0b\x4b\xc9\xae\x3f\x75\x9b\xa5\x64\xd7\xca\xde\xcd\x67\x7b\xd7\x84\x26\xb8\xe9\x9f\x39\x25\xbb\x34\x81\x43\xb0\xc7\x8e\xa5\x8b\xcb\x24\xe8\x46\x00\xe5\xd5\x5c\x16\x66\xf5\x1e\x5a\x92\x94\x0d\xfa\xe4\x1e\x28\xea\x69\xc3\x84\xc0\x04\xbc\xae\xca\xdb\x2e\xad\x83\x76\x05\x7f\xac\x68\xe2\x13\x19\x51\x3a\x8e\x9d\x5f\x07\x0a\xdc\xd8\x64\xd8\xb0\xc8\xc1\x74\x8c\x91\xff\x0d\x24\x57\x53\x8e\x61\x07\x02\x74\x09\x61\xdb\x16\xa2\x00\xdb\x6b\xbd\x35\x07\x4a\xa6\xec\xa7\xd9\xdf\xc5\xff\x6d\x5c\x90\x5d\x0b\x3e\x27\xb3\x7c\x9b\xcc\x90\xf1\x76\x9f\x4d\xd9\x54\xaa\x55\xbe\xff\xda\x2f\xb5\x91\x8a\x8e\x57\x69\x9b\xeb\xae\xde\xae\xab\xe6\xab\xdc\x6c\x66\x5c\xf4\x38\x03\xcb\xad\x1d\xbe\x22\x76\xec\x7e\x02\x7d\xa1\xd6\xc1\x19\xfc\xcb\x5b\xba\x30\x1b\xb2\xba\x17\x3b\x04\xdf\x86\x66\xea\x38\x16\x8f\x4a\x4e\x85\xc5\x11\x94\xd6\xdd\x0b\xcf\x3b\x2c\x7b\xae\x1a\x03\x6c\xd6\x31\x37\x60\x99\x35\x2b\x99\xc7\xa0\x97\x55\x4a\x1b\xce\x6b\x82\xb3\xd7\xb3\x67\x71\x61\xfe\xfc\xef\x1b\x79\x65\xac\x7c\xe9\xd6\x6d\xc4\x33\x46\x68\x92\x30\x8d\x16\x10\x17\x80\x85\x45\x47\x72\x95\xed\xb2\xab\x5c\x8c\x61\xde\x56\x98\x8c\x2a\x23\x07\xe2\xc1\x3b\x63\xa2\x64\x3e\x9e\x78\x0d\xd8\x52\xa1\x9d\x5a\xdd\x5e\x7e\x42\xbf\xf9\x2e\x7b\xf9\x2e\xe7\xd9\x76\xf6\x85\x5b\xa4\x3a\x47\x93\x1f\xba\x3d\xa2\x27\x81\xfe\x87\xd0\x6c\xed\xc6\x2e\x0e\x7a\xfd\x3e\xdd\xb7\xc1\x9a\x06\xdd\x1c\xf9\x20\xa1\x91\xcc\x32\xb0\x07\x69\x36\x7d\x68\x2a\x8c\x02\x13\xee\xf1\x2d\x4b\x52\xc0\xd7\x60\x55\xd6\x86\x4e\x67\x6b\xc1\x93\x5c\xa3\x7c\xa0\x89\x1f\x7d\xd5\xd9\x82\x91\x10\x52\x30\x51\x67\x21\xf8\xbc\x58\x23\xef\x95\xb9\x5c\x7d\x7c\xc4\xde\x62\x52\xfc\x92\x3c\x73\x5c\x4a\xdd\x3c\x36\x60\x01\xa5\xe8\xcc\x82\xc7\x7b\x4f\x21\x8a\x9e\x80\xb5\xd1\x17\xed\x52\x1c\xa7\xc7\xae\x1e\xce\x8b\x78\x30\x94\xdf\x62\x4e\x02\x78\x47\x4e\x45\x85\x1a\xfc\xf6\x2f\x90\x35\x31\x89\x1e\x23\x56\x7c\x54\x0a\x84\xb2\xb1\xf4\x98\x26\xf3\x24\xe3\x49\xa4\x77\x8c\x15\x9d\x4d\xea\xd8\xcd\x62\xf5\xbb\x97\x96\xdf\xf6\xad\x27\x3a\xae\x59\x2f\x73\x69\x30\x5e\x5c\x71\xf2\x55\x27\x60\x2e\x92\xe3\x21\xf7\x72\x03\x92\xdc\x6d\x3c\x7b\xa7\xc4\xd7\x94\x0a\xda\x4c\x79\x5f\x39\xed\x6e\x71\x60\x5f\x33\x01\xb4\xe6\xbe\xd8\x6e\x75\xbf\x6e\xda\xe7\x5a\xd3\x68\xda\xd7\x75\x32\x3e\x8f\xe2\x92\xc1\xe1\xde\x5f\x91\xff\xd9\xbc\x4a\x2f\x84\x06\xf7\x19\x81\xda\xc4\x6d\x56\x47\xa1\x6e\x22\x2a\x6e\x16\x90\x1a\x36\xea\x75\x05\xa5\x86\x61\x6f\x19\x98\xda\x8e\x8a\x75\x4e\x64\x06\x28\x9b\xa5\xd5\x0a\x1d\x84\xd8\xb6\xb0\x40\x7e\x33\xac\xea\x88\xa2\x6b\x01\xd7\xb8\x2c\xfc\x34\x6c\xe2\xb7\x11\x82\xba\x42\x1f\xda\x30\x0c\x35\x5e\xd4\xdd\x42\x51\x77\xd4\x6f\x36\x0b\x47\xad\x74\xb6\x74\xbf\xb7\xf0\xab\x2f\x40\x63\x1e\xa2\x32\x42\x54\x46\xfd\xda\xbc\xc4\xc8\x8c\xa2\x6c\xd8\x86\xd1\x19\x4d\xdb\xbf\x0f\x4a\xda\x63\x94\xc6\x57\x8e\x7d\x58\x37\xec\xe1\xeb\x06\x93\xac\x19\x47\x72\x88\xcd\xf8\x36\x62\x33\x9a\xcf\xdb\x46\xf1\x19\x2b\x32\xfc\x7c\x2f\xbb\x3a\xd1\x43\xd6\xd9\x93\x3a\xd2\x83\x0d\x38\xfa\x62\x4d\x67\x7a\x91\x16\x77\x70\xa8\x3f\xa9\x43\xbd\x66\xa1\x57\x3b\xd5\x4b\xc2\xdb\xb3\x7a\x42\xab\xa8\xeb\x4f\xe9\x0d\x5d\x25\xf0\xe6\xc3\xc1\x93\x9f\xa3\xda\x39\xaf\x7b\x9c\x3e\x87\xbd\xf5\xd5\x25\x09\x9b\x0e\x59\x9a\x82\x42\x6c\xa4\x03\x2e\x2d\x48\x40\x30\x24\x56\xcb\x49\xa9\xb6\x94\x4b\xa1\xd0\x3a\x4f\x59\x54\x85\xa0\x90\x6f\x30\x46\xbd\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\xbd\xe6\x22\x61\xb1\x8e\xa5\x48\x2a\x99\x16\xdf\x19\x2c\xa0\x4a\xc5\x9c\xdc\x0b\xf9\x98\xb1\x74\x0c\x3b\x54\x1d\xcc\x31\xe1\xec\x88\x70\x13\x3e\x53\x8c\x26\x13\xcb\x2e\xfb\x76\xec\xe0\x72\x40\x41\x8c\xb9\x6f\x23\x88\xde\xd0\xcc\xdb\x16\x21\x5d\x41\x46\x34\x31\x47\x44\xe7\xc3\xa2\xfd\x54\x22\xe6\xea\x03\x13\xf1\xc4\x8b\x46\x9e\xcc\x13\x5e\xeb\xf9\x6e\xd0\x2c\x2c\x01\xb4\x33\x4e\x77\x72\x5a\x3c\xd0\x5d\x12\xe1\x3f\xe6\xda\x10\xb0\x95\x13\x29\xc2\x61\x72\x29\x3d\x01\xf4\x03\x30\x2b\x11\x40\x63\x49\xbd\x09\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x2a\xd3\xa9\xab\xd0\x2e\x2e\x77\x2a\x1f\x85\x36\x8a\xd1\xa9\x2b\x26\x61\x39\x31\x98\x62\xd1\xbf\xe4\x4a\xf7\xc2\x0d\xbc\xc9\x16\x5f\x70\x71\x6f\x77\xb7\x80\x39\x01\x00\x61\xe8\xb9\x66\xd3\xde\x71\x41\x4b\xd1\x2a\x5b\xec\x5a\x96\x6f\xe4\xef\x8d\x2a\x72\xcc\x9b\x10\x66\x0c\x5d\x05\xfa\xb2\x89\x51\x45\x03\x6a\x32\xb1\xdd\x11\x60\x75\x08\xaf\x4a\x89\xa1\x80\x70\x34\x61\xd9\x2c\x82\x2c\x9d\x51\x65\x42\x49\x13\x87\x7d\x90\xc8\xe9\x34\x17\x00\x57\xe1\xf4\xb4\x47\x97\xe4\xee\x6c\x76\x45\xe3\xad\xbe\xe8\x9a\xef\xb4\x3d\x5f\x52\x8c\xb3\x39\xa1\xe9\x03\xd7\x05\xe4\x4c\x22\x85\xce\xa7\x4c\x55\x00\xbd\x31\x49\x84\x50\x4f\x2b\x76\x6c\x56\xf0\xf2\xf5\x18\xdc\xdd\x30\x26\x43\x36\xb2\x97\xee\x8c\x2a\xed\xed\x43\x35\xb6\x1d\xb7\xb9\xa9\x5d\xab\xaf\x76\x26\x3f\xc5\xc7\x8e\x4c\x8b\x13\x4a\x9d\xbe\x71\x52\x3d\x9f\x51\xad\x93\xa6\xd8\x95\x85\x49\x91\xe5\x17\x93\x5b\x85\xf3\x55\xe9\x2f\xe7\xbe\x74\xae\x86\x43\x63\xfb\xf1\x02\x0d\x0e\x6e\x23\x4b\x5e\x65\x82\x6e\xd4\x68\x9e\x89\xcf\x26\xe3\x70\x29\x68\x43\x0d\x4f\x7c\xdd\x96\x50\x95\x0a\xbf\x6e\xde\xda\x5d\xcb\x05\xe9\x84\x66\x8b\x3b\xdc\xbc\x96\xb7\xf8\xfe\x72\xde\xe7\x8e\x1b\xb6\xbd\x34\x0e\x29\x91\x59\xb6\x09\xaa\x4c\x65\xe6\x67\xc5\xe7\xcb\x47\x54\xf4\x63\x37\xc0\xef\x05\x9c\x1a\x44\xc2\xa1\x99\x93\x2c\xb4\x71\xbb\x14\xbf\x84\x3c\x74\x4e\x44\x3e\x1d\x32\xd5\x17\x72\x04\x60\x43\x59\x93\xb6\x3c\x53\x72\xca\x37\x49\xcb\x45\xd8\xba\x1b\xef\x88\x5b\x61\x69\xf4\xee\x3a\x00\x86\x47\xf2\x72\x3d\x62\xd9\x6d\x81\x72\xc6\x92\x33\x34\xa5\x0b\xd5\xa1\xd6\x5a\xf0\x55\xca\x6f\x9b\x4c\xd1\xac\xe0\x56\x4f\x63\xf5\x81\x7b\x06\x15\xd5\x69\xf6\x48\xe7\x45\xb4\xd6\x26\xc7\xa9\x88\x87\x72\xe7\x85\x7a\x2a\x8b\x4e\x4c\x70\x64\xe2\x7e\xe1\x2a\xac\x73\x82\xce\xea\xc8\x70\xe3\xb3\xe4\xe7\xfc\x94\x42\x76\x7c\xec\x63\xf9\x7a\x93\xdb\xb0\x7c\x18\xa2\x16\x09\x0c\x67\xf9\x52\x7d\x2c\x51\xce\xde\xd7\xa8\xd2\x0e\x41\x5d\xce\xfb\x31\xae\xeb\x5b\x7d\x86\x35\x73\x64\xbd\xd6\x62\xed\x18\x00\xba\x59\xaa\xa7\xef\x71\x79\x65\xde\x4d\xca\x7f\xaf\xd6\x21\x46\x56\x76\x71\x75\x29\x02\x36\xa4\x8b\x2b\x18\xf1\x8c\xe9\x16\xe9\xd6\xe8\x13\x26\xaa\x9e\x8f\xe0\x0e\xe0\xa5\xf2\xf2\x4e\xae\x78\x04\x90\xe9\xa5\x1a\xc2\x5d\x49\xa5\xc2\xe4\xa0\x98\x1d\x33\x10\x30\x48\xf2\x13\xab\xe2\x4d\xb0\x01\x28\x5e\x62\xc5\x4b\x03\xd6\x33\xcb\x0b\xb8\x2b\x7c\x82\x75\xeb\xc2\x07\x56\xc6\x36\x4c\xd1\xc4\xf8\x42\x27\x6e\x54\x0d\x5b\xba\x0f\xdc\xaf\xf5\xe3\x27\x7c\xaf\x3d\xfb\xc5\xe2\xde\xd4\x8e\xb0\x57\x6e\x7d\xe3\xd1\x05\xb9\x7c\x73\xc7\xcb\x7b\xf8\xd4\x1b\x93\x28\x19\x29\x06\xf6\xc6\x69\x08\xcc\x15\x29\x53\xda\x48\x09\x37\xd4\xed\xf9\xcf\x27\x77\x5d\xc2\x4c\x02\x55\x01\xfa\x22\xd1\x0f\x47\x56\xa0\xfd\x35\x67\xc6\xfe\xdc\x04\x41\x37\x65\x42\x03\x27\xe0\xeb\x56\x1b\xf3\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x1a\x33\x96\x76\x43\x91\x19\x4b\xa6\x80\x45\x82\x4b\xab\x6b\x28\x06\xab\x09\x76\xea\x50\x45\xb7\xf0\xd4\x8b\xbf\xe7\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\x6b\xd2\xf3\x97\x87\x00\xe0\x37\xb5\xad\xaf\x62\x22\x7e\x5d\x29\x71\x55\x19\x49\x01\xc0\x4a\x8c\x62\x0c\x58\x48\xa0\x27\x77\xd7\xbb\x70\xde\x30\xb1\xe8\xa3\x56\x5f\x7c\xf4\xf6\xcf\xe2\xd7\x50\x07\x07\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\x40\xa2\xd1\x79\x66\x10\x18\x70\x04\x95\x16\xfd\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x7d\x2c\x3e\x1a\xb0\x6c\x13\xd9\xb1\x3b\xea\x64\xda\xd2\x77\x72\xdf\x70\x3a\xff\xe0\x01\x45\x37\xd8\xa0\x62\x32\x20\xb9\x79\x78\x34\xd4\x4a\xd0\x4e\x97\x21\xcc\x20\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xb2\x9f\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x4f\x24\xd8\xcf\x29\xd1\xcc\xd7\x16\x4d\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\xef\x01\x4b\x17\x3d\x18\x47\x64\xa6\xf8\xd4\xf0\x07\x16\x40\x80\xe2\x9d\x3b\xa3\x86\x66\x72\xdc\x56\x86\x8f\x68\x62\x7a\x74\x27\x95\x99\xba\x66\xb6\xf5\x62\xfb\x61\x90\xee\xb9\x5d\xfb\x31\x13\x4c\xc1\x3c\xa1\xae\x4f\xed\x09\xde\xb4\xe2\x4f\xc1\xb8\x01\xdd\x2f\x41\x3c\x34\x1d\x4c\x0c\x34\x37\x72\x6a\x15\x52\x9a\x65\x73\xc0\x39\xb3\x4f\x26\x54\x4f\xfc\x3e\x23\x38\xda\x3a\x57\x93\x5b\xdc\x33\x9a\x4c\xd8\x2d\xd4\x48\xac\x5b\xdc\xca\x28\xdf\x30\x91\x4f\xdf\x9c\x92\xff\x2e\xe6\x78\xd6\x3e\xfb\xa9\x33\x38\xef\xde\xb6\xdf\x5d\x74\xce\xa3\xf9\xb8\x27\x1f\xbb\xb7\xb7\x8b\xbf\xfe\xd4\xed\x2d\xfe\x78\x7d\x75\x7d\x77\xd1\xee\xd5\xb5\x72\x71\x75\xf5\xf3\xdd\xf5\xe0\x7d\xbb\x7b\x71\x77\xd3\xa9\xf9\xf4\xae\x17\x1e\xba\x67\x7f\x8b\xce\x10\xe4\xdc\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xe7\x3c\x31\xae\x04\xad\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\xde\xe7\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x53\xb7\x77\x1a\x3c\x42\x8b\x8d\x45\xc9\x35\x9e\xd4\x61\x5c\xd4\x33\x4d\x2c\xea\xab\xd8\x03\x1c\xc9\xe0\x29\x8c\x7a\x08\x1b\xb0\xac\x1f\x6c\x8d\x0a\x53\xe9\x26\x4d\x1d\x34\xb2\x9f\x58\xd4\x70\x79\xfb\x96\xad\x66\x58\x0e\x84\xd7\x22\x43\x96\xd0\x1c\x1d\x69\xf6\x36\x52\x4a\xaa\x78\xc0\xc5\xb6\xef\xd8\xe8\x9b\x45\x21\xa3\x8c\x83\x8b\x75\x44\xed\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x1e\xc0\x66\x32\x47\xdb\x94\x2f\xc9\x36\x1d\x32\xf4\x97\x40\xfa\xbd\xe5\xdb\x01\xcd\x85\x83\x63\x8e\x1a\xf2\xc8\x20\xe2\x30\x77\x00\x5e\xa8\x1f\xdb\x03\xa8\x7d\xd5\x6a\x1d\x20\x0d\x4b\x91\x88\x8d\x1c\x73\x1f\x42\xb1\xfd\x5e\xb3\x3a\x6e\xb9\x79\xd8\x58\x21\xb7\x61\xa3\xc0\x42\xbd\x97\x14\x46\xdc\x60\xef\xf7\x2c\xbb\xc6\xee\xbc\x44\x06\x5a\xbc\x36\x56\x70\x74\x03\xb5\xa5\x57\x8f\xc7\xc7\x5b\x97\x60\x09\x36\x4b\xc4\x0c\x1e\xfe\x95\x6b\xd5\x93\x29\x9d\x5b\xe2\x80\xf0\x04\x9d\xcf\x66\x52\x19\xd2\xd0\x06\x81\x83\x8e\xe3\x83\x8b\xc1\xcd\x23\x70\x28\x68\xc4\x4a\x01\xba\x06\xf2\x67\x69\x70\x6f\x18\x90\x5b\xd7\xe2\xd8\xc7\x39\x5d\xa0\xac\x05\xf8\xa9\x69\x49\xed\x2d\x51\x68\x9d\x80\xba\x4b\x34\xd1\xcc\xde\xc2\xeb\xe2\x04\xd6\xf5\x7e\xe5\x5b\xa8\xdd\xf2\x8c\x8d\xcc\xa0\xd6\x97\xb2\xc4\x6c\x68\x5b\x14\x0d\xa9\x80\x8a\x8f\x27\x7b\x68\x71\x7d\x49\xfe\x8f\xce\xd7\x65\xc5\xf7\x48\x8b\x57\x52\x1a\x94\x21\x0b\x3d\x83\xf8\xd5\x04\x13\x80\xeb\x14\xb1\x85\xad\xa0\xc6\x41\x52\xb3\x72\xf9\xbd\x90\x8f\x22\xd8\xcb\x75\xab\x2f\x3a\x14\xe0\xae\x83\xb2\xe0\x62\x0f\x50\x52\x5f\x29\xa3\x97\xf0\x73\x5f\x48\x72\x74\x41\xf7\xae\x26\x40\x36\x27\x05\x46\x72\xe9\xbb\x75\x4e\x0f\xda\x92\xbd\x9c\x86\x13\x76\xb0\xa0\x86\xcd\x9c\xbd\x1b\xe7\x59\x04\xd5\x82\xcb\xd4\x76\xd5\x22\x9f\xbd\x75\x06\x42\x3b\x0a\x6c\x6f\x83\x17\x4e\x46\xe7\x3e\xfb\xb3\x6e\x61\xf7\x91\x50\xb9\xef\x78\x8b\xe5\x0b\x1c\x32\x65\x6a\x56\xb9\xa4\x24\x0b\x81\x56\xd3\x0d\x62\xc6\xce\xc2\x47\xb7\x6c\x79\x0c\xe8\x7b\xc0\x09\x85\x7a\xb1\x19\xdc\xd0\x96\x8f\xfe\x0f\xdc\x2c\x48\xa4\xb4\x47\x28\x77\x16\xfe\xc8\x2f\x69\xcf\x0f\xf8\xd5\xac\x14\x30\x84\x0c\x6b\x2c\xcd\xda\x22\x6d\x40\xba\x06\x0c\x63\x7b\x15\xfa\x80\x1c\x3e\x16\x72\x55\xd8\x40\x03\x31\x25\x11\x31\xdd\x36\x13\x93\x06\x6a\x0a\x91\x02\x7b\xa2\xa8\x3d\xa4\x3c\x58\xde\x42\x17\xb1\x19\xd6\x4f\x74\xd8\x40\xc1\xfe\x1a\x21\x38\x0b\xc3\x8d\x3e\xfc\x57\xfd\xd0\x3f\xe4\x54\x51\x61\x20\xb0\xc4\x09\xde\x8a\x45\xd1\x8a\xec\x0b\x44\x60\x09\x34\xd6\xc2\x4f\xf1\xe6\x7a\x47\x3a\x56\x01\xe6\xe9\x11\xe1\x2d\xd6\x3a\x72\x95\x6a\x74\x3e\x2c\xde\x9c\x58\xc9\xa1\x2f\x16\x02\xf7\x5b\xa4\x9d\x69\xe9\xbe\x60\x22\xc9\x00\x59\x3e\x8a\x81\x09\x94\xef\x5c\x3f\xc3\x39\xa8\x17\xb0\x95\x45\xf3\xd2\x3d\x88\x3e\xec\x0b\xaa\xd1\xd3\x9c\xc1\x49\x2f\x7e\xaf\xab\x1c\x51\x8a\x3e\x78\x42\xf0\x9e\x85\x6b\xe8\xc9\x36\x09\x91\x1b\x97\x6d\x10\xbc\x01\x1b\x53\x24\x54\xf4\x45\x20\x67\xf2\x3d\x35\x19\xa3\xda\x90\x1f\xdf\x6e\x14\x70\xe1\xe7\x57\x30\x57\x77\x7a\x8b\xd0\x52\x1f\xce\xd6\x54\xf8\x06\x80\x75\x09\x25\x82\x45\x01\xea\x47\x76\x9b\x8d\x24\x0f\x5c\xe7\x80\xd5\x1f\x85\xb1\x23\xda\x3a\x37\xda\xe3\x4a\xa2\xc2\xd4\xc0\x46\x3c\xac\x81\xf3\x49\xba\x61\xd5\x10\x96\xd3\x9d\x38\x2a\x67\x90\x49\x56\x04\x96\x4d\xa8\xe9\x0b\xc7\x58\x7d\x2c\x46\x04\xea\xdc\xce\xb2\x72\x30\x97\x15\x70\x52\x26\xec\x84\xa1\xd2\x40\x2b\x2c\xd0\x25\x68\x5f\x21\xfe\xa7\x5c\x6c\x28\x9c\x15\xab\xa8\xf5\x45\xc8\x06\x8a\xdb\xae\x15\x76\xea\x4c\xc0\xcf\x28\x03\xd7\x74\x7f\x81\x25\x1f\xd6\x90\x85\x9b\x2b\x72\x2d\x71\x99\x2c\x98\xdd\x97\x88\xc6\xfb\xee\x60\x7d\x49\xb9\xde\x84\x0d\xb7\xec\xa3\xac\xb1\x88\x37\x6c\x6e\x24\x5a\xec\xa2\x7f\x87\x40\xb4\xe7\x72\xca\x96\x86\xde\x4d\x21\x4a\x7c\x35\x13\x2c\xa2\xae\x3d\xeb\x00\x5b\x34\x4f\xa3\xb8\xd1\x28\xa8\x0e\xc2\x83\x3d\xdf\x73\x6f\x36\x38\x47\x67\xaf\x7b\xfa\x47\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x76\xfa\x77\x9a\x30\x91\xcc\xb1\x27\x0f\x03\x53\xc8\x71\x3d\x67\x70\xf2\x88\x19\x14\xec\xed\xb5\xd2\xa1\xab\xde\xd2\x22\x1d\xb8\x67\x7c\x31\x17\x3a\xf2\x3e\x83\xe8\xe5\xbe\xb0\x8a\x89\xbd\xe2\x35\x0e\xda\xb7\x5f\x26\xf1\xba\x13\x80\xa9\x92\x3b\xb9\x5b\xa6\xab\x11\xb7\x9a\x94\x09\x9f\xa9\x09\x6d\x00\x7c\x11\xe9\x8c\x4f\x49\x2a\x93\x7b\xa6\x4e\x14\x4b\xb9\x3e\x05\xf7\xb7\x69\xf4\xbb\x4d\xad\xb2\xbd\xb3\xa0\xb1\x6d\x3d\x35\xec\xdf\x45\x14\x7b\x78\xe7\x23\xc2\x47\xa0\x4d\xf8\x4c\x01\x4c\x1f\x70\xb6\x6d\xc2\x84\x51\xf3\x99\xe4\xc2\x04\x4b\x56\x65\x21\xbc\xa2\x61\x65\xb6\xa6\xf8\x5a\xb5\x8f\x30\x99\x2d\xa7\xdd\x9b\x30\xcd\x7c\x4c\x00\x4e\xca\x48\x82\x9e\x10\x64\x17\x33\x6a\x26\x1a\x72\x1d\xca\x6b\xe0\x74\x2e\xf8\xd4\xae\x10\x9d\x41\x48\x01\x1a\x29\x8a\x8f\x42\x10\xbf\x36\x3c\xcb\xfa\x42\x30\x96\x6a\xac\xff\xff\x5d\x6d\x4e\x8d\xfd\xf4\x88\xd0\x34\x25\xff\xf3\xfb\xf7\x17\xbf\xf4\x3a\x83\xee\x25\x58\x9c\xbb\x17\x9d\xb7\x47\xe1\xc7\xab\xbb\x5e\xf8\x15\x0d\x2c\x0f\x4c\x91\x29\xbd\x07\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x0f\x4f\x29\xc3\xff\xcc\xe6\x9f\xac\x76\x7d\x4d\xb9\x5a\x9b\xf6\x3a\xe2\x81\x2b\x29\x60\x6a\xc1\xaa\x55\xd4\x9c\x64\xc6\xfb\xda\xa2\x43\xa5\x51\x16\x86\x30\x8a\x59\x63\x20\x65\xa5\xda\xed\xcb\x98\x6e\x1b\x5d\xbf\xec\x8b\x51\x3e\xaf\x4d\x3b\x76\x43\x1f\x28\xcf\x20\x08\xd6\x5f\x34\x05\x0d\x62\x29\xc3\x53\xc2\x32\x3a\x94\x0a\x52\x63\x30\x6a\xc7\x37\xe1\x16\x0c\x8a\x7a\x85\x86\x5a\x7d\x71\xce\x66\x8a\x25\x14\xb8\xd8\xcc\x6a\x2e\xc0\x85\x4a\x36\xb4\x16\xb6\x41\xb8\xbd\x75\x68\x63\x59\x15\xa9\x9e\xae\xca\x73\xe9\xf2\xba\x96\x6a\x9d\xeb\xdf\xbe\x06\x4b\x27\x67\x56\x8f\xab\x70\x5e\x77\x37\x8f\x18\xc5\x8a\x06\xe8\x14\x72\xa6\x7c\x17\x15\x9a\x65\x25\xf8\x5b\x7b\x70\x74\xcb\x79\xc9\x8b\x37\xa5\x20\x3f\xff\x45\x93\x61\x6e\xfa\xa2\xdc\x86\x14\x50\xe0\xf6\x1d\x35\xc9\xe4\x6d\x5f\x5c\x59\x2d\xf3\xe7\xbf\x34\x64\x4d\xa7\xd4\xd0\x41\x3d\x51\x36\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\xab\xde\x5c\xbf\x16\xef\x3a\xbd\xf6\x29\xf1\x89\x96\x21\x5f\xb2\xc8\xb5\x8f\x1a\x02\x86\x0c\x13\xf1\x5c\x04\x58\xb9\x08\xac\xdf\x59\xc8\x40\x7a\xb2\x17\x56\x5f\xc0\x52\x22\x57\xe5\x86\xcc\xa4\xc3\x2a\xb4\x5a\x99\x24\x2a\x17\xce\x92\xed\x0c\x89\x76\x75\x80\x8c\xc3\x66\x38\x79\x0c\xe4\x99\x45\x66\xdf\x17\xa0\x9f\x87\xec\xb5\x4c\x26\x34\x83\xb0\xb9\xe3\xc8\xa4\x67\xb5\x76\x99\x43\x0e\x12\xc4\xab\x88\x79\x39\xba\xd5\x23\x49\x17\x42\x59\xbc\x51\xa0\xff\xc3\x3e\x3a\x57\xea\x54\x5a\x8e\xd3\xea\x8b\xee\x08\xa3\xea\x32\x5c\x1d\xfb\x21\x13\xe0\x4d\xf6\xcb\x62\x9f\x7a\x7e\x04\x95\x5e\xd0\xab\x48\x13\xb0\xde\x8b\x39\xc4\x44\x03\xbe\x99\x84\xe8\x8c\x82\x3b\x3b\xa2\x5c\xd8\xc5\x70\x27\x46\x9f\xf5\x05\x06\xf3\x95\xf6\x25\xce\xfc\x8d\x7a\x97\x02\x62\x0d\x8b\xeb\x32\x08\x18\x33\x17\x7b\xe8\x64\xfd\x99\x62\xc7\xbe\x20\xa0\xfd\x35\x5a\x53\x7b\xc3\xb6\xc8\x4d\xac\x5e\xa7\x32\xc9\xa7\x1e\x77\x04\x72\xb5\x5c\x90\x9a\xbb\x44\x03\x85\xe0\xc5\x5e\x4b\xf1\xbf\x8b\xff\x5b\x2b\x9b\x5e\xef\x58\x46\x36\x50\xd5\x60\x56\x6e\xa9\xd4\x1a\x17\x86\x8d\xab\x0e\xbe\x4d\x30\x3b\x2f\x21\xb2\xdd\x4a\xf2\xe0\xfc\x33\xd2\x6a\x9f\x12\xcc\xd0\x98\x52\x27\xd3\xef\x34\xe9\x5e\x5b\x21\xc5\x2a\xa5\xe1\x98\xe4\xda\x60\x88\x16\xa4\xa9\xe0\xd7\x18\x26\x7f\x44\x7e\x20\xfd\xfc\x87\x1f\xfe\x94\x90\x2f\xfe\x8f\x3f\xff\xc7\x7f\xfc\xe9\xcf\xdb\x94\x4b\x86\x76\x8b\x35\x0a\xc8\x8e\x65\xa9\x25\xde\x81\x45\x66\xb2\xc3\x2e\xb8\x33\xd2\xb4\xfc\x4e\x63\x6f\x4c\x73\xaa\x7b\x1c\x85\xe0\xd0\xb1\x3b\x84\x3a\x3e\x3c\xa4\x74\x7a\x0a\x57\xbf\x66\xe6\xa8\x7c\x88\x83\x3c\xea\x84\xee\xff\xb1\x04\x68\x60\x60\xa9\x79\xbb\x50\x21\x9e\x05\x09\xd8\x36\x42\xbe\x77\x26\x3a\x03\x2e\xbe\xb7\xfe\x0e\x92\x59\xca\x94\xab\xb0\xe3\xad\x6a\xc1\xd6\x07\xe7\x97\x7d\x99\x65\xd2\x05\x71\x50\xa2\xd9\x8c\xc2\x1d\x6f\xcf\x6b\xab\x2f\x3a\x5f\xa8\x65\xae\x47\xbe\x10\x1a\x56\xed\x06\xdf\xc8\x88\x26\x8c\xa0\x34\xfd\xfd\x97\x53\xfb\xdb\x11\x99\x9f\x42\x28\xe6\x11\xf9\xc7\xa9\xcb\x80\xa6\xca\x0c\xec\x4f\x6f\xbd\x38\xec\x9a\x80\x41\x73\x4d\xfa\x6f\x4e\x1e\xa8\xf2\xe5\xe7\x11\xc8\xf1\x8d\x63\x7f\x01\xa4\x36\x16\xa0\x33\x29\xef\x5d\xa0\xea\xc2\x97\xee\x3f\x2d\x24\xf0\xe0\xdb\xc0\xcd\x77\x31\xc7\x56\xd8\x3b\x86\x17\x18\x69\xcd\x86\xa4\xf5\x77\x2d\x05\x69\xcd\xe9\x34\x73\xbf\xfa\xa7\x2e\x8e\x96\x6a\xe2\x4b\x06\xf9\x30\x9a\x6c\x8e\xe6\xcc\x77\x99\x1c\xc2\xbc\x3e\xfa\xb9\x62\x24\x2a\x0c\xb4\xb8\x22\x8a\x5b\xc5\x4d\xc4\x89\x3b\x98\x15\x0e\x45\xf6\xec\x2b\x70\xf7\xd6\xcd\xea\x4b\x18\xd2\x7f\xa1\xef\x16\x16\xc5\xa7\xaf\xa1\x05\x37\x84\x81\xd9\x46\xbf\x90\xef\x1d\x13\x7a\x6b\x2f\x02\x17\xf6\x8b\xcb\x50\xd7\xc1\x3c\x74\xf0\x4b\xd4\x01\x17\x04\x13\x12\x97\x7c\xf9\x8f\x93\x56\xab\x15\xbe\xbe\xb4\x53\xf9\x3f\x84\x1b\xcd\xb2\x11\xb6\xe4\xaf\x99\x79\x5f\x7c\xb4\x9a\x4e\x6c\x61\x2e\x20\x56\xa0\xf0\x55\x22\x33\x72\x5c\x58\x5d\x53\x99\x68\xf2\x6f\x56\xf6\x8c\x96\x12\x7e\xb4\xca\x56\xfd\xa9\x72\xf5\x0f\x9f\xe9\x58\x39\xab\x75\xf5\x60\xc5\xe0\x0c\x41\xfb\xa4\x1a\x22\x94\x1e\x78\x9a\x7b\x5a\xb0\x94\x73\xe2\x00\x1c\xa0\x34\xa1\x61\x5f\x0c\x3c\x6a\x40\xca\xa8\x0d\x09\xaf\x97\xe0\x16\x18\x6e\x01\x98\x81\x64\xdd\xb0\x00\x0e\xc5\xc0\xf1\x06\x9c\xe7\x51\xec\xe2\xb0\xd7\x8b\x88\xd1\xac\x74\x3e\x9d\x52\x35\x3f\x29\x4e\xdb\x22\x71\x16\xa0\x86\xc0\x65\x32\xbf\x00\xe0\x66\xcd\xdc\xd1\x72\x91\x06\x51\x05\xf5\x49\x48\x20\x20\x29\x4b\x00\x58\x18\x42\xde\x10\x56\x9b\x89\x44\xa6\x8e\xae\x8b\xbc\xcb\xb2\x58\x11\xde\x59\x14\x28\x7c\xd4\x8a\x2e\x2c\x66\xc2\x60\x32\xb6\x7b\xc3\x7f\xdc\xc0\xc0\xe5\x40\x1b\xcb\x2a\xc7\x1b\xb8\x30\xbb\x57\xb7\xfe\x9b\xf5\xaf\x5d\x58\x87\xb2\x5c\x4d\xbd\x2a\xe7\xcd\x06\x8a\x3e\x16\x17\x30\xc4\x5f\xa0\x09\x25\x0f\x59\xa9\xf8\xef\x33\x79\xcd\x33\x7b\x6f\x01\x8d\xb7\xfa\xa2\xf4\xf3\x11\x61\x19\x9f\x72\x11\xc2\xdf\x90\xbd\xcb\x11\x8a\xb8\xf7\xdc\xd8\x2d\xd3\xe9\xbd\xe5\x60\x3e\xc1\x3f\xd2\x7b\xda\x62\xee\x49\x27\x78\x8f\x9c\x99\x20\xd7\x76\x5c\x85\x22\x6d\x25\x4e\xdb\xc4\xb1\x93\x1a\x79\x44\x78\x70\x7e\xfb\xc2\xb6\xe6\xcf\x52\x11\x77\x1b\xb5\x17\x35\x77\x0c\x42\x3a\xf7\x29\x78\xd0\x02\xf4\x51\x0a\x9e\x0d\x42\x6a\x8d\x88\xd2\xa9\xd4\x1d\xdd\x3c\x63\x03\xa2\x0c\x07\x42\xa6\x6c\xc3\x60\xe3\x9a\xba\x8e\xce\x54\xec\x3d\x8c\x8a\x61\x56\x0d\xf0\x89\xc6\xaa\x74\x5a\x6f\x68\x3e\xad\x2d\x90\xea\xda\x01\x74\xf6\xc7\x6d\x8b\xd4\x17\x3c\x0d\x5a\xf1\x4a\x41\x94\x05\x59\x5a\xfb\x72\x11\xd7\x9d\x24\xf4\x74\x3b\x03\x32\xce\x3d\x81\x65\x0f\x11\xa0\x94\x8c\x95\xcc\x67\x21\x55\xd8\x27\x4d\xe1\x36\xb8\x1b\xad\x2b\x46\xf2\xd4\xc9\xd4\x17\x5c\xdc\xe3\x5d\xf8\x54\x7b\x14\xca\xa5\x46\xbf\x7b\x0e\x86\x2b\x7e\xec\x6a\x66\xdb\x51\x6b\x43\x93\x7b\x84\x58\x5b\x56\x6e\x77\xd3\x82\xc1\xc5\x7d\x99\x67\x99\xeb\xb6\x60\x9f\x45\x45\x81\x07\x4e\x09\x25\x77\x37\xdd\xfa\xbe\xef\xf9\xa2\xbd\xbd\x9e\x77\x96\x09\x04\xfe\xe7\x67\xbe\x51\x64\x5c\x05\x12\x90\x95\x48\x3d\xe8\xff\x4d\x40\x4a\x15\xde\xbd\xa3\x83\xcf\xf2\xa0\xc1\xb4\x86\x52\xeb\x27\x5f\x74\x7c\xee\x3e\xfe\x68\xbf\xad\xdf\x91\x8f\x90\x12\x12\xf2\xe6\xa7\x54\xd8\x09\xfa\x5e\x1b\x0c\x44\xc8\x16\xb7\x1a\xd2\xdd\x6c\xab\x01\x61\x8f\xeb\x45\xa0\xfa\xae\x7c\x2b\x8f\x68\x31\xa2\x19\xaa\x5b\x66\x02\x72\xf8\x11\xb9\x4d\x26\x6c\x4a\x21\x2a\x61\x5a\x96\xc7\x41\x2e\xf9\x3e\xa3\x6a\x8c\x52\x82\x66\x46\xbf\xad\xd9\xe1\x22\x38\x77\x87\x1d\xde\x02\xa0\x39\xb6\xd0\x43\xe2\xe0\x32\x0e\x10\x46\x59\x06\x86\x09\xcc\xc9\xf7\xef\xef\x0e\xab\xac\xe2\x27\x70\x63\x2a\xac\x59\x9e\x5a\x51\xac\x39\x63\x7e\x47\x4c\xf0\x4b\x3a\x0d\xd9\xa5\x1e\x18\xdc\x65\x11\xe0\xd8\x86\x0c\x40\x82\x9a\xc7\xb0\x33\x0a\x78\x3c\x04\x07\x3a\xdc\x34\x82\xbe\x68\xfb\x57\x42\x86\x1a\xc8\x37\x0a\xfd\xaa\x10\xc7\x84\x51\x7b\x20\x63\x44\x15\x77\xdd\xe4\x1a\x26\xb1\x69\x26\x50\x15\xc8\xdc\xca\x38\x01\x22\x0c\xb5\x3b\x2f\xec\xfa\x79\x34\xf4\xfc\xb0\x79\xe9\x91\xfa\x24\xff\xa4\x5a\x1a\xa2\xae\xe3\x55\xcc\xb7\x13\xb2\x8f\x5d\x43\x71\x35\x0a\x8c\x75\xca\xe6\x45\x64\x8d\x5d\x71\x94\x4b\x2b\x9d\x2d\x1e\x56\xb3\x13\x33\xe6\x74\x3a\x50\x32\xdb\x65\x8f\x7c\x13\x25\x1d\x07\x72\x35\xac\xbc\xf9\x6b\x4e\x33\xb4\xc7\x0a\x47\x8e\x7e\xd8\x20\x30\xfc\xf1\xcf\xa4\x0d\xb7\x25\xf9\x08\x6c\x11\x3c\x51\xd0\x9a\x91\x84\x4f\x67\x4c\x69\x69\x85\xf1\x86\x4d\xbe\xff\x8b\x1e\x38\xbc\xd4\x01\x4d\x12\x99\x2f\x62\xa3\x6e\x30\x93\x9a\xd6\xe2\x49\x51\x72\x9f\x0f\x99\x12\xcc\x80\x83\x13\xde\x23\xfe\xbd\xb5\x86\x2b\x69\x6e\x26\x7f\x1c\x24\x19\x5f\x1b\xc4\x15\xa2\xe0\xdb\xf6\xb3\x33\xfc\x6a\xd9\x04\x4a\xed\x97\x86\x2e\x08\x3e\x23\xf8\xac\x45\xde\xd1\xe4\x9e\x89\xd4\x15\xc9\xc6\xc4\x54\xb8\xa0\x80\x5b\x46\x26\x8a\xf2\xc4\x50\xdf\xc1\xf6\xed\x2d\xd4\x17\x53\x7a\x6f\x6f\x21\xf6\xc5\x05\x0b\x5b\x35\x43\x6f\x72\x34\x02\x3d\x2c\x64\xe8\xfb\x2c\x4a\xcd\x92\x5c\xd9\x37\xf0\x7c\x18\x3c\x1f\x60\x54\x48\xb0\xcc\x3c\xa1\x90\xe4\xff\x9d\x26\xf9\xcc\x6b\xbe\xa0\xed\x66\xe0\x20\xc0\x49\x42\x51\x14\x6e\xa5\xc1\x09\xeb\x0b\x08\xba\xf2\x2d\xce\x03\x57\x89\x7d\x52\xc1\x37\x5a\x77\xf8\x46\x98\xe2\xba\x9b\x2d\x1d\x6d\x08\x7b\x0f\x28\x33\x13\x26\x40\x0d\x5b\xbf\x65\xc8\x13\x5e\x7f\xd3\x4a\xc1\x63\x38\x8b\xc2\x6a\x10\x96\x30\x17\xdc\xc1\x06\x3b\x43\x51\x14\xd7\xe1\xed\xa9\xc5\xf7\x5c\x13\x4d\x0d\xd7\x23\x5e\xab\x9e\xc6\x89\xc5\xbb\xac\x3a\xdd\x2c\x9b\xb9\x26\x93\xb9\xb2\x16\x21\x3e\xb5\x45\xde\x73\xa5\x4d\x34\x25\x23\x43\x5e\x70\x13\x4b\x30\x13\xd6\x08\x69\xb5\x0f\xcf\xae\x9f\x41\xf4\xfe\x52\x1f\x79\x88\x45\x6e\x91\x76\x61\xe3\xc2\xcc\x68\xb4\x5e\xad\x98\x11\xcb\x34\xdb\x86\xf8\xd6\x32\x08\x80\x27\x08\x08\x88\x80\xac\xa2\xed\xef\x05\xbc\x5e\x18\xe6\x23\xa4\xfb\xd0\x7b\xd6\x54\xff\x9f\x55\xf4\xec\x15\x23\xec\x94\x72\x25\xeb\x86\xd8\x0e\xfa\xbe\x44\x95\x7f\x9b\x01\xae\x7f\xec\x8a\x64\x74\x3e\x3a\xb1\x4b\x6e\xe5\xfc\xe4\xde\x45\x19\x8f\x80\x0e\x5d\x3a\xfb\xe3\x44\xea\xf8\x9c\xf9\xfd\x83\xcd\x34\x2a\x67\x3e\x9a\x18\x82\xb4\xc3\x02\xa3\x7b\x56\xc8\x38\xdb\x1d\x46\x1d\x0e\x29\x46\x21\x85\xfd\x26\x9e\x85\xc2\x32\x80\xad\xd4\x37\xb5\x78\x9a\x4b\xf1\x1b\x3b\x1c\xe7\x7b\xb6\xaa\xb6\xe5\xb2\x4d\x0b\x27\xb7\x41\x86\xdc\x14\x4b\xb0\xf1\x2c\x6d\x14\xae\x0e\xa6\x3e\x9e\x00\x4e\x15\xca\xbc\x33\xca\xeb\x9c\x8a\xce\xa4\xbd\xcb\xfa\x3d\x25\xe2\xda\xbe\xa1\xd6\xdc\x74\xb7\x84\x59\xcb\xf0\x6b\x6f\x80\x97\x8f\x1e\x5e\x6d\x1f\xa0\x64\x6b\xa2\x71\x07\xe4\x26\x24\x1e\x8d\x15\xa1\x71\x5c\x9b\xd1\x48\x69\x89\xd1\x27\xe3\x42\x2e\x34\x84\x67\x60\xee\xa3\x1c\x05\x0c\x39\x8c\xac\x41\xb8\x49\x39\xaa\xf9\xe3\x5d\x26\x87\xfa\x6d\xc8\xb8\xa6\xda\xf7\x51\xa4\x40\x36\x93\xe0\x7e\x20\xcb\xfc\x52\x3c\xe5\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\x04\xbe\x60\x06\x08\x55\x32\x17\x1e\xf2\x49\x0a\x26\x47\xe0\x92\x00\x2f\x9f\x37\xba\x81\xd0\x2d\xa4\x89\xb2\x3d\x14\x9b\x61\xac\x31\xa8\x87\xcd\xcb\xbd\x23\xec\xd9\xaa\x75\x7e\x0a\xd8\xb3\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\x82\x59\xe1\x51\xda\x80\xcd\xc2\xfb\x2b\x2d\x61\x81\x0f\x80\xe9\x2b\x2e\x2a\x82\xc9\xcd\x10\xae\xc4\x8e\x8d\x3c\x86\x2c\x39\xc8\xbd\x42\x20\xc2\x26\x78\x6e\xb0\x20\x6e\x72\x1d\xd8\xf7\xd7\x18\x27\x86\xa8\x7d\x89\x06\xea\xee\x5e\x4d\x7c\x41\x41\x10\x66\x84\x60\xca\x19\x47\x56\xde\x1c\x1b\xda\x17\xe3\xad\x5c\xee\x60\x70\x20\x5b\x15\x90\xb8\x10\x5c\x40\x23\x26\xd0\x22\x10\x87\x35\x91\x53\x69\xaf\x6d\xab\xae\x16\x0f\x31\x8e\x0f\x2e\x9b\x25\xe5\x14\x67\x98\x15\xff\xf5\x66\x63\x8f\x96\x7d\x84\xb2\x63\xfc\xd2\x6a\xa4\xcc\x68\x26\xc3\x32\xd2\xe0\x8a\xf1\x07\x88\xb8\xe5\x74\x03\xd6\xeb\x29\xe8\xea\x00\x80\xee\x80\x9f\xf8\x3f\xac\x06\x69\x49\x2a\xc4\xcc\xf9\x3c\x3b\x17\xe5\x82\xe0\x0f\x75\xa5\x97\x1b\xbd\x87\x9b\x00\x1d\x02\x63\x19\xe6\xa3\x5b\x40\x2d\x5f\xa1\xbc\x84\xa4\xe9\x22\x58\xc5\x2e\x72\x08\x18\xf0\x29\x7d\xe1\xc3\x87\x02\x7d\x7f\x3e\x63\x47\x64\x98\xc3\xf3\xcb\xab\x5e\x6c\x98\xe5\x02\x1e\x1f\x27\x13\x96\xdc\x43\x70\x29\x32\x45\x5c\x2e\x5f\x46\x61\x38\xef\x8b\x02\xe3\xd9\x48\x6f\x65\x9c\x07\x10\xad\x00\x24\x27\x15\x49\xb9\x9e\x65\x74\x0e\xf6\x1c\x81\x6e\xe9\x72\x01\x63\x3f\xa8\x2d\xd5\x16\x00\xa1\x76\x5c\xc0\xcb\x61\xf0\x2f\x3f\x89\x50\x07\x29\x84\x58\xd5\x89\x1d\x3b\xc3\x9a\xed\xe2\x9e\x6e\x82\x53\x8f\xaa\x7f\xe1\x8e\xc6\x7e\x8a\x90\xfd\x24\x2a\x69\x4c\xfd\x37\x3e\xe8\x0b\x2c\x28\x7d\x5f\x28\xc8\xfe\x1b\x8b\x59\x30\xf5\xc0\xd2\xbe\x28\xe7\x97\xb9\xab\xac\xd8\x65\x52\xc0\xec\x36\xb1\xce\xcd\xb1\x3c\x63\xe4\x9e\xe5\x9e\x73\x88\xa9\x2f\x92\xe9\x43\x60\xd3\x12\xd8\xdf\xfa\x02\x3e\x4f\x80\x4f\xbb\xb6\xf1\xa3\xc0\xf5\x75\xa0\x9c\x0e\x75\xbb\x64\x4d\x0c\x84\x19\xb2\x67\x30\xb5\x36\x04\x7c\xb8\x00\x90\x85\x50\xe4\xba\x36\xfa\xc2\xc7\xac\x8e\xf2\x2c\x43\xb8\x84\x86\xe5\xf2\xd9\x74\x3e\xc0\xe2\xeb\xa5\x2c\x05\xbd\x96\x44\x40\xc8\xc1\xea\x97\xb2\x59\x0a\x61\x86\xc9\xbc\x28\x7c\x06\xc4\xcb\x84\xce\x21\x10\xcf\x83\xa0\x42\x6c\xf8\x98\x19\x62\xe5\x8e\x34\xcf\x30\x08\x13\x0c\xba\x90\x9a\x47\xb3\x8c\x70\xa3\xfb\x22\x64\x12\x22\x2c\x14\x5c\x05\x3e\xea\x3d\x75\xb2\x20\x74\x01\xcd\xba\x52\x19\x70\x41\xf0\x84\x9b\xd2\x90\xc0\x52\x39\x8f\x91\x03\x67\x33\x46\x31\x64\xc8\xd7\xd1\x8e\xa5\xc1\xea\x36\xb8\xf8\x1a\xa8\x60\xb0\x98\x80\xb4\x4f\xea\xc5\x0a\x16\x1b\x6f\x4a\x8b\xb4\x71\x76\x56\x14\xf4\x30\xfe\x38\x5a\x17\xa8\xec\x9c\x79\x56\xde\x32\x3a\xd4\x03\x0b\x12\xf5\x8c\x2a\xc3\x93\x3c\xa3\x2a\x03\x78\xae\x51\x9e\x11\x3e\x8a\x2a\x12\xc0\x26\x60\x22\x19\x54\xfd\x93\x70\x47\x78\xc3\xbb\xa6\x53\x16\x05\xc8\x3a\xc5\x33\x8b\x8c\x88\x08\x8e\x83\xd6\x29\xdb\xd6\xdb\x16\x39\xaf\xd6\x9f\x80\x63\x11\x25\xa0\x73\x8d\x1c\x30\x8c\x37\x8a\xec\xc2\x3a\x16\x7c\x64\x85\xdd\xef\xa2\x83\xd7\x54\xe8\x88\xea\xfb\x0d\x2d\x94\x1e\xc5\x6c\x45\x01\xa4\xba\xc8\xce\x1e\xd4\xcf\x29\xd9\x2d\xc3\x89\x58\x51\x70\x79\xc3\x41\xc6\xc9\xfb\x5b\x0c\xf4\x73\x54\xa0\xa6\x3a\xd8\xe9\x92\x02\x08\xb0\x8f\x1b\x0e\x35\x02\x27\xdd\x7c\xa0\x11\xe5\xc4\xf6\xe8\xc6\x95\x5d\xad\x5c\x7e\x2e\xc1\x84\x12\x3b\x2e\x2b\xd8\x33\xf4\x60\x54\xea\xd2\xc1\x18\x1c\x9e\x28\xc0\x3f\x85\xc3\x36\x64\x24\xe3\xe2\xde\x87\x92\xdb\x9d\x3f\x22\xb4\x68\x1d\x0e\x1f\x8e\x1e\x89\xb9\x41\xb2\xa9\x03\x4b\xdb\x41\xd8\x59\x2f\x20\xaf\x76\x73\xc3\xbc\x37\xc2\xc3\x5b\x28\xeb\x16\xcd\x63\xfd\x6d\x59\xea\x33\x0f\x42\xac\x77\x94\xe3\x05\x13\x79\xef\x0c\x0f\x85\xbe\x1a\xd7\xf7\x7a\x42\xeb\x8b\x3a\xae\xc6\xff\xbc\xbb\x3c\xef\xbc\xef\x5e\x96\x41\x3b\xff\x7a\xd7\xb9\x2b\xff\x72\x73\x77\x79\xd9\xbd\xfc\x10\xff\x74\x7b\x77\x76\xd6\xe9\x9c\x97\xdf\x7b\xdf\xee\x5e\x54\xde\xb3\x3f\x95\x5f\x6a\xbf\xbb\xba\xa9\xc0\x84\xde\xfe\xdc\xbd\xbe\x2e\xff\xd4\xeb\x7e\xec\x9c\x0f\xae\xee\x7a\x4b\x11\x41\x8b\xf1\xd7\x2e\xd1\x3e\xa0\x14\xb7\x86\x81\x6d\x93\x91\xe2\x4c\xa4\xd9\x1c\xa3\x06\xbc\xde\x51\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x71\xfe\x5b\xd5\x57\x3e\x58\x95\x3a\x23\xae\x35\x17\xf2\x48\xf5\x7d\x63\x1a\xb2\x51\x8b\x66\xb0\xa5\x21\x4e\x46\xcd\x43\x10\xdd\xd2\xe0\x9d\x90\x01\xe5\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x36\x87\x73\xac\x99\x19\xb4\xb9\x66\x87\x29\xb5\xf5\xa9\x0d\x97\xf5\x8c\xae\x14\xd5\xb0\x8b\x43\x17\x5a\xd8\x16\xdd\x38\x7c\xed\x9d\x60\xb3\x7c\x98\xf1\x84\xf0\xb4\x48\x04\xc6\x70\x07\x8c\xbd\x43\x1b\x49\x35\xf3\x7e\xc6\x14\x48\x40\x56\xb0\x9c\x29\x76\x4c\x73\x33\xf1\x95\x92\x42\x89\x5b\xcc\x84\x67\x89\x62\xc6\x57\x62\x64\xa9\xc7\xbb\x8d\x7a\x82\xc1\xb8\x08\xdc\x14\x52\x3d\x5a\x11\x08\x52\x83\x51\x0c\xbf\xc4\xd6\x37\x30\xdf\xe1\xfb\x4b\x97\xc6\x8d\x98\xeb\x6a\x49\x13\x90\xf5\xf0\xa1\x47\xcd\xb5\xf3\xb6\x9c\x37\xf1\xa1\x22\xb8\xc9\x3e\xea\xa4\x7e\x1a\xab\x68\x2c\x26\x94\x72\x90\x88\x6b\xdd\x3d\x3a\x53\x0c\x2e\x05\xe7\xe3\xf1\x9a\x31\x04\x4b\xba\x28\x15\x08\x4e\xb1\x1a\xc0\x90\x4d\x68\x36\x42\x23\x8b\xdd\x9a\xe2\x5c\x2d\x92\x68\x4f\xde\x33\xb1\x87\x6a\xd2\x5b\xb3\x43\x81\x02\x75\x11\x93\x1d\xec\x0d\x85\x45\x06\xaa\x67\xfa\xea\xd2\x2e\x4a\x0f\x8b\x79\xa1\xf8\x19\x3d\xc6\x50\x99\x02\x14\xc3\x07\xf8\x8d\x46\xfc\x8b\x6d\xb0\x2f\x58\x2d\x2c\x00\x94\xc7\xf0\xb9\x51\x81\x2f\x43\x5a\x2c\x26\x98\xdc\x33\x01\x88\xbd\x58\x74\x63\x25\xcd\x6e\x66\xef\x5c\xdc\x8b\x45\xeb\x61\x58\x31\xb0\x28\xf1\x12\x8e\x71\x6c\xd6\x54\x45\x41\xea\x29\xbd\x67\x2d\x72\x8e\xf7\x22\xd0\xcd\xd9\x45\xb7\x73\xd9\x1b\x9c\xdd\x74\xce\x3b\x97\xbd\x6e\xfb\xe2\x76\xdd\xe3\xb7\x8f\x88\xae\xca\xe9\xab\x06\xd5\x05\x0e\x71\xe2\x4e\x5e\x11\x57\x5c\x94\x16\x0f\xc7\x0e\xb6\x64\xf5\xe8\x79\x3a\x1b\xa4\x5c\x27\xf6\xfa\x9b\x0f\x98\x48\x01\x4f\x65\x2b\x52\xad\x6f\xaa\x3a\x8b\xf0\x06\x09\x6f\x78\x0e\x82\xb7\xdd\x83\xa7\xe8\xf0\x1c\x12\xae\x5d\xbd\x4a\xa8\x55\xdc\x17\xd1\x6d\xd3\x5a\x8d\xa1\x67\x9b\xdb\x6d\x6e\xe5\x26\xaa\x73\xc2\xf1\x72\xad\x73\x6a\xf9\xa3\x7f\x0d\xf2\x65\x1b\x56\xc5\x65\xd0\xc6\xa0\x2e\x3c\xaa\x19\x40\xac\xca\x3b\xa5\x22\xa5\x46\xaa\x79\xc3\x14\xd7\x63\x9e\xf1\xb1\x29\xb3\xd0\xf8\xca\xb6\xfa\xbc\xdf\x05\x7c\x95\x8a\x2a\x29\x21\xf4\x4b\xef\xea\xe7\xce\xe5\xed\xa0\x73\xf9\x69\x70\x7d\xd3\x79\xdf\xfd\xaf\x90\x1a\xe7\x2a\xa0\x96\xe1\xc8\x99\xbd\x14\x2d\x77\xf1\x69\x1a\xb5\xfc\x05\x41\xc1\x7d\x3b\x0e\x08\x96\x8f\xfa\xc2\x73\x16\x55\x34\x3f\x51\x32\x1f\x4f\xea\x1b\xaa\x8e\xf2\xba\xdd\xfb\x69\xab\x61\x42\x0a\x15\x22\x07\xe3\x69\x5b\x04\x03\xe0\x23\xc7\xf7\x10\x41\xa0\x32\x3c\x48\x04\x84\x57\xeb\x6c\xd8\x0d\x1c\x6d\x2b\x6d\x64\x91\x69\x2d\x15\xfe\x6b\x5e\x6f\x22\xa0\x5e\xc4\x37\x4b\xd7\x08\x80\x53\x20\x26\xfd\x42\x6b\xa7\x35\xbf\x95\x6e\xb0\x3f\x1e\x67\x6c\x3c\x66\x29\x92\x57\xb5\x61\x67\xda\x71\x2c\x30\x29\xee\xf5\xba\x55\x74\x10\xd1\x3b\x5c\xcc\x21\xc0\x61\x7d\x06\x7e\x1d\x3e\xa9\xe7\x15\x67\xbe\x54\x4c\x22\x85\x36\x54\x34\x40\x6e\x6d\x58\xce\xb2\xc0\xc1\x55\x45\x51\x59\x67\xf0\xf0\xc6\xe8\xe2\x1c\x6c\xe3\xa0\x71\x50\xd8\xc2\x59\x30\x22\x88\xec\xa8\xb6\x4d\xcd\x26\x54\x0a\x06\x3e\xb9\xb1\x62\xa9\xea\xe4\x32\x07\xc1\x82\x88\x58\xa4\x0e\x77\x04\xad\x3b\x00\xf0\xdb\x18\xf1\xb5\xe7\xfa\xa2\xc1\x82\x59\x14\x47\x0c\xe5\x36\xbd\xf0\xb6\xb9\xbd\xaa\x52\x5a\x30\x2a\xbb\x98\xe6\x89\x03\xd8\xc1\x66\x0b\x97\xae\x33\x50\xf9\x0b\x36\x25\xc7\x71\x39\xd7\xf4\x18\x72\xc0\xfa\xa2\xc9\x51\x51\x53\x0a\x35\xa6\x80\x6b\x7f\x6b\xed\xb2\xf7\x35\xab\xdf\x7c\x04\xfd\x62\xaf\x17\x9b\x4b\xfc\xeb\x20\xec\x35\x78\xc4\xdd\xbe\x0c\x29\x7a\x22\xcb\xd7\x71\x53\x9a\x4e\xe0\xaa\x9b\x39\xee\xd7\x72\xda\xd3\x32\x2e\x10\x5e\x91\x13\xaa\x51\x72\xf5\xb5\xf1\x8b\xfa\xad\x45\xe1\xde\x26\xdb\x77\x90\x04\xf7\x88\x1d\xd2\xe4\x88\x38\x42\x9d\x3a\xd4\xe0\x8f\xf1\x74\x03\x36\xf8\x66\x84\x1f\x0b\x47\x41\x79\x41\xbe\x07\x0c\x2b\xa3\xb9\x48\x26\x64\x96\x51\x8c\x47\x9f\x50\x8d\x24\xed\x7d\xdd\x74\xc8\x33\x6e\x20\x93\x0e\xbd\x44\x95\x15\xb6\x1a\x0d\x55\xf7\x1e\xc1\x81\x16\x79\xdc\xcb\x88\x7e\xc7\x78\xac\xa2\x4c\xd4\x73\x46\x64\x15\x47\x36\xfa\x62\xa9\x8b\xa9\x20\x4b\x17\x8d\x55\x6c\x07\x16\x32\x37\x32\x2a\x79\xb5\xd9\xce\xba\x16\xaf\xab\x9f\x97\xd6\xbb\xe6\xa2\xde\xdc\xf5\xef\xc0\x89\x36\x60\xf3\x55\xe8\xa2\xda\x93\x35\xca\x24\x6d\x28\x70\xe1\xdb\x46\x24\xa2\xa6\xb6\x53\x99\x0f\x9b\x90\x2f\x70\x54\xcb\x5b\x5f\x66\xc7\xf7\xe7\x76\x5f\x76\xc1\x98\x01\x52\xc3\x0c\xdf\xcc\xb4\x11\x4d\x9a\x1a\x76\x0c\x9f\xd7\x37\xee\xf0\x1e\xd6\x9e\xf3\x02\xa1\x15\x90\x75\x01\x5f\xc3\x8a\xb4\x35\x45\x12\xff\x9a\x43\x21\xc6\xab\xd1\x2d\xe6\x76\xed\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\xda\x2b\x3b\x49\x62\x1a\x98\xb1\x64\xfd\x6b\xa6\xda\xee\xad\xfd\x7a\xfd\x03\x59\x2e\x02\x35\x53\x5c\x42\x06\x96\xab\x1c\xb5\x24\x49\xbc\xb6\xdf\x1d\x56\xf2\xd7\x9c\xe5\xcc\xd2\xfe\x30\x4f\xc7\x8b\xb6\xcd\x0d\xa4\xb3\x62\x4a\x13\xf9\x48\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x40\x37\xb6\xc4\x80\x48\x72\x6d\xe4\x14\x62\xd5\x8a\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x03\x9c\x4a\xc9\xd0\x5b\x3a\xa8\x6e\xaf\x3b\x67\xdd\xf7\xdd\x8a\x77\xa8\x7d\xfb\x73\xfc\xef\xcf\x57\x37\x3f\xbf\xbf\xb8\xfa\x1c\xff\x76\xd1\xbe\xbb\x3c\xfb\x69\x70\x7d\xd1\xbe\x8c\x7f\x3e\x6f\xf7\xda\xb7\x9d\x55\x6e\xa5\xc5\x5e\x9b\x37\x82\x46\xb9\xda\x56\x76\x71\x86\x4b\xf0\xe8\x79\xed\xd2\xf5\x7a\x4a\xda\x3e\x73\x3d\x2e\xed\x41\xbd\xab\x0f\x5c\xd4\x58\x6b\xc4\x79\x04\xa1\x94\x36\xd6\x6e\x6a\x91\x36\xf1\x35\xb8\x20\x9e\x51\x5b\x61\xc1\xe5\xf5\xda\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x1f\x2d\x47\x2e\xa1\x3e\x63\x31\x88\x91\xab\xb7\xda\xea\x8b\xce\x03\x13\x26\x07\x84\x15\x9a\x65\xbe\x54\x9a\x7f\x21\x4a\x7f\xf3\xa3\xd4\x7c\xca\x33\xaa\x0a\xa8\xdf\x2b\xd7\x16\x08\xec\x7e\xac\x21\xdd\x71\x11\xff\xd1\x2b\x0f\x77\x5d\x02\xe3\x3e\xbb\xe8\x82\x08\x94\x18\x0f\x92\xe7\x3b\xef\x0b\xcc\xd8\x76\x3d\x4e\x29\xc4\xd8\x1a\xe9\xec\x69\xd8\x7d\x63\xe9\xd8\x9b\x1a\xa8\xdd\x2d\x10\x01\xd0\xf2\xfc\x54\xd1\x32\x61\x90\xfe\x8f\x8e\x30\x6a\xbe\x09\x04\x33\x49\x99\x06\xd9\xd4\x05\xc6\x94\xe1\x7f\xd1\xdc\x41\x7c\xeb\x97\x20\xec\xf8\xc0\x2d\x67\x8d\x0f\x46\x77\x06\x80\xe5\x0d\xf2\x77\x66\x2f\xa1\x97\xba\x0e\x71\x7a\x19\xac\xc2\x50\xe6\x22\xf5\xb5\x4b\xa7\x5c\x9c\x4c\xe9\x97\xb7\x7e\xa6\x8f\x13\xee\x14\x90\x22\x15\x97\x65\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\x31\x18\xe9\x81\xcd\xeb\xf6\x6f\x01\xa5\x11\x03\x9e\xdc\x81\x87\x46\x66\x8a\x41\xa9\xee\x10\xea\x94\x61\x08\x5b\xf8\x37\x84\xd2\x96\xd0\x9e\xeb\x99\x77\xec\xe6\xdd\xe9\xdc\xd4\x3a\x98\x9f\x00\x67\xd3\xf5\x64\x37\x0d\xdd\xcd\xde\xd2\xe9\x42\x87\x9d\x1f\xcd\xee\xd6\xdf\xe5\x10\x0a\x4a\x6a\x5f\xcc\x45\x31\xb0\x6c\xc3\x5e\x78\x60\x20\xc8\xd8\x5c\xf0\x61\x7b\x1a\xc8\x98\x06\x7b\x2f\x14\x3b\x66\xbf\xe6\xce\x65\xf7\xe3\x0f\x9b\x5d\xb4\x46\xcd\x89\x87\x20\x8b\x23\xbd\x5d\xa2\x83\xbb\x74\x61\x5c\xb9\xe0\x75\x69\xdc\x37\x58\xe6\xf7\x79\xab\xa9\x57\x3a\x75\xff\x5c\x19\x0c\xef\x2d\xb1\xae\x34\xf1\x93\xe1\x5e\x7c\xaa\xc0\x5d\xb8\xee\x20\xc6\xd5\xb5\x1e\xdf\x68\x43\x9a\xdc\x3f\x52\x95\xa2\xb1\x10\xc2\x0f\x5a\xe4\x27\xf9\xc8\x1e\x98\x3a\x22\x09\x53\x86\xba\x4c\x58\x0d\xfe\x57\x38\x50\xae\x9d\xbe\x80\xb0\x6f\x4c\x2b\x16\x50\x08\xc7\xf0\xf1\xc4\x2a\x94\x91\xf7\x5c\x2a\xcb\x8f\x0c\xc2\x0c\xcc\x58\x82\xf1\xfe\x4d\x41\xce\xa3\x8c\x3e\x2c\xa6\xf6\x6e\x93\xb5\x19\xd5\xfc\xf6\xee\x29\xe7\xab\x59\x1a\xef\xe0\x4b\x47\x23\xd7\x9c\xcd\xcd\x44\x8a\x23\x32\x96\x19\x15\xe3\x56\xab\x45\x98\x49\x5a\x6f\x37\x22\x74\xd7\x60\xec\xf0\x0a\xc1\x9a\x99\xd4\x2c\x9b\x07\x80\xce\x10\x54\x6f\x57\x19\x82\xf8\x35\x47\x93\x47\x0d\xf5\xdf\x56\x93\x3f\x9f\xd7\x74\x5e\xaf\xa9\x6e\x9c\x45\xd2\xd0\x0e\x00\x77\x6e\xd0\x12\xbe\x5f\xaf\x79\x6d\x90\x15\xe5\xa1\xb0\x8b\xec\xa8\x06\x64\x1c\x29\x36\x4d\xf9\xf9\x24\x9b\x6a\xc6\x6c\x95\xcd\x5e\xdb\x92\xcb\x3d\xde\x2a\x09\x66\x91\xa2\x6b\x28\x2e\xe4\x8b\xed\x84\x9c\x91\xe5\xd3\xc5\xc2\x87\xfb\x92\xa2\x8a\x41\xe2\x5f\x67\xd0\xdd\xda\x52\x54\x51\x1a\x47\x2a\x4c\xd4\x71\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\xe4\xf0\x6f\x93\x4b\x13\x9a\xc1\xa6\xc1\x65\x03\xb5\x93\xa1\x58\x99\x92\x62\x9c\xcd\x31\x3d\xc8\x9b\xf8\xdd\x27\x1a\x45\x1d\xf0\xf3\x34\x73\x86\x6a\x20\xd1\x53\x27\xe6\x17\xe5\x7f\x27\x2c\x40\x05\x45\x11\x46\x46\xa2\x23\xd5\x31\xbe\x92\x0d\x1c\x6e\x7a\x8e\x69\xce\x3e\x5a\x49\x44\x15\x52\x16\xa0\x61\xca\x89\x63\x7d\x51\xee\x6a\x5a\x20\x11\xb9\x38\x2f\xe7\x11\xe7\x8a\x21\xa2\x83\xb6\x5c\xd5\xf0\x07\xbb\x76\x2b\xa3\x2b\x00\x40\x71\x9f\x4b\x01\x0d\xfa\x8a\xb6\x92\x8c\x7c\x8a\xca\x3d\x8b\x50\xf9\x53\x7b\x21\x3d\xb0\xd5\x81\x11\xb0\xaa\x83\xa8\xc6\xc9\x7a\x47\x1f\x09\xe4\xa3\xfd\x78\x49\x1c\xce\x42\xe3\xf6\xc6\x2a\xf2\x14\x0a\x43\x40\x51\x9f\xd7\x4d\xd2\x6d\x70\xe1\x6a\xaf\xa9\x7f\x53\xd8\x54\x40\x58\xb5\x32\x69\x5f\x38\x58\x99\xc8\x85\x65\xd7\x65\x71\x4f\x5d\xfe\x14\x82\x59\xcc\x4b\x29\xa9\x00\xf9\xe3\x0b\x35\xd4\x97\x1d\xf2\x68\xd5\xae\xdc\x1e\xa6\x1c\x7a\xc5\xbb\xb6\xc3\x2d\xe3\x37\x70\x9d\x9b\x63\x36\x0a\xb1\xc3\x2d\x9c\x03\x46\x42\xdc\x5a\x94\x58\x12\x66\x97\xaf\x2d\x6a\xc3\x25\x7c\xb0\xc4\x6d\xe7\xec\xa6\xd3\x7b\xb6\x98\x0e\x1f\x50\xb1\x71\x50\x87\x1f\xe7\x79\xe7\x7d\xfb\xee\xa2\x37\x38\xef\xde\x3c\x45\x54\x87\x7b\xb4\x45\x58\xc7\xad\x43\xab\x3a\x93\xc2\xb0\x2f\x3b\xf1\x50\x95\x8b\x01\xdd\x20\xbc\x38\x20\xc2\x2d\xbb\x9e\xb0\xd1\x45\xb4\xad\x00\x85\x45\xc9\x4c\xa6\x5e\xc0\x0f\xe0\x5a\x51\x1d\xa9\x11\xcf\x32\x48\xe2\x09\x36\x31\x17\x99\x6f\x17\xf5\x88\xf0\x10\x5c\xe8\x19\x6e\x5f\x0c\x4b\x70\x63\xa0\xa7\x4f\xa4\xd4\xb8\x3f\x74\x66\x17\x40\x71\xc8\xe1\x58\x06\xc8\x65\xf5\xed\x62\x18\x88\x31\x9f\x0b\x22\x9b\x40\x7e\xdc\x26\x3e\x65\x8e\x96\xbb\x28\xd7\x95\x0d\x3c\xc5\x95\xe8\xd3\x8b\x0b\xfe\x61\x98\x21\x1e\x62\x2e\x50\x90\x28\x9d\xe6\xdb\x7a\xd2\x3d\x29\x8e\x00\xac\xbb\xdd\x49\x0a\x86\x43\x80\x71\x2f\x36\xd2\x6d\x04\x42\x61\x16\x16\xc5\x7b\x8e\xae\x6f\x39\xaa\xac\xb3\x65\x85\x76\xad\x39\x98\x17\x29\xc2\x61\x93\x24\xcb\xb5\x55\xd6\x50\xd5\x69\x7f\xbe\xed\x0b\x2c\xc8\x03\x54\xa0\x3d\x5c\x22\x76\x81\x8e\x57\x59\xea\xdf\xde\x5f\xcc\xfb\xb1\x1d\x07\xfb\x1e\x0d\x4b\x53\x46\x85\xc6\x22\x1b\x59\xc6\x54\x41\x19\x38\x1e\x66\xaf\x38\x80\x0e\x84\x62\x29\xc5\xf7\xae\xce\x82\x84\x53\x6b\xc7\xeb\x9e\xba\x3a\x03\x55\x7a\x6a\xca\x11\x83\xa8\xae\xa7\xa4\x9c\x9a\xe0\xe2\x75\xa9\xc8\x05\xc4\xd5\x12\x51\x39\xd4\x77\x2d\x5a\xea\x61\x73\x07\x52\xda\x23\x29\xad\x71\xaf\xc7\xb7\x04\x99\x48\xcb\x40\x03\xd2\x61\xe1\x1b\x0a\x39\xaa\x19\x04\x2d\x40\x2d\xe8\xba\x5b\xa7\x00\x0c\xd9\xca\x5b\x74\x79\x75\xd9\x89\x7d\x3d\xdd\xcb\x5e\xe7\x43\xe7\xa6\x94\x8f\x74\x71\xd5\xee\x95\x72\x8f\x7a\x37\x95\x94\xa5\x77\x57\x57\x17\x9d\x05\xa7\x51\xa7\xd7\xfd\x58\x6a\xfc\xfc\xee\xa6\xdd\xeb\x5e\x95\xde\x7b\xd7\xbd\x6c\xdf\xfc\x12\xff\xd2\xb9\xb9\xb9\xba\xa9\xf4\x77\x77\xb6\xdc\xfd\x54\x9a\x46\xbd\xea\x54\x58\xb7\x23\xec\x94\xba\x25\xed\x51\x7d\xbf\xe7\x4c\x3c\xc8\x3c\xdd\x24\x93\xae\x36\x71\xae\x64\x45\x48\xd9\x60\xbb\x24\xbd\xa6\x44\xc3\xda\x7e\x14\x33\x6a\x3e\xa0\xc6\xb0\xe9\x6c\xb7\xb2\x4f\xeb\x1f\x91\xcd\xf2\xff\x80\xbf\xac\x91\xff\x57\xda\xd5\x97\x93\xff\x57\x93\xda\xb7\x98\xff\xd7\xbd\xec\xf6\xba\xed\x8b\xee\xff\xa9\xb4\xf8\xb9\xdd\xed\x75\x2f\x3f\x0c\xde\x5f\xdd\x0c\x6e\x3a\xb7\x57\x77\x37\x67\x9d\xe5\x01\xc0\x8b\xa3\x2f\x94\xb6\x63\x12\xf7\x73\x4a\x7a\x91\x38\x8d\x66\x5c\xa7\xad\xd9\x15\x07\xb4\x58\x6e\x00\x92\x85\x8b\xf1\x11\x14\x26\x3a\x25\x1d\xa5\xba\x53\x3a\x66\xd7\x79\x96\x1d\x91\x50\x7e\xec\x4c\x31\x6a\xe0\xb5\x6b\x99\x76\xa3\xef\xc0\xd3\x5b\x3b\x0d\xe8\xdf\x95\xf9\xc2\xee\x8f\x5c\xff\x91\x8a\x17\xbc\xc8\x2e\xa4\x3e\x14\x61\x3c\x05\xa0\x5b\x39\x72\x15\x0b\x8e\x82\x4f\x8a\xfc\x9a\x4b\x43\x09\xfb\x92\x40\xd0\x7b\x3d\x9d\x5c\xc8\x9d\xca\x74\xad\xae\x29\x50\x7f\xa6\x57\xe7\x09\xd5\x6b\xf2\x88\x72\x35\xd8\xa4\x4a\x8e\x9b\xe5\x47\xfc\xd4\x15\xc6\xa9\x17\x88\x4c\xb6\x87\x20\x9c\x0b\x39\xae\x47\x94\x81\x2c\x25\x07\x83\x53\x00\xba\x43\x48\x9f\x1c\x13\xcd\xc5\x7d\x5f\x7c\x9e\x30\x41\x64\xae\xf0\x27\x23\x15\x80\x13\x8d\xb2\x5c\x4f\x18\x94\xe3\x3b\x22\x8f\x8c\x4c\xe9\x1c\x43\xfb\xa6\x52\x45\x18\x3b\x40\x32\x96\x38\xe1\xeb\x8c\x0b\xcb\x2d\x66\xdc\x9b\x7c\xab\x5b\xbf\x0f\x8f\x90\x4f\xf9\xa0\xbb\x67\x64\xae\x17\xd7\xf2\x38\x61\xe0\xd2\x2f\x4c\x5f\x5e\x8d\x73\x9c\x1b\xf0\x06\xa5\xbc\xb7\x9a\x99\x4f\x0e\xfb\xce\x23\x2a\xc0\x72\x3f\x48\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x51\xaa\xc6\x0c\x58\x74\x4d\x6c\x90\x01\x5b\x71\xb8\x2d\x9b\x58\x8d\xdf\x23\xb2\x77\x2c\xc9\x85\x7d\xe2\x6c\xe0\xa8\xbc\x48\xae\x99\x3a\x36\x8a\x8f\xc7\x60\xe8\xf5\x5e\xd4\x97\x9f\x2e\x5c\xa4\x23\xed\xee\x30\x8c\xe3\x79\x32\x39\xe6\x09\x0d\x8e\x42\xa0\xa9\x20\xbb\x86\x7c\x44\x7f\xec\x67\xb9\xc2\xb2\x8e\xa3\x22\x27\xac\x31\xce\xda\xd7\xd2\x1d\x60\xc5\x96\xdd\x2b\xc9\x74\x47\x58\xbd\xd0\x61\x9e\x17\x01\x6f\xbe\x6a\x84\xbf\xe1\x8a\xbe\x3d\xc4\x16\xa2\xdb\x42\x95\x44\x22\x1f\xa1\xe2\x94\xd5\x46\xac\x70\x6e\x67\x2a\x24\xc8\x26\x01\x76\x2b\x98\x98\x3d\x30\xd9\xc8\xa3\x75\xba\xa0\x04\x2c\xf4\xfd\xf5\xd3\xbb\x0b\xdb\xb3\x9d\x7a\x38\xa5\xb5\x2c\x72\x57\x0c\xae\x60\xab\xde\x56\x22\x5e\xee\x84\x19\x67\x72\x88\x25\xaf\x16\xd0\xb9\xe2\x5b\x67\xb3\x88\x83\x91\xc3\x50\x2b\xdf\x59\x3e\xcb\x1d\xe2\xdd\xe5\x12\xd4\xe3\xb8\xf2\xf3\x4e\x31\xcc\x4f\xb0\x60\xb9\x91\x51\x91\x31\x3b\xb9\x6e\xa8\x35\xe6\xfd\x28\x40\x15\xdd\xb4\xb6\x62\x45\x71\x62\xfc\xca\x37\x71\xe7\x1a\xa7\xe7\x46\xe8\x6b\x33\xc5\xbc\xbb\x7b\xce\x4c\xf0\x72\x67\x1e\x6b\x07\x92\x7f\xc3\xac\xcb\x61\x3e\xde\x91\x1f\x42\x33\x21\x67\x3f\x14\xc0\x9b\xce\xa4\x60\xc2\x19\x37\x84\xec\x0b\xd7\xb8\xc7\x72\x0c\xb5\x48\x4a\x0e\xa6\x23\xa7\x83\xb8\xaa\x97\x5a\x66\x0f\xce\x4e\x19\x65\x60\x03\xd6\x92\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x4a\xfe\x4f\x58\x5f\x54\x00\x0d\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\x37\x90\xb7\x92\xbc\xb3\x6c\xe9\x1b\x41\xde\x56\x31\xae\x11\x4d\x36\x01\x5b\x9a\xcf\x58\xda\x0d\xdf\x2d\x27\x86\x92\xaf\x33\x8d\x62\xc1\x4a\x87\x1c\x69\xc0\x97\xb5\x85\xc0\x47\x1d\x72\xa7\xc3\x26\x85\xea\x36\x1e\x80\x09\xb6\x68\x4c\x73\xaa\xa8\x30\x8c\xe9\xbe\xc0\xa8\x50\x0c\x59\x2f\xc5\xa8\x8c\x4a\xb0\x7e\x85\x2c\x95\x48\x6d\x30\x20\x0e\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\xca\xfb\xbe\x6c\x99\xce\xa0\x59\x52\xb7\x6b\x21\x90\x24\x3a\x46\x21\x88\xc4\x57\xe0\xf0\x55\x42\xca\x6e\xd5\x26\x7c\x56\xa7\xec\xad\xbf\xe1\x41\x3f\x5c\x82\xd7\x65\xb7\x77\x95\xac\xb2\xda\x00\xf1\xa7\x3f\xae\x86\xea\x6c\xe4\x14\x40\x23\x13\x2a\x52\xa8\xbb\x45\x4d\x64\x6e\xc0\xbd\x75\x14\x07\x00\x68\xc6\xb3\xa2\x66\xdf\x04\x98\xfa\x06\xc9\x82\x9f\x68\xc5\x6a\x55\x1d\x4c\x2b\xfc\x0d\xa5\x5e\xca\x6e\x9f\x3a\x73\x63\x11\x2e\xe9\x90\xf8\xc2\xf1\x68\xde\xef\x9a\xb2\xfa\xbb\x27\x2e\xad\x8b\x4d\x58\xd4\x59\x5b\xe4\x4b\x89\xa3\x7b\x77\x5b\x04\x34\xc2\x1d\x29\x1f\xcb\xb3\x6b\x56\x4a\x0f\xeb\x0b\x07\xd5\x09\x2f\x22\xde\x2b\x46\x40\x6a\xf2\x63\xf0\x1d\xfe\xf8\x1f\x3e\xfe\x6d\x4e\x46\xb0\xd6\x10\x64\x2a\x93\x24\x57\x00\x8d\xe8\x2b\xf2\x31\xbc\x09\x36\xc9\xe2\x6d\xe3\xfd\xa7\x81\x1f\x40\x2c\x5d\x73\x75\x29\xa7\xc7\x94\x26\xd5\x03\xf1\x15\x41\x47\xc3\xcd\xe3\x10\x3f\x94\x36\x44\x1b\x36\xab\x65\x01\x25\x11\xa7\xcc\xbc\x77\x4a\xd4\xaa\x83\x07\x5d\x9d\x10\xfa\x91\xce\x96\x21\x37\xee\xdc\xe2\xaa\x6d\x08\x11\x3a\xd5\x9b\x09\x50\x0b\x01\xc8\xc2\x21\x2e\x2e\xae\x5e\x48\x6a\x7d\x96\x40\xd4\x4d\x70\xa4\x43\x6e\xb3\x43\x60\x5f\xc6\xdb\xca\x9f\x6e\x1e\xf8\x52\x44\x60\xba\xc2\xdd\xd8\xe0\x10\x13\x92\xe3\x1c\xea\x6d\x72\xdc\xab\x1b\xe3\xdb\x5a\xb2\x1d\x3b\xe6\x77\x16\x29\xf9\xcf\x98\xde\xf9\x69\x61\x89\x36\xcd\xee\x7c\x88\xd3\xd9\x41\x5c\x2a\xc2\x31\xd6\x52\x22\x43\x56\xe7\xa7\x32\x26\x41\x69\x89\x25\x5f\x0b\xbc\x61\xb1\x32\x20\xdc\x50\x29\x13\xd2\x30\x42\x89\xe0\xd9\x89\xc8\xb3\xec\xe4\x52\x0a\xcb\x98\x35\x1f\x63\x08\x09\x56\xf5\x87\x48\xd7\xa2\x5c\x46\xc9\x7a\x1c\x1d\x01\x60\xce\x76\x48\x68\xd8\x36\x96\x63\xda\x2d\xc8\xe6\x7d\x61\xbf\xc0\x7b\x04\xab\x0c\xf0\x10\x1d\x8c\xbd\x79\xd8\x47\xd7\x17\xa4\xca\xcd\xe3\xc6\x6b\x08\x6c\x19\x52\xe2\x4e\x61\xb9\x87\xfa\x95\x2f\xa6\x7e\xa5\x54\xa1\xa0\xfe\xfa\x95\x2c\x9b\x0f\xd5\xd6\xa5\x24\x83\x6e\x12\xc4\xd6\x35\xe8\xf1\x6b\x7a\xc8\x9e\x12\x37\x73\x67\x90\x4c\xbf\x52\xfb\x70\x14\xfc\x8a\x39\xb3\x03\x39\xf2\xf5\x27\xb7\xcf\xf3\x5d\xd3\x52\x1b\x27\x2a\xc4\xd9\xbd\x8b\x44\xd2\xa4\xaa\x4a\x31\x70\xca\xec\x7a\x83\xad\x2e\xd8\x95\x78\x8f\x9f\x5f\xcb\x8c\x27\xcb\xcd\xdb\xfe\x6a\x02\x54\xf6\x05\xe7\x06\xd4\x2f\x70\x55\x91\xa9\xd7\xb0\xd1\x6e\x6b\x58\x62\x0a\x6b\xcd\xe2\xe4\x36\xb1\xfe\x79\x75\x21\xb4\x02\x40\x32\x45\x59\x09\x7b\xad\x40\x70\x30\xa4\xaa\xa0\x20\x0d\x00\xe7\x74\x06\xee\x14\xa7\x5f\x94\x06\x02\xbc\xe9\x71\x22\x33\x76\x84\xe6\x20\xb0\x1d\xf7\xc5\x8c\xa9\x44\x5a\x25\x0d\x0a\x57\x63\xbc\x1c\xcf\xd2\x22\x21\xf4\x7b\x70\x65\x81\xc1\xf9\xad\x43\xbd\x60\xc1\x5c\x17\x8a\x0b\xac\x26\x5b\x8f\x7c\xb7\x2b\xa2\xc2\xbe\x6c\xd3\xcb\xa8\xe0\xb3\x73\x6f\xe1\x52\x38\x30\xf0\x8a\xdd\xc5\x2e\x7a\x69\x3c\x9b\xed\x30\x0b\xa9\x7e\x70\xc1\x60\x25\x0a\x53\xd9\x57\x17\x6f\x5d\x5d\x4a\x22\x2d\x89\xf2\xe0\x40\xb0\x1f\x51\x70\x41\x52\x14\x43\x8a\x08\x55\xb7\xa9\x7d\x51\x98\x9a\xbe\xd3\xb1\x48\x52\xbb\xcf\x2d\xf2\x5e\x2a\xc2\x01\x50\x2a\x61\x47\xe4\xbb\xd2\x44\xbf\x83\x98\x69\x21\xa1\x3f\x67\xa0\x28\x2d\x0d\x90\xeb\x11\xe1\xa6\x2f\xb8\x46\xca\x54\x2c\x63\x0f\xd4\xd5\x72\xf5\x5a\xa1\x33\x5f\xbb\x54\xe4\x30\x6d\x70\xa0\x52\x17\xa5\x9d\x06\xc0\x44\x88\x4e\x52\x71\xec\x2d\x85\x18\x2f\x40\x88\xcf\x05\x64\xfa\xb1\x2f\x88\xc3\x6f\x15\xdd\x07\xa6\x14\x4f\x53\xdb\x5d\x51\x20\xc2\x61\x32\x41\xc5\xc1\xb9\xcc\xb1\x6c\x4e\x0a\xae\x12\x1a\x72\xbf\x42\x20\x14\x47\x61\x74\x28\xcd\xa4\x0c\x5c\x8e\xa0\x2d\x78\x92\x98\x55\xb1\x0d\xd4\x15\x82\x75\x15\x8c\x9a\x09\xe1\xe6\x08\x22\xd8\x3c\xe3\xe8\x0b\x9a\x3a\xcc\x3b\xd7\x9c\x5d\x1a\xa0\xfb\x25\xfb\xec\x9e\x43\x80\x7d\xf3\x11\xdb\xd5\x3f\x82\xa7\x7a\x96\x51\x31\x40\x86\xfa\x15\x3c\x24\x11\x9e\x4e\x93\x1d\x2b\x1f\x0e\x02\x5e\xfd\x5e\xc6\x19\x24\x9d\x9b\x12\xca\x95\x15\xe1\x7c\x47\x47\xd5\xaa\xb2\x5e\x32\x87\xcc\x4f\x6f\xca\xe7\x19\xd4\x7b\x47\x2b\xd9\xfa\x5c\xa0\xf0\xf2\xd0\x8a\x4d\xd7\x53\xeb\x2a\x37\x8f\xa7\x80\x97\xea\xea\x59\x67\xe7\x2b\x77\x48\x75\xdb\x37\xf7\x32\x2c\x08\x4c\x5b\x79\x1a\x56\x0c\xeb\x69\xbd\x0d\x8d\x26\x84\x45\xaf\xc3\xe7\x50\xdf\x27\xd8\x94\x31\x6a\x80\x11\x2d\xad\x5e\xe3\x2d\x1c\xf5\x78\x49\x95\x10\xbf\x27\x0d\x44\x2e\xa3\xaa\xaf\x9d\xdc\x86\x85\x86\x48\x57\x10\x6f\xa9\x38\x22\xfd\x37\x48\x59\xba\xff\x06\x01\xa3\x3d\xec\x96\xaf\x62\xe4\xce\x4f\x5a\xaa\x55\x17\x2c\xed\xe8\x2e\x2f\x0e\x9c\xab\xae\xb3\x91\x35\xef\x6b\x96\x0f\x8a\x32\xff\x30\xa2\x66\x88\x0d\xb8\x6b\x12\x75\xce\xb9\xaf\x2d\x04\xd0\x90\x2a\x4f\x4c\x31\xe1\x50\x8a\xe5\x9d\xff\xd0\x2e\xd1\x2c\x77\x37\x6a\x28\x7d\x22\x55\x5f\xf8\xd6\x8a\x8a\x88\xed\x2c\x5b\x68\x6a\xb1\x0a\x51\x44\xab\x60\xa3\xf6\x39\xf9\x80\xf5\x50\x04\x88\x57\xf9\x00\xd8\xbc\x87\xac\x00\x0c\x6c\x91\xa2\x0e\x16\x88\x1e\x95\x82\x3b\x71\xbd\x9d\x2c\xf3\xc5\x66\x50\x6a\x8b\x2a\x8c\xe8\x1c\x22\xaf\x47\xb9\x65\x47\x51\x78\x7a\x5f\x40\xed\xa5\x11\xb7\x87\xc4\xaf\x4b\x5f\x7c\x94\x2e\xcc\x1d\xc4\xab\xff\x9f\xbd\x6b\xdb\x71\x1b\x39\xda\xf7\x7e\x8a\xc6\x7f\x63\x1b\xe0\xc8\xc0\x1f\xe4\x66\xef\x06\x1e\x1b\x3b\x86\xe1\x4c\x3c\xf6\x26\xc0\x72\xa1\x69\x91\x2d\x89\x71\xab\xa9\x34\x49\xcf\x6a\x81\xbc\x7b\xd0\x55\xd5\x27\x9e\x44\x49\xf4\x64\xe3\xec\x85\x61\x60\x24\xf5\xb9\xab\xeb\xf4\x7d\x65\x27\x69\x53\xd7\x69\xd9\x9e\x3b\x6a\x02\xfa\xc3\x0d\x3c\xdb\x6b\x0c\x0d\xb7\xc8\x2a\x21\xa5\x03\x12\xcf\x12\xa3\x7b\x68\x3f\xa9\x8c\xab\x54\xfd\xc3\x2c\x8f\x2d\x28\x44\xdb\x5a\xae\xf1\x12\x5b\x72\x4f\xf6\xe2\x01\x1b\x7d\xf1\xe7\x97\x0f\x2f\xb1\x5c\x5b\x53\x01\x1d\x4c\x12\x3f\x21\x0e\xa9\xd4\x48\x09\x69\x8f\x76\x06\x6b\x5d\xee\x90\xb5\xc5\x75\x31\x5a\x7a\x80\xac\x9c\xb9\x0b\x6d\x7b\xcf\xeb\x35\xcb\x78\x9d\x6d\xaf\xac\x36\x17\x16\x59\x2a\x2a\x5f\xc6\xdd\x68\x8e\x46\xd7\xea\x07\xeb\x18\x0b\x4c\xef\x1c\xdd\x62\x74\x5e\xcc\x14\x20\x6e\xf2\x29\x3a\x95\x21\xa9\x29\x1e\x4e\xcf\x74\xe8\x35\x3d\xf7\x75\xcb\xf5\xe0\xdd\xa5\xe4\x22\x56\x7c\x27\x72\x96\x22\x36\x3a\xfd\x3f\xbb\xfd\xa9\xda\xaf\x16\xf2\xb0\xae\x17\x80\x3b\x58\x98\x65\x59\x00\x20\xfa\xc8\x4b\xb7\xcc\xbb\xa6\xd2\x91\xe5\x1e\x34\xb6\xfa\xf5\x1d\xb7\x3a\xae\xa7\xe9\x4a\x0b\xba\x78\xdc\xfa\xdc\xc7\x31\xa0\x18\xec\x05\x65\x69\xa8\x88\x8e\x51\x72\x03\xc5\xca\xdf\x4f\xac\x67\xc0\xaa\x9a\xd7\x45\x86\xc4\x46\x8a\xcb\x03\x30\xae\x24\xa9\xca\x0b\x8d\xa6\x35\xcf\x0e\x99\x2c\x32\x2a\x88\x13\xeb\x42\xe2\xab\x50\xf5\x9b\x5f\x6b\xa1\x15\x97\x36\xf3\xf6\x56\xad\xcb\x4b\x14\x22\x41\xed\x8d\x55\x40\x9b\x92\xfc\x15\xab\x3c\x80\x21\xc6\x86\xbd\x87\x31\xd3\x58\x1c\x16\xcc\x6a\x9b\x24\xe0\xce\x78\x42\x1c\x0b\x1c\x50\x04\x7f\x6d\x56\xa5\x14\xec\x9f\x8d\xd0\x07\x76\x7b\xc3\x4a\x0d\x78\xc7\xba\xa4\x3f\x15\xf9\x49\x84\x88\x58\xc8\x91\x62\x81\xae\x6c\x64\x4b\x21\xea\x8c\xb8\xf2\x14\xb0\xa5\x76\x85\x01\x03\x6f\x67\x3c\x83\xbe\xed\x8a\x60\x01\x40\x6b\xf5\x54\xda\xeb\x10\x20\xa1\xff\xb2\x7c\x1e\xd0\x5c\x5d\xad\xb9\xd8\xc9\xd9\xbe\xd5\xb4\x4e\xfa\xdc\xba\x21\x88\x98\xb4\xee\x87\x52\x17\x9b\x42\xf1\xba\xd4\xec\xc5\x9d\x85\x19\xbd\x74\xd0\x58\x58\xc5\xfe\x61\xb4\xdc\xab\xa7\x2c\x11\xba\x66\xfb\x75\x23\x08\x27\x8b\x7c\xd9\xcd\x03\x3f\x95\x96\xf1\x68\xba\x84\xf9\x56\x55\xf3\xdd\x3e\xa4\x65\x73\x64\x41\xb4\x32\x12\x17\x81\xd9\x81\x81\x15\x5e\x54\x3e\xe1\x2c\x55\xe4\xbb\xc2\x7d\x2b\x75\x0f\xdf\x70\x7b\x96\x20\xe7\x97\x67\x66\xd9\x53\x19\xbf\xe3\xbf\x1e\xf5\xef\x7f\x7c\x6f\x5d\x7a\xfe\xdd\x8e\x1e\x42\x98\xa8\x50\x19\x88\x55\xc8\x26\xde\x46\x09\xcd\xa9\xf2\xc9\xc4\xaf\x65\xd9\xe4\x8c\x64\x0f\xc5\x0a\xf4\x82\x15\x62\x91\xb0\xea\x4f\x3f\xbc\x7a\xb5\x58\x0c\xac\xc4\xa9\xfc\x1f\xee\x7e\xc3\xef\xfa\x4f\x38\x7c\xd6\x9b\xac\x7f\xe4\x6a\x45\xd5\xeb\x96\xa7\x19\x8a\x96\x3d\x05\x4e\x4b\xe8\x48\x89\x53\x51\xdb\x5d\xba\x8a\x7e\x97\x74\x67\x73\x5a\xc7\xbb\xda\x73\x2d\x54\xbd\x84\x1e\x4f\xeb\x0c\x3a\xb9\x83\x9f\x47\x20\xa4\x49\x06\xf1\xcf\x9f\x4a\xf4\x73\xd8\x4c\xe4\x5f\x82\xda\x9b\xc4\xc4\x66\x64\xfb\x8b\x02\xc2\x8e\x81\x4f\xf8\x58\xb1\x41\x9a\xd0\x19\xab\x17\x4c\x28\x12\x4c\x93\x26\xe4\x47\x8f\xa0\x7c\x57\x58\xd2\x25\x63\x1a\x41\x61\xff\xe6\x9f\x2c\x4c\xb4\xf5\xd1\x09\xc6\x6b\x86\x55\x78\x7f\x13\xba\xf4\x08\x53\x62\x77\x0e\x1a\x1e\xc9\xca\x3f\x2c\xcf\x67\xe9\x40\x1a\x32\x24\xe5\x08\x99\x07\xe0\x2f\x94\xec\x8d\x5a\xd5\xea\x60\xb3\xf3\x87\x09\x5e\x97\x67\xf0\xdf\xbb\xa1\x04\x3a\x4d\x20\x3d\xad\xe1\xe7\x44\xb1\xbd\xa0\xaf\x40\x67\x33\xfa\xb7\xd1\x35\xf8\x9e\x42\xfc\x54\x17\xbc\xed\xc4\x5a\xc0\x24\x7e\xfe\xfb\x2f\x8b\x21\x16\x22\x18\xfa\xd9\x55\x8e\xde\xda\x92\x6f\x5a\xf0\xdc\xb3\xe8\x87\x24\xf9\xc7\x18\x86\x8e\x1e\xc8\x0b\x34\x99\x4b\xf6\xa5\xab\xab\x38\x2e\x0a\x7f\xc4\x8b\x3c\xa4\x90\x74\x07\x9c\xb6\xc7\x91\xa8\x97\x6b\x06\x26\xcb\x80\xb6\xb4\xa0\x71\xf6\xf4\x70\xc2\xea\xf5\xcb\xa7\x27\xd2\x03\x87\x70\xb7\x53\x86\x6f\x8d\x8c\xbb\xb2\x94\x97\x1a\x1a\x5c\x5a\x96\x97\x25\x80\xea\x2f\xd1\x13\xf0\x00\x38\xc3\xe2\xf6\xc6\x39\xbd\x1c\x90\x15\xe4\x74\x40\x69\x03\x11\x19\x1a\x02\xc4\x41\xb0\x04\xcf\x70\x9e\x42\xb5\xef\xf1\x7b\x9e\x98\x6f\x01\x6d\x60\xc0\xc4\xf1\x7b\x76\x0c\x9f\x20\x47\x94\xfb\x31\x02\xd8\xa7\x35\xc2\x93\xac\x1c\x84\xc0\xb7\xba\x72\x16\x4f\x08\x0a\x74\xeb\x18\xf4\x6d\xd7\x13\x89\x77\x8c\xc9\x44\x0f\x48\xaa\x82\xc7\x02\xd1\x36\x36\xa1\xc5\xad\x5a\x9f\x21\x14\x1d\xc3\x8b\x0d\xa1\x4b\x90\xdf\xa3\x66\xec\x4d\x48\xb0\x00\xee\xd8\xac\xdc\xad\x8c\x31\x82\xc4\x48\x14\x0f\x81\x57\xee\xda\xa2\x00\x1d\x84\xc9\xbe\x56\x58\x24\xa1\xb5\xf6\x2e\x99\x24\xc4\x28\x85\x22\xab\x37\x8c\x3e\xa0\x5a\xcc\x0b\x52\xef\x97\xb3\xd7\xed\x19\x00\xd7\xf3\x23\x3f\x54\xc0\x46\x61\xac\xe2\xf5\xda\x17\x47\x09\xb5\x74\x67\xa7\x39\xd0\x16\x51\x3b\x35\x44\x52\x43\x73\x29\xa8\x3e\x96\xb4\xbc\x1b\x1e\xdd\xf1\xbc\xea\x5f\x9c\x6f\x8d\xa8\xef\x5f\x0b\x68\xdf\xe1\x3e\x89\x8a\x35\x4a\x80\x4e\xd0\xb2\xf8\x7f\x9f\xb7\x2e\xb2\x52\x39\xac\xe8\x2c\x06\x6b\x0f\xda\xbe\x7f\xb8\xf0\x59\x87\xc3\xf5\x98\xf5\x7c\xa1\x11\x1f\x3c\x93\xba\xcc\x88\x93\xb6\x66\x40\x52\x85\xe2\xd8\xf4\x9d\xb0\x1d\x2f\x14\x5d\x83\x5a\x1b\x01\x99\x8b\x55\xb3\xd9\x0c\xda\x96\xb2\xdc\x7c\xd3\xb8\x84\xc5\xa6\x07\xdf\x1f\xc8\x89\x97\x63\x78\xeb\x23\x27\xf4\x3b\x72\x22\x8c\xe2\x93\xe6\x70\x03\xdc\xda\x9e\xd0\xf7\xbc\x2e\xa4\x78\x1a\xcb\x7f\x26\x37\xc6\xed\x14\x37\x86\x0d\x5e\x40\x02\x25\xce\xc3\xb9\x97\xff\x87\xfc\x1b\x08\x2a\x59\x16\xb1\x7a\x39\x32\xa4\x33\x81\x5a\x0e\x5a\x0a\x97\x95\x58\x8e\x2a\xa1\xf2\x0a\x38\x97\xe7\x47\x6e\x81\x6c\xbf\x1c\x63\x75\x84\x73\xfc\xbe\xdc\x09\x06\x5d\x55\xc8\x16\xc2\x28\x03\x34\x81\x60\xa7\x99\xa0\x27\x96\x83\x0b\x4f\xd1\xbc\x6c\xcb\xd5\x46\xe4\x5e\x25\x7c\xa1\xc4\x23\x33\xb2\x36\x09\xa3\x3f\xc1\xf6\x24\x4c\xd4\xd9\x4b\xa3\xdb\x44\xc9\x22\x5a\x64\xa5\xce\x01\xae\xbf\xe1\x3a\x87\x14\x25\x3a\xf0\x92\x67\x5f\xa0\xb0\x11\x3c\x47\xd8\x23\x45\xa8\x2c\xa2\x1d\xa3\xa6\xbe\xb5\x42\x65\x48\x19\xe9\x6a\x0d\xdb\xf1\xe1\xcf\x2b\xc6\x33\x5d\x56\x54\xf9\x94\xea\xd9\x50\x21\x95\xa0\x96\x04\xf4\x38\xe8\xa2\xe0\xd5\x45\x08\xfd\x6b\xe5\x13\x0e\xc4\xaf\x7b\xc9\x55\x7c\xe2\x71\xba\xb5\xe6\xc0\x6b\x3a\xa8\xcf\x39\x20\xde\x93\xc2\x77\x43\xea\x41\x7f\xad\x50\xb7\xd3\x82\xe7\x87\x10\xae\x54\x28\xe2\x13\xe3\xf9\xae\x50\x66\xeb\xcd\xeb\x82\xb5\x45\x48\x7a\xe5\x58\xa1\x5a\x62\x9c\x16\xe8\x62\x8c\xdc\x8a\x5e\xc4\x8a\x29\x61\x14\x02\xae\x0b\x79\x00\x1d\x70\xaf\xc5\x55\xd0\x4f\x70\xbf\x29\x51\xac\xa8\x52\x85\x63\x87\xca\x64\xeb\x46\xa2\xa6\x08\xb6\x94\x9b\x00\xdd\xc3\xcf\xb7\x89\x79\x24\x6a\x22\x69\x08\x3a\x86\x33\x3b\x4b\xd2\x4d\xd7\x8a\x99\xe4\x98\xf3\x30\x3a\x0d\x19\x01\xdb\xf2\xd1\x66\x06\x3e\x72\x1f\xf8\x3d\xc5\xcc\xbb\x23\xd9\x65\x4d\xb8\x20\x4c\x0c\x0f\x7a\x44\x6c\xfe\xb6\xd4\x44\xa4\x00\xc2\xe1\x8e\xf8\xd3\x7f\x2c\xbe\x8a\x84\xdd\xef\xb9\xfe\x92\xb0\x9b\x83\xe2\xbb\x22\x7b\x57\xae\x8e\x5a\x6e\x73\x78\x2f\x9c\x82\x71\xb2\x77\xab\xd7\x0f\x90\x04\x38\xfb\xc0\xc7\xd5\xb5\xb3\x6d\x00\xcf\x9c\x18\x62\xd0\x1c\x7a\x20\x6d\x50\x54\xf7\x94\x6b\x61\x73\xea\x9f\xc3\x31\xdd\x41\x6d\xb4\x2d\x01\xbc\xac\xa6\xb4\xd9\xbe\x40\xa6\x91\x91\x90\xed\x6b\x26\x7e\x05\xaf\x5e\xa9\xd9\x5e\xf2\xda\x9c\x15\x5b\x93\x04\x4f\x05\xc6\x5e\x51\xda\xb7\x92\xa1\x3b\x8b\x3a\x28\x62\xb1\xe3\xe5\xbe\x2c\x65\xef\xdb\x3e\xeb\x02\x76\xfc\x54\x53\x17\xef\x16\x93\xc8\xaa\xf0\xc5\xb3\xab\xe8\x7d\x1e\xde\x43\x12\xf0\x10\xc3\x69\xca\x1b\x8d\x75\x14\xec\x72\x2c\xbc\x83\x91\x1b\xe5\x1b\x23\xde\xf8\xc8\xad\x44\xc6\x01\xe6\x6a\xb5\x0f\xac\xf1\x82\xb5\xa1\xdd\x1b\xdd\xe3\x8d\xa9\xba\xfd\x0c\xa8\x1c\xd0\xee\xb2\xe8\x43\x3d\x9d\x7a\xb9\x3e\x6d\x7b\x5d\xac\x38\x72\xeb\x1e\xb2\x69\x47\xc7\x50\xcd\x36\xcb\x7a\x99\x49\x5e\x4d\x4c\xf9\xe8\x95\x3b\xb7\xd4\xd0\x6b\x68\x67\xba\xcc\xfc\x11\xbc\x61\xbb\x89\xc2\x38\x55\xd7\x0e\xd5\xeb\x9f\x71\xa7\x7a\xa0\x98\x45\xa5\xab\xb3\x35\x98\xcb\xe4\x21\xe0\x09\xab\x9a\x6c\x0b\xd9\x5a\xb1\x9c\x0a\xe5\x56\xf7\xc6\x26\xa9\x32\x0f\x21\xb2\x6e\x71\x88\x88\x3c\x9a\xe7\xae\x2a\x7e\x13\xee\xa5\x45\x95\x28\x7a\x5c\x57\xdc\x6c\x0d\x51\x67\xb7\x15\x11\x9b\x38\xc7\xf5\x17\x91\x07\x4e\x9a\x66\x6f\x8c\xcb\x45\xea\x96\x19\xcf\xaf\x2f\xce\x43\x9a\x4d\x15\x4e\x2c\x54\xc4\x5a\x92\x56\x16\x6b\x91\x1d\xb2\x0e\x08\x34\x8a\x43\xce\xe7\x0d\x3c\xcf\x19\x36\x06\x16\xec\xb7\x71\xfe\xd6\x01\xbc\xb0\xa1\xe0\xcd\x7f\x67\x42\xc4\x00\x5e\xed\x7b\xf7\x67\x1c\xc9\x82\xfe\x23\xb7\x61\x56\xdb\xff\x59\xf8\xbf\x95\x0c\x36\x75\x00\xec\x8c\xc8\x4d\xfd\xbb\xca\x97\xea\x55\x40\x5b\xf8\xd0\xc8\x0e\x9d\xe4\xd8\x9f\xc3\x69\x76\xc7\xa1\xf0\xbf\x25\x53\xc6\x20\x4f\x6d\x5e\x0f\xa4\xf7\x44\x4f\xda\x4a\x96\x2b\xe0\x84\x34\x9f\x0c\x69\xbf\x99\x2c\xab\xc9\x38\xc4\xee\x86\xbd\xa6\x9f\x8f\x3a\x66\xca\xdd\x1e\xf2\x5d\xb5\xa8\x00\xf8\xd4\x75\x55\x77\x32\xcf\x66\xb1\xe2\xba\xc3\x35\x4f\xde\x4d\xc7\x8a\xeb\xd2\xa0\x98\x23\x0d\xc9\x12\x6f\x46\xce\xf4\x90\xfa\xf1\x26\xcc\x18\xe5\x50\xe2\xa2\x86\x9a\x6f\x18\x0b\xaa\x0a\xb5\x91\xa2\x35\x5f\x4b\xba\x9b\xaa\x6b\xfc\x24\xac\xd3\xe9\xc9\xb5\x5c\x3e\x02\xf1\x2b\xba\xdc\x53\x4c\x21\x65\xd7\x16\x12\x06\xd0\x23\x4e\xb1\x0a\xa7\x6e\x82\x6d\x98\xd8\xc2\x9f\xda\x28\x13\x15\xc8\xca\xaa\x59\x5d\x79\x80\x50\xa9\x41\xba\x02\x7e\x6c\xcf\x35\x90\xd7\x6e\x0b\x99\x5f\xf5\x80\x40\xd1\xc1\xe3\x69\x7b\x2c\x86\x9c\x4b\x09\x3b\x8e\x4a\x31\xe6\xa7\xbb\xb9\xbb\x76\x8c\x6e\x23\x78\xb6\x75\xb9\xd1\x18\x37\x6b\x69\x12\x91\xbc\x88\x34\xc5\xff\x74\x5c\x7d\x42\xe0\x7a\x80\x3b\xef\xfb\x97\x13\xd1\x9a\x4d\x91\x13\x9f\x62\xbd\xd2\xde\x1a\xa3\x19\x93\xe4\x18\x5a\xaa\x6a\x89\xd1\xc3\x27\x00\xd0\x7a\xb3\xb8\xda\xf3\x47\x45\xb0\x9c\x93\xf2\x93\xa7\xc9\x87\x7e\x52\x6e\x23\x1f\x3a\x19\x05\x61\x45\x5f\x34\xbe\xea\xc2\x31\x11\x26\x01\xe5\x2a\x97\x32\xe4\xd2\xf1\x76\x70\xaa\xbc\xb5\x54\xb1\x47\x21\xa5\xf9\x3f\x6b\x0b\x6e\x82\x61\xe5\x90\xda\x2e\x12\x8b\x21\x21\xfc\x35\xf9\x67\xaf\xd0\x2a\x19\x2c\xd1\xdc\xb9\xcd\x51\xe2\xe0\x05\x17\x3a\xe3\xd9\x56\x2c\xcd\xd0\x9a\x13\x80\x06\x54\x6f\xf8\xb5\xf9\xf1\x3d\xfe\x76\xf4\x31\xe3\xfb\xba\xd1\x94\x7a\x87\x7d\x41\x5e\x11\xcf\x00\x2f\xeb\xdc\x51\xc7\xae\x77\x86\xdd\x2e\x7b\x6a\x7d\x1d\x1d\x6b\xbf\x2f\x32\xa8\x7d\x05\x97\xd9\xa2\x18\x32\xae\xb5\xcd\x15\xa4\x5e\x19\xd7\x75\xb1\xe6\x59\xe4\x3e\x9c\xc4\xa0\x11\xbd\x90\xd8\x62\x05\x51\x2d\x5f\xd1\xd6\x8a\x72\xce\x1c\xd3\xe9\xf0\xfe\xf7\xe6\xa9\xce\x61\x1d\xde\xce\x64\x1c\x9e\xbc\x28\x9c\x45\x20\xe6\xde\xa9\x07\x05\x0e\x2f\x98\xeb\x99\xd9\xdb\xa7\x71\x5c\x05\x55\x07\xa7\x4b\xb8\x0e\xb5\x24\x55\xdc\x03\x8f\x44\x4e\x48\xd0\xba\x0d\x5d\x82\x25\xc4\x2c\xcf\xaf\x22\xf7\xb0\xae\x00\xdb\x6f\x9e\x28\xbe\x11\x6c\x27\xf2\xa2\x69\x53\xa8\x8d\x67\x24\xff\x21\x58\x7e\x47\x82\x65\x78\xdf\xbe\x99\x40\x98\xcd\x5d\x34\x45\x22\xbc\x2d\xb5\x07\x94\x7d\x00\x23\xff\x51\x60\xb5\x9c\xba\xc4\x38\x6d\x3f\x33\x7b\x00\x98\xe7\xf5\xf3\xca\x79\xe4\xe3\x93\x6e\xa3\xe2\xef\x8b\xaa\xfe\x89\xcb\xe6\x22\x94\x3c\xe4\xc6\x7e\xb3\x98\x87\x1d\x2a\x0e\x33\xf8\xc5\xa8\xab\xfe\x63\xec\x4c\x37\xc2\x01\xc3\x56\x80\xa6\xb3\xdc\x73\x66\xdc\xa7\x28\x5e\x0f\x6e\xbd\x1e\xf0\x81\x7a\xd4\x7c\xbf\x17\xda\x7a\x88\x3b\x4e\x7c\x20\x72\x83\x5e\x52\x85\x86\xce\xbb\xfb\xbf\x7c\xf0\x1a\x97\xf7\x7f\xb4\x9a\x86\xaf\xc1\xd2\x2d\xfa\x77\xee\x43\x23\xe5\xe0\xce\x4d\x28\x39\xf4\xf9\xfd\xfb\xe5\x4f\xd7\xef\x3f\xbf\x19\xe5\x60\x0a\xbe\x36\xb8\x26\x6e\x24\xb4\x26\xa8\x7e\xd6\xa0\x72\x36\x3b\xa1\x6d\x7a\xaa\x9f\x35\xbe\xf2\x8d\x94\x31\x17\x57\xaa\x1e\xa8\x1d\x08\xe5\x36\x0a\xcd\xc3\x54\xb1\xd1\x85\x8b\xfb\x87\xaf\x3d\x98\xc6\x1f\xf0\xb7\x57\xcc\x4f\xe2\x07\xf6\xc1\xf5\x3a\xb0\xae\x94\x27\x72\xc1\x75\x40\x4a\xb0\xa1\xeb\x30\x37\xdb\xe0\x79\xd7\xe3\xb3\xb2\xe5\x71\x89\x24\x70\x96\xdb\x81\x6b\xf7\x10\xbb\x1e\x9c\xb8\xcf\xf1\x7d\x86\x76\x13\xe4\x88\xc3\xb2\xb1\x8e\x46\x2d\x55\x54\x32\x8c\x03\x9a\x63\x70\x4c\xec\x96\xe2\x26\x92\xab\x4d\xc3\x37\xa2\x4a\x98\xed\x3c\x55\xbb\x62\xb3\x05\x50\x3d\xb1\xfc\x5b\x1c\xa6\xe2\x75\xf1\x55\xb4\x8e\x10\x86\xbc\x09\x47\x6a\x2c\x9d\x54\xd1\x9c\xd4\xc6\x37\x8f\xd1\xf0\x77\xf7\x6e\x3a\xe6\xa4\xb9\x86\x88\xe6\x4e\xa5\x0a\x37\x17\xb9\x7b\xac\x4d\x06\x8e\x5b\xa8\x6f\x1a\x1d\x5d\xae\x85\x65\xd6\x04\x99\xbe\x01\xeb\x30\x55\x2e\xf5\x12\x36\x36\xaa\x54\x80\x39\x32\x38\xa4\xe3\xf2\xc4\x6e\x86\xbd\x13\x34\xb6\xfe\x53\x7f\xf1\x1b\x60\x2e\xdc\xf2\x6b\xab\x95\x09\xc7\xd6\x8b\xb1\x23\xd2\xdc\x1f\x28\xd5\xbe\xc2\xac\x9d\x8f\x0f\xf9\xb6\xfd\xa3\xb1\xf3\xc2\xef\x0c\x06\x1b\xca\x66\x25\x4f\x18\x12\x7e\x7f\x74\x50\x28\x92\xc7\x07\x35\xc1\x21\xf3\xb1\x75\xb5\xcc\x31\x1d\xeb\x76\x55\x96\x03\xfb\x32\xa3\x6b\x23\x1a\x14\xfd\xe0\xd8\x62\x34\x59\x7d\xce\x79\x99\x90\xc6\xd7\x5e\x22\x2b\x7d\xc6\x06\x24\x8b\xea\xac\xe1\x78\xfd\x69\xf2\x88\x9c\x86\x40\x8f\xdd\x49\x12\x96\xde\xb9\x48\xc0\x0e\x88\x49\x32\xa8\xc9\x9d\x2a\x0a\x14\x2f\x0a\x6a\x82\x71\xca\x49\x4f\xdc\x21\x4a\xfc\xce\x25\x30\xc8\xac\xd1\x95\x11\x97\x24\xef\x48\x6a\x1b\xf3\x34\x55\x96\x68\xc5\x8a\xe3\x6b\x8b\x7c\xd7\xee\xaf\x98\x1a\xb9\x47\x9a\x02\xd0\x58\x6b\x56\x2a\x61\xa5\x61\xaa\x80\xcd\x56\x81\xeb\x67\x55\x01\xcf\x14\x71\xb6\xd2\x07\x41\x4d\x18\xae\xb0\x80\xd8\x71\x99\xd7\x52\x03\xa2\x77\xfe\x99\xf9\xf7\xaf\x67\xff\x0e\x00\x00\xff\xff\xb5\xd7\x39\xb1\xda\x8f\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 233104, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 233434, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/gen/pb-java/flyteidl/event/Event.java b/gen/pb-java/flyteidl/event/Event.java index bce38f036..15d8fff1f 100644 --- a/gen/pb-java/flyteidl/event/Event.java +++ b/gen/pb-java/flyteidl/event/Event.java @@ -13113,6 +13113,9 @@ flyteidl.event.Event.ResourcePoolInfoOrBuilder getResourcePoolInfoOrBuilder( /** *
    * Holds metadata around how a task was executed.
+   * As a task transitions across event phases during execution some attributes, such its generated name, generated external resources,
+   * and more may grow in size but not change necessarily based on the phase transition that sparked the event update.
+   * Metadata is a container for these attributes across the task execution lifecycle.
    * 
* * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} @@ -13770,6 +13773,9 @@ protected Builder newBuilderForType( /** *
      * Holds metadata around how a task was executed.
+     * As a task transitions across event phases during execution some attributes, such its generated name, generated external resources,
+     * and more may grow in size but not change necessarily based on the phase transition that sparked the event update.
+     * Metadata is a container for these attributes across the task execution lifecycle.
      * 
* * Protobuf type {@code flyteidl.event.TaskExecutionMetadata} diff --git a/gen/pb-protodoc/flyteidl/event/event.proto.rst b/gen/pb-protodoc/flyteidl/event/event.proto.rst index 25664573c..3c74f8c97 100644 --- a/gen/pb-protodoc/flyteidl/event/event.proto.rst +++ b/gen/pb-protodoc/flyteidl/event/event.proto.rst @@ -485,9 +485,12 @@ namespace flyteidl.event.TaskExecutionMetadata ------------------------------------ -`[flyteidl.event.TaskExecutionMetadata proto] `_ +`[flyteidl.event.TaskExecutionMetadata proto] `_ Holds metadata around how a task was executed. +As a task transitions across event phases during execution some attributes, such its generated name, generated external resources, +and more may grow in size but not change necessarily based on the phase transition that sparked the event update. +Metadata is a container for these attributes across the task execution lifecycle. .. code-block:: json @@ -535,7 +538,7 @@ instance_class Enum flyteidl.event.TaskExecutionMetadata.InstanceClass ------------------------------------------------------- -`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ +`[flyteidl.event.TaskExecutionMetadata.InstanceClass proto] `_ Includes the broad cateogry of machine used for this specific task execution. diff --git a/protos/flyteidl/event/event.proto b/protos/flyteidl/event/event.proto index 6c84b01b8..b60821745 100644 --- a/protos/flyteidl/event/event.proto +++ b/protos/flyteidl/event/event.proto @@ -183,6 +183,9 @@ message ResourcePoolInfo { } // Holds metadata around how a task was executed. +// As a task transitions across event phases during execution some attributes, such its generated name, generated external resources, +// and more may grow in size but not change necessarily based on the phase transition that sparked the event update. +// Metadata is a container for these attributes across the task execution lifecycle. message TaskExecutionMetadata { // Unique, generated name for this task execution used by the backend.