From 695b17a4ca692dd8cd69244cf208ceb1ad3faf93 Mon Sep 17 00:00:00 2001 From: Dan Rammer Date: Tue, 21 Mar 2023 02:15:01 -0500 Subject: [PATCH] Add Reasons field to TaskExecutionClosure to track time-series of reasons (#382) * added a time-series of reasons to the TaskExecution closure Signed-off-by: Daniel Rammer * added docs Signed-off-by: Daniel Rammer * actually finishing docs too Signed-off-by: Daniel Rammer --------- Signed-off-by: Daniel Rammer --- .../flyteidl/admin/task_execution.pb.cc | 510 ++++- .../pb-cpp/flyteidl/admin/task_execution.pb.h | 288 ++- .../pb-go/flyteidl/admin/task_execution.pb.go | 186 +- .../admin/task_execution.pb.validate.go | 91 + .../pb-go/flyteidl/service/admin.swagger.json | 22 + .../flyteidl/service/flyteadmin/README.md | 1 + .../service/flyteadmin/api/swagger.yaml | 44 + .../service/flyteadmin/model_admin_reason.go | 22 + .../model_admin_task_execution_closure.go | 2 + .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../admin/TaskExecutionOuterClass.java | 1712 +++++++++++++++-- flyteidl/gen/pb-js/flyteidl.d.ts | 64 + flyteidl/gen/pb-js/flyteidl.js | 156 ++ .../flyteidl/admin/task_execution_pb2.py | 14 +- .../flyteidl/admin/task_execution_pb2.pyi | 14 +- .../flyteidl/service/flyteadmin/README.md | 1 + .../service/flyteadmin/flyteadmin/__init__.py | 1 + .../flyteadmin/flyteadmin/models/__init__.py | 1 + .../flyteadmin/models/admin_reason.py | 145 ++ .../models/admin_task_execution_closure.py | 35 +- .../flyteadmin/test/test_admin_reason.py | 40 + .../flyteidl/admin/task_execution.proto | 13 + 22 files changed, 3096 insertions(+), 270 deletions(-) create mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_reason.go create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_reason.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_reason.py diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc index f80d895efb..6b552399ff 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.cc @@ -18,8 +18,9 @@ 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<1> scc_info_Reason_flyteidl_2fadmin_2ftask_5fexecution_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<7> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2ftask_5fexecution_2eproto ::google::protobuf::internal::SCCInfo<8> 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; @@ -54,6 +55,10 @@ class TaskExecutionClosureDefaultTypeInternal { const ::flyteidl::core::ExecutionError* error_; const ::flyteidl::core::LiteralMap* output_data_; } _TaskExecutionClosure_default_instance_; +class ReasonDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _Reason_default_instance_; class TaskExecutionGetDataRequestDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; @@ -137,15 +142,31 @@ static void InitDefaultsTaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution ::flyteidl::admin::TaskExecutionClosure::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<7> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 7, InitDefaultsTaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto}, { +::google::protobuf::internal::SCCInfo<8> scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 8, InitDefaultsTaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto}, { &scc_info_ExecutionError_flyteidl_2fcore_2fexecution_2eproto.base, &scc_info_Literal_flyteidl_2fcore_2fliterals_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_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base,}}; + &scc_info_TaskExecutionMetadata_flyteidl_2fevent_2fevent_2eproto.base, + &scc_info_Reason_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base,}}; + +static void InitDefaultsReason_flyteidl_2fadmin_2ftask_5fexecution_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::admin::_Reason_default_instance_; + new (ptr) ::flyteidl::admin::Reason(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::admin::Reason::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<1> scc_info_Reason_flyteidl_2fadmin_2ftask_5fexecution_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsReason_flyteidl_2fadmin_2ftask_5fexecution_2eproto}, { + &scc_info_Timestamp_google_2fprotobuf_2ftimestamp_2eproto.base,}}; static void InitDefaultsTaskExecutionGetDataRequest_flyteidl_2fadmin_2ftask_5fexecution_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -184,11 +205,12 @@ void InitDefaults_flyteidl_2fadmin_2ftask_5fexecution_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_TaskExecution_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionList_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionClosure_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_Reason_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionGetDataRequest_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_TaskExecutionGetDataResponse_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2ftask_5fexecution_2eproto[7]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2ftask_5fexecution_2eproto[8]; constexpr ::google::protobuf::EnumDescriptor const** file_level_enum_descriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto = nullptr; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto = nullptr; @@ -244,8 +266,16 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2ftask_5fexecution PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, task_type_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, metadata_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, event_version_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, reasons_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionClosure, output_result_), ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Reason, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Reason, occurred_at_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Reason, message_), + ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::TaskExecutionGetDataRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ @@ -267,8 +297,9 @@ 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)}, - { 52, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataRequest)}, - { 58, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataResponse)}, + { 53, -1, sizeof(::flyteidl::admin::Reason)}, + { 60, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataRequest)}, + { 66, -1, sizeof(::flyteidl::admin::TaskExecutionGetDataResponse)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { @@ -277,6 +308,7 @@ static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::admin::_TaskExecution_default_instance_), reinterpret_cast(&::flyteidl::admin::_TaskExecutionList_default_instance_), reinterpret_cast(&::flyteidl::admin::_TaskExecutionClosure_default_instance_), + reinterpret_cast(&::flyteidl::admin::_Reason_default_instance_), reinterpret_cast(&::flyteidl::admin::_TaskExecutionGetDataRequest_default_instance_), reinterpret_cast(&::flyteidl::admin::_TaskExecutionGetDataResponse_default_instance_), }; @@ -284,7 +316,7 @@ static ::google::protobuf::Message const * const file_default_instances[] = { ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto = { {}, AddDescriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto, "flyteidl/admin/task_execution.proto", schemas, file_default_instances, TableStruct_flyteidl_2fadmin_2ftask_5fexecution_2eproto::offsets, - file_level_metadata_flyteidl_2fadmin_2ftask_5fexecution_2eproto, 7, file_level_enum_descriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto, + file_level_metadata_flyteidl_2fadmin_2ftask_5fexecution_2eproto, 8, file_level_enum_descriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto, }; const char descriptor_table_protodef_flyteidl_2fadmin_2ftask_5fexecution_2eproto[] = @@ -308,7 +340,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\"\336\004\n\024TaskExecutionClosure\022" + "\r\n\005token\030\002 \001(\t\"\207\005\n\024TaskExecutionClosure\022" "\030\n\noutput_uri\030\001 \001(\tB\002\030\001H\000\022.\n\005error\030\002 \001(\013" "2\035.flyteidl.core.ExecutionErrorH\000\0224\n\013out" "put_data\030\014 \001(\0132\031.flyteidl.core.LiteralMa" @@ -323,21 +355,24 @@ const char descriptor_table_protodef_flyteidl_2fadmin_2ftask_5fexecution_2eproto "obuf.Struct\022\016\n\006reason\030\n \001(\t\022\021\n\ttask_type" "\030\013 \001(\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.even" "t.TaskExecutionMetadata\022\025\n\revent_version" - "\030\021 \001(\005B\017\n\routput_result\"Q\n\033TaskExecution" - "GetDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.co" - "re.TaskExecutionIdentifier\"\332\001\n\034TaskExecu" - "tionGetDataResponse\022+\n\006inputs\030\001 \001(\0132\027.fl" - "yteidl.admin.UrlBlobB\002\030\001\022,\n\007outputs\030\002 \001(" - "\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022.\n\013full_i" - "nputs\030\003 \001(\0132\031.flyteidl.core.LiteralMap\022/" - "\n\014full_outputs\030\004 \001(\0132\031.flyteidl.core.Lit" - "eralMapB7Z5github.com/flyteorg/flyteidl/" - "gen/pb-go/flyteidl/adminb\006proto3" + "\030\021 \001(\005\022\'\n\007reasons\030\022 \003(\0132\026.flyteidl.admin" + ".ReasonB\017\n\routput_result\"J\n\006Reason\022/\n\013oc" + "curred_at\030\001 \001(\0132\032.google.protobuf.Timest" + "amp\022\017\n\007message\030\002 \001(\t\"Q\n\033TaskExecutionGet" + "DataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.core." + "TaskExecutionIdentifier\"\332\001\n\034TaskExecutio" + "nGetDataResponse\022+\n\006inputs\030\001 \001(\0132\027.flyte" + "idl.admin.UrlBlobB\002\030\001\022,\n\007outputs\030\002 \001(\0132\027" + ".flyteidl.admin.UrlBlobB\002\030\001\022.\n\013full_inpu" + "ts\030\003 \001(\0132\031.flyteidl.core.LiteralMap\022/\n\014f" + "ull_outputs\030\004 \001(\0132\031.flyteidl.core.Litera" + "lMapB7Z5github.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, 1792, + "flyteidl/admin/task_execution.proto", &assign_descriptors_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto, 1909, }; void AddDescriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto() { @@ -2211,6 +2246,7 @@ const int TaskExecutionClosure::kReasonFieldNumber; const int TaskExecutionClosure::kTaskTypeFieldNumber; const int TaskExecutionClosure::kMetadataFieldNumber; const int TaskExecutionClosure::kEventVersionFieldNumber; +const int TaskExecutionClosure::kReasonsFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 TaskExecutionClosure::TaskExecutionClosure() @@ -2221,7 +2257,8 @@ TaskExecutionClosure::TaskExecutionClosure() TaskExecutionClosure::TaskExecutionClosure(const TaskExecutionClosure& from) : ::google::protobuf::Message(), _internal_metadata_(nullptr), - logs_(from.logs_) { + logs_(from.logs_), + reasons_(from.reasons_) { _internal_metadata_.MergeFrom(from._internal_metadata_); reason_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (from.reason().size() > 0) { @@ -2354,6 +2391,7 @@ void TaskExecutionClosure::Clear() { (void) cached_has_bits; logs_.Clear(); + reasons_.Clear(); reason_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); task_type_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); if (GetArenaNoVirtual() == nullptr && started_at_ != nullptr) { @@ -2583,6 +2621,22 @@ const char* TaskExecutionClosure::_InternalParse(const char* begin, const char* GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); break; } + // repeated .flyteidl.admin.Reason reasons = 18; + case 18: { + if (static_cast<::google::protobuf::uint8>(tag) != 146) goto handle_unusual; + do { + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::admin::Reason::_InternalParse; + object = msg->add_reasons(); + 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) & 65535) == 402 && (ptr += 2)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -2788,6 +2842,17 @@ bool TaskExecutionClosure::MergePartialFromCodedStream( break; } + // repeated .flyteidl.admin.Reason reasons = 18; + case 18: { + if (static_cast< ::google::protobuf::uint8>(tag) == (146 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, add_reasons())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -2913,6 +2978,15 @@ void TaskExecutionClosure::SerializeWithCachedSizes( ::google::protobuf::internal::WireFormatLite::WriteInt32(17, this->event_version(), output); } + // repeated .flyteidl.admin.Reason reasons = 18; + for (unsigned int i = 0, + n = static_cast(this->reasons_size()); i < n; i++) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 18, + this->reasons(static_cast(i)), + output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -3034,6 +3108,14 @@ ::google::protobuf::uint8* TaskExecutionClosure::InternalSerializeWithCachedSize target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(17, this->event_version(), target); } + // repeated .flyteidl.admin.Reason reasons = 18; + for (unsigned int i = 0, + n = static_cast(this->reasons_size()); i < n; i++) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 18, this->reasons(static_cast(i)), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -3066,6 +3148,17 @@ size_t TaskExecutionClosure::ByteSizeLong() const { } } + // repeated .flyteidl.admin.Reason reasons = 18; + { + unsigned int count = static_cast(this->reasons_size()); + total_size += 2UL * count; + for (unsigned int i = 0; i < count; i++) { + total_size += + ::google::protobuf::internal::WireFormatLite::MessageSize( + this->reasons(static_cast(i))); + } + } + // string reason = 10; if (this->reason().size() > 0) { total_size += 1 + @@ -3189,6 +3282,7 @@ void TaskExecutionClosure::MergeFrom(const TaskExecutionClosure& from) { (void) cached_has_bits; logs_.MergeFrom(from.logs_); + reasons_.MergeFrom(from.reasons_); if (from.reason().size() > 0) { reason_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.reason_); @@ -3266,6 +3360,7 @@ void TaskExecutionClosure::InternalSwap(TaskExecutionClosure* other) { using std::swap; _internal_metadata_.Swap(&other->_internal_metadata_); CastToBase(&logs_)->InternalSwap(CastToBase(&other->logs_)); + CastToBase(&reasons_)->InternalSwap(CastToBase(&other->reasons_)); reason_.Swap(&other->reason_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual()); task_type_.Swap(&other->task_type_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), @@ -3288,6 +3383,376 @@ ::google::protobuf::Metadata TaskExecutionClosure::GetMetadata() const { } +// =================================================================== + +void Reason::InitAsDefaultInstance() { + ::flyteidl::admin::_Reason_default_instance_._instance.get_mutable()->occurred_at_ = const_cast< ::google::protobuf::Timestamp*>( + ::google::protobuf::Timestamp::internal_default_instance()); +} +class Reason::HasBitSetters { + public: + static const ::google::protobuf::Timestamp& occurred_at(const Reason* msg); +}; + +const ::google::protobuf::Timestamp& +Reason::HasBitSetters::occurred_at(const Reason* msg) { + return *msg->occurred_at_; +} +void Reason::clear_occurred_at() { + if (GetArenaNoVirtual() == nullptr && occurred_at_ != nullptr) { + delete occurred_at_; + } + occurred_at_ = nullptr; +} +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int Reason::kOccurredAtFieldNumber; +const int Reason::kMessageFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +Reason::Reason() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.admin.Reason) +} +Reason::Reason(const Reason& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + message_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.message().size() > 0) { + message_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.message_); + } + if (from.has_occurred_at()) { + occurred_at_ = new ::google::protobuf::Timestamp(*from.occurred_at_); + } else { + occurred_at_ = nullptr; + } + // @@protoc_insertion_point(copy_constructor:flyteidl.admin.Reason) +} + +void Reason::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_Reason_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); + message_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + occurred_at_ = nullptr; +} + +Reason::~Reason() { + // @@protoc_insertion_point(destructor:flyteidl.admin.Reason) + SharedDtor(); +} + +void Reason::SharedDtor() { + message_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (this != internal_default_instance()) delete occurred_at_; +} + +void Reason::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const Reason& Reason::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_Reason_flyteidl_2fadmin_2ftask_5fexecution_2eproto.base); + return *internal_default_instance(); +} + + +void Reason::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.admin.Reason) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + message_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (GetArenaNoVirtual() == nullptr && occurred_at_ != nullptr) { + delete occurred_at_; + } + occurred_at_ = nullptr; + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* Reason::_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) { + // .google.protobuf.Timestamp occurred_at = 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 = ::google::protobuf::Timestamp::_InternalParse; + object = msg->mutable_occurred_at(); + 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; + } + // string message = 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.admin.Reason.message"); + object = msg->mutable_message(); + 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 Reason::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.admin.Reason) + 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)) { + // .google.protobuf.Timestamp occurred_at = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_occurred_at())); + } else { + goto handle_unusual; + } + break; + } + + // string message = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_message())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->message().data(), static_cast(this->message().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.Reason.message")); + } 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.admin.Reason) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.admin.Reason) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void Reason::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.admin.Reason) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .google.protobuf.Timestamp occurred_at = 1; + if (this->has_occurred_at()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 1, HasBitSetters::occurred_at(this), output); + } + + // string message = 2; + if (this->message().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->message().data(), static_cast(this->message().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.Reason.message"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 2, this->message(), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.admin.Reason) +} + +::google::protobuf::uint8* Reason::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.Reason) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // .google.protobuf.Timestamp occurred_at = 1; + if (this->has_occurred_at()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 1, HasBitSetters::occurred_at(this), target); + } + + // string message = 2; + if (this->message().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->message().data(), static_cast(this->message().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.Reason.message"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 2, this->message(), 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.admin.Reason) + return target; +} + +size_t Reason::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.Reason) + 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 message = 2; + if (this->message().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->message()); + } + + // .google.protobuf.Timestamp occurred_at = 1; + if (this->has_occurred_at()) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *occurred_at_); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void Reason::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.Reason) + GOOGLE_DCHECK_NE(&from, this); + const Reason* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.Reason) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.Reason) + MergeFrom(*source); + } +} + +void Reason::MergeFrom(const Reason& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.Reason) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.message().size() > 0) { + + message_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.message_); + } + if (from.has_occurred_at()) { + mutable_occurred_at()->::google::protobuf::Timestamp::MergeFrom(from.occurred_at()); + } +} + +void Reason::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.Reason) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void Reason::CopyFrom(const Reason& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.Reason) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool Reason::IsInitialized() const { + return true; +} + +void Reason::Swap(Reason* other) { + if (other == this) return; + InternalSwap(other); +} +void Reason::InternalSwap(Reason* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + message_.Swap(&other->message_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + swap(occurred_at_, other->occurred_at_); +} + +::google::protobuf::Metadata Reason::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2ftask_5fexecution_2eproto); + return ::file_level_metadata_flyteidl_2fadmin_2ftask_5fexecution_2eproto[kIndexInFileMessages]; +} + + // =================================================================== void TaskExecutionGetDataRequest::InitAsDefaultInstance() { @@ -4112,6 +4577,9 @@ template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionList* Arena::Create template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionClosure* Arena::CreateMaybeMessage< ::flyteidl::admin::TaskExecutionClosure >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::admin::TaskExecutionClosure >(arena); } +template<> PROTOBUF_NOINLINE ::flyteidl::admin::Reason* Arena::CreateMaybeMessage< ::flyteidl::admin::Reason >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::Reason >(arena); +} template<> PROTOBUF_NOINLINE ::flyteidl::admin::TaskExecutionGetDataRequest* Arena::CreateMaybeMessage< ::flyteidl::admin::TaskExecutionGetDataRequest >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::admin::TaskExecutionGetDataRequest >(arena); } diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.h index 32c81855f9..6af0fd081d 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/task_execution.pb.h @@ -49,7 +49,7 @@ struct TableStruct_flyteidl_2fadmin_2ftask_5fexecution_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[7] + static const ::google::protobuf::internal::ParseTable schema[8] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -58,6 +58,9 @@ struct TableStruct_flyteidl_2fadmin_2ftask_5fexecution_2eproto { void AddDescriptors_flyteidl_2fadmin_2ftask_5fexecution_2eproto(); namespace flyteidl { namespace admin { +class Reason; +class ReasonDefaultTypeInternal; +extern ReasonDefaultTypeInternal _Reason_default_instance_; class TaskExecution; class TaskExecutionDefaultTypeInternal; extern TaskExecutionDefaultTypeInternal _TaskExecution_default_instance_; @@ -83,6 +86,7 @@ extern TaskExecutionListRequestDefaultTypeInternal _TaskExecutionListRequest_def } // namespace flyteidl namespace google { namespace protobuf { +template<> ::flyteidl::admin::Reason* Arena::CreateMaybeMessage<::flyteidl::admin::Reason>(Arena*); template<> ::flyteidl::admin::TaskExecution* Arena::CreateMaybeMessage<::flyteidl::admin::TaskExecution>(Arena*); template<> ::flyteidl::admin::TaskExecutionClosure* Arena::CreateMaybeMessage<::flyteidl::admin::TaskExecutionClosure>(Arena*); template<> ::flyteidl::admin::TaskExecutionGetDataRequest* Arena::CreateMaybeMessage<::flyteidl::admin::TaskExecutionGetDataRequest>(Arena*); @@ -768,6 +772,18 @@ class TaskExecutionClosure final : const ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog >& logs() const; + // repeated .flyteidl.admin.Reason reasons = 18; + int reasons_size() const; + void clear_reasons(); + static const int kReasonsFieldNumber = 18; + ::flyteidl::admin::Reason* mutable_reasons(int index); + ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Reason >* + mutable_reasons(); + const ::flyteidl::admin::Reason& reasons(int index) const; + ::flyteidl::admin::Reason* add_reasons(); + const ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Reason >& + reasons() const; + // string reason = 10; void clear_reason(); static const int kReasonFieldNumber = 10; @@ -911,6 +927,7 @@ class TaskExecutionClosure final : ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; ::google::protobuf::RepeatedPtrField< ::flyteidl::core::TaskLog > logs_; + ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Reason > reasons_; ::google::protobuf::internal::ArenaStringPtr reason_; ::google::protobuf::internal::ArenaStringPtr task_type_; ::google::protobuf::Timestamp* started_at_; @@ -934,6 +951,136 @@ class TaskExecutionClosure final : }; // ------------------------------------------------------------------- +class Reason final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.Reason) */ { + public: + Reason(); + virtual ~Reason(); + + Reason(const Reason& from); + + inline Reason& operator=(const Reason& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + Reason(Reason&& from) noexcept + : Reason() { + *this = ::std::move(from); + } + + inline Reason& operator=(Reason&& 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 Reason& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const Reason* internal_default_instance() { + return reinterpret_cast( + &_Reason_default_instance_); + } + static constexpr int kIndexInFileMessages = + 5; + + void Swap(Reason* other); + friend void swap(Reason& a, Reason& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline Reason* New() const final { + return CreateMaybeMessage(nullptr); + } + + Reason* 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 Reason& from); + void MergeFrom(const Reason& 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(Reason* 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 message = 2; + void clear_message(); + static const int kMessageFieldNumber = 2; + const ::std::string& message() const; + void set_message(const ::std::string& value); + #if LANG_CXX11 + void set_message(::std::string&& value); + #endif + void set_message(const char* value); + void set_message(const char* value, size_t size); + ::std::string* mutable_message(); + ::std::string* release_message(); + void set_allocated_message(::std::string* message); + + // .google.protobuf.Timestamp occurred_at = 1; + bool has_occurred_at() const; + void clear_occurred_at(); + static const int kOccurredAtFieldNumber = 1; + const ::google::protobuf::Timestamp& occurred_at() const; + ::google::protobuf::Timestamp* release_occurred_at(); + ::google::protobuf::Timestamp* mutable_occurred_at(); + void set_allocated_occurred_at(::google::protobuf::Timestamp* occurred_at); + + // @@protoc_insertion_point(class_scope:flyteidl.admin.Reason) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr message_; + ::google::protobuf::Timestamp* occurred_at_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fadmin_2ftask_5fexecution_2eproto; +}; +// ------------------------------------------------------------------- + class TaskExecutionGetDataRequest final : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.TaskExecutionGetDataRequest) */ { public: @@ -972,7 +1119,7 @@ class TaskExecutionGetDataRequest final : &_TaskExecutionGetDataRequest_default_instance_); } static constexpr int kIndexInFileMessages = - 5; + 6; void Swap(TaskExecutionGetDataRequest* other); friend void swap(TaskExecutionGetDataRequest& a, TaskExecutionGetDataRequest& b) { @@ -1087,7 +1234,7 @@ class TaskExecutionGetDataResponse final : &_TaskExecutionGetDataResponse_default_instance_); } static constexpr int kIndexInFileMessages = - 6; + 7; void Swap(TaskExecutionGetDataResponse* other); friend void swap(TaskExecutionGetDataResponse& a, TaskExecutionGetDataResponse& b) { @@ -2318,6 +2465,36 @@ inline void TaskExecutionClosure::set_event_version(::google::protobuf::int32 va // @@protoc_insertion_point(field_set:flyteidl.admin.TaskExecutionClosure.event_version) } +// repeated .flyteidl.admin.Reason reasons = 18; +inline int TaskExecutionClosure::reasons_size() const { + return reasons_.size(); +} +inline void TaskExecutionClosure::clear_reasons() { + reasons_.Clear(); +} +inline ::flyteidl::admin::Reason* TaskExecutionClosure::mutable_reasons(int index) { + // @@protoc_insertion_point(field_mutable:flyteidl.admin.TaskExecutionClosure.reasons) + return reasons_.Mutable(index); +} +inline ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Reason >* +TaskExecutionClosure::mutable_reasons() { + // @@protoc_insertion_point(field_mutable_list:flyteidl.admin.TaskExecutionClosure.reasons) + return &reasons_; +} +inline const ::flyteidl::admin::Reason& TaskExecutionClosure::reasons(int index) const { + // @@protoc_insertion_point(field_get:flyteidl.admin.TaskExecutionClosure.reasons) + return reasons_.Get(index); +} +inline ::flyteidl::admin::Reason* TaskExecutionClosure::add_reasons() { + // @@protoc_insertion_point(field_add:flyteidl.admin.TaskExecutionClosure.reasons) + return reasons_.Add(); +} +inline const ::google::protobuf::RepeatedPtrField< ::flyteidl::admin::Reason >& +TaskExecutionClosure::reasons() const { + // @@protoc_insertion_point(field_list:flyteidl.admin.TaskExecutionClosure.reasons) + return reasons_; +} + inline bool TaskExecutionClosure::has_output_result() const { return output_result_case() != OUTPUT_RESULT_NOT_SET; } @@ -2329,6 +2506,109 @@ inline TaskExecutionClosure::OutputResultCase TaskExecutionClosure::output_resul } // ------------------------------------------------------------------- +// Reason + +// .google.protobuf.Timestamp occurred_at = 1; +inline bool Reason::has_occurred_at() const { + return this != internal_default_instance() && occurred_at_ != nullptr; +} +inline const ::google::protobuf::Timestamp& Reason::occurred_at() const { + const ::google::protobuf::Timestamp* p = occurred_at_; + // @@protoc_insertion_point(field_get:flyteidl.admin.Reason.occurred_at) + return p != nullptr ? *p : *reinterpret_cast( + &::google::protobuf::_Timestamp_default_instance_); +} +inline ::google::protobuf::Timestamp* Reason::release_occurred_at() { + // @@protoc_insertion_point(field_release:flyteidl.admin.Reason.occurred_at) + + ::google::protobuf::Timestamp* temp = occurred_at_; + occurred_at_ = nullptr; + return temp; +} +inline ::google::protobuf::Timestamp* Reason::mutable_occurred_at() { + + if (occurred_at_ == nullptr) { + auto* p = CreateMaybeMessage<::google::protobuf::Timestamp>(GetArenaNoVirtual()); + occurred_at_ = p; + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.Reason.occurred_at) + return occurred_at_; +} +inline void Reason::set_allocated_occurred_at(::google::protobuf::Timestamp* occurred_at) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + if (message_arena == nullptr) { + delete reinterpret_cast< ::google::protobuf::MessageLite*>(occurred_at_); + } + if (occurred_at) { + ::google::protobuf::Arena* submessage_arena = + reinterpret_cast<::google::protobuf::MessageLite*>(occurred_at)->GetArena(); + if (message_arena != submessage_arena) { + occurred_at = ::google::protobuf::internal::GetOwnedMessage( + message_arena, occurred_at, submessage_arena); + } + + } else { + + } + occurred_at_ = occurred_at; + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Reason.occurred_at) +} + +// string message = 2; +inline void Reason::clear_message() { + message_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& Reason::message() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.Reason.message) + return message_.GetNoArena(); +} +inline void Reason::set_message(const ::std::string& value) { + + message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.Reason.message) +} +#if LANG_CXX11 +inline void Reason::set_message(::std::string&& value) { + + message_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.Reason.message) +} +#endif +inline void Reason::set_message(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.Reason.message) +} +inline void Reason::set_message(const char* value, size_t size) { + + message_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.Reason.message) +} +inline ::std::string* Reason::mutable_message() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.Reason.message) + return message_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* Reason::release_message() { + // @@protoc_insertion_point(field_release:flyteidl.admin.Reason.message) + + return message_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void Reason::set_allocated_message(::std::string* message) { + if (message != nullptr) { + + } else { + + } + message_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), message); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Reason.message) +} + +// ------------------------------------------------------------------- + // TaskExecutionGetDataRequest // .flyteidl.core.TaskExecutionIdentifier id = 1; @@ -2575,6 +2855,8 @@ inline void TaskExecutionGetDataResponse::set_allocated_full_outputs(::flyteidl: // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) diff --git a/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.go index 1057668a07..b7178854be 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.go @@ -305,10 +305,13 @@ type TaskExecutionClosure struct { // proto message. For example, event_verison > 0 means that maps tasks logs use the // TaskExecutionMetadata ExternalResourceInfo fields for each subtask rather than the TaskLog // in this message. - EventVersion int32 `protobuf:"varint,17,opt,name=event_version,json=eventVersion,proto3" json:"event_version,omitempty"` - XXX_NoUnkeyedLiteral struct{} `json:"-"` - XXX_unrecognized []byte `json:"-"` - XXX_sizecache int32 `json:"-"` + EventVersion int32 `protobuf:"varint,17,opt,name=event_version,json=eventVersion,proto3" json:"event_version,omitempty"` + // A time-series of the phase transition or update explanations. This, when compared to storing a singular reason + // as previously done, is much more valuable in visualizing and understanding historical evaluations. + Reasons []*Reason `protobuf:"bytes,18,rep,name=reasons,proto3" json:"reasons,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` } func (m *TaskExecutionClosure) Reset() { *m = TaskExecutionClosure{} } @@ -465,6 +468,13 @@ func (m *TaskExecutionClosure) GetEventVersion() int32 { return 0 } +func (m *TaskExecutionClosure) GetReasons() []*Reason { + if m != nil { + return m.Reasons + } + return nil +} + // XXX_OneofWrappers is for the internal use of the proto package. func (*TaskExecutionClosure) XXX_OneofWrappers() []interface{} { return []interface{}{ @@ -474,6 +484,56 @@ func (*TaskExecutionClosure) XXX_OneofWrappers() []interface{} { } } +// Reason is a single message annotated with a timestamp to indicate the instant the reason occurred. +type Reason struct { + // occurred_at is the timestamp indicating the instant that this reason happened. + OccurredAt *timestamp.Timestamp `protobuf:"bytes,1,opt,name=occurred_at,json=occurredAt,proto3" json:"occurred_at,omitempty"` + // message is the explanation for the most recent phase transition or status update. + Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *Reason) Reset() { *m = Reason{} } +func (m *Reason) String() string { return proto.CompactTextString(m) } +func (*Reason) ProtoMessage() {} +func (*Reason) Descriptor() ([]byte, []int) { + return fileDescriptor_8cde4c3aa101642e, []int{5} +} + +func (m *Reason) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_Reason.Unmarshal(m, b) +} +func (m *Reason) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_Reason.Marshal(b, m, deterministic) +} +func (m *Reason) XXX_Merge(src proto.Message) { + xxx_messageInfo_Reason.Merge(m, src) +} +func (m *Reason) XXX_Size() int { + return xxx_messageInfo_Reason.Size(m) +} +func (m *Reason) XXX_DiscardUnknown() { + xxx_messageInfo_Reason.DiscardUnknown(m) +} + +var xxx_messageInfo_Reason proto.InternalMessageInfo + +func (m *Reason) GetOccurredAt() *timestamp.Timestamp { + if m != nil { + return m.OccurredAt + } + return nil +} + +func (m *Reason) GetMessage() string { + if m != nil { + return m.Message + } + return "" +} + // Request structure to fetch inputs and output for a task execution. // By default this data is not returned inline in :ref:`ref_flyteidl.admin.TaskExecutionGetRequest` type TaskExecutionGetDataRequest struct { @@ -489,7 +549,7 @@ func (m *TaskExecutionGetDataRequest) Reset() { *m = TaskExecutionGetDat func (m *TaskExecutionGetDataRequest) String() string { return proto.CompactTextString(m) } func (*TaskExecutionGetDataRequest) ProtoMessage() {} func (*TaskExecutionGetDataRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_8cde4c3aa101642e, []int{5} + return fileDescriptor_8cde4c3aa101642e, []int{6} } func (m *TaskExecutionGetDataRequest) XXX_Unmarshal(b []byte) error { @@ -538,7 +598,7 @@ func (m *TaskExecutionGetDataResponse) Reset() { *m = TaskExecutionGetDa func (m *TaskExecutionGetDataResponse) String() string { return proto.CompactTextString(m) } func (*TaskExecutionGetDataResponse) ProtoMessage() {} func (*TaskExecutionGetDataResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_8cde4c3aa101642e, []int{6} + return fileDescriptor_8cde4c3aa101642e, []int{7} } func (m *TaskExecutionGetDataResponse) XXX_Unmarshal(b []byte) error { @@ -595,6 +655,7 @@ func init() { proto.RegisterType((*TaskExecution)(nil), "flyteidl.admin.TaskExecution") proto.RegisterType((*TaskExecutionList)(nil), "flyteidl.admin.TaskExecutionList") proto.RegisterType((*TaskExecutionClosure)(nil), "flyteidl.admin.TaskExecutionClosure") + proto.RegisterType((*Reason)(nil), "flyteidl.admin.Reason") proto.RegisterType((*TaskExecutionGetDataRequest)(nil), "flyteidl.admin.TaskExecutionGetDataRequest") proto.RegisterType((*TaskExecutionGetDataResponse)(nil), "flyteidl.admin.TaskExecutionGetDataResponse") } @@ -604,59 +665,62 @@ func init() { } var fileDescriptor_8cde4c3aa101642e = []byte{ - // 851 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x55, 0xdd, 0x6e, 0xdc, 0x44, - 0x14, 0xae, 0x37, 0xd9, 0xbf, 0xb3, 0xf9, 0x21, 0xa3, 0xa8, 0x31, 0x9b, 0x14, 0x56, 0x1b, 0x40, - 0x2b, 0xa4, 0xda, 0x52, 0xaa, 0x40, 0x41, 0x08, 0x91, 0xa5, 0x85, 0x46, 0x4a, 0xa1, 0x4c, 0x13, - 0x2e, 0xb8, 0xb1, 0x66, 0xd7, 0xb3, 0xdb, 0x51, 0x6c, 0x8f, 0x3b, 0x73, 0x5c, 0xb1, 0xf7, 0xbc, - 0x18, 0xcf, 0xc2, 0x1d, 0x4f, 0x81, 0x3c, 0x1e, 0x3b, 0xb1, 0x1b, 0xb2, 0x12, 0xdc, 0x58, 0x3a, - 0xe7, 0x7c, 0xdf, 0xf9, 0x3f, 0x63, 0x38, 0x5e, 0x44, 0x2b, 0xe4, 0x22, 0x8c, 0x7c, 0x16, 0xc6, - 0x22, 0xf1, 0x91, 0xe9, 0xeb, 0x80, 0xff, 0xce, 0xe7, 0x19, 0x0a, 0x99, 0x78, 0xa9, 0x92, 0x28, - 0xc9, 0x4e, 0x09, 0xf2, 0x0c, 0x68, 0x78, 0xd8, 0x20, 0xcd, 0x65, 0x1c, 0x97, 0xe0, 0xe1, 0xa3, - 0xca, 0x38, 0x97, 0x8a, 0xfb, 0x0d, 0x5f, 0xc3, 0x8f, 0xea, 0x66, 0x11, 0xf2, 0x04, 0xc5, 0x42, - 0x70, 0x65, 0xed, 0x47, 0x75, 0x7b, 0x24, 0x90, 0x2b, 0x16, 0x69, 0x6b, 0x1d, 0x56, 0x56, 0xfe, - 0x8e, 0x27, 0x58, 0x7c, 0xad, 0xed, 0xe3, 0xa5, 0x94, 0xcb, 0x88, 0xfb, 0x46, 0x9a, 0x65, 0x0b, - 0x1f, 0x45, 0xcc, 0x35, 0xb2, 0x38, 0x2d, 0x43, 0x37, 0x01, 0x61, 0xa6, 0xd8, 0xad, 0xd4, 0x8e, - 0x9a, 0x76, 0x8d, 0x2a, 0x9b, 0x5b, 0xf7, 0xe3, 0x5f, 0xe0, 0xe0, 0x92, 0xe9, 0xeb, 0xe7, 0x65, - 0x3d, 0x3f, 0x72, 0xa4, 0xfc, 0x6d, 0xc6, 0x35, 0x92, 0x2f, 0xa0, 0x25, 0x42, 0xd7, 0x19, 0x39, - 0x93, 0xc1, 0xc9, 0x67, 0x5e, 0xd5, 0xac, 0xbc, 0x00, 0xaf, 0xc6, 0x39, 0xaf, 0xaa, 0xa5, 0x2d, - 0x11, 0x8e, 0xff, 0x72, 0xc0, 0xad, 0xd9, 0x2f, 0x84, 0xae, 0x9c, 0x52, 0xd8, 0x4b, 0x64, 0xc8, - 0x6f, 0x86, 0x11, 0xfc, 0x6b, 0x8c, 0x9f, 0x64, 0xc8, 0xef, 0x8a, 0xb1, 0x9b, 0xd4, 0x0d, 0x64, - 0x1f, 0xda, 0x91, 0x88, 0x05, 0xba, 0xad, 0x91, 0x33, 0xd9, 0xa6, 0x85, 0x90, 0x6b, 0x51, 0x5e, - 0xf3, 0xc4, 0xdd, 0x18, 0x39, 0x93, 0x3e, 0x2d, 0x04, 0xe2, 0x42, 0x77, 0x21, 0x22, 0xe4, 0x4a, - 0xbb, 0x9b, 0x46, 0x5f, 0x8a, 0xe4, 0x31, 0x74, 0xb5, 0x54, 0x18, 0xcc, 0x56, 0x6e, 0xdb, 0xe4, - 0xb3, 0xef, 0xd5, 0x17, 0xc4, 0x7b, 0x2d, 0x15, 0xd2, 0x4e, 0x0e, 0x9a, 0xae, 0xc6, 0x7f, 0x3a, - 0xb0, 0x5d, 0xab, 0xf2, 0xbf, 0xf6, 0x8b, 0x1c, 0x42, 0x5f, 0x24, 0x69, 0x86, 0x41, 0xa6, 0x84, - 0x29, 0xa1, 0x4f, 0x7b, 0x46, 0x71, 0xa5, 0x04, 0xf9, 0x16, 0xba, 0xf3, 0x48, 0xea, 0x4c, 0x71, - 0x53, 0xc7, 0xe0, 0xe4, 0x93, 0x66, 0x56, 0x35, 0xd7, 0xdf, 0x17, 0x58, 0x5a, 0x92, 0x8c, 0x73, - 0x1d, 0xa4, 0x4c, 0xf1, 0x04, 0x4d, 0xc5, 0x3d, 0xda, 0x13, 0xfa, 0x95, 0x91, 0xc7, 0x6f, 0x61, - 0xef, 0xbd, 0x41, 0x91, 0x1f, 0x60, 0xb7, 0x7e, 0x2e, 0xda, 0x75, 0x46, 0x1b, 0x93, 0xc1, 0xc9, - 0xa3, 0x7b, 0x23, 0xd3, 0x1d, 0xbc, 0x2d, 0xea, 0x9b, 0xfe, 0xb7, 0x6e, 0xf5, 0x7f, 0xfc, 0x77, - 0x1b, 0xf6, 0xef, 0xca, 0x98, 0x1c, 0x03, 0xc8, 0x0c, 0xcb, 0x36, 0xe4, 0x5d, 0xec, 0x4f, 0x5b, - 0xae, 0xf3, 0xe2, 0x01, 0xed, 0x17, 0xfa, 0xbc, 0x1b, 0xa7, 0xd0, 0xe6, 0x4a, 0x49, 0x65, 0x7c, - 0xd6, 0x32, 0x32, 0x5d, 0xae, 0x9c, 0x3e, 0xcf, 0x41, 0x2f, 0x1e, 0xd0, 0x02, 0x4d, 0xbe, 0x83, - 0x81, 0xf5, 0x1d, 0x32, 0x64, 0xee, 0x96, 0x21, 0x7f, 0xd8, 0x20, 0x5f, 0x14, 0x37, 0xf9, 0x92, - 0xa5, 0x36, 0xae, 0xcd, 0xe7, 0x19, 0x43, 0x46, 0x9e, 0x42, 0x3b, 0x7d, 0xc3, 0x74, 0x31, 0x84, - 0x9d, 0x93, 0xf1, 0x7d, 0xe3, 0xf5, 0x5e, 0xe5, 0x48, 0x5a, 0x10, 0xc8, 0xe7, 0xb0, 0x19, 0xc9, - 0x65, 0xbe, 0x6d, 0x79, 0x0f, 0x1f, 0xde, 0x41, 0xbc, 0x90, 0x4b, 0x6a, 0x30, 0xe4, 0x2b, 0x00, - 0x8d, 0x4c, 0x21, 0x0f, 0x03, 0x86, 0x76, 0x0b, 0x87, 0x5e, 0x71, 0xbf, 0x5e, 0x79, 0xbf, 0xde, - 0x65, 0xf9, 0x00, 0xd0, 0xbe, 0x45, 0x9f, 0x21, 0x39, 0x85, 0x5e, 0x79, 0xf7, 0x6e, 0xc7, 0xd6, - 0xd7, 0x24, 0x3e, 0xb3, 0x00, 0x5a, 0x41, 0xf3, 0x88, 0x73, 0xc5, 0x99, 0x8d, 0xd8, 0x5d, 0x1f, - 0xd1, 0xa2, 0xcf, 0x30, 0xa7, 0x66, 0x69, 0x58, 0x52, 0x7b, 0xeb, 0xa9, 0x16, 0x7d, 0x86, 0xe4, - 0x29, 0x0c, 0xe6, 0x99, 0x46, 0x19, 0x07, 0x22, 0x59, 0x48, 0xb7, 0x6f, 0xb8, 0x07, 0xef, 0x71, - 0x5f, 0x9b, 0x87, 0x8a, 0x42, 0x81, 0x3d, 0x4f, 0x16, 0x92, 0x3c, 0x84, 0x8e, 0xe2, 0x4c, 0xcb, - 0xc4, 0x05, 0xb3, 0x55, 0x56, 0xca, 0xd7, 0xdc, 0x2c, 0x2d, 0xae, 0x52, 0xee, 0x0e, 0x8a, 0x1b, - 0xca, 0x15, 0x97, 0xab, 0x94, 0x93, 0x33, 0xe8, 0xc5, 0x1c, 0x99, 0x99, 0xfd, 0x07, 0x26, 0xd6, - 0xa7, 0x37, 0x63, 0x28, 0xde, 0xda, 0xda, 0x00, 0x5f, 0x5a, 0x30, 0xad, 0x68, 0xe4, 0x18, 0xb6, - 0x0d, 0x30, 0x78, 0xc7, 0x95, 0xce, 0x7b, 0xbc, 0x37, 0x72, 0x26, 0x6d, 0xba, 0x65, 0x94, 0xbf, - 0x16, 0xba, 0xe9, 0x2e, 0x6c, 0xdb, 0x35, 0x53, 0x5c, 0x67, 0x11, 0x8e, 0xaf, 0xe0, 0xb0, 0xf9, - 0xb8, 0xe6, 0xdb, 0xf4, 0x7f, 0x1f, 0xd8, 0x3f, 0x5a, 0x70, 0x74, 0xb7, 0x5f, 0x9d, 0xca, 0x44, - 0x73, 0xf2, 0x04, 0x3a, 0xe6, 0x01, 0xd1, 0xd6, 0xf9, 0x41, 0xf3, 0x72, 0xaf, 0x54, 0x34, 0x8d, - 0xe4, 0x2c, 0x5f, 0x74, 0x6a, 0xa1, 0xe4, 0x14, 0xba, 0x45, 0xf6, 0xda, 0x5e, 0xd7, 0xbd, 0xac, - 0x12, 0x4b, 0xbe, 0x86, 0xc1, 0x22, 0x8b, 0xa2, 0xc0, 0x06, 0xdc, 0x58, 0x73, 0x5b, 0x14, 0x72, - 0xf4, 0x79, 0x11, 0xf2, 0x1b, 0xd8, 0x32, 0xdc, 0x32, 0xee, 0xe6, 0x3a, 0xb2, 0x09, 0xf5, 0x73, - 0x81, 0x9e, 0x7e, 0xf9, 0xdb, 0xe9, 0x52, 0xe0, 0x9b, 0x6c, 0xe6, 0xcd, 0x65, 0xec, 0x1b, 0x8e, - 0x54, 0x4b, 0xbf, 0xfa, 0x97, 0x2e, 0x79, 0xe2, 0xa7, 0xb3, 0xc7, 0x4b, 0xe9, 0xd7, 0x7f, 0xec, - 0xb3, 0x8e, 0xd9, 0xb0, 0x27, 0xff, 0x04, 0x00, 0x00, 0xff, 0xff, 0x34, 0x93, 0x80, 0x05, 0x26, - 0x08, 0x00, 0x00, + // 902 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0x6d, 0x6f, 0x1b, 0x45, + 0x10, 0xee, 0x39, 0xf1, 0xdb, 0x38, 0x2f, 0x64, 0x15, 0x35, 0x87, 0x93, 0x82, 0xe5, 0x00, 0xb2, + 0x90, 0x7a, 0x46, 0xa9, 0x02, 0xe5, 0x45, 0x08, 0x9b, 0x16, 0x1a, 0x29, 0x85, 0xb2, 0x4d, 0xf8, + 0xc0, 0x97, 0xd3, 0xfa, 0x6e, 0xed, 0xae, 0x72, 0x77, 0x7b, 0xdd, 0xdd, 0xab, 0xf0, 0x77, 0x7e, + 0x06, 0x7f, 0x86, 0xdf, 0xc2, 0x1f, 0x41, 0xfb, 0x72, 0x4e, 0xee, 0x12, 0x62, 0x09, 0xbe, 0x58, + 0x9a, 0x9d, 0xe7, 0x99, 0xd9, 0x79, 0x66, 0x66, 0x7d, 0x70, 0x3c, 0x4f, 0x96, 0x8a, 0xb2, 0x38, + 0x19, 0x93, 0x38, 0x65, 0xd9, 0x58, 0x11, 0x79, 0x15, 0xd2, 0xdf, 0x69, 0x54, 0x28, 0xc6, 0xb3, + 0x20, 0x17, 0x5c, 0x71, 0xb4, 0x53, 0x82, 0x02, 0x03, 0xea, 0x1f, 0xd6, 0x48, 0x11, 0x4f, 0xd3, + 0x12, 0xdc, 0x7f, 0xb4, 0x72, 0x46, 0x5c, 0xd0, 0x71, 0x2d, 0x56, 0xff, 0x83, 0xaa, 0x9b, 0xc5, + 0x34, 0x53, 0x6c, 0xce, 0xa8, 0x70, 0xfe, 0xa3, 0xaa, 0x3f, 0x61, 0x8a, 0x0a, 0x92, 0x48, 0xe7, + 0xed, 0xaf, 0xbc, 0xf4, 0x1d, 0xcd, 0x94, 0xfd, 0x75, 0xbe, 0x0f, 0x17, 0x9c, 0x2f, 0x12, 0x3a, + 0x36, 0xd6, 0xac, 0x98, 0x8f, 0x15, 0x4b, 0xa9, 0x54, 0x24, 0xcd, 0xcb, 0xd4, 0x75, 0x40, 0x5c, + 0x08, 0x72, 0xe3, 0x6a, 0x47, 0x75, 0xbf, 0x54, 0xa2, 0x88, 0x5c, 0xf8, 0xe1, 0x2f, 0x70, 0x70, + 0x41, 0xe4, 0xd5, 0xf3, 0xb2, 0x9e, 0x1f, 0xa9, 0xc2, 0xf4, 0x6d, 0x41, 0xa5, 0x42, 0x9f, 0x43, + 0x83, 0xc5, 0xbe, 0x37, 0xf0, 0x46, 0xbd, 0x93, 0x4f, 0x82, 0x95, 0x58, 0xba, 0x80, 0xa0, 0xc2, + 0x39, 0x5b, 0x55, 0x8b, 0x1b, 0x2c, 0x1e, 0xfe, 0xed, 0x81, 0x5f, 0xf1, 0x9f, 0x33, 0xb9, 0x0a, + 0x8a, 0x61, 0x2f, 0xe3, 0x31, 0xbd, 0x6e, 0x46, 0xf8, 0xaf, 0x39, 0x7e, 0xe2, 0x31, 0xbd, 0x2b, + 0xc7, 0x6e, 0x56, 0x75, 0xa0, 0x7d, 0x68, 0x26, 0x2c, 0x65, 0xca, 0x6f, 0x0c, 0xbc, 0xd1, 0x36, + 0xb6, 0x86, 0x3e, 0x55, 0xfc, 0x8a, 0x66, 0xfe, 0xc6, 0xc0, 0x1b, 0x75, 0xb1, 0x35, 0x90, 0x0f, + 0xed, 0x39, 0x4b, 0x14, 0x15, 0xd2, 0xdf, 0x34, 0xe7, 0xa5, 0x89, 0x1e, 0x43, 0x5b, 0x72, 0xa1, + 0xc2, 0xd9, 0xd2, 0x6f, 0x9a, 0xfb, 0xec, 0x07, 0xd5, 0x01, 0x09, 0x5e, 0x73, 0xa1, 0x70, 0x4b, + 0x83, 0xa6, 0xcb, 0xe1, 0x5f, 0x1e, 0x6c, 0x57, 0xaa, 0xfc, 0xaf, 0x7a, 0xa1, 0x43, 0xe8, 0xb2, + 0x2c, 0x2f, 0x54, 0x58, 0x08, 0x66, 0x4a, 0xe8, 0xe2, 0x8e, 0x39, 0xb8, 0x14, 0x0c, 0x7d, 0x0b, + 0xed, 0x28, 0xe1, 0xb2, 0x10, 0xd4, 0xd4, 0xd1, 0x3b, 0xf9, 0xa8, 0x7e, 0xab, 0x4a, 0xe8, 0xef, + 0x2d, 0x16, 0x97, 0x24, 0x13, 0x5c, 0x86, 0x39, 0x11, 0x34, 0x53, 0xa6, 0xe2, 0x0e, 0xee, 0x30, + 0xf9, 0xca, 0xd8, 0xc3, 0xb7, 0xb0, 0x77, 0xab, 0x51, 0xe8, 0x07, 0xd8, 0xad, 0xae, 0x8b, 0xf4, + 0xbd, 0xc1, 0xc6, 0xa8, 0x77, 0xf2, 0xe8, 0xde, 0xcc, 0x78, 0x47, 0xdd, 0x34, 0xe5, 0xb5, 0xfe, + 0x8d, 0x1b, 0xfa, 0x0f, 0xff, 0x6c, 0xc1, 0xfe, 0x5d, 0x37, 0x46, 0xc7, 0x00, 0xbc, 0x50, 0xa5, + 0x0c, 0x5a, 0xc5, 0xee, 0xb4, 0xe1, 0x7b, 0x2f, 0x1e, 0xe0, 0xae, 0x3d, 0xd7, 0x6a, 0x9c, 0x42, + 0x93, 0x0a, 0xc1, 0x85, 0x89, 0x59, 0xb9, 0x91, 0x51, 0x79, 0x15, 0xf4, 0xb9, 0x06, 0xbd, 0x78, + 0x80, 0x2d, 0x1a, 0x7d, 0x07, 0x3d, 0x17, 0x3b, 0x26, 0x8a, 0xf8, 0x5b, 0x86, 0xfc, 0x7e, 0x8d, + 0x7c, 0x6e, 0x77, 0xf2, 0x25, 0xc9, 0x5d, 0x5e, 0x77, 0x9f, 0x67, 0x44, 0x11, 0xf4, 0x14, 0x9a, + 0xf9, 0x1b, 0x22, 0x6d, 0x13, 0x76, 0x4e, 0x86, 0xf7, 0xb5, 0x37, 0x78, 0xa5, 0x91, 0xd8, 0x12, + 0xd0, 0xa7, 0xb0, 0x99, 0xf0, 0x85, 0x9e, 0x36, 0xad, 0xe1, 0xc3, 0x3b, 0x88, 0xe7, 0x7c, 0x81, + 0x0d, 0x06, 0x7d, 0x09, 0x20, 0x15, 0x11, 0x8a, 0xc6, 0x21, 0x51, 0x6e, 0x0a, 0xfb, 0x81, 0xdd, + 0xdf, 0xa0, 0xdc, 0xdf, 0xe0, 0xa2, 0x7c, 0x00, 0x70, 0xd7, 0xa1, 0x27, 0x0a, 0x9d, 0x42, 0xa7, + 0xdc, 0x7b, 0xbf, 0xe5, 0xea, 0xab, 0x13, 0x9f, 0x39, 0x00, 0x5e, 0x41, 0x75, 0xc6, 0x48, 0x50, + 0xe2, 0x32, 0xb6, 0xd7, 0x67, 0x74, 0xe8, 0x89, 0xd2, 0xd4, 0x22, 0x8f, 0x4b, 0x6a, 0x67, 0x3d, + 0xd5, 0xa1, 0x27, 0x0a, 0x3d, 0x85, 0x5e, 0x54, 0x48, 0xc5, 0xd3, 0x90, 0x65, 0x73, 0xee, 0x77, + 0x0d, 0xf7, 0xe0, 0x16, 0xf7, 0xb5, 0x79, 0xa8, 0x30, 0x58, 0xec, 0x59, 0x36, 0xe7, 0xe8, 0x21, + 0xb4, 0x04, 0x25, 0x92, 0x67, 0x3e, 0x98, 0xa9, 0x72, 0x96, 0x1e, 0x73, 0x33, 0xb4, 0x6a, 0x99, + 0x53, 0xbf, 0x67, 0x77, 0x48, 0x1f, 0x5c, 0x2c, 0x73, 0x8a, 0x26, 0xd0, 0x49, 0xa9, 0x22, 0xa6, + 0xf7, 0xef, 0x99, 0x5c, 0x1f, 0x5f, 0xb7, 0xc1, 0xbe, 0xb5, 0x95, 0x06, 0xbe, 0x74, 0x60, 0xbc, + 0xa2, 0xa1, 0x63, 0xd8, 0x36, 0xc0, 0xf0, 0x1d, 0x15, 0x52, 0x6b, 0xbc, 0x37, 0xf0, 0x46, 0x4d, + 0xbc, 0x65, 0x0e, 0x7f, 0xb5, 0x67, 0xe8, 0x33, 0x68, 0xdb, 0xeb, 0x48, 0x1f, 0xd5, 0xbb, 0x6d, + 0x37, 0x06, 0x1b, 0x37, 0x2e, 0x61, 0xd3, 0x5d, 0xd8, 0x76, 0x83, 0x29, 0xa8, 0x2c, 0x12, 0x35, + 0x0c, 0xa1, 0x65, 0x31, 0xe8, 0x6b, 0xe8, 0xf1, 0x28, 0x2a, 0x84, 0xb0, 0xfa, 0x7a, 0x6b, 0xf5, + 0x85, 0x12, 0x3e, 0x51, 0xfa, 0x95, 0x4b, 0xa9, 0x94, 0x64, 0x41, 0xdd, 0xf6, 0x95, 0xe6, 0xf0, + 0x12, 0x0e, 0xeb, 0xef, 0xbd, 0x1e, 0xf0, 0xff, 0xfb, 0xe6, 0xff, 0xd1, 0x80, 0xa3, 0xbb, 0xe3, + 0xca, 0x9c, 0x67, 0x92, 0xa2, 0x27, 0xd0, 0x32, 0x6f, 0x9a, 0x74, 0xc1, 0x0f, 0xea, 0xd2, 0x5c, + 0x8a, 0x64, 0x9a, 0xf0, 0x99, 0xde, 0x3d, 0xec, 0xa0, 0xe8, 0x14, 0xda, 0x56, 0x1e, 0xe9, 0x16, + 0xfe, 0x5e, 0x56, 0x89, 0x45, 0x5f, 0x41, 0x6f, 0x5e, 0x24, 0x49, 0xe8, 0x12, 0x6e, 0xac, 0x59, + 0x77, 0x0c, 0x1a, 0x7d, 0x66, 0x53, 0x7e, 0x03, 0x5b, 0x86, 0x5b, 0xe6, 0xdd, 0x5c, 0x47, 0x36, + 0xa9, 0x7e, 0xb6, 0xe8, 0xe9, 0x17, 0xbf, 0x9d, 0x2e, 0x98, 0x7a, 0x53, 0xcc, 0x82, 0x88, 0xa7, + 0x63, 0xc3, 0xe1, 0x62, 0x31, 0x5e, 0xfd, 0xbd, 0x2f, 0x68, 0x36, 0xce, 0x67, 0x8f, 0x17, 0x7c, + 0x5c, 0xfd, 0xd6, 0x98, 0xb5, 0x4c, 0x43, 0x9f, 0xfc, 0x13, 0x00, 0x00, 0xff, 0xff, 0xd1, 0x85, + 0xa6, 0xe7, 0xb9, 0x08, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go index 15652bacc2..ab4c1dc118 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/task_execution.pb.validate.go @@ -474,6 +474,21 @@ func (m *TaskExecutionClosure) Validate() error { // no validation rules for EventVersion + for idx, item := range m.GetReasons() { + _, _ = idx, item + + if v, ok := interface{}(item).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return TaskExecutionClosureValidationError{ + field: fmt.Sprintf("Reasons[%v]", idx), + reason: "embedded message failed validation", + cause: err, + } + } + } + + } + switch m.OutputResult.(type) { case *TaskExecutionClosure_OutputUri: @@ -564,6 +579,82 @@ var _ interface { ErrorName() string } = TaskExecutionClosureValidationError{} +// Validate checks the field values on Reason with the rules defined in the +// proto definition for this message. If any rules are violated, an error is returned. +func (m *Reason) Validate() error { + if m == nil { + return nil + } + + if v, ok := interface{}(m.GetOccurredAt()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ReasonValidationError{ + field: "OccurredAt", + reason: "embedded message failed validation", + cause: err, + } + } + } + + // no validation rules for Message + + return nil +} + +// ReasonValidationError is the validation error returned by Reason.Validate if +// the designated constraints aren't met. +type ReasonValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e ReasonValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e ReasonValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e ReasonValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e ReasonValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e ReasonValidationError) ErrorName() string { return "ReasonValidationError" } + +// Error satisfies the builtin error interface +func (e ReasonValidationError) 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 %sReason.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = ReasonValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = ReasonValidationError{} + // Validate checks the field values on TaskExecutionGetDataRequest with the // rules defined in the proto definition for this message. If any rules are // violated, an error is returned. diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index 60ea02d6e4..4f73a314a1 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -4871,6 +4871,21 @@ }, "description": "Encapsulates user settings pertaining to offloaded data (i.e. Blobs, Schema, query data, etc.).\nSee https://github.com/flyteorg/flyte/issues/211 for more background information." }, + "adminReason": { + "type": "object", + "properties": { + "occurred_at": { + "type": "string", + "format": "date-time", + "description": "occurred_at is the timestamp indicating the instant that this reason happened." + }, + "message": { + "type": "string", + "description": "message is the explanation for the most recent phase transition or status update." + } + }, + "description": "Reason is a single message annotated with a timestamp to indicate the instant the reason occurred." + }, "adminSchedule": { "type": "object", "properties": { @@ -5053,6 +5068,13 @@ "type": "integer", "format": "int32", "description": "The event version is used to indicate versioned changes in how data is maintained using this\nproto message. For example, event_verison \u003e 0 means that maps tasks logs use the\nTaskExecutionMetadata ExternalResourceInfo fields for each subtask rather than the TaskLog\nin this message." + }, + "reasons": { + "type": "array", + "items": { + "$ref": "#/definitions/adminReason" + }, + "description": "A time-series of the phase transition or update explanations. This, when compared to storing a singular reason\nas previously done, is much more valuable in visualizing and understanding historical evaluations." } }, "description": "Container for task execution details and results." diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md index 9f51012635..c045354101 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -167,6 +167,7 @@ Class | Method | HTTP request | Description - [AdminProjectUpdateResponse](docs/AdminProjectUpdateResponse.md) - [AdminProjects](docs/AdminProjects.md) - [AdminRawOutputDataConfig](docs/AdminRawOutputDataConfig.md) + - [AdminReason](docs/AdminReason.md) - [AdminSchedule](docs/AdminSchedule.md) - [AdminSlackNotification](docs/AdminSlackNotification.md) - [AdminSort](docs/AdminSort.md) diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml index 8190916a69..3e50b6eea1 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -15044,6 +15044,23 @@ definitions: \ for more background information." example: output_location_prefix: "output_location_prefix" + adminReason: + type: "object" + properties: + occurred_at: + type: "string" + format: "date-time" + description: "occurred_at is the timestamp indicating the instant that this\ + \ reason happened." + message: + type: "string" + description: "message is the explanation for the most recent phase transition\ + \ or status update." + description: "Reason is a single message annotated with a timestamp to indicate\ + \ the instant the reason occurred." + example: + occurred_at: "2000-01-23T04:56:07.000+00:00" + message: "message" adminSchedule: type: "object" properties: @@ -15752,6 +15769,13 @@ definitions: \ data is maintained using this\nproto message. For example, event_verison\ \ > 0 means that maps tasks logs use the\nTaskExecutionMetadata ExternalResourceInfo\ \ fields for each subtask rather than the TaskLog\nin this message." + reasons: + type: "array" + description: "A time-series of the phase transition or update explanations.\ + \ This, when compared to storing a singular reason\nas previously done,\ + \ is much more valuable in visualizing and understanding historical evaluations." + items: + $ref: "#/definitions/adminReason" description: "Container for task execution details and results." example: phase: {} @@ -15792,6 +15816,11 @@ definitions: namespace: "namespace" generated_name: "generated_name" plugin_identifier: "plugin_identifier" + reasons: + - occurred_at: "2000-01-23T04:56:07.000+00:00" + message: "message" + - occurred_at: "2000-01-23T04:56:07.000+00:00" + message: "message" created_at: "2000-01-23T04:56:07.000+00:00" error: code: "code" @@ -15941,6 +15970,11 @@ definitions: namespace: "namespace" generated_name: "generated_name" plugin_identifier: "plugin_identifier" + reasons: + - occurred_at: "2000-01-23T04:56:07.000+00:00" + message: "message" + - occurred_at: "2000-01-23T04:56:07.000+00:00" + message: "message" created_at: "2000-01-23T04:56:07.000+00:00" error: code: "code" @@ -16030,6 +16064,11 @@ definitions: namespace: "namespace" generated_name: "generated_name" plugin_identifier: "plugin_identifier" + reasons: + - occurred_at: "2000-01-23T04:56:07.000+00:00" + message: "message" + - occurred_at: "2000-01-23T04:56:07.000+00:00" + message: "message" created_at: "2000-01-23T04:56:07.000+00:00" error: code: "code" @@ -65625,6 +65664,11 @@ definitions: namespace: "namespace" generated_name: "generated_name" plugin_identifier: "plugin_identifier" + reasons: + - occurred_at: "2000-01-23T04:56:07.000+00:00" + message: "message" + - occurred_at: "2000-01-23T04:56:07.000+00:00" + message: "message" created_at: "2000-01-23T04:56:07.000+00:00" error: code: "code" diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_reason.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_reason.go new file mode 100644 index 0000000000..353e673ac2 --- /dev/null +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_reason.go @@ -0,0 +1,22 @@ +/* + * 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 + +import ( + "time" +) + +// Reason is a single message annotated with a timestamp to indicate the instant the reason occurred. +type AdminReason struct { + // occurred_at is the timestamp indicating the instant that this reason happened. + OccurredAt time.Time `json:"occurred_at,omitempty"` + // message is the explanation for the most recent phase transition or status update. + Message string `json:"message,omitempty"` +} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go index 4422d2effe..4f43380b63 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_task_execution_closure.go @@ -43,4 +43,6 @@ type AdminTaskExecutionClosure struct { Metadata *EventTaskExecutionMetadata `json:"metadata,omitempty"` // The event version is used to indicate versioned changes in how data is maintained using this proto message. For example, event_verison > 0 means that maps tasks logs use the TaskExecutionMetadata ExternalResourceInfo fields for each subtask rather than the TaskLog in this message. EventVersion int32 `json:"event_version,omitempty"` + // A time-series of the phase transition or update explanations. This, when compared to storing a singular reason as previously done, is much more valuable in visualizing and understanding historical evaluations. + Reasons []AdminReason `json:"reasons,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 08c1448b2d..455ec169f3 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/openapi.go +++ b/flyteidl/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\xfd\x79\x73\x23\x37\x96\x2f\x0c\xff\x3f\x9f\x02\xb7\xfa\x46\xd8\xee\xd6\x62\xbb\x67\xfa\xed\xab\x89\x1b\xef\x43\x4b\xac\xb2\xc6\x2a\x49\xad\xc5\x1e\x3f\xc3\x0e\x1a\xcc\x04\x49\xb4\x32\x81\x34\x80\x94\x8a\xee\xe8\xef\xfe\x04\x0e\x96\x44\x6e\x64\x72\x91\x44\x95\x73\x26\xa2\xad\x62\x66\x62\x3d\x38\x38\xeb\xef\xfc\xf3\xdf\x10\x7a\x27\x9f\xf0\x6c\x46\xc4\xbb\x13\xf4\xee\xdb\xa3\xaf\xdf\x1d\xe8\xdf\x28\x9b\xf2\x77\x27\x48\x3f\x47\xe8\x9d\xa2\x2a\x21\xfa\xf9\x34\x59\x28\x42\xe3\xe4\x58\x12\xf1\x48\x23\x72\x8c\xe3\x94\xb2\xa3\x4c\x70\xc5\xe1\x43\x84\xde\x3d\x12\x21\x29\x67\xfa\x75\xfb\x27\x62\x5c\x21\x49\xd4\xbb\x7f\x43\xe8\x5f\xd0\xbc\x8c\xe6\x24\x25\xf2\xdd\x09\xfa\x1f\xf3\xd1\x5c\xa9\xcc\x35\xa0\xff\x96\xfa\xdd\xbf\xc3\xbb\x11\x67\x32\x2f\xbd\x8c\xb3\x2c\xa1\x11\x56\x94\xb3\xe3\x7f\x48\xce\x8a\x77\x33\xc1\xe3\x3c\xea\xf8\x2e\x56\x73\x59\xcc\xf1\x18\x67\xf4\xf8\xf1\x9b\x63\x1c\x29\xfa\x48\xc6\x09\xce\x59\x34\x1f\x67\x09\x66\xf2\xf8\x9f\x34\xd6\x73\xfc\x07\x89\xd4\xbf\xe0\x1f\x31\x4f\x31\x65\xe6\x6f\x86\x53\xf2\x2f\xdf\x0e\x42\xef\x66\x44\x05\xff\xd4\xb3\xcd\xd3\x14\x8b\x85\x5e\x91\xf7\x44\x45\x73\xa4\xe6\x04\x99\x7e\x90\x5b\x22\x3e\x45\x18\x9d\x08\x32\x3d\xf9\x45\x90\xe9\xd8\x2d\xf4\x91\x59\xe0\x0b\x18\xcd\x75\x82\xd9\x2f\x47\x76\x99\xa0\x65\x9e\x11\x01\x73\x3b\x8f\x75\xeb\x1f\x88\x1a\x40\xb3\xc5\xfb\xe1\xdb\x82\xc8\x8c\x33\x49\x64\x69\x78\x08\xbd\xfb\xf6\xeb\xaf\x2b\x3f\x21\xf4\x2e\x26\x32\x12\x34\x53\x76\x2f\x07\x48\xe6\x51\x44\xa4\x9c\xe6\x09\x72\x2d\x85\x83\x31\x53\xd5\x1b\x8b\x6b\x8d\x21\xf4\xee\x7f\x0b\x32\xd5\xed\xfc\xe1\x38\x26\x53\xca\xa8\x6e\x57\x1a\xfa\x09\x46\x5b\xfa\xea\x5f\xff\xd6\xf4\xf7\xbf\x82\x19\x65\x58\xe0\x94\x28\x22\x8a\x1d\x37\xff\x57\x99\x8b\xde\x23\xdd\x79\xb1\x8f\xd5\x81\x57\x66\x7b\x89\x53\xa2\xf7\x44\xef\x94\xfd\x02\xfe\x16\x44\xf2\x5c\x44\x04\x4d\x48\xc2\xd9\x4c\x22\xc5\x6b\x6b\x40\xa1\x05\x4d\x5e\xd5\x27\x82\xfc\x9a\x53\x41\xf4\x5e\x29\x91\x93\xca\x53\xb5\xc8\x60\x90\x52\x09\xca\x66\xe1\x52\xfc\xeb\xa0\xd3\xd4\x0c\x55\xae\x31\x33\xf3\x41\xeb\xc4\x46\x6c\xe0\x5e\x89\x30\x43\x13\x82\xf4\x59\xa4\x31\x11\x24\x46\x58\x22\x8c\x64\x3e\x91\x44\xa1\x27\xaa\xe6\x94\xe9\x7f\x67\x24\xa2\x53\x1a\xb9\x35\xdb\x9f\xb5\x81\x3f\x97\xaf\xcc\xbd\x24\x42\x0f\xfc\x91\xc6\x24\x46\x8f\x38\xc9\x09\x9a\x72\x51\x5a\x9e\xa3\x11\xbb\x9b\xeb\x75\x48\x27\x94\xc1\xc9\xd3\x6b\xe9\x28\xe4\x4f\x6e\xb9\xfe\x84\x74\x7f\x28\x67\xf4\xd7\x9c\x24\x0b\x44\x63\xc2\x14\x9d\x52\x22\xab\xad\xfd\x89\x43\xff\x38\x41\x87\x48\xaf\x33\x11\x0a\xd6\x9b\x33\x45\x3e\x29\x89\x0e\x51\x42\x1f\x08\xfa\xe2\x82\x4a\x85\x06\xd7\xe7\x5f\x1c\xa0\x2f\xcc\x79\x41\xc0\x9b\xbe\x78\x81\x15\xf6\x7f\xff\x3d\x38\x7a\x0a\xcf\xaa\x87\xee\xdd\x40\x9f\xe6\x5b\x73\x35\x14\x2d\xfc\xfd\xdf\xc2\x76\xec\x7e\x2d\xe7\xb7\x05\xb3\xb5\x9c\xb6\x2b\x7f\x85\x65\x2a\xb3\x56\xa9\x77\x68\x5b\xce\xaa\xdb\xad\xb2\x56\xf9\xb6\x78\xab\x9e\xc2\x73\xf3\xd7\x6d\x98\x2b\x56\x40\xf5\x98\x32\x73\x48\xfc\x99\x11\x52\x9f\x13\x47\xbd\x7b\xc2\x52\xb6\xe1\xb5\xc1\xcc\x02\x76\xeb\xb8\x68\xb0\x2a\x7b\x38\xef\x84\xa6\x74\xd5\xfe\x9e\xb3\x58\x8b\x5c\x96\xd9\xb1\x3c\x9d\x10\xa1\x97\xc1\xb1\x3d\x98\xed\x44\xb3\x41\x95\x0b\x46\xe2\x0e\xd3\xfc\x35\x27\x62\xb1\x64\x9e\x53\x9c\xc8\xb6\x89\x52\xa6\x88\x96\x6f\x2b\x8f\xa7\x5c\xa4\x58\xd9\x17\xfe\xf2\xef\xeb\x2e\x84\xe2\x0f\x64\xd5\xfe\x9f\x9b\xdd\x8c\xb0\x04\x32\x48\xf3\x44\xd1\x2c\x21\x28\xc3\x33\x22\xed\x8a\xe4\x89\x92\x07\xf0\x9a\x96\xa9\x89\x38\xf4\x37\x10\xf4\xe0\x6e\xde\x5c\xc2\x2f\x68\xea\x05\x48\x46\x3e\x29\x68\x69\xc4\xe0\xee\x85\x25\x0a\x6f\x94\x67\x58\xca\xcd\x68\x46\x72\xa1\xc6\x93\xc5\xd1\x03\xa9\xf5\xdb\x4a\x39\x98\x21\xac\x94\xa0\x93\x5c\x11\x3d\x6f\xdd\x86\xbb\x3b\x81\x3d\x9a\x0b\xba\x0b\x6b\x78\xbd\x09\xc7\x54\x90\x08\xe6\xb6\xce\x81\xf1\x5f\xe9\x79\x6b\xfd\x65\x61\x66\xff\x40\x16\x20\x8f\x34\xac\x80\xdf\xf2\x11\x1b\x31\x74\x88\xce\x86\xb7\xa7\xc3\xcb\xb3\xf3\xcb\x0f\x27\xe8\xbb\x05\x8a\xc9\x14\xe7\x89\x3a\x40\x53\x4a\x92\x58\x22\x2c\x08\x34\x49\x62\x2d\x73\xe8\xc1\x10\x16\x53\x36\x43\x5c\xc4\x44\x3c\xdf\x32\x56\x9e\x12\x96\xa7\x95\x7b\x05\x7e\x2f\x46\x5f\xf9\x42\x8b\x18\xfe\x51\xe9\xc9\xdf\x6b\x0b\x0c\x33\xd6\x7d\x07\xad\xbd\x98\x50\x13\xcd\x69\x12\x0b\xc2\x8e\x15\x96\x0f\x63\xf2\x89\x44\xb9\xb9\x93\xff\x59\xfe\x61\xac\x25\x53\x1e\x93\xf2\x2f\xa5\x7f\x14\xa2\xd0\xda\x9f\x7a\x2d\x75\xed\x2f\x41\xa7\xed\xf6\x1d\xfc\x42\xe3\xc6\xb7\xe1\x97\x15\x73\x70\xef\x2c\x19\xac\x7b\xa5\x75\x54\xee\x05\x2b\xf1\x35\xbe\x23\x88\x12\x8b\x31\x56\x8a\xa4\x99\x5a\x53\x5f\xc7\x28\xd1\x72\xe5\x32\x39\xf2\x92\xc7\x64\xe8\xfa\xfb\x05\x19\x71\x96\xc4\x68\xb2\xb0\x5c\x6b\x4a\x04\x61\x11\x69\x6f\xe1\x0e\xcb\x87\xa2\x85\x55\xc2\x68\xa9\x3f\xf9\x9e\x0b\xfd\xf9\x5b\x10\x48\x4b\x03\x7f\x09\x99\x74\xd3\x13\xf7\xd9\x59\x08\x36\xe4\x1f\xbd\x3d\x61\xfb\x95\xec\x6a\x7d\xe0\x02\xc9\x85\x54\x24\x5d\x69\x87\x78\x3b\x0b\x61\x2f\x88\x7d\x1d\x70\xe5\x8e\xfa\x1d\x9c\xfa\xf2\x8d\xdb\x1f\xef\x35\x96\x6c\x57\x56\xc4\x7d\x9f\xa7\xf3\xe1\x2c\x9f\xea\xad\xdb\xbe\xc0\x89\xf1\x26\xa6\x59\x92\x05\x77\x3d\xc8\x67\x32\x37\xb4\xee\x95\x5b\xed\x31\x0c\x60\x85\xa2\x59\xb6\x43\xfb\xf3\xa7\x3f\x0d\x2d\x34\xc6\x1c\xa7\xe6\x54\x06\xc6\x2a\x14\x71\x61\x64\xc1\xd8\x9e\x77\xa3\x6b\x0e\xee\x06\xb7\xc3\xbb\x13\x34\x40\x31\x56\x58\x1f\x70\x41\x32\x41\x24\x61\x0a\xf4\x78\xfd\xbd\x5a\xa0\x94\xc7\x24\x31\x1a\xe7\x7b\x2d\xf9\xa2\x33\xac\xf0\x29\x56\x38\xe1\xb3\x23\x34\x80\x7f\xea\x8f\xa9\x44\x38\x91\x1c\x61\x47\x56\x24\x76\x4d\x60\x16\x3b\xd6\x82\x51\xc4\xd3\x8c\x26\xde\x06\xef\x8d\x2b\x94\xc5\xf4\x91\xc6\x39\x4e\x10\x9f\x68\xae\xa2\x35\xe4\xe1\x23\x61\x2a\xc7\x49\xb2\x40\x38\x49\x90\xed\xd6\xbd\x80\xe4\x9c\xe7\x49\xac\xdb\x75\xa3\x94\x34\xa5\x09\x16\x5a\x05\x37\xa3\xbd\xb2\x6d\xa1\xbb\x39\xf1\x63\x85\x71\xe9\xd5\x4c\xf1\x03\x91\x88\x2a\x94\x71\x29\xe9\x24\x29\xce\xfc\xfd\x39\x82\x71\x9f\x5e\x9c\x83\x3e\x1f\x29\xc4\x0d\x0f\x75\x9d\x5b\xfb\x8d\xeb\x31\xc5\x8c\x11\xe8\x98\xab\x39\x11\xb6\x7b\xfb\xf2\x6b\xab\xe6\xf7\x97\xb7\xd7\xc3\xd3\xf3\xf7\xe7\xc3\xb3\xba\x6e\x7e\x37\xb8\xfd\xa1\xfe\xeb\x4f\x57\x37\x3f\xbc\xbf\xb8\xfa\xa9\xfe\xe4\x62\x70\x7f\x79\xfa\xfd\xf8\xfa\x62\x70\x59\x7f\x68\xc9\xaa\xb3\x9a\x1f\x8e\x6c\xcd\xb3\xd5\xdb\x34\x9f\xcb\xa6\x79\xf0\xf9\x1a\x35\xa7\x34\x01\x1d\xb4\xb3\x41\xd3\xdb\x10\xec\x97\x28\xc3\x52\x1a\xc9\xc8\x8c\xe0\x68\xc4\x3e\x72\xa1\x19\xd8\x94\x6b\x1e\xa1\xa5\x27\x25\xf2\x48\x51\x36\xf3\x1f\x9d\xa0\x51\xfe\xf5\xd7\x7f\x8e\x2e\x28\x7b\x80\xbf\xc8\x3e\x2e\x4e\x6f\xf1\xed\x2d\xbe\xbf\x2f\x8b\xaf\x16\x7d\x8e\x43\x43\xef\x6e\x43\x86\xb4\x70\xc1\xb2\x5c\x81\x28\xc1\x73\xa5\xff\xd4\x5d\x02\x79\x2c\x09\x1c\xea\x66\x50\xfc\x40\x94\x7f\x51\x8b\x36\x6f\xc1\x8e\xf8\x13\x17\x0f\xd3\x84\x3f\xf9\x81\x7f\x20\x4a\x8f\xfd\xc6\xf6\xd2\x87\x12\xf5\xa1\x44\xaf\x1b\x4a\xb4\x57\xc6\xbc\xe7\x67\x7e\x65\xcb\x9f\xe1\x80\x2d\x9e\xac\x56\x47\x55\x8b\x1f\x2a\x70\x33\xbd\x08\xd7\x2c\x3b\x73\x56\x70\xce\xd2\xcb\x6f\x85\x7b\x96\x06\xfd\xf2\x9c\xf3\x77\xe1\x6f\xe9\xdd\x29\x1b\x2e\xd4\x9b\x64\xb0\x1d\xef\x8e\x17\x73\x86\x3c\x3f\xc3\xaf\xc5\x36\xac\x13\xcc\xb0\x46\xf4\x42\xe7\x70\x85\x15\xf1\x09\x8d\x01\x09\x4d\x11\x08\xf5\x90\x83\xc6\x18\x83\xed\x82\x0a\x36\xbd\x9b\xba\x87\x09\x7c\x20\xaa\xf4\xf2\x5b\xb9\x9b\x4a\x83\x7e\xf9\xbb\xe9\x77\x1a\x1d\xd0\x87\x03\x3c\xe3\xd2\x7d\xee\x37\xda\xfe\x3a\xfc\x7f\x07\x1e\xfe\xde\xa5\xbf\xd6\x1a\x7d\x5e\x3e\xfc\xcf\xd5\x69\xff\x36\xbd\xf4\xbd\x5b\xbe\x77\xcb\xbf\x86\xff\xe4\xed\xb9\xe5\x9f\x57\x3d\x2d\x8e\xd7\xd8\xd1\x82\xd5\xd7\x82\x43\xf9\xaf\x0e\x4e\x1a\xf8\xcb\xa9\x7c\xeb\x06\x8d\xb7\xea\x70\x67\xc5\xf8\x86\x70\x84\x7e\xb1\x84\xb4\x42\x9d\xab\x7d\xf7\x16\xd4\xb9\xfa\xa0\x9f\x5f\x87\x7b\x35\xe6\xfb\x4c\x97\xe7\x1b\x61\x03\xeb\xdf\x96\x9f\xb1\x4c\xde\xcb\xe2\xcf\x9f\x8d\xbf\x37\x13\x7a\x3b\xb2\xf7\x2b\x5c\xbc\x1d\x6f\xdd\x9d\xe7\x64\x35\x5c\xb3\xc1\xed\xb4\x2a\xc3\xaa\xfa\x35\x25\xf2\xdb\x37\x79\xdf\xbe\x44\x92\x55\x7f\xe1\xf6\x17\xae\x6d\xaa\xbf\x70\x3f\xe3\x0b\x77\xef\xe0\x6f\xf6\x26\x02\xb4\x0f\x22\xef\x81\x31\xfa\x18\xf2\x1d\x2e\x4e\x1f\x43\xde\xc7\x90\xff\xce\x62\xc8\xb7\xd1\x9e\x36\xc5\xa2\x7c\x0d\x3d\xaa\x57\xa3\x7a\x35\x2a\xfc\xbd\x57\xa3\x7a\x35\xaa\x57\xa3\x3e\x73\x14\xd1\x5e\x87\xea\xbe\x10\xbd\x0e\xd5\x79\xa9\x7a\x1d\x6a\xc9\xe2\xf4\x3a\x54\xaf\x43\xfd\xbe\x74\x28\xf2\x48\x98\x92\x90\x8c\x16\x6a\x14\xef\x32\x2e\xdb\x35\xa1\x90\x3b\x34\x68\x41\xd0\x66\x39\x29\x0c\x02\x97\x7e\x41\x73\x2c\x11\x8f\xa2\x5c\x54\xce\x40\x55\x0f\x3a\x15\x04\x2b\x02\x2d\xe8\x0f\xdf\x82\xfe\x53\x9f\xee\x4b\xc5\xe0\x4f\x78\x5c\xa3\x76\x73\x10\x9a\x9e\x2c\x97\x47\x76\x36\xf5\x5f\x73\xd2\x4d\xfd\x7b\x46\xa2\x56\x58\x3e\xec\x98\xa8\x4b\xb9\x16\x1b\x11\x35\xb4\xf0\x56\x88\xba\x3e\xdd\xdf\x0d\x51\x37\x4d\x7d\x1f\x88\xfa\xc9\xe6\xf1\xef\x98\xb0\x6b\xf0\x00\x1b\x11\xb7\x6f\xe5\xad\x10\x78\xf3\xb4\x7f\x37\x44\xde\x36\xfd\xd7\x25\x74\x9f\x22\xd9\x99\xc4\xef\x04\x9d\xcd\xb4\x9a\x01\x1a\x9e\x26\xc5\xd5\x35\x82\x8a\xa4\xc0\x95\x64\xed\x5f\x7d\x0b\x24\xed\x07\x6b\xc6\xfe\xbb\xa1\xe5\xda\xbc\xf7\x84\x88\x8f\x05\x89\xf8\x23\xd4\x0b\xeb\x46\xcc\x37\x04\x28\x18\xf8\x75\x26\xc8\x23\xe5\xb9\x4c\x16\x87\x22\x67\xc8\x31\x7f\xe4\x9b\x37\xd6\xea\x27\x9a\x24\x88\x33\xad\x7f\x29\x2c\x94\x7b\xac\xf5\x6f\xc1\x53\x38\x15\x09\x96\x0a\x3d\x30\xfe\xc4\xd0\x14\xd3\x24\x17\x04\x65\x9c\x32\x75\x34\x62\xe7\x0c\xdd\x98\x31\x42\xde\xc0\x01\xca\xa5\x3e\x4b\x11\x66\x8c\x2b\x14\xcd\x31\x9b\x11\x84\xd9\xc2\x26\xe0\x16\x94\x81\xb8\x40\x79\x16\x63\xad\xf8\xce\x49\x35\x4a\xcf\x8f\x11\xcc\x77\x54\x22\x2a\x11\xf9\xa4\x04\x49\x49\xb2\xd0\x7d\x68\xda\x57\x1c\xd9\xf5\x31\x43\xb5\xe9\x7c\x44\x08\x2e\x24\x64\x1c\x4c\x16\xbf\x61\xa6\x28\x23\x08\x14\x25\x69\x4c\x73\x87\xe8\x82\x4b\x30\xdb\xfc\xf0\x57\x89\xa2\x24\x97\x8a\x88\x03\x34\xc9\x67\x52\x6b\x8a\x59\x82\xd5\x94\x8b\x54\x8f\x90\x32\xa9\xf0\x84\x26\x54\x2d\x0e\x50\x8a\xa3\xb9\x69\x0b\xd6\x40\x1e\x8c\x58\xcc\x9f\x98\x54\x82\x60\xdf\xbb\x7b\x88\xbe\x0c\x9f\x19\x02\x90\x5f\x1d\x40\xda\x21\x4d\xb5\xba\x1b\x0c\xbf\xd8\x71\xb3\x27\xba\x11\x12\xa3\x09\x89\x70\x2e\xad\x87\x41\x89\x05\x22\x9f\xe6\x38\x97\xb0\x77\x7a\x7a\x36\x67\x23\xe2\x69\x96\x10\x45\x10\x9d\x22\x25\x28\x89\x11\x9e\x61\xaa\x97\xee\x96\x2c\x01\x41\xf7\x44\x6f\x37\xd0\x52\xfd\x2f\xa0\x7e\xa7\x5c\x10\x14\x13\x85\x69\xb2\xd4\xeb\x64\xbf\xed\xb9\xdc\x5b\xe2\x72\xe5\x0d\xdf\x0b\x36\x67\x40\xfc\x77\x70\x69\x33\x6b\xba\x8f\x70\xb2\xe5\xfd\x7d\x63\x07\xd5\xd3\xf6\xdb\xa2\x6d\xb3\x6b\xfb\x43\xdc\x2f\x16\x83\xdd\xbd\xa2\x45\x51\xcd\xe2\x4d\xd1\xf4\x4b\x84\x05\xf4\x0e\xe7\xde\xe1\xdc\xba\x32\x6f\xd3\xe1\xbc\x37\x1e\xa3\xde\xe7\xfc\x4c\x3e\x67\x2a\x7b\xa7\x73\xef\x74\xee\xba\x40\xbd\xd3\xb9\x77\x3a\xbf\x5d\xa7\xf3\x73\xe2\x3e\xef\x14\xdd\xf9\x4d\x89\xd6\xbd\x58\xdd\x8b\xd5\x3d\x84\xb3\x9f\xda\xae\x58\x98\xfb\xfa\x5d\x4c\x12\xa2\x48\xbb\x3d\x8b\x88\x54\x6b\x0b\xe6\x7a\xa6\x4c\xcb\x71\x33\x41\xa4\xdc\x96\x21\xf9\x86\xdf\x26\x5b\xf2\xc3\xef\xa1\xe6\x7b\x3e\xd5\xf3\xa9\x4d\xa6\xb6\x3f\xa6\xd9\xe0\x30\xbf\x94\x6d\xd6\xf3\xdf\x2c\x6f\x97\xfe\xee\x8d\x1b\xb2\xf0\x8b\x1a\x0a\xd7\x52\xbb\xe2\xfe\x70\x5b\x3a\xdf\x92\x1f\x9b\xbe\xde\x26\x33\x36\x63\xef\x39\x71\xcf\x89\x7b\x4e\xfc\xb6\x39\xb1\x3b\xc9\xaf\xea\x22\x33\x7e\xba\x71\x96\x60\x36\xa6\xb1\x3c\xfe\x67\xa1\xcb\x3f\x97\x87\x4c\x1f\xa8\xd8\xa4\x98\xfa\x94\x4e\xf1\x8b\xfe\x24\x29\x0c\xe6\x1e\x33\x73\x85\x13\xcd\xd8\xd8\xaf\x13\xcc\xce\xe3\x37\xe1\x47\x6b\x9c\xfd\x4b\xf8\xd4\xb6\xe1\xe3\x58\x81\xa7\x03\x53\x66\x4c\x78\x45\x5e\x6d\xc9\x40\xb9\x1f\x27\x7c\x1b\xae\x1e\x4c\x2c\x60\xec\x8e\x5f\x07\x8b\xb2\x7f\xd3\xee\xfd\x3a\x7d\x2e\x61\xef\xb9\xe8\x38\xe1\xde\x73\xb1\xbf\x9e\x8b\xd7\x72\x47\xbe\xf0\xf1\x7c\x29\xb1\xae\x7b\x10\xbe\x89\x56\x83\xa0\xd6\x3c\x4b\x38\x8e\x97\xb9\x62\x0a\xc1\x2b\x04\x47\x59\x19\x89\x5f\x7c\xf6\x16\x84\xb5\x62\xb4\xbf\xb3\x48\xbe\xfa\xc4\xf7\x45\x4b\x79\xc1\x50\xbe\x66\x12\x5f\x43\x25\x79\x1b\xf8\xa9\xc5\x78\xfb\xd0\xbe\xde\xa2\xf4\xfa\x16\xa5\x3e\xb4\xaf\x57\x01\xf7\x4c\x05\xec\x43\xfb\xfa\xd0\xbe\x5e\x41\x5e\x3e\xed\x5e\x41\xfe\x2c\x42\xfb\x3a\x89\xda\xcf\x88\xbd\xb9\xbd\xd0\xdd\xcb\xdc\xee\xbd\x5e\xe6\xee\x65\xee\xcf\x54\xe6\xde\x8f\x15\xee\x05\xee\x5e\xe0\xee\x05\xee\x5e\xe0\xee\x05\xee\x9d\x2f\x63\x2f\x70\xbf\x64\x81\xce\x66\xa9\x7b\x45\x92\xcd\x5b\xf5\xe5\xf4\xe2\x76\x2f\x6e\xef\xb7\xb8\xbd\x37\x13\x7a\x3b\x65\x1e\xbb\xcd\xa7\x2f\x52\xde\x17\x29\xef\x8b\x94\x3f\x7b\x91\x72\xf7\x75\x87\x8c\x0f\x7b\xb8\x14\x56\xb9\x34\x80\x8f\x82\xcc\xa8\x54\xc0\xfe\xbb\xc8\x2b\xab\x13\x3d\xde\xaa\x9c\xd2\xa7\x7a\xf8\xa7\xbd\xd4\xd2\x4b\x2d\xbf\x53\xa9\x65\x8f\x62\xc1\xf6\x22\x63\x25\xc5\x2a\x9a\xe3\x49\x42\xc6\xde\xe8\x23\xbb\xea\xc1\x17\x54\x2a\x89\xa2\x5c\x2a\x9e\xb6\x5f\x2e\x1f\x5d\x0f\x03\xdf\xc1\x29\x67\x53\x3a\xcb\xcd\xdd\x62\xc0\x39\x83\x13\x5d\x48\x82\x8b\x8c\xac\xf2\x54\x35\xb4\xfe\x26\xae\xa5\xe6\xa1\xbf\xd4\xed\xb4\x8e\xe0\x5e\x18\xf9\xac\xd4\xad\x65\xad\xf1\xcd\xf0\xf6\xea\xfe\xe6\x74\x78\x82\x06\x59\x96\x50\x63\x77\x37\xa4\x40\x7f\xd3\x93\x42\x0a\xcb\x87\x62\x2f\x85\x21\x73\x83\x61\x0b\x86\x7e\x2d\x1b\xa3\x43\x74\x7a\x71\x7f\x7b\x37\xbc\x69\x69\xd0\x12\x0a\xe4\xad\x92\x34\x4b\xb0\x22\x31\x7a\xc8\x27\x44\x30\xa2\xa5\x1d\x8b\x74\x5b\x98\xff\x4d\xa3\xc3\xff\x1e\x9e\xde\xdf\x9d\x5f\x5d\x8e\xff\x76\x3f\xbc\x1f\x9e\x20\x47\x71\xba\x59\x3d\x2e\x3d\x8a\x78\xc1\x70\xaa\x35\x10\xfd\x43\x91\x29\xfb\x6b\x4e\x72\x82\xb0\x94\x74\xc6\x52\x02\x88\xc0\xa5\x16\xdd\x80\x2f\x06\xdf\x0d\x2f\xca\x2d\xcf\x49\x08\xbf\x8b\x12\x3c\x21\x89\xf5\x47\x80\x89\x5d\x13\x7a\x00\x55\x6c\x1c\x15\xb9\x59\xd5\xbf\xdd\x0f\x2e\xce\xef\x7e\x1e\x5f\xbd\x1f\xdf\x0e\x6f\x7e\x3c\x3f\x1d\x8e\xad\x54\x79\x3a\xd0\xfd\x96\x7a\xb2\xc2\x27\xfa\x35\xc7\x89\xd6\x4e\xf8\xd4\xe1\xf1\xa2\xa7\x39\x61\x28\x67\x40\x71\x46\xe5\xd1\x7a\x90\xef\x54\x9f\x32\x33\xa3\xeb\x8b\xfb\x0f\xe7\x97\xe3\xab\x1f\x87\x37\x37\xe7\x67\xc3\x13\x74\x4b\x12\x50\x0a\xdc\xa2\xc3\x2e\x66\x49\x3e\xa3\x0c\xd1\x34\x4b\x88\x5e\x0d\x6c\xb3\x89\xe7\xf8\x91\x72\x61\x8f\xee\x8c\x3e\x12\x66\xd6\x11\xce\x2c\xb4\xef\x84\xef\x71\xb0\x74\x57\x97\xef\xcf\x3f\x9c\xa0\x41\x1c\xfb\x39\x48\x68\xa3\x44\x39\x0e\xd6\xf9\xb0\x3c\x6c\xcd\x1c\xa0\x7b\x43\x44\xfc\x91\x08\x41\x63\x52\xa1\xa3\xc1\xed\xed\xf9\x87\xcb\x8f\xc3\xcb\x3b\x58\x31\x25\x78\x22\xd1\x9c\x3f\x81\x29\x1b\x66\x08\x16\xee\x47\x4c\x13\xe8\xcc\x6d\x16\x67\xe8\x69\x4e\xc1\xfd\x01\xc0\xcc\xbe\x67\xa3\x9f\x89\x9c\xbd\xba\x75\xb6\x74\xf0\xea\x6a\x4b\xf5\x24\xd5\xdf\xa8\x1c\x8b\x65\x2f\x94\xa8\xbc\xfe\xe2\x2a\x6a\xad\x7f\x51\x21\xb7\x76\x65\xad\x46\x2f\xed\x33\x2d\xf6\xba\xb3\xae\x56\x5e\xc3\x17\xbb\x66\x35\xe3\x8d\x5f\xa2\x2a\xeb\x0d\xf8\x3d\x97\xc2\x3e\x05\x39\x93\xbf\x58\xe5\x7e\x85\x69\x3a\xf8\xe2\x2d\x5c\xae\xe1\x70\xf7\xe8\x22\xbd\x09\xe5\x1a\x27\x1e\xa7\x44\xe1\x18\x2b\xac\xd9\xd3\x8c\xa8\x23\x74\xc5\xe0\xd9\x1d\x96\x0f\x07\xc8\x15\xa4\x40\x5c\xa0\x42\x70\x7c\x81\x6c\xc9\x37\x62\x93\x59\x5f\x99\xe9\x95\xf2\x5e\x29\x6f\x5e\x99\x3e\x72\xa7\x65\x85\x77\x75\x31\xae\x65\xc6\xdc\xdd\xfd\x65\x5a\x7c\xbb\x57\xd8\xcb\xda\x2d\x77\x7a\xa1\x99\x62\x28\xfd\x6d\x65\xfe\xaf\xbf\xad\xfa\xdb\xaa\xbf\xad\xf6\x60\x85\x5f\xdd\x06\xdc\xc0\xdd\x5f\xd5\x08\xbc\x4a\x3b\xdd\x18\xc5\xa8\xd0\x46\xd7\xc1\x31\xfa\xa5\x2b\x5c\x51\xf1\x0d\x7d\x1b\x66\xdf\x60\x92\x2f\x91\xa9\xb0\xd3\xcb\xdc\x84\x00\xf7\xfa\xe9\x33\xde\xf8\x3d\xa8\xd4\x4e\x41\xa5\xf6\x63\xae\xcf\x92\xd5\xb0\x7b\x53\xf4\xdb\xc8\x64\xe8\xd1\xa3\xfa\x58\xfd\x3e\x56\x1f\x7e\xef\xd1\xa3\x76\x47\xad\xcf\x2b\x5d\xf3\x98\x8c\x2b\x35\x3e\xfc\x3f\xc7\x55\xcf\x4f\xe9\x49\xe8\x06\x2a\x3d\x28\x92\x17\xa0\x75\x1a\xef\xb2\x2e\xc8\x25\x8f\x49\xe7\xda\x20\xa5\x97\xf7\x5c\x06\x77\xf3\x34\xb2\x78\x69\xe0\xcf\x2c\x89\xb7\x6c\xf9\xe7\x68\xd8\x69\x20\xe0\xde\xca\xb3\x72\xa1\x3e\x57\x80\xe8\x82\x43\xbd\x21\x4f\x45\x37\x36\xee\xc2\x54\xc6\x2d\xcc\xbc\xf9\xb9\x67\xe9\xcd\x8f\x9f\x07\x06\xa2\x3b\x47\x07\xb3\x4a\xf8\xf6\xdb\xb0\xab\x84\x23\x7e\x09\xcb\xca\xd2\xbd\xff\xec\xb8\xfa\x32\x4a\xee\x79\x7b\xc7\xe5\xfa\x5c\x39\x7c\x8f\xda\xb0\xcc\xd6\xd1\xc3\x22\xf4\xa6\x96\xfd\x99\x70\x6f\x6a\x79\xd3\xa6\x16\xe3\xa2\x1d\x67\x58\x10\xa6\x1a\x44\xea\xea\x75\x02\xaf\x87\x69\xb4\x4e\xea\x80\x06\x90\x96\x68\x91\xbd\x90\xfd\x55\xf5\x79\xd9\x5e\xac\x60\x10\x24\xb7\x1c\xff\xb3\xf8\xdb\x0b\xeb\x25\x50\xef\x25\xd1\x49\x06\xbe\x59\xea\x3b\x3a\xb7\x81\x4a\xdb\xa7\xbf\x60\x55\x12\x05\x13\xf2\x48\x92\x95\xf1\x4c\xd7\xe6\xed\xb7\x95\xf5\x52\x1b\xf4\xcb\xc6\x36\xd5\x37\xbe\xdb\x01\x72\x3b\x43\x4d\x06\x47\x90\x26\xa0\xa5\x51\x3e\x2d\x2e\x06\x89\x9e\x68\x92\x40\x92\x38\x24\xb1\xb4\xdd\x00\xbf\xbb\x88\x87\xd6\x9d\x7f\xd5\xb8\x87\x26\xee\xd0\xc4\x12\xba\xd8\x53\x77\x95\x06\xe7\x88\x0d\x32\x94\x40\x1b\x5a\x61\x80\xfd\x3c\x38\xc1\x07\xa2\x5e\x8a\x0d\x6c\x7a\xf6\x97\x9e\x7b\x41\xa6\x44\x10\x16\x91\x3d\xf4\xb6\xaf\x13\x06\xf2\x93\x99\xa4\x8d\x01\xf1\xd9\xa1\xe1\x54\x15\xb7\x7a\x5a\x49\xd4\xed\x93\x03\xfb\xe4\xc0\x3e\x39\xb0\x7a\xd4\xfb\xe4\xc0\x3e\x39\x70\x93\xe2\xe9\x67\xf0\xf8\xb5\xa4\x0a\xd3\xfb\xe7\x21\x58\x98\xb9\xf4\xb2\xc5\xef\x46\xb3\x70\x1b\xbe\x17\x9a\x85\x39\x6b\xab\xcc\x0f\xa5\x1f\x1b\x42\xac\x5f\xdc\x24\xb1\x09\xd3\x28\xd9\x25\xce\xe0\xf5\x37\xc9\x3a\xaa\x43\xef\x6d\x14\x28\xd8\xba\xe7\xe3\x24\xb5\x23\xd0\x6d\xe2\xd6\x63\xf8\x76\xe7\xbd\x2f\x1c\xb4\x8d\xee\xf7\x95\x8f\x6e\x57\x5a\x7b\x0f\x2c\x36\x9f\x11\x8f\xec\xad\x37\xaf\x9c\x2b\x51\x63\x86\x6f\x76\xba\xbd\xb1\xaa\x37\x56\xf5\xc6\xaa\xde\x58\xd5\x1b\xab\x50\x6f\xac\x5a\xdb\x58\xf5\x19\xc9\x54\xbd\xe1\xaa\x17\xab\x76\x37\xdd\x7d\xd5\x32\xf7\xc9\x5a\xd7\x19\xf8\xb6\xc8\xa1\x5a\x19\x79\x6f\xa7\xfd\xcb\x8a\x90\xfb\x6b\x37\x82\xb7\xc3\xaf\xe4\x73\xb3\xa4\x6d\x02\x8b\xdd\x8e\x7e\xb6\x71\xc5\x7d\x35\xb8\xc6\xb5\xea\xc3\x9e\x97\x2c\x4e\x1f\xf6\xdc\x87\x3d\xef\x5d\xd8\xf3\xce\x95\x95\x8c\xcb\x65\x80\x44\xa6\x1a\xca\xd2\xfc\x67\x77\x67\x43\xa2\x11\x90\x82\x29\x84\x13\x93\x2c\xe1\x0b\xb0\xa4\x2c\xb9\xce\x5d\x17\xd7\x35\x89\x7a\xdf\x6f\x74\x37\xf2\x97\xd2\x39\xf6\x45\x26\x2d\xe6\xbd\x17\x52\xe8\xf1\x3f\x2b\xe9\xfc\x9d\xf0\x32\x19\x22\x9f\xa8\x84\x5b\x69\x35\x61\x8f\x58\xf3\x93\xa0\x1a\x95\xbd\x07\x27\xb9\x0a\x72\xf7\xa4\x16\xac\x32\x22\xd4\x22\x78\x93\xa4\x99\x5a\xfc\xe7\x88\x51\xe5\x3d\x6c\x74\xc6\xb8\x30\x5c\x4d\x7f\x3c\xc7\x2c\x4e\x88\xd0\x97\xaa\x6b\x27\xc2\x8c\x71\x05\xe2\x06\xcc\x20\x46\x8f\x14\x1b\xe1\x64\x70\x7d\xde\xd9\xcf\xfc\x86\x4e\xd7\x4b\xd7\x1f\x5a\x71\xd7\x7d\x48\xf8\x04\x8a\x92\xe5\x65\x9d\x5e\x37\xd0\x7b\x46\x4b\x3b\xf7\x5a\x0c\x41\x61\xf9\x50\x05\x0e\x29\x67\xa1\x8f\x97\x42\x89\xac\x78\xb7\x84\x31\xbf\xfc\xd5\x0a\xdc\x48\xf9\x99\x05\x20\x81\xc7\x30\xe4\xea\x38\xdc\x8f\x61\x87\xee\xb7\xa2\x65\xf7\x8b\xab\xc6\x0a\x3f\x0a\xa2\xc4\x62\x8c\x95\xd2\x4c\x66\x97\x18\x27\x77\x58\x3e\x74\xc6\x38\x29\xbd\xbc\xe7\x2c\xa7\x84\x71\x52\x1e\xf8\xb3\xb3\x9c\x8e\xd4\xb9\x82\x33\xbd\xbd\xfc\xf8\xae\x67\x6d\x8d\x89\xff\x5e\x72\xe5\xbb\xf1\x9e\x55\x66\xda\xb7\x98\x37\xbf\x8c\x99\xee\xcd\x08\x2b\xfc\xfc\x73\x3c\xb9\xe5\xdb\xa9\x3f\xa2\xcb\xd6\xe8\xb3\xab\x6d\x58\x11\x3a\x56\xcc\xed\x8d\xd4\x38\xac\xca\x4d\xbb\x1e\xd5\xf3\x98\xb9\x83\xdd\xe8\xeb\x4a\xf7\x75\xa5\xfb\xba\xd2\xcf\x5e\x57\xba\x9b\xd2\xd9\x59\xe3\xec\xaa\x6e\x76\xd3\x35\xdb\x15\xcd\x67\xf0\xd2\x76\xd7\x06\x2f\xa8\x2c\xab\x83\x6f\xc2\x65\x5b\x1a\xf1\x4b\xe0\xa3\xfd\x4e\x15\xc1\x5e\x0b\x7c\x96\x75\xfb\x5c\x55\xc0\x3d\xd7\xff\x7a\x64\xb7\x1e\xc5\xbe\x0f\xc0\xd8\xe1\xe2\xf4\x01\x18\x7d\x00\xc6\x67\x1b\x80\xd1\xae\x4d\xd0\x78\xeb\x74\xbd\x35\x2b\x48\x79\xa3\x80\xf8\x05\x44\x29\x2c\x1f\xba\xd6\x94\xd2\xa2\xf2\x79\xfc\x26\xa4\xfa\xc6\x09\xbf\x84\x74\xdf\xd7\x29\xda\x69\x9d\xa2\xbd\x9b\x76\x2f\xf8\xf5\x82\x5f\x2f\xdb\x74\x9c\x70\x2f\xdb\xec\xaf\x6c\xf3\x5a\x0a\xcb\xe7\x04\xa1\xab\x85\xa7\x52\x66\xcc\xd2\x00\x5b\x03\x47\x03\xee\x81\x3c\x4b\x38\x8e\x57\x05\xe1\xfc\x82\x0a\xb9\x66\x89\x68\x66\xda\xd5\x1f\xbc\x05\xc9\x4c\x8f\xd3\x8c\xf8\x77\x13\x4b\x1b\x4e\xf9\x55\xc3\x68\x81\x5e\x21\x78\xac\x14\x84\xf6\x5c\x5a\x47\x95\x86\x3b\x29\x18\xf2\xdb\xb7\x42\xc5\x2f\xa1\x4e\x7c\xc6\x0e\x81\xde\xe8\xff\xfb\x2c\x74\xbe\x37\x52\x6a\xaf\xca\xf5\x59\x94\xbd\x11\xbf\x57\x74\x7b\x45\x77\xe7\xcb\xb8\x4f\x8a\xee\x2b\x4a\xd4\x26\x2d\xe4\x59\xca\x16\x6e\x26\x5b\xf7\xa2\x75\x2f\x5a\xf7\xa2\xf5\x67\x2b\x5a\xef\xc7\x0a\xf7\x72\x75\x2f\x57\xf7\x72\x75\x2f\x57\xf7\x72\xf5\xce\x97\xb1\x97\xab\x2b\x72\x35\xfc\xe5\xd2\xa2\xd7\x15\xb2\x3b\x0b\xd7\x1d\x72\xa0\xdf\x8a\x64\xdd\x4b\xd5\xbd\x54\xbd\xdf\x52\xf5\xde\x4c\xe8\xf3\x4b\x7c\xec\x53\x07\xfb\xd4\xc1\x3e\x75\xf0\x35\x52\x07\x1d\x2f\x59\x26\xa1\xd4\x05\x8b\x1f\x6b\x1c\x68\x6f\x65\x8b\x62\xb4\x9b\x86\x75\xec\x6a\xa9\x1d\xb0\xfc\x26\x95\xa5\x4a\xbf\xb9\x86\xf6\xa8\xde\xd4\x81\x93\x16\x34\xa3\x70\xe3\x5b\x8d\x08\xf6\x93\x7d\xf3\x6d\x81\x7f\xd7\x47\xdd\xd7\x9b\x42\xc1\xae\xf5\xf5\xa6\x9e\x71\xde\xee\x70\xad\x98\xb9\xa3\x51\x63\xe3\x7d\xa3\xd3\x7e\xf5\x00\xb9\xf6\x93\xfe\xaa\xe1\x72\x8d\x37\x49\x2d\x59\xe7\xf8\x9f\x8d\x17\xc5\x2b\x94\xd9\x5a\xfb\x76\xf8\x40\xd4\xe7\x72\x35\xf4\x65\xb6\xfa\x7a\x10\x3b\x9a\xee\x46\xac\xff\xcd\xce\xb6\x2f\x2a\xd6\x17\x15\xeb\x8b\x8a\xf5\x45\xc5\xfa\xa2\x62\xe8\x77\x5e\x54\x6c\x6d\xf1\xd1\x8c\xe3\x73\x91\x20\xfb\xa2\x62\xbd\x10\xb9\xbb\xe9\xfe\xbe\x84\xc8\x3d\xb4\x20\xec\x45\xf5\x34\x6f\x41\x78\x75\x9c\x0f\x37\x92\xae\x58\x1f\x6e\x41\x7b\xbc\x0f\xfb\x7f\x3d\xde\x47\x8f\xf7\xd1\x32\xeb\x3e\x98\xb5\xc7\xfb\x40\x7d\xb8\x66\x1f\xae\xb9\xcf\xe1\x9a\x1d\xb6\xb1\xc7\xfb\xe8\x28\xce\x3d\x13\xe6\x87\x93\xb9\xd6\xc2\xfd\xf8\xa9\xae\x68\xec\xad\x94\xe6\xc6\xfa\x3b\xc3\xff\xa8\x4e\x7b\x2f\x54\x92\x17\xc4\x01\x69\xa2\xeb\xce\x0a\xc8\xdb\xc0\x03\x71\xa3\xed\x13\x17\xfb\x10\xeb\xfd\x0f\xb1\xde\xbb\xc4\xc5\xbd\x91\x64\x7b\x75\xaf\xcf\x5d\xec\x73\x17\x7b\x65\xb8\x57\x86\x77\xbe\x8c\xfb\xa4\x0c\xbf\xb2\x84\xfd\x8c\xb8\x20\xdb\xc9\xda\xbd\xa8\x6d\xde\xeb\x45\xed\x5e\xd4\xfe\x4c\x45\xed\xfd\x58\xe1\x5e\xce\xee\xe5\xec\x5e\xce\xee\xe5\xec\x5e\xce\xde\xf9\x32\xf6\x72\xf6\x8b\xe1\x84\x34\x09\xdb\x1d\xf3\x6d\xde\x92\xa4\xdd\x4b\xd9\xbd\x94\xbd\xdf\x52\xf6\xde\x4c\xa8\xc7\x0c\xe9\x31\x43\x7a\xcc\x90\x1e\x33\x64\x23\xf9\xe6\xdf\xec\xb1\x7c\x17\xdc\xc4\xfe\xca\x7e\xf7\x5d\xc2\x27\x77\x8b\x8c\xe8\xff\x9e\xd1\x94\x30\x09\xd2\x28\x55\x8b\x50\x9e\x69\x59\xf9\xfa\x9a\xbf\xbb\x3d\xbf\xfc\x70\x11\x66\xd3\xbc\xfb\x78\x7f\x71\x77\x7e\x3d\xb8\xf1\xeb\xe2\x67\x15\xae\x85\xfd\xae\x24\x92\x59\x92\xbf\x21\x5a\xf7\x84\x53\x73\xab\xb0\xca\xe5\x66\x23\xbb\x19\xde\x0e\x6f\x7e\x84\x6c\xa0\xf1\xd9\xf9\xed\xe0\xbb\x8b\x12\x41\x94\x9e\x0f\x4e\xff\x76\x7f\x7e\xd3\xfe\x7c\xf8\xdf\xe7\xb7\x77\xb7\x6d\x4f\x6f\x86\x17\xc3\xc1\x6d\xfb\xd7\xef\x07\xe7\x17\xf7\x37\xc3\xa5\xeb\xb1\x74\xb4\xcb\x95\x10\x09\x8b\x04\x71\xfe\x28\xb2\x5c\x43\x14\x6b\x88\xbc\xf8\xe8\xd8\x61\x53\x5f\x27\xe8\xde\xea\xf4\xd4\x36\x6e\x18\x6c\xd0\x90\x51\x46\x62\x2a\xf1\x24\x21\x71\xad\x25\xb7\x86\x6d\x2d\xe1\xd2\xa0\x9e\xb4\xf6\xec\x45\x4e\xcd\xf3\x22\xc3\x0b\x10\xe4\x28\x2a\xc2\xe2\x86\x3e\xcc\x3e\xb4\xf6\xc0\x34\xef\xa2\x8f\xa4\xd4\x53\x94\x0b\x41\x98\x4a\x16\x88\x7c\xa2\x52\xc9\x5a\xa3\x6e\xfb\xda\x9a\xb5\x77\xaa\x6f\x70\x8e\x25\x9a\x10\xc2\xca\xe3\x17\x24\x21\x58\x36\x8c\xd9\xee\x7e\xb7\x65\xf1\x7b\x65\xad\x31\xe6\x32\x9a\x62\x9a\xe4\x82\x54\x4e\x0b\x4f\x33\x2c\xa8\xe4\x6c\xf8\x49\xdf\x65\xfa\x20\x5f\xc1\xe7\x5c\x6c\x76\x62\x86\x7f\x0b\x29\xf8\xb2\xfc\xcf\x0f\x77\xe5\x7f\x95\xce\xfc\xc5\x5d\xf9\x5f\xcb\x69\x3d\x68\xb8\x4a\xd9\x87\xe8\xc3\xdd\x09\xfa\x00\x21\x4e\x02\xdd\xcd\xb1\xa1\xd8\x8b\xbb\x13\x74\x41\xa4\x84\x5f\x8a\x8f\x15\x55\x09\xcc\xed\x3b\xca\xb0\x58\x20\x37\x7d\x93\xe8\x8a\xa3\x39\x22\x7e\x69\xaa\x8b\xc7\xfe\x91\x33\x50\xdd\x8b\xd5\xbb\xe0\x33\x1a\xe1\x64\xbb\x45\x1c\x5c\x96\xf8\xc0\xd5\xcd\xd2\xa5\x08\xdf\xae\xaf\xc5\xe0\xf2\x0c\x92\x48\xdd\x50\x1b\x66\x7e\x49\xa4\x26\x92\x88\xb3\xd8\x7a\x69\xf4\xed\xbf\x08\x84\xfa\x7f\x70\x48\xc4\xcd\x25\x65\x33\xdd\x22\x3a\x46\x57\x37\x23\x76\x25\x62\x63\x08\x25\x5a\x1a\x36\x34\x47\x25\x62\x5c\x21\x9a\x66\x5c\x28\xcc\x94\x56\x04\x40\x0c\xb0\x2b\x62\x38\xc0\x29\x4f\xd3\x5c\x61\x7d\xd0\x6a\x8b\xca\x8c\x39\xe4\x96\xa8\xf3\x18\x5c\x2b\x0d\x6b\x68\xe4\x84\x62\x2e\x99\xd0\xed\x6b\x19\xa5\xac\x43\xd3\xb8\xa6\xca\xba\x26\xb0\x10\xb8\x2c\x4d\xbc\xa3\x8a\xa4\xd5\xf7\x3b\x06\x79\xfe\xab\xd1\x40\x70\x6a\x92\x2a\x88\x18\x88\x68\x4e\x15\x89\x94\x3e\x82\x1b\xd1\xc4\xfd\xe5\x0f\x97\x57\x3f\x85\x12\xc4\xbb\xc1\xc7\xb3\xbf\xfc\x7b\xe9\x87\x9b\x8f\xb5\x1f\xc6\x3f\xfe\xa5\xf6\xcb\xff\x6f\x29\x3d\x55\x7b\xaa\xe9\xf9\xc1\x5c\x0e\x41\xa4\x06\x9b\xb0\x9b\x2a\xa2\x29\x9e\x11\x24\xf3\x4c\x53\x80\x3c\x2a\xef\xaf\x16\x29\x2f\x38\x8e\x29\x9b\x99\x0c\xd0\x0b\xaa\x88\xc0\xc9\x47\x9c\xbd\x77\xf6\xeb\x0d\x56\xe7\xbf\x6e\x4b\xf9\xba\xef\x7e\x1e\x7c\x0c\x33\x7e\xdf\x5d\xdf\x5c\xdd\x5d\x2d\x9d\x75\xa9\x85\xfa\x31\xd2\x8f\x4f\xe0\x7f\xd1\x31\xd2\xad\x7b\xc9\x37\x25\x0a\x6b\x8d\x00\x7d\x69\x92\xe6\x7c\x22\x0d\x65\x09\x9c\x9a\x4c\xd0\x94\xc2\x95\x62\x2c\x78\x5f\x19\xe1\xda\x6b\x0f\xfe\xdc\x98\x0f\x40\x5b\x76\x97\x32\x8b\xb1\x88\xd1\x3f\x64\x35\x7d\x1c\x0c\xc7\xe6\x07\x12\xa3\x43\x34\x57\x2a\x93\x27\xc7\xc7\x4f\x4f\x4f\x47\xfa\xed\x23\x2e\x66\xc7\xfa\x8f\x43\xc2\x8e\xe6\x2a\x4d\x4c\xba\xbc\x5e\x85\x13\x74\x2d\xb8\xbe\x42\x40\x41\x27\x82\xe2\x84\xfe\x46\x62\x34\x31\xfc\x8f\x4f\xd1\x2f\x11\x17\xe4\xa8\xd8\x18\x6b\x54\xb2\xf7\x88\x35\x3c\x1d\xeb\x97\x1a\x98\x49\x75\x3f\x51\x4c\x22\x1a\x5b\x31\x83\xb0\x88\x83\xe5\xd1\xf8\x2a\x74\x7b\x2e\xd3\x50\x6b\x34\x59\xae\x8a\xe5\x0c\x94\x15\x1c\x93\x20\xdb\x5d\xf1\x32\xc1\x69\xc5\xe7\xdc\xa8\xad\xb9\x56\xd1\xf5\xdd\x8a\xe1\x56\x75\xaf\x66\x7a\xc2\x11\x4f\xd0\x24\x9f\x4e\x89\x08\x1d\xd2\x07\x5a\x9b\xa1\x12\x09\x12\xf1\x34\x05\x89\x41\x7f\x95\x4b\x43\xd5\xb0\x62\x76\xb4\x47\x23\x06\xfb\xaf\xd5\x1c\xa0\x80\x98\x03\xab\x63\x84\xc4\x08\xb3\x85\xe9\x66\x92\x4f\xc3\xf6\x0d\x0c\x05\x8e\x11\x55\x23\x36\x48\x12\x24\x48\xca\x15\x09\x72\x28\xc1\x79\x56\x5e\x70\x60\x91\x82\x64\x09\x8e\x48\x6c\xe8\x21\xe1\x11\x4e\xd0\x94\x26\x44\x2e\xa4\x22\x69\xd8\xc0\x97\x60\xab\xd1\x6b\x46\x25\x8a\xf9\x13\x4b\x38\xb6\xf3\xa8\x7e\xf6\x55\xf9\x34\x0e\x1d\x44\xc0\x50\x08\x2e\xe0\x7f\x7e\xa0\x2c\xde\x19\x87\xba\xbf\x1d\xde\x84\xff\xbe\xfd\xf9\xf6\x6e\xf8\x71\x3d\xee\xe3\x29\x0b\x86\x07\x3a\xfc\x09\xba\x35\x8b\xc0\x85\x96\x88\x44\xcb\xa4\x3e\x5a\x52\x2a\x7e\xe0\xf1\x86\xdc\xf7\xe3\xe0\xf2\x7e\x50\xe2\x28\xb7\xa7\xdf\x0f\xcf\xee\x2b\xfa\x80\x9d\x5f\x49\x86\x37\xea\x5f\xf8\xdb\xe9\xf7\xe7\x17\x67\xe3\x06\x85\xf1\xdd\xcd\xf0\xf4\xea\xc7\xe1\x4d\xa1\xdb\x35\x2e\x51\x65\x30\x55\x66\x75\x67\x98\xd2\x9c\xc7\x68\xb2\x68\x06\x84\xd0\x92\x73\x02\xbe\xd8\x02\x12\xc5\xb4\x7a\x02\xbc\xc9\x61\x73\x14\x5f\xa4\x3c\x26\x07\xf6\x1d\x40\xd2\x30\xc6\x15\x23\x31\x37\x37\xac\x7b\xc7\x2c\x30\x54\x18\x90\x0b\xbf\x70\x27\x68\x80\xa4\x7e\x31\xd7\x87\x5a\xd0\xd9\x0c\x0c\x87\x95\xa1\x9a\xd6\xec\xa7\xb0\xbc\xf0\x9d\xd9\xff\x4c\x70\x38\xe7\xba\x5b\x6b\x71\xf6\x56\x09\xf3\x21\xa0\xae\x94\x5b\x14\x18\x0c\x0e\x0d\x43\x73\x9b\xa5\x17\xa1\x75\xbd\xcc\x79\x34\xf6\x22\x7d\xb8\x80\x6d\x49\x63\xef\xcc\x04\x79\xa4\x3c\x0f\x3e\xb5\xc0\x1e\xa5\x1d\x6f\x6c\xbe\x58\x00\x58\x36\x63\x14\xa9\x34\xe3\xc9\xa3\xb1\x05\xcd\xc2\x1e\xa1\x85\xa9\xe0\x69\x43\x1b\xe5\x63\x72\x7e\x75\xab\x04\x56\x64\xb6\x38\xb3\x2c\x63\xf3\xe3\x71\x76\xf5\xd3\xe5\xc5\xd5\xe0\x6c\x3c\x1c\x7c\x28\x9f\x78\xff\xe4\xf6\xee\x66\x38\xf8\x58\x7e\x34\xbe\xbc\xba\x1b\xbb\x37\x96\x92\x7c\x4b\x07\xf5\x7b\xba\xfc\xe2\x09\xd2\x2c\x17\x58\xa3\x03\xbc\x0b\xf8\xe3\x84\x4c\xb9\x30\x7c\x3e\x75\xa1\x0b\x56\x84\x71\x6b\x6b\x75\xb1\xca\x2c\x4e\xc0\x32\xd6\xd4\xa4\xb1\x7a\x2b\x41\x70\x0a\xf7\x04\x66\x68\xc8\xe2\xc3\xab\xe9\xe1\xad\xf9\x31\xc5\xe2\x81\x08\xff\xe9\x93\xa0\x4a\x11\x56\x52\xe9\xb0\x1b\xb2\x57\x12\x8b\x0e\x8e\xd0\x8d\xe6\xfb\xfa\x7d\x7f\xa9\x69\x62\x8f\x89\xc2\x34\x91\x76\xb0\xa5\x75\x3d\x41\x17\x58\xcc\x0a\x3b\xdc\x97\x7c\x3a\x35\x8d\x7d\x65\x86\xa1\xef\xb0\xd2\x2c\x1a\x78\xaf\x26\x0d\x77\x2f\x42\x7f\xf6\x65\x2f\x0f\xd7\xa9\xea\x3e\xdb\x8e\xa6\xee\xaf\x61\xc5\x8d\xc6\x5e\xd2\x0d\xed\x93\x06\x5a\x83\x89\x9b\xc7\xcb\x2f\x99\xe6\xb6\xeb\xe4\x54\x7e\xb1\x81\x9c\x4c\x2e\x95\xde\xf9\xa9\xd6\x36\x1b\x68\x89\x7c\xa2\xd6\x60\x10\x8e\xbb\x42\x42\x45\x33\x60\x5e\xc5\x59\x46\xb0\x90\x4d\xbb\x5d\x16\x03\x5b\xf6\xde\xf4\x14\xf6\x61\x37\xd9\xf5\x73\x80\x38\x03\x83\x83\x17\x22\x2a\x14\xd9\x81\x06\x4c\x5b\x35\x0a\xb8\x06\xb4\xa5\x2b\x8b\x6c\xf4\x91\x4a\xad\x34\x9a\x1f\xbf\xb3\x90\x4b\x9b\x11\xc4\xfb\xc1\xf9\x45\x45\xb8\x18\x9f\x0d\xdf\x0f\xee\x2f\x96\x9b\x09\x4b\xdf\x55\xb7\x18\x1d\x22\xfd\xbc\xec\x37\xa7\x53\x73\x67\x38\xe0\x28\xa3\xd2\x12\x06\x46\x2b\x0b\x55\x63\xec\xd5\x31\xc9\x12\xbe\x48\x09\x03\x13\x4f\xe9\x26\xd4\xeb\x39\xc5\xd4\x5e\x2d\xc1\x60\xc1\x8a\x63\xcd\x6e\x70\x8d\x1d\x3a\xb4\x2a\x12\xfb\x9b\xb7\x0c\x56\x55\x61\xdd\xd7\xc6\x7b\x66\xff\x73\xab\xb0\xda\xf0\x8c\x0d\x4e\xef\xce\x7f\x1c\x96\xf5\xc3\xd3\xef\xcf\x7f\x6c\x92\x6a\xc6\x1f\x86\x97\xc3\x9b\xc1\xdd\x0a\xe1\xa4\xd2\x64\x93\x70\x22\xf5\x80\xab\xde\x53\x2a\x7d\x44\x50\x64\x20\xaf\x10\x55\x12\x3d\x52\x49\x27\x14\x00\xc2\xac\x27\xf2\xfe\x1c\x38\xeb\x23\x4e\x68\x4c\xd5\xc2\x89\x2f\xa6\xdf\xf2\x3e\x6a\x4e\x6a\xdb\x37\x66\x87\xd0\x3f\x09\x56\x3e\xb3\x39\x6e\xd2\x27\x08\x74\xdb\x47\x50\xda\x82\xcf\x98\x16\xa4\xd9\x8c\x08\x33\x1c\xf0\xbe\x84\x63\x09\x9e\xeb\x51\x85\xc2\x4a\xb1\x6a\x5e\x68\x9d\x11\x46\x04\x80\xc0\xf9\x4e\x8c\x20\x25\x08\xfb\x42\xcb\x5c\x59\x42\x23\xaa\x92\x05\x8a\xc0\x86\x05\xe6\xcc\x14\x33\x3c\xb3\xc2\x01\xa8\x39\x15\x92\xf8\x9b\x41\x51\xbb\x9a\x5a\xd3\xfe\x1d\x25\x1b\x1e\xb3\xfb\xcb\xb3\xe1\xfb\xf3\xcb\x32\x09\x7c\x7f\xfe\xa1\x24\xc2\x7e\x1c\x9e\x9d\xdf\x97\x6e\x73\x2d\xc9\x2e\x97\xeb\xab\xcd\x36\x1c\x45\xff\xd2\x09\x3a\x33\x9f\x9e\xe8\xc5\x6d\x80\x88\xf3\xca\x6f\x65\x1d\x6e\x5c\x48\x9e\xfb\x63\xc8\x94\x68\xf4\x4b\x74\x35\x21\x59\x1f\x64\xc9\x86\xd4\x1c\xaa\x50\xeb\xfb\xb2\xea\x54\xae\x4e\xd9\xbd\x08\x41\x97\x47\x85\x65\x29\x8c\x61\x00\xa3\x41\x9b\x11\xab\xc1\xad\x55\x30\xec\x1f\xc1\x45\x9d\xe6\x52\x19\x57\x22\x10\x27\x7a\xf8\xab\xd4\x0b\x0a\xae\xc6\x23\x74\x4b\xc8\x88\x39\xeb\xc1\x8c\xaa\x79\x3e\x39\x8a\x78\x7a\x5c\xe0\x13\x1e\xe3\x8c\xa6\x58\x4b\xd2\x44\x2c\x8e\x27\x09\x9f\x1c\xa7\x58\x2a\x22\x8e\xb3\x87\x19\x44\xc0\x38\x77\xea\xb1\x6f\x76\xc6\xff\x70\xf1\xe7\xaf\x0f\x2f\xfe\xfa\xf5\xbb\xba\x85\xac\x6d\xff\x87\x2c\xc2\x99\xcc\x13\x1b\x31\x27\xc2\xb5\x71\x47\x3e\x27\xab\xf6\xfb\xb2\xbc\x5d\xdb\xe9\xaf\xa7\xd7\xf7\x25\x8b\x75\xf9\x9f\x1f\x87\x1f\xaf\x6e\x7e\x2e\x71\xca\xbb\xab\x9b\xc1\x87\x12\x43\x1d\x5e\x7f\x3f\xfc\x38\xbc\x19\x5c\x8c\xdd\xc3\x6d\x6c\x6f\x3f\x30\xfe\xc4\xca\x4b\x23\x1d\x07\xac\xf5\x74\x82\xde\x73\x81\x7e\xf0\x3b\x79\x38\xc1\x12\xae\x18\x77\x67\xc9\x03\x94\xf1\x18\x18\x2f\x22\xd9\x9c\xa4\x44\xe0\xc4\xda\x0c\xa4\xe2\x02\xcf\xcc\x4d\x2f\x23\x81\x55\x34\x47\x32\xc3\x11\x39\x40\x11\x50\xc3\xec\x00\x36\x05\x54\x2d\x3e\xab\xda\xf9\x6e\x72\xa6\x68\x4a\x9c\x0a\x6e\xff\x79\x67\x36\x63\x83\xcd\xb9\xba\xfb\xbe\x2c\xec\xbd\xbf\xf8\xf9\x6e\x38\xbe\x3d\xfb\x61\xe9\x7a\x9a\xcf\x4a\x23\xbb\x85\x00\xa4\x53\x9e\xe4\x29\x0b\xff\xde\x7c\x6c\xe7\x97\x77\xc3\x0f\xd5\xd1\x5d\x0d\xee\xca\x94\x71\x53\x0e\x70\x7b\xf7\xdd\xd5\xd5\xc5\xb0\xe4\x12\x7e\x77\x36\xb8\x1b\xde\x9d\x7f\x2c\xd1\xcf\xd9\xfd\x8d\x41\x23\x5c\x36\x4d\x37\x82\x86\x89\xea\x69\x85\xd3\xdc\x35\x2b\xec\xc4\x89\x06\x36\xa0\xdc\x9c\xe5\xc3\x00\x6e\xc7\x84\x83\x81\x55\xe7\xd0\x9b\x54\x23\x33\xd2\x46\x76\xa8\xca\xdb\x84\xda\xd9\xf1\xd2\x8d\x5e\xc6\x95\xef\xfc\x10\x0c\x14\xa8\x51\xb6\x71\x92\xf0\x27\x13\xca\x9b\x52\x7d\x2b\x5b\x60\x34\xfd\x8a\x2c\x3c\x84\x47\x0d\x1c\xaf\xbc\x2d\x24\x12\x44\x7d\xe4\x39\x53\x9b\x93\xdc\xe0\xb2\xc4\x77\x86\x97\x3f\x8e\x7f\x1c\x94\x29\xf0\xfc\x62\x39\xab\x09\x9b\x68\xb8\x8a\x07\x97\x3f\xfb\x4b\x18\x02\xbe\x0f\xbc\x86\x6a\x64\xd7\x28\xa1\x5a\xec\x8d\xb0\xd6\x5e\x13\x90\x68\x10\xa1\x60\x72\x48\xf5\xe4\x20\xc0\x34\x33\xfe\x24\xc3\x9f\xcc\x20\x4f\xdc\x1f\x95\xf6\x24\xac\x0b\x58\x53\x5d\x3c\x3d\xb4\x63\xb5\x6a\x86\x08\x7b\xa4\x82\x03\x9e\x2d\x7a\xc4\x82\x6a\x69\xdc\xb4\xac\xe7\x7a\x02\xff\xbb\x5e\x9b\x60\x18\xad\x30\xae\x5b\x2e\xd4\x99\x0f\xe4\xdd\xcc\x1a\xd2\x14\xd0\x5a\x0f\x65\x6d\x36\x74\xd4\xbf\x6d\xd8\x9c\x2d\x03\x7e\xcb\x13\xfe\x35\x39\xa3\x38\xd1\x0c\x60\x77\xf2\xe2\xe0\xf2\xf6\xbc\x2c\x3f\x96\xd5\x8c\x80\x2f\x6f\x2c\x2f\x82\xa1\xd2\x8c\xdc\x29\x13\xb7\x7f\xbb\x30\xda\x05\x80\x1e\x9b\x73\x1b\x28\x16\x20\x00\x39\x14\x94\x0c\x0b\x59\xf9\x42\x22\x00\x42\x2b\x02\xae\xf4\x9d\x05\xe1\x4c\x8f\x9c\xc6\x23\x46\x3e\x65\x84\x49\x08\x0e\x30\xf7\x59\xe1\x6b\x97\x47\xe8\x7c\x0a\x2c\x41\xbf\xce\x50\xce\xac\x03\x4c\x5f\xb8\x66\x90\x07\x5a\x94\xb5\x43\xf0\x1a\x22\x18\x5e\x18\x71\xc1\x52\xc5\xe0\x47\xec\x27\xef\x44\x83\x47\x53\xae\x19\x90\xde\x45\xdb\xde\x09\xc2\x4c\xd2\x03\xa4\x15\x96\xea\x9e\x42\xea\x80\x56\x28\x6d\x08\x97\xe6\x34\xf6\xcf\x97\xbf\x06\x6a\x71\xc2\xe1\x65\xd0\x7c\x17\x54\xae\x82\x16\xd1\x38\x31\x1e\x93\x71\xf7\x3b\x21\xe2\x82\x58\x3f\xcb\xda\xd7\xc0\x2a\xc6\x7e\x87\xe5\x43\xcd\xf7\x70\xce\xa4\xc2\x2c\x22\xa7\x09\x96\x1b\x06\x21\x39\x1b\xc7\x41\x59\xe2\xb8\xb9\xb9\xbf\xbe\x3b\xff\x6e\x05\x97\xaf\x7e\x5c\x0f\x03\x8a\x92\xdc\xb9\xe7\x26\x82\xe3\x18\x69\xf6\x39\xe3\xc6\x15\x68\x05\xff\x02\xfa\xdb\xe4\xf5\xf8\x80\xca\x12\xec\x78\x91\x8e\x60\xed\x1c\xa1\x2b\x81\xda\x85\x40\x91\x5e\x09\x14\x98\x3c\xdc\x56\x83\x67\xd1\x14\x24\xb1\xd6\xad\x2c\xc1\x6a\xca\x45\x6a\xb8\x7c\x69\xd2\xa6\xf1\xe5\x8d\x52\xa6\x88\x10\x79\xa6\xa8\xc3\x72\xaf\x4a\xa9\x50\xe1\x9d\xcf\x3e\x12\x29\xf1\x8c\x6c\xe3\x80\x6e\x52\x1e\x6e\x7f\x0c\xff\x09\x0e\xe6\x2e\xb2\x7f\x69\x84\x2e\xf2\xdd\xd1\xd3\x15\x7b\x6f\x02\x79\xae\x79\x42\xa3\x0d\x03\xee\xde\x0f\xce\x2f\xc6\xe7\x1f\xb5\x12\x3f\xb8\x1b\x5e\x94\x44\x09\x78\x36\x78\x7f\x37\xbc\xb1\x20\xd6\x83\xef\x2e\x86\xe3\xcb\xab\xb3\xe1\xed\xf8\xf4\xea\xe3\xf5\xc5\x70\x45\x64\x4e\x6b\xe3\x75\xeb\x6a\xf5\xd5\x93\xda\x2f\xb0\xc3\x9a\x97\x85\xf6\x32\xc8\x1a\xc3\x34\x01\x27\x38\x37\xce\x70\x8c\x18\x8f\x09\xfc\x2c\x9d\x75\xc6\x23\x47\xa3\x73\xf5\x45\x92\x20\x9c\x2b\x9e\x62\xf0\xda\x24\x8b\x11\xc3\x13\xcd\x5a\x71\x92\x04\xe1\x5d\x22\x67\x4c\xb3\x58\xdd\x98\x81\x68\x8f\x12\xa2\xd9\x79\x16\x24\xfb\x59\xbf\xc1\x94\x32\x88\xb4\x4d\xb1\x78\x30\x6e\xa6\xa2\xcb\xe2\x50\x48\x84\xe5\x88\xe9\x71\x11\x6b\x18\xea\xb2\xc2\x27\x9d\xde\x6a\x5d\x9d\x14\x3f\x10\xbd\x2a\x69\x1e\xcd\x51\x26\xf8\x4c\x10\x29\xad\x6d\x39\xc2\xcc\x04\x20\xd8\xd7\xf5\x35\x34\x62\x8c\xeb\xa5\x70\x26\xec\x98\x64\x84\xc5\x84\x45\xd4\xa4\xf5\x81\xef\xde\x9b\x36\x67\x02\x67\x73\x24\x39\x38\xbd\x61\xd9\xc1\x7e\x65\x3e\x72\x37\x99\x99\xb1\x79\x1c\x5a\xa0\x45\xae\xf9\xc4\x15\xc8\x89\x66\x95\xe1\x63\x77\x19\x3a\xb7\x8b\xb1\x03\xa6\x59\x42\x94\x01\xeb\x87\x25\x87\xcd\xd0\x6b\x5d\xda\x0f\xbd\x4d\x4d\x9b\xa0\x2f\x6c\x37\x66\x2c\xed\x88\x8e\x1a\x2c\xdb\xf6\x48\xa1\xef\x31\x8b\x13\xdd\x8a\xf3\x61\x94\xcf\x22\xa4\xa2\x0c\x34\xd5\xb8\xd3\xb8\xcd\x2d\x1a\xe1\x5c\x6e\x73\x8d\x56\x72\x31\x8d\x55\xf0\xb0\x08\x0a\x01\xf2\xb6\x89\x98\xb0\xba\x99\x66\x91\x38\xe1\x76\x95\xcc\xeb\xb9\xa9\xff\x84\x60\x34\x2d\xd7\x6c\x26\x28\x8b\x68\x86\x93\x8d\x74\xbf\x4a\x30\xbe\x8d\x71\xff\x92\x4e\x35\xf9\x7c\x55\x73\xdb\x2a\x22\x52\x48\x50\xb6\xc3\xf4\x5b\xb8\x86\x25\xc9\x66\x35\x10\x59\x44\x93\x60\xc1\x73\xe3\x8f\x83\x75\x21\x71\xc3\x51\x3d\x6a\xda\x6e\x7d\x32\x70\x39\x00\x7a\x83\xcd\x36\x91\x3f\x6d\xeb\x57\x69\xc5\xf6\x6e\x82\xf1\x70\x72\xdd\xdc\x66\xd3\x0e\x04\x0f\xff\xb5\x8c\x76\x3e\xe2\x4c\xd3\x8c\x85\xed\xc7\xc5\x1c\xad\x92\x64\xab\x82\xb9\xf8\x99\xc0\x77\xee\xf3\x42\xba\xef\x46\xb1\x84\x36\x00\xaa\xde\x49\x29\x86\x20\xc8\x31\xb7\x34\x3e\xcd\xb5\x2c\x8b\x30\x44\x21\xa0\x2f\xc9\xd1\xec\x08\xb9\x22\x0c\x07\x68\x70\x7d\x3d\xbc\x3c\x3b\x40\x44\x45\x5f\xb9\x98\x45\x1b\xb0\x34\x62\x8a\x5b\x69\x65\xe1\x0a\x68\xa4\x44\xcc\x48\x69\xce\x2e\xba\x09\x42\x95\x67\x54\x2a\x1b\x3e\xab\xf9\x4a\x50\xea\x84\xa6\x55\x31\xdb\x50\x48\xae\xe6\xdb\x90\x06\x96\x32\x4f\xb5\x2e\x3b\xa6\x38\x1d\x0b\x9e\x6c\xc3\x14\xce\x60\x2a\xa0\x2e\xfb\xf4\x7c\x8a\x53\xa4\x9b\xb5\xa1\x20\xde\xe5\xe8\x45\x3a\x2d\x18\x69\xbe\xac\xef\xcd\xe0\xde\x72\xde\x07\x1b\x8f\x46\x5d\x08\x04\xa4\xef\xb7\xb0\x8a\xc2\x6c\x3c\xb6\x96\xfa\x31\x8e\x22\xad\x72\xef\x78\x52\x41\xfd\x1c\xe7\x12\xb0\x1d\x3d\xdb\x34\x57\xd1\xb9\x1b\x66\xa6\x39\x18\x04\x03\xeb\x2b\x57\xf2\x88\x16\xed\x37\xf4\x3b\x59\xd4\x7a\x75\x15\x6e\xee\xa5\x37\xa9\x98\x4b\x58\x12\xd8\x49\x69\x2a\xe4\xa8\x39\x59\xa0\x39\x7e\x24\xa5\x2e\x5d\x42\x8c\x6e\x78\xc1\x73\xd1\xc4\xe8\x46\xec\x8c\x64\x82\x68\x49\xbf\xea\x40\xf1\x34\x7d\x53\xa6\xc4\x9e\xae\x7b\xba\x7e\xf3\x74\x7d\x6a\x0a\x25\x0d\x7c\x61\xac\xad\x04\x38\xd3\xd8\x38\xe3\x3c\x19\x77\xb0\x89\x74\x5f\xf1\x92\x27\xac\x52\x36\x0a\x20\x01\x78\x0e\xf2\x51\xe9\xda\xe4\xfa\xae\x0b\x52\x6c\xed\xf0\x96\x2c\x83\x73\x99\x05\xf5\x72\xb6\x39\xef\x4d\xad\x2c\x6b\x09\x3d\xbb\x98\x73\x6a\xe4\x1b\xef\x2e\x0b\xeb\x9f\x96\x0e\x93\x13\x45\x28\xab\x55\x63\x33\xf4\xac\x17\xd8\xc8\x1d\xbf\xe6\x5c\x61\xf9\xd5\xd1\x88\x69\x21\xea\x81\x2c\x8c\xb9\x55\x8b\x29\x7f\xd4\xb2\xf8\xa1\x24\x4c\x42\xb8\xf7\x1f\x8d\x7b\x4e\x93\xb8\x33\x57\x1b\xd5\xd4\x14\x81\x83\xa0\x6b\xdf\x0b\x84\xe8\xda\x46\xad\x94\x54\x04\x40\x83\x9c\x6f\xe6\x62\x9f\x99\xe1\xcf\x88\x82\x14\x6b\x45\x15\xe8\x4c\xb1\xa9\x32\x57\x1b\xfa\x4a\xd3\x95\xa1\x0a\xc1\xc1\x4f\x12\xe7\xdb\x31\x7e\x59\x6f\x63\x25\x67\xf4\xda\xc2\xad\x8d\x79\x3f\x76\x76\xa3\x48\xf0\x5a\xe9\x36\x2c\x91\xd9\xe9\x89\x61\x07\xce\x7f\x4d\xd8\xd1\x13\x7d\xa0\x19\x89\x29\x86\x08\x78\xfd\xaf\x63\x3d\xaf\x3f\x9c\xde\x5c\x5d\x8e\x8b\x4c\x9e\xff\x1c\xb1\x41\x22\xb9\xcf\x52\x40\x8c\x33\x1f\x6e\x9f\x09\xe2\x44\x42\x3b\x17\xb0\xba\x16\x66\xc4\x11\x6b\x1b\x41\xcc\x23\x79\x84\x9f\xe4\x11\x4e\xf1\x6f\x9c\x81\x2b\x7d\x00\x7f\x9e\x26\x3c\x8f\x7f\xc2\x2a\x9a\x1f\xc3\xb9\x56\xc7\xe4\x91\x30\x65\xdc\x54\x7a\xb9\x62\x48\xde\x95\x10\xad\xff\x07\x3d\xe6\x22\xa9\x48\x6a\x4d\x36\x22\x99\x42\xff\x8f\x20\x13\xce\x55\xf3\x25\xc5\xa7\x53\x49\xd6\xba\x90\x0a\x25\xed\xf6\x0a\xfd\xf5\x2f\x5f\x7f\xa3\x49\x68\x93\x35\x3e\xbf\xbd\x1a\xeb\xef\xff\x70\x66\xbf\x97\x6b\xb0\xbb\xab\xac\x60\x6d\x8e\x78\x4c\xe0\x7c\xce\xe0\xf6\x13\xe0\xbc\x00\xf6\x06\xe4\x50\xec\x63\x13\x77\x3b\x2b\xb5\xbe\x9d\xca\xb6\xd1\x62\x82\x8a\x1d\xcc\x11\x1d\x22\xc6\x51\x6a\x62\x4d\x31\x43\xff\xfe\xc3\x77\xcd\x1b\x98\x0b\xba\x51\x87\xd4\xc2\x35\x04\x5d\x4a\xfa\x1b\x91\x48\x53\x8d\xa6\x62\x9e\xea\xae\x05\x91\x73\x9e\xc4\xe8\x89\x80\x9a\x64\xe3\x40\xbd\x56\x2e\xc8\x88\x85\x4d\x40\xc8\x21\xc2\x89\xe2\x33\x02\x77\xb5\x53\xd4\x14\x11\x5a\x54\x31\x59\x1a\x8a\x0b\x72\x60\xa0\xbe\x6e\xff\xec\x62\xab\x61\x9a\xf0\xc8\x25\xb5\x58\x93\x5c\x3c\x69\x9e\xf9\xb4\x6a\x7a\x45\xed\x36\xfc\xea\x26\x5b\xb3\x6d\xf3\xd2\xd8\x24\x14\x6b\xc3\xaa\xee\x4c\xf3\x60\x68\xc4\xd9\x38\xa1\xec\x61\xa3\xcd\xb8\x72\xa2\x9c\x6e\xc1\xae\x99\x6e\xd1\xdb\xb9\x8d\x05\x64\x8d\xf3\xf1\x3e\x4f\x12\x93\xda\x12\x6e\x0f\xc8\x5d\x66\xdd\x40\x18\xc8\x4c\x0e\x28\x89\xad\xdf\xcb\x6a\xc2\x82\x30\x08\x78\x1b\xb1\xc9\xc2\xfa\x6c\xe5\x01\x92\x79\x34\x77\x99\x79\x11\x67\x52\x8b\xd1\x5c\xa0\x88\xa7\xa9\x29\x6e\xca\x08\x52\x9c\x27\xd2\x46\xbb\xb3\x43\x85\x23\x35\x62\x45\x7f\x2b\x4e\x9e\xa9\x80\xb4\x5d\xea\x5e\x77\x97\x4e\x51\x69\x69\xa9\xc0\x4d\xe3\x10\xb3\x01\x8c\x60\xc6\x13\x15\xa0\x3f\xf0\xfa\x59\x32\x1b\xd6\xa2\x19\xc8\x39\x17\x6a\x1c\x37\xf2\x9c\x95\x44\x53\x65\x84\x8c\x1c\x26\x10\x34\xcc\x1f\xb5\xf0\x4f\x9e\xbc\xf1\x75\xd9\x10\x34\x55\x2f\x1b\x41\xb7\x63\xb4\x74\x64\xeb\x92\x60\xcb\x5a\x19\x04\x8f\xa8\x1c\x13\xbe\x6a\x8c\xb7\xf0\xd5\xa9\xfe\x68\xe9\xe2\x55\xcf\x9d\x13\x82\x78\x5c\x80\xcd\x99\x7b\xdd\x66\x84\x2c\x5b\x53\x0b\x9d\xf0\x7c\x99\xa3\xcb\xa6\x72\x5f\xb6\xe4\xea\xb1\x80\xc9\x5e\x12\x90\x35\xb1\x98\x50\x25\xb0\x28\x21\x85\x78\x7d\x50\x12\x2c\x20\x3e\x6b\xc4\x0c\x6e\x9c\xd1\x14\x62\x14\x53\x09\x09\x22\x70\x97\x06\xce\x30\xd4\x4d\x09\xac\x1c\xed\x22\xcf\xd1\xc4\x9f\x43\x60\x59\x41\x1a\x8e\xd9\xe9\x8e\x3c\x3e\x96\xd6\xcf\x78\x94\x17\x82\x5c\x04\x12\xae\xc5\xd4\x41\x94\x49\x3a\x9b\x2b\x44\x99\xb5\x3b\xe2\x64\xc6\x05\x55\xf3\x54\x1e\xa0\x49\x2e\xb5\x16\x6a\x82\xd5\x4c\x3c\x0a\x51\x51\x27\x2e\xb4\x6d\x12\x71\x5c\x69\xb0\xae\xa2\x6c\x40\x1a\xdd\x0e\xe5\xb0\x72\x57\xac\x20\x9c\x81\xc7\x19\xac\xb6\x41\xa1\x6e\xa3\x81\xa7\x44\x26\x0e\x90\x3b\x64\x27\xa8\x02\xd2\x76\x0e\x00\x15\x72\x67\x5e\x8a\x97\x28\xc4\x85\x4c\x32\xa8\x20\x2e\x76\x1b\x24\xaf\x32\x32\xa5\x41\x6f\xf2\x4e\xa7\x34\x53\x8d\x81\x5b\x75\x57\xd1\x4d\x80\xf9\xd3\x6d\xb1\x21\x19\x0b\xa8\x19\x90\xda\x46\xec\x96\x90\x76\x20\xb7\xda\xde\x9b\xd2\xb8\x30\x05\x9b\xe8\xb1\x9c\xe4\xb7\x71\x62\x9f\x0d\x6f\x4f\x6f\xce\xaf\x0d\xe4\xc4\xd5\xcd\xc7\xc1\xdd\xb8\xc1\xaf\xdd\xf0\xd6\xc7\xc1\xcd\x0f\x67\xab\x5f\xfb\xfe\xae\x9c\x95\xdd\xf0\xca\xcd\xed\xf2\x64\x8e\x0e\x43\x6c\x48\x0a\x6b\xec\xe7\x04\x65\x0b\x35\xe7\xcc\x87\x28\xc4\x25\xde\x74\x88\x4c\x46\xb0\x82\x10\x22\x21\x55\x83\xe3\xf0\x0e\xe2\x72\x56\x4b\x98\xe5\xcd\x32\x30\x6c\x3b\x15\x8d\xd6\x38\x91\x1f\x12\x3e\x01\xbf\x75\x5e\x2a\x71\xbb\x24\x02\x7d\xcb\x78\x9f\x33\x2a\xb3\x04\x2f\x6a\x3d\xac\xba\x72\x2e\x71\x4a\x20\xe2\xb8\xc0\x8f\x73\xc9\x22\x7a\x67\x20\x81\xc9\xdf\xeb\x74\x0a\x99\x4c\x8a\x62\x45\xd0\x84\xa8\x27\xc8\x9b\x73\xbf\x7a\x5b\xaa\x0b\x18\x91\x47\x23\x06\xe6\x9c\x91\x5e\xe4\x38\x87\x68\xbf\xd1\xbb\x03\x34\x7a\x17\x93\x47\x92\xf0\x4c\xef\xbc\xfe\xa1\xe5\x92\x19\xa6\x98\x26\x97\x5c\x79\xcb\xdc\x36\xfb\x29\x48\x44\x33\x90\xcc\xc7\x44\xb7\xfb\x72\x82\x47\x89\x92\x1d\x3b\x83\x31\x20\x1c\xc7\x5a\xc9\x06\x56\xe6\x86\x57\x84\x00\xb1\x60\xea\xa5\x5a\x99\xeb\x88\x14\xde\xfc\x6d\x7a\x0c\xdb\x2c\x9b\x3d\x1b\x77\xc0\x3b\x86\x5f\x48\xc9\x70\xa1\x38\xbe\xe3\x8e\x5a\xc7\x7d\x9b\x8e\xd1\xea\x81\xae\x1e\x40\xbd\x16\x6b\x08\xcc\x7e\x80\xb7\xfa\xbb\x95\x82\xa6\xbf\x6d\xa3\xb0\x24\x3b\x88\x8c\x36\xb7\xb9\x9a\x4e\x4d\x56\x8e\x38\x4a\xb8\x2c\x43\x9d\x74\x1e\xf4\xa9\xfd\x74\xd9\xb8\x87\xa1\xb3\x58\x5f\xeb\x6b\xf9\xa3\x1b\x16\xbe\x82\xe5\x67\xd8\x84\xb2\x0e\x0e\xfb\xf6\x01\xa2\x10\x2c\x07\xf2\x74\x52\x24\x7e\xb3\x18\x15\x56\xec\x11\x2b\x42\x0e\x24\x7a\x22\x09\x44\x29\x45\x3c\xcd\xc0\x42\x6b\x87\x6b\x5b\x22\xb1\x09\xf8\x3c\x40\x3c\x57\xba\x31\x93\x52\xe1\x6c\x70\x36\x5f\xa3\xb0\x5a\x1b\xd7\x89\x8d\x5d\xf6\xb8\xc0\x86\xd6\x0d\x2b\xa4\x0c\x7d\x20\x0a\x5a\x01\xdc\xf5\x70\x82\x20\xe6\x55\x23\xe0\x9a\xd7\x7e\x8b\x13\x65\x67\xb2\xc6\xce\x17\xb8\x17\xdf\x25\x7c\xb2\x5c\xc7\x83\xc6\xd1\xfd\xcd\xb9\x33\x28\x15\xe1\x2f\x01\xf8\x6c\xc9\x21\x34\xbc\xbe\x19\x9e\x0e\xee\x86\x67\x47\xe8\x5e\x12\xbd\x3c\x7e\xba\x90\x1e\xeb\x25\x4a\x33\x72\x0b\xa4\xc1\xa4\x22\xb8\x4d\x8f\x25\x42\x94\x92\x58\x57\x30\x8e\x32\xca\xc6\x72\xc2\x06\x8c\x0b\x6a\xed\x2c\x80\x0b\x53\x9d\xa7\x0d\xac\x5a\x75\x02\x21\xcc\x65\xfc\x76\x82\x8c\xcc\x78\xd3\x7a\x60\xd5\x2a\xf2\x29\x07\x64\x3d\xf7\x64\xe0\x68\xa9\x39\xa1\x02\x75\x9a\x96\x21\xaa\x71\xf7\x39\x05\x11\xca\x1f\x71\xb6\x3c\x7b\x10\x3f\x95\x88\xd6\x48\x32\x81\xeb\xf5\xb9\xcf\x81\x63\x6b\x63\xc3\x0a\xb7\x9f\x60\xe1\x8f\x30\xbc\xd5\xf3\x4d\x13\xb0\x2f\x9d\x8d\x23\x9c\x58\x65\x10\x36\x0c\x51\x22\x38\x3b\xf0\x0b\x65\xa8\x74\x25\x1e\xa0\x29\xfd\x64\x1b\x2d\xc2\x93\xdd\xab\x81\xbf\xba\x25\x1c\x6e\x8e\xeb\x67\x6a\x0d\xb1\xe1\x1a\xbe\x5f\x1a\x9e\xc5\xa5\xd2\x52\x97\x96\x5c\x05\x89\xb8\xd0\x37\x05\x74\x5b\x18\x91\x57\x89\x0c\x0a\x0b\xbd\x28\x75\xa3\xfa\xb2\xd3\x5f\x94\x90\x88\xb1\x22\x87\x8a\xae\xcc\x5f\xb5\x29\x0e\x90\x0c\x81\x55\x80\xe6\x54\xdc\x3c\x13\x32\xc3\xcc\x45\xd6\xb6\x0c\xd7\x5d\x79\x5b\xb0\x2a\x2d\xc1\x62\xc8\xee\x01\xf9\x0a\x32\x37\x4a\xe3\x90\x19\xac\xe7\xd2\x71\xd8\xe0\x85\x7d\x58\xb6\x27\xec\x63\x29\x5a\x06\x9b\x67\xf1\x3e\x0d\x36\xc1\x52\x21\x3b\xa6\x36\x4d\x32\x90\xf0\x9f\xd7\x86\x56\x52\xcd\xba\x9a\xcf\x34\x09\x95\x95\x10\x02\x86\x6d\xe9\x60\x2f\x0c\xc8\x47\x4a\xc4\xcc\x09\xc2\xa6\x92\xae\x3f\xdb\xb6\xa4\xae\xbb\x25\x42\x66\x02\x31\xd6\xf5\xa6\x8f\xd0\x80\xd5\xe0\x8e\x5c\x58\x4d\x69\xbd\xcc\x9d\x84\x93\x27\xbc\x90\x28\x13\x06\x19\xc4\x04\x5e\xbb\xc9\x43\xbc\x63\xf9\x23\xef\xc9\x56\x2e\xf2\x1d\x81\x2a\xbd\x3a\xe6\xc9\xc9\xbd\xe3\x67\xf0\xc4\x54\x82\x82\xbd\x40\x5e\x34\x57\xa8\x9a\x1d\x58\x9d\x22\xe3\x68\x8e\xd9\x8c\x8c\x9d\x8d\x6c\x13\x6d\x49\xb7\x73\x0a\xcd\x9c\xd9\x56\x9a\x2f\xa7\x6b\xa3\x30\xd9\xf2\x1d\xe6\x55\x6f\xff\xd1\x87\x40\x2a\x3c\x23\xc8\x8c\xa8\x93\x55\xb1\x14\xf0\x63\xb1\x62\x41\x4f\xb0\xad\x0e\xcb\x41\xd0\x6d\xc2\x3b\x44\xae\x5c\xe0\x09\x49\x5e\xc7\xf1\x0d\x5d\x5b\xdb\x2a\x38\x5b\x4c\x30\x37\x41\x4f\x60\x8e\xad\xb0\x0c\x6b\x7c\x15\x79\x53\x68\xf7\xb2\x79\x96\x8a\x57\x6f\x31\x51\x57\xea\x61\x93\xa9\xb6\x15\x80\x08\xaf\xbd\xa0\x50\x42\x93\x7d\x24\xbc\xfe\xaa\x26\xc1\xcd\x06\x12\xd4\x6b\x68\x19\xc7\xd6\x05\x1b\x56\x4e\x65\xe3\x1c\xf1\x8e\x45\xcc\xce\xa7\x88\x71\x46\x10\x95\xc5\xcb\xaa\x9c\xcd\xe2\x11\x56\xb4\x88\x6f\x8c\x2f\xbe\xc8\x92\xaf\x9d\xf3\xdc\x96\x96\x22\xf7\xdd\xdb\x06\x5c\x7a\x2e\x23\x5a\x51\xc5\x62\x01\x08\x8d\x86\x0f\x97\x65\xba\x95\xe3\xdc\xb9\xc0\x7d\xe7\x00\x38\x83\x40\x4b\xc5\x11\x88\x91\x95\xc1\x21\x03\x63\x69\x5f\xb2\x1f\x59\x94\x91\x11\xf3\x96\x0d\x20\x44\x2a\x51\x8a\x33\x70\xc9\x30\xae\x8a\xaf\x0c\x6a\x8e\xf2\x5b\x78\xe0\x04\x71\x69\x4a\x20\xb5\xac\xc0\x2a\xd3\x8e\xbb\x7e\x8b\x75\x2d\xa3\x13\x3a\x64\xd5\x19\x7d\x24\xcc\xd1\xf4\x81\x3b\x13\x7a\x50\xae\xd3\x64\x71\x88\x21\x4a\x94\xc4\xa1\xe1\x7a\x39\x47\x32\x06\x99\x7d\xb0\x47\x76\x5f\xb2\xbb\xc6\x28\x08\x83\x71\x55\x02\x27\x77\x71\xbd\x21\x95\x5a\xd8\x55\x93\xc8\x8b\x25\xfa\x23\xe3\xea\x8f\x01\x30\xad\x33\x5e\xc0\xa7\xce\x04\x75\x50\xab\xb8\x01\x87\xd6\x12\x0e\xc2\x01\x40\xd2\xca\x95\xdf\xd6\xb5\x5b\xc4\x2d\x3f\xab\x34\x3a\xac\x27\x31\xb5\x95\x2c\xea\x1d\xae\xa8\x7a\x2d\x54\x0d\x9e\xa6\x2a\x5a\x71\xd2\x4b\x86\x4e\xb9\xca\xc3\xea\xf7\xa2\x93\x67\xb5\x96\xd0\xbd\x0d\xb5\xa5\x9d\x03\x5f\x56\x60\xd8\x36\xdb\x25\x36\x49\xd3\x6b\x93\xcb\x45\x39\xf2\xc8\x56\x31\x68\x01\x69\x3d\x1a\xb1\xf7\x5c\xd8\x2b\x58\x5a\x98\xf8\x09\x8e\x1e\x0e\x09\x8b\x11\xce\xd5\xdc\x80\xa5\x5a\xbf\xc2\xc2\x52\x83\x96\x34\x80\x6c\x3c\x12\x02\x95\x11\x16\xb1\x2b\x58\xf0\xc8\xdd\x28\x46\x2c\x68\x04\x80\xe8\xa1\x4e\x0f\x54\x1a\x6d\x53\x35\x89\xd4\xfa\x55\xdb\x5a\x34\xd5\xd0\xac\x55\xd0\x5c\x7e\xce\x4a\x35\x41\x01\x42\x1f\xe2\x53\xf8\xb4\xbe\x3a\xe7\xce\xda\xe8\xf4\x3b\x4d\xcf\x75\x2f\xc4\x81\xd5\x28\x8c\x49\xca\xce\x40\x4b\x3a\x5f\x3b\x5e\x5b\x02\x7d\x9d\xe6\x02\xa2\x2d\x9b\xda\xfc\x32\x9a\xd3\xa4\xf0\x5d\x7c\x75\xe0\x87\xa9\x9b\x4c\xc8\x23\x49\x0c\xe4\x78\x24\x20\xb0\xda\x58\x0d\xbf\x46\xff\xd7\xd4\x95\x44\xdf\x8c\xd8\x07\x60\xc3\x49\xb2\x00\x40\x44\xdf\x32\x56\x95\x66\x1e\x1a\x07\xa0\x6c\x26\x07\x2a\x0f\xc4\xec\xf5\x1c\x3f\x92\x11\x73\xcd\xfc\x5f\xf4\x80\xfe\x84\xbe\x69\x53\xef\x5c\x7c\xf4\x33\xdb\x39\xde\x07\xd1\xc7\xc1\x2d\x67\x19\xa5\xe5\x37\xce\x0c\x52\x32\x42\x36\x00\x23\x78\x5c\x63\xca\x1e\x79\x54\x0b\xc2\x0f\x4f\x2d\x16\x84\xa9\x31\xe3\x31\x19\x93\x06\x97\xe6\x12\x26\xa1\x85\x80\x4b\x1e\x93\x95\x0e\x49\xcf\x4c\x7f\x02\xd3\x8d\xcc\x27\x7e\x3b\x20\x3f\xdb\x27\xe3\x7a\xeb\x43\x99\xd2\x9a\x47\xee\xc1\x43\x37\x19\xf7\xa6\xce\x54\x17\xe5\x77\x00\x17\x82\x1d\x40\xb3\x43\x2f\xc1\xca\xa5\xb0\x56\x8f\x63\xd5\x11\xa0\x5f\xd6\x33\xb7\x97\x55\x00\x8b\x0a\xa5\x2b\x04\x9d\x51\x2d\xbf\x77\x77\xd8\x02\x27\xdc\xc4\x9b\x61\x30\x22\x3b\xb9\x33\x8a\xa5\x70\x38\x19\x87\x9e\xfe\x0a\x27\xe4\x84\xe7\x55\x01\xde\x2e\x00\x95\x61\x72\xad\x95\xd5\x17\x9a\x0f\xcf\x4c\x02\x17\x99\x53\x93\x32\x3d\x38\xbd\x40\xfa\x74\xf0\xd4\xe0\x0a\xc1\xa2\xe5\x6a\xce\x05\xfd\xad\x35\xc1\xa4\x5d\x46\x2f\x3c\xad\x45\x3e\x8e\x19\x67\x59\x5a\x07\x62\x35\x22\x85\x2a\x69\x25\x4d\x3a\x13\x9a\xe4\x00\xa1\xa9\xd9\xec\x34\x4f\x0c\xee\x7e\xc4\x45\x6c\x0a\x5f\xcb\x52\xf6\x0f\x44\x51\x3a\xf1\x1e\x2b\xdf\x20\xb5\x48\x83\x16\xd9\xdf\x58\x70\x96\x0a\xa0\x7f\xcb\x49\xbe\xa3\x04\xaa\x57\x0d\x39\xbd\xc3\x33\x59\xc4\x90\x9a\xb5\xd1\xbc\xb9\x58\xdf\x5f\xf5\x4c\x65\x90\x72\xe8\x2c\x8b\x1e\xc1\xc7\xa8\xe4\xa6\xae\xe3\x5a\x16\x9d\x1b\x83\x5c\xbe\x03\x93\xce\x4b\xc4\x73\xd4\x65\xa4\x06\xf6\x63\xc9\xef\xd1\x27\xe0\x55\x59\xc4\x33\xd9\x49\x1c\x04\x7c\x45\xfa\x78\x46\x93\xc9\x06\x4c\xae\x2e\x54\x2f\x0d\x6a\x2d\x0c\x28\x9e\xad\x35\xe4\xc2\x2a\x0e\x51\xf3\x4f\x82\x02\xc0\xd7\xa2\x78\xd9\x97\x30\x75\xd7\x45\xc8\x63\xb4\x94\x62\xc4\x5a\x88\xeb\x70\x4b\xb8\x68\xe6\xf1\x6b\x18\x20\x6c\x43\xe5\xae\xeb\x7e\xfb\xb6\x13\x61\x58\xd2\xbe\x1e\x89\x3a\xba\xc7\xca\xc3\xe0\x0b\x39\xbc\x8e\x01\xd1\x8b\x36\x2f\x77\x32\x3c\x39\x8e\x23\x1c\xcd\x5b\x27\x35\xe1\x3c\x21\x98\xb5\x49\xaf\x8d\x8f\xab\x47\xc4\x60\x53\x02\xeb\x4e\x12\x00\x68\x75\x4b\x60\x8b\xfa\x15\xe2\x3b\x8b\x01\x58\xdb\xf0\x70\x83\xc4\xe1\x06\xaa\x08\x73\x96\x1f\xca\x66\x09\xa9\xae\x95\x45\x40\x3f\xb0\x9d\x24\x51\x9e\x04\x55\xfd\x32\x22\xf4\xa8\xf5\x12\x3f\x12\xa6\x75\x06\x3b\x0e\xe7\xcc\x78\x72\xf9\xac\xbe\x96\xcf\x81\xef\xda\xf9\xd3\x20\x69\x2c\x1e\x31\x38\xb8\xbc\x7c\x58\x35\xad\x4a\xad\x66\x84\x76\xa9\x8d\x4f\x67\x20\x44\xac\x7d\x3c\x6f\xcb\x66\xe2\xb5\xcf\xa4\xe9\x7b\x0c\x31\x06\x5b\xbb\xd6\x02\xf7\x4b\x91\x69\x6f\x36\xd6\xa1\x29\xbd\x90\x11\x19\xa2\x36\xca\x20\x2f\x41\xd0\x46\x1b\x9a\xcf\xb3\xde\x25\x45\xf5\x02\x77\x1b\x74\x1c\xca\x52\x57\x75\x47\xc7\x33\x58\x27\x97\x9d\xdb\x0b\x1b\x71\x5b\x76\xd9\xfa\xf4\x8c\x22\xcc\xd1\xd6\xe7\x54\x02\x43\x72\x39\xa4\x04\xff\x64\x34\x6c\x2a\x8d\x05\xcc\x55\x29\x48\x33\xb5\xb0\x45\xad\xe0\x5e\x0c\x53\x32\x0d\x60\x57\x93\x7b\xb8\x7a\x47\xc6\x25\x07\x71\x53\x67\xd0\x91\x35\x2b\x34\x36\xe9\x16\x3a\x04\x80\xa8\x24\xdc\xb7\x45\x83\x98\xfa\xa0\x63\x9c\xb4\xda\xb2\x76\xc0\x34\x21\x4b\xb2\x48\xb2\xb7\xd8\x9d\x4a\xe4\x44\xf3\x2e\x9c\x24\x95\x79\x61\xc8\x66\x55\xbe\x46\xd8\xa4\x28\x64\xda\xdd\x59\x9d\xe0\x09\x59\xcb\x3d\x7d\x61\x3e\x58\x4a\x45\xf0\x0a\xa4\x9a\x66\x59\xb2\xe8\x86\xda\x14\x86\xde\x35\x62\x5c\xad\x1a\x58\x88\x8c\xb5\xf4\x6e\x2a\xa3\x4b\x6d\x36\x44\x49\xa2\x5c\x50\xb5\x18\x5b\xa3\x5f\x77\xa6\x75\x6b\xbf\x3c\xb5\x1f\x76\xd1\xa8\x4f\x90\xeb\xcf\x19\x19\xe1\x9e\x12\xd4\x14\x40\xb1\x53\xe8\xb2\xdd\x5a\x4b\x6e\xc4\xbe\x59\xb6\xb0\x0e\x7c\xa7\xdb\x50\x75\x17\x9b\x0e\xcf\x16\x56\x18\xf3\xa9\x83\xb5\xe9\xbe\xb0\xd5\x8a\x13\x6b\x58\x4b\x1d\x7a\x6e\x26\x28\x17\xb6\xb0\x43\x97\xa0\xb6\x14\x7f\x1a\x67\x58\xe0\x24\x21\x09\x95\xe9\xe6\xb6\xdd\x3f\x7f\xbb\x74\xb4\xa7\xa6\x00\x89\xb4\xe5\x7c\x3e\xd1\x34\x4f\x11\xcb\xd3\x89\x95\x72\xb1\x7c\x08\xb1\x0b\x5d\xa6\xb5\x81\xe0\x71\x03\x2c\xe5\x7b\x8b\x00\x8d\x72\xc4\x02\x5c\x62\x6b\xaa\xc0\xd1\x9c\x92\x47\x40\x4d\x14\x8c\x48\x79\x84\x2e\xb9\x22\x27\xe8\x23\xce\xee\x40\x50\x33\x15\x01\x67\xc6\x3a\x8e\x25\xd2\x52\x6b\xce\xa8\x3a\x18\x31\x0b\x66\xec\x56\xe5\x38\xe2\xcc\x00\x5a\x46\xb0\xb0\xbe\x09\x30\xf7\x3a\x64\x47\xe5\xf2\xd2\xa8\x6c\x59\x6c\x81\x9f\xc6\x41\xf4\xea\xd8\x64\x07\xac\x41\xc7\x37\xf8\xc9\xc4\x6b\x43\x05\x7c\xf3\xf5\x12\xc9\xdd\x06\x44\xd9\x02\x30\x06\xc7\xd5\x05\x8e\x70\x0b\x26\xe0\x4b\x57\x99\xe8\xd4\x2f\xe9\x11\x39\x42\xdf\x25\x7c\x22\x0f\x90\xf4\x98\xc7\xae\x40\xbf\x3c\x30\x0e\x2a\xf8\xb7\xc9\xe4\xf9\xca\xad\x7e\xc1\xf7\xa1\x6a\xdb\x94\x7e\x32\x18\x06\xf2\xcf\x27\xc7\xc7\xe9\xe2\x70\x92\x47\x0f\x44\xe9\xbf\x40\xa6\x68\x5c\x21\x07\x00\x84\x9b\xe0\x84\x56\xad\x4e\x1d\x8a\xa8\x13\x45\x5a\x10\x3b\x49\x00\xf6\x5a\x5f\xe9\xbe\x2e\xa6\x43\xae\xe1\xac\xb9\xe8\x9f\x9d\xb2\xc8\xdb\x8e\x57\x09\x2f\xf7\x65\xb4\x15\x53\xf7\x33\x84\xe9\x9d\x26\x78\x56\x51\x59\xd6\x50\x52\xae\x52\x6a\xa9\x48\xcf\x1d\xe2\x2d\xf4\x29\x2b\x47\x99\x7d\xe1\xdc\x91\xe0\x56\xb4\xee\x96\xa3\x11\x1b\x48\xf4\x44\x4c\x39\x4f\x48\x29\x03\xef\x44\x4e\xe5\xdc\x27\x94\x81\xbd\x14\x1a\x35\x68\xa6\x26\xe9\xdd\x2a\x8e\x4e\xb3\x72\xfe\x1b\xab\x81\xe2\x44\x92\x03\xdd\x30\x20\x5a\xb9\x40\x42\xf4\x24\x70\x96\x11\x31\x62\x16\x99\x12\xf0\x97\x39\xb7\x41\x22\x6d\xd1\xe4\xbd\x46\xb9\x5f\x1a\xe5\xa0\x12\x5a\x0e\x15\x6e\x53\x50\x7a\x64\x51\xc8\xcf\xd9\xa7\xbc\xca\x59\xba\x9a\x01\x8c\x17\x3e\x8e\x39\x91\x81\xe1\x19\x79\xfb\x51\x42\xa7\x44\xdf\x98\x23\xa6\x97\x3e\x34\x92\x1b\x4c\x5f\x07\xf1\xab\x3b\x8d\x04\x97\xd2\x46\x8b\x9b\x76\x96\xe7\xfc\x6c\x51\x3e\xcc\x00\x13\x9b\xc2\xfd\xd5\x42\x62\xc1\x33\x57\x52\xcc\x3e\x6c\xae\xe7\xde\xd6\xd4\xca\x02\x62\xc5\x5a\xac\x51\x42\xec\xf8\xf4\xe2\xdc\xd7\xcd\xa9\x74\x5d\xaf\x21\x16\x82\x39\xb7\x57\x11\xab\xcf\x38\xa8\x27\x56\x69\x62\x49\x45\xb1\xd5\x9b\x55\x8e\x51\xdd\x06\xa9\xab\xb2\xf5\xab\xee\xac\x0a\xcd\xac\x0a\xa5\xde\xd1\x36\xb5\xb0\xc2\x08\x84\x9c\xe7\xf6\x0a\x83\xb0\xa0\xdf\x92\x0a\xa7\x59\x98\x26\xe8\xa0\x0a\xed\x34\xcd\x51\x6b\x63\xdc\x2f\x0a\xa1\x1c\x61\x13\x81\x51\x1d\x5c\x6d\x2b\xd6\xf3\xd2\xdc\x59\x64\xe6\x5d\x84\xde\xbe\x5c\xde\x6d\xb2\x28\x22\xcd\xa4\x95\x37\x5c\xd5\xdf\x16\x5b\xf5\x84\x78\x14\xea\xd6\x0d\xdd\x36\xb1\xce\xa3\xd5\x08\x82\xa5\x0d\x21\x80\xfc\xb3\x4a\x6e\xca\x1a\x26\x4d\x3f\x66\x93\xc1\x7a\xe8\x71\xdf\x83\xab\xc6\x96\x32\x8a\xdc\x41\xa4\x42\x90\x47\x22\x80\x76\x6c\x9c\x0a\x2b\x1f\x55\x9c\x08\x82\xe3\x45\xb0\x22\xde\x49\x6e\x7a\x06\x93\x8e\xa4\xa9\x56\x3a\x41\x9c\x66\xfc\x90\x67\x4e\xce\x2e\xbd\x05\xa0\xfd\x74\xaa\x6f\xac\xc0\xc5\xae\xbf\x60\x87\xe4\x13\x95\x4a\xeb\x25\x0d\xf1\x85\xae\x11\xb8\xa5\xa1\x94\xcf\x9c\xd8\x1b\x6e\xf4\x6e\xf0\xdd\xd5\xcd\xdd\xf0\x6c\xf4\xae\x88\x28\x77\x29\x53\x1e\x84\xc6\x61\x8a\x73\x36\x62\x3e\x08\xd4\x63\xae\xc2\x5e\x22\x1c\xc7\x05\xe2\xb5\x55\x7c\x8c\x9c\xb1\x94\x23\x07\xa7\x62\x65\xf8\xe7\x92\x66\xee\x21\x6f\x66\x5f\x4f\xd6\x12\x77\x4f\xe9\xe4\x98\xec\x9f\x25\x69\x1a\x3b\xba\x6c\x42\xb8\x48\x65\xf4\x43\xa2\x1c\x9e\x19\x23\x4f\x4e\xbe\x87\xdb\xf9\x18\x9b\x4b\x78\x3d\x6e\xe7\x36\x64\x83\x4d\x7d\x4f\x3f\x91\xf8\xa6\x45\xaa\xda\x49\x16\x46\xa7\xe8\xb5\xc6\x5d\xc8\x19\x5d\x47\x4b\xf5\x53\xb9\xd7\xdf\x75\x67\x4b\x57\x05\x0a\x54\x81\xe8\x08\x70\x8e\x0a\x61\x14\x11\xa1\x30\x65\x68\x0a\x07\x9b\x45\x0b\x04\x58\x1c\x04\xfc\xae\xdf\xa2\x94\x32\xc8\x76\x5f\xb6\xb4\xf7\xe5\x79\xac\x53\xca\xff\xfc\xf2\xfe\xae\x24\xaa\x7e\x7f\x75\x5f\xae\x23\x3d\xf8\x79\xa9\xac\x5a\x69\x61\x59\x80\x4b\x30\xc5\x22\x73\xce\x02\x5b\xfa\x95\x69\x9a\xe8\x07\xa2\x7e\xd4\x7c\x99\xb3\x5d\x84\x95\x5b\x39\x0b\x1c\x4e\x64\xfc\x68\x1a\x5e\x83\x0c\xec\x50\x96\xe4\x0e\x38\x49\x0e\x7a\x40\xb6\x87\x30\x91\xfd\xc8\x54\x4c\x1e\xe8\xe6\x40\x65\x74\x01\x5a\x5a\x5f\xe2\x4c\x2f\x97\x81\x17\x74\x98\x84\x41\x73\x7c\x6a\x3e\xee\x88\xd0\x14\x84\x09\xeb\xb6\x8a\xa5\x44\x83\xeb\xf3\x86\xb5\xbe\xa8\xda\xe4\x3f\xaf\xf2\x0e\x89\x77\x0f\xec\xba\xb2\x43\x90\xef\xb5\x17\x45\x1d\xec\x4c\xb7\xab\xe7\x60\xbc\xa8\xd7\x65\xd7\xec\x3e\xa0\x57\x36\xc9\xb3\xa5\x3c\xce\x15\x40\x95\xeb\xa5\x36\x15\xcb\xb0\x26\x8a\x4c\x38\x20\x1b\x57\x1f\x22\xa7\xd4\x83\x36\x0f\x42\x24\x15\x6e\x0a\x48\x5a\x67\xed\xce\xd0\x65\x8a\xd9\x74\x81\x97\xf9\xd1\x50\xb4\x47\x1f\x00\x3c\x05\x57\xa0\xcc\x05\x5b\xda\x64\xe0\x70\xba\x21\xb5\xad\x87\x48\x53\x8c\xcf\xd9\x13\x2d\x36\x2b\xce\xb0\x55\x8a\x41\xc2\x77\xc8\xe1\x4d\x85\xa6\x8e\x46\x2c\x88\x00\x90\x46\x26\xd7\x67\xc4\x81\xf5\x43\x05\x48\x06\x40\xaf\x90\xf5\xe0\x6f\xe6\xd2\x0e\x54\x73\x8e\xd5\xbc\x0c\xb7\x5f\xeb\xc7\x9e\x4e\x39\xc7\x2e\xb3\xcb\xa9\xf7\x36\xb0\x2a\x34\x7e\x40\x7b\x01\xc0\xb6\xed\x18\xec\x7b\xa0\x51\xe3\xa0\x7c\x53\x90\x0d\x1c\x73\x22\xd9\x17\xca\xe7\xce\xd1\xc4\x96\x08\xc0\x55\x7b\xab\x16\x39\x30\xb5\x2d\x2f\x3f\xe0\x3b\x80\xbb\x59\x57\xaa\x0d\x8e\xd5\x4a\x1b\x8a\x73\x9a\x01\x25\x84\xc1\x1d\xd0\x69\x1b\x36\xcd\xa7\x8c\x44\x9b\x60\x72\x5c\x63\x81\x53\xa2\x88\x58\x16\xdf\x51\x2e\xae\x0a\xb1\x0b\x6e\x07\x6d\xbf\x66\x17\x0d\xf2\x7c\xb5\x44\x81\x57\xbd\x2e\x56\x61\x6c\xf8\x59\xac\x05\x27\xa4\xa7\xf1\xa3\x85\xda\x5f\x73\x16\xb6\x9f\x62\x1a\x36\x7c\x25\x80\x54\xd9\x76\x4e\x2f\x83\x2d\x71\x57\x43\x69\x28\xc5\x5f\xec\x09\xa8\xc4\xea\x51\xb6\xa1\x49\xac\xe2\xa5\x3b\xe1\xdd\x2e\x64\xdc\xe5\x24\x56\x0e\x55\x29\x18\x1d\xa8\x04\xe4\x7d\x03\xac\xd0\x8c\x08\x01\x42\x4b\x53\xc8\x59\xe0\x47\xb1\x78\x61\x85\xb5\xd1\x4a\x56\xd5\x62\x2b\x95\xe5\x5a\xc1\xe3\x76\x95\x2d\xdf\x4b\x34\xbb\x96\x68\xd6\xb0\xed\x19\xea\x24\xa2\x02\xdc\x61\x8b\xa0\xda\x8c\xeb\xf2\x04\x21\x99\xc3\x5e\x91\xb6\x92\x22\x5c\xfd\x94\xf9\x7f\x95\x39\xb8\x23\xea\x90\x54\x9b\xb2\xd4\x8e\x02\xff\x08\xb8\x47\x92\x50\x1a\xb0\x81\x0a\x30\x5a\x13\x57\x66\x4c\xd0\xe7\x97\xc6\xbb\x02\xd9\xa2\x0b\x9e\xa3\x27\x2a\xb5\x2e\x3c\x62\x10\x78\xe5\x4d\xd5\x8a\x23\xf3\xe2\x01\xbc\x05\x79\xe5\x32\x9f\xa4\x54\x21\x1c\xcc\xb0\x64\x2f\x3b\xb0\xe7\x59\x7f\x00\x33\x6e\x4c\x5c\x6e\xc2\x3c\x59\x71\x68\x36\x30\xfe\x14\x8d\x6c\x9b\x9b\x1c\x04\x89\x3e\x6f\x76\x72\xa0\xf1\x84\x1a\x66\xe3\x99\xeb\xd3\x93\x51\xb3\xb5\xc1\xa2\x30\x02\x54\x26\x95\xaa\x72\xb7\x58\xec\xc5\x15\xa9\xc9\xc5\x46\x74\xca\x4d\x2e\x5e\xdf\x45\x72\x72\x5b\xd9\x9e\x65\xc9\x6a\xee\x93\x16\xe3\xac\x4b\x82\x54\xdc\x45\x22\x87\x92\xd2\x75\xab\xa4\xb4\x6f\x30\x51\x45\x84\xf5\xe6\xf1\xba\xeb\xa8\x83\x45\xc2\x4b\x48\x45\x41\xfe\x5a\x19\x64\x83\x54\x39\x3f\xe3\x0a\x92\x14\x22\x28\x69\x5c\x4b\x9c\x1b\xb1\x66\x09\x64\x39\x4f\xdc\x36\xe6\x7d\xa7\x70\x52\xc1\xf9\x73\xb3\xb0\x16\xad\x9f\x7c\xd4\x90\x51\x96\x6d\x71\xe2\xaa\x88\x59\xf8\x9f\x5a\x14\x10\x10\x3c\x36\xc9\xe0\x6c\x38\x95\x1d\x23\xd2\x57\x9e\x0b\x7b\xe9\xee\x50\xb5\xab\x71\xe7\xce\x01\xfc\x5e\x46\xb6\xdc\xd8\x45\xa0\x3a\x35\xbe\xe2\x46\xdc\xa4\xe8\x22\xa0\x34\xee\x0c\x5b\xb2\x9a\xee\xad\x1b\x3f\x00\xd7\xa3\x1d\x3a\x36\x61\x18\x1e\xf1\xb8\xb2\x25\xa5\x09\xdb\x62\xd6\xcf\x30\xe9\x75\x0b\x65\x06\xae\x30\x61\xc3\x27\x69\x68\x37\x80\x0a\x99\x36\xea\xac\xc2\x87\xbd\x68\x97\xb3\x98\x08\x46\xb0\x9a\xbf\x5c\xd0\xfa\xe9\xb6\xc6\xe9\x17\x0b\x60\x3f\xdd\x49\x95\xe4\x4a\x50\xf8\x9a\xf1\xe0\x6b\x04\x57\x17\x35\x33\x6b\x8a\x63\x53\x75\xfa\x02\xd3\x63\x1d\x2a\xdd\x2a\xae\xbd\x59\x99\x7b\x9e\x08\xff\x06\xab\x4f\x2d\xb6\x5f\x1f\xf6\xb0\xd2\xe8\x8a\x25\xf9\x2c\x42\xe9\x9f\x3f\xba\x7b\x59\x4d\xd3\x3c\x08\xf8\x86\xc2\xb2\x0a\x53\x66\xb9\xd7\xb2\x18\x6f\x2d\x51\xa6\xb8\x29\xac\x7b\xef\x13\x06\x3e\xfb\x7c\x81\x3e\x7a\xbc\x8f\x1e\xef\xa3\xc7\xd7\x8a\x1e\x5f\x66\x66\xf4\x9e\x2f\xa8\xf1\x56\xaa\xcc\x61\xd6\x71\x85\xb6\xb6\x79\x54\xb7\xb3\xd4\x85\x21\x31\xf6\x17\xfb\x43\x63\x54\x4c\xed\xb3\xea\x6c\x43\xab\x21\x5b\x54\x8d\xef\x58\xc4\x89\x85\xcf\xb2\x31\xab\x65\x2b\xcf\x32\x83\xe4\x88\x7d\xcf\x9f\xc8\x23\x11\x07\x08\x2b\x94\x72\xad\xa4\x07\x51\x28\x40\x70\x25\x24\x66\x13\x6d\x80\xd1\x25\x4e\x49\x6c\xea\x6c\x05\x91\x6d\xd6\x2c\x6a\x1d\x9a\x4d\x28\x91\x00\x78\x68\xb6\xc1\x45\x27\x8c\x98\x89\x36\x33\x11\x4e\x70\x27\x53\x37\x31\xa0\xeb\x3f\x7a\x77\xeb\x1f\x8f\xd0\x9d\xbe\x07\xa8\x2c\x8f\x37\x00\x8d\x6a\x1b\xdb\x88\xcd\x04\xcf\x33\x6f\xa9\xe2\x13\x53\x70\xd1\x00\x4e\xd7\xdd\xad\x30\x18\xe7\x6b\x8d\x70\xac\x35\xde\xe5\x84\xf3\x2a\x81\x88\x1b\x21\xaf\x84\x04\xa4\xb9\x84\x8f\xae\xb2\xd1\xce\xc6\x4b\x1a\xe0\x4d\x2c\xc3\x8f\x7e\x26\x17\xee\x19\x91\x60\x7b\xf1\xb6\xed\x52\xfa\x6b\x39\xc5\xba\x71\x9c\xcb\x2c\x8f\xde\x3b\xe0\x2c\xe8\xcd\xd9\xdb\x45\xe7\x36\xb2\xca\xe4\xd6\x59\x7e\xfc\x6c\x36\xc9\xce\x01\x94\x6d\xfc\xe2\x3a\x17\x19\x07\x89\x27\x59\xb8\x6c\x73\x0b\x50\x95\xf1\x2c\x37\xd1\x63\x34\x0c\x26\x6a\xa4\x6c\x2a\xd5\x47\xac\xa2\xb9\xe6\xef\x05\x50\xd3\x8e\xa2\xea\x0a\xae\xfc\xbc\x76\xca\x86\x19\x9c\x86\xbd\xb7\x18\xee\x3b\xd8\xad\xcd\xfd\xea\x22\xac\xdd\x8d\x9d\xea\xfe\x4a\xb5\xe4\x03\xeb\xa3\xfb\xc4\x3e\xd1\x13\x5d\x45\x45\xab\xc6\xdf\x8d\xb6\xca\x85\x82\x76\x1e\xaf\xb7\x05\xf2\xc5\x99\xc5\x19\x2a\x5e\xb4\x75\x01\x5b\x9c\xec\x1b\x16\xfa\xb6\xde\x13\xa8\x1c\x5f\xd8\x35\x53\x9c\x69\x61\x5d\x71\x7d\x4b\x8a\x99\x91\x17\x4d\xfd\x49\x84\x51\x2e\xa8\x3b\xfb\x95\x54\xd6\x76\xea\x00\x3b\xe0\x71\x58\x08\x26\xc2\x41\x8d\x2c\xe3\x56\xc7\x91\xca\xb1\x0f\xff\x03\x9a\x70\xa5\x77\x4d\xda\xae\x73\x5f\x0b\x27\x46\x35\xec\xe9\x4a\xc2\xde\x62\x97\x71\x13\x2c\x5b\xa7\x93\x46\xd9\x2c\xc0\x74\x6b\xb6\xc5\x76\x81\x6c\x6f\xfc\xb2\x1b\xec\x7c\xe3\xa7\x4e\xf6\xd9\xe4\xdb\x25\x98\x33\xad\x9f\xaf\x12\x60\x4b\xa1\xce\x36\xdc\xd4\x4a\x4f\x21\xda\x9e\xb5\x93\x01\x68\x26\x05\x77\x38\xb6\xd2\xd4\x7f\xfa\xbf\x4c\x89\x1f\xb3\x34\xff\x89\xb8\x18\x31\xf3\xfb\x81\x87\xd7\xd7\x2f\x14\xb8\x95\x38\x25\x05\xb2\x9f\x28\x63\x80\x01\x12\x82\xc5\x70\x32\x18\xa5\x1e\x5d\x5c\x8f\xe1\x21\x9f\x10\xc1\x88\x1e\x9a\xcb\x99\xf6\xcc\x2c\xc5\x0c\xcf\x00\x11\xf5\x00\xe2\xcf\x40\x5c\x2d\x44\x7e\x43\xd2\xa6\x4c\x1b\x70\x2b\xcd\x2c\x6d\xca\x65\x51\x6d\x12\xfa\x34\xa2\xac\x05\x64\x2c\x82\x18\x9a\xa9\xff\xc6\xf6\xbf\x99\xc4\x7e\x37\xb8\xfd\x61\x7c\x33\xbc\xbd\xba\xbf\x39\x2d\x89\xed\xa7\x17\xf7\xb7\x77\xc3\x9b\xc6\x67\x45\xba\xe2\xdf\xee\x87\xf7\x2d\x8f\x5c\x03\x17\x83\xef\x86\xa5\xd2\xad\x7f\xbb\x1f\x5c\x9c\xdf\xfd\x3c\xbe\x7a\x3f\xbe\x1d\xde\xfc\x78\x7e\x3a\x1c\xdf\x5e\x0f\x4f\xcf\xdf\x9f\x9f\x0e\xf4\x97\xe1\xbb\xd7\x17\xf7\x1f\xce\x2f\xc7\x2e\xb8\x37\x7c\xf4\xd3\xd5\xcd\x0f\xef\x2f\xae\x7e\x1a\x07\x5d\x5e\x5d\xbe\x3f\xff\xd0\x34\x8b\xc1\xed\xed\xf9\x87\xcb\x8f\xc3\xcb\xe5\x25\x62\x9b\x57\xa3\xb5\xfa\x64\x70\x91\x05\xc6\x99\x40\x4c\x9a\x2c\x2c\x69\xd3\xdf\xc0\x45\x70\x6d\xe8\xf1\xf0\xc0\xfd\x65\x0a\xba\x1e\x6a\x16\xe8\xbc\x4f\x05\xf7\x18\x31\xef\x1e\xf4\x97\x2a\x14\xf4\xb6\xd9\xa7\xa5\xd1\x9e\xa0\x01\x9c\x15\x50\x18\x4a\x9d\x02\xe6\x84\x1f\xa9\x73\x28\x23\x53\xac\x3f\xa5\xe0\x5b\x46\x87\xa8\xba\xe1\xe5\x06\xed\x9c\x60\x08\xd6\x3b\x16\x2f\x3b\x0d\xb2\x9a\xd8\x0a\x94\x72\x82\x1c\x87\x26\x46\x6d\x37\x90\x99\x0b\x86\x53\x1a\x99\x1f\x2a\xa8\x91\xa8\x40\x48\xa8\xb6\x58\x22\xb0\x72\xcb\x73\x82\x7e\xf8\x6b\x31\x28\xf0\x14\x58\x03\x41\x5e\x2b\x04\x66\x1f\x88\xdc\xac\xea\x2a\xf2\x2c\xf5\xe4\x8e\xb9\x35\xe1\xc2\xb9\xb5\xf5\x62\xc1\xad\x93\xb3\x00\x25\xa9\xe4\xe3\xd1\xc7\xdb\xcc\xa8\x42\xe3\x27\xe8\x16\x10\x1a\x64\xa1\xba\xeb\x5d\xcc\x92\x7c\x46\x19\xa2\x69\x96\x90\xa2\xd2\xf0\x84\xcc\xf1\x23\xe5\x0e\x75\xdf\x14\x27\x80\x75\xb4\xa2\x15\x3a\x44\xad\x07\xe5\x04\x0d\xe2\x58\x96\x19\x5c\x89\x72\x1c\xcb\x3c\x2c\x0f\x3b\x04\x36\x62\xb1\x67\x9b\x15\x3a\x2a\x8e\x1c\xac\xd8\xee\x31\x28\xea\xec\xb0\x7c\xf7\x6e\x85\xa7\x2a\x1f\xc6\x8e\x94\xc7\x1b\x09\x03\x77\x58\x3e\x38\xd6\xbc\x4a\x20\x70\x68\x20\xdb\xf5\x68\x61\x41\xba\x76\xea\x57\x76\x0c\x07\x6d\xb3\x3e\x5b\xc1\x6c\x57\x74\xe9\x66\x9c\x54\x2a\x0e\x75\xee\xaf\x54\xb1\xa8\xb1\xb3\x9d\x7a\x55\x9a\xa5\x31\x38\x92\x63\x4f\xff\x6b\xcc\xe3\x1a\x3e\xbd\xf2\x5f\x2e\x15\xd9\xc6\xc1\xba\xad\xeb\x6b\xa9\xe5\x69\x5a\x7f\xcb\x52\x3a\xdc\x11\x2a\x4d\x77\x61\x10\xf0\xe2\x69\x04\x6e\x35\x4c\x99\xad\x22\x42\xbc\xdf\xc7\xd5\xcd\xd5\xe7\xd8\x57\xb6\xc2\x13\xfe\x58\x52\x2e\x53\x22\x25\x6e\xc1\xac\x08\x4c\x62\xdb\x30\x06\x7f\x42\xed\x87\x1d\xe9\xc9\x9d\xc9\x3b\xfd\xd5\x32\xa3\xcf\x4d\xa8\x19\xbb\x89\x6a\x81\x35\x76\xf1\xac\xe8\xca\x64\xb5\x69\xfe\x72\x50\x84\xac\x70\x11\x44\xf2\xb4\xb9\x59\x3a\x9a\xd5\xaa\x0b\xd6\x58\x1c\x26\x74\x95\xad\x1f\xe9\x12\xb4\xbe\x31\x90\xaf\xf5\x5f\xe0\xf2\xfa\xac\x41\x75\x25\xbf\x62\x58\x38\xd7\xd4\x88\x07\x9b\x5b\x68\x4b\x3d\x40\xd8\x24\x13\x16\xd2\x94\xcc\xa3\xb9\xf1\xe6\xe8\x2b\xe3\x60\xc4\x9e\x82\x0d\x29\x85\xdb\x0e\xc2\x96\x00\x04\xf1\x93\x3e\x6e\xf4\xb1\x14\xc4\x0c\x22\x23\x85\x88\xda\x80\x10\x8c\xe3\xad\xa8\x7a\xb3\x82\xc0\x83\xfd\xda\x82\xd4\x37\x28\x71\xd6\x50\x85\xbf\xa9\xd0\x99\x9f\x5b\x50\x5f\x6c\x0b\x4d\xb9\xeb\x10\x82\x12\x67\x4d\x23\xd8\x41\x85\xb3\x17\x45\x25\xf6\x49\x91\x26\x87\x36\x9d\x58\x98\x02\x3d\x5d\xb7\xda\x7f\x72\x33\xfa\x93\xf1\x3b\xe4\x2d\xb8\x16\x41\x6b\x1e\x98\x18\x1d\x6a\x99\xd5\xe5\x5b\xdb\x80\x07\x89\x0e\x0d\xd8\xd9\x17\x10\xcf\x38\xb8\x3e\xff\xe2\x00\x7d\x11\xe6\x74\x7d\xb1\xd1\x01\xb4\xe3\xb6\x55\xce\x40\x9b\x2a\x05\xf6\x97\x8f\x1d\xec\x55\xe5\x24\xda\x3d\xb3\x07\x11\xb5\x9d\x43\xfd\x65\xe9\x1b\x70\x02\x43\xd5\x2e\xe3\x27\xf5\x61\xc5\xd6\x05\x64\x64\x5c\x2a\x1b\xd6\x2e\x1e\xb1\xc9\xa2\xea\xe4\x39\xf0\x5e\x9e\xce\xa7\x74\xeb\x4a\x54\xba\xbd\x7a\x12\xf0\x8e\xc3\x5d\x97\xdf\x07\x2b\xd2\x8a\x07\x26\xb2\x99\x4f\x03\x2e\xd6\x16\x0d\xd0\xc7\x89\x37\xcd\xaa\x64\x2f\x73\x8b\xd9\xb8\x29\xab\xe4\x9f\xb7\x46\x6e\x1d\x82\xab\x07\x4d\x2b\x62\xe3\xea\x5b\x84\xeb\x9e\xca\x9e\x97\xca\x76\x91\x57\x50\x1e\xdc\xfa\x17\xe8\xa9\x91\xe3\x82\x66\x9c\xc1\x55\x2b\x13\x9e\xc1\x97\xca\x95\xad\xae\xf3\xb9\xa6\xcf\x37\x58\x93\xd5\x4e\xdf\x5b\x13\x38\x60\xdc\xae\xf5\xb1\x56\x87\x3a\x50\xb6\x76\x0a\xa7\x26\x87\x50\xd1\x94\x1c\x20\xce\x92\x45\x10\xec\x60\xcf\x2b\x90\x9b\x89\x05\x9a\x13\x2a\x5c\x27\x16\x66\x6e\xad\xa4\xf3\x35\xa5\xf1\x36\x1a\xd9\x22\xd2\xe4\x72\xf0\x71\x78\x36\x1e\x5e\xde\x9d\xdf\xfd\xdc\x00\x21\x58\x7e\xec\x50\x04\x83\x17\x6e\x7f\xbe\xbd\x1b\x7e\x1c\x7f\x18\x5e\x0e\x6f\x06\x77\x2b\x10\x06\x97\x75\xd6\x86\x5e\x97\xcb\x26\xf5\x6d\x1d\x04\x3b\x67\xe6\x6d\xe8\xbd\x8e\x33\x18\x74\x42\x49\x0b\xd6\xa0\x49\xb0\x67\x31\x11\x28\x26\x8f\x24\xe1\x59\x61\x56\x6d\x5c\xb0\x00\x84\xb0\xa1\xfd\x65\x40\x84\xd0\x66\x75\x8d\x4f\x90\x29\x51\x15\x54\xe9\xf4\x0d\x82\xc8\x87\x05\x61\x5f\x28\x44\x3e\x65\x09\x8d\xa8\x0a\x12\xf0\xb8\xb0\xee\x15\xe3\x3e\x84\x28\xd0\x15\xc4\xb5\xb3\x68\x94\x9d\xeb\xfc\xa1\x27\xbd\xae\xed\xfb\x13\xe5\x41\xb1\x56\xd6\x3d\xd9\x81\x62\xdf\xe2\x34\xae\x61\x76\x6d\x30\xba\xe7\x30\x0f\xd4\x33\x61\x6c\x12\x5d\x0b\x9e\x57\xf3\x20\x57\xdf\x86\xcb\xe2\x64\x4a\xe7\x7a\x79\xa0\x4c\x37\x4a\x7d\xe5\x70\x97\x52\x3d\xc0\x1d\xe0\x5b\xd8\x18\xf1\x35\x03\x16\x6a\x65\x2e\x98\x89\xed\xc4\x48\x90\x94\x2b\xad\x80\x99\x88\x80\x03\x2d\x54\x51\x9c\xd0\xdf\x00\x09\x4a\x90\xa3\x20\x82\x02\x12\xed\xe2\x30\xe2\xd2\xa2\x34\x1c\x8d\xd8\xd9\xf0\xfa\x66\x78\xaa\x19\xd2\x11\xba\x97\x00\xf2\x54\x9a\xfa\x99\x25\x6f\x23\x8e\x85\x91\x0c\x94\x49\x45\x70\x5b\x30\x18\x11\x82\x8b\xee\xfc\xc1\xf7\x37\x84\xef\x9a\xc9\x1b\x9e\x95\x6c\x53\xce\x00\x70\xd9\x5a\xcc\x35\x88\xcd\xdf\x79\xea\xd3\x0d\x7e\x2a\xad\x48\x08\x72\x01\x92\x48\x79\xd5\x9f\x71\xb5\x01\xc3\xb1\xfb\xfc\x4a\x7d\x5e\xc3\xb7\xcb\xe6\x79\x07\x21\x76\x52\x15\x80\x90\x06\x33\xd2\x17\xeb\xa8\xcc\xb3\x55\x54\x14\xaf\x01\x88\x51\x21\xfd\x09\x99\x61\x86\x44\xce\x58\x05\x21\x34\xb4\xb4\xd5\x83\x66\xd6\x3d\xaa\x7a\xcd\x70\xca\x73\x06\x4a\x03\x84\xb1\x36\x0c\x46\x66\x84\xa9\x15\x83\x79\x2d\xb8\x93\xca\x50\xf7\x17\xf1\xa4\x61\xa0\x6d\xa0\x27\x4d\xfe\x24\xa8\x18\xbb\xde\xb5\xec\x82\xf2\x4a\x4e\x25\x7d\xa8\xfc\xfd\xdc\xac\x65\x63\xf9\xb0\x75\x77\x77\x58\x3e\xac\xee\x2a\x26\xd1\xc3\xba\x97\x4d\x35\x03\x32\xb1\x05\x77\x6b\xc6\xbe\x85\x7e\x6a\x2b\x4a\x40\x9d\xe5\xe8\x01\x7d\x7f\xf7\xf1\x02\x4d\xa9\x96\x7b\xf5\xb5\x72\x89\xb5\x8c\x7d\x2f\x12\x5f\xc4\xde\xc8\x20\xb9\x48\xfc\xdd\x0b\x1b\xef\x44\xa9\x40\x4a\xd0\x37\x1a\x9e\x11\x67\xec\x15\x16\xd3\xae\x52\x51\x42\x60\x16\xf3\xd4\xcc\xe3\x58\xe6\xd3\x29\xfd\x74\xa4\xb0\xf8\xaa\x65\x3d\x4c\x54\xc5\xf8\x1f\x7c\x32\xd6\x23\xda\xf2\x22\x6e\x6a\x0e\xd9\x3a\xb0\x7e\xd9\xec\xcc\xce\xcc\xbb\xff\xc5\x27\x90\x53\x9e\x09\x0e\x38\x7b\xe0\x9d\xb3\x91\x0a\xf6\x15\x47\x49\x47\xc8\x25\x2a\x95\xa0\x44\x22\x2e\x04\xb1\xa9\xe8\xa6\x24\x62\x86\x85\xa2\x60\xad\x75\x50\x24\x25\x80\xf4\x62\x8b\xc2\x4a\xc5\x73\x5c\x80\x11\x4f\x08\x01\x07\x4f\x46\x93\xf5\x94\xde\xd3\x92\x6f\xb2\x72\x02\x6d\xe4\xa9\x45\xa7\x04\x83\xcc\x4a\x11\x6b\xf8\x48\x98\xda\x89\x7e\x02\x4d\x34\x24\xc7\x77\xf3\x32\x98\xca\x84\xe7\x67\xc5\xe5\xe6\x2b\xe4\x07\x51\x4d\x4a\x60\xb8\xe7\x6d\x42\x92\x75\xa9\xb7\x39\xfa\x1f\x3b\xfb\x8e\xe1\xd5\xfa\xba\xac\x08\x8d\xb7\xab\x5d\x54\x28\x2e\xc2\x5a\x1d\xba\xfb\x86\x70\x39\x92\x18\x2b\x46\x00\xd3\x60\x95\xd3\xea\x9e\x9b\x3e\x35\x6d\x55\xba\x5c\xb9\xe5\x1b\x60\xc3\x94\x9a\xf9\x40\x20\x75\x72\x17\x81\xe8\xeb\xa4\xc8\xc3\x40\xee\x45\x02\x21\xd4\x4b\xad\x58\xa6\x3a\xb2\xe6\x7c\x5e\xb2\xc3\x1d\x64\x74\x33\x18\x2d\x34\x92\x4c\x10\xa8\xd7\x7f\x82\xae\x13\xa2\x25\xaf\x5c\x4b\x5f\x79\x92\x38\x1c\xad\xe5\xd2\xe1\x5a\xd8\x6f\xcf\x3e\xaf\x40\xf7\x58\x32\x31\x87\x23\xb7\x7c\x66\xc1\x1a\xec\x1e\xd8\x20\x58\x5f\x30\x21\x83\x21\xb1\xac\x45\x02\x87\x5f\x98\xb8\x59\x30\x25\xe1\xd2\x45\x46\x7f\xd3\xec\x57\x10\x39\xe7\xad\xc9\x84\xe1\x6c\x9f\x67\x0e\x6e\x29\x9f\x71\x12\xee\x3e\x6c\x8b\xab\xee\x20\xd7\x54\xee\xc0\x92\x88\xb3\x6c\x8a\xbe\x00\x80\x8f\xfe\xb0\xa8\xa6\xf6\x6e\xb5\x43\x83\x5b\xb2\x30\xb5\x85\x08\x63\x85\xeb\xa2\x50\x66\x16\xc6\xf7\xea\x3f\x2f\x0c\xc8\x45\x4a\x00\x55\xb2\x28\x96\x85\xf4\x5d\xbb\x1e\x97\xb5\x89\x23\x45\x13\x7a\xc0\xcd\xac\xcd\x62\xff\x83\xc8\x6b\xc3\x82\x64\x09\x1b\xcd\x6e\xb1\x99\x72\xa3\x3a\xd6\xce\x40\xb7\x75\x81\x81\x44\x5b\x88\x1d\xcf\xe5\x09\x2b\x51\x4b\x69\x02\x3d\xda\xd6\xfa\x68\x5b\xb6\x10\x84\xa7\x3d\xc0\xc6\x53\x02\x92\xe1\x0b\x67\x57\xf5\x92\xb7\x06\xea\x55\x59\x4a\xa5\xdd\xe9\x94\x92\x54\xfa\x42\x9f\xfb\xb3\x2d\xbd\x65\x7a\x32\x8b\x31\x24\x79\x6e\x13\x31\x53\x9a\xbf\xb1\xf4\x43\x9b\x24\x46\x26\xa3\xdf\x60\x01\xdb\xb5\xf3\x5e\x8e\x0c\x0b\xc2\xd4\x88\xdd\xe8\x51\x98\x2f\x8a\xa8\x89\xa2\xd0\x3f\x29\xca\x62\x4e\x11\xb6\x5f\xc1\xa2\xb7\x05\xad\xc9\xb1\x79\x09\xd4\xc8\x67\x4c\x3c\xff\xce\xbc\x63\x70\x00\x2c\x0e\x8e\x9e\x2a\x9d\x16\x2a\xb7\x16\xf6\xa2\x39\x85\x34\xfc\x98\x48\x7b\x79\x50\x65\x71\x16\xbc\xa8\x9c\x13\x87\x48\x0c\x9f\x79\xfe\xd5\xc4\x5c\x9d\x52\xcf\x9c\x31\x4d\x8e\x58\xd0\xc7\x12\x00\x4b\xa3\x58\x6f\x28\xf6\xc3\x3e\xd3\xd8\x3b\xa9\xe0\x9f\x66\x87\xb8\xa0\x33\xca\x82\x1a\x37\x76\x7a\x29\xce\xc0\x14\x6b\xce\x20\x9f\xfa\xfb\xe7\xce\x66\x04\x1c\xc1\x88\xff\xe7\xbf\xff\x7e\x44\xdb\x3c\x15\x72\x6c\x57\x60\x1f\x76\x72\xbd\x6d\x09\x77\x3e\x40\xd6\x68\x41\x6c\x08\xf4\x4f\x59\xca\x72\x28\x7e\xb5\x97\x9b\x26\x1a\xae\xe6\xc6\x35\x5b\x26\x77\xf0\x63\x88\x7c\xf9\x2d\x1b\xb0\xb8\xc2\x79\x5f\x78\x68\x83\x00\x59\x57\x37\xc1\x04\x36\xea\xf6\x2b\x17\x4a\x85\x41\x05\x00\x77\xdb\x04\x12\xce\xb1\x7c\xbe\x68\x91\xc6\x62\x34\xc6\xc0\x1b\xde\x91\xab\xe2\x46\xcc\x20\x4d\x02\xa2\xde\x95\x5c\x12\x61\x0e\xb4\x47\x42\xb2\xc4\x13\xc2\xf7\x41\xd8\xe0\x0a\xf7\x17\x49\x31\x5d\x2b\xc4\x5d\xbf\xdf\x0c\x2e\x58\xb2\x7f\xe3\x19\x11\xe3\x38\x2f\xc5\x33\xaf\x6a\xfb\x5a\x7f\x74\x96\xab\xc5\xea\xf6\x65\x82\xa3\x87\x75\x00\x1d\xf5\xfb\x2d\xcd\xae\x16\x0c\x83\xa8\x93\xb2\x70\xd8\x02\x97\x48\x2a\x70\x89\x36\x0c\xb2\xa4\xb5\xc3\x45\xc3\xa0\xe0\x78\x20\xdc\xdb\x9b\xc8\x80\x3a\xc3\xc8\xd1\x24\x2f\xac\x1c\x1e\x26\x3f\x3e\x1a\xb1\xf7\xa6\xce\x04\x28\x1e\x66\x00\x11\xe4\xa0\x90\x4f\x19\x97\xa4\x94\x14\xd5\x00\x7d\x6f\x93\x1a\xed\x30\x9a\x65\xd2\x4a\xc1\xf7\xad\x44\xd2\x57\x07\xbe\xac\x6f\x78\x7d\xca\xcd\x14\xb8\x95\xd4\x13\xd1\x8c\x6a\xda\x19\x37\x9e\xb4\xf5\xa7\xde\xb5\x72\x4a\x11\x66\x04\x10\x48\x2a\x59\x1c\x20\x3f\xbd\x0a\x41\x24\xe4\x91\x80\x85\x17\xc6\x18\x16\x38\x28\x9b\x9a\x5a\xd8\xc9\xaa\x03\x54\x64\x24\x02\x5b\x40\x71\x75\x04\xe5\xbc\xad\x26\x5a\x2c\x67\xa4\x6c\x9d\x3c\xd5\x14\x2b\xb1\x86\x14\x3a\x08\x0b\x3d\x2c\x88\x42\xe4\x93\x22\xb6\x4e\xe1\x9d\x4b\x6f\xab\x47\xc4\xa3\xe6\x0c\x9d\x76\x11\x69\xf7\x54\x51\x9b\x88\x4d\x6a\x76\xf9\x7b\xb1\xbb\xf7\x6d\x3e\xdb\x1c\xb3\xd8\x26\x69\x5a\x59\x5a\xcb\x14\x30\x3b\x63\x07\xf2\xe1\xeb\x36\xd5\x30\x40\xc8\x36\x6d\x1a\x28\x6f\xb8\xc8\x9c\x5e\xa4\x25\x73\xf0\xf8\x73\xa1\x05\xd4\x9c\x29\x9a\x68\xe2\xb0\x63\xd0\x5a\x73\xce\x3c\x46\x1d\x04\x5b\xb7\xc1\xa0\x51\x29\x29\x9b\x8d\xed\x4a\xba\x7c\xc3\x6e\x17\x43\x99\xa6\x3e\x9a\xa6\xcc\x8f\xdf\xb9\x86\x96\xdb\x79\x0d\x59\x03\x44\x95\xcb\x74\x04\xc1\x9a\x71\x37\x19\x8b\x2d\xe6\x12\x24\xc7\x34\x36\x4b\x41\x4d\x39\x5c\x98\xe8\x3a\x46\x0a\x10\xeb\xea\xd0\x02\xc5\x15\x22\x6d\xf6\xa2\xc9\x49\x82\xe0\x71\xd5\x92\x9e\x29\x5b\xd3\x32\xcf\x99\x17\xd1\x6c\xbd\x23\x9f\x7c\x5e\xc9\xf0\xc4\xae\x3b\x1b\x21\x8f\x93\x64\x82\xa3\x07\xaf\x6c\x78\x95\x9b\x0b\x87\x17\xaf\x05\x54\x28\x88\x65\x88\x4b\x0f\x34\x02\xe9\x26\x74\x60\x19\x70\x19\x3b\xec\xa2\x73\xb3\x6a\x16\x1d\xcb\xa0\x09\x99\xd1\x9b\x70\xfb\x98\x64\x09\x5f\xa4\x2d\xf7\x59\x35\xab\x6d\x9b\xe0\x91\xb6\xa4\xba\x9d\x5e\x65\x15\xa6\xb7\xf6\x65\x56\x4b\x91\xd9\x01\xd4\xd1\x1a\x5c\xf2\x43\xc2\x27\x60\xe5\xb3\x5a\xb6\x4b\xfb\x08\xb2\x0f\xaa\xe7\x79\xdd\x64\x94\xea\x89\xa4\x32\x4b\xf0\x62\x59\x0f\x26\x0d\xe2\x79\xf7\xcd\xa4\xcd\xaf\x36\x82\x75\x0f\x20\x6e\xfc\xfc\x39\xc0\x6b\x2f\x9c\x24\x60\xde\x35\xfc\xab\x62\x4c\x32\xf9\x67\x47\xc6\x6f\xaa\xf8\x88\x29\x3c\x73\x9b\x6b\x85\x4b\xfe\xc4\x88\x90\x73\x9a\x95\x0a\xe5\x6d\x1d\xb1\x6c\x29\xda\xfe\xc7\xc4\xe7\xae\xc1\x3b\x79\x76\x68\x40\x33\x34\x7d\xc8\x0c\x47\x85\xf1\x2f\x4a\xb0\x94\x74\xba\x08\xb0\x2e\x7c\xf0\x27\x64\x14\x95\xb5\xe5\xa0\x36\x55\x13\xa3\x31\xe3\xdb\x4d\xb2\xf7\xf6\x89\x6e\xf7\xe5\xe3\x47\xe3\x10\x54\x4c\xdf\x27\x75\x60\x13\x77\x53\x5b\x80\x93\x56\x10\x52\x93\xd5\xbe\x59\x72\xf6\x52\x3c\x9a\x76\x33\x42\x21\x4c\xda\x61\x5b\x45\xc6\x63\x50\x84\xf8\x2c\xaa\x94\xdd\x07\x9b\xaf\x15\x27\x67\xfe\xd4\xc4\xe9\xf1\x2b\x20\xcd\xbf\xf8\xf8\x00\xc9\xad\x70\x9f\xba\xd0\xc5\x19\x49\xc8\x4e\x82\x80\x37\x20\x92\xaa\x87\x3d\x20\x8f\xa5\xa4\x51\xe0\xcb\xaf\x36\x2e\x6c\x10\x9b\xdc\x82\x1e\xd3\x3c\xf4\x9f\xcc\x40\x6d\x78\x72\xd3\x2e\x82\xfd\x0b\x56\xb9\xab\xee\xd2\x04\x43\x67\x5a\xb0\x24\x57\x74\x53\xa2\xab\xa2\x53\x2f\xaf\xec\x23\xa9\xbd\x72\x14\x6f\x6d\x5c\x1f\x48\x97\x88\x83\x95\x07\x60\x23\x0e\x54\xe7\xd3\xdd\xe8\xc2\xfa\x09\x15\x47\x33\xa2\x4c\x4d\x72\x5f\x78\xfd\x2d\xd1\xc4\xce\x72\x10\x76\xb4\xfa\xcd\x87\x7c\xbd\x53\x7b\x4b\x94\x74\x57\x42\x0d\xd9\xcf\x6e\xce\x1e\x6e\xc1\x7e\x1c\x4b\x23\xb8\x7e\xf6\x72\xcb\xd6\x79\xfb\x76\x64\x36\x7b\xfd\x77\x24\x50\x99\x39\xc6\xf6\x0b\x9f\xa9\x5e\xc2\x68\xc2\x25\x5c\x3b\xb3\x46\xaf\xcf\xf5\xaa\xa4\xfd\xb9\x8b\x5e\xeb\xd3\x78\x75\x54\x05\x75\xf7\xf2\xe0\x7a\xf2\xa0\xc3\x7d\xdc\xc3\xcb\xbf\xed\x18\xec\xe7\xfd\xb3\x07\xc2\x61\xed\x4a\xdc\x9d\x88\xf8\x86\xc8\x64\x2f\x24\xc5\xda\x56\xbc\x94\xbc\x78\xe8\x80\x77\x0a\x18\x9b\xfd\xdd\xa2\xfd\x38\xc9\x37\xd6\x0d\xf4\x7c\x17\xec\x6a\x7a\xd9\x09\x7d\x00\x06\x25\x86\x54\xdd\xdc\x16\xb5\x80\xc3\x1b\x84\x8c\xd5\x7c\x0f\x2b\x82\xf1\xec\xf0\x3a\x85\xe1\xd5\x96\xf3\x39\xb6\xd7\xe6\x65\x75\xde\xdc\xe7\x24\xb5\x75\xc7\xb2\x0b\x1d\xe5\x99\xbd\x38\x96\x1a\x83\x0f\xfa\x98\xd8\x6e\xb7\x68\x03\xda\x8b\xdb\xb2\x5d\x1e\xb2\xa6\x8a\x5f\xdb\x67\x96\xbb\xb4\xb3\x71\x26\xc8\x94\x7e\xda\x48\x14\xbf\x86\x4f\xad\x7a\xa9\x97\xb9\x52\x43\x0c\xdc\x33\x50\x73\x2c\x88\xdb\xb3\x2b\x6d\xeb\x0c\x8d\x58\x91\xac\x67\x33\xf5\x1e\xc8\x02\x71\x51\xfa\x69\x53\x5c\xc2\xdd\xd7\x3b\x33\xfb\x3a\x57\x2a\x93\x27\xc7\xc7\x33\xaa\xe6\xf9\xe4\x28\xe2\xa9\x09\x37\xe7\x62\x66\xfe\x38\xa6\x52\xe6\x44\x1e\x7f\xfb\xcd\x37\xc5\x16\x4f\x70\xf4\x30\x33\x48\x2f\x75\xbf\x53\x69\xcb\x6f\xeb\x35\x81\xd7\xaf\x92\x21\x38\x1b\x93\x4f\x9a\x48\xe5\xa6\x18\x40\xf7\x92\x48\x34\xf8\xe9\x16\xc9\x05\x53\xf8\xd3\x09\xfa\x48\x19\x08\x20\xdf\xf3\x5c\x48\x74\x86\x17\x87\x7c\x7a\x98\x72\xa6\xe6\xe8\x23\xfc\xaf\xfd\xe9\x89\x90\x07\xf4\x33\xc1\xc2\xee\xaf\xad\x26\xe5\x0b\x13\xcf\x31\xa4\x31\x4b\x44\x1e\xf5\x0a\x7f\xf3\x1f\x28\x35\x2d\x9f\xa0\xaf\x8f\xbf\xf9\x0f\xf4\x47\xf8\xff\xff\x3f\xfa\x63\x8b\xa6\xb6\x1e\x8a\x10\xd4\x1c\xbd\x29\xbb\xe3\x0e\x2a\x2b\xb5\x41\x19\xe6\x53\xc1\x8b\x9d\x6a\x6c\xf9\x81\x46\x0f\x7c\x3a\x1d\x2b\x9a\x12\x93\x1b\x34\xc6\xa2\x86\x40\xbb\x21\x24\x23\xb5\x45\x63\x05\x35\x48\xe5\xae\x2c\x85\xed\xd4\x24\x91\xbb\xe3\x26\xf3\xa2\x68\x26\x04\x81\x94\x0a\x91\x52\x09\x5f\x91\x58\x9f\x8a\x75\x02\x3e\x9c\x75\xa6\x5e\xda\xbe\x00\x5d\x08\x0b\x21\xfb\xc0\xad\x30\x0a\xd1\x04\x6a\xd8\x85\x6c\x3c\x0e\xb5\xf0\xc8\xcf\x26\xe6\x0d\xa6\xf6\x5a\xf1\x6e\xb2\xd6\xf9\xea\x50\xb7\x5b\x2e\xb6\x92\x97\x1f\x48\x2d\xe6\xb6\x63\x09\x16\x57\x7e\x33\x2c\xc9\x0d\x49\xa7\x5c\x78\x68\x54\xa3\xd7\xda\x42\x6d\xab\xad\x50\x54\x98\xe0\xa0\x6e\x87\x5e\x4f\xfd\xcc\x7f\xb2\x6a\x98\x10\x29\xe4\xde\x2e\x4a\x50\xc1\x68\xf5\x15\xa7\x59\x62\xc3\x88\x1b\xf0\xd3\x56\x6d\xe8\xad\x4f\x99\x87\xc6\x21\x6c\x0d\x42\xf6\x99\x93\x4c\x6c\x4e\x72\xf3\x7e\xe6\x22\x22\xa7\x7c\xbb\xb0\xc5\x84\xb2\x5a\xbc\x73\xf7\xea\x26\x41\x9d\x77\x53\xc7\xc6\x41\x8c\xf2\xb8\x10\xf6\x8c\x59\xd7\x02\xdb\x07\xd8\x86\xe5\xd9\x00\x46\xd6\x2e\xe0\xf3\x6a\x70\xeb\x5b\x70\x6d\x63\xf8\x2b\x18\x9e\x43\xeb\xaf\x80\xf4\x0b\xac\x79\xe1\x86\x88\x83\xa6\xec\xca\x01\x12\x18\xe2\xd8\xd4\x1c\x33\xa3\x12\x4e\x71\x44\xd9\xec\x20\x00\x9b\x83\xc4\xef\x90\x03\x37\xd1\xc5\x1d\x96\x0f\xbb\x8d\xcd\xda\xba\x0c\x1d\x8d\x8b\x52\x48\x16\x1e\xc2\xd8\x82\x69\x0d\x69\x4b\x61\xf9\xd0\x86\x8f\x52\x03\x67\x5a\x32\x3a\xbf\x14\x0e\xd2\x69\xd9\xf8\x5c\x22\x29\x09\x45\x50\x40\x5e\x77\x05\x48\x2d\x54\x9b\xcb\x05\xc2\x1e\x4b\xa1\x8a\x51\xb8\x64\xfc\x72\xce\x85\x1a\x6f\x88\xee\x58\x4d\x86\x65\xe4\x30\x01\x58\x06\xfe\x48\xc4\x23\x25\x4f\x65\x90\xc4\x75\x68\xd1\xd8\x19\x82\x40\x24\x40\xd1\x4b\xb5\x26\x1d\x1b\x7b\x37\x5b\x18\xde\xa4\xcf\x33\x96\x0f\xd2\x97\x63\x44\x32\xc5\x49\x72\x80\x04\xc9\xa5\x29\x07\x2a\x49\x32\x3d\x74\x80\xf6\x31\x4a\xf8\x8c\x46\x38\x41\x93\x84\x47\x0f\x72\xc4\xf4\xdd\xcc\x66\x86\x2f\x64\x82\x47\x44\xca\x40\x98\x29\xf2\x5c\x6d\xf6\x11\xd4\x62\x54\x44\xa4\x94\x51\xa9\x68\xe4\xa4\x94\x22\xb5\xdc\x54\xde\xd5\xea\x65\xc4\x4d\x05\x49\x18\xae\x16\xae\x88\x81\xd8\xcb\x99\x2d\x7d\x02\x37\xa4\x45\xce\x72\x71\xb5\x6d\x07\x68\x07\x40\x60\x8e\x42\xc6\xaa\x7c\x20\x57\x1c\xa9\x53\xfb\x19\x1c\xe3\x65\x24\x70\x53\x3e\x51\x9e\x20\xfd\x49\x2b\x81\x93\x40\x18\xae\x8f\x1a\x2e\x09\x0b\x3e\x98\x76\xcf\x70\x89\x60\xc8\x2d\x68\x44\xab\x68\x5a\xaf\x22\x48\x19\x50\x6d\xa7\xea\x68\xa4\x2c\x4a\xf2\xd8\xd7\x5b\xd3\xb7\xee\xa3\x26\x12\xb7\x3c\x7a\xed\xf5\xdd\x7c\x80\xb0\x44\x4f\x24\x49\xf4\x7f\x4d\xd0\xf0\xa1\x87\x3f\xd7\x2c\xd9\x40\xd4\x43\x27\x8e\x4b\xb7\x52\x14\x4c\x62\x4f\xca\x84\xfa\x7b\x7b\x5d\xce\xbc\x52\x32\xd3\xcb\xb3\x26\x87\xd6\x2b\xdd\x0a\x15\x59\x1a\x5b\x99\x6c\x01\xb8\xa5\x7d\x50\x1d\x0d\x40\xa2\x29\x43\xda\x50\x1c\x3c\x7d\xa4\x45\x49\x5c\xdb\xdb\x52\x03\x91\x9e\x51\x27\xeb\x50\x48\x14\x1b\x5b\x3c\x2b\x53\xa9\x21\x0d\x50\x53\x4b\xdd\x4c\x08\xd4\x84\x3c\x8a\x08\x89\x1b\xe3\x4b\xf5\x88\xf6\x0e\x0a\xf1\x1a\xab\xb9\x49\x5a\x4f\xb9\x32\x15\x19\x0d\x14\xa2\xb3\x5c\x19\xec\xbc\x49\xc2\x27\x70\x21\x01\x4a\xa2\x4b\x7a\x0d\x12\xe6\xcc\xbc\x49\x8c\xbe\x0c\xee\x17\x0f\xa8\xf0\x55\x33\x66\x5f\x69\x45\xf6\x00\x21\xb1\x6a\x32\x6b\xc5\x49\x2c\x17\x15\x3b\x42\xd7\x15\x14\x90\xb0\x28\x37\xae\x62\x42\x1d\xd4\xb6\xf0\x75\x50\x15\x2b\x93\x78\xbe\x1d\x5a\x13\x55\xb1\xd4\xe7\x0e\x50\x15\x2b\xf3\x6c\x89\xca\xe7\xb3\x67\xcd\x26\xd6\x93\xba\xe0\xdd\x53\xbc\x0c\x1a\x95\x11\xf1\x4a\x24\xe8\x0e\xe4\xa2\x89\x10\xf7\x0b\x31\xb2\x52\x7a\xef\x75\x11\x23\x2b\x83\xd9\x67\xc4\xc8\xca\x50\xf7\x17\x31\xb2\x61\xa0\x1d\x10\x23\x8d\xdb\x7e\xac\x89\xba\x1b\x53\x80\x94\x95\x49\x3e\xbd\x85\x7b\x77\xe9\x18\x4f\x4d\x48\x80\xb9\xc6\x9c\x28\x69\x01\x94\x61\xb4\x36\xbb\xb1\x2d\xd0\x09\xcb\xad\x68\xcf\xfb\xd5\xa8\x34\x86\x84\x2c\xc1\xac\x7c\x75\x40\x75\x7d\x41\x22\x4d\x7e\x86\x51\x29\x81\x99\x84\xa9\x1e\x58\x73\x9d\x1e\x85\xb1\x50\x47\x38\xb3\xd9\xe2\x6d\x75\x4d\xf6\x27\x2f\x76\x3d\x30\x4e\x00\xba\x2b\xb1\xfa\x4e\x30\x55\x1f\x2b\xa5\x01\xe6\xfc\xc9\x4a\x8e\x40\x7e\x86\x18\x5b\x49\x0f\x3a\x1d\x5b\x9b\x42\xdb\x8a\x51\xa6\xc8\xac\x2a\xd2\x17\x87\x85\x32\xf5\xe7\x6f\x57\x72\x20\x83\xe3\xe7\xac\x17\x01\x40\xbf\x85\x0e\xf1\xa5\x80\x48\x8c\xa2\xb9\x56\xda\xa5\xd6\xae\xf5\x74\xcc\x8d\x2a\x51\x8a\xa9\xd3\xf3\x73\x09\xce\xb9\x39\x95\x23\x56\x02\xbe\x3c\x42\xef\xa1\xea\x28\x4e\xb3\x84\x1c\x20\x3f\x3f\xaa\x29\x68\x94\x7f\xfd\xf5\x9f\x09\xfa\x1a\xa5\x04\xb3\x92\x89\x05\xb4\x7a\x7d\xe5\x01\x50\x9c\x9a\x93\x11\x6b\xdc\x0a\x34\xfc\x64\x0a\x19\xb9\x08\xbe\x73\x36\xe5\xce\x64\x03\xd5\xf4\x70\x34\x47\x32\x9f\x98\x72\xb0\x81\x89\xcd\xe9\x79\x17\x7c\x06\xae\x67\xb8\x89\xdd\xa0\x37\x06\xc8\xac\x30\x9c\x8e\x00\x99\xa5\xa9\xf5\x00\x99\xcd\xa7\x6f\x6f\x01\x32\x2b\x7b\xde\x0d\x20\xb3\x69\xcb\x37\x00\xc8\x2c\x35\xf3\xd9\x00\x64\x56\x56\xf4\xb3\x01\xc8\xac\xcc\xab\x07\xc8\xfc\x4c\x00\x32\x57\xf3\x91\x46\x08\xc8\xe6\xc3\xbb\x1e\x04\x64\xa3\x7e\xd5\xce\x22\xb6\xc5\xdb\x01\x69\xee\x85\x21\x20\x4b\x13\xe8\xc3\xdd\xd6\x0f\x77\x6b\x24\x3e\xdb\xb7\x1e\x9e\x8b\x81\xab\x5e\x64\x1d\x41\x20\x4b\xfb\xd3\xd9\xf4\xb9\x0b\x4a\x7c\xde\x00\x4b\xf0\xc0\x74\x35\x87\x0c\x4a\xab\x28\x2d\x74\xac\x96\x8c\x1c\x78\x97\xd1\x9c\x42\x77\x7e\x4f\xb9\x1b\x04\x6a\x56\x96\xd7\xfb\x6c\x0c\x2d\xee\xd2\x38\xdf\x50\x52\x7e\x0b\x7a\x75\xb9\x6c\x6b\x3a\x47\xdc\x20\xc0\x49\xd2\x6c\x18\xa4\x29\xdd\x55\xb3\xab\x2e\x32\x0f\x4d\x04\xda\x54\x2d\x4d\x4f\x5f\x4f\x66\x38\x46\x36\xae\x64\x27\x02\x6e\x82\xf9\x72\x46\xa5\x12\xad\xa1\x4a\xb5\x11\x6e\xe3\x86\xcd\xf2\x4d\x40\x50\x66\x9b\x7d\x96\x92\x94\x8b\x55\x71\x52\x8d\x5f\xda\x62\x18\x9b\x7c\x4a\xb2\x39\x49\xb5\x10\x34\x5e\xb7\x91\xae\xfb\xed\x73\x38\x6d\x2a\x91\x89\x5b\x2c\x11\x41\xe0\x64\xd5\xef\xc6\x06\x20\xb0\xf3\x76\x6f\xbb\xcd\x16\xc2\x70\x4d\x2b\xbe\x83\x70\x5d\x6e\x2d\xb1\x2f\x95\x5c\xe9\x40\xdf\x8d\xf1\x22\x3e\x5c\x67\x75\x44\xc8\x92\x58\x90\x65\x30\x40\xc5\x57\xb6\x54\xec\x1a\x61\x02\x75\x17\x6a\x58\x27\x74\xfd\xe0\x91\x16\x10\xcb\xfa\xf2\x80\x6f\x59\x12\x71\x18\x4a\xd4\xa5\xc1\xd4\xd7\xab\x44\x25\x4e\x13\xdb\x82\x48\x72\xd1\x1a\x34\xda\xc5\x0a\x19\xa9\x1c\x27\xa0\xe6\x85\xf5\xed\xaa\x9b\x3a\x59\x34\x64\xa1\x75\x33\x73\x53\xa6\xfe\xf2\xef\x6b\xed\xa6\x56\x49\xec\xba\x41\x4d\x1e\x1c\x45\x44\x1a\xc3\xa8\x0d\x2a\xc6\x13\xfe\x08\xe5\x78\xb6\xd9\x55\x7d\x94\xf5\xbc\x35\x83\xf7\xc8\xb0\x71\x41\xea\x46\x5c\x98\x0b\x9e\xcf\xe6\xce\xf6\xa2\xcf\x8c\x9e\x5a\xd3\x5e\xfe\x58\x33\x70\xae\xbd\x97\xdf\xe5\x34\xd9\xcc\xb2\x75\x5b\x2a\x54\xf4\xe1\xfc\x0e\xc9\xb9\x3f\xad\x13\x68\xb6\x71\x63\xeb\x83\xee\xde\xa7\xfd\xd6\x1b\xd9\xa1\x9b\x03\x87\x86\x38\xe5\x49\x02\x66\x62\x49\xd2\xc7\xb0\xbe\x78\xd8\x3d\x4c\xf8\x8e\x6e\x58\x55\x1f\xbe\x06\x67\x93\x54\x38\xcd\x3a\xc9\x5f\xd7\x46\x34\x94\xc8\x8d\xbe\xea\x69\x36\x61\x70\x9c\x11\xd6\x64\x9b\xfa\xa9\x5e\x23\xe2\x8d\x05\x23\xba\xc8\xb4\x9d\x05\x24\xba\x25\x79\xe1\xa0\xc4\x15\xf3\xd8\xd7\xc0\xc4\x0a\xb3\xf3\x71\x82\xc5\x35\xe3\xa2\x3d\x8c\xe2\x33\xd0\x4b\x3c\x62\x83\x52\x7a\x84\xab\xa5\x3b\x59\x14\xf1\xd5\x46\x87\x08\x99\x19\xa0\xfb\x5b\xc3\x0a\xf8\x40\xf4\x5f\xa0\xe9\x18\x2c\x51\x13\xae\xe8\x42\x12\x21\x38\x9c\xc4\x87\x38\x5a\x44\x09\x8d\x02\x9d\x79\x26\x70\x36\x6f\xe2\x78\x6e\xe7\x7b\x10\x94\xd7\x02\x41\x69\x2b\x59\xb3\x4e\x38\xb8\xa3\x2b\x86\x53\xd2\x83\xb3\x34\x81\xb3\x1c\x78\xf8\x01\x56\x14\xdf\x79\xc5\xac\xf6\xfa\xb9\xeb\x11\x5a\x5e\x01\xa1\x65\x93\xc3\x57\xc0\xaf\x94\x8e\x5d\x8f\x1a\xf3\xae\x13\x6a\x8c\xbf\x04\xf7\x0a\x08\xa4\xfd\x3c\xbe\x32\xc0\x44\x7d\x60\xaf\x89\x12\xd3\x20\x2e\xac\x23\x37\x2d\x83\x89\x59\x46\x17\x9d\xd6\xe5\x75\x41\x5b\xd6\x5b\x99\xb5\xf0\x58\x1a\xef\xae\x3d\x41\x67\x69\xdf\x86\x3d\x39\x37\xbb\xcc\x98\x59\xaf\xba\x60\x98\x35\xb3\x8e\x82\xb5\x5e\x02\x8d\xa7\x87\xb7\x95\x44\x53\x94\x76\xda\x2c\x91\x66\xe0\x7c\xd0\x44\xa0\x39\x4f\x62\x13\xe6\x15\xac\x96\xef\xc0\x87\x6f\xfb\x05\x72\x9b\x01\xe5\x90\x41\xdb\x2a\xea\x33\x2d\x4b\x97\xf1\x9b\xf8\xd6\x53\x66\x02\xf9\x77\xb7\x69\x33\xe1\xca\x6e\x9a\x3a\xb3\x62\x70\xcb\x44\x8f\x0d\xd3\x67\x82\x1e\x97\x7a\xe9\xdc\xec\x3a\x79\xea\xaa\xc4\xb2\x41\x10\x55\xad\x90\xd6\xf6\x58\x2d\x29\xfe\x34\xce\xb0\xc0\x49\x42\x12\x2a\xd3\x67\x8b\xe4\x3c\x2d\xbb\x6b\xf5\x59\x15\xdc\x98\x88\x58\x9e\x4e\x0c\x29\xba\x81\xd8\xf2\x7d\x8a\x23\x91\xb3\x10\x69\xea\xa9\x56\x8f\x3c\x87\x7b\x01\xac\x4a\xd1\x1c\x6a\x45\x4e\x31\x15\x8c\xc8\xd6\xca\x7c\x24\xca\x05\x55\x8b\xb1\x2d\x74\xd8\xfd\xc0\xdd\xda\x2f\x4f\xed\x87\xcb\x3d\xdc\x2e\x49\xdf\xf5\xe7\x0b\x2b\x66\x44\x40\xd5\x16\x57\x7f\x24\x28\xe6\x68\x41\x18\x88\x2f\xfd\x02\xb1\xab\xb5\x6b\xbb\x2d\xe6\x1a\x3f\x8d\x83\x34\x98\x71\x54\x25\x8e\x55\x87\xb5\x09\x06\x68\xd9\x24\x9f\x19\x08\xa7\xc5\x8b\xfc\x0c\x45\x1f\x6c\xac\xbb\x69\x5a\x0f\x38\x70\x05\x83\xbd\xb2\xd8\x98\x20\x97\xde\x2a\x55\x2d\xe3\xc4\x8c\x71\xd5\x5c\xee\x6b\xc9\x60\x07\xc1\x57\x1d\x46\x1c\x74\xb2\xa3\x61\xeb\x83\x2e\x44\x9e\x29\x3a\xa9\x23\xd5\xa8\xdd\x15\x81\x1c\x24\x90\xc2\xed\xdc\x0c\xa5\x6e\x4d\x65\xc8\x12\x27\xb6\xb3\xd3\xf2\xbf\x85\x75\x72\x80\x3f\x94\xcd\x12\x52\x4a\xbe\xba\x4a\x29\x50\xa1\x39\x3f\x60\x80\xd6\xd4\x59\xb6\xcd\x7e\xe1\xc2\x3d\x30\xd4\x97\x34\x26\xa2\xa3\x11\x1b\x48\xf4\x44\x10\x23\x16\x11\xa2\xa1\x72\xa4\xb7\x6a\x43\x29\x9e\x09\xd1\x3d\xf9\xd8\x14\x2d\x3c\x50\x25\x7d\x35\x28\xd3\xc7\x14\x27\x92\x1c\xe8\x86\xa1\x88\xa4\xe2\x10\x34\x89\xd1\x93\xc0\x59\x46\xc4\x88\xd9\x10\x7c\x70\xb8\x70\x9e\x98\xf6\xdb\x42\x43\xed\x1a\x90\x71\x84\xa3\xf9\x0b\xed\x11\x86\x0c\x8a\x68\x4e\x62\x97\x8b\x5c\xde\x1e\x37\x6f\x63\xb0\x5e\x63\xb3\xce\xa7\xae\x9a\xd1\x81\xed\x24\x89\x34\x47\xf1\xc5\x6d\x33\x22\xf4\xa8\x35\x0d\x3f\x12\x86\xe8\xd4\x8d\xc3\xc6\xee\xa0\x27\xf0\x4c\x69\xd2\x7f\xc4\x34\x31\xc9\xfd\xae\x6b\x27\x04\x1a\xf3\xfb\x88\x19\x77\x37\x8b\x4a\x69\x85\x94\x51\x39\xd7\x9c\x3a\x07\x9f\x24\xa8\x19\x6b\x49\x9e\x71\x2c\xcb\x46\x46\xa3\xbe\xd1\xdf\x4a\xe6\x8d\xc3\x52\xca\x54\x14\xa0\xf1\x40\xb0\xa4\x2b\xa8\xb4\x4c\xce\xec\x43\xef\xeb\xa1\xf7\xcd\x6b\xb3\x8f\xe1\xf7\xfe\xb0\xac\x1b\x82\xdf\xb6\xfd\xbb\x90\x20\x77\x18\x8a\xff\xca\x31\xeb\xcf\x13\xae\xfe\xba\xf9\x05\xcf\x91\x5a\xd0\x07\xe0\xbf\xbd\x00\xfc\xf6\x63\xbb\x56\x10\xfe\x0a\x40\x26\xd7\xcb\xb6\x11\xcf\x1e\xa1\xe7\x59\xa3\x9e\x7d\xd4\x46\xf0\x45\xc7\xc8\xe7\x02\x42\xa8\x8f\x7e\x7e\xa6\xe8\xe7\x86\x25\x5e\x2f\x02\x7a\x23\xdb\xca\xcb\x07\x67\x56\x6b\xec\x3f\x67\x80\xe6\xaa\xe8\x98\x7c\x32\x7e\xf6\xa3\xd7\x38\xe7\xae\x27\xf0\x27\x4f\x14\x46\x24\x12\x9a\xce\x26\x24\x8e\xc1\x7e\xaf\xb8\xad\x90\x5a\xd0\x8e\xd3\xc3\x34\xf3\xc5\x52\x13\x3b\x4e\x38\x9b\x49\x1a\x1b\x28\x02\x53\x8b\xbf\xa4\x25\x42\x0a\x2e\xec\x6f\x92\x10\xe1\xcc\xbf\x02\x7d\x29\xa9\x96\xfb\x03\x93\xb0\x40\x31\x27\x92\x7d\xa1\x8c\x56\x86\xd9\x02\x3d\x30\xfe\x94\x90\x78\x06\x3b\x54\x1d\xcc\x21\xa2\xe4\x00\x51\xe5\x3f\x13\x90\xb3\xcb\x73\x35\xd2\x63\x87\xa0\x1e\x23\x02\x12\xfb\x6d\x50\x0b\xd8\x37\xf3\xd5\x11\x42\xe7\x0c\x4d\x71\xa4\x0e\x90\xcc\x27\x45\xfb\x31\x37\xc5\x5d\xb5\x9a\x13\x4c\xbc\x68\xa4\x0f\xce\x6d\xe8\xbc\xf9\x6c\x38\xee\xa0\xc9\x75\x90\x50\xbc\x55\x10\xd3\x23\xde\x06\x9a\xf1\x63\x2e\xad\xb7\x1b\x71\xe6\x8f\xbe\x05\x1f\xf1\xd8\xba\x50\x91\xd3\xe0\xd4\x32\x1e\xb7\x1a\x95\x2a\x53\x59\x77\x2c\x45\xc4\x99\x2d\x04\x6a\x3d\x02\xd0\xae\x59\xee\x98\x3f\x31\xa9\x04\xc1\xa9\xb5\xc2\xea\xab\x06\xa2\x15\x4c\xbc\x99\x1e\x3d\x15\x46\xc4\x58\x67\x8b\x2f\x28\x7b\xd0\xbb\x5b\xa0\x09\x43\x5d\x65\xe8\xb9\x69\xd3\x32\x7d\xe3\x91\x53\xce\x8c\x27\x66\x9b\xfd\x93\x74\xc6\x70\xb2\xa6\x92\x5b\x5b\xb9\xba\xf3\xc4\x19\xaf\xac\xb8\xa0\xa5\x08\x63\x55\x41\xa6\xc7\xb5\x8c\x08\x95\xf9\x86\xae\x1b\x8c\x62\x92\x11\x16\x13\x16\x2d\x80\x44\x18\xe0\x4a\x08\x86\x13\x84\xe1\x3b\x9c\x1c\xa1\x33\x93\xc8\xe0\x25\x3c\x7b\xad\xc3\x85\x9e\x62\x46\xa7\x5a\x50\x04\x6b\x97\x1d\xe5\x88\x99\x61\x3a\x63\x73\x50\xac\xda\xaf\x58\xc3\xce\x7c\x47\x19\x2e\x65\x8e\x6c\x70\x9e\x92\x7c\xad\xe0\xe0\xc0\x6c\xb5\x68\x83\xd8\x56\x78\x15\xea\xf5\x1a\x9b\x81\x24\x94\xf9\x46\xba\x3b\x04\x57\xa6\x59\x24\x8c\x14\x06\x8b\xf6\x9c\x24\x59\x50\x2a\x37\xc3\x42\x49\x77\xb4\x0d\x4e\xaa\xbe\x65\xd2\x9c\x19\x84\x0a\x63\x69\x78\xb2\x58\x94\xd6\x99\x51\x34\x7e\x34\x62\xe7\xea\x0b\xa9\x39\x1f\x67\xb3\x64\x81\x70\xfc\x48\x65\x81\xb9\x1d\x71\x26\xf3\x94\x88\x4a\x05\x7a\x8b\x57\x8b\x1d\x69\xea\xb1\x69\x99\xff\x11\x27\x34\xd6\xdd\x1a\x19\x63\x86\x26\x64\xaa\xe5\xa7\x0c\x0b\xe9\x2c\x62\x0d\x2e\x4d\xbb\xb9\xb1\x5e\xab\x57\xe3\x96\x3f\x86\x0c\x11\xa5\x05\xef\xc4\x56\x07\x3e\xae\x72\x4e\xbb\xea\x4b\xb8\xe6\xa4\x36\x29\xb4\x5c\xc0\xb1\xab\x70\xb6\x0a\x42\xc5\xc1\x78\xe5\x26\x84\x45\xf7\xe3\x64\x69\x33\xb8\xb5\x38\x40\x65\x82\x76\xd4\xc6\xd0\x1a\x72\x4d\x42\x41\xb8\x90\x0a\x2b\x1a\x59\xb1\x9d\x0b\x7b\x71\xd8\x8b\xa5\x7d\x6b\xcf\xb6\x44\x2d\x96\x11\x4e\xea\x3b\xbc\xc4\x6b\x66\xde\x5f\xce\x5b\xed\x71\x33\x6d\x2f\x4d\x5a\x89\x78\x92\xac\x83\xa8\x5d\x99\xf9\x69\xf1\xf9\xf2\x11\x15\xfd\xe8\x0d\x70\x7b\x01\xa7\xc6\xf8\x1e\x71\x62\x25\x54\xa9\xec\x2e\x85\x2f\x99\xdb\x6d\x61\x7d\x9b\x23\xc6\xa7\xa6\x20\x6a\x9b\x57\x32\x13\x3c\xa5\xeb\x40\xbb\x19\x47\xdd\x8d\x8b\x22\x5c\x21\xbc\xb9\x58\x43\x7d\x8a\x2c\x79\xd9\x1e\x21\xde\x1c\x33\x23\xaf\x2e\x39\x43\x29\xce\x36\x5a\xf0\x55\xd6\x96\x01\x4a\x8d\xa9\xcb\xae\x1e\x40\xf6\x12\x80\x2f\x87\x45\x7e\xc2\x8b\x22\xb5\xa7\x0d\xb4\x8b\xad\x45\x0e\xf7\xfa\xf5\x73\x36\xe5\x6b\x1c\xce\x22\x15\xc7\x9e\x3e\xec\x68\x36\x38\x7f\x3e\xa6\xd3\xec\xbe\x59\xd3\x2e\xe7\xf1\xb4\x89\xa8\xd7\x3e\x99\x6e\x05\x9f\x53\xf5\x0b\x99\x48\xa8\xf5\xad\x73\xb7\x96\x8f\x56\xd0\x22\x82\xe1\x2c\x5f\xaa\x8f\x25\x3a\xdc\xf9\x1a\x55\xda\x41\xc6\xc2\xe0\x82\x81\xae\x9b\x5b\x7d\x81\x35\xb3\x87\xa4\xd3\x62\x6d\x99\x7b\xb8\x1e\xf8\x98\xeb\xd1\x43\x8e\x35\x9f\xd0\x95\xc8\xaa\xeb\xe8\x8a\x53\x2d\x09\x19\xf5\xa1\x88\x2c\xb0\x21\xd6\x53\x9a\x10\x79\x84\xce\x1b\xf4\x46\x17\xe0\xec\x1d\x82\x26\xd4\xcb\x49\x4f\xb9\xa0\x41\x9d\x21\x27\x23\x21\x0a\xe0\xdd\xa1\xed\x4c\x10\x3d\xe6\xc8\xf8\xee\xb8\x41\x1a\x83\xe8\x2a\x41\x35\xcf\x32\xc2\xaa\x02\x29\x5a\xf3\x02\x6a\xd3\xcb\x8d\x0c\xef\x3f\xe0\xc6\xe7\x8d\x6d\x29\xb5\x62\x54\x2d\x5b\xba\x8b\x8a\x03\xdd\xe3\xc7\x5d\xaf\x77\xfa\x8b\xfa\xde\x34\x8e\xf0\xae\xdc\xfa\xda\xa3\xf3\x52\xfe\xfa\x8e\xc8\xf7\xf0\xa9\xb3\x8a\x62\x34\x15\x04\x0c\xe7\xa9\xcf\x09\x65\x31\x11\x52\x71\x0e\xf7\xdd\xed\xd9\x0f\xc7\xf7\xe7\x88\xa8\x08\x25\xf4\x81\x8c\x58\x24\x1f\x0f\xb4\x78\xfc\x6b\x4e\x94\xfe\xb9\xc5\xd0\x42\x53\xc2\x24\x70\x02\xaa\x6a\xb9\xf3\xcd\x0b\xe9\x16\x46\xff\xf7\xac\xfc\xfd\x12\x92\xaf\xa5\xbf\x00\xed\x3a\x2c\x78\x20\x53\xc0\x11\x36\x4b\x2b\x1b\x28\xc6\xa8\x78\xc3\xa6\xe2\x4c\x1b\x84\xbb\xb2\x7f\xe4\x6c\x4d\xa1\xeb\xb4\xf8\x28\x18\x45\x8b\x4c\x97\x66\x18\x80\xf6\xd6\x8b\xa3\x35\xdf\x34\xb6\xbe\x8a\x89\x14\x69\x45\x4e\x65\x2f\xea\x58\x21\x25\x08\x01\x16\xe2\xe9\xc9\xde\xf5\x36\x93\xd4\x4f\x2c\xf8\xe8\x68\xc4\x3e\x3a\x43\x7e\xf1\xab\x74\x4d\x98\xd8\x6c\x8f\x3f\x58\x6e\x05\x9a\x8d\xa9\xf4\x3f\x00\x8a\xb4\xcc\x13\x65\x0a\xac\x4c\xa9\xd6\xd2\xdd\x40\xcd\x93\x26\x2e\x21\x30\x8b\xe6\x97\x5b\xd6\x59\xa1\xd3\x31\x49\xd6\x91\x44\xcf\xa7\xc3\x44\x6a\xfa\x8e\x1e\x5a\x4e\xe7\x26\x25\x84\x8a\xc9\x80\x1c\xe8\x6a\x22\x18\x1d\xc7\x58\x8f\x13\x53\xe0\x84\x20\x30\xfd\x56\xa3\x9f\x4d\x82\xa3\xde\x45\x2b\xa9\x1b\xcb\xaf\x09\x3b\xf4\x21\x45\xd0\x0b\xc2\x6a\xc4\x44\xce\x00\xe1\xd6\x3b\x82\x30\x92\x44\x50\xe3\x91\x89\x9c\x59\xc6\x1a\xc9\x66\x9a\x4d\x68\xc9\x0f\xbc\x81\x9c\x81\x7e\xc6\x73\x09\x11\x8c\x29\x51\xfa\x82\xfa\x12\xca\x92\x19\x57\xdc\x01\xca\x04\x4d\xa9\xa2\x8f\x44\x7e\xd5\xb0\x75\xa7\x58\xe1\x84\xcf\x06\x42\xd1\x29\x8e\xd4\x1d\xde\x4a\x03\xc7\xb6\x99\x4d\xc3\x3a\xdc\x30\xd0\xf9\x99\x5e\xfc\x19\x61\x44\xc0\x44\xb5\x4e\xde\x7c\x84\xe1\xc9\x46\x9c\x1b\x6a\x7a\x44\xa6\x0a\x82\xf4\x16\x0b\x9c\x2b\x9e\x6a\xfd\x16\x27\xc9\x02\xaa\x1b\xe8\x27\x73\x2c\xe7\x6e\xa3\x4d\x18\x52\x97\xbb\xc9\x2e\xee\x29\x8e\xe6\xe4\x56\x61\x95\x37\x1a\x83\x2b\xa3\x7c\x47\x58\x9e\xbe\x3b\x41\xff\x53\xcc\xf1\x74\x70\xfa\xfd\x70\x7c\x76\x7e\x3b\xf8\xee\x62\x78\x16\xcc\xc7\x3e\xf9\x78\x7e\x7b\x5b\xff\xf5\xfb\xf3\xbb\xfa\x8f\xd7\x57\xd7\xf7\x17\x83\xbb\xa6\x56\x2e\xae\xae\x7e\xb8\xbf\x1e\xbf\x1f\x9c\x5f\xdc\xdf\x0c\x1b\x3e\xbd\xbf\x6b\x7f\x78\xfb\xc3\xf9\xf5\xf5\xf0\xcc\xad\xca\xdf\x83\xd3\x05\xe1\x49\x10\x3a\xd8\x3c\x8d\xea\x01\x3c\x44\xe5\x17\x4f\xd0\x7d\x15\x77\xd5\xc6\xf8\x98\x3c\xcc\x27\x2c\x35\x0f\x83\x50\xae\x11\x43\xee\x73\xbd\x28\x6d\x9f\x1a\x2f\x68\x34\x27\x28\xe1\xfc\x21\xcf\x2c\x6b\x33\xc9\x1c\x8c\x1b\xc3\x0f\x91\x41\x6b\xdf\x9f\xdf\x9d\xd4\xf1\x5f\x7d\x63\x01\xe2\x83\x3b\x03\x30\x2e\xec\xd8\x29\xd8\x52\x32\x41\x1e\xe1\xb0\x7a\x53\x69\xd0\x83\xdf\x99\x65\xfd\x98\xd6\x30\x53\x95\x6e\xe2\xd8\xd6\xa0\x73\x13\x0b\x1a\x2e\xef\xeb\xb2\xd5\xf4\xcb\x61\x00\xef\xd1\x84\x44\x38\x37\xbe\x62\x7d\x4f\x09\xc1\x45\x38\xe0\x82\x1e\x76\xd7\xa8\xa5\xa3\xc6\x06\x2b\x7b\xa6\x27\x2e\x1f\x68\x96\x91\xf8\x5d\x5d\x7e\x29\x17\x2b\x93\x70\xfa\x74\x9f\xc1\x99\xd4\x7a\x3d\xe8\xfc\x0e\xad\x79\x6e\x51\xf5\xa9\x34\xfe\xb0\xc2\x43\x08\x40\x84\xfa\x4e\xf0\xa8\xba\x14\xbc\xd7\x58\xa1\x27\x02\x29\x41\xb9\x85\xab\x37\xba\xb7\x3e\xdb\xd0\x9d\xf1\x64\xb8\x1a\x29\xa5\x54\xa1\x56\x66\xbc\x0b\x81\x5b\x7f\x2f\x49\x13\x23\xde\x22\xaf\xe3\xcc\x34\x0a\xdc\xd9\x85\x12\xc0\x88\x5b\x7c\x46\xee\x36\x68\xb0\x90\x2f\x91\xaf\xea\x37\xd2\x8a\xcb\x42\xb3\xed\x2e\xe3\x71\xb9\xac\x25\x80\xc6\xee\x03\x2b\x81\xf8\xad\x5c\xab\x3b\x1e\xe3\x85\x26\x0e\x88\xe1\x91\x79\x96\x71\xa1\x50\x4b\x1b\xc6\x3b\x62\xc6\x07\x77\x8e\x9d\x87\xe7\x71\xd0\x88\x96\x30\x64\x03\x86\x72\xb7\xf4\x3e\xbb\xae\x05\xe3\x08\xa1\x4a\x40\x11\xf4\x60\xeb\x69\x49\xa5\x2e\x51\x68\x93\xf0\xbb\x4d\xe4\x5e\xa6\x2f\xf8\xae\xb5\x3f\x9a\x7a\xbf\x72\x2d\x34\x6e\x79\x42\xa6\x6a\xdc\xe8\xf5\x59\x62\xe0\xd4\x2d\xb2\xb6\x8c\x68\x3a\x9b\xef\xa0\xc5\xee\x5a\xc2\xb7\xd6\x5f\xaa\x55\x83\xc0\x42\x20\x38\x57\x46\x3e\x2d\x74\x18\xe4\x56\x13\xcc\x0b\xb6\x53\x1b\xcb\xec\x85\x40\x2d\xf3\x3f\x30\xfe\xc4\xbc\x65\x5f\x1e\x8d\xd8\x10\x43\x11\x3f\xaf\x88\xb8\x10\x67\xd0\x02\x56\xca\xff\xa5\x82\x5c\x2f\x1a\x04\xd3\x8e\x50\x56\xd0\xbd\x2d\xdf\x9a\x2c\x50\x51\x74\xad\xf4\x5d\x97\xd3\x63\xac\xde\x4e\x04\x34\x13\xb6\xe5\x82\x14\xc9\xac\x65\xde\xcc\xb3\x70\xa0\x82\xdb\x5d\x77\x75\x84\x7e\x72\x96\x1f\x88\x27\x2a\xea\x15\x2a\x73\xe3\x24\x78\xe1\x40\x8d\x9a\x16\x76\x17\x38\x41\xbb\x8e\x30\x5a\xbe\xc0\x1e\x90\xa0\x61\x95\x4b\x0a\x38\x63\xc6\x22\xbb\x46\x38\xe5\xa9\xff\xe8\x96\x2c\x8f\xb7\x7e\x0f\xb5\x7f\xac\xc3\x1a\x84\x0e\x96\x2c\xfe\x97\xd9\x2c\x93\x49\xe1\x50\xfd\x6d\x2d\x16\xeb\x41\xd5\xe7\x07\x3c\x80\x26\xd1\x02\x4d\x69\x92\x80\x1c\x70\x84\x06\x50\x3a\x0f\x12\x11\xf4\x55\xe8\xa2\xd6\xe8\x8c\xf1\x55\xb1\xdb\x2d\xc4\x14\x05\xc4\x74\xdb\x4e\x4c\x12\xa8\xa9\xc8\x43\xdb\x0d\x45\xed\x20\x27\x59\xf3\x16\x5c\x47\x74\xec\x9e\x89\xbc\x86\xf2\xfe\x1a\x41\x67\xb5\xe1\x06\x1f\xfe\xab\x79\xe8\x1f\x72\x2c\x30\x53\x10\x4a\x65\x45\x77\x41\x82\x90\x5e\xf2\x09\x82\x15\x99\x31\x04\xc3\x4f\xe1\xe6\x3a\x97\xff\x8c\x42\xe2\x49\x7c\x80\xe8\x11\x39\x3a\xb0\x05\xc5\x65\x3e\x29\xde\x9c\x6b\xc9\x61\xc4\x6a\x21\x22\x47\x68\x90\x48\x6e\xbf\x20\x2c\x4a\xa0\x54\x65\x10\xf5\xe5\x29\xdf\xba\x95\x26\x0b\x50\x50\x60\x2b\x8b\xe6\xb9\x7d\x10\x7c\x38\x62\x58\x1a\x9f\x78\x02\x27\xbd\xf8\xbd\xa9\xbe\x6f\x29\x4e\xe2\x19\xe1\x88\x6b\xd7\xd0\xb3\x6d\x92\xa9\x53\xb2\x6c\x83\xe0\x0d\xd8\x98\x22\x74\x27\xc8\x20\x46\x5f\x62\x85\x12\x82\xa5\x42\xdf\x7c\xb5\x56\x6c\x88\x9b\x60\xc1\x5d\xed\xf1\x2d\x02\xb0\x5d\x04\x67\x5b\x91\x72\xa8\x23\x85\x30\x62\xe4\x29\x0c\xd8\xe1\x10\x63\xf5\x48\x65\x0e\xd5\x3f\x83\x9c\x11\x53\xbf\xd1\x64\x96\x41\x10\xac\x51\x99\x5a\xf8\x88\x83\xeb\xb3\xee\x53\x3b\xac\x06\xca\xb2\xca\x13\x35\xea\x19\x40\x4a\x14\xb1\x94\x73\xac\x46\xcc\x72\x56\x17\x36\x12\x54\x6a\x1b\x24\x49\x39\x7e\x11\x43\x88\x2e\xd3\x13\x86\xda\xa5\x47\x7e\x81\x2e\x41\xfd\xf2\x41\x64\xe5\xc2\xf0\xfe\xb0\x68\x4d\x6d\xc4\x7c\xbe\x7e\xd8\x76\xa3\xb4\xd3\x64\x5f\x7e\x41\x21\xb8\xa1\xfb\x0b\x53\x44\xb6\x83\x30\x4c\x9a\x86\xbc\xe2\x60\xd5\x6d\xfa\x4b\x64\xe3\x5d\x77\xd0\x5d\x54\x6e\xb6\x8f\xc3\x35\xfb\xc4\x1b\xcc\xed\x2d\x9b\x1b\xc8\x16\xdb\x28\xe0\x3e\x9a\xf1\xa5\x3c\xbe\xa5\xa1\x9f\xc7\x90\x4b\xb1\x9a\x0b\x16\xb9\x09\x8e\x75\x80\xa1\x9b\xc6\x41\xa8\x74\x10\x99\x09\xa1\xf4\x8e\xf1\xd9\x37\x5b\x3c\xaf\xd9\xdb\x9e\xfe\x41\x31\x7f\x37\x15\x1f\x04\x57\x9f\x78\xbb\xb0\x37\x88\xff\x81\x23\x08\xa0\x84\x9e\x5c\xe8\x66\x1d\x50\xc0\xc1\x30\x62\x30\xe6\x37\x8a\x87\xb6\x1e\xf4\x11\x1a\xc2\x45\xe3\xca\x43\xe3\xa9\x73\x48\x04\x2f\x8f\x98\xd6\x4c\x5c\xfe\x71\xd0\x7e\x99\xc4\x9b\x4e\x80\x01\x33\xd9\xca\x97\x93\xae\xc6\xd8\x6e\xd3\x26\x1c\x96\x0a\xb4\x01\xb0\xbc\x68\x38\x3b\x41\x31\x8f\x1e\x88\x38\x16\x24\xa6\xf2\x04\x7c\xeb\xaa\xd5\xa9\x97\x6a\x6d\x7b\x6b\x49\xa3\x2d\x50\x60\x45\xae\xc1\xa9\xe9\xdf\x06\xd1\xbb\x6a\x66\x07\x88\x4e\x41\x9d\x70\xa1\xae\x26\xc9\xc6\xa5\x6b\x13\xa6\xc4\x22\xe3\x94\x29\x6f\xca\xaa\x2c\x84\xd3\x34\xb4\xd0\xd6\x16\xa4\x2d\x76\x11\x83\xb3\xe1\xb4\xef\xe6\x44\x12\x17\x70\x60\x26\xa5\x38\x32\x5e\x16\xc3\x2e\x32\xac\xe6\x12\x32\x82\xca\x6b\x60\x95\x2e\xf8\x54\xaf\x10\xce\x20\x5e\xc1\x58\x29\x8a\x8f\x7c\xde\x8a\x54\x34\x49\x46\x8c\x11\x12\x4b\x04\xc9\x3b\x5f\x34\x66\x9e\xe9\x4f\x0f\x10\x8e\x63\xf4\xbf\xbf\x7c\x7f\xf1\xf3\xdd\x70\x7c\x7e\x09\x46\xeb\xf3\x8b\xe1\x57\x07\xfe\xc7\xab\xfb\x3b\xff\xab\xb1\xb0\x3c\x12\x81\x52\xfc\x00\x2a\x1e\x93\x46\xfe\x83\xec\x8e\x70\xa4\x2e\x27\x4f\x3f\x91\xc4\x45\xba\x5a\x31\xc5\x43\x00\xd9\x3d\x6c\x2d\x56\x68\x6c\x7e\x6b\x28\xbf\x37\xfe\x93\xe5\x34\xe8\x88\xc7\x77\xe1\xc4\xc0\x94\x30\x88\xc6\xb6\xd6\xbe\x42\xf7\x2d\x08\x8e\xb0\x19\x65\x6d\xf1\x78\x84\x3d\x3e\xa7\x10\xff\x03\x59\xfc\xa8\xd5\xeb\x6b\x4c\x45\x67\xda\x1b\xb2\x47\x2a\x38\x83\xa9\x79\xb3\x96\x3f\x31\x5a\x4f\xc7\xb2\x7a\xa8\xa4\x91\x85\x21\x46\x23\x6b\x8d\xf9\x6c\x02\x32\x79\xf5\xe9\x5a\x78\x04\xf2\x49\x09\x97\xfd\xe9\x51\x38\x1c\x14\x81\xbf\x68\x0a\x1a\x1c\xb1\xbb\xab\xb3\xab\x13\x44\x12\x3c\xe1\x02\xb2\xc1\x4c\x48\x90\x6b\xc2\x2e\x58\xc4\xd3\xa0\xa1\x52\xe6\xef\x01\xca\x8a\xcc\xdf\xd0\x88\x76\x64\xda\x58\x55\x45\x98\x8b\x7a\xde\xec\x6e\x55\x40\x3b\xd9\x6b\x2e\xba\x5c\xff\xfa\x35\x58\x3a\x9e\x69\x45\xae\xc2\x79\xed\xdd\x3c\x25\xd8\x14\xf0\x34\x6e\x21\x6b\xcb\xb7\x01\xac\x49\x52\xaa\x07\xa4\x0f\x8e\x3c\xb2\x2e\xf8\xe2\x4d\xce\xd0\x0f\x7f\x95\x68\x92\xab\x11\x2b\xb7\xc1\x19\x1a\xfc\x74\x8b\xbe\xc3\x2a\x9a\x7f\x35\x62\x57\x5a\xcd\xfc\xe1\xaf\x2d\x10\x05\x6b\xa3\xeb\xe8\x35\x39\xc3\x0a\x5f\x70\x1c\x53\x36\x6b\x82\xd6\x29\xf0\xcf\x87\x77\x83\x13\x74\x65\x75\x78\x9f\x55\x5c\x64\x5a\x05\x0d\x01\x43\x86\x89\x38\x2e\x02\xac\x9c\x95\xe1\x47\x8c\x66\x06\x17\xd6\x88\xdd\x19\x4c\x21\xcd\x55\xa9\x42\x19\xb7\x18\xfc\x5a\x2b\x33\x68\x4b\xc6\x94\x6d\x2d\x89\x7a\x75\x80\x8c\xfd\x66\x58\x79\x0c\xe4\x99\x3a\xb3\x1f\x31\x50\xd0\x7d\xa6\x67\xc2\x23\x9c\x40\x4c\xde\x61\x60\xd3\xd3\x6a\x3b\xcf\x21\xed\x0e\x82\x61\xd8\xa2\x1c\x3a\xeb\x33\x41\xbd\x50\x16\x6e\x14\x18\x00\x60\x1f\xad\x37\x36\xe5\x9a\xe3\x18\x2c\x11\x30\xbe\x25\x66\x75\xf4\x87\x1e\x5b\xc4\x2c\x8b\x7e\xea\xf8\x11\x14\x36\x36\x6e\x45\x1c\x81\xf9\x9e\x2d\x20\x7c\x1b\x40\xb3\x39\x84\x7e\x14\xdc\xd9\x12\x65\x6d\x17\xfd\x9d\x18\x7c\x36\x62\x26\x52\xb0\xb4\x2f\x61\x56\x7c\xd0\x3b\x67\x10\xc8\x58\x5c\x97\x5e\xc0\xc8\x6c\x60\xa3\x95\xf5\x33\x41\x0e\x63\xa2\x88\x48\xc1\xde\x13\xae\xa9\xbe\x61\x8f\xd0\x4d\xa8\x5e\xc7\x3c\xca\x53\x87\x0c\x08\xe9\x89\x36\x02\xce\x5e\xa2\x9e\x42\xcc\xc5\xbe\x8a\xe2\xb1\x88\xe6\x54\x11\xc8\xca\xeb\xac\x1f\x1b\x82\x19\x84\x9f\xd6\x25\xf5\x76\xc1\x17\x78\xc7\x76\x51\x6b\xa6\xa1\x71\x56\x6e\xa9\xd4\xda\x6a\x60\xb3\x15\x85\x2e\x2e\x0b\xf4\x32\x2e\x40\xd8\x22\x9f\x32\x0e\x46\x6e\x93\x53\xc5\xe3\x2f\x24\x3a\xbf\xd6\x12\x90\xd6\x78\xfd\x19\xcc\xa5\x32\xc1\x65\x90\xae\x63\xbe\x36\xe9\x02\x07\xe8\x6b\x53\x71\x36\x42\x9f\xdc\x1f\x7f\xf9\x8f\xff\xf8\xf3\x5f\xd6\x49\x27\x71\x0a\x39\xb4\x5b\xac\x91\x2f\x87\x50\x16\x89\xc2\x1d\xa8\x73\xaa\x2d\x76\xc1\x1e\xc0\xb6\xe5\xdf\x04\xa5\x28\x88\x1d\xc2\x33\x7b\xc2\x65\x78\x32\x51\xe9\x68\x16\x91\x04\x92\xa8\x83\x32\x87\xf0\xc2\xae\x95\xe8\xff\xd7\x12\x10\x90\xb1\x3e\x2a\x9b\xc5\x38\xd1\xc4\x8b\xd7\xba\x11\xf4\xa5\xb5\xff\x29\x70\x20\x7e\xe5\x2e\x38\x9e\xc4\x44\xd8\x6a\xd5\xce\x64\xe7\x0d\x89\xc0\x1c\xc8\xa7\x2c\xe1\xb1\x83\xf7\x92\x24\xc3\x20\x40\x68\x66\x70\x34\x62\x43\x57\xbc\xd8\xc0\x53\x98\x8f\x8c\xe7\x65\x8a\x23\x83\x6a\x25\xd1\x97\x9f\x4e\xf4\x6f\x07\x68\x71\x02\x41\xa4\x07\xe8\xb7\x13\x0b\x42\x80\x85\x1a\xeb\x9f\xbe\x72\xb2\xb6\x6d\x02\x06\x4d\x25\xfa\xe2\xf8\x11\x0b\x53\xf3\xf0\xd8\x8c\xe8\x0b\xcb\x59\x7d\x5d\x97\x50\x36\x4f\x38\x7f\xb0\x01\xb6\xb5\x0f\x8f\x1d\xa0\x09\x90\xb7\xf7\x9b\x98\xad\xf7\xf9\x8e\x0a\x1d\xda\xd2\xcb\x47\xd9\x04\x1d\xfd\x43\x72\x86\x8e\x16\x38\x4d\xec\xaf\xee\xa9\x8d\xff\xc5\x12\xb9\xe2\xdb\x2e\xc8\x27\x59\x18\x4b\xe9\x77\x09\x9f\xc0\xac\x3e\xba\x99\x9a\x08\x5a\x18\x68\x71\xfb\x14\x17\x96\x9d\x88\x95\xa4\x0c\x2c\x43\xca\x95\x79\x05\x78\x5c\xd3\xac\x3e\xf9\x21\xfd\xb7\xf1\x0b\xc3\xa2\xb8\x24\x3e\x63\x1c\xf6\xd1\x6b\xba\xd1\x4f\xe8\x4b\xcb\x82\xbe\xd2\x77\x8c\x0d\x57\x36\xcb\xd0\xd4\xc1\xc2\x77\xf0\x73\xd0\x01\x65\xc8\xa4\x65\x2e\xf9\xf2\xb7\xe3\xa3\xa3\x23\xff\xf5\xa5\x9e\xca\xff\x8b\xa8\x92\x24\x99\x9a\x96\xdc\x0d\xb6\x18\xb1\x8f\x0e\x38\xd8\x19\xaf\x0b\xa8\x24\x28\x9a\x1d\xf1\x04\x1d\x16\x06\xdd\x98\x47\x12\xfd\x41\x8b\xb5\xc1\x52\xc2\x8f\x5a\x8f\x6b\x81\x31\x33\x48\x85\x2f\x74\xa8\xac\x41\xbc\x7a\xac\x42\x74\x14\xaf\xd8\x62\x19\xa2\x50\x03\x2d\x68\xca\x39\xb6\x08\x2a\x42\xe8\x97\xc9\x27\x05\x8f\x5a\x00\x6a\x1a\x43\xd9\x9b\x6f\xca\x1a\xbb\x2d\x70\x6a\x0c\x59\xb7\x2c\x80\x85\x11\xb1\x9c\xc1\xcc\xf3\x20\x74\x9f\xe8\xcb\x85\x85\x50\xb6\x32\x4f\x53\x2c\x16\xc7\xc5\x69\xab\x13\x67\x81\x4b\x0f\x3c\x26\x71\x0b\x00\x2e\xdc\xc4\x1e\x2d\x1b\xc5\x60\xc5\x4b\x77\xa3\xf9\xb3\x1b\x41\x2d\x1e\x08\xc8\x33\x95\xa8\x08\x8b\x78\x6c\xe9\xba\xc8\x3e\x2d\x4b\x2c\xfe\x9d\xba\xac\xe2\x22\x62\x64\x61\x8c\x63\xca\x64\x46\xdb\x37\xdc\xc7\x2d\xec\x9b\x8f\xa1\xaa\x1b\x99\xad\xe1\x1e\x3d\xbf\xba\x75\xdf\x74\xbf\x74\x61\x1d\xca\x22\x3b\x76\x5a\xa2\xb3\x48\x08\xfc\x54\x5c\xbf\x10\xdb\x61\xac\x33\xb9\xcf\xcd\x35\xff\x3e\xe5\xd7\x34\xd1\xb7\x16\xd0\xf8\xd1\x88\x95\x7e\x3e\x40\x24\xa1\x29\x65\x3e\xb6\xce\x30\x77\x3e\x35\xd2\xf3\x03\x55\x7a\xcb\x64\xfc\xa0\x39\x98\x83\xcb\x08\x54\xaa\x01\x5b\x38\xd2\xf1\x8e\x29\x6b\x81\xc8\xa5\x1e\x57\xa1\xa3\x6b\x61\x56\x37\x71\x68\x05\x52\x1a\x10\x1e\x9c\xdf\x11\xd3\xad\xb9\xb3\x54\x84\x0b\x07\xed\x05\xcd\x1d\x3a\x40\xd7\x80\x03\x40\x1f\xa5\x98\x5f\x2f\xff\x36\x08\x28\x43\x96\xa7\xdb\x26\x9b\xd8\xf0\xe1\xd7\x32\xd3\x5d\x0b\xe2\x6e\x2a\x9b\xb8\x44\x58\x9e\xba\x03\xb5\x06\xc5\x0d\xad\xf8\x13\x93\x28\xc1\x06\x00\x40\x37\x04\x91\x8f\x07\xc6\x41\x9a\x05\x7d\x99\xeb\xc5\x74\x63\x30\xe2\x13\xc2\xbe\x34\xff\xfe\x0a\xd9\xbb\xe1\xeb\x03\x7b\x9f\x0b\xe9\x10\x2c\xed\x9e\x43\x8d\x21\x12\x1b\x1b\x3a\xa0\xfd\xcd\xb0\x88\x8d\xb5\x3c\xd4\x2a\x4c\x06\xaf\x96\xbf\x16\x3c\x47\x4f\x54\xce\x47\xec\x8e\x3b\x83\x23\x62\xdc\xe3\x25\x1e\x80\x32\x5a\xeb\x0f\x4b\x60\x02\x30\xea\x26\x0a\xd0\x4c\x78\xab\x5c\x23\x88\x82\x1d\x33\x1e\x93\xed\x70\x21\xee\x0a\x5f\x85\xf3\x5f\x0b\x62\xf2\xc1\xe0\xa6\x68\x4b\xa7\x25\x52\xae\x69\x9b\xaf\x6e\x3c\xdc\x43\xb6\x1d\x28\x69\xf7\xc4\x36\x85\x5c\xf1\xb7\x1a\xb4\xe2\x34\xce\x20\x1b\xb8\xb4\xf6\x1e\x85\x70\xdb\x4d\x88\xca\xa9\x2a\x2b\x57\xc0\x5f\x7d\x66\xee\x11\x2c\xbb\x0f\x30\xc6\x68\x26\x78\x9e\xf9\x94\x79\x97\xee\x67\xb6\xc1\xca\x34\xe7\x6c\xca\x4f\xac\x4e\x75\x41\xd9\x83\xa1\xf8\xe7\xda\x23\x03\x34\x49\xe2\x12\x3a\x8e\xab\x32\x06\x73\x38\x44\x94\x45\x49\x0e\x17\x9f\x54\x38\x7a\x30\x60\x99\x6d\x46\x5f\xfd\xcd\x78\x75\x32\x65\x8b\xc4\x94\x27\x89\xed\xb6\xb8\x40\x8b\x32\x8c\x8f\x14\x23\x8c\xee\x6f\xce\x9b\xfb\x7e\xa0\x75\x67\x4e\xf3\xed\x59\x26\x10\xf8\x9f\x1f\xe8\x5a\x71\x97\x15\xb4\x21\x52\x22\x75\x6f\x5c\x6a\xc3\xb2\xd3\x44\xfa\x01\x2b\xb2\x6d\x26\x94\x81\x56\x59\x23\x52\xaf\x86\x59\xb3\xd4\x7a\xbc\x25\xe0\x4b\x01\xd6\x02\xa1\x41\xed\xc8\x33\x61\xb0\x16\x3c\x5c\x03\xbb\x01\xde\xef\x36\x9f\xca\xbb\x2b\xa6\xb3\x7c\x98\x09\x21\x6b\xa0\x0d\xdc\xea\xd7\x3b\x0e\xb2\xf4\xea\xb2\x31\x3e\x61\x83\x1e\xec\x24\xd6\xc2\x12\x18\xe7\xa5\x02\xc1\x9d\x08\xda\x91\xa3\x11\xaf\xa5\xcf\x11\xf1\x23\x71\x61\x38\x5e\x16\x73\xfd\xce\xc0\xb7\xc5\x4b\xe0\xc4\xde\x42\xdb\x40\xf8\x81\xd8\xba\x65\xd8\x84\x16\xbf\xc6\x69\x03\x8b\x6e\xde\x89\xa2\xe3\x33\xfb\xf1\x47\xfd\x6d\x33\x2b\xfa\x08\x59\x7c\x1e\x38\x25\xc5\x4c\x9f\x6c\xd7\x6b\x8b\x11\xd2\x48\x84\x1b\x0d\xe9\x3e\xdb\x68\x40\xa6\xc7\x8e\x75\x7b\x6c\x57\xae\x95\x27\x63\x87\xc7\x89\xb1\x33\xa9\x39\x98\x20\x0a\xbc\x7b\xcd\xd1\xca\xa6\x08\x83\x8d\x9f\x60\x31\x33\x0a\x92\x24\x4a\x7e\xd5\xb0\xc3\x45\xce\xc3\x16\x3b\xbc\x41\x4d\xb1\xd0\xef\x09\xe2\xf7\xb2\x93\xe6\x47\x59\xc6\x6c\xf3\xb7\xb2\xaf\xce\x67\x85\x26\x2a\x43\x64\xad\x88\x0b\x01\x48\xa8\xb1\x3e\x2b\xed\x98\x29\x5b\xd6\x96\xbc\xc4\xa9\x47\x04\x70\x15\xee\x6c\x7e\x97\x19\xdc\x84\x00\xdc\x60\xfb\x18\xb6\x2e\x22\x19\x0e\xc1\x16\x75\x6a\x1b\xc1\x88\x0d\xdc\x2b\x3e\xab\x18\x74\x3b\x61\x04\x70\x88\x0f\x35\xd1\xd0\xa0\x5f\xe1\x62\xd5\xed\xe4\x5a\x26\xb1\x6e\xf2\x66\xb5\x0e\xa6\xd6\xef\xfc\x6d\x64\x11\xef\x3d\x34\xda\xd2\x6a\x03\x8f\xeb\x57\x2a\x6e\x06\x66\x89\xaa\x95\x64\x9b\x3a\x5e\xad\x4b\x39\xc4\x08\xdb\x50\x58\xbc\xd6\xc4\x90\x26\x8b\x82\x4c\xf5\x8a\x1b\x9d\xbc\xd2\x59\xfd\xb4\xaa\xad\xb8\x31\xc5\xe9\x58\xf0\xf6\x72\x0c\x1d\x96\xc9\x35\x51\xb2\xef\xcc\x0d\x6c\xf4\x02\xfd\x9a\xe3\xc4\x5c\x6e\xcc\x92\xa3\x1b\x36\x88\xca\xdf\xfe\x05\x0d\xe0\xf6\x41\x1f\x81\x2f\x82\x83\x1f\x5a\x53\x1c\xd1\x34\x23\x42\x72\x86\x5b\xeb\x92\x3c\xfc\x55\x8e\x2d\xe6\xfb\x18\x47\x11\xcf\xeb\xf8\xee\x6b\xcc\xa4\xa1\xb5\x70\x52\x18\x3d\xe4\x13\x22\x18\x31\xb5\x57\xe0\x3d\xe4\xde\xeb\x34\x5c\x8e\x73\x35\xff\x76\x1c\x25\xb4\x33\x10\x3d\x64\x17\x0d\xf4\x67\xa7\xe6\xab\x65\x13\x28\xb5\x5f\x1a\x3a\x43\xe6\x19\x32\xcf\x8e\xd0\x77\x38\x7a\x20\x2c\x46\x59\x92\xcf\xa8\x05\x13\x80\x1b\x0a\xd8\x65\x60\x9e\x2d\x4f\xcc\xc8\x16\xa6\x7d\x7d\x0d\x8d\x58\x8a\x1f\x0c\x36\xa0\x15\x22\x23\x9c\x24\x6b\x99\x19\x3c\x3d\xd4\x50\x55\x5c\xe6\xbb\xaf\x73\x63\xce\x87\x32\xe7\x03\x0c\xaa\x80\x20\x99\x33\x84\x01\x98\xe5\x0b\x89\xf2\xcc\x49\x40\x60\xe9\x4b\xc0\xef\x6a\x26\x09\x05\x8c\xa9\xd6\x83\xe6\x64\xc4\x20\x96\xd5\xb5\xb8\xf0\x5c\x25\x74\xf5\xfb\x90\x93\xa6\xc3\x37\x35\xb0\x04\xdb\x79\x11\x6b\x00\x94\x2b\x28\xa1\x63\x9c\xae\x9a\x13\x06\x06\x88\xee\x2d\x83\x46\xd3\x7d\xd3\x4a\x31\xb9\x56\xd0\xf4\x16\x53\xbf\x84\x39\xa3\xb6\xf4\x81\x35\x92\x07\xe1\x72\xce\x93\x54\x7c\x4f\x25\x92\x58\x51\x39\xa5\x8d\x86\x99\x10\x0c\x62\x9b\x55\xc7\xeb\x21\x50\x34\xa0\x4f\x54\xd6\xc2\xc7\xfd\x1f\xa1\xf7\x60\x67\x0a\x64\x6f\xee\xb1\x1c\xda\x58\x82\x9a\x93\x56\x50\xc3\x5d\x04\xcc\xb8\x19\x04\xef\x2f\x35\x1f\xfa\x1c\x8f\x23\x34\x28\xec\xfb\x06\xcd\xc2\x58\xee\x57\xcc\x88\x24\x92\x6c\x42\x7c\x9d\x4c\x61\xe0\x03\x07\x02\x42\x20\xab\x48\xfd\x7b\x01\x7d\xeb\x87\xf9\x04\x69\x94\xf8\x81\xb0\x65\xf6\x8e\xee\x23\x34\x06\xa9\xa5\x4a\xb7\xb7\x74\x71\x63\xec\xda\x64\x80\xdd\x8f\x5d\x01\x20\x42\xa7\xc7\x7a\xc9\xb5\xa0\x1f\x3d\xd8\xe4\x0d\x63\xef\xb4\x10\x24\x4f\x73\x2e\xc3\x73\xe6\xf6\xcf\xe8\x8a\x22\x27\x2e\x49\x03\x92\x5f\xfc\x02\x9b\xa8\x17\xc6\x43\x84\x12\x18\xb5\x3f\xa4\xc6\x96\xeb\xf7\x1b\x39\x16\x0a\xcb\x00\x7e\x22\xd7\x54\xfd\x34\xff\xf0\x57\x79\x05\x27\x76\x17\xb9\xf0\xcd\x85\xbb\xb6\x8f\x43\xdf\xd0\x02\xef\x23\xac\x8a\xaa\x5f\x38\xf6\xe8\x0d\x19\x8f\x51\x41\x5e\xeb\x97\xf8\x7a\xfd\x69\x55\x4a\x83\x75\x9a\xdb\x2a\xca\xfe\x18\xb8\xe9\xd1\x24\xa7\xa6\xca\x66\x49\xe4\xb2\xf9\x92\xa0\xfd\xda\xeb\x9f\x4a\x7f\x9f\x34\xd3\xd8\x35\x8f\xb7\x21\xac\xf5\x01\xeb\xea\x74\xdd\x21\x8a\x57\x36\x55\x05\x5d\xb2\x12\x19\x6f\x8f\xbf\x8c\xc7\xdd\xeb\x68\x82\xc3\x7d\x92\x4f\x6f\x01\x16\xbd\x0d\x13\xc2\xe1\x84\xcd\x89\x4f\xf2\xd2\xfb\xac\xbb\xf1\x29\x07\x6d\x9b\x62\xfd\xb7\xc5\xf5\x8f\xd1\x7f\xdd\x5e\x5d\x1e\xa6\x58\xc8\x39\x86\x9c\x5b\xd7\xd6\x81\x2b\x35\x62\x14\x50\xe7\x57\xa2\x6c\xc4\x0e\xd1\x8c\x1f\x18\x2f\xe6\x09\x9a\x2b\x95\xc9\x93\xe3\xe3\x19\x55\xf3\x7c\x72\x14\xf1\xf4\xb8\x58\x9a\x63\x9c\xd1\xe3\x49\xc2\x27\xc7\x82\x40\x1c\xeb\xe1\x37\x47\xdf\x7e\x03\x3b\x73\xfc\xf8\xcd\x31\xf8\xae\x8e\x66\xfc\x0f\x17\xdf\xfe\x9f\x3f\xff\x45\x37\x9c\x2d\xd4\x9c\xb3\x13\xeb\x22\x5d\xda\xf6\xa1\x91\x7b\x8f\xcd\x27\x95\x5e\xfe\xcf\xd1\xd7\xe1\x30\xec\xab\x29\x8f\x49\x22\x8f\x1f\xbf\x19\xbb\x8d\x39\xca\x16\x7d\xe4\xe7\xab\x45\x7e\x3e\x50\xd5\x47\x7e\xbe\x6a\xe4\x67\x77\x09\xc7\xf3\x98\x4a\xd5\x64\xfd\xbb\xe7\x91\xce\xb8\xbd\x8a\x0f\x35\x5c\x0e\x61\x5c\xfe\x16\x57\xc4\x03\xa9\x45\x7e\xac\x61\x72\xf0\xaa\x43\x8b\x11\x6b\x5d\x38\xfb\x56\x61\x7e\xad\x34\x64\x88\xb3\xa0\x11\x40\x25\x1b\xa3\x5b\x86\x69\x53\x3c\xa7\x8d\x27\xda\x66\xfd\x9e\x13\xf4\x7b\xd7\x68\xdf\x76\xba\x1b\x22\x7d\x27\xe6\x6b\x17\xfd\xc4\x9f\x1c\xc2\xf7\x2e\x70\xb1\x3b\x56\x20\xf3\x70\xbf\x86\x78\x60\x2c\x6e\x5c\x2d\xc3\x98\x63\xb9\x59\x18\xdd\xc0\x80\xea\x79\x4f\x98\xaf\x9b\x6a\x3b\x74\x17\x87\xc3\x29\x80\xf2\x96\x16\x0e\x29\x33\x75\xf9\xe5\x11\x7a\x5f\x29\xd1\x54\x84\x06\xde\xbc\x3f\x45\xdf\xfc\xf5\xff\xfc\x79\xc4\xbe\x6c\xb8\xb7\x81\xdf\x73\x31\xb3\x91\x8a\x70\x5b\xa7\x58\x2a\x22\x8e\xc5\x34\x3a\x36\x5c\xee\x58\x7f\x7f\x68\x3b\x3d\xe4\xd3\x43\x0f\xfa\x7b\x68\xf1\x4f\x8f\xd2\x78\xbd\x14\xfe\x12\xe9\x99\xbb\xc6\x5e\x34\x12\x2e\x25\x03\xf6\xc3\xa7\x1e\xde\xdd\x64\x92\x98\x4a\x10\x7c\xda\xf0\x07\x54\x33\xfe\xca\x43\x8c\x61\xe9\xfa\x28\x30\x7f\xda\x8f\xe6\x6e\xf0\xbf\x1d\x89\x3c\xa7\xa1\xc2\xf1\x92\x50\x1d\x59\x67\xe1\x9b\x0f\x5b\x71\xdd\x1b\xc4\x03\x5b\x0e\xd7\xe0\x27\x73\x46\xf8\x14\xe2\xe4\x40\x12\x76\x71\x00\x60\x0d\xd5\x37\x6d\x81\x6e\x20\x48\x66\x2e\x98\xb0\x7c\x6e\xc3\x72\x6f\x89\x21\xbe\x6a\x9d\x9f\x03\x43\x7c\xdb\x75\xb7\x0c\xe5\x95\x16\x7c\xdb\x60\x3d\x73\x94\xd6\x89\x5b\xd0\xef\xaf\xf4\x51\x7a\x3e\x00\x4e\xc9\xb0\x62\xad\x41\xf3\x02\x21\x8d\x1c\x2a\x7e\x08\xb0\x30\x00\x36\x62\x50\xfd\xdb\x02\x17\xc0\xb7\xbb\xce\x35\xa9\xdf\xef\x30\x4e\x23\x98\x7f\x0a\x06\x6a\x65\x12\x5b\x1f\xde\x06\x3d\x51\xc6\x88\xb0\x5e\xab\x95\x37\xea\x9a\x9e\xdf\x70\x2b\x97\xc7\x3c\x15\x9a\x68\x88\xb8\xee\x23\xde\x71\xc0\x04\x8e\x10\x48\x9f\x73\x9e\x72\x2d\xce\xf0\x5c\x06\x0f\x8d\xf6\x02\x97\x70\xab\xec\x95\xe2\xcc\xc0\xc0\xbd\xde\x6c\xf4\xd1\xd2\x8f\x8c\x51\x2f\x7c\x69\xad\x22\x16\x93\x32\x6c\xff\x8a\xf1\x7b\xbc\xf5\xe5\x74\x03\x71\x05\x29\x38\x51\xa0\xc6\x9d\x45\x51\xa6\xbf\x69\xbd\x46\x93\x94\xd7\x14\xfc\xcd\x6d\xc2\x60\x0c\xda\x61\x08\xa8\xea\xa4\xf9\xd6\x7c\xe4\x3c\x5d\x73\x0f\x7c\x18\x6f\x97\x0d\xc0\xec\xff\x63\xef\xcb\x9a\x1b\xc9\xad\x74\xdf\xfd\x2b\x10\x71\x1f\xaa\xea\x06\xa5\xf2\x12\x13\xe1\xe8\x88\x79\x60\x4b\x6a\x37\x6d\x95\x24\x6b\xe9\xea\xb9\xc3\x09\x16\x98\x09\x92\x69\x25\x01\x56\x2e\x52\x71\xc6\xfe\xef\x37\x70\x16\x00\xb9\x92\x49\x4a\xd5\x65\x4f\x3f\xd8\xdd\x2d\x92\x48\x24\x96\x83\x83\x73\xbe\xf3\x7d\x08\x6c\x65\x44\xeb\x49\x2b\xa4\xb5\x6b\x5f\xb2\xa2\x5c\x3c\x63\x46\xce\x61\x5d\xbd\x73\x0d\x10\xf9\x66\xb3\xdf\x9e\xd0\x08\xf0\xcf\x38\xc6\x68\x10\xd8\xb7\xe8\x80\xb5\xe8\xe1\x9b\x11\x24\x4c\x86\x8c\x1d\x3c\x04\x17\x67\x63\x04\x83\xbd\xd0\x35\x80\xc3\x42\x6c\x7d\x11\xab\x36\xc0\x3c\x72\xc0\xf9\xfa\x18\xdb\xcb\xc6\xe5\xd1\xfd\xf0\xc9\xcb\x67\x6e\x37\x6a\x24\xe6\x25\x7c\x7e\x75\x7d\x1f\xe2\x21\x12\x7c\xdb\x93\x68\xa5\xa2\x47\x08\x98\xe0\x91\x87\x9b\x81\xa5\x53\xe7\xdb\xa9\xf6\xe2\x5a\x85\xe1\xe4\xfe\xd6\xf1\x8d\x3b\xce\x7d\x93\x89\x38\xc9\x37\xa9\xdc\x42\x1a\x55\x23\x12\xde\xa7\x60\x5d\x09\x89\x35\x05\xbb\xe2\xc5\xfb\xcf\xb4\x9d\x95\xb1\xff\xdd\xd0\xb1\x94\xd9\x3c\x29\x32\x99\x6d\x85\x1f\xcc\xa6\x3d\x10\xb9\x5a\x4b\x5d\x24\xd1\x54\xaf\x95\xd4\x21\xee\x8d\xd2\xc8\x76\x90\x63\xa3\x88\x91\x77\xb1\x50\x51\xe1\x29\xfd\xc0\x79\x77\x23\xb5\x6b\x0f\x0e\x7b\x77\xb7\xf3\x7a\x5f\xfd\xc7\x44\x63\x01\x79\xb2\x06\x54\x25\xad\x21\x3a\x1a\x0f\x4c\xde\x80\x18\x1b\x1d\xb9\x7c\x19\x84\xff\xe2\x35\xe5\x14\xed\x5d\x89\x5d\x9b\x8f\x7f\x34\x21\xff\x71\xb2\x85\xed\x82\x8f\x01\xd6\x0a\x37\x58\x08\xd7\x72\xd4\x3a\xba\xc6\x91\xf3\x86\x8a\xfe\x20\xda\xf3\x86\xe2\x56\x6f\xe0\x98\xb6\xb7\xc7\xec\x49\xc5\x53\x5d\x25\x2e\x22\x9f\xd1\x6f\x38\xe1\xa5\xa6\x5e\xc6\xda\xf0\x18\xef\x15\xcb\xbf\x00\xb2\x06\x4f\xd3\xe8\xca\xda\x7a\xa4\xaf\xda\xb5\xd2\x5f\x41\x55\x69\xef\x24\x8f\x57\xa3\x22\x29\x19\x52\x9e\xab\xe0\x29\xdc\xa2\x74\xb4\x2c\xc8\xd9\xe6\x20\xa6\x14\x97\x6c\x44\x3a\xdb\xda\x98\x6a\xae\x57\x5e\x94\x29\xf2\x70\x76\x89\x71\x11\x4b\x13\xd7\x56\xfc\x72\x35\x36\x2e\xae\x26\x02\xf5\x2e\x07\x7b\x08\xe0\xbe\x68\xeb\x78\xd5\x2b\x9d\xa3\x92\x26\x0b\xf7\x40\xe0\x79\xa9\x0a\x38\xcd\xe3\x32\xc5\xf2\x5b\x88\x98\x03\xe3\x93\x4c\x53\x91\x14\xf9\x54\x3b\x82\x2a\xa4\x1b\x07\x0b\xcb\x21\xf5\x98\xae\x5c\xf0\x08\x68\x96\x44\x87\xc1\x0f\x4b\xa2\xa4\x68\x80\xa4\xb7\xa1\xd8\xc5\x66\xa3\x24\x56\x8b\xe1\xb4\x4d\x75\x78\xe7\xaa\x4f\x02\x95\x56\x81\xb8\xea\x4b\x54\x39\xf5\x60\xde\x41\x91\x76\xf0\x94\x9c\x8a\x31\xbe\x9d\xbd\x70\xb1\x8e\x25\xf6\x96\x2a\xd4\x09\xcb\x68\x6f\x35\x45\xce\x31\x72\x7f\x6f\xdd\xc8\xac\x48\xa2\x32\x95\x59\x0a\xac\xef\x8b\x32\x15\xc9\x22\x90\xe4\x84\x39\x40\x7a\x22\x3b\x5d\x91\x81\xb3\x9a\xa3\xe4\xb9\x5c\xab\xa0\x32\x9a\xc2\x3b\x69\x80\xa1\x40\xce\x65\x4c\xce\xdb\xb6\xde\x9d\x8a\xf3\xba\x34\x2e\xec\x89\x80\xd6\x30\xc9\xd1\xfc\xb9\xfe\x06\x45\x7d\x28\xb1\x9b\x2c\xec\x95\xf2\x4d\xb0\xeb\xba\x44\xe6\x65\xfe\x38\x10\xa0\xc1\xe4\xf8\xfd\xb8\xdc\xd6\xa2\xde\x7b\x10\x22\xaf\xc0\x36\xdc\x86\xe8\xe8\x20\x9f\x0a\x03\x3b\x19\x52\x42\x1e\xd0\xd1\x8f\x81\xd2\x77\xbd\xb3\xeb\x1e\x05\x50\x98\xc7\x81\x5d\x0d\xf4\x74\x86\x77\x34\x58\x39\x21\x1c\x67\x9f\x91\x5d\xca\x62\x28\x36\xc7\x95\xbb\x0c\xef\x68\x2b\x0e\xaa\xb3\x9b\xbb\x23\x4d\x1f\x2b\x02\x3c\xc2\xf6\xca\xde\xf2\x15\xe2\xcc\xcc\x22\x30\xc1\x74\xde\x90\x52\x0f\x90\x9f\x3b\x9b\x30\x57\x22\x4d\xf4\x23\x53\x1d\xd8\x05\x3a\x12\xd2\xb7\x0e\x36\x02\x07\x19\xf7\x5c\x87\xe7\xd5\x26\x15\x70\x84\x33\xb6\x5f\xc1\x60\xfb\x0d\x99\x7b\x32\x48\x0d\x82\x5f\xb8\xed\x3d\xf6\x9f\x96\x5e\x64\xb3\xbb\xf3\x30\x9c\x19\x8f\xc1\x00\x63\x19\xc8\xb9\x77\x8e\xef\xcd\xaa\x8a\xd9\x1b\x20\xac\xf3\x70\x75\x7e\xf1\xc3\xe4\xaa\xaa\x86\xf3\xd7\x87\x8b\x87\xea\x5f\x6e\x1f\xae\xae\x26\x57\x7f\x0a\xff\x74\xf7\x70\x76\x76\x71\x71\x5e\xfd\xde\x0f\xe3\xc9\x65\xed\x7b\xf6\x4f\xd5\x2f\x8d\xbf\xbf\xbe\xad\xe9\xef\xb0\x78\x4e\xf0\xa7\xfb\xc9\x87\x8b\xf3\xd9\xf5\x43\x45\xc2\xe7\xfc\x3f\xae\xc6\x1f\x26\x67\xb3\x96\xfe\xdc\x5e\x9c\x5d\xff\x74\x71\xbb\x43\x81\xc7\xbf\x6f\xeb\x90\xbe\x04\xd8\xea\x60\x3d\xa6\xb1\x58\x64\x89\xd2\x71\xba\x45\x2c\x38\xdf\x03\x6b\xd0\xd3\xf0\xa4\x4a\xd6\xca\x94\xc7\x40\xba\xef\x57\x4a\x98\x27\x95\x01\x2b\x03\xb6\x46\x25\x9c\x32\x7f\xec\xe4\xec\x2b\xb2\x66\x0c\xbd\xb7\x72\xa5\xc8\xb6\xae\x36\xaa\xaf\x3b\x9e\xd1\x87\x1e\x22\x36\x2a\xeb\xeb\x0b\xf8\x11\x59\xb9\x29\x92\x79\x37\x48\x7f\x4f\xa6\x9b\xe1\x37\x55\xe4\x9f\x6b\x27\xeb\xb8\x6a\x37\x8c\x15\xac\xfa\x31\x30\x5d\x68\xe1\x50\x99\x31\xf7\x6b\x86\x36\x6e\xca\x79\x9a\x44\x22\x89\xeb\xd1\x07\x2c\xa9\xc2\x00\x6b\x9d\xa6\x72\xa3\x32\x70\xec\xac\xbf\xbc\xc9\xd4\x89\x2c\x8b\x15\x2b\xa0\xbb\xca\x3a\xa4\x8d\x54\x51\xa6\x8a\x40\xad\x9f\xf4\xa5\x82\x27\x41\x67\xa8\xa2\x38\x06\xf2\x92\xd3\x80\x32\xbc\x23\xa2\x8e\xbf\xc4\xd6\x07\x84\x14\xf1\xfb\xbd\x43\x43\x3d\x4e\xf2\xba\xb8\x30\xb8\xb0\xf8\x21\xab\x54\xd9\xf7\xb6\x96\xda\xa9\x34\xe1\x24\x73\x2d\x41\xfb\x6b\xec\x5a\x63\xe1\x42\xa9\x42\xff\xa9\x75\xfa\xe8\x2c\x53\x70\x88\x50\xe2\x9c\x6f\xfb\x00\xf4\xa0\xda\x03\x28\x39\xb0\x17\x9b\xb9\x5a\xc9\x74\x81\x31\x3c\x3b\x35\x7e\x5f\x35\x97\xe8\xbd\x79\x54\xfa\x16\x27\xec\x17\x31\x87\x1a\xef\x09\xbe\xc6\xdc\xc5\x4f\x7c\xc0\xcf\xf6\x91\x57\x15\xd7\x5e\xa1\x48\x3f\x7a\xd5\xc1\xc7\x58\x00\xe1\x19\x64\xb9\x6c\x6b\xb1\x48\xbe\xd8\x06\xa7\x5a\xb5\x72\x68\x02\xba\x86\xd9\x7e\x9c\x5d\x06\x24\x11\x52\xa6\x3c\x2a\x0d\xfa\x56\x28\x7f\xbb\x73\xcd\x0e\x8b\x36\x37\xe7\xa2\x27\xfc\x0d\x11\xb2\xa4\x22\xfb\x15\xe6\x44\x78\x9c\xa0\xc8\xf2\x51\x9d\x8a\x73\x22\x82\xb0\x7f\x39\xbb\x9c\x5c\x5c\xdd\xcf\xce\x6e\x2f\xce\x2f\xae\xee\x27\xe3\xcb\xbb\x7d\xb7\xdf\x4b\xd4\xe9\xd4\x76\x5f\xbd\x54\xca\x59\x88\xf7\xb4\xf3\x7c\xb9\xa8\x7b\x29\xbf\xed\x60\x4a\x76\xf7\x3e\x89\x37\xb3\x38\xc9\x23\x7b\xfc\x6d\x67\x4a\xc7\x40\x3e\x7c\xd0\x52\x6d\x6f\xaa\xfe\x16\xee\x1b\xc2\x7d\x83\x2d\x08\x9e\x76\x4f\xbc\xa2\xdd\xe7\x80\x51\x83\xa0\x5d\xa6\xec\xe6\x8f\xa7\x3a\x38\x6d\x4e\x77\x2b\x4e\xd8\xe6\x8e\x7b\xb7\x6a\x13\xf5\x77\xc2\xfe\x26\x79\x5e\x4a\x6b\x1f\xf9\x6b\x00\xd0\xeb\x18\x15\x62\x84\x0b\x19\x90\x93\x40\xbd\x53\xd8\x9b\xfc\x5a\xea\x58\x16\x26\xdb\x76\xbc\xe2\x7e\xc6\x33\xdc\x36\x55\x13\x1a\x1e\xd9\x5a\xa9\x98\x67\x01\xbf\x2a\x75\x7d\x29\x21\x4f\xf2\xfd\xf5\x5f\x2e\xae\xee\x66\x17\x57\x3f\xcd\x6e\x6e\x2f\x7e\x98\xfc\xec\x70\x83\x1b\x99\xb7\xa9\xf5\x6d\x32\x65\xad\x0b\xd3\x4e\xb4\xda\x17\x94\xd0\xe3\x76\x48\x36\x29\x59\x4c\x35\x5b\x96\xcc\x37\xbf\xca\x4c\xb9\x5c\xb5\x37\x54\xef\xe5\xcd\xf8\xfe\xc7\x83\xba\x09\xa4\x40\xa8\xb3\x85\xbb\xad\x89\x9f\x4c\x16\x64\xf7\x10\x74\x59\xeb\x1e\x50\x5b\xc1\x57\xdb\x62\xf2\x1d\x16\xed\xa0\xdb\x4b\xd3\x68\xf5\x3a\xff\x2d\x5f\xef\x5a\x40\xf7\x81\xdd\xac\x1c\x23\x80\xe7\x45\xb9\xc6\x46\x6b\xdf\xb5\xfc\xad\x72\x82\xfd\xfe\x24\x55\xcb\xa5\x8a\x71\x79\xd5\x1b\xa6\x88\x15\x99\xc0\xc8\x9f\xeb\x6d\xa3\x48\x82\x6a\x47\x1c\xcc\x0e\x1d\xb5\xbf\x01\xbf\x71\x3f\x69\xb7\x15\x67\x2c\xda\x1c\x19\x9d\x17\x52\x77\xa4\x5d\x9f\x9a\x78\xc6\xbd\x4c\xd1\x75\x26\x5c\xa9\x10\x05\x48\x38\xc0\xee\xf7\xc1\x21\x09\x27\x12\x8e\xd3\x14\xf1\x08\x04\xe5\x02\x95\xe9\x96\x49\x80\x48\xe3\x2d\x5b\xc4\xd7\x0f\x6e\xf4\x5e\x9d\x88\x09\x09\x02\xa3\xa8\xdc\x43\x50\x6d\x8c\x06\x81\x1c\x56\x27\x8c\x76\xd0\x84\xd4\x9e\xfc\x13\x0d\x3d\xde\x5a\xab\x81\x59\xc9\x5c\x63\x6e\x82\x9c\xf3\x36\x3c\xbe\x55\xf1\xc3\x7d\xcb\x9b\xcc\xc4\x65\xc4\x6c\x2c\xd0\xac\xc7\x83\x50\x40\x8b\x0f\xd8\x58\x9c\xd8\x69\xa6\x4b\x8a\x8a\x4f\x00\xe9\x3d\xd5\x5d\xc9\x17\xb6\x01\x1d\x61\xae\x1b\x3e\xb5\x8e\x99\xfb\x96\xd1\xef\xde\x82\x3c\xd8\xfb\x55\x5c\x0a\xfe\x3a\x38\x7b\x1d\x70\x1a\x9a\x97\xb9\xc4\xcc\x6a\xf5\x38\xee\x22\x5f\x70\x56\x75\x18\xea\x67\x3f\xd0\x44\xb5\x94\x02\x8f\xc8\x95\xcc\xd1\x73\x2d\xa2\x55\xb5\xe3\xf0\x36\x55\xc2\xb2\x7a\x77\x9d\x27\x78\x5c\x84\x60\xaf\xfc\xca\x08\xef\xd4\x49\x4e\xbd\x0f\xc5\xa7\x9c\x92\xde\xb0\x85\x1f\x3a\x47\xee\xf2\x82\x76\x0f\x0c\x56\x2a\x4b\x1d\xad\xc4\x26\x95\x58\x65\xbc\x92\x39\x2e\x69\x06\x19\xc8\x79\x92\x26\x05\x10\xa4\x60\xee\xab\x36\xc2\xf6\x46\x23\xb3\x47\xe6\x24\x95\x9e\x0d\xa7\x6f\xd1\x1f\x09\xe6\xf4\x82\xed\x5f\x13\xce\xe9\xb7\x6c\xf0\x8b\xde\xcc\x99\x5f\x96\x04\xe5\xf4\xd3\x61\x2d\x1e\x2c\x4b\xff\x2e\xc3\x66\x96\x5a\xbc\xa9\xff\xbc\x32\xde\x2d\x07\xf5\x70\x28\x03\x91\x6d\x0f\x30\xf3\x75\x2a\xee\xd6\x9d\xb5\x48\x8d\xec\x90\x83\xe5\xb6\x91\x59\xbb\xab\xed\xd8\x94\xf3\x2e\x2e\x57\xec\x55\x7f\xeb\x7d\x71\x7f\xde\xb7\x2f\x15\x17\x0c\x0d\xa0\x2c\x54\x91\x0c\x0b\x6d\x04\x2f\x2d\x0b\x75\x02\x3f\x6f\x6f\x9c\x4a\xcf\xf6\x7e\xe7\xc6\x42\xf3\xfa\x0e\x8e\x31\x16\x40\x66\xcd\xd5\xf5\xd7\x52\x5a\xd3\x70\xbd\xb8\x43\xc6\x8e\x63\x16\x59\x91\x34\x57\x58\xfb\x4e\xac\x3f\xf5\xbe\x9a\x54\x09\xd7\xc0\xde\xd5\x9a\x6d\x6f\x73\x67\x7f\xbd\xff\x86\xac\x6a\xa6\x6f\xb2\xc4\x00\xaf\x06\x29\xb5\xf7\x90\xde\xb5\x3e\xf7\x88\x91\xfc\x5c\xaa\x52\xd9\xb5\x3f\x2f\xe3\x65\x33\xb6\x39\xc0\x3b\xf3\xaf\xb4\x32\xcf\x62\x5d\x46\x2b\xc1\x8d\x8b\x58\xa5\x72\x5b\x79\x35\xf0\x97\x0a\x93\x02\x8d\xec\x81\x9c\x96\x51\x99\x17\x66\x0d\x20\x4c\xdf\x6e\x56\x6a\x58\xf0\x42\x16\x45\x96\xcc\xcb\xa2\x15\xb0\x55\xe1\xb8\x3a\x30\xa1\x75\x77\x73\x71\x36\xf9\x61\x52\xcb\x26\x8d\xef\xfe\x12\xfe\xf7\xc7\xeb\xdb\xbf\xfc\x70\x79\xfd\x31\xfc\xdb\xe5\xf8\xe1\xea\xec\xc7\xd9\xcd\xe5\xf8\xaa\x92\x73\x1a\xdf\x8f\xef\x2e\xee\x77\xa4\x95\x9a\x4f\xed\x9e\x08\x19\x50\x70\x31\x2c\x94\xb9\x88\xf9\x76\x49\x4f\xfd\x4e\x8c\x99\x90\xac\x42\x99\xc7\xa9\x41\xc8\xbc\xa3\x32\x2f\x65\x10\xcf\x65\x21\x49\xe9\xfc\x54\x8c\x05\x2b\xd6\x03\x18\x3a\xb7\xce\x02\xb1\x35\xd9\xd9\xc1\x26\xac\xc7\x10\xf9\x9b\x9b\x17\x5b\x33\x0b\xe2\x49\x4b\x55\x48\xcb\xcd\x95\x3f\x53\x7d\xf1\xa4\x74\x51\x02\x67\xb0\x4c\x53\xc1\x02\xeb\xf4\x85\xa0\xaa\x99\x7b\x99\x27\xeb\x24\x95\x99\xd7\xc5\xba\xa6\xb6\xc0\x61\xe7\xbe\x3a\x12\x9b\x66\xc9\x2c\x5f\x1e\x1e\x26\x02\xfa\x7d\x76\x39\x01\x17\x28\x2a\x58\xf4\x81\x1f\x3e\xd5\xc8\xc3\x45\x4f\x5c\x4b\x00\xe8\x17\x86\xe2\x69\xf8\x78\xfa\x72\xf7\x42\xcc\x8f\xd9\xc4\x1c\x79\x7e\x2d\x10\x90\xeb\x24\xff\xcb\x85\x2e\xb2\xed\xde\x7e\xcd\x3d\x54\xa4\xe6\xe0\x9b\x12\xde\xa7\xaa\x95\x85\xe1\x0e\xc1\xad\x5f\x81\xb3\xc3\x60\x34\x8a\xc6\xbb\xa0\xbb\x02\x66\xe2\x0e\xff\x3b\xb5\x87\xd0\xb7\x3a\x0e\x21\x69\x08\x8c\xc2\xdc\x94\x3a\xce\x09\x99\xb4\x4e\xf4\xfb\xb5\xfc\xf2\x8e\xdf\x14\x8b\xf0\x1d\x63\x3d\x10\x2c\xa9\xd4\xde\x44\xb6\xd6\xc8\xf5\x0f\xd7\x54\xf7\x8c\xd7\x6e\x6f\x91\x2d\x2b\x5c\x7b\xfc\x1d\x15\x31\x56\x4f\x6a\xdb\x36\x7f\x0d\xd5\x11\xc4\x71\xd1\x86\x87\x46\x36\x99\xb2\x5f\x74\x00\xae\x14\x71\x79\xee\xbf\x01\xa8\x5d\x51\x46\x6b\xb7\xdd\x61\x96\xf7\xa8\x6d\xd3\x9a\x5f\x7e\x05\xd9\x18\x7a\x92\x9d\x33\xcc\x36\x73\xa0\x93\x80\xe9\x94\x46\xb3\x93\xf5\x37\x33\x17\x0b\xa8\xd2\x20\xe5\xe3\x4c\x41\x60\x1b\xa6\x82\x79\x8e\x81\x86\xa7\x91\xc2\xe6\x25\x90\xaa\x1c\xc2\xbd\xda\x5e\xb7\xd4\xe7\x92\x32\x76\xbf\xfb\xed\xb0\x73\xb6\xc8\xb6\x82\x39\xf5\xc3\x2a\x11\x2a\x92\xa2\x33\x17\xfa\x55\xea\xa4\x8d\x9b\xeb\xb6\xd4\xf6\x28\x7e\x09\xb0\xc3\xfe\xd9\xac\xda\x43\xe9\x3f\x77\x16\x52\x70\x20\x36\xc3\xef\xbf\x1a\x99\xe1\x4f\x35\x0e\x43\x7a\x1c\xc0\x76\xa9\xf5\xf0\x40\x9b\xcb\xe8\xf1\x59\x66\x31\xc6\x0a\x01\x7d\x70\x2a\x7e\x34\xcf\xea\x49\x65\x23\x11\xa9\xac\x90\x44\x6f\x94\x43\xfa\x15\x36\x14\xb5\x33\xd5\x80\x62\x47\xae\x28\x0d\xa2\xd1\x45\xb2\x5c\xd9\xfb\x64\x90\x3c\x37\x99\x35\x47\x05\x72\xc7\x6d\x54\x44\x84\x32\x1d\x03\xb0\x48\xe5\x53\x93\xaf\xe9\x90\x4a\x78\x31\x71\xa5\x78\x9c\x9d\x62\xee\xf8\x3e\xb8\x03\x0d\x18\x19\x4d\xa4\x00\x19\x89\xa5\x49\xa5\x5e\x9e\x9e\x9e\x0a\x55\x44\xa7\xef\x06\x2d\x74\x6a\x30\xcc\x77\x39\x08\x6a\x6a\x4c\xae\xd2\xad\x23\x41\x71\x45\x02\x76\x98\xa1\x46\x24\x4f\x30\xe4\xd1\xb2\xfc\xef\xea\x15\xf5\x5f\x37\x74\xde\x7e\x53\x1d\x5c\x82\xd6\xd1\x0e\x48\xd1\x0c\x68\x09\xbf\xdf\x7e\xf3\x3a\xa8\xa4\xb2\x83\xe7\xd4\xe8\xa1\x75\x82\x3f\x99\x2e\x61\xe5\x83\xb8\xc9\x5a\x5b\x22\x22\x87\x83\x6a\xab\xba\x22\x16\xb5\x72\xb7\x23\x2a\xdd\x7a\x8a\xd6\x06\xd6\xab\xb5\xec\xbb\x96\x6d\x51\x9b\xee\xc1\xdb\x62\x37\x3b\x7e\xeb\x0b\x0d\xac\x07\xf4\x85\xbb\x43\x5c\x27\x2c\x29\x4a\xb7\x70\xe3\x72\xd5\x81\x10\x59\x8e\x83\xc8\x78\x25\xf0\x0f\x75\x2a\x3e\x73\xe0\x08\x76\x82\x44\x41\x5e\x98\x4c\x2e\x95\x58\xab\x38\x29\xd7\xad\xc6\xc6\x75\xf7\x18\xb4\x97\x49\xcb\x75\x37\xd5\xd9\xb1\x0e\xb4\xef\x24\xfe\xdb\x19\x3c\x6e\x6f\x07\xda\x4b\x88\xb3\x48\x09\xf5\x17\xc3\xe0\x34\xd6\xf6\xa4\xcc\x92\x1c\x48\xf9\x0e\x29\x0b\x73\xcd\x60\xd3\x90\xad\xdb\x6e\x30\xfc\x5a\x99\xdd\x13\xce\xee\xd0\x4f\x72\x9c\x55\x48\xf1\x75\x1f\x0a\x75\x0c\xd9\xe0\x39\x02\x09\x8c\x83\xf2\x9a\xe0\x36\x06\x64\xd4\x04\x72\x81\x06\x29\x13\x5f\x18\xb1\xe0\x42\xa3\x47\x15\x50\x37\xc5\x40\x53\xfd\x8c\x3c\x20\x7f\xf9\x63\xce\x39\x7b\x82\x55\x78\x8f\xa5\xf0\x0f\xc1\xdc\xc0\xd3\xef\x18\x4d\x83\x6f\x88\x4d\x00\xc1\x52\x2c\x75\xd1\xda\x80\x07\x9b\x41\x5b\xf8\x93\x9f\x64\x99\xb6\x7f\x9d\xda\x87\xaf\xa2\xe4\xcd\xf8\xe3\x9d\xc0\xa1\x26\x42\xe3\xac\xaf\xa3\x41\x23\xbb\xf1\x3c\x30\x5c\xb3\x03\x3c\xc1\xca\x3c\xe0\xa0\x33\xa3\xb5\x1d\x76\x55\x44\x2b\xef\x79\x54\xb5\x6b\x49\xcf\x8c\xde\x73\xed\x29\x9a\x11\x2a\x19\x62\xce\x92\xa5\x36\xa1\xba\x80\xd1\x0a\x92\x34\xd6\x00\x99\xb0\x59\x91\x14\xbb\x81\x3d\x03\x59\x95\x76\x2d\xb5\xc2\x20\x60\x83\xde\xb3\x92\x6b\x83\x2b\x45\x82\x5c\x2c\x8c\x8a\xc4\x3b\x11\xc9\x63\xd5\x89\x85\xab\xd5\xed\x53\x5d\x7d\x54\x63\x90\x18\x79\x93\x64\x0a\xf9\x40\x73\xeb\xbd\x15\xc9\x93\xdd\xa8\xcd\x65\xed\x16\x28\x58\x80\xe6\xda\x9b\x6a\xec\x76\x40\x2a\xfa\xa8\xb6\x79\xa8\xc5\x45\x2b\x4a\x74\x2d\xc8\xc4\xbe\x0f\xcd\xd7\xee\xa9\x80\x81\x9b\x05\xda\xe2\xfb\x9d\x65\xf8\xd0\x0f\xf6\xc7\x3d\x90\xbe\x46\xe3\x76\x0d\xfa\x4a\x2e\x1f\x53\x24\x33\xe1\xc7\x99\xe6\xd0\xa3\x76\x5a\x74\xe7\x7d\x78\x16\x2e\xbe\xf6\x7e\x3b\xd5\xc4\x3b\x1c\x1c\x72\xd6\xe0\x34\xa7\x8d\xca\x4b\x91\xed\x74\x5b\xa1\xc6\x00\x6a\x38\xa6\xc9\x6b\x97\xfb\x67\x29\xc7\xa9\x26\xc1\x7c\x50\xbc\xa7\x18\x5e\xeb\x03\x0f\x84\x82\xd1\xe4\x76\xc2\xbf\xfc\x15\x86\x06\x8e\xd8\xd1\x50\xd4\x0d\x6f\x3f\x91\xb2\xc3\x37\xd6\xad\xc8\x2b\xc6\x5d\xdd\x5d\x9c\xdd\x5e\xdc\x7f\x35\x78\x18\x63\xb3\x06\xe3\xc3\xb8\x9f\xe7\x17\x3f\x8c\x1f\x2e\xef\x67\xe7\x93\xdb\xd7\x00\x88\xd1\x47\x07\x20\xc4\xee\x88\xce\xfc\xcc\xe8\x42\x7d\x39\xea\x4c\xce\x4a\x3d\x93\x03\x2a\x15\x9c\x64\x40\x9f\xbb\x83\x8d\x36\xe9\xd8\x1d\x57\x3a\x71\xf3\xe1\x89\xe6\xd8\xd7\x17\x3e\x68\xb8\x48\xd2\x14\xca\x1c\x5d\x78\x9d\x8a\x82\xec\xa0\x82\xfd\x61\x3a\x42\xb2\xa9\x53\x3d\xaf\xf0\xd1\x43\xc8\x6f\x65\x2f\xc1\x58\xe0\xb8\xb1\x03\x90\x25\x50\x3e\xd6\xc7\xd8\xbe\x4c\xb4\xf2\xdd\x40\x01\xd6\x52\x8b\x4e\x9a\x5d\x9a\xc4\xd7\xac\x62\x25\xc7\x6b\x5f\x5f\x93\x57\x5c\x65\x7d\xb2\xfb\xc9\x1f\xba\x37\xc4\x4d\x9c\x68\x74\x4c\x2b\xbb\xf9\xae\x7d\xe9\xbe\xf7\x5b\x00\xc6\xdd\xce\xa4\x84\x1c\x04\x68\x9c\xfa\x89\xa4\x89\x40\xad\x14\x9f\x9c\x78\x4c\x10\x45\x63\x16\xb5\x71\xb6\xa6\xd0\x8e\x75\x02\x99\x0a\x49\xcc\x0d\x51\x5a\xe6\x85\xca\x28\x6c\x32\xfe\x78\x37\xd5\x28\x84\x4f\xa7\x10\xe9\x69\xe0\x23\x10\xc3\x61\x2a\xcf\x67\x0f\x25\xb4\x60\x6f\x31\x46\xbd\x56\x52\xe7\xa8\x3f\x9d\xa6\x2a\xf3\x2b\x03\xfb\xa3\x54\x4c\x1a\x64\x40\x55\xe9\x7f\x4f\x12\xc4\x06\x76\xad\xed\x2f\x7d\x4a\x22\xbc\xf5\xf5\xd4\x55\x45\x0b\x00\xd1\xd7\x5c\x39\x2d\x75\x0a\xfb\xae\x22\xc2\xd6\xb6\x2e\xa2\x6a\xd5\xc0\x5e\x6b\xe9\x1e\x9b\xfb\x75\x29\xbd\xe0\x52\xda\xe3\x5c\x0f\x4f\x09\xb1\x32\xd6\x80\x3a\x29\x0c\x9f\x66\x76\x55\xfc\x29\xe0\x9f\xec\x30\xb6\x9e\x3a\x35\xc1\xb5\x23\x4e\x1d\x54\x58\x3b\x0e\xce\x39\x6e\xa1\x0b\xf1\xca\x3e\x9c\xdb\xe9\xd5\x72\x7b\x1d\x5a\xae\x31\xe3\xed\xb4\x29\xb8\xc0\xde\x41\xdc\x08\xaf\x67\xbf\xe0\x98\x1d\x7a\xfb\x48\x6c\x09\xec\xa5\xcc\x8e\xd4\x43\xba\x0f\x71\x81\x95\x22\x4a\xec\x45\x28\xa9\x4a\x08\x62\x4f\x70\x30\x64\xf1\x1d\xae\xb8\x57\x5d\x73\x8e\x2c\xef\x20\xb0\xc3\xd5\xf5\xd5\x45\x08\x55\x98\x5c\xdd\x5f\xfc\xe9\xe2\xb6\x52\x7e\x7b\x79\x3d\xae\x94\xd0\xde\xdd\xdf\xd6\x2a\x67\xbf\xbf\xbe\xbe\xbc\x68\x60\x1e\x2e\xee\x27\x1f\x2a\x8d\x9f\x3f\xdc\x8e\xef\x27\xd7\x95\xef\x7d\x3f\xb9\x1a\xdf\xfe\x47\xf8\x97\x8b\xdb\xdb\xeb\xdb\xda\xf3\x1e\xce\xfa\xd1\x13\x95\xd7\x68\x0f\xff\xf8\xe4\x6c\xc0\x1b\xd8\xba\x8d\xab\x8a\x84\x47\xec\xe2\x3d\x41\x58\xbb\x96\x23\x57\xd7\xc6\x21\x9d\x38\x6e\x0c\xdb\xd5\x41\xab\xee\xe5\x25\x14\x2b\x43\xf7\xf9\x38\xa2\xe2\x42\x16\xad\xf7\xdf\xbd\x03\x13\x24\x59\xfe\xb9\x54\xd9\x96\x78\x5e\xf0\xd2\x88\x7f\x89\xa4\x46\xf4\x6a\xa1\xd6\x1b\xa8\x86\x0a\x61\x97\x53\xfd\x11\x32\x56\x88\xec\x78\x93\x8b\x3f\x41\xee\x89\xbf\xec\xa5\xfd\x61\x50\xfe\x8a\xcf\x70\x9f\x9d\x4e\x75\x85\xca\x3b\xf8\x55\x85\xd5\xfb\x74\xaa\x99\x4b\x37\x36\x51\x7e\x0a\x47\xef\xa9\xc9\x96\xef\x49\xe7\xcd\x1a\x53\xf3\x38\x37\xe6\xf1\xbd\xd2\xef\xe1\x72\x50\xbc\x97\x65\x61\xde\x43\xde\x1a\x07\x3f\x7f\xcf\x72\x50\xac\xa7\x95\xbf\x5f\x25\x4f\x0a\xfe\xef\x74\x55\xac\xd3\xff\x93\x6f\x56\x5f\x4e\x96\x69\x76\x62\x7f\x7b\x12\xfe\xf6\x84\x7f\x7b\xc2\xbf\x3d\xb1\x3f\xc3\xff\xdb\x6c\x31\xce\xa6\xbe\x48\xbb\x4d\x46\x53\x9d\xe8\x5c\x65\x05\x2c\xc3\xe7\x2c\x29\x3c\x67\xfa\x56\xbc\xf9\x9f\xff\x11\xa7\x99\x7c\xc6\x3a\x86\x73\x59\xc8\x1b\xbc\xe8\xfd\xe3\x1f\x6f\x20\xb2\x8d\x40\xe3\x8d\xcc\x3e\x97\xaa\xb0\x57\xce\x54\x45\x85\xf8\xbf\x53\x0d\xa1\xf0\xf5\x76\x56\xe0\x05\x18\x2f\x83\x71\x2e\xfe\x1d\xdb\x9c\x20\xe7\x51\x9c\xdb\x96\x3a\x20\x8e\x89\x4c\x5b\x14\x04\x3b\x62\x25\x9f\xd3\x73\xfa\xfe\x80\xdd\xf2\x39\xad\x6e\x11\x66\xed\xce\x3f\xa7\x40\xac\x95\x1a\xc9\x59\x73\xe1\x16\x2f\x38\x2c\xd4\xb9\xb6\x3d\xd2\xc8\xd1\xbc\x6a\xbe\xa4\x7d\xaf\xdc\x21\xef\x22\x87\x50\x1a\xfa\x78\x10\xb4\xf1\x01\x21\x48\x63\x24\x76\x87\xdc\xe1\x95\x14\xdc\x4f\x7c\x73\x30\x0e\x94\xc3\x70\xed\xa1\x07\x99\xff\xe1\xbb\xf7\xef\x47\x62\x99\xc3\x3f\xe6\x9f\xe1\x1f\x90\xc6\x7d\x29\xea\xb0\xc6\x60\x3a\x44\x42\x73\x96\x77\xcf\xc4\x4b\xc0\x19\xbe\x06\x5b\x65\x6d\x99\x7e\x5f\xea\x38\x55\xbe\x2c\xa3\x12\x9b\x4a\x0d\x2b\x98\xe2\x0d\xa5\xce\x0b\x0e\x73\x3c\x57\x91\xb4\x86\xaf\xf1\x6c\x44\xf9\x98\x45\xa1\x34\x5e\x4b\x32\x2f\x1b\x22\xf1\x0a\x01\x29\x76\xc0\xa4\xc8\x82\xb0\x7f\x0a\xfe\x08\x0f\x01\xfa\xc7\x51\xfd\x23\x10\x96\x47\x26\x43\xe0\xe7\x42\xfd\x7b\xc5\x81\x33\x2c\x67\x2d\x33\x7b\x33\xd9\x48\x1d\xcb\x1c\x56\xe0\x22\x83\xb0\x73\x26\x64\xb3\xa3\x23\xc4\x45\x99\xb2\x00\x2e\x01\x4c\xf1\x84\x23\x81\x54\x93\x41\x9f\x47\x41\x27\xf0\x4c\x00\xc6\xbb\xc6\x0f\x4f\xa7\x9a\x85\x2d\x08\x94\x80\x57\x96\xc8\x6c\xb6\x54\x29\x5e\x1f\xf4\x84\xaf\x30\x34\xdc\x23\x9f\xf8\xab\x7f\x77\x24\x92\x6a\x8c\x13\x58\x2d\x8b\x40\x9a\x8f\xe5\x03\xdf\x2a\x1d\x99\x58\x65\xf9\x3b\xbb\x0d\x81\xeb\xb9\xf0\x9c\x91\x49\xee\x27\x03\xac\x94\x3d\xdc\xe8\xda\x66\x9b\x77\xf4\xef\x76\x74\x2a\x3c\x88\x6d\xee\xc3\xee\xad\xf2\xad\xa7\x23\xdb\xfa\x4b\xff\xfa\x55\x53\x93\x21\xc0\x86\x01\x66\x87\xfb\x82\xb8\x65\x43\x8b\x8b\x8d\xa2\x8f\x43\xce\x09\xeb\xa0\x25\x05\x48\xad\x64\x2a\x2f\xa6\x9a\x4e\xe0\x91\x58\x28\x59\xac\x00\x61\x94\x3f\xa1\x31\xc6\xe3\xbe\x78\x36\x3e\x19\xca\x24\xda\x80\x4a\xaa\x34\xee\x6f\xeb\xf8\x35\x48\xed\xc8\xa8\xc0\x4c\x4f\x17\xbd\xb0\x73\x55\x60\xb0\x5a\x0d\xe2\x01\xe3\xc0\x9c\xcc\x75\xfd\x83\x90\x12\x1c\x46\x62\x8b\x11\x7b\x51\xef\x07\x7e\x60\x0d\x0f\xbe\x1d\xe6\xe3\x02\xe3\x08\x65\x9d\x04\x6a\xc2\x7d\xe6\x83\xe9\x21\x31\x26\x38\xc9\x5d\x9b\xaa\x67\x20\xa0\x03\x87\xd5\x7f\xd8\x9f\xee\xbc\x39\xe4\x2a\x63\xc2\x68\x7c\x57\x24\xe6\x59\x25\x59\x7c\xb2\x91\x59\xb1\xe5\xe5\x9b\x26\x73\xe0\x99\x4d\x93\x47\x25\xc6\x59\x66\x9e\x5f\x7a\x14\x3a\x4d\xcb\xbd\xcc\x1f\x5f\x98\xe7\x0b\xe8\xf7\x86\xf0\x74\xb5\xd2\x72\x55\xb0\x47\xb1\x9a\x1d\x46\x01\xd6\x45\x63\xd6\xfa\x9c\x4c\x15\xd9\x76\x66\x17\xe2\x7a\xd3\x69\x29\xf6\x42\xaf\xee\xef\xe4\x0e\x63\x17\x83\xf3\x79\x0f\x76\xb1\xca\xac\x7e\x3b\xec\x62\x2d\xc4\x61\x4d\x76\xb1\xc9\xd5\xe4\x7e\x32\xbe\x9c\xfc\xbf\x5a\x8b\x1f\xc7\x93\xfb\xc9\xd5\x9f\x66\x3f\x5c\xdf\xce\x6e\x2f\xee\xae\x1f\x6e\xcf\x2e\xfa\xe9\x02\x9a\xbd\xf7\x2e\xf8\x89\x08\x9f\xf3\x9d\xb8\x0f\x32\x66\x88\xfa\x24\xff\x9b\x84\x96\x60\x55\xd9\xcd\x9c\xe8\xe5\x08\x36\xea\x77\xe2\x22\xcb\x26\x6b\xb9\x54\x37\x65\x9a\x42\x5e\x1b\x21\xd6\x67\x99\x82\x8b\xe7\x48\xdc\x98\x78\x12\xfc\x0e\xea\x42\x5a\x5f\x03\x9e\x2f\xe3\x38\x53\x79\x8e\x8f\x1f\xd1\xf3\x83\x2c\xae\xab\x39\x21\x14\x83\x7c\x92\x49\x6a\xef\x6f\xdf\x81\xd8\xb1\x59\x2c\x10\xc7\x3c\x72\x08\x76\xf1\xb9\x34\x85\x14\xea\x4b\x04\x14\x19\xed\xeb\xe4\xd2\x2c\x7f\x01\xcc\xd8\x1e\x71\xc2\x8e\x4b\x0a\x08\x6a\xcc\xda\x8f\xf3\x76\x43\x40\x6f\xf9\x01\x7f\xfa\x03\xfe\xb2\xb5\xf5\xa2\x48\x5f\xa0\x64\xef\xd2\x2c\xdb\xe9\xcd\xc1\xbb\x26\x4e\x76\xaf\xea\x0f\x05\xc0\x66\x29\xf2\x44\x3f\x4e\xf5\xc7\x95\xd2\xc2\x94\x19\xfe\x09\xae\xf9\xd6\xcd\x4c\xcb\x7c\xa5\x40\xef\x6c\x24\x9e\x95\x58\xcb\x2d\xba\xcd\x70\x27\x70\x9c\xcc\xb0\x64\xe0\x14\xb1\xbf\x4e\x13\x6d\xad\xc5\x26\x61\x80\x68\x7d\xea\x5f\xe2\xc6\xc5\x04\x31\xf2\x78\xfe\xb6\xbe\xf3\xb4\x02\x94\x80\x02\x20\x0f\x60\xe1\x4c\x2d\x59\x6e\x90\x7c\x32\xe6\xb1\xdc\x78\x2a\xa9\x37\x1c\x25\x86\xe1\x7e\x32\x49\x2c\xe2\x72\x93\x26\x91\xb3\xbb\xcf\x26\xeb\xe4\xcb\x43\x24\xf3\xfe\xa7\x4e\x1d\x9f\xdf\xf7\x62\x2d\x30\xe9\x00\xd2\xd0\xc3\x9c\xf7\xca\xdc\x81\x22\xd1\x51\x5a\x82\x98\x45\x99\xab\xec\xa4\xc8\x92\xe5\x12\x1c\x70\x2e\xba\xf8\xf6\xc9\x05\x3d\x79\xd1\xf1\xf5\x05\x61\xf5\x5f\x6a\x96\x49\x24\xd3\x10\x65\xe6\xd3\x53\x8e\xbd\x8c\xb7\x3d\x49\x7d\x01\x20\x95\x3b\xd4\xc9\xca\xb0\xc9\x14\x10\xe8\xcd\xc0\x94\xcf\xc8\xdc\x1d\xd3\xef\x85\xb0\x17\x74\xd6\xbd\xf7\xe5\xb1\xe0\x9e\x73\x5f\x41\x24\x82\x9f\xcd\x7a\x0f\xa8\x70\x0c\x5a\x90\xc2\x3c\x6b\x95\x81\x07\x0b\xf9\x37\xfb\xa6\xda\x80\x6f\xe2\x34\x20\x1c\x50\x8c\x35\x50\x16\x0e\x11\x87\x25\x4c\xcb\xe4\x49\xe9\xaf\x4f\x06\x19\x3c\x20\x92\xd1\x4a\xcd\xd8\x2f\x7f\x69\x93\xe5\x0e\x80\x81\xc6\x8a\xc9\x98\x43\x53\x2a\x12\x20\xe0\x89\xf0\xea\x84\x3d\x6e\xda\x2e\x14\x18\xe8\x81\xc6\xdb\x4e\xcc\x62\x55\x51\x94\x3f\xfa\x3d\xf7\x32\xcd\x3e\xdb\xcd\x1d\x11\x52\x9c\xab\xe8\x51\x3c\xdc\x4e\xb0\x2c\x2b\x29\x84\x35\x05\xf9\xca\x93\xcb\x77\xde\xdd\x0a\xb9\xfc\x05\x85\xa2\x3d\xc5\xab\xd3\x04\xb1\x1d\xa2\xcc\x34\x14\xae\x58\x23\x49\xa0\x66\xc8\xc8\xcb\x82\x39\xd3\x21\x10\x2f\xf2\x35\x50\xa4\x97\x45\xa0\x2b\x42\xb2\xde\xad\x2f\xbc\x31\xf1\x8c\xf3\x24\xc7\x66\x55\x1b\x6d\x71\x1c\x83\x52\xd4\x0c\x28\x95\xd6\x63\xbd\xa7\x2f\x8a\xc7\x3f\xe6\x41\x9d\xb3\x09\x79\x17\xe1\x5e\x2f\x51\x74\x3d\x10\xda\x4d\x16\x44\xe4\x8e\x95\x95\x20\x59\x6a\xed\xa5\x6d\xe9\xc6\xc4\x84\x97\x70\xc4\x2a\xd6\x0b\x52\x14\x3d\xf1\x09\xae\xb0\x0b\x4e\xd6\x35\x87\xd8\x40\x5e\x28\x19\x0b\xb3\xa0\x68\xe2\x66\x93\x26\xc0\xa8\x17\x23\x79\x27\x94\x31\xe7\x55\x98\x62\xd8\x1a\x77\x36\xa8\xb6\xbe\x61\x44\x44\x6f\x1a\xcf\x27\xb9\xec\x7b\x55\x83\xdc\x75\x9f\xea\x58\xc9\x12\x07\x0c\x3f\xf4\x0a\xdd\x1f\x4d\x5b\xa6\x66\x0e\x03\xd5\x8d\x4e\xe8\x31\xd0\xd6\x3a\x65\x49\x3c\xe4\x78\xe7\x31\xb9\x76\x3f\xed\xeb\xa0\x53\x70\x76\x4f\xe2\x69\x16\xc4\x77\x1a\x5c\x7f\xeb\xf5\x84\xbb\xee\xda\x90\x20\xcc\x5d\x86\xd0\x79\xe3\xcc\xf6\x0b\xbb\xc2\xf4\x68\xfa\x37\xdf\xe5\xa8\x89\x6e\x56\xa8\xef\x18\x4b\x5f\xd4\xde\x3f\xc9\x47\x94\x19\xe3\xce\x75\xb5\xc6\x43\x28\x1b\x79\xea\x10\x6c\x65\xc7\xd3\x4f\x62\x05\x05\xbb\xd7\x8c\xd6\xc7\x9d\x77\xf1\x51\x1c\x3a\xaf\xb0\xa3\xca\xc2\xf8\x90\x3f\xbc\xcf\x04\x88\xcc\x42\x7c\x3d\x98\x8d\x49\xdc\xc8\xf3\x39\xc9\x20\x18\x06\xde\x9a\x03\xd0\x40\x83\xf0\x48\x9b\x4c\x71\xf2\x68\xab\x0a\x57\x65\x99\xb2\x84\x05\xe4\x46\xdc\x5b\x57\xcb\xcc\xb9\x92\xd4\x51\x83\x40\x26\x83\xfc\xbd\xc8\xac\x37\x46\x2b\x4d\x88\x38\x6d\xa6\x9a\x1a\x67\x21\x42\x97\x5e\xa9\x14\x1e\x8c\x28\xaa\x85\x30\x56\x95\x9b\xf4\x89\xf2\x68\x01\x03\x30\x48\x98\xd8\x0e\x9e\xd9\x0b\x82\xbd\x0e\x43\x82\x97\xcc\x3b\xe0\xf2\x6a\x6a\x7c\x99\x5a\x26\x79\xa1\xc2\x5a\x8d\xf0\xf7\x2f\x26\x9c\x54\xb9\x41\xf7\x0d\x7d\xa7\x70\xd2\x2e\x57\xd8\xee\xda\x01\xfd\xd9\x6e\x54\x3c\x71\xbf\xeb\x5f\x0c\xb5\x72\x3a\x6f\x24\x2a\xa7\x00\xae\x01\xbc\x02\xe4\x48\xbc\x91\x3b\xee\x5e\x37\x49\x44\x89\x20\x9d\xda\x15\x4c\xd1\xb2\x94\x99\xd4\x85\x52\xf9\x54\x53\xf6\x11\x09\x64\xc2\x1a\x69\x5c\x40\xcf\x81\x32\x09\x3a\xb8\x91\xc9\x0b\xe4\x63\x80\x9f\x2c\x64\x92\x96\x59\xe7\x9d\x13\x57\xe5\x41\x45\xa0\x7d\xa3\x74\x06\xcd\x8a\xb6\x49\x73\xe5\x44\xc1\x2e\x72\x35\xcc\xf5\xdc\x61\xb5\xda\xa6\xe3\x15\xd8\xe4\xee\x3f\xdf\x2e\xe0\xd8\x51\x61\xf4\xc7\x7c\xb6\x31\x03\x2c\xde\x5f\xfe\x98\xdf\x98\x8e\xda\xac\xfc\x73\x23\x30\xd6\x93\x43\xff\xdc\xc5\x66\x2c\xf3\x47\x48\x3f\xed\xba\x8f\xef\x0e\xb2\xff\xe1\xf7\xbb\x93\x54\x9d\xb6\x0b\x56\xed\x4a\xea\x38\xb5\xf7\x54\x59\xd4\x4e\x20\x8f\xba\xb2\x7e\x71\xc1\xc6\xb1\x1b\x62\x0f\x88\xd5\x59\xd4\x28\x77\xd8\x35\x4e\xb5\x3a\x89\xbe\x17\xaa\x3f\xa5\x5a\xbd\xd0\x86\x9a\xf5\x27\x3b\x29\x6e\xb9\x0d\xdb\xbd\x04\x17\xc9\xf2\x1b\xb8\x64\x7d\x68\x5a\xca\x88\xb6\x22\x9d\x5f\x0e\x82\x77\xe4\x66\x04\xb4\xb3\x35\x66\x21\x61\xe2\x54\x93\x20\x1f\x66\x5e\x21\xe5\x86\xa4\x20\xb9\xf8\x9d\x2b\x81\xf9\xdd\xbf\x31\x25\xc4\x56\x2c\x60\xac\x81\x77\xc5\x44\x51\x99\x41\x5a\x94\x42\x37\x42\xe1\xd9\x34\x84\xd7\x76\x8c\x27\xb2\x03\xb3\xa0\xfb\xd4\xe6\x3d\xb8\x58\x5d\xe5\xa5\xee\x21\x44\x83\xd2\x82\xee\x2c\x24\x0e\xfc\x2c\x2f\x44\x5e\xa8\x4d\xab\x55\xaa\x38\x5d\x55\xf5\xcc\x23\xdc\x2e\xaf\xdd\xb9\xa7\xaf\x3b\xc0\x46\x8f\x83\xeb\xf4\x9f\xef\xae\xaf\xc4\x46\x6e\x01\x17\x56\x18\x92\x3d\x05\x56\xac\xfa\xfe\xdd\x35\x03\xd5\x97\xaf\x6e\x36\x1c\x53\xba\xf2\x76\xc4\x6e\xa5\x93\x35\xae\xd9\x21\x58\x33\xb4\x24\xed\x56\xce\x4c\x7a\xb2\x49\xa5\x56\xc8\x60\x0c\xef\x7f\x2a\x6a\x8f\x0f\x73\xbd\x2e\xeb\x43\x68\x1a\xe8\x00\x84\x53\x68\x2d\x64\xa5\x6e\xc3\xd5\x56\x05\x41\x8f\x4a\xef\x76\xda\x88\x5e\xd0\xdb\x07\xe4\x35\x96\x91\xdd\x26\x58\xe2\xc9\x29\x6b\x87\x7a\x90\x39\x00\x12\x07\x4c\x54\xbf\x7a\xe9\x54\xb3\x38\x9d\x79\xce\x45\x8c\x45\xb0\x65\x92\xa3\xe8\x37\x26\x04\x00\x1c\x44\xf6\x05\x91\x0b\x99\xd4\xb9\x9d\x50\x88\x69\xaa\x27\x45\x81\x8d\x4a\x32\x6e\x72\x7e\xe9\xf2\xfb\x38\x49\xa4\x88\xd2\x31\xf4\x81\x63\x76\xcc\x05\xa6\x55\x4e\x73\x37\xd9\xf0\x07\xb9\xe9\x83\xef\x1f\xdd\xe2\xae\x59\x72\x14\x00\x75\xaf\x13\x84\xfe\x40\x24\xa1\x82\xe1\x0f\x47\xef\x41\x1f\x69\x7e\x5a\xd9\x47\x77\x13\x1d\xef\x7d\x09\xdb\xaf\x24\x63\x80\xed\x09\xd8\x78\x1c\xb6\xc6\xf9\xcb\x76\x97\x03\x05\x3d\xca\x52\xc3\xcb\x9d\x8a\x3b\xa5\xc4\x27\xa7\x6c\xfd\x89\x24\x4e\x00\x2e\x08\xd2\xe4\x5d\xe3\x3a\xd1\x0b\x73\x9c\x31\xc8\x96\x0d\x38\xda\x51\xa3\xd2\xde\xcf\x63\x01\x6f\x50\x53\xa2\x5f\xb7\x10\xb2\xf5\xbd\x76\xc0\xdb\x6e\xfc\x9d\x9c\xca\x23\xb8\xa7\xf6\x7c\x86\x29\x3e\x4c\x81\xb9\xb2\x48\x0a\x10\xfb\x06\xfa\xc8\x47\x6d\x9e\x35\xfa\x02\xf4\x24\xf1\xd6\xee\x3f\x38\xc0\x30\x80\x8a\x6e\x41\x89\xd6\xf0\x1d\xf0\x59\x8e\xdd\x7f\x8b\x3b\xcc\x15\x61\x9f\x81\xb0\x3d\x07\xe7\x87\xa8\xd6\xc1\x9a\xbf\x1d\x8f\xc4\xf7\x23\x71\x36\x12\xa7\xa7\xa7\xef\x46\x42\xc9\x68\xc5\x3d\xc2\x9f\x20\x72\xac\x90\x4b\xdb\x36\x51\x58\x2f\x82\x07\x80\xfe\x80\x3d\xac\x98\xb6\x45\xfa\x6f\x05\x91\x07\x7e\x05\x2c\x26\x41\x8d\x2b\xce\xab\x47\x2b\x93\xf8\x4e\x01\x44\x53\x45\x26\x63\x90\x67\x5e\x98\x8c\x01\x6b\x4f\x32\x93\x89\x86\x1a\x3b\xd9\x84\xeb\xd2\x93\x03\x96\x4d\xf5\x45\xae\xe1\xfd\x13\xed\x88\xc6\xec\x30\xdd\xbb\xfe\x17\xdb\x0d\x05\xa4\x9f\xb3\xa4\x28\xec\xe9\x9c\x4f\xf5\x9d\xf8\xee\xdf\xc5\x78\xb3\x49\x95\x18\x8b\xbf\x8b\xef\xa5\x96\x5a\x8a\xef\xc5\xdf\xc5\x99\xd4\x85\x4c\x4d\xb9\x51\xe2\x4c\xfc\xdd\x0e\x9b\x6d\xef\xca\xd8\xe3\x70\x3b\x12\x52\xe8\x32\xc5\x53\xff\x2d\x83\xc1\xde\xb9\xf7\x92\x7e\x76\x58\x55\x3b\x37\x6b\x3a\x0a\x7f\x76\x39\x89\x3c\xd1\xcb\x54\x15\xac\x65\x5f\x81\xed\xe1\x03\x4e\xe0\x4d\xbf\x9b\x6a\x17\xcb\xfb\xd9\xf6\xf8\x67\xf1\x77\x71\x55\xa6\xa9\xed\x92\x35\x34\x76\x21\x7d\x27\xb8\x8c\x42\xe9\xd3\xe7\xe4\x31\xd9\xa8\x38\x91\x50\x48\x61\xff\xeb\xfd\x3d\xcc\xf6\xac\xf4\xe4\x45\xe1\x9e\x76\x24\xf8\xc7\x98\x9e\x57\xa9\x8e\x73\x5a\x08\x3c\xf9\x3d\x37\xbf\xea\x4f\x87\x7b\x44\x9e\xb2\x8d\xf6\x03\x39\xac\x28\x60\x10\x6a\x2e\x1c\x64\x02\x6a\x87\x2d\xb7\xd5\x72\x14\x84\x87\xfa\xb1\x46\x16\x24\x3c\x5e\xfc\x0e\xb9\x87\x9e\xc2\xbe\x26\xb7\xc1\x06\x5f\xa9\x37\x04\x5f\xd2\x73\x2e\xec\x95\x15\x72\x2c\xf0\x3f\x55\x35\x4c\x2a\x43\x6c\x92\xbd\xc4\x5e\x6a\x9d\x7d\xa0\xd8\x05\x54\x6b\xda\x8b\x8c\x4e\xd2\xf7\x76\xab\xbe\xbf\x32\xda\x5e\x5b\xf3\x64\x89\x3c\x11\x00\x23\xca\x81\x19\x8f\x9d\x82\xfb\xaa\xcb\x1a\x6c\x01\xf0\x0f\x6c\x97\x10\xda\x56\x58\x2b\x60\xa7\x20\xdd\x4e\xb5\xfd\x05\x9d\x48\x00\x73\x4f\x1c\x9d\x20\x3e\x8d\x65\x65\xe9\x59\x64\x90\x83\xc6\x5b\x16\x58\x9f\x12\xeb\x11\x0b\x8e\x4a\xb6\x8e\x88\x8a\x5f\x05\x54\x3a\xd4\x1a\xd7\x59\x63\xde\x73\xae\x52\xa3\x97\x76\x55\x74\x19\x01\xb3\x96\xc9\x31\xc0\x92\xb0\x0b\xd8\x58\x67\x0f\xec\x61\x49\x5f\xa1\x29\xb1\xe7\x64\x12\xfb\xfb\x3d\x29\x7f\xbb\x88\xac\x3b\x0d\xe9\xe5\x3a\x5e\xe2\xc8\xfc\xf2\x43\xae\x32\xe0\xbb\x44\x84\x83\x8b\xf6\xe3\xc1\xe9\xab\x9e\xf1\x8d\xf6\xdb\x54\xbd\xc0\xd8\xf6\x50\x08\x65\x13\x38\x98\xec\x82\x7a\x7b\xac\xc7\x5f\x12\x23\xfb\x9a\xba\xbc\xad\x22\xbc\xf0\x3d\xdb\x1a\xfd\x69\xa8\xd0\x2e\x8f\xde\x4b\xc0\x07\x3f\x23\xef\xfe\xcc\x2c\xb8\x92\x72\xff\x33\xbd\xa1\x7c\xb0\x1f\x4a\x25\x64\x3b\x0d\x15\x02\x9a\x0b\xa7\x2b\xdf\x60\xf4\x8c\x32\x12\xfb\x75\xb6\x3e\x60\xd7\xfa\x07\xfc\xf9\x8d\x49\x93\xa8\x1f\xf4\xc6\xc7\xd5\xca\x3c\xb7\xa0\x88\xe6\x0a\x50\xa0\x14\xff\xa1\x4e\xa1\x87\x5e\xa8\xa8\xf0\x19\xb7\xe6\xcb\xfd\xaf\x06\xda\xec\xbe\x83\x63\x44\xd9\x0d\x1b\xa8\x6f\xb9\x1c\x1e\x9c\xad\xc0\x74\x06\x04\xbf\x18\x6b\x85\x5a\x3a\xc8\x6d\x47\x92\x42\xd0\x95\x91\x07\x03\xfd\xbc\x32\xa9\xbd\x8b\xe9\x98\x58\xe3\xa6\x7a\xa3\xb2\xc8\x00\x40\x25\xb6\x77\x33\x60\x06\x4a\xd2\xd8\xb3\xe8\xbf\x05\x44\x2f\xe0\xee\xde\x91\x54\x90\x72\x39\x66\x6e\xbe\xe7\xd4\xe5\x65\xc7\x72\xa1\xc7\x45\xa0\x5e\x0e\xa2\xd7\xb7\xec\x3f\x12\x94\x0c\x87\x82\x78\x1e\x6a\xd9\x42\x3b\xe8\x95\xfe\x0c\x8a\xf0\x82\xa0\xe7\x82\x05\xc9\xf8\xe2\x54\xd4\xe6\x95\x96\x59\x7d\x28\x81\xfd\x0f\x51\x54\x08\x20\xc9\x15\x74\x67\xad\x24\xfa\x62\x9e\x8b\x8b\x26\x75\xaa\x7d\x7e\xf4\x4d\x1e\xfa\x65\xad\xf3\x8c\xe4\x76\x0c\x02\x1c\x89\x37\x95\x17\x7d\x03\xec\x70\xda\xc0\xf3\x28\x87\x55\x19\x1a\x58\xae\x23\x91\x14\x53\x9d\xe4\xb8\x32\x33\x95\xaa\x27\xdb\xbb\x30\x58\x4c\x58\x17\xbe\x3b\xf3\x6b\x03\x8e\x5c\x72\xf9\xb1\x53\x99\x85\x4d\x98\x85\x2c\x63\x12\x02\xd3\xb1\xca\xad\xdf\x08\xfc\xe8\xea\x8b\xdd\x00\x09\xe4\x42\x10\xfe\x11\x2b\xcd\xfd\x03\x54\x08\x0a\xd9\x4d\xf5\x64\x01\x35\xa0\x50\x79\x1a\xc7\x78\x0b\x65\xc6\x6c\x47\xf9\x92\x50\x70\xd8\xd0\x9d\x9c\x27\x82\x94\xae\x70\x27\xa9\x27\x95\x6d\x0b\x08\xea\xc2\xb8\x6a\x25\x8b\x95\x48\x8a\x11\x70\xf5\xb0\xa5\x9c\x6a\x19\x93\x50\x28\x35\x67\x87\x06\xd6\x7d\xcf\x3c\xd3\xe7\x73\xf3\xd4\xe7\xd8\x1e\x8b\xfa\xc2\x5d\xbd\x49\xa5\x9e\xe1\x09\xf2\x0b\xe0\xbe\x02\x11\xb2\xae\x54\x67\x39\x9f\xf1\x12\x7b\x99\x7e\x3a\x7b\x7f\x5b\x91\x06\xb4\x7e\x2c\x3f\x68\x84\x8b\xc1\xf3\x8b\xf2\xf5\xc4\xc5\x69\x08\x5d\x90\x09\xce\xc0\xee\x6f\x05\x3c\x24\x4c\xd6\x90\x08\xbc\x5a\x77\x61\xc2\x78\x05\x7c\xab\xf8\xa4\x7d\x66\xbe\x76\x86\xd4\xa7\x7d\x38\x34\xa6\xe1\x21\x1e\x04\x8f\xd9\xd1\xad\xd7\x85\xc8\x74\xc6\x51\x9a\x50\x19\x7e\xdb\x20\xdd\x87\xc5\x13\x0a\xe3\x70\x2e\xcc\xd3\x2e\x32\x17\xde\xc3\x4c\x0b\xb6\xf2\x25\x63\xd4\x60\xa7\xf6\x8d\x94\xf8\xda\x6b\xe8\xd7\xa9\x98\x68\xc1\xee\xde\x48\xbc\xc1\x85\x95\xbf\xa1\x10\x24\x29\x15\x52\xee\x3c\xa6\xdd\x43\xd5\xaa\x75\x28\x06\xd6\x0c\xf8\xed\x86\x99\xa0\x5e\x8e\xa9\x57\x1d\x97\xef\x13\xa8\x59\x38\xa4\x2c\x1d\xb3\x88\x73\x6c\x80\x0e\x49\xbc\x76\x6f\xd1\x69\x37\x3e\x9a\xed\x5f\x98\xf3\x5d\xe2\x7b\xfe\xa1\x1d\xa2\x4d\x49\xe7\x29\x7f\x2e\x4c\x36\xd5\xdc\x1a\x85\x24\x73\x14\xb5\xa8\x37\x15\x40\xa8\xc9\xe7\x0f\x56\x2a\x80\x18\x58\xc7\x04\xe4\x71\x3c\x11\x5e\xdd\x0a\x00\x28\x62\xae\xbc\xc6\xea\xa9\x18\xfb\xa7\x59\xc7\xc3\x2e\xf0\x35\x1e\xf3\x75\xb2\xac\x34\xb5\x83\x92\x14\xcc\xcd\x15\x94\x37\xe4\x25\x30\xcc\x2d\x4a\x6b\x8c\x02\x1a\xbe\xa9\xb6\x83\x27\x16\x09\xe0\x7e\x69\x5c\xa6\xfa\x83\xc9\xb9\x9a\x3e\xf7\xe3\xc1\x18\x52\x1a\xb6\x37\x4e\xce\x85\xfe\x70\x0e\x87\x36\xc5\xfc\x6b\xfa\xbe\x50\xd7\x42\x94\x18\x5b\x53\x66\xfe\xa5\x22\xa9\xa7\xfa\x6f\x76\x78\x50\x5d\xd3\x49\xd3\x9a\x05\x6e\x61\xd6\x43\x16\x6f\x3f\x61\xa3\x6f\xff\xed\xdd\xa7\x77\x88\x43\x2f\x73\x50\xd0\x1a\x55\x0f\x10\xc7\xc8\x5a\xa6\x29\x64\xa2\xf9\x0d\x1c\x19\x85\x7f\x84\xec\x83\xe5\xd0\xa5\x6e\xa6\xab\x2e\xc6\x3e\x1b\xbd\x6f\x05\xfb\xe0\xf3\x58\x44\xb2\x88\x56\x27\xec\xcb\x91\x19\xe3\xd3\x8f\xa6\x0f\xa5\x74\xac\xa7\xd5\x4e\x4a\x6a\x2f\x9c\xd9\xda\xf1\xf0\x57\xd6\x8b\x7d\x05\x00\xd6\xdc\xd7\x19\xfa\x1d\x8b\x1b\x2e\x4e\x2f\x0e\xeb\xfd\x3c\xf7\x75\xd6\xc7\xf1\x37\x4e\x8a\x92\x6b\xb9\x56\xb1\x78\x03\x15\x53\x6f\x78\xf2\xa7\x7a\x33\x3f\x4d\xb7\x8b\x82\x28\x9e\xec\xa0\x9c\x82\x92\xc4\x8e\x53\x6e\x16\x37\xaf\x49\x3b\x06\xbb\xf3\xa2\xd5\xee\xeb\xb8\xb1\x71\x4f\xda\xdf\x61\xc1\x18\x97\x1b\x9d\xbb\x2a\x44\xa8\x4a\x69\x2b\xf3\xc7\x91\x98\x67\x52\x03\x09\x78\x1c\x3a\x55\x7e\x77\xc2\xe5\x19\xf9\x93\xb8\x84\x42\xcb\x74\x0b\xd8\xf1\xd1\x54\x23\xd9\x14\xd0\x43\x6e\xa3\x34\x89\x50\x8c\xba\xe6\x07\xa9\x27\xa5\x8b\x0b\x62\x57\x60\x90\xfa\xb1\xa9\x65\xc7\xd6\x70\x14\x0d\xe3\xa4\xea\xed\x48\x4f\x43\xe1\x23\xac\x58\xa8\x42\x37\x6a\x06\xb5\xba\x05\x3e\x22\x4d\x1a\xe0\xe3\x12\x7f\x2d\xe7\x26\x65\x42\xb3\xc9\xb9\x30\x19\x90\x3a\x17\x86\xfe\x94\xc4\x5d\xa7\x58\xa2\x63\xf5\xe5\x28\x56\x81\xfe\x03\x89\xdd\x3b\xfb\x98\x80\x3b\xb8\xfe\xb2\xb0\x8b\x32\x65\x0f\x8b\x82\x6f\x70\x8d\x6f\xe5\x75\x84\xdd\x38\x2d\x56\x00\x7b\x43\xc0\xb5\x1f\xd4\xb5\xdc\x8a\x68\x25\xf5\x32\xb8\x42\x03\x0a\x49\x6d\x4c\x86\xe2\x47\x4f\x40\xdf\x65\x32\xae\xda\xa4\x5a\x44\x42\x7d\xbb\x80\x37\x82\x2d\x0d\x17\x1c\xca\xe5\x32\x53\x4b\x28\xa4\x9f\xea\x4a\x35\x35\x50\x97\x31\xef\x32\x3e\xa7\xaf\x18\xf5\x65\x18\x1d\xba\x6e\x2d\x45\xb6\x75\xa5\x7c\xa4\x1c\xe6\x86\xae\x31\xac\x23\x91\xa8\xd3\x91\xf8\xbd\x07\x98\xaa\xc8\x68\x57\x0b\xd8\x51\x08\x56\x0b\x4d\xef\xb0\x45\x2d\xd4\x0f\xed\x7d\x87\xcf\x1a\xfa\x63\xad\x8b\xa6\xb7\x98\xb2\x90\x45\x39\xc0\x56\x92\xc6\xe4\x99\xfd\xf1\x1d\xfe\xb6\x17\x83\x2d\x37\xd6\xbc\x31\xed\x8e\xfd\xbe\xb5\xf0\xf6\xd9\x9e\x1f\xb1\x6d\xac\x77\x06\x3a\x53\xd3\x1d\xe8\x7c\x09\x97\x92\xb9\x15\x76\xc7\x3a\xd3\x0e\xbe\x80\x9e\x77\x1a\x1a\xca\x64\x30\x2a\xc1\xcc\xf3\xfa\x75\xab\xc5\x02\x38\x55\x7e\x93\xa1\xdf\x8e\xc8\x0d\x47\x5b\x50\x31\x92\x6d\x07\x42\x85\x7b\x05\x94\x46\xbf\xd6\xdd\xb8\x8b\xf5\xa5\x7d\xf8\x1f\x3a\xee\xc5\xec\x99\xb4\x0d\x7a\xb8\x3f\x71\x9c\xb2\x81\xe7\x94\x7b\x3c\x32\xcf\x73\x70\xd3\x64\xc9\x32\xd1\xb2\x30\x99\x78\xeb\x8a\x13\xdf\x39\x89\x01\x18\xc5\x97\x30\x13\x95\x21\x42\x33\xd1\x7e\xf7\x02\x3c\xb3\x8a\x67\xc3\xb8\xb3\xda\x94\xb2\x77\xe2\xf5\xed\xb7\xf2\x42\xae\x37\x21\xed\xa3\x13\x70\xa4\x91\x49\x71\x10\x04\x77\x0c\x62\x7c\x49\xee\x6b\xb0\xa6\x9a\x22\xe3\x38\x6f\x26\xe3\xc1\x03\xdf\xb6\xeb\x6c\xde\x94\xc5\xec\x40\x2a\x13\xfc\xf1\xb0\x00\x09\xa5\xcb\x3f\xc8\x4d\x3f\x39\x84\xa4\xab\x31\x16\xa1\x38\x55\x4b\xf6\x54\xaa\xeb\xb3\x9f\xa2\x79\x20\x59\x65\x3d\xc5\x7b\x7b\xc9\x09\x0d\x7f\x6f\xa9\x5c\x04\x60\x22\x90\x25\x2f\x07\xaf\x02\xaf\xa0\xce\xac\xd9\x53\x9c\x19\x25\xce\x52\x53\xc6\x82\x8c\x1a\xa5\x8b\xb3\x53\x3c\x1d\x81\xb6\xf2\xf4\xb4\x8b\xc3\x6b\xa0\x74\x9c\xb3\x3f\xf0\xbb\xf6\x1d\x08\x9f\x75\x58\xe0\xde\xad\x4f\x23\xfb\x6a\x53\x4f\x23\x0d\x73\xef\xcc\xf1\xa0\xb9\x77\xd1\x5a\xe0\xd0\x1a\x16\xc8\x83\x7b\x53\x12\xa7\xb0\xdf\xc2\x40\x77\x0b\xcb\x67\x25\x81\x98\x3f\x1e\xfd\x38\xae\xb4\xed\x7f\xd4\x46\x66\x4a\x17\x33\x78\xe2\xb0\x87\xc1\x43\x6e\xe0\xe7\x15\x87\x69\xaf\x80\xe5\x7f\xde\x1b\x8c\x43\x33\x61\xc6\x7f\x89\x3b\x8a\xbd\xe4\x2c\x2f\x6c\x4f\xc7\xb7\x09\x60\x63\x82\x9c\x9d\x9b\xb8\x8e\xe9\xa2\x17\x3a\x60\xf4\x82\x17\xaa\x98\xf6\xbd\x5e\xc8\xf7\x1e\xe5\x61\x6c\x2b\x14\x86\xa2\x0a\x4f\x6b\x6a\xf9\x6f\x7e\xcd\x61\xd5\xb4\x4f\x97\x0b\x59\x08\x3b\x7f\xa9\xf8\x6f\x95\x19\x5f\xb6\x80\x41\x95\xb0\xe1\x5e\x7f\xfd\x70\x21\x36\xf4\xc7\x51\x02\x2c\xd4\xc0\x81\xbf\x10\x27\x09\xde\x7c\xe7\x5b\xbe\x8e\x74\xa4\x3a\x36\x2a\xc2\x79\x38\xf0\x58\x0f\x2e\x9e\xc1\xf9\xc3\xa1\x39\x77\x98\xf1\x06\x7d\x0f\xf7\x6a\x62\xfd\x5b\xcb\x0d\xe1\xd0\x08\xf2\x5a\x4f\x32\x9c\xc2\x4b\xfc\xe7\xcf\xff\x75\xda\x25\xb1\x09\x5d\x1f\x0a\xeb\x71\x9d\xff\x21\x4b\x94\x8e\x21\x69\x28\xe3\x26\x17\xbf\xae\x44\x91\x2b\xe6\xd9\x2e\xc3\x17\xa9\xee\x6b\x3f\x6a\xf3\x19\x2e\xa2\xaf\x90\x79\xf6\x46\xd6\x6d\xdf\x4a\x5e\xaa\xcb\x95\xc8\x67\xf1\x56\xcb\x75\x53\x94\xf4\x55\xfb\xb8\x4d\x54\x1a\x43\x17\xe9\xe9\xbb\xb2\x27\xb1\x8a\x1e\x87\xfa\x04\x07\x13\x58\xab\xe8\x51\xfc\x78\xff\xe1\x12\x85\xa3\x92\x7c\xaa\xaf\x64\x91\x3c\xa9\x87\x2c\x75\x61\x6b\x62\x24\xc9\x52\xde\x23\x55\x42\xd5\x80\xbc\x83\xd9\x57\xd9\x71\x08\xf9\xae\xd7\xdb\x93\x79\x19\x3d\xaa\xe2\x7d\x26\x75\x6c\xd6\xf8\x1a\xef\xf3\x72\xb1\x48\xbe\x9c\x16\x32\x7b\xb7\xab\xe6\x60\xa7\x25\x3d\xe2\x12\x73\x8c\x41\x69\x5e\x53\x9c\x9c\x97\xb7\xcd\x49\x1c\x0a\xfa\x3b\xcb\xec\xd9\x44\x9d\x49\x81\x78\x68\xc7\x45\xe9\x94\xfa\xd9\xf2\x84\x01\xa3\xd7\x7e\xb0\x7e\xa5\x2b\x60\x17\xaf\xe9\x3e\xdd\xe7\x08\xe6\x8d\x31\xe9\xb1\x51\x4c\x99\xf2\x26\x99\x81\x2e\xd1\x31\x2e\x38\x2e\x00\x17\x0c\x98\x9c\xbb\x7c\x9a\x23\x0a\xa5\x58\x88\x53\x05\x04\xa8\x07\x75\x01\x00\x16\xd0\x89\x1e\x14\x68\xbe\x69\x49\xa8\x0e\x44\xb3\x42\x1b\x88\xc4\x60\x77\xa8\x19\x56\x0d\xea\x93\xa5\xef\x23\x90\xa9\xd5\x7a\x38\x28\xc0\x81\x2a\x42\xb5\x47\xb9\x60\x47\x48\xba\xe8\xc6\x31\x78\x36\x8f\x27\x6a\x17\x5a\x9b\x43\x9e\xcf\x54\x07\x5e\x0e\x32\xa5\x30\x5c\xd8\x8d\x5a\x5b\x0c\xa4\xb2\x0c\x8f\x8e\x81\x1c\xc3\xac\xdb\x1b\x24\x3f\x0f\x35\xaa\x20\xcf\x1b\x99\xf5\x3c\xd1\x5c\x7e\x4a\x81\x41\x70\xcf\xc6\x4c\x5c\xe6\x82\xb8\xec\x66\x21\x73\x7a\x6d\xec\xdd\xd1\x10\x72\xc0\x85\x26\x6b\xd7\x15\x26\xf4\x89\x5f\x96\x04\xb8\x03\x79\x58\x7f\x83\xc4\x5e\x67\x9f\xe5\x36\x07\x41\x2f\x65\xad\xe2\x02\x83\x61\xd5\xfe\x8f\x7c\x88\xc6\x91\xe2\x91\x3a\x66\x49\x3a\x7f\xf4\x2e\x09\xd6\xe4\xab\x94\xa5\xcb\x3c\xd7\xc9\x9b\xbc\x7d\x70\x7e\x99\xf8\x76\xd6\x1b\xdf\xc6\x04\xd3\x3f\x47\x48\xbb\x27\x70\x76\x64\xfc\x2e\x38\x26\x33\x13\xa9\x9c\x21\x00\x50\x94\x01\xe6\xd8\x3e\x7b\x24\xd6\x32\xd1\xb4\x0d\x8a\xcc\x1a\xc8\x58\xcd\xcb\xe5\xb2\x33\xac\xf4\xed\xc7\xa7\xab\xfb\xe4\x5f\x3e\x7e\xd8\xcb\xd6\xf3\x12\x11\xb6\x09\x3f\x09\x43\x7e\xd6\x57\xfe\x3a\x41\xb5\x5f\x30\x82\xd9\x9a\x46\x68\x2c\xa2\x97\x89\x60\x4e\xf6\x89\x60\x32\x6e\x03\xca\x67\xe8\x0a\xc2\xb9\xf5\x5f\x43\x9b\x5f\x27\xb4\xb9\xd7\xa2\x40\xca\x86\x59\x52\x75\xd0\x7b\x7a\x78\x20\xf3\x93\xa3\x08\x84\x5e\x91\xd4\x66\xae\x74\x9c\x8b\xb9\x8c\x5e\x81\x0a\x0a\x4e\xc7\xe3\x63\x28\x3b\x00\x03\x77\x66\xad\x04\x3c\x2a\x47\x3e\x7b\x41\x15\x4a\x23\x40\xa2\xd9\x17\xf4\x59\x76\xca\xe1\xc3\x71\x8a\xd9\xfe\xd8\x3b\xd5\x6f\xb5\x7a\x16\xf6\xb4\x1a\x85\xd0\x9c\x60\x7a\x40\xe8\xe4\x1d\x69\xe5\x7b\x1c\xaf\x2b\xc7\xce\xd4\x52\x66\x31\xa0\xc7\x69\x4b\xa6\x32\x7a\xb4\xff\x0e\xfd\xa3\x27\x12\x7c\x88\x39\x97\x11\xd2\xe6\x5b\x4b\x74\x84\xba\xe5\x84\x54\xf2\xfd\xc3\x9f\xe7\x42\x46\x99\xc9\x31\xca\xe0\xb4\xfc\xa0\x7a\x11\x1c\xd8\xa7\x24\x2e\x65\x8a\x4f\xec\x8c\x4e\xca\xfc\x28\x0e\xe9\x71\x20\xe5\xa1\xbe\x6c\x52\xa9\xab\x7b\x12\x5f\x17\xf8\x47\x92\x9e\x95\xef\x68\xb4\x8e\xe9\xca\x60\x3a\xc0\x50\xff\xda\x6f\x2b\xf4\x8e\x33\x25\xe3\x6d\x48\x36\x94\x68\x12\xb5\x95\xf1\x3a\xd1\x76\xea\x59\xa9\xc9\xd9\x57\x26\x6d\x45\x10\x1d\x08\x1a\xa4\x69\x6d\xeb\xe7\x42\x2b\xeb\x52\xc9\x2c\x49\xb7\xe0\x45\x6f\x32\x75\x12\x3c\x27\xd8\xdf\x84\xe1\x07\xfa\x59\x2a\x8c\x2f\x73\xb5\x28\x53\xf4\xb5\xe1\x36\xea\x5e\x80\xf6\xe1\xc3\x64\x64\x8f\xd9\x82\x68\xc4\x83\x07\xa3\x38\xcf\x4b\xe0\xa1\x9b\xf7\xc0\xbd\x62\xf2\x9e\x04\x2b\x03\xb8\xe6\xca\x3c\x73\xd1\xc6\xb3\xf4\xa8\xbc\xae\xb3\xe4\xc5\xe2\xb0\xfd\x5e\x17\xdf\x77\x78\x57\xe2\xa0\x57\x05\xe8\xe9\x33\x15\xbb\x9d\x98\x68\x78\x1d\xd2\xb5\x23\x0c\x8f\x8a\x45\x99\x63\xed\x87\x9d\x43\xb0\xd6\x7c\xad\xc7\x6a\x18\xd6\x44\x14\xee\xed\x92\xdc\x68\x31\x2d\x7f\xfb\xdb\x3f\x28\xf1\x5b\x12\x39\x06\x2b\x83\x11\x74\xa0\xc1\xc2\xd6\xc1\x40\xb9\x07\x28\xe4\xc8\x6a\xcc\x88\x68\x03\xb1\x71\xe5\x29\xc0\xc0\x64\xb4\x12\x79\x39\x47\x8c\x93\xa4\x20\xac\xd4\x8e\x65\xf2\xd2\x00\x5c\x09\xcf\x31\xee\xfd\x80\x60\xc6\x0d\x9d\x2f\x1c\xa8\x08\x70\x96\x30\xd0\xa1\x34\x1a\x0c\x0a\xbe\x24\x18\xf0\x1b\xd0\x47\x1b\x89\x1f\x93\x27\x35\x12\x77\x1b\x99\x3d\x8e\xc4\x39\x86\x83\xff\x6c\xe6\x3b\xe3\x13\x2f\x11\xa3\x73\x6e\xf4\xb1\x9c\xd5\x18\xed\x1a\x05\xdc\xaa\x41\x0a\xa2\x19\x4d\x62\x84\x0a\x32\x53\x83\xd4\xfe\x2e\x15\xa8\x4e\x02\xde\x97\xba\x65\x75\xc3\x22\x3b\xef\x5c\x75\x2b\xed\xcf\x53\xaa\x3a\x6b\x43\xea\xd8\x73\x0c\x56\xa2\x7d\xf1\x13\xf0\x4c\x4c\xe6\x2a\x23\x73\x0a\x8f\xe3\xaa\x40\xfc\x22\x9e\xc8\xb5\x5a\xc2\x7d\x1d\x2f\x7e\xf0\x6c\x63\x4c\xda\xea\x7f\xbd\xe8\x00\x36\xa2\xb1\xfb\x0e\xde\x04\x6b\x30\xf2\xd0\x2b\xe1\x51\xf4\x91\x3d\x1f\x07\xc4\xa0\x1f\x90\x29\xc0\x6a\x8a\x4b\x48\x72\xf8\xe1\x08\x45\xb9\xac\x59\x41\xd4\x28\x3a\x22\xac\xe1\x28\xd9\x43\xb4\x4e\x14\x85\x38\x43\xb4\x62\x23\xe6\x98\x37\x9f\xd3\xe1\x16\x42\xbb\xb3\xa4\x8d\x39\x61\xe8\xe6\x02\x1c\x76\x33\x91\x80\x3d\x67\x03\xce\xb8\xfd\x5d\xbc\x91\x5c\xa4\x38\x8b\x52\x99\xef\x89\x04\x6c\xb5\x3b\x13\x6a\xe8\x0c\xda\xd9\xdf\x66\xfe\x08\x31\xdf\xf5\x9e\x07\xe6\x54\x8f\x1d\x6f\xa2\x77\xb5\x9c\x7b\x88\x66\x16\x1d\xe3\xc6\xd4\x60\x31\x80\x27\xd9\x1c\x89\xbc\x8c\x56\x50\xee\x50\xb5\x53\xa1\xdd\x6a\xee\xd8\xd1\x54\x5b\x67\x05\xb5\x7b\x24\x24\xac\x9f\x41\xe6\x21\xf9\x6f\xe5\xbc\x21\x42\xd5\x86\x0e\xd0\x5c\xda\xa9\x31\xba\xd5\x59\xe4\xca\x13\x99\x3d\xaa\x38\x08\x45\x96\x9b\x58\x16\xd6\x7b\x76\x87\x1c\xac\x5f\x47\x38\xcb\xde\x67\x1e\xbe\x58\xe8\x2c\xd7\x2c\x6d\x9a\x2c\x54\xb4\x8d\x1a\x44\x32\x15\x98\xc8\xcb\xc5\xbc\x0f\x0b\xf9\xf6\x11\x8e\xb4\xdf\x94\x3f\x36\x0a\xe4\x45\x57\x6e\xfd\x9f\x13\xf1\xd7\xc1\x79\xf1\xaf\x1e\xb5\xdb\x91\x06\xff\x15\x1c\xf7\x2f\x19\x41\xea\xa7\xbb\xf8\x4d\xf8\x4f\xb6\x5f\x8c\x3f\x83\x1b\x2b\x79\xcd\xad\xa8\xb7\x6f\xab\xc0\x37\x89\xc3\x7d\x53\x78\x51\x97\xe6\xf9\xbe\x63\x2b\x50\x19\x75\xec\x4a\xbc\x07\x80\xfa\xe9\xa7\x3c\x5e\x67\xa9\xc9\xcb\xac\x7f\xf3\xdf\x56\x7b\xcd\x4f\x6f\xa1\xbc\x84\xc5\xb6\x9e\x2b\xa8\xde\xdf\x17\xde\x82\x5f\x9b\xfd\xcd\xcc\x67\x80\xe5\x3a\x6e\x87\xb7\x35\xc7\x22\x3a\x2e\x7b\x4c\x5d\xf5\x37\xae\xbb\x8d\x02\xe6\x25\x7f\x91\xf5\xf7\x97\xda\x0a\x73\x61\xc4\xa9\x66\x22\x6a\xac\x1c\xcd\x32\x05\x8c\xb9\x99\x02\x6d\x28\xb1\x91\x59\x91\x40\x9d\x96\x1d\xb1\x54\xa1\x87\xe1\xe2\x25\x1e\x74\x13\x56\x7b\x41\xd1\x26\x45\x69\xe6\x4a\x69\x37\xda\x43\xae\xa6\xf6\xb6\x59\x1f\x7d\x42\xd3\x3d\x2b\x11\x61\xa1\x46\x87\x8e\x5d\xe3\x77\x41\x04\x09\xfc\x96\xa5\x0a\x7d\xa8\x9a\x6b\x51\xd9\x9a\x95\x6c\xee\x37\x55\x51\xd0\x7a\x83\xad\x91\x54\x55\x82\x8d\x7b\xe5\xbf\x5f\x22\xb7\x74\x23\x8b\x15\x86\xc1\xd6\xa6\x50\x68\x33\x91\x2d\x07\xd7\x0b\x66\x68\xe6\xa9\x99\x83\x28\x93\xfd\xa4\xeb\xfa\x1c\xd1\xd6\xde\x6b\xe8\x9a\x13\xb6\x8f\x65\xb0\xd6\x04\x2a\x4e\x33\x95\x03\xf1\x48\x33\xa3\xbb\x2f\xfe\x79\x58\xa8\xae\xd9\x5d\x6b\xf4\xcf\x1b\xa1\xba\x26\x53\xbd\xdd\xd6\x00\x86\xbd\x38\xa0\x42\xe7\x22\xac\xda\xb4\xce\x01\x91\xf6\x12\x64\x02\x79\x3b\x6b\xef\xcb\xda\xbf\x53\x3d\xc6\x4f\x82\x43\x40\x7a\x45\x16\x87\x37\x25\x99\x47\xb7\xff\xb0\x8c\x53\x8c\x43\x84\x23\xdd\x8a\x46\xfe\xbe\x0a\xc1\xa5\x11\x54\x4d\xea\x22\xc9\xec\x6d\x24\x07\x67\x2b\x2f\xe7\x27\x9e\xa0\xc3\x64\xe0\x9e\x01\x7f\xcb\x46\x82\xd6\x1b\xf0\xf6\x9c\xb4\x1c\xc3\x18\xc5\xf7\xca\x0a\x4c\x64\x27\x53\x32\xfe\x70\xab\xc6\x0a\x71\xf7\xee\xae\x1d\x7b\x39\x82\x18\x1c\x57\x27\xe3\x61\xd7\x67\x2f\x2a\x57\xcd\x5f\x1a\x7e\xb6\x07\xbe\xab\x43\x91\xeb\x5f\xdf\x4e\x54\xc6\x6c\x1f\x3b\x71\x5f\xbd\x98\xf2\xae\xb1\x57\x6b\xb2\x1c\xdd\x18\xdd\xaf\x0b\x23\x86\x09\xcc\x37\xf2\x59\x13\x31\x46\x3f\xb3\xe8\x41\xf6\xa1\x5d\x1b\xdc\xda\x87\x06\xf0\xce\x5b\x0a\x4d\x14\x53\x45\xe2\xe4\xab\x46\x81\xf2\xab\x4c\xd3\x90\xa4\xdd\x07\xd2\xa6\xda\x87\x5b\xec\xf1\x9f\xa6\xf6\x9f\x51\xdd\x70\x13\x0d\x4a\x0c\x95\x9b\x6a\xc4\x2c\x0e\xc4\x7f\x46\x49\xb8\x13\x0c\x6b\xf8\xe0\xc3\xae\xdd\xfc\x52\xde\xf8\x37\x56\xc0\xba\x23\xdd\x8d\x8f\x9d\x3d\xaa\xed\xe0\xbe\xb6\x27\x9c\xbc\xaa\xe1\x0a\x36\x33\x33\x09\x44\x32\xcb\x18\x8e\x4d\x4f\x15\xd6\xe9\x5c\xc8\xa8\x92\x7f\xe8\xe8\xe7\x4a\x45\x8f\x1b\x93\xe8\xc1\xb6\x28\xe8\x8f\x3d\x91\x0a\x95\x17\xc2\xb7\xe6\xdc\xec\xbd\xd8\x43\x2b\x07\x33\xbe\x48\x0e\x98\x0e\xc6\xa3\x7a\x76\x27\x29\x9c\x6c\x63\xf7\xb2\x7b\xe9\x8b\xa0\xf2\x67\xc3\x2b\x04\xb5\xfa\xa3\xbd\x68\x35\x9a\x47\x73\x25\x1d\x20\x1b\x65\x3a\x7b\x0e\xb6\x14\x15\x4e\xb4\xd6\x21\x85\x58\xce\xaf\x57\xec\x5f\xaf\xd8\xff\xe4\x57\xec\xaf\x79\xbf\x06\x40\xce\x6b\x5e\xae\xdb\xeb\x2e\x7f\x3d\x5e\xbf\xad\xe3\x15\xe9\xd5\xb0\xa0\x64\xc8\xd0\x52\x57\x6f\xfd\xcf\x8f\x1b\x5c\x25\x82\x9e\xe4\x03\xc6\xf9\x2b\xba\x07\x2d\xb6\x6a\x98\xdd\xdd\xfb\xbc\xea\x4f\x43\x7b\x07\xc4\x5f\x06\x82\x9a\xc2\xc6\xf6\x0d\xa3\x69\x45\xb8\x74\xac\xe1\xd9\x3b\x8e\xdd\x5d\xb6\xfd\x4d\x65\xe3\xf6\x71\x30\xac\x65\x74\xf9\xb9\x2b\xb6\x88\x5a\xa1\x01\xef\xb1\x8c\x01\x9d\xa7\x2c\xde\xe4\x6e\xd4\xab\x16\x90\x81\xa1\x97\x49\x5e\xfc\x54\x13\x8b\x3a\x4c\x6d\xea\xd5\x20\x25\xdc\x55\xec\x66\xf0\x8b\x5e\x24\xc4\x6d\x15\xab\x60\x16\xbc\xe6\xe0\x90\x63\x79\x10\xdb\xef\x21\xe7\xd5\x27\x37\x5e\x9f\xd0\x8f\x7e\xce\xe4\x66\xa3\x32\x4e\xc0\x37\x30\x12\xa0\xb5\x01\x4f\x01\xb1\x9c\x95\x42\xc5\xbe\x9a\x37\x62\x4d\x49\xad\x69\xf8\x1a\x0c\xdd\x69\xfb\xcc\x5d\x95\x69\xda\x39\x73\xbb\x29\xfc\xaf\x1e\x2e\x2f\x67\x3f\x8d\x2f\x1f\x2e\x7a\x29\xf1\x83\xaf\x75\x8e\x89\xeb\x09\x8d\x89\x17\xdd\xb1\x8f\x55\xac\x1a\x68\xfc\x5b\xe3\x65\xa4\x4c\xd3\xaa\x5c\xc2\x54\x7f\xa2\x76\x00\xcd\x88\x52\x50\x76\xdc\x44\xef\xc0\x55\x9f\x0f\x5f\xfb\x64\x1b\xff\x84\xbf\x3d\x11\xfe\x25\xbe\x03\x51\x1f\x12\x0b\x69\x1f\x57\x82\x4a\x1f\xb1\x1d\x10\x3b\xd7\xb5\x1d\x5e\x5a\x10\xe6\xb0\xed\xf1\xa0\x81\x8a\x52\xc5\xac\xe3\xf2\x22\xbb\x03\xc7\xee\x53\x35\x30\xeb\x6c\x79\x8c\xc1\x35\x68\x77\x84\x32\x1e\x20\x4e\xe8\x95\x2e\xa6\x1a\xef\xaa\xb6\x4f\x85\xe9\xee\x93\x98\x10\x2c\x25\x95\x7a\x59\xca\xa5\xca\x47\x82\x1f\x3e\xd5\xeb\x64\xb9\x02\xd2\xcf\xbc\xdc\x10\xca\x12\x6f\x77\x50\x7f\x5d\x5b\x42\x35\x98\x65\xa2\xa7\x9a\xde\x49\x2f\x7d\xf3\x08\x36\xfc\xf3\x9d\x7b\x1d\xc2\x70\x62\x43\xa4\x44\xa2\xa7\x1a\x27\x17\x99\xc5\x39\x62\x05\xfe\xbb\x2c\xea\x4b\x57\x82\x52\x1d\xaa\x75\x5a\x9b\xbe\x84\xd8\xd9\x54\xbb\xfa\x2d\xf4\xf0\xe9\x1d\x02\xc6\x6a\xec\xd2\x6e\x7b\xc2\x93\xc1\x7b\x82\xfa\xd6\xbe\xea\x8f\x3e\x03\xec\x86\x9b\x0d\x90\x1d\x6c\x9a\xb1\x3d\x6f\x75\x32\x30\x1c\x5d\x45\xbd\x50\xb4\xd7\xde\x1b\x7e\x2f\xfc\x4e\x27\x96\xc3\x94\xf3\x74\x40\x97\xf0\xfb\xbd\x9d\x42\x93\xdc\xdf\xa9\x3d\xae\x8c\xb7\xb5\xad\x65\x97\x69\xdf\x63\xe7\xc6\x74\xcc\xcb\x0b\x06\x7e\x2b\x9d\xa2\x1f\xec\x1a\x8c\x32\x2a\x0e\x59\x2f\x7b\x54\xb2\xd4\x87\x88\xad\x4f\x5f\x87\xd2\x24\x3f\xa8\x3b\xde\x7f\xda\xbb\x47\xce\x43\xa0\xc3\x6e\x90\x85\xa5\x73\xae\x62\x60\x3b\xcc\x24\xc5\xfd\x58\xbf\x2f\x41\xf3\x62\x37\x0f\x8a\xeb\xd9\xf5\x3f\x72\x8b\x68\xe4\x67\x6e\x04\x9d\x8c\xca\x2c\xb7\xe6\x92\xec\x1d\x59\x6d\x93\x09\x39\xd5\x4c\x04\xcd\xe6\x78\xcc\x68\x94\xcc\xfd\x15\xab\x83\x36\x48\xa4\x0a\x1e\x6b\x21\x8c\x56\x6c\x0d\xa7\x9a\x45\x1f\x47\x42\xce\x73\xd6\x52\x94\x7a\xeb\x04\x0e\x13\xa7\x5e\x23\xb5\x00\x98\xcf\x6e\x9b\x57\x73\x03\x2a\xe7\xfc\x6f\xec\xff\xfe\xf1\x9b\xff\x1f\x00\x00\xff\xff\x3b\x5c\x56\x66\x06\x81\x04\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x79\x73\x23\x37\x96\x2f\x0c\xff\x3f\x9f\x02\xb7\xfa\x46\xd8\xee\xd6\x62\xbb\x67\xfa\xed\xab\x89\x1b\xef\x43\x4b\xac\xb2\xc6\x2a\x49\xad\xc5\x1e\x3f\xc3\x0e\x1a\xcc\x04\x49\xb4\x32\x81\x34\x80\x94\x8a\xee\xe8\xef\xfe\x04\x0e\x96\x44\x6e\x64\x72\x91\x44\x95\x73\x26\xa2\xad\x62\x66\x62\x3d\x38\x38\xeb\xef\xfc\xf3\xdf\x10\x7a\x27\x9f\xf0\x6c\x46\xc4\xbb\x13\xf4\xee\xdb\xa3\xaf\xdf\x1d\xe8\xdf\x28\x9b\xf2\x77\x27\x48\x3f\x47\xe8\x9d\xa2\x2a\x21\xfa\xf9\x34\x59\x28\x42\xe3\xe4\x58\x12\xf1\x48\x23\x72\x8c\xe3\x94\xb2\xa3\x4c\x70\xc5\xe1\x43\x84\xde\x3d\x12\x21\x29\x67\xfa\x75\xfb\x27\x62\x5c\x21\x49\xd4\xbb\x7f\x43\xe8\x5f\xd0\xbc\x8c\xe6\x24\x25\xf2\xdd\x09\xfa\x1f\xf3\xd1\x5c\xa9\xcc\x35\xa0\xff\x96\xfa\xdd\xbf\xc3\xbb\x11\x67\x32\x2f\xbd\x8c\xb3\x2c\xa1\x11\x56\x94\xb3\xe3\x7f\x48\xce\x8a\x77\x33\xc1\xe3\x3c\xea\xf8\x2e\x56\x73\x59\xcc\xf1\x18\x67\xf4\xf8\xf1\x9b\x63\x1c\x29\xfa\x48\xc6\x09\xce\x59\x34\x1f\x67\x09\x66\xf2\xf8\x9f\x34\xd6\x73\xfc\x07\x89\xd4\xbf\xe0\x1f\x31\x4f\x31\x65\xe6\x6f\x86\x53\xf2\x2f\xdf\x0e\x42\xef\x66\x44\x05\xff\xd4\xb3\xcd\xd3\x14\x8b\x85\x5e\x91\xf7\x44\x45\x73\xa4\xe6\x04\x99\x7e\x90\x5b\x22\x3e\x45\x18\x9d\x08\x32\x3d\xf9\x45\x90\xe9\xd8\x2d\xf4\x91\x59\xe0\x0b\x18\xcd\x75\x82\xd9\x2f\x47\x76\x99\xa0\x65\x9e\x11\x01\x73\x3b\x8f\x75\xeb\x1f\x88\x1a\x40\xb3\xc5\xfb\xe1\xdb\x82\xc8\x8c\x33\x49\x64\x69\x78\x08\xbd\xfb\xf6\xeb\xaf\x2b\x3f\x21\xf4\x2e\x26\x32\x12\x34\x53\x76\x2f\x07\x48\xe6\x51\x44\xa4\x9c\xe6\x09\x72\x2d\x85\x83\x31\x53\xd5\x1b\x8b\x6b\x8d\x21\xf4\xee\x7f\x0b\x32\xd5\xed\xfc\xe1\x38\x26\x53\xca\xa8\x6e\x57\x1a\xfa\x09\x46\x5b\xfa\xea\x5f\xff\xd6\xf4\xf7\xbf\x82\x19\x65\x58\xe0\x94\x28\x22\x8a\x1d\x37\xff\x57\x99\x8b\xde\x23\xdd\x79\xb1\x8f\xd5\x81\x57\x66\x7b\x89\x53\xa2\xf7\x44\xef\x94\xfd\x02\xfe\x16\x44\xf2\x5c\x44\x04\x4d\x48\xc2\xd9\x4c\x22\xc5\x6b\x6b\x40\xa1\x05\x4d\x5e\xd5\x27\x82\xfc\x9a\x53\x41\xf4\x5e\x29\x91\x93\xca\x53\xb5\xc8\x60\x90\x52\x09\xca\x66\xe1\x52\xfc\xeb\xa0\xd3\xd4\x0c\x55\xae\x31\x33\xf3\x41\xeb\xc4\x46\x6c\xe0\x5e\x89\x30\x43\x13\x82\xf4\x59\xa4\x31\x11\x24\x46\x58\x22\x8c\x64\x3e\x91\x44\xa1\x27\xaa\xe6\x94\xe9\x7f\x67\x24\xa2\x53\x1a\xb9\x35\xdb\x9f\xb5\x81\x3f\x97\xaf\xcc\xbd\x24\x42\x0f\xfc\x91\xc6\x24\x46\x8f\x38\xc9\x09\x9a\x72\x51\x5a\x9e\xa3\x11\xbb\x9b\xeb\x75\x48\x27\x94\xc1\xc9\xd3\x6b\xe9\x28\xe4\x4f\x6e\xb9\xfe\x84\x74\x7f\x28\x67\xf4\xd7\x9c\x24\x0b\x44\x63\xc2\x14\x9d\x52\x22\xab\xad\xfd\x89\x43\xff\x38\x41\x87\x48\xaf\x33\x11\x0a\xd6\x9b\x33\x45\x3e\x29\x89\x0e\x51\x42\x1f\x08\xfa\xe2\x82\x4a\x85\x06\xd7\xe7\x5f\x1c\xa0\x2f\xcc\x79\x41\xc0\x9b\xbe\x78\x81\x15\xf6\x7f\xff\x3d\x38\x7a\x0a\xcf\xaa\x87\xee\xdd\x40\x9f\xe6\x5b\x73\x35\x14\x2d\xfc\xfd\xdf\xc2\x76\xec\x7e\x2d\xe7\xb7\x05\xb3\xb5\x9c\xb6\x2b\x7f\x85\x65\x2a\xb3\x56\xa9\x77\x68\x5b\xce\xaa\xdb\xad\xb2\x56\xf9\xb6\x78\xab\x9e\xc2\x73\xf3\xd7\x6d\x98\x2b\x56\x40\xf5\x98\x32\x73\x48\xfc\x99\x11\x52\x9f\x13\x47\xbd\x7b\xc2\x52\xb6\xe1\xb5\xc1\xcc\x02\x76\xeb\xb8\x68\xb0\x2a\x7b\x38\xef\x84\xa6\x74\xd5\xfe\x9e\xb3\x58\x8b\x5c\x96\xd9\xb1\x3c\x9d\x10\xa1\x97\xc1\xb1\x3d\x98\xed\x44\xb3\x41\x95\x0b\x46\xe2\x0e\xd3\xfc\x35\x27\x62\xb1\x64\x9e\x53\x9c\xc8\xb6\x89\x52\xa6\x88\x96\x6f\x2b\x8f\xa7\x5c\xa4\x58\xd9\x17\xfe\xf2\xef\xeb\x2e\x84\xe2\x0f\x64\xd5\xfe\x9f\x9b\xdd\x8c\xb0\x04\x32\x48\xf3\x44\xd1\x2c\x21\x28\xc3\x33\x22\xed\x8a\xe4\x89\x92\x07\xf0\x9a\x96\xa9\x89\x38\xf4\x37\x10\xf4\xe0\x6e\xde\x5c\xc2\x2f\x68\xea\x05\x48\x46\x3e\x29\x68\x69\xc4\xe0\xee\x85\x25\x0a\x6f\x94\x67\x58\xca\xcd\x68\x46\x72\xa1\xc6\x93\xc5\xd1\x03\xa9\xf5\xdb\x4a\x39\x98\x21\xac\x94\xa0\x93\x5c\x11\x3d\x6f\xdd\x86\xbb\x3b\x81\x3d\x9a\x0b\xba\x0b\x6b\x78\xbd\x09\xc7\x54\x90\x08\xe6\xb6\xce\x81\xf1\x5f\xe9\x79\x6b\xfd\x65\x61\x66\xff\x40\x16\x20\x8f\x34\xac\x80\xdf\xf2\x11\x1b\x31\x74\x88\xce\x86\xb7\xa7\xc3\xcb\xb3\xf3\xcb\x0f\x27\xe8\xbb\x05\x8a\xc9\x14\xe7\x89\x3a\x40\x53\x4a\x92\x58\x22\x2c\x08\x34\x49\x62\x2d\x73\xe8\xc1\x10\x16\x53\x36\x43\x5c\xc4\x44\x3c\xdf\x32\x56\x9e\x12\x96\xa7\x95\x7b\x05\x7e\x2f\x46\x5f\xf9\x42\x8b\x18\xfe\x51\xe9\xc9\xdf\x6b\x0b\x0c\x33\xd6\x7d\x07\xad\xbd\x98\x50\x13\xcd\x69\x12\x0b\xc2\x8e\x15\x96\x0f\x63\xf2\x89\x44\xb9\xb9\x93\xff\x59\xfe\x61\xac\x25\x53\x1e\x93\xf2\x2f\xa5\x7f\x14\xa2\xd0\xda\x9f\x7a\x2d\x75\xed\x2f\x41\xa7\xed\xf6\x1d\xfc\x42\xe3\xc6\xb7\xe1\x97\x15\x73\x70\xef\x2c\x19\xac\x7b\xa5\x75\x54\xee\x05\x2b\xf1\x35\xbe\x23\x88\x12\x8b\x31\x56\x8a\xa4\x99\x5a\x53\x5f\xc7\x28\xd1\x72\xe5\x32\x39\xf2\x92\xc7\x64\xe8\xfa\xfb\x05\x19\x71\x96\xc4\x68\xb2\xb0\x5c\x6b\x4a\x04\x61\x11\x69\x6f\xe1\x0e\xcb\x87\xa2\x85\x55\xc2\x68\xa9\x3f\xf9\x9e\x0b\xfd\xf9\x5b\x10\x48\x4b\x03\x7f\x09\x99\x74\xd3\x13\xf7\xd9\x59\x08\x36\xe4\x1f\xbd\x3d\x61\xfb\x95\xec\x6a\x7d\xe0\x02\xc9\x85\x54\x24\x5d\x69\x87\x78\x3b\x0b\x61\x2f\x88\x7d\x1d\x70\xe5\x8e\xfa\x1d\x9c\xfa\xf2\x8d\xdb\x1f\xef\x35\x96\x6c\x57\x56\xc4\x7d\x9f\xa7\xf3\xe1\x2c\x9f\xea\xad\xdb\xbe\xc0\x89\xf1\x26\xa6\x59\x92\x05\x77\x3d\xc8\x67\x32\x37\xb4\xee\x95\x5b\xed\x31\x0c\x60\x85\xa2\x59\xb6\x43\xfb\xf3\xa7\x3f\x0d\x2d\x34\xc6\x1c\xa7\xe6\x54\x06\xc6\x2a\x14\x71\x61\x64\xc1\xd8\x9e\x77\xa3\x6b\x0e\xee\x06\xb7\xc3\xbb\x13\x34\x40\x31\x56\x58\x1f\x70\x41\x32\x41\x24\x61\x0a\xf4\x78\xfd\xbd\x5a\xa0\x94\xc7\x24\x31\x1a\xe7\x7b\x2d\xf9\xa2\x33\xac\xf0\x29\x56\x38\xe1\xb3\x23\x34\x80\x7f\xea\x8f\xa9\x44\x38\x91\x1c\x61\x47\x56\x24\x76\x4d\x60\x16\x3b\xd6\x82\x51\xc4\xd3\x8c\x26\xde\x06\xef\x8d\x2b\x94\xc5\xf4\x91\xc6\x39\x4e\x10\x9f\x68\xae\xa2\x35\xe4\xe1\x23\x61\x2a\xc7\x49\xb2\x40\x38\x49\x90\xed\xd6\xbd\x80\xe4\x9c\xe7\x49\xac\xdb\x75\xa3\x94\x34\xa5\x09\x16\x5a\x05\x37\xa3\xbd\xb2\x6d\xa1\xbb\x39\xf1\x63\x85\x71\xe9\xd5\x4c\xf1\x03\x91\x88\x2a\x94\x71\x29\xe9\x24\x29\xce\xfc\xfd\x39\x82\x71\x9f\x5e\x9c\x83\x3e\x1f\x29\xc4\x0d\x0f\x75\x9d\x5b\xfb\x8d\xeb\x31\xc5\x8c\x11\xe8\x98\xab\x39\x11\xb6\x7b\xfb\xf2\x6b\xab\xe6\xf7\x97\xb7\xd7\xc3\xd3\xf3\xf7\xe7\xc3\xb3\xba\x6e\x7e\x37\xb8\xfd\xa1\xfe\xeb\x4f\x57\x37\x3f\xbc\xbf\xb8\xfa\xa9\xfe\xe4\x62\x70\x7f\x79\xfa\xfd\xf8\xfa\x62\x70\x59\x7f\x68\xc9\xaa\xb3\x9a\x1f\x8e\x6c\xcd\xb3\xd5\xdb\x34\x9f\xcb\xa6\x79\xf0\xf9\x1a\x35\xa7\x34\x01\x1d\xb4\xb3\x41\xd3\xdb\x10\xec\x97\x28\xc3\x52\x1a\xc9\xc8\x8c\xe0\x68\xc4\x3e\x72\xa1\x19\xd8\x94\x6b\x1e\xa1\xa5\x27\x25\xf2\x48\x51\x36\xf3\x1f\x9d\xa0\x51\xfe\xf5\xd7\x7f\x8e\x2e\x28\x7b\x80\xbf\xc8\x3e\x2e\x4e\x6f\xf1\xed\x2d\xbe\xbf\x2f\x8b\xaf\x16\x7d\x8e\x43\x43\xef\x6e\x43\x86\xb4\x70\xc1\xb2\x5c\x81\x28\xc1\x73\xa5\xff\xd4\x5d\x02\x79\x2c\x09\x1c\xea\x66\x50\xfc\x40\x94\x7f\x51\x8b\x36\x6f\xc1\x8e\xf8\x13\x17\x0f\xd3\x84\x3f\xf9\x81\x7f\x20\x4a\x8f\xfd\xc6\xf6\xd2\x87\x12\xf5\xa1\x44\xaf\x1b\x4a\xb4\x57\xc6\xbc\xe7\x67\x7e\x65\xcb\x9f\xe1\x80\x2d\x9e\xac\x56\x47\x55\x8b\x1f\x2a\x70\x33\xbd\x08\xd7\x2c\x3b\x73\x56\x70\xce\xd2\xcb\x6f\x85\x7b\x96\x06\xfd\xf2\x9c\xf3\x77\xe1\x6f\xe9\xdd\x29\x1b\x2e\xd4\x9b\x64\xb0\x1d\xef\x8e\x17\x73\x86\x3c\x3f\xc3\xaf\xc5\x36\xac\x13\xcc\xb0\x46\xf4\x42\xe7\x70\x85\x15\xf1\x09\x8d\x01\x09\x4d\x11\x08\xf5\x90\x83\xc6\x18\x83\xed\x82\x0a\x36\xbd\x9b\xba\x87\x09\x7c\x20\xaa\xf4\xf2\x5b\xb9\x9b\x4a\x83\x7e\xf9\xbb\xe9\x77\x1a\x1d\xd0\x87\x03\x3c\xe3\xd2\x7d\xee\x37\xda\xfe\x3a\xfc\x7f\x07\x1e\xfe\xde\xa5\xbf\xd6\x1a\x7d\x5e\x3e\xfc\xcf\xd5\x69\xff\x36\xbd\xf4\xbd\x5b\xbe\x77\xcb\xbf\x86\xff\xe4\xed\xb9\xe5\x9f\x57\x3d\x2d\x8e\xd7\xd8\xd1\x82\xd5\xd7\x82\x43\xf9\xaf\x0e\x4e\x1a\xf8\xcb\xa9\x7c\xeb\x06\x8d\xb7\xea\x70\x67\xc5\xf8\x86\x70\x84\x7e\xb1\x84\xb4\x42\x9d\xab\x7d\xf7\x16\xd4\xb9\xfa\xa0\x9f\x5f\x87\x7b\x35\xe6\xfb\x4c\x97\xe7\x1b\x61\x03\xeb\xdf\x96\x9f\xb1\x4c\xde\xcb\xe2\xcf\x9f\x8d\xbf\x37\x13\x7a\x3b\xb2\xf7\x2b\x5c\xbc\x1d\x6f\xdd\x9d\xe7\x64\x35\x5c\xb3\xc1\xed\xb4\x2a\xc3\xaa\xfa\x35\x25\xf2\xdb\x37\x79\xdf\xbe\x44\x92\x55\x7f\xe1\xf6\x17\xae\x6d\xaa\xbf\x70\x3f\xe3\x0b\x77\xef\xe0\x6f\xf6\x26\x02\xb4\x0f\x22\xef\x81\x31\xfa\x18\xf2\x1d\x2e\x4e\x1f\x43\xde\xc7\x90\xff\xce\x62\xc8\xb7\xd1\x9e\x36\xc5\xa2\x7c\x0d\x3d\xaa\x57\xa3\x7a\x35\x2a\xfc\xbd\x57\xa3\x7a\x35\xaa\x57\xa3\x3e\x73\x14\xd1\x5e\x87\xea\xbe\x10\xbd\x0e\xd5\x79\xa9\x7a\x1d\x6a\xc9\xe2\xf4\x3a\x54\xaf\x43\xfd\xbe\x74\x28\xf2\x48\x98\x92\x90\x8c\x16\x6a\x14\xef\x32\x2e\xdb\x35\xa1\x90\x3b\x34\x68\x41\xd0\x66\x39\x29\x0c\x02\x97\x7e\x41\x73\x2c\x11\x8f\xa2\x5c\x54\xce\x40\x55\x0f\x3a\x15\x04\x2b\x02\x2d\xe8\x0f\xdf\x82\xfe\x53\x9f\xee\x4b\xc5\xe0\x4f\x78\x5c\xa3\x76\x73\x10\x9a\x9e\x2c\x97\x47\x76\x36\xf5\x5f\x73\xd2\x4d\xfd\x7b\x46\xa2\x56\x58\x3e\xec\x98\xa8\x4b\xb9\x16\x1b\x11\x35\xb4\xf0\x56\x88\xba\x3e\xdd\xdf\x0d\x51\x37\x4d\x7d\x1f\x88\xfa\xc9\xe6\xf1\xef\x98\xb0\x6b\xf0\x00\x1b\x11\xb7\x6f\xe5\xad\x10\x78\xf3\xb4\x7f\x37\x44\xde\x36\xfd\xd7\x25\x74\x9f\x22\xd9\x99\xc4\xef\x04\x9d\xcd\xb4\x9a\x01\x1a\x9e\x26\xc5\xd5\x35\x82\x8a\xa4\xc0\x95\x64\xed\x5f\x7d\x0b\x24\xed\x07\x6b\xc6\xfe\xbb\xa1\xe5\xda\xbc\xf7\x84\x88\x8f\x05\x89\xf8\x23\xd4\x0b\xeb\x46\xcc\x37\x04\x28\x18\xf8\x75\x26\xc8\x23\xe5\xb9\x4c\x16\x87\x22\x67\xc8\x31\x7f\xe4\x9b\x37\xd6\xea\x27\x9a\x24\x88\x33\xad\x7f\x29\x2c\x94\x7b\xac\xf5\x6f\xc1\x53\x38\x15\x09\x96\x0a\x3d\x30\xfe\xc4\xd0\x14\xd3\x24\x17\x04\x65\x9c\x32\x75\x34\x62\xe7\x0c\xdd\x98\x31\x42\xde\xc0\x01\xca\xa5\x3e\x4b\x11\x66\x8c\x2b\x14\xcd\x31\x9b\x11\x84\xd9\xc2\x26\xe0\x16\x94\x81\xb8\x40\x79\x16\x63\xad\xf8\xce\x49\x35\x4a\xcf\x8f\x11\xcc\x77\x54\x22\x2a\x11\xf9\xa4\x04\x49\x49\xb2\xd0\x7d\x68\xda\x57\x1c\xd9\xf5\x31\x43\xb5\xe9\x7c\x44\x08\x2e\x24\x64\x1c\x4c\x16\xbf\x61\xa6\x28\x23\x08\x14\x25\x69\x4c\x73\x87\xe8\x82\x4b\x30\xdb\xfc\xf0\x57\x89\xa2\x24\x97\x8a\x88\x03\x34\xc9\x67\x52\x6b\x8a\x59\x82\xd5\x94\x8b\x54\x8f\x90\x32\xa9\xf0\x84\x26\x54\x2d\x0e\x50\x8a\xa3\xb9\x69\x0b\xd6\x40\x1e\x8c\x58\xcc\x9f\x98\x54\x82\x60\xdf\xbb\x7b\x88\xbe\x0c\x9f\x19\x02\x90\x5f\x1d\x40\xda\x21\x4d\xb5\xba\x1b\x0c\xbf\xd8\x71\xb3\x27\xba\x11\x12\xa3\x09\x89\x70\x2e\xad\x87\x41\x89\x05\x22\x9f\xe6\x38\x97\xb0\x77\x7a\x7a\x36\x67\x23\xe2\x69\x96\x10\x45\x10\x9d\x22\x25\x28\x89\x11\x9e\x61\xaa\x97\xee\x96\x2c\x01\x41\xf7\x44\x6f\x37\xd0\x52\xfd\x2f\xa0\x7e\xa7\x5c\x10\x14\x13\x85\x69\xb2\xd4\xeb\x64\xbf\xed\xb9\xdc\x5b\xe2\x72\xe5\x0d\xdf\x0b\x36\x67\x40\xfc\x77\x70\x69\x33\x6b\xba\x8f\x70\xb2\xe5\xfd\x7d\x63\x07\xd5\xd3\xf6\xdb\xa2\x6d\xb3\x6b\xfb\x43\xdc\x2f\x16\x83\xdd\xbd\xa2\x45\x51\xcd\xe2\x4d\xd1\xf4\x4b\x84\x05\xf4\x0e\xe7\xde\xe1\xdc\xba\x32\x6f\xd3\xe1\xbc\x37\x1e\xa3\xde\xe7\xfc\x4c\x3e\x67\x2a\x7b\xa7\x73\xef\x74\xee\xba\x40\xbd\xd3\xb9\x77\x3a\xbf\x5d\xa7\xf3\x73\xe2\x3e\xef\x14\xdd\xf9\x4d\x89\xd6\xbd\x58\xdd\x8b\xd5\x3d\x84\xb3\x9f\xda\xae\x58\x98\xfb\xfa\x5d\x4c\x12\xa2\x48\xbb\x3d\x8b\x88\x54\x6b\x0b\xe6\x7a\xa6\x4c\xcb\x71\x33\x41\xa4\xdc\x96\x21\xf9\x86\xdf\x26\x5b\xf2\xc3\xef\xa1\xe6\x7b\x3e\xd5\xf3\xa9\x4d\xa6\xb6\x3f\xa6\xd9\xe0\x30\xbf\x94\x6d\xd6\xf3\xdf\x2c\x6f\x97\xfe\xee\x8d\x1b\xb2\xf0\x8b\x1a\x0a\xd7\x52\xbb\xe2\xfe\x70\x5b\x3a\xdf\x92\x1f\x9b\xbe\xde\x26\x33\x36\x63\xef\x39\x71\xcf\x89\x7b\x4e\xfc\xb6\x39\xb1\x3b\xc9\xaf\xea\x22\x33\x7e\xba\x71\x96\x60\x36\xa6\xb1\x3c\xfe\x67\xa1\xcb\x3f\x97\x87\x4c\x1f\xa8\xd8\xa4\x98\xfa\x94\x4e\xf1\x8b\xfe\x24\x29\x0c\xe6\x1e\x33\x73\x85\x13\xcd\xd8\xd8\xaf\x13\xcc\xce\xe3\x37\xe1\x47\x6b\x9c\xfd\x4b\xf8\xd4\xb6\xe1\xe3\x58\x81\xa7\x03\x53\x66\x4c\x78\x45\x5e\x6d\xc9\x40\xb9\x1f\x27\x7c\x1b\xae\x1e\x4c\x2c\x60\xec\x8e\x5f\x07\x8b\xb2\x7f\xd3\xee\xfd\x3a\x7d\x2e\x61\xef\xb9\xe8\x38\xe1\xde\x73\xb1\xbf\x9e\x8b\xd7\x72\x47\xbe\xf0\xf1\x7c\x29\xb1\xae\x7b\x10\xbe\x89\x56\x83\xa0\xd6\x3c\x4b\x38\x8e\x97\xb9\x62\x0a\xc1\x2b\x04\x47\x59\x19\x89\x5f\x7c\xf6\x16\x84\xb5\x62\xb4\xbf\xb3\x48\xbe\xfa\xc4\xf7\x45\x4b\x79\xc1\x50\xbe\x66\x12\x5f\x43\x25\x79\x1b\xf8\xa9\xc5\x78\xfb\xd0\xbe\xde\xa2\xf4\xfa\x16\xa5\x3e\xb4\xaf\x57\x01\xf7\x4c\x05\xec\x43\xfb\xfa\xd0\xbe\x5e\x41\x5e\x3e\xed\x5e\x41\xfe\x2c\x42\xfb\x3a\x89\xda\xcf\x88\xbd\xb9\xbd\xd0\xdd\xcb\xdc\xee\xbd\x5e\xe6\xee\x65\xee\xcf\x54\xe6\xde\x8f\x15\xee\x05\xee\x5e\xe0\xee\x05\xee\x5e\xe0\xee\x05\xee\x9d\x2f\x63\x2f\x70\xbf\x64\x81\xce\x66\xa9\x7b\x45\x92\xcd\x5b\xf5\xe5\xf4\xe2\x76\x2f\x6e\xef\xb7\xb8\xbd\x37\x13\x7a\x3b\x65\x1e\xbb\xcd\xa7\x2f\x52\xde\x17\x29\xef\x8b\x94\x3f\x7b\x91\x72\xf7\x75\x87\x8c\x0f\x7b\xb8\x14\x56\xb9\x34\x80\x8f\x82\xcc\xa8\x54\xc0\xfe\xbb\xc8\x2b\xab\x13\x3d\xde\xaa\x9c\xd2\xa7\x7a\xf8\xa7\xbd\xd4\xd2\x4b\x2d\xbf\x53\xa9\x65\x8f\x62\xc1\xf6\x22\x63\x25\xc5\x2a\x9a\xe3\x49\x42\xc6\xde\xe8\x23\xbb\xea\xc1\x17\x54\x2a\x89\xa2\x5c\x2a\x9e\xb6\x5f\x2e\x1f\x5d\x0f\x03\xdf\xc1\x29\x67\x53\x3a\xcb\xcd\xdd\x62\xc0\x39\x83\x13\x5d\x48\x82\x8b\x8c\xac\xf2\x54\x35\xb4\xfe\x26\xae\xa5\xe6\xa1\xbf\xd4\xed\xb4\x8e\xe0\x5e\x18\xf9\xac\xd4\xad\x65\xad\xf1\xcd\xf0\xf6\xea\xfe\xe6\x74\x78\x82\x06\x59\x96\x50\x63\x77\x37\xa4\x40\x7f\xd3\x93\x42\x0a\xcb\x87\x62\x2f\x85\x21\x73\x83\x61\x0b\x86\x7e\x2d\x1b\xa3\x43\x74\x7a\x71\x7f\x7b\x37\xbc\x69\x69\xd0\x12\x0a\xe4\xad\x92\x34\x4b\xb0\x22\x31\x7a\xc8\x27\x44\x30\xa2\xa5\x1d\x8b\x74\x5b\x98\xff\x4d\xa3\xc3\xff\x1e\x9e\xde\xdf\x9d\x5f\x5d\x8e\xff\x76\x3f\xbc\x1f\x9e\x20\x47\x71\xba\x59\x3d\x2e\x3d\x8a\x78\xc1\x70\xaa\x35\x10\xfd\x43\x91\x29\xfb\x6b\x4e\x72\x82\xb0\x94\x74\xc6\x52\x02\x88\xc0\xa5\x16\xdd\x80\x2f\x06\xdf\x0d\x2f\xca\x2d\xcf\x49\x08\xbf\x8b\x12\x3c\x21\x89\xf5\x47\x80\x89\x5d\x13\x7a\x00\x55\x6c\x1c\x15\xb9\x59\xd5\xbf\xdd\x0f\x2e\xce\xef\x7e\x1e\x5f\xbd\x1f\xdf\x0e\x6f\x7e\x3c\x3f\x1d\x8e\xad\x54\x79\x3a\xd0\xfd\x96\x7a\xb2\xc2\x27\xfa\x35\xc7\x89\xd6\x4e\xf8\xd4\xe1\xf1\xa2\xa7\x39\x61\x28\x67\x40\x71\x46\xe5\xd1\x7a\x90\xef\x54\x9f\x32\x33\xa3\xeb\x8b\xfb\x0f\xe7\x97\xe3\xab\x1f\x87\x37\x37\xe7\x67\xc3\x13\x74\x4b\x12\x50\x0a\xdc\xa2\xc3\x2e\x66\x49\x3e\xa3\x0c\xd1\x34\x4b\x88\x5e\x0d\x6c\xb3\x89\xe7\xf8\x91\x72\x61\x8f\xee\x8c\x3e\x12\x66\xd6\x11\xce\x2c\xb4\xef\x84\xef\x71\xb0\x74\x57\x97\xef\xcf\x3f\x9c\xa0\x41\x1c\xfb\x39\x48\x68\xa3\x44\x39\x0e\xd6\xf9\xb0\x3c\x6c\xcd\x1c\xa0\x7b\x43\x44\xfc\x91\x08\x41\x63\x52\xa1\xa3\xc1\xed\xed\xf9\x87\xcb\x8f\xc3\xcb\x3b\x58\x31\x25\x78\x22\xd1\x9c\x3f\x81\x29\x1b\x66\x08\x16\xee\x47\x4c\x13\xe8\xcc\x6d\x16\x67\xe8\x69\x4e\xc1\xfd\x01\xc0\xcc\xbe\x67\xa3\x9f\x89\x9c\xbd\xba\x75\xb6\x74\xf0\xea\x6a\x4b\xf5\x24\xd5\xdf\xa8\x1c\x8b\x65\x2f\x94\xa8\xbc\xfe\xe2\x2a\x6a\xad\x7f\x51\x21\xb7\x76\x65\xad\x46\x2f\xed\x33\x2d\xf6\xba\xb3\xae\x56\x5e\xc3\x17\xbb\x66\x35\xe3\x8d\x5f\xa2\x2a\xeb\x0d\xf8\x3d\x97\xc2\x3e\x05\x39\x93\xbf\x58\xe5\x7e\x85\x69\x3a\xf8\xe2\x2d\x5c\xae\xe1\x70\xf7\xe8\x22\xbd\x09\xe5\x1a\x27\x1e\xa7\x44\xe1\x18\x2b\xac\xd9\xd3\x8c\xa8\x23\x74\xc5\xe0\xd9\x1d\x96\x0f\x07\xc8\x15\xa4\x40\x5c\xa0\x42\x70\x7c\x81\x6c\xc9\x37\x62\x93\x59\x5f\x99\xe9\x95\xf2\x5e\x29\x6f\x5e\x99\x3e\x72\xa7\x65\x85\x77\x75\x31\xae\x65\xc6\xdc\xdd\xfd\x65\x5a\x7c\xbb\x57\xd8\xcb\xda\x2d\x77\x7a\xa1\x99\x62\x28\xfd\x6d\x65\xfe\xaf\xbf\xad\xfa\xdb\xaa\xbf\xad\xf6\x60\x85\x5f\xdd\x06\xdc\xc0\xdd\x5f\xd5\x08\xbc\x4a\x3b\xdd\x18\xc5\xa8\xd0\x46\xd7\xc1\x31\xfa\xa5\x2b\x5c\x51\xf1\x0d\x7d\x1b\x66\xdf\x60\x92\x2f\x91\xa9\xb0\xd3\xcb\xdc\x84\x00\xf7\xfa\xe9\x33\xde\xf8\x3d\xa8\xd4\x4e\x41\xa5\xf6\x63\xae\xcf\x92\xd5\xb0\x7b\x53\xf4\xdb\xc8\x64\xe8\xd1\xa3\xfa\x58\xfd\x3e\x56\x1f\x7e\xef\xd1\xa3\x76\x47\xad\xcf\x2b\x5d\xf3\x98\x8c\x2b\x35\x3e\xfc\x3f\xc7\x55\xcf\x4f\xe9\x49\xe8\x06\x2a\x3d\x28\x92\x17\xa0\x75\x1a\xef\xb2\x2e\xc8\x25\x8f\x49\xe7\xda\x20\xa5\x97\xf7\x5c\x06\x77\xf3\x34\xb2\x78\x69\xe0\xcf\x2c\x89\xb7\x6c\xf9\xe7\x68\xd8\x69\x20\xe0\xde\xca\xb3\x72\xa1\x3e\x57\x80\xe8\x82\x43\xbd\x21\x4f\x45\x37\x36\xee\xc2\x54\xc6\x2d\xcc\xbc\xf9\xb9\x67\xe9\xcd\x8f\x9f\x07\x06\xa2\x3b\x47\x07\xb3\x4a\xf8\xf6\xdb\xb0\xab\x84\x23\x7e\x09\xcb\xca\xd2\xbd\xff\xec\xb8\xfa\x32\x4a\xee\x79\x7b\xc7\xe5\xfa\x5c\x39\x7c\x8f\xda\xb0\xcc\xd6\xd1\xc3\x22\xf4\xa6\x96\xfd\x99\x70\x6f\x6a\x79\xd3\xa6\x16\xe3\xa2\x1d\x67\x58\x10\xa6\x1a\x44\xea\xea\x75\x02\xaf\x87\x69\xb4\x4e\xea\x80\x06\x90\x96\x68\x91\xbd\x90\xfd\x55\xf5\x79\xd9\x5e\xac\x60\x10\x24\xb7\x1c\xff\xb3\xf8\xdb\x0b\xeb\x25\x50\xef\x25\xd1\x49\x06\xbe\x59\xea\x3b\x3a\xb7\x81\x4a\xdb\xa7\xbf\x60\x55\x12\x05\x13\xf2\x48\x92\x95\xf1\x4c\xd7\xe6\xed\xb7\x95\xf5\x52\x1b\xf4\xcb\xc6\x36\xd5\x37\xbe\xdb\x01\x72\x3b\x43\x4d\x06\x47\x90\x26\xa0\xa5\x51\x3e\x2d\x2e\x06\x89\x9e\x68\x92\x40\x92\x38\x24\xb1\xb4\xdd\x00\xbf\xbb\x88\x87\xd6\x9d\x7f\xd5\xb8\x87\x26\xee\xd0\xc4\x12\xba\xd8\x53\x77\x95\x06\xe7\x88\x0d\x32\x94\x40\x1b\x5a\x61\x80\xfd\x3c\x38\xc1\x07\xa2\x5e\x8a\x0d\x6c\x7a\xf6\x97\x9e\x7b\x41\xa6\x44\x10\x16\x91\x3d\xf4\xb6\xaf\x13\x06\xf2\x93\x99\xa4\x8d\x01\xf1\xd9\xa1\xe1\x54\x15\xb7\x7a\x5a\x49\xd4\xed\x93\x03\xfb\xe4\xc0\x3e\x39\xb0\x7a\xd4\xfb\xe4\xc0\x3e\x39\x70\x93\xe2\xe9\x67\xf0\xf8\xb5\xa4\x0a\xd3\xfb\xe7\x21\x58\x98\xb9\xf4\xb2\xc5\xef\x46\xb3\x70\x1b\xbe\x17\x9a\x85\x39\x6b\xab\xcc\x0f\xa5\x1f\x1b\x42\xac\x5f\xdc\x24\xb1\x09\xd3\x28\xd9\x25\xce\xe0\xf5\x37\xc9\x3a\xaa\x43\xef\x6d\x14\x28\xd8\xba\xe7\xe3\x24\xb5\x23\xd0\x6d\xe2\xd6\x63\xf8\x76\xe7\xbd\x2f\x1c\xb4\x8d\xee\xf7\x95\x8f\x6e\x57\x5a\x7b\x0f\x2c\x36\x9f\x11\x8f\xec\xad\x37\xaf\x9c\x2b\x51\x63\x86\x6f\x76\xba\xbd\xb1\xaa\x37\x56\xf5\xc6\xaa\xde\x58\xd5\x1b\xab\x50\x6f\xac\x5a\xdb\x58\xf5\x19\xc9\x54\xbd\xe1\xaa\x17\xab\x76\x37\xdd\x7d\xd5\x32\xf7\xc9\x5a\xd7\x19\xf8\xb6\xc8\xa1\x5a\x19\x79\x6f\xa7\xfd\xcb\x8a\x90\xfb\x6b\x37\x82\xb7\xc3\xaf\xe4\x73\xb3\xa4\x6d\x02\x8b\xdd\x8e\x7e\xb6\x71\xc5\x7d\x35\xb8\xc6\xb5\xea\xc3\x9e\x97\x2c\x4e\x1f\xf6\xdc\x87\x3d\xef\x5d\xd8\xf3\xce\x95\x95\x8c\xcb\x65\x80\x44\xa6\x1a\xca\xd2\xfc\x67\x77\x67\x43\xa2\x11\x90\x82\x29\x84\x13\x93\x2c\xe1\x0b\xb0\xa4\x2c\xb9\xce\x5d\x17\xd7\x35\x89\x7a\xdf\x6f\x74\x37\xf2\x97\xd2\x39\xf6\x45\x26\x2d\xe6\xbd\x17\x52\xe8\xf1\x3f\x2b\xe9\xfc\x9d\xf0\x32\x19\x22\x9f\xa8\x84\x5b\x69\x35\x61\x8f\x58\xf3\x93\xa0\x1a\x95\xbd\x07\x27\xb9\x0a\x72\xf7\xa4\x16\xac\x32\x22\xd4\x22\x78\x93\xa4\x99\x5a\xfc\xe7\x88\x51\xe5\x3d\x6c\x74\xc6\xb8\x30\x5c\x4d\x7f\x3c\xc7\x2c\x4e\x88\xd0\x97\xaa\x6b\x27\xc2\x8c\x71\x05\xe2\x06\xcc\x20\x46\x8f\x14\x1b\xe1\x64\x70\x7d\xde\xd9\xcf\xfc\x86\x4e\xd7\x4b\xd7\x1f\x5a\x71\xd7\x7d\x48\xf8\x04\x8a\x92\xe5\x65\x9d\x5e\x37\xd0\x7b\x46\x4b\x3b\xf7\x5a\x0c\x41\x61\xf9\x50\x05\x0e\x29\x67\xa1\x8f\x97\x42\x89\xac\x78\xb7\x84\x31\xbf\xfc\xd5\x0a\xdc\x48\xf9\x99\x05\x20\x81\xc7\x30\xe4\xea\x38\xdc\x8f\x61\x87\xee\xb7\xa2\x65\xf7\x8b\xab\xc6\x0a\x3f\x0a\xa2\xc4\x62\x8c\x95\xd2\x4c\x66\x97\x18\x27\x77\x58\x3e\x74\xc6\x38\x29\xbd\xbc\xe7\x2c\xa7\x84\x71\x52\x1e\xf8\xb3\xb3\x9c\x8e\xd4\xb9\x82\x33\xbd\xbd\xfc\xf8\xae\x67\x6d\x8d\x89\xff\x5e\x72\xe5\xbb\xf1\x9e\x55\x66\xda\xb7\x98\x37\xbf\x8c\x99\xee\xcd\x08\x2b\xfc\xfc\x73\x3c\xb9\xe5\xdb\xa9\x3f\xa2\xcb\xd6\xe8\xb3\xab\x6d\x58\x11\x3a\x56\xcc\xed\x8d\xd4\x38\xac\xca\x4d\xbb\x1e\xd5\xf3\x98\xb9\x83\xdd\xe8\xeb\x4a\xf7\x75\xa5\xfb\xba\xd2\xcf\x5e\x57\xba\x9b\xd2\xd9\x59\xe3\xec\xaa\x6e\x76\xd3\x35\xdb\x15\xcd\x67\xf0\xd2\x76\xd7\x06\x2f\xa8\x2c\xab\x83\x6f\xc2\x65\x5b\x1a\xf1\x4b\xe0\xa3\xfd\x4e\x15\xc1\x5e\x0b\x7c\x96\x75\xfb\x5c\x55\xc0\x3d\xd7\xff\x7a\x64\xb7\x1e\xc5\xbe\x0f\xc0\xd8\xe1\xe2\xf4\x01\x18\x7d\x00\xc6\x67\x1b\x80\xd1\xae\x4d\xd0\x78\xeb\x74\xbd\x35\x2b\x48\x79\xa3\x80\xf8\x05\x44\x29\x2c\x1f\xba\xd6\x94\xd2\xa2\xf2\x79\xfc\x26\xa4\xfa\xc6\x09\xbf\x84\x74\xdf\xd7\x29\xda\x69\x9d\xa2\xbd\x9b\x76\x2f\xf8\xf5\x82\x5f\x2f\xdb\x74\x9c\x70\x2f\xdb\xec\xaf\x6c\xf3\x5a\x0a\xcb\xe7\x04\xa1\xab\x85\xa7\x52\x66\xcc\xd2\x00\x5b\x03\x47\x03\xee\x81\x3c\x4b\x38\x8e\x57\x05\xe1\xfc\x82\x0a\xb9\x66\x89\x68\x66\xda\xd5\x1f\xbc\x05\xc9\x4c\x8f\xd3\x8c\xf8\x77\x13\x4b\x1b\x4e\xf9\x55\xc3\x68\x81\x5e\x21\x78\xac\x14\x84\xf6\x5c\x5a\x47\x95\x86\x3b\x29\x18\xf2\xdb\xb7\x42\xc5\x2f\xa1\x4e\x7c\xc6\x0e\x81\xde\xe8\xff\xfb\x2c\x74\xbe\x37\x52\x6a\xaf\xca\xf5\x59\x94\xbd\x11\xbf\x57\x74\x7b\x45\x77\xe7\xcb\xb8\x4f\x8a\xee\x2b\x4a\xd4\x26\x2d\xe4\x59\xca\x16\x6e\x26\x5b\xf7\xa2\x75\x2f\x5a\xf7\xa2\xf5\x67\x2b\x5a\xef\xc7\x0a\xf7\x72\x75\x2f\x57\xf7\x72\x75\x2f\x57\xf7\x72\xf5\xce\x97\xb1\x97\xab\x2b\x72\x35\xfc\xe5\xd2\xa2\xd7\x15\xb2\x3b\x0b\xd7\x1d\x72\xa0\xdf\x8a\x64\xdd\x4b\xd5\xbd\x54\xbd\xdf\x52\xf5\xde\x4c\xe8\xf3\x4b\x7c\xec\x53\x07\xfb\xd4\xc1\x3e\x75\xf0\x35\x52\x07\x1d\x2f\x59\x26\xa1\xd4\x05\x8b\x1f\x6b\x1c\x68\x6f\x65\x8b\x62\xb4\x9b\x86\x75\xec\x6a\xa9\x1d\xb0\xfc\x26\x95\xa5\x4a\xbf\xb9\x86\xf6\xa8\xde\xd4\x81\x93\x16\x34\xa3\x70\xe3\x5b\x8d\x08\xf6\x93\x7d\xf3\x6d\x81\x7f\xd7\x47\xdd\xd7\x9b\x42\xc1\xae\xf5\xf5\xa6\x9e\x71\xde\xee\x70\xad\x98\xb9\xa3\x51\x63\xe3\x7d\xa3\xd3\x7e\xf5\x00\xb9\xf6\x93\xfe\xaa\xe1\x72\x8d\x37\x49\x2d\x59\xe7\xf8\x9f\x8d\x17\xc5\x2b\x94\xd9\x5a\xfb\x76\xf8\x40\xd4\xe7\x72\x35\xf4\x65\xb6\xfa\x7a\x10\x3b\x9a\xee\x46\xac\xff\xcd\xce\xb6\x2f\x2a\xd6\x17\x15\xeb\x8b\x8a\xf5\x45\xc5\xfa\xa2\x62\xe8\x77\x5e\x54\x6c\x6d\xf1\xd1\x8c\xe3\x73\x91\x20\xfb\xa2\x62\xbd\x10\xb9\xbb\xe9\xfe\xbe\x84\xc8\x3d\xb4\x20\xec\x45\xf5\x34\x6f\x41\x78\x75\x9c\x0f\x37\x92\xae\x58\x1f\x6e\x41\x7b\xbc\x0f\xfb\x7f\x3d\xde\x47\x8f\xf7\xd1\x32\xeb\x3e\x98\xb5\xc7\xfb\x40\x7d\xb8\x66\x1f\xae\xb9\xcf\xe1\x9a\x1d\xb6\xb1\xc7\xfb\xe8\x28\xce\x3d\x13\xe6\x87\x93\xb9\xd6\xc2\xfd\xf8\xa9\xae\x68\xec\xad\x94\xe6\xc6\xfa\x3b\xc3\xff\xa8\x4e\x7b\x2f\x54\x92\x17\xc4\x01\x69\xa2\xeb\xce\x0a\xc8\xdb\xc0\x03\x71\xa3\xed\x13\x17\xfb\x10\xeb\xfd\x0f\xb1\xde\xbb\xc4\xc5\xbd\x91\x64\x7b\x75\xaf\xcf\x5d\xec\x73\x17\x7b\x65\xb8\x57\x86\x77\xbe\x8c\xfb\xa4\x0c\xbf\xb2\x84\xfd\x8c\xb8\x20\xdb\xc9\xda\xbd\xa8\x6d\xde\xeb\x45\xed\x5e\xd4\xfe\x4c\x45\xed\xfd\x58\xe1\x5e\xce\xee\xe5\xec\x5e\xce\xee\xe5\xec\x5e\xce\xde\xf9\x32\xf6\x72\xf6\x8b\xe1\x84\x34\x09\xdb\x1d\xf3\x6d\xde\x92\xa4\xdd\x4b\xd9\xbd\x94\xbd\xdf\x52\xf6\xde\x4c\xa8\xc7\x0c\xe9\x31\x43\x7a\xcc\x90\x1e\x33\x64\x23\xf9\xe6\xdf\xec\xb1\x7c\x17\xdc\xc4\xfe\xca\x7e\xf7\x5d\xc2\x27\x77\x8b\x8c\xe8\xff\x9e\xd1\x94\x30\x09\xd2\x28\x55\x8b\x50\x9e\x69\x59\xf9\xfa\x9a\xbf\xbb\x3d\xbf\xfc\x70\x11\x66\xd3\xbc\xfb\x78\x7f\x71\x77\x7e\x3d\xb8\xf1\xeb\xe2\x67\x15\xae\x85\xfd\xae\x24\x92\x59\x92\xbf\x21\x5a\xf7\x84\x53\x73\xab\xb0\xca\xe5\x66\x23\xbb\x19\xde\x0e\x6f\x7e\x84\x6c\xa0\xf1\xd9\xf9\xed\xe0\xbb\x8b\x12\x41\x94\x9e\x0f\x4e\xff\x76\x7f\x7e\xd3\xfe\x7c\xf8\xdf\xe7\xb7\x77\xb7\x6d\x4f\x6f\x86\x17\xc3\xc1\x6d\xfb\xd7\xef\x07\xe7\x17\xf7\x37\xc3\xa5\xeb\xb1\x74\xb4\xcb\x95\x10\x09\x8b\x04\x71\xfe\x28\xb2\x5c\x43\x14\x6b\x88\xbc\xf8\xe8\xd8\x61\x53\x5f\x27\xe8\xde\xea\xf4\xd4\x36\x6e\x18\x6c\xd0\x90\x51\x46\x62\x2a\xf1\x24\x21\x71\xad\x25\xb7\x86\x6d\x2d\xe1\xd2\xa0\x9e\xb4\xf6\xec\x45\x4e\xcd\xf3\x22\xc3\x0b\x10\xe4\x28\x2a\xc2\xe2\x86\x3e\xcc\x3e\xb4\xf6\xc0\x34\xef\xa2\x8f\xa4\xd4\x53\x94\x0b\x41\x98\x4a\x16\x88\x7c\xa2\x52\xc9\x5a\xa3\x6e\xfb\xda\x9a\xb5\x77\xaa\x6f\x70\x8e\x25\x9a\x10\xc2\xca\xe3\x17\x24\x21\x58\x36\x8c\xd9\xee\x7e\xb7\x65\xf1\x7b\x65\xad\x31\xe6\x32\x9a\x62\x9a\xe4\x82\x54\x4e\x0b\x4f\x33\x2c\xa8\xe4\x6c\xf8\x49\xdf\x65\xfa\x20\x5f\xc1\xe7\x5c\x6c\x76\x62\x86\x7f\x0b\x29\xf8\xb2\xfc\xcf\x0f\x77\xe5\x7f\x95\xce\xfc\xc5\x5d\xf9\x5f\xcb\x69\x3d\x68\xb8\x4a\xd9\x87\xe8\xc3\xdd\x09\xfa\x00\x21\x4e\x02\xdd\xcd\xb1\xa1\xd8\x8b\xbb\x13\x74\x41\xa4\x84\x5f\x8a\x8f\x15\x55\x09\xcc\xed\x3b\xca\xb0\x58\x20\x37\x7d\x93\xe8\x8a\xa3\x39\x22\x7e\x69\xaa\x8b\xc7\xfe\x91\x33\x50\xdd\x8b\xd5\xbb\xe0\x33\x1a\xe1\x64\xbb\x45\x1c\x5c\x96\xf8\xc0\xd5\xcd\xd2\xa5\x08\xdf\xae\xaf\xc5\xe0\xf2\x0c\x92\x48\xdd\x50\x1b\x66\x7e\x49\xa4\x26\x92\x88\xb3\xd8\x7a\x69\xf4\xed\xbf\x08\x84\xfa\x7f\x70\x48\xc4\xcd\x25\x65\x33\xdd\x22\x3a\x46\x57\x37\x23\x76\x25\x62\x63\x08\x25\x5a\x1a\x36\x34\x47\x25\x62\x5c\x21\x9a\x66\x5c\x28\xcc\x94\x56\x04\x40\x0c\xb0\x2b\x62\x38\xc0\x29\x4f\xd3\x5c\x61\x7d\xd0\x6a\x8b\xca\x8c\x39\xe4\x96\xa8\xf3\x18\x5c\x2b\x0d\x6b\x68\xe4\x84\x62\x2e\x99\xd0\xed\x6b\x19\xa5\xac\x43\xd3\xb8\xa6\xca\xba\x26\xb0\x10\xb8\x2c\x4d\xbc\xa3\x8a\xa4\xd5\xf7\x3b\x06\x79\xfe\xab\xd1\x40\x70\x6a\x92\x2a\x88\x18\x88\x68\x4e\x15\x89\x94\x3e\x82\x1b\xd1\xc4\xfd\xe5\x0f\x97\x57\x3f\x85\x12\xc4\xbb\xc1\xc7\xb3\xbf\xfc\x7b\xe9\x87\x9b\x8f\xb5\x1f\xc6\x3f\xfe\xa5\xf6\xcb\xff\x6f\x29\x3d\x55\x7b\xaa\xe9\xf9\xc1\x5c\x0e\x41\xa4\x06\x9b\xb0\x9b\x2a\xa2\x29\x9e\x11\x24\xf3\x4c\x53\x80\x3c\x2a\xef\xaf\x16\x29\x2f\x38\x8e\x29\x9b\x99\x0c\xd0\x0b\xaa\x88\xc0\xc9\x47\x9c\xbd\x77\xf6\xeb\x0d\x56\xe7\xbf\x6e\x4b\xf9\xba\xef\x7e\x1e\x7c\x0c\x33\x7e\xdf\x5d\xdf\x5c\xdd\x5d\x2d\x9d\x75\xa9\x85\xfa\x31\xd2\x8f\x4f\xe0\x7f\xd1\x31\xd2\xad\x7b\xc9\x37\x25\x0a\x6b\x8d\x00\x7d\x69\x92\xe6\x7c\x22\x0d\x65\x09\x9c\x9a\x4c\xd0\x94\xc2\x95\x62\x2c\x78\x5f\x19\xe1\xda\x6b\x0f\xfe\xdc\x98\x0f\x40\x5b\x76\x97\x32\x8b\xb1\x88\xd1\x3f\x64\x35\x7d\x1c\x0c\xc7\xe6\x07\x12\xa3\x43\x34\x57\x2a\x93\x27\xc7\xc7\x4f\x4f\x4f\x47\xfa\xed\x23\x2e\x66\xc7\xfa\x8f\x43\xc2\x8e\xe6\x2a\x4d\x4c\xba\xbc\x5e\x85\x13\x74\x2d\xb8\xbe\x42\x40\x41\x27\x82\xe2\x84\xfe\x46\x62\x34\x31\xfc\x8f\x4f\xd1\x2f\x11\x17\xe4\xa8\xd8\x18\x6b\x54\xb2\xf7\x88\x35\x3c\x1d\xeb\x97\x1a\x98\x49\x75\x3f\x51\x4c\x22\x1a\x5b\x31\x83\xb0\x88\x83\xe5\xd1\xf8\x2a\x74\x7b\x2e\xd3\x50\x6b\x34\x59\xae\x8a\xe5\x0c\x94\x15\x1c\x93\x20\xdb\x5d\xf1\x32\xc1\x69\xc5\xe7\xdc\xa8\xad\xb9\x56\xd1\xf5\xdd\x8a\xe1\x56\x75\xaf\x66\x7a\xc2\x11\x4f\xd0\x24\x9f\x4e\x89\x08\x1d\xd2\x07\x5a\x9b\xa1\x12\x09\x12\xf1\x34\x05\x89\x41\x7f\x95\x4b\x43\xd5\xb0\x62\x76\xb4\x47\x23\x06\xfb\xaf\xd5\x1c\xa0\x80\x98\x03\xab\x63\x84\xc4\x08\xb3\x85\xe9\x66\x92\x4f\xc3\xf6\x0d\x0c\x05\x8e\x11\x55\x23\x36\x48\x12\x24\x48\xca\x15\x09\x72\x28\xc1\x79\x56\x5e\x70\x60\x91\x82\x64\x09\x8e\x48\x6c\xe8\x21\xe1\x11\x4e\xd0\x94\x26\x44\x2e\xa4\x22\x69\xd8\xc0\x97\x60\xab\xd1\x6b\x46\x25\x8a\xf9\x13\x4b\x38\xb6\xf3\xa8\x7e\xf6\x55\xf9\x34\x0e\x1d\x44\xc0\x50\x08\x2e\xe0\x7f\x7e\xa0\x2c\xde\x19\x87\xba\xbf\x1d\xde\x84\xff\xbe\xfd\xf9\xf6\x6e\xf8\x71\x3d\xee\xe3\x29\x0b\x86\x07\x3a\xfc\x09\xba\x35\x8b\xc0\x85\x96\x88\x44\xcb\xa4\x3e\x5a\x52\x2a\x7e\xe0\xf1\x86\xdc\xf7\xe3\xe0\xf2\x7e\x50\xe2\x28\xb7\xa7\xdf\x0f\xcf\xee\x2b\xfa\x80\x9d\x5f\x49\x86\x37\xea\x5f\xf8\xdb\xe9\xf7\xe7\x17\x67\xe3\x06\x85\xf1\xdd\xcd\xf0\xf4\xea\xc7\xe1\x4d\xa1\xdb\x35\x2e\x51\x65\x30\x55\x66\x75\x67\x98\xd2\x9c\xc7\x68\xb2\x68\x06\x84\xd0\x92\x73\x02\xbe\xd8\x02\x12\xc5\xb4\x7a\x02\xbc\xc9\x61\x73\x14\x5f\xa4\x3c\x26\x07\xf6\x1d\x40\xd2\x30\xc6\x15\x23\x31\x37\x37\xac\x7b\xc7\x2c\x30\x54\x18\x90\x0b\xbf\x70\x27\x68\x80\xa4\x7e\x31\xd7\x87\x5a\xd0\xd9\x0c\x0c\x87\x95\xa1\x9a\xd6\xec\xa7\xb0\xbc\xf0\x9d\xd9\xff\x4c\x70\x38\xe7\xba\x5b\x6b\x71\xf6\x56\x09\xf3\x21\xa0\xae\x94\x5b\x14\x18\x0c\x0e\x0d\x43\x73\x9b\xa5\x17\xa1\x75\xbd\xcc\x79\x34\xf6\x22\x7d\xb8\x80\x6d\x49\x63\xef\xcc\x04\x79\xa4\x3c\x0f\x3e\xb5\xc0\x1e\xa5\x1d\x6f\x6c\xbe\x58\x00\x58\x36\x63\x14\xa9\x34\xe3\xc9\xa3\xb1\x05\xcd\xc2\x1e\xa1\x85\xa9\xe0\x69\x43\x1b\xe5\x63\x72\x7e\x75\xab\x04\x56\x64\xb6\x38\xb3\x2c\x63\xf3\xe3\x71\x76\xf5\xd3\xe5\xc5\xd5\xe0\x6c\x3c\x1c\x7c\x28\x9f\x78\xff\xe4\xf6\xee\x66\x38\xf8\x58\x7e\x34\xbe\xbc\xba\x1b\xbb\x37\x96\x92\x7c\x4b\x07\xf5\x7b\xba\xfc\xe2\x09\xd2\x2c\x17\x58\xa3\x03\xbc\x0b\xf8\xe3\x84\x4c\xb9\x30\x7c\x3e\x75\xa1\x0b\x56\x84\x71\x6b\x6b\x75\xb1\xca\x2c\x4e\xc0\x32\xd6\xd4\xa4\xb1\x7a\x2b\x41\x70\x0a\xf7\x04\x66\x68\xc8\xe2\xc3\xab\xe9\xe1\xad\xf9\x31\xc5\xe2\x81\x08\xff\xe9\x93\xa0\x4a\x11\x56\x52\xe9\xb0\x1b\xb2\x57\x12\x8b\x0e\x8e\xd0\x8d\xe6\xfb\xfa\x7d\x7f\xa9\x69\x62\x8f\x89\xc2\x34\x91\x76\xb0\xa5\x75\x3d\x41\x17\x58\xcc\x0a\x3b\xdc\x97\x7c\x3a\x35\x8d\x7d\x65\x86\xa1\xef\xb0\xd2\x2c\x1a\x78\xaf\x26\x0d\x77\x2f\x42\x7f\xf6\x65\x2f\x0f\xd7\xa9\xea\x3e\xdb\x8e\xa6\xee\xaf\x61\xc5\x8d\xc6\x5e\xd2\x0d\xed\x93\x06\x5a\x83\x89\x9b\xc7\xcb\x2f\x99\xe6\xb6\xeb\xe4\x54\x7e\xb1\x81\x9c\x4c\x2e\x95\xde\xf9\xa9\xd6\x36\x1b\x68\x89\x7c\xa2\xd6\x60\x10\x8e\xbb\x42\x42\x45\x33\x60\x5e\xc5\x59\x46\xb0\x90\x4d\xbb\x5d\x16\x03\x5b\xf6\xde\xf4\x14\xf6\x61\x37\xd9\xf5\x73\x80\x38\x03\x83\x83\x17\x22\x2a\x14\xd9\x81\x06\x4c\x5b\x35\x0a\xb8\x06\xb4\xa5\x2b\x8b\x6c\xf4\x91\x4a\xad\x34\x9a\x1f\xbf\xb3\x90\x4b\x9b\x11\xc4\xfb\xc1\xf9\x45\x45\xb8\x18\x9f\x0d\xdf\x0f\xee\x2f\x96\x9b\x09\x4b\xdf\x55\xb7\x18\x1d\x22\xfd\xbc\xec\x37\xa7\x53\x73\x67\x38\xe0\x28\xa3\xd2\x12\x06\x46\x2b\x0b\x55\x63\xec\xd5\x31\xc9\x12\xbe\x48\x09\x03\x13\x4f\xe9\x26\xd4\xeb\x39\xc5\xd4\x5e\x2d\xc1\x60\xc1\x8a\x63\xcd\x6e\x70\x8d\x1d\x3a\xb4\x2a\x12\xfb\x9b\xb7\x0c\x56\x55\x61\xdd\xd7\xc6\x7b\x66\xff\x73\xab\xb0\xda\xf0\x8c\x0d\x4e\xef\xce\x7f\x1c\x96\xf5\xc3\xd3\xef\xcf\x7f\x6c\x92\x6a\xc6\x1f\x86\x97\xc3\x9b\xc1\xdd\x0a\xe1\xa4\xd2\x64\x93\x70\x22\xf5\x80\xab\xde\x53\x2a\x7d\x44\x50\x64\x20\xaf\x10\x55\x12\x3d\x52\x49\x27\x14\x00\xc2\xac\x27\xf2\xfe\x1c\x38\xeb\x23\x4e\x68\x4c\xd5\xc2\x89\x2f\xa6\xdf\xf2\x3e\x6a\x4e\x6a\xdb\x37\x66\x87\xd0\x3f\x09\x56\x3e\xb3\x39\x6e\xd2\x27\x08\x74\xdb\x47\x50\xda\x82\xcf\x98\x16\xa4\xd9\x8c\x08\x33\x1c\xf0\xbe\x84\x63\x09\x9e\xeb\x51\x85\xc2\x4a\xb1\x6a\x5e\x68\x9d\x11\x46\x04\x80\xc0\xf9\x4e\x8c\x20\x25\x08\xfb\x42\xcb\x5c\x59\x42\x23\xaa\x92\x05\x8a\xc0\x86\x05\xe6\xcc\x14\x33\x3c\xb3\xc2\x01\xa8\x39\x15\x92\xf8\x9b\x41\x51\xbb\x9a\x5a\xd3\xfe\x1d\x25\x1b\x1e\xb3\xfb\xcb\xb3\xe1\xfb\xf3\xcb\x32\x09\x7c\x7f\xfe\xa1\x24\xc2\x7e\x1c\x9e\x9d\xdf\x97\x6e\x73\x2d\xc9\x2e\x97\xeb\xab\xcd\x36\x1c\x45\xff\xd2\x09\x3a\x33\x9f\x9e\xe8\xc5\x6d\x80\x88\xf3\xca\x6f\x65\x1d\x6e\x5c\x48\x9e\xfb\x63\xc8\x94\x68\xf4\x4b\x74\x35\x21\x59\x1f\x64\xc9\x86\xd4\x1c\xaa\x50\xeb\xfb\xb2\xea\x54\xae\x4e\xd9\xbd\x08\x41\x97\x47\x85\x65\x29\x8c\x61\x00\xa3\x41\x9b\x11\xab\xc1\xad\x55\x30\xec\x1f\xc1\x45\x9d\xe6\x52\x19\x57\x22\x10\x27\x7a\xf8\xab\xd4\x0b\x0a\xae\xc6\x23\x74\x4b\xc8\x88\x39\xeb\xc1\x8c\xaa\x79\x3e\x39\x8a\x78\x7a\x5c\xe0\x13\x1e\xe3\x8c\xa6\x58\x4b\xd2\x44\x2c\x8e\x27\x09\x9f\x1c\xa7\x58\x2a\x22\x8e\xb3\x87\x19\x44\xc0\x38\x77\xea\xb1\x6f\x76\xc6\xff\x70\xf1\xe7\xaf\x0f\x2f\xfe\xfa\xf5\xbb\xba\x85\xac\x6d\xff\x87\x2c\xc2\x99\xcc\x13\x1b\x31\x27\xc2\xb5\x71\x47\x3e\x27\xab\xf6\xfb\xb2\xbc\x5d\xdb\xe9\xaf\xa7\xd7\xf7\x25\x8b\x75\xf9\x9f\x1f\x87\x1f\xaf\x6e\x7e\x2e\x71\xca\xbb\xab\x9b\xc1\x87\x12\x43\x1d\x5e\x7f\x3f\xfc\x38\xbc\x19\x5c\x8c\xdd\xc3\x6d\x6c\x6f\x3f\x30\xfe\xc4\xca\x4b\x23\x1d\x07\xac\xf5\x74\x82\xde\x73\x81\x7e\xf0\x3b\x79\x38\xc1\x12\xae\x18\x77\x67\xc9\x03\x94\xf1\x18\x18\x2f\x22\xd9\x9c\xa4\x44\xe0\xc4\xda\x0c\xa4\xe2\x02\xcf\xcc\x4d\x2f\x23\x81\x55\x34\x47\x32\xc3\x11\x39\x40\x11\x50\xc3\xec\x00\x36\x05\x54\x2d\x3e\xab\xda\xf9\x6e\x72\xa6\x68\x4a\x9c\x0a\x6e\xff\x79\x67\x36\x63\x83\xcd\xb9\xba\xfb\xbe\x2c\xec\xbd\xbf\xf8\xf9\x6e\x38\xbe\x3d\xfb\x61\xe9\x7a\x9a\xcf\x4a\x23\xbb\x85\x00\xa4\x53\x9e\xe4\x29\x0b\xff\xde\x7c\x6c\xe7\x97\x77\xc3\x0f\xd5\xd1\x5d\x0d\xee\xca\x94\x71\x53\x0e\x70\x7b\xf7\xdd\xd5\xd5\xc5\xb0\xe4\x12\x7e\x77\x36\xb8\x1b\xde\x9d\x7f\x2c\xd1\xcf\xd9\xfd\x8d\x41\x23\x5c\x36\x4d\x37\x82\x86\x89\xea\x69\x85\xd3\xdc\x35\x2b\xec\xc4\x89\x06\x36\xa0\xdc\x9c\xe5\xc3\x00\x6e\xc7\x84\x83\x81\x55\xe7\xd0\x9b\x54\x23\x33\xd2\x46\x76\xa8\xca\xdb\x84\xda\xd9\xf1\xd2\x8d\x5e\xc6\x95\xef\xfc\x10\x0c\x14\xa8\x51\xb6\x71\x92\xf0\x27\x13\xca\x9b\x52\x7d\x2b\x5b\x60\x34\xfd\x8a\x2c\x3c\x84\x47\x0d\x1c\xaf\xbc\x2d\x24\x12\x44\x7d\xe4\x39\x53\x9b\x93\xdc\xe0\xb2\xc4\x77\x86\x97\x3f\x8e\x7f\x1c\x94\x29\xf0\xfc\x62\x39\xab\x09\x9b\x68\xb8\x8a\x07\x97\x3f\xfb\x4b\x18\x02\xbe\x0f\xbc\x86\x6a\x64\xd7\x28\xa1\x5a\xec\x8d\xb0\xd6\x5e\x13\x90\x68\x10\xa1\x60\x72\x48\xf5\xe4\x20\xc0\x34\x33\xfe\x24\xc3\x9f\xcc\x20\x4f\xdc\x1f\x95\xf6\x24\xac\x0b\x58\x53\x5d\x3c\x3d\xb4\x63\xb5\x6a\x86\x08\x7b\xa4\x82\x03\x9e\x2d\x7a\xc4\x82\x6a\x69\xdc\xb4\xac\xe7\x7a\x02\xff\xbb\x5e\x9b\x60\x18\xad\x30\xae\x5b\x2e\xd4\x99\x0f\xe4\xdd\xcc\x1a\xd2\x14\xd0\x5a\x0f\x65\x6d\x36\x74\xd4\xbf\x6d\xd8\x9c\x2d\x03\x7e\xcb\x13\xfe\x35\x39\xa3\x38\xd1\x0c\x60\x77\xf2\xe2\xe0\xf2\xf6\xbc\x2c\x3f\x96\xd5\x8c\x80\x2f\x6f\x2c\x2f\x82\xa1\xd2\x8c\xdc\x29\x13\xb7\x7f\xbb\x30\xda\x05\x80\x1e\x9b\x73\x1b\x28\x16\x20\x00\x39\x14\x94\x0c\x0b\x59\xf9\x42\x22\x00\x42\x2b\x02\xae\xf4\x9d\x05\xe1\x4c\x8f\x9c\xc6\x23\x46\x3e\x65\x84\x49\x08\x0e\x30\xf7\x59\xe1\x6b\x97\x47\xe8\x7c\x0a\x2c\x41\xbf\xce\x50\xce\xac\x03\x4c\x5f\xb8\x66\x90\x07\x5a\x94\xb5\x43\xf0\x1a\x22\x18\x5e\x18\x71\xc1\x52\xc5\xe0\x47\xec\x27\xef\x44\x83\x47\x53\xae\x19\x90\xde\x45\xdb\xde\x09\xc2\x4c\xd2\x03\xa4\x15\x96\xea\x9e\x42\xea\x80\x56\x28\x6d\x08\x97\xe6\x34\xf6\xcf\x97\xbf\x06\x6a\x71\xc2\xe1\x65\xd0\x7c\x17\x54\xae\x82\x16\xd1\x38\x31\x1e\x93\x71\xf7\x3b\x21\xe2\x82\x58\x3f\xcb\xda\xd7\xc0\x2a\xc6\x7e\x87\xe5\x43\xcd\xf7\x70\xce\xa4\xc2\x2c\x22\xa7\x09\x96\x1b\x06\x21\x39\x1b\xc7\x41\x59\xe2\xb8\xb9\xb9\xbf\xbe\x3b\xff\x6e\x05\x97\xaf\x7e\x5c\x0f\x03\x8a\x92\xdc\xb9\xe7\x26\x82\xe3\x18\x69\xf6\x39\xe3\xc6\x15\x68\x05\xff\x02\xfa\xdb\xe4\xf5\xf8\x80\xca\x12\xec\x78\x91\x8e\x60\xed\x1c\xa1\x2b\x81\xda\x85\x40\x91\x5e\x09\x14\x98\x3c\xdc\x56\x83\x67\xd1\x14\x24\xb1\xd6\xad\x2c\xc1\x6a\xca\x45\x6a\xb8\x7c\x69\xd2\xa6\xf1\xe5\x8d\x52\xa6\x88\x10\x79\xa6\xa8\xc3\x72\xaf\x4a\xa9\x50\xe1\x9d\xcf\x3e\x12\x29\xf1\x8c\x6c\xe3\x80\x6e\x52\x1e\x6e\x7f\x0c\xff\x09\x0e\xe6\x2e\xb2\x7f\x69\x84\x2e\xf2\xdd\xd1\xd3\x15\x7b\x6f\x02\x79\xae\x79\x42\xa3\x0d\x03\xee\xde\x0f\xce\x2f\xc6\xe7\x1f\xb5\x12\x3f\xb8\x1b\x5e\x94\x44\x09\x78\x36\x78\x7f\x37\xbc\xb1\x20\xd6\x83\xef\x2e\x86\xe3\xcb\xab\xb3\xe1\xed\xf8\xf4\xea\xe3\xf5\xc5\x70\x45\x64\x4e\x6b\xe3\x75\xeb\x6a\xf5\xd5\x93\xda\x2f\xb0\xc3\x9a\x97\x85\xf6\x32\xc8\x1a\xc3\x34\x01\x27\x38\x37\xce\x70\x8c\x18\x8f\x09\xfc\x2c\x9d\x75\xc6\x23\x47\xa3\x73\xf5\x45\x92\x20\x9c\x2b\x9e\x62\xf0\xda\x24\x8b\x11\xc3\x13\xcd\x5a\x71\x92\x04\xe1\x5d\x22\x67\x4c\xb3\x58\xdd\x98\x81\x68\x8f\x12\xa2\xd9\x79\x16\x24\xfb\x59\xbf\xc1\x94\x32\x88\xb4\x4d\xb1\x78\x30\x6e\xa6\xa2\xcb\xe2\x50\x48\x84\xe5\x88\xe9\x71\x11\x6b\x18\xea\xb2\xc2\x27\x9d\xde\x6a\x5d\x9d\x14\x3f\x10\xbd\x2a\x69\x1e\xcd\x51\x26\xf8\x4c\x10\x29\xad\x6d\x39\xc2\xcc\x04\x20\xd8\xd7\xf5\x35\x34\x62\x8c\xeb\xa5\x70\x26\xec\x98\x64\x84\xc5\x84\x45\xd4\xa4\xf5\x81\xef\xde\x9b\x36\x67\x02\x67\x73\x24\x39\x38\xbd\x61\xd9\xc1\x7e\x65\x3e\x72\x37\x99\x99\xb1\x79\x1c\x5a\xa0\x45\xae\xf9\xc4\x15\xc8\x89\x66\x95\xe1\x63\x77\x19\x3a\xb7\x8b\xb1\x03\xa6\x59\x42\x94\x01\xeb\x87\x25\x87\xcd\xd0\x6b\x5d\xda\x0f\xbd\x4d\x4d\x9b\xa0\x2f\x6c\x37\x66\x2c\xed\x88\x8e\x1a\x2c\xdb\xf6\x48\xa1\xef\x31\x8b\x13\xdd\x8a\xf3\x61\x94\xcf\x22\xa4\xa2\x0c\x34\xd5\xb8\xd3\xb8\xcd\x2d\x1a\xe1\x5c\x6e\x73\x8d\x56\x72\x31\x8d\x55\xf0\xb0\x08\x0a\x01\xf2\xb6\x89\x98\xb0\xba\x99\x66\x91\x38\xe1\x76\x95\xcc\xeb\xb9\xa9\xff\x84\x60\x34\x2d\xd7\x6c\x26\x28\x8b\x68\x86\x93\x8d\x74\xbf\x4a\x30\xbe\x8d\x71\xff\x92\x4e\x35\xf9\x7c\x55\x73\xdb\x2a\x22\x52\x48\x50\xb6\xc3\xf4\x5b\xb8\x86\x25\xc9\x66\x35\x10\x59\x44\x93\x60\xc1\x73\xe3\x8f\x83\x75\x21\x71\xc3\x51\x3d\x6a\xda\x6e\x7d\x32\x70\x39\x00\x7a\x83\xcd\x36\x91\x3f\x6d\xeb\x57\x69\xc5\xf6\x6e\x82\xf1\x70\x72\xdd\xdc\x66\xd3\x0e\x04\x0f\xff\xb5\x8c\x76\x3e\xe2\x4c\xd3\x8c\x85\xed\xc7\xc5\x1c\xad\x92\x64\xab\x82\xb9\xf8\x99\xc0\x77\xee\xf3\x42\xba\xef\x46\xb1\x84\x36\x00\xaa\xde\x49\x29\x86\x20\xc8\x31\xb7\x34\x3e\xcd\xb5\x2c\x8b\x30\x44\x21\xa0\x2f\xc9\xd1\xec\x08\xb9\x22\x0c\x07\x68\x70\x7d\x3d\xbc\x3c\x3b\x40\x44\x45\x5f\xb9\x98\x45\x1b\xb0\x34\x62\x8a\x5b\x69\x65\xe1\x0a\x68\xa4\x44\xcc\x48\x69\xce\x2e\xba\x09\x42\x95\x67\x54\x2a\x1b\x3e\xab\xf9\x4a\x50\xea\x84\xa6\x55\x31\xdb\x50\x48\xae\xe6\xdb\x90\x06\x96\x32\x4f\xb5\x2e\x3b\xa6\x38\x1d\x0b\x9e\x6c\xc3\x14\xce\x60\x2a\xa0\x2e\xfb\xf4\x7c\x8a\x53\xa4\x9b\xb5\xa1\x20\xde\xe5\xe8\x45\x3a\x2d\x18\x69\xbe\xac\xef\xcd\xe0\xde\x72\xde\x07\x1b\x8f\x46\x5d\x08\x04\xa4\xef\xb7\xb0\x8a\xc2\x6c\x3c\xb6\x96\xfa\x31\x8e\x22\xad\x72\xef\x78\x52\x41\xfd\x1c\xe7\x12\xb0\x1d\x3d\xdb\x34\x57\xd1\xb9\x1b\x66\xa6\x39\x18\x04\x03\xeb\x2b\x57\xf2\x88\x16\xed\x37\xf4\x3b\x59\xd4\x7a\x75\x15\x6e\xee\xa5\x37\xa9\x98\x4b\x58\x12\xd8\x49\x69\x2a\xe4\xa8\x39\x59\xa0\x39\x7e\x24\xa5\x2e\x5d\x42\x8c\x6e\x78\xc1\x73\xd1\xc4\xe8\x46\xec\x8c\x64\x82\x68\x49\xbf\xea\x40\xf1\x34\x7d\x53\xa6\xc4\x9e\xae\x7b\xba\x7e\xf3\x74\x7d\x6a\x0a\x25\x0d\x7c\x61\xac\xad\x04\x38\xd3\xd8\x38\xe3\x3c\x19\x77\xb0\x89\x74\x5f\xf1\x92\x27\xac\x52\x36\x0a\x20\x01\x78\x0e\xf2\x51\xe9\xda\xe4\xfa\xae\x0b\x52\x6c\xed\xf0\x96\x2c\x83\x73\x99\x05\xf5\x72\xb6\x39\xef\x4d\xad\x2c\x6b\x09\x3d\xbb\x98\x73\x6a\xe4\x1b\xef\x2e\x0b\xeb\x9f\x96\x0e\x93\x13\x45\x28\xab\x55\x63\x33\xf4\xac\x17\xd8\xc8\x1d\xbf\xe6\x5c\x61\xf9\xd5\xd1\x88\x69\x21\xea\x81\x2c\x8c\xb9\x55\x8b\x29\x7f\xd4\xb2\xf8\xa1\x24\x4c\x42\xb8\xf7\x1f\x8d\x7b\x4e\x93\xb8\x33\x57\x1b\xd5\xd4\x14\x81\x83\xa0\x6b\xdf\x0b\x84\xe8\xda\x46\xad\x94\x54\x04\x40\x83\x9c\x6f\xe6\x62\x9f\x99\xe1\xcf\x88\x82\x14\x6b\x45\x15\xe8\x4c\xb1\xa9\x32\x57\x1b\xfa\x4a\xd3\x95\xa1\x0a\xc1\xc1\x4f\x12\xe7\xdb\x31\x7e\x59\x6f\x63\x25\x67\xf4\xda\xc2\xad\x8d\x79\x3f\x76\x76\xa3\x48\xf0\x5a\xe9\x36\x2c\x91\xd9\xe9\x89\x61\x07\xce\x7f\x4d\xd8\xd1\x13\x7d\xa0\x19\x89\x29\x86\x08\x78\xfd\xaf\x63\x3d\xaf\x3f\x9c\xde\x5c\x5d\x8e\x8b\x4c\x9e\xff\x1c\xb1\x41\x22\xb9\xcf\x52\x40\x8c\x33\x1f\x6e\x9f\x09\xe2\x44\x42\x3b\x17\xb0\xba\x16\x66\xc4\x11\x6b\x1b\x41\xcc\x23\x79\x84\x9f\xe4\x11\x4e\xf1\x6f\x9c\x81\x2b\x7d\x00\x7f\x9e\x26\x3c\x8f\x7f\xc2\x2a\x9a\x1f\xc3\xb9\x56\xc7\xe4\x91\x30\x65\xdc\x54\x7a\xb9\x62\x48\xde\x95\x10\xad\xff\x07\x3d\xe6\x22\xa9\x48\x6a\x4d\x36\x22\x99\x42\xff\x8f\x20\x13\xce\x55\xf3\x25\xc5\xa7\x53\x49\xd6\xba\x90\x0a\x25\xed\xf6\x0a\xfd\xf5\x2f\x5f\x7f\xa3\x49\x68\x93\x35\x3e\xbf\xbd\x1a\xeb\xef\xff\x70\x66\xbf\x97\x6b\xb0\xbb\xab\xac\x60\x6d\x8e\x78\x4c\xe0\x7c\xce\xe0\xf6\x13\xe0\xbc\x00\xf6\x06\xe4\x50\xec\x63\x13\x77\x3b\x2b\xb5\xbe\x9d\xca\xb6\xd1\x62\x82\x8a\x1d\xcc\x11\x1d\x22\xc6\x51\x6a\x62\x4d\x31\x43\xff\xfe\xc3\x77\xcd\x1b\x98\x0b\xba\x51\x87\xd4\xc2\x35\x04\x5d\x4a\xfa\x1b\x91\x48\x53\x8d\xa6\x62\x9e\xea\xae\x05\x91\x73\x9e\xc4\xe8\x89\x80\x9a\x64\xe3\x40\xbd\x56\x2e\xc8\x88\x85\x4d\x40\xc8\x21\xc2\x89\xe2\x33\x02\x77\xb5\x53\xd4\x14\x11\x5a\x54\x31\x59\x1a\x8a\x0b\x72\x60\xa0\xbe\x6e\xff\xec\x62\xab\x61\x9a\xf0\xc8\x25\xb5\x58\x93\x5c\x3c\x69\x9e\xf9\xb4\x6a\x7a\x45\xed\x36\xfc\xea\x26\x5b\xb3\x6d\xf3\xd2\xd8\x24\x14\x6b\xc3\xaa\xee\x4c\xf3\x60\x68\xc4\xd9\x38\xa1\xec\x61\xa3\xcd\xb8\x72\xa2\x9c\x6e\xc1\xae\x99\x6e\xd1\xdb\xb9\x8d\x05\x64\x8d\xf3\xf1\x3e\x4f\x12\x93\xda\x12\x6e\x0f\xc8\x5d\x66\xdd\x40\x18\xc8\x4c\x0e\x28\x89\xad\xdf\xcb\x6a\xc2\x82\x30\x08\x78\x1b\xb1\xc9\xc2\xfa\x6c\xe5\x01\x92\x79\x34\x77\x99\x79\x11\x67\x52\x8b\xd1\x5c\xa0\x88\xa7\xa9\x29\x6e\xca\x08\x52\x9c\x27\xd2\x46\xbb\xb3\x43\x85\x23\x35\x62\x45\x7f\x2b\x4e\x9e\xa9\x80\xb4\x5d\xea\x5e\x77\x97\x4e\x51\x69\x69\xa9\xc0\x4d\xe3\x10\xb3\x01\x8c\x60\xc6\x13\x15\xa0\x3f\xf0\xfa\x59\x32\x1b\xd6\xa2\x19\xc8\x39\x17\x6a\x1c\x37\xf2\x9c\x95\x44\x53\x65\x84\x8c\x1c\x26\x10\x34\xcc\x1f\xb5\xf0\x4f\x9e\xbc\xf1\x75\xd9\x10\x34\x55\x2f\x1b\x41\xb7\x63\xb4\x74\x64\xeb\x92\x60\xcb\x5a\x19\x04\x8f\xa8\x1c\x13\xbe\x6a\x8c\xb7\xf0\xd5\xa9\xfe\x68\xe9\xe2\x55\xcf\x9d\x13\x82\x78\x5c\x80\xcd\x99\x7b\xdd\x66\x84\x2c\x5b\x53\x0b\x9d\xf0\x7c\x99\xa3\xcb\xa6\x72\x5f\xb6\xe4\xea\xb1\x80\xc9\x5e\x12\x90\x35\xb1\x98\x50\x25\xb0\x28\x21\x85\x78\x7d\x50\x12\x2c\x20\x3e\x6b\xc4\x0c\x6e\x9c\xd1\x14\x62\x14\x53\x09\x09\x22\x70\x97\x06\xce\x30\xd4\x4d\x09\xac\x1c\xed\x22\xcf\xd1\xc4\x9f\x43\x60\x59\x41\x1a\x8e\xd9\xe9\x8e\x3c\x3e\x96\xd6\xcf\x78\x94\x17\x82\x5c\x04\x12\xae\xc5\xd4\x41\x94\x49\x3a\x9b\x2b\x44\x99\xb5\x3b\xe2\x64\xc6\x05\x55\xf3\x54\x1e\xa0\x49\x2e\xb5\x16\x6a\x82\xd5\x4c\x3c\x0a\x51\x51\x27\x2e\xb4\x6d\x12\x71\x5c\x69\xb0\xae\xa2\x6c\x40\x1a\xdd\x0e\xe5\xb0\x72\x57\xac\x20\x9c\x81\xc7\x19\xac\xb6\x41\xa1\x6e\xa3\x81\xa7\x44\x26\x0e\x90\x3b\x64\x27\xa8\x02\xd2\x76\x0e\x00\x15\x72\x67\x5e\x8a\x97\x28\xc4\x85\x4c\x32\xa8\x20\x2e\x76\x1b\x24\xaf\x32\x32\xa5\x41\x6f\xf2\x4e\xa7\x34\x53\x8d\x81\x5b\x75\x57\xd1\x4d\x80\xf9\xd3\x6d\xb1\x21\x19\x0b\xa8\x19\x90\xda\x46\xec\x96\x90\x76\x20\xb7\xda\xde\x9b\xd2\xb8\x30\x05\x9b\xe8\xb1\x9c\xe4\xb7\x71\x62\x9f\x0d\x6f\x4f\x6f\xce\xaf\x0d\xe4\xc4\xd5\xcd\xc7\xc1\xdd\xb8\xc1\xaf\xdd\xf0\xd6\xc7\xc1\xcd\x0f\x67\xab\x5f\xfb\xfe\xae\x9c\x95\xdd\xf0\xca\xcd\xed\xf2\x64\x8e\x0e\x43\x6c\x48\x0a\x6b\xec\xe7\x04\x65\x0b\x35\xe7\xcc\x87\x28\xc4\x25\xde\x74\x88\x4c\x46\xb0\x82\x10\x22\x21\x55\x83\xe3\xf0\x0e\xe2\x72\x56\x4b\x98\xe5\xcd\x32\x30\x6c\x3b\x15\x8d\xd6\x38\x91\x1f\x12\x3e\x01\xbf\x75\x5e\x2a\x71\xbb\x24\x02\x7d\xcb\x78\x9f\x33\x2a\xb3\x04\x2f\x6a\x3d\xac\xba\x72\x2e\x71\x4a\x20\xe2\xb8\xc0\x8f\x73\xc9\x22\x7a\x67\x20\x81\xc9\xdf\xeb\x74\x0a\x99\x4c\x8a\x62\x45\xd0\x84\xa8\x27\xc8\x9b\x73\xbf\x7a\x5b\xaa\x0b\x18\x91\x47\x23\x06\xe6\x9c\x91\x5e\xe4\x38\x87\x68\xbf\xd1\xbb\x03\x34\x7a\x17\x93\x47\x92\xf0\x4c\xef\xbc\xfe\xa1\xe5\x92\x19\xa6\x98\x26\x97\x5c\x79\xcb\xdc\x36\xfb\x29\x48\x44\x33\x90\xcc\xc7\x44\xb7\xfb\x72\x82\x47\x89\x92\x1d\x3b\x83\x31\x20\x1c\xc7\x5a\xc9\x06\x56\xe6\x86\x57\x84\x00\xb1\x60\xea\xa5\x5a\x99\xeb\x88\x14\xde\xfc\x6d\x7a\x0c\xdb\x2c\x9b\x3d\x1b\x77\xc0\x3b\x86\x5f\x48\xc9\x70\xa1\x38\xbe\xe3\x8e\x5a\xc7\x7d\x9b\x8e\xd1\xea\x81\xae\x1e\x40\xbd\x16\x6b\x08\xcc\x7e\x80\xb7\xfa\xbb\x95\x82\xa6\xbf\x6d\xa3\xb0\x24\x3b\x88\x8c\x36\xb7\xb9\x9a\x4e\x4d\x56\x8e\x38\x4a\xb8\x2c\x43\x9d\x74\x1e\xf4\xa9\xfd\x74\xd9\xb8\x87\xa1\xb3\x58\x5f\xeb\x6b\xf9\xa3\x1b\x16\xbe\x82\xe5\x67\xd8\x84\xb2\x0e\x0e\xfb\xf6\x01\xa2\x10\x2c\x07\xf2\x74\x52\x24\x7e\xb3\x18\x15\x56\xec\x11\x2b\x42\x0e\x24\x7a\x22\x09\x44\x29\x45\x3c\xcd\xc0\x42\x6b\x87\x6b\x5b\x22\xb1\x09\xf8\x3c\x40\x3c\x57\xba\x31\x93\x52\xe1\x6c\x70\x36\x5f\xa3\xb0\x5a\x1b\xd7\x89\x8d\x5d\xf6\xb8\xc0\x86\xd6\x0d\x2b\xa4\x0c\x7d\x20\x0a\x5a\x01\xdc\xf5\x70\x82\x20\xe6\x55\x23\xe0\x9a\xd7\x7e\x8b\x13\x65\x67\xb2\xc6\xce\x17\xb8\x17\xdf\x25\x7c\xb2\x5c\xc7\x83\xc6\xd1\xfd\xcd\xb9\x33\x28\x15\xe1\x2f\x01\xf8\x6c\xc9\x21\x34\xbc\xbe\x19\x9e\x0e\xee\x86\x67\x47\xe8\x5e\x12\xbd\x3c\x7e\xba\x90\x1e\xeb\x25\x4a\x33\x72\x0b\xa4\xc1\xa4\x22\xb8\x4d\x8f\x25\x42\x94\x92\x58\x57\x30\x8e\x32\xca\xc6\x72\xc2\x06\x8c\x0b\x6a\xed\x2c\x80\x0b\x53\x9d\xa7\x0d\xac\x5a\x75\x02\x21\xcc\x65\xfc\x76\x82\x8c\xcc\x78\xd3\x7a\x60\xd5\x2a\xf2\x29\x07\x64\x3d\xf7\x64\xe0\x68\xa9\x39\xa1\x02\x75\x9a\x96\x21\xaa\x71\xf7\x39\x05\x11\xca\x1f\x71\xb6\x3c\x7b\x10\x3f\x95\x88\xd6\x48\x32\x81\xeb\xf5\xb9\xcf\x81\x63\x6b\x63\xc3\x0a\xb7\x9f\x60\xe1\x8f\x30\xbc\xd5\xf3\x4d\x13\xb0\x2f\x9d\x8d\x23\x9c\x58\x65\x10\x36\x0c\x51\x22\x38\x3b\xf0\x0b\x65\xa8\x74\x25\x1e\xa0\x29\xfd\x64\x1b\x2d\xc2\x93\xdd\xab\x81\xbf\xba\x25\x1c\x6e\x8e\xeb\x67\x6a\x0d\xb1\xe1\x1a\xbe\x5f\x1a\x9e\xc5\xa5\xd2\x52\x97\x96\x5c\x05\x89\xb8\xd0\x37\x05\x74\x5b\x18\x91\x57\x89\x0c\x0a\x0b\xbd\x28\x75\xa3\xfa\xb2\xd3\x5f\x94\x90\x88\xb1\x22\x87\x8a\xae\xcc\x5f\xb5\x29\x0e\x90\x0c\x81\x55\x80\xe6\x54\xdc\x3c\x13\x32\xc3\xcc\x45\xd6\xb6\x0c\xd7\x5d\x79\x5b\xb0\x2a\x2d\xc1\x62\xc8\xee\x01\xf9\x0a\x32\x37\x4a\xe3\x90\x19\xac\xe7\xd2\x71\xd8\xe0\x85\x7d\x58\xb6\x27\xec\x63\x29\x5a\x06\x9b\x67\xf1\x3e\x0d\x36\xc1\x52\x21\x3b\xa6\x36\x4d\x32\x90\xf0\x9f\xd7\x86\x56\x52\xcd\xba\x9a\xcf\x34\x09\x95\x95\x10\x02\x86\x6d\xe9\x60\x2f\x0c\xc8\x47\x4a\xc4\xcc\x09\xc2\xa6\x92\xae\x3f\xdb\xb6\xa4\xae\xbb\x25\x42\x66\x02\x31\xd6\xf5\xa6\x8f\xd0\x80\xd5\xe0\x8e\x5c\x58\x4d\x69\xbd\xcc\x9d\x84\x93\x27\xbc\x90\x28\x13\x06\x19\xc4\x04\x5e\xbb\xc9\x43\xbc\x63\xf9\x23\xef\xc9\x56\x2e\xf2\x1d\x81\x2a\xbd\x3a\xe6\xc9\xc9\xbd\xe3\x67\xf0\xc4\x54\x82\x82\xbd\x40\x5e\x34\x57\xa8\x9a\x1d\x58\x9d\x22\xe3\x68\x8e\xd9\x8c\x8c\x9d\x8d\x6c\x13\x6d\x49\xb7\x73\x0a\xcd\x9c\xd9\x56\x9a\x2f\xa7\x6b\xa3\x30\xd9\xf2\x1d\xe6\x55\x6f\xff\xd1\x87\x40\x2a\x3c\x23\xc8\x8c\xa8\x93\x55\xb1\x14\xf0\x63\xb1\x62\x41\x4f\xb0\xad\x0e\xcb\x41\xd0\x6d\xc2\x3b\x44\xae\x5c\xe0\x09\x49\x5e\xc7\xf1\x0d\x5d\x5b\xdb\x2a\x38\x5b\x4c\x30\x37\x41\x4f\x60\x8e\xad\xb0\x0c\x6b\x7c\x15\x79\x53\x68\xf7\xb2\x79\x96\x8a\x57\x6f\x31\x51\x57\xea\x61\x93\xa9\xb6\x15\x80\x08\xaf\xbd\xa0\x50\x42\x93\x7d\x24\xbc\xfe\xaa\x26\xc1\xcd\x06\x12\xd4\x6b\x68\x19\xc7\xd6\x05\x1b\x56\x4e\x65\xe3\x1c\xf1\x8e\x45\xcc\xce\xa7\x88\x71\x46\x10\x95\xc5\xcb\xaa\x9c\xcd\xe2\x11\x56\xb4\x88\x6f\x8c\x2f\xbe\xc8\x92\xaf\x9d\xf3\xdc\x96\x96\x22\xf7\xdd\xdb\x06\x5c\x7a\x2e\x23\x5a\x51\xc5\x62\x01\x08\x8d\x86\x0f\x97\x65\xba\x95\xe3\xdc\xb9\xc0\x7d\xe7\x00\x38\x83\x40\x4b\xc5\x11\x88\x91\x95\xc1\x21\x03\x63\x69\x5f\xb2\x1f\x59\x94\x91\x11\xf3\x96\x0d\x20\x44\x2a\x51\x8a\x33\x70\xc9\x30\xae\x8a\xaf\x0c\x6a\x8e\xf2\x5b\x78\xe0\x04\x71\x69\x4a\x20\xb5\xac\xc0\x2a\xd3\x8e\xbb\x7e\x8b\x75\x2d\xa3\x13\x3a\x64\xd5\x19\x7d\x24\xcc\xd1\xf4\x81\x3b\x13\x7a\x50\xae\xd3\x64\x71\x88\x21\x4a\x94\xc4\xa1\xe1\x7a\x39\x47\x32\x06\x99\x7d\xb0\x47\x76\x5f\xb2\xbb\xc6\x28\x08\x83\x71\x55\x02\x27\x77\x71\xbd\x21\x95\x5a\xd8\x55\x93\xc8\x8b\x25\xfa\x23\xe3\xea\x8f\x01\x30\xad\x33\x5e\xc0\xa7\xce\x04\x75\x50\xab\xb8\x01\x87\xd6\x12\x0e\xc2\x01\x40\xd2\xca\x95\xdf\xd6\xb5\x5b\xc4\x2d\x3f\xab\x34\x3a\xac\x27\x31\xb5\x95\x2c\xea\x1d\xae\xa8\x7a\x2d\x54\x0d\x9e\xa6\x2a\x5a\x71\xd2\x4b\x86\x4e\xb9\xca\xc3\xea\xf7\xa2\x93\x67\xb5\x96\xd0\xbd\x0d\xb5\xa5\x9d\x03\x5f\x56\x60\xd8\x36\xdb\x25\x36\x49\xd3\x6b\x93\xcb\x45\x39\xf2\xc8\x56\x31\x68\x01\x69\x3d\x1a\xb1\xf7\x5c\xd8\x2b\x58\x5a\x98\xf8\x09\x8e\x1e\x0e\x09\x8b\x11\xce\xd5\xdc\x80\xa5\x5a\xbf\xc2\xc2\x52\x83\x96\x34\x80\x6c\x3c\x12\x02\x95\x11\x16\xb1\x2b\x58\xf0\xc8\xdd\x28\x46\x2c\x68\x04\x80\xe8\xa1\x4e\x0f\x54\x1a\x6d\x53\x35\x89\xd4\xfa\x55\xdb\x5a\x34\xd5\xd0\xac\x55\xd0\x5c\x7e\xce\x4a\x35\x41\x01\x42\x1f\xe2\x53\xf8\xb4\xbe\x3a\xe7\xce\xda\xe8\xf4\x3b\x4d\xcf\x75\x2f\xc4\x81\xd5\x28\x8c\x49\xca\xce\x40\x4b\x3a\x5f\x3b\x5e\x5b\x02\x7d\x9d\xe6\x02\xa2\x2d\x9b\xda\xfc\x32\x9a\xd3\xa4\xf0\x5d\x7c\x75\xe0\x87\xa9\x9b\x4c\xc8\x23\x49\x0c\xe4\x78\x24\x20\xb0\xda\x58\x0d\xbf\x46\xff\xd7\xd4\x95\x44\xdf\x8c\xd8\x07\x60\xc3\x49\xb2\x00\x40\x44\xdf\x32\x56\x95\x66\x1e\x1a\x07\xa0\x6c\x26\x07\x2a\x0f\xc4\xec\xf5\x1c\x3f\x92\x11\x73\xcd\xfc\x5f\xf4\x80\xfe\x84\xbe\x69\x53\xef\x5c\x7c\xf4\x33\xdb\x39\xde\x07\xd1\xc7\xc1\x2d\x67\x19\xa5\xe5\x37\xce\x0c\x52\x32\x42\x36\x00\x23\x78\x5c\x63\xca\x1e\x79\x54\x0b\xc2\x0f\x4f\x2d\x16\x84\xa9\x31\xe3\x31\x19\x93\x06\x97\xe6\x12\x26\xa1\x85\x80\x4b\x1e\x93\x95\x0e\x49\xcf\x4c\x7f\x02\xd3\x8d\xcc\x27\x7e\x3b\x20\x3f\xdb\x27\xe3\x7a\xeb\x43\x99\xd2\x9a\x47\xee\xc1\x43\x37\x19\xf7\xa6\xce\x54\x17\xe5\x77\x00\x17\x82\x1d\x40\xb3\x43\x2f\xc1\xca\xa5\xb0\x56\x8f\x63\xd5\x11\xa0\x5f\xd6\x33\xb7\x97\x55\x00\x8b\x0a\xa5\x2b\x04\x9d\x51\x2d\xbf\x77\x77\xd8\x02\x27\xdc\xc4\x9b\x61\x30\x22\x3b\xb9\x33\x8a\xa5\x70\x38\x19\x87\x9e\xfe\x0a\x27\xe4\x84\xe7\x55\x01\xde\x2e\x00\x95\x61\x72\xad\x95\xd5\x17\x9a\x0f\xcf\x4c\x02\x17\x99\x53\x93\x32\x3d\x38\xbd\x40\xfa\x74\xf0\xd4\xe0\x0a\xc1\xa2\xe5\x6a\xce\x05\xfd\xad\x35\xc1\xa4\x5d\x46\x2f\x3c\xad\x45\x3e\x8e\x19\x67\x59\x5a\x07\x62\x35\x22\x85\x2a\x69\x25\x4d\x3a\x13\x9a\xe4\x00\xa1\xa9\xd9\xec\x34\x4f\x0c\xee\x7e\xc4\x45\x6c\x0a\x5f\xcb\x52\xf6\x0f\x44\x51\x3a\xf1\x1e\x2b\xdf\x20\xb5\x48\x83\x16\xd9\xdf\x58\x70\x96\x0a\xa0\x7f\xcb\x49\xbe\xa3\x04\xaa\x57\x0d\x39\xbd\xc3\x33\x59\xc4\x90\x9a\xb5\xd1\xbc\xb9\x58\xdf\x5f\xf5\x4c\x65\x90\x72\xe8\x2c\x8b\x1e\xc1\xc7\xa8\xe4\xa6\xae\xe3\x5a\x16\x9d\x1b\x83\x5c\xbe\x03\x93\xce\x4b\xc4\x73\xd4\x65\xa4\x06\xf6\x63\xc9\xef\xd1\x27\xe0\x55\x59\xc4\x33\xd9\x49\x1c\x04\x7c\x45\xfa\x78\x46\x93\xc9\x06\x4c\xae\x2e\x54\x2f\x0d\x6a\x2d\x0c\x28\x9e\xad\x35\xe4\xc2\x2a\x0e\x51\xf3\x4f\x82\x02\xc0\xd7\xa2\x78\xd9\x97\x30\x75\xd7\x45\xc8\x63\xb4\x94\x62\xc4\x5a\x88\xeb\x70\x4b\xb8\x68\xe6\xf1\x6b\x18\x20\x6c\x43\xe5\xae\xeb\x7e\xfb\xb6\x13\x61\x58\xd2\xbe\x1e\x89\x3a\xba\xc7\xca\xc3\xe0\x0b\x39\xbc\x8e\x01\xd1\x8b\x36\x2f\x77\x32\x3c\x39\x8e\x23\x1c\xcd\x5b\x27\x35\xe1\x3c\x21\x98\xb5\x49\xaf\x8d\x8f\xab\x47\xc4\x60\x53\x02\xeb\x4e\x12\x00\x68\x75\x4b\x60\x8b\xfa\x15\xe2\x3b\x8b\x01\x58\xdb\xf0\x70\x83\xc4\xe1\x06\xaa\x08\x73\x96\x1f\xca\x66\x09\xa9\xae\x95\x45\x40\x3f\xb0\x9d\x24\x51\x9e\x04\x55\xfd\x32\x22\xf4\xa8\xf5\x12\x3f\x12\xa6\x75\x06\x3b\x0e\xe7\xcc\x78\x72\xf9\xac\xbe\x96\xcf\x81\xef\xda\xf9\xd3\x20\x69\x2c\x1e\x31\x38\xb8\xbc\x7c\x58\x35\xad\x4a\xad\x66\x84\x76\xa9\x8d\x4f\x67\x20\x44\xac\x7d\x3c\x6f\xcb\x66\xe2\xb5\xcf\xa4\xe9\x7b\x0c\x31\x06\x5b\xbb\xd6\x02\xf7\x4b\x91\x69\x6f\x36\xd6\xa1\x29\xbd\x90\x11\x19\xa2\x36\xca\x20\x2f\x41\xd0\x46\x1b\x9a\xcf\xb3\xde\x25\x45\xf5\x02\x77\x1b\x74\x1c\xca\x52\x57\x75\x47\xc7\x33\x58\x27\x97\x9d\xdb\x0b\x1b\x71\x5b\x76\xd9\xfa\xf4\x8c\x22\xcc\xd1\xd6\xe7\x54\x02\x43\x72\x39\xa4\x04\xff\x64\x34\x6c\x2a\x8d\x05\xcc\x55\x29\x48\x33\xb5\xb0\x45\xad\xe0\x5e\x0c\x53\x32\x0d\x60\x57\x93\x7b\xb8\x7a\x47\xc6\x25\x07\x71\x53\x67\xd0\x91\x35\x2b\x34\x36\xe9\x16\x3a\x04\x80\xa8\x24\xdc\xb7\x45\x83\x98\xfa\xa0\x63\x9c\xb4\xda\xb2\x76\xc0\x34\x21\x4b\xb2\x48\xb2\xb7\xd8\x9d\x4a\xe4\x44\xf3\x2e\x9c\x24\x95\x79\x61\xc8\x66\x55\xbe\x46\xd8\xa4\x28\x64\xda\xdd\x59\x9d\xe0\x09\x59\xcb\x3d\x7d\x61\x3e\x58\x4a\x45\xf0\x0a\xa4\x9a\x66\x59\xb2\xe8\x86\xda\x14\x86\xde\x35\x62\x5c\xad\x1a\x58\x88\x8c\xb5\xf4\x6e\x2a\xa3\x4b\x6d\x36\x44\x49\xa2\x5c\x50\xb5\x18\x5b\xa3\x5f\x77\xa6\x75\x6b\xbf\x3c\xb5\x1f\x76\xd1\xa8\x4f\x90\xeb\xcf\x19\x19\xe1\x9e\x12\xd4\x14\x40\xb1\x53\xe8\xb2\xdd\x5a\x4b\x6e\xc4\xbe\x59\xb6\xb0\x0e\x7c\xa7\xdb\x50\x75\x17\x9b\x0e\xcf\x16\x56\x18\xf3\xa9\x83\xb5\xe9\xbe\xb0\xd5\x8a\x13\x6b\x58\x4b\x1d\x7a\x6e\x26\x28\x17\xb6\xb0\x43\x97\xa0\xb6\x14\x7f\x1a\x67\x58\xe0\x24\x21\x09\x95\xe9\xe6\xb6\xdd\x3f\x7f\xbb\x74\xb4\xa7\xa6\x00\x89\xb4\xe5\x7c\x3e\xd1\x34\x4f\x11\xcb\xd3\x89\x95\x72\xb1\x7c\x08\xb1\x0b\x5d\xa6\xb5\x81\xe0\x71\x03\x2c\xe5\x7b\x8b\x00\x8d\x72\xc4\x02\x5c\x62\x6b\xaa\xc0\xd1\x9c\x92\x47\x40\x4d\x14\x8c\x48\x79\x84\x2e\xb9\x22\x27\xe8\x23\xce\xee\x40\x50\x33\x15\x01\x67\xc6\x3a\x8e\x25\xd2\x52\x6b\xce\xa8\x3a\x18\x31\x0b\x66\xec\x56\xe5\x38\xe2\xcc\x00\x5a\x46\xb0\xb0\xbe\x09\x30\xf7\x3a\x64\x47\xe5\xf2\xd2\xa8\x6c\x59\x6c\x81\x9f\xc6\x41\xf4\xea\xd8\x64\x07\xac\x41\xc7\x37\xf8\xc9\xc4\x6b\x43\x05\x7c\xf3\xf5\x12\xc9\xdd\x06\x44\xd9\x02\x30\x06\xc7\xd5\x05\x8e\x70\x0b\x26\xe0\x4b\x57\x99\xe8\xd4\x2f\xe9\x11\x39\x42\xdf\x25\x7c\x22\x0f\x90\xf4\x98\xc7\xae\x40\xbf\x3c\x30\x0e\x2a\xf8\xb7\xc9\xe4\xf9\xca\xad\x7e\xc1\xf7\xa1\x6a\xdb\x94\x7e\x32\x18\x06\xf2\xcf\x27\xc7\xc7\xe9\xe2\x70\x92\x47\x0f\x44\xe9\xbf\x40\xa6\x68\x5c\x21\x07\x00\x84\x9b\xe0\x84\x56\xad\x4e\x1d\x8a\xa8\x13\x45\x5a\x10\x3b\x49\x00\xf6\x5a\x5f\xe9\xbe\x2e\xa6\x43\xae\xe1\xac\xb9\xe8\x9f\x9d\xb2\xc8\xdb\x8e\x57\x09\x2f\xf7\x65\xb4\x15\x53\xf7\x33\x84\xe9\x9d\x26\x78\x56\x51\x59\xd6\x50\x52\xae\x52\x6a\xa9\x48\xcf\x1d\xe2\x2d\xf4\x29\x2b\x47\x99\x7d\xe1\xdc\x91\xe0\x56\xb4\xee\x96\xa3\x11\x1b\x48\xf4\x44\x4c\x39\x4f\x48\x29\x03\xef\x44\x4e\xe5\xdc\x27\x94\x81\xbd\x14\x1a\x35\x68\xa6\x26\xe9\xdd\x2a\x8e\x4e\xb3\x72\xfe\x1b\xab\x81\xe2\x44\x92\x03\xdd\x30\x20\x5a\xb9\x40\x42\xf4\x24\x70\x96\x11\x31\x62\x16\x99\x12\xf0\x97\x39\xb7\x41\x22\x6d\xd1\xe4\xbd\x46\xb9\x5f\x1a\xe5\xa0\x12\x5a\x0e\x15\x6e\x53\x50\x7a\x64\x51\xc8\xcf\xd9\xa7\xbc\xca\x59\xba\x9a\x01\x8c\x17\x3e\x8e\x39\x91\x81\xe1\x19\x79\xfb\x51\x42\xa7\x44\xdf\x98\x23\xa6\x97\x3e\x34\x92\x1b\x4c\x5f\x07\xf1\xab\x3b\x8d\x04\x97\xd2\x46\x8b\x9b\x76\x96\xe7\xfc\x6c\x51\x3e\xcc\x00\x13\x9b\xc2\xfd\xd5\x42\x62\xc1\x33\x57\x52\xcc\x3e\x6c\xae\xe7\xde\xd6\xd4\xca\x02\x62\xc5\x5a\xac\x51\x42\xec\xf8\xf4\xe2\xdc\xd7\xcd\xa9\x74\x5d\xaf\x21\x16\x82\x39\xb7\x57\x11\xab\xcf\x38\xa8\x27\x56\x69\x62\x49\x45\xb1\xd5\x9b\x55\x8e\x51\xdd\x06\xa9\xab\xb2\xf5\xab\xee\xac\x0a\xcd\xac\x0a\xa5\xde\xd1\x36\xb5\xb0\xc2\x08\x84\x9c\xe7\xf6\x0a\x83\xb0\xa0\xdf\x92\x0a\xa7\x59\x98\x26\xe8\xa0\x0a\xed\x34\xcd\x51\x6b\x63\xdc\x2f\x0a\xa1\x1c\x61\x13\x81\x51\x1d\x5c\x6d\x2b\xd6\xf3\xd2\xdc\x59\x64\xe6\x5d\x84\xde\xbe\x5c\xde\x6d\xb2\x28\x22\xcd\xa4\x95\x37\x5c\xd5\xdf\x16\x5b\xf5\x84\x78\x14\xea\xd6\x0d\xdd\x36\xb1\xce\xa3\xd5\x08\x82\xa5\x0d\x21\x80\xfc\xb3\x4a\x6e\xca\x1a\x26\x4d\x3f\x66\x93\xc1\x7a\xe8\x71\xdf\x83\xab\xc6\x96\x32\x8a\xdc\x41\xa4\x42\x90\x47\x22\x80\x76\x6c\x9c\x0a\x2b\x1f\x55\x9c\x08\x82\xe3\x45\xb0\x22\xde\x49\x6e\x7a\x06\x93\x8e\xa4\xa9\x56\x3a\x41\x9c\x66\xfc\x90\x67\x4e\xce\x2e\xbd\x05\xa0\xfd\x74\xaa\x6f\xac\xc0\xc5\xae\xbf\x60\x87\xe4\x13\x95\x4a\xeb\x25\x0d\xf1\x85\xae\x11\xb8\xa5\xa1\x94\xcf\x9c\xd8\x1b\x6e\xf4\x6e\xf0\xdd\xd5\xcd\xdd\xf0\x6c\xf4\xae\x88\x28\x77\x29\x53\x1e\x84\xc6\x61\x8a\x73\x36\x62\x3e\x08\xd4\x63\xae\xc2\x5e\x22\x1c\xc7\x05\xe2\xb5\x55\x7c\x8c\x9c\xb1\x94\x23\x07\xa7\x62\x65\xf8\xe7\x92\x66\xee\x21\x6f\x66\x5f\x4f\xd6\x12\x77\x4f\xe9\xe4\x98\xec\x9f\x25\x69\x1a\x3b\xba\x6c\x42\xb8\x48\x65\xf4\x43\xa2\x1c\x9e\x19\x23\x4f\x4e\xbe\x87\xdb\xf9\x18\x9b\x4b\x78\x3d\x6e\xe7\x36\x64\x83\x4d\x7d\x4f\x3f\x91\xf8\xa6\x45\xaa\xda\x49\x16\x46\xa7\xe8\xb5\xc6\x5d\xc8\x19\x5d\x47\x4b\xf5\x53\xb9\xd7\xdf\x75\x67\x4b\x57\x05\x0a\x54\x81\xe8\x08\x70\x8e\x0a\x61\x14\x11\xa1\x30\x65\x68\x0a\x07\x9b\x45\x0b\x04\x58\x1c\x04\xfc\xae\xdf\xa2\x94\x32\xc8\x76\x5f\xb6\xb4\xf7\xe5\x79\xac\x53\xca\xff\xfc\xf2\xfe\xae\x24\xaa\x7e\x7f\x75\x5f\xae\x23\x3d\xf8\x79\xa9\xac\x5a\x69\x61\x59\x80\x4b\x30\xc5\x22\x73\xce\x02\x5b\xfa\x95\x69\x9a\xe8\x07\xa2\x7e\xd4\x7c\x99\xb3\x5d\x84\x95\x5b\x39\x0b\x1c\x4e\x64\xfc\x68\x1a\x5e\x83\x0c\xec\x50\x96\xe4\x0e\x38\x49\x0e\x7a\x40\xb6\x87\x30\x91\xfd\xc8\x54\x4c\x1e\xe8\xe6\x40\x65\x74\x01\x5a\x5a\x5f\xe2\x4c\x2f\x97\x81\x17\x74\x98\x84\x41\x73\x7c\x6a\x3e\xee\x88\xd0\x14\x84\x09\xeb\xb6\x8a\xa5\x44\x83\xeb\xf3\x86\xb5\xbe\xa8\xda\xe4\x3f\xaf\xf2\x0e\x89\x77\x0f\xec\xba\xb2\x43\x90\xef\xb5\x17\x45\x1d\xec\x4c\xb7\xab\xe7\x60\xbc\xa8\xd7\x65\xd7\xec\x3e\xa0\x57\x36\xc9\xb3\xa5\x3c\xce\x15\x40\x95\xeb\xa5\x36\x15\xcb\xb0\x26\x8a\x4c\x38\x20\x1b\x57\x1f\x22\xa7\xd4\x83\x36\x0f\x42\x24\x15\x6e\x0a\x48\x5a\x67\xed\xce\xd0\x65\x8a\xd9\x74\x81\x97\xf9\xd1\x50\xb4\x47\x1f\x00\x3c\x05\x57\xa0\xcc\x05\x5b\xda\x64\xe0\x70\xba\x21\xb5\xad\x87\x48\x53\x8c\xcf\xd9\x13\x2d\x36\x2b\xce\xb0\x55\x8a\x41\xc2\x77\xc8\xe1\x4d\x85\xa6\x8e\x46\x2c\x88\x00\x90\x46\x26\xd7\x67\xc4\x81\xf5\x43\x05\x48\x06\x40\xaf\x90\xf5\xe0\x6f\xe6\xd2\x0e\x54\x73\x8e\xd5\xbc\x0c\xb7\x5f\xeb\xc7\x9e\x4e\x39\xc7\x2e\xb3\xcb\xa9\xf7\x36\xb0\x2a\x34\x7e\x40\x7b\x01\xc0\xb6\xed\x18\xec\x7b\xa0\x51\xe3\xa0\x7c\x53\x90\x0d\x1c\x73\x22\xd9\x17\xca\xe7\xce\xd1\xc4\x96\x08\xc0\x55\x7b\xab\x16\x39\x30\xb5\x2d\x2f\x3f\xe0\x3b\x80\xbb\x59\x57\xaa\x0d\x8e\xd5\x4a\x1b\x8a\x73\x9a\x01\x25\x84\xc1\x1d\xd0\x69\x1b\x36\xcd\xa7\x8c\x44\x9b\x60\x72\x5c\x63\x81\x53\xa2\x88\x58\x16\xdf\x51\x2e\xae\x0a\xb1\x0b\x6e\x07\x6d\xbf\x66\x17\x0d\xf2\x7c\xb5\x44\x81\x57\xbd\x2e\x56\x61\x6c\xf8\x59\xac\x05\x27\xa4\xa7\xf1\xa3\x85\xda\x5f\x73\x16\xb6\x9f\x62\x1a\x36\x7c\x25\x80\x54\xd9\x76\x4e\x2f\x83\x2d\x71\x57\x43\x69\x28\xc5\x5f\xec\x09\xa8\xc4\xea\x51\xb6\xa1\x49\xac\xe2\xa5\x3b\xe1\xdd\x2e\x64\xdc\xe5\x24\x56\x0e\x55\x29\x18\x1d\xa8\x04\xe4\x7d\x03\xac\xd0\x8c\x08\x01\x42\x4b\x53\xc8\x59\xe0\x47\xb1\x78\x61\x85\xb5\xd1\x4a\x56\xd5\x62\x2b\x95\xe5\x5a\xc1\xe3\x76\x95\x2d\xdf\x4b\x34\xbb\x96\x68\xd6\xb0\xed\x19\xea\x24\xa2\x02\xdc\x61\x8b\xa0\xda\x8c\xeb\xf2\x04\x21\x99\xc3\x5e\x91\xb6\x92\x22\x5c\xfd\x94\xf9\x7f\x95\x39\xb8\x23\xea\x90\x54\x9b\xb2\xd4\x8e\x02\xff\x08\xb8\x47\x92\x50\x1a\xb0\x81\x0a\x30\x5a\x13\x57\x66\x4c\xd0\xe7\x97\xc6\xbb\x02\xd9\xa2\x0b\x9e\xa3\x27\x2a\xb5\x2e\x3c\x62\x10\x78\xe5\x4d\xd5\x8a\x23\xf3\xe2\x01\xbc\x05\x79\xe5\x32\x9f\xa4\x54\x21\x1c\xcc\xb0\x64\x2f\x3b\xb0\xe7\x59\x7f\x00\x33\x6e\x4c\x5c\x6e\xc2\x3c\x59\x71\x68\x36\x30\xfe\x14\x8d\x6c\x9b\x9b\x1c\x04\x89\x3e\x6f\x76\x72\xa0\xf1\x84\x1a\x66\xe3\x99\xeb\xd3\x93\x51\xb3\xb5\xc1\xa2\x30\x02\x54\x26\x95\xaa\x72\xb7\x58\xec\xc5\x15\xa9\xc9\xc5\x46\x74\xca\x4d\x2e\x5e\xdf\x45\x72\x72\x5b\xd9\x9e\x65\xc9\x6a\xee\x93\x16\xe3\xac\x4b\x82\x54\xdc\x45\x22\x87\x92\xd2\x75\xab\xa4\xb4\x6f\x30\x51\x45\x84\xf5\xe6\xf1\xba\xeb\xa8\x83\x45\xc2\x4b\x48\x45\x41\xfe\x5a\x19\x64\x83\x54\x39\x3f\xe3\x0a\x92\x14\x22\x28\x69\x5c\x4b\x9c\x1b\xb1\x66\x09\x64\x39\x4f\xdc\x36\xe6\x7d\xa7\x70\x52\xc1\xf9\x73\xb3\xb0\x16\xad\x9f\x7c\xd4\x90\x51\x96\x6d\x71\xe2\xaa\x88\x59\xf8\x9f\x5a\x14\x10\x10\x3c\x36\xc9\xe0\x6c\x38\x95\x1d\x23\xd2\x57\x9e\x0b\x7b\xe9\xee\x50\xb5\xab\x71\xe7\xce\x01\xfc\x5e\x46\xb6\xdc\xd8\x45\xa0\x3a\x35\xbe\xe2\x46\xdc\xa4\xe8\x22\xa0\x34\xee\x0c\x5b\xb2\x9a\xee\xad\x1b\x3f\x00\xd7\xa3\x1d\x3a\x36\x61\x18\x1e\xf1\xb8\xb2\x25\xa5\x09\xdb\x62\xd6\xcf\x30\xe9\x75\x0b\x65\x06\xae\x30\x61\xc3\x27\x69\x68\x37\x80\x0a\x99\x36\xea\xac\xc2\x87\xbd\x68\x97\xb3\x98\x08\x46\xb0\x9a\xbf\x5c\xd0\xfa\xe9\xb6\xc6\xe9\x17\x0b\x60\x3f\xdd\x49\x95\xe4\x4a\x50\xf8\x9a\xf1\xe0\x6b\x04\x57\x17\x35\x33\x6b\x8a\x63\x53\x75\xfa\x02\xd3\x63\x1d\x2a\xdd\x2a\xae\xbd\x59\x99\x7b\x9e\x08\xff\x06\xab\x4f\x2d\xb6\x5f\x1f\xf6\xb0\xd2\xe8\x8a\x25\xf9\x2c\x42\xe9\x9f\x3f\xba\x7b\x59\x4d\xd3\x3c\x08\xf8\x86\xc2\xb2\x0a\x53\x66\xb9\xd7\xb2\x18\x6f\x2d\x51\xa6\xb8\x29\xac\x7b\xef\x13\x06\x3e\xfb\x7c\x81\x3e\x7a\xbc\x8f\x1e\xef\xa3\xc7\xd7\x8a\x1e\x5f\x66\x66\xf4\x9e\x2f\xa8\xf1\x56\xaa\xcc\x61\xd6\x71\x85\xb6\xb6\x79\x54\xb7\xb3\xd4\x85\x21\x31\xf6\x17\xfb\x43\x63\x54\x4c\xed\xb3\xea\x6c\x43\xab\x21\x5b\x54\x8d\xef\x58\xc4\x89\x85\xcf\xb2\x31\xab\x65\x2b\xcf\x32\x83\xe4\x88\x7d\xcf\x9f\xc8\x23\x11\x07\x08\x2b\x94\x72\xad\xa4\x07\x51\x28\x40\x70\x25\x24\x66\x13\x6d\x80\xd1\x25\x4e\x49\x6c\xea\x6c\x05\x91\x6d\xd6\x2c\x6a\x1d\x9a\x4d\x28\x91\x00\x78\x68\xb6\xc1\x45\x27\x8c\x98\x89\x36\x33\x11\x4e\x70\x27\x53\x37\x31\xa0\xeb\x3f\x7a\x77\xeb\x1f\x8f\xd0\x9d\xbe\x07\xa8\x2c\x8f\x37\x00\x8d\x6a\x1b\xdb\x88\xcd\x04\xcf\x33\x6f\xa9\xe2\x13\x53\x70\xd1\x00\x4e\xd7\xdd\xad\x30\x18\xe7\x6b\x8d\x70\xac\x35\xde\xe5\x84\xf3\x2a\x81\x88\x1b\x21\xaf\x84\x04\xa4\xb9\x84\x8f\xae\xb2\xd1\xce\xc6\x4b\x1a\xe0\x4d\x2c\xc3\x8f\x7e\x26\x17\xee\x19\x91\x60\x7b\xf1\xb6\xed\x52\xfa\x6b\x39\xc5\xba\x71\x9c\xcb\x2c\x8f\xde\x3b\xe0\x2c\xe8\xcd\xd9\xdb\x45\xe7\x36\xb2\xca\xe4\xd6\x59\x7e\xfc\x6c\x36\xc9\xce\x01\x94\x6d\xfc\xe2\x3a\x17\x19\x07\x89\x27\x59\xb8\x6c\x73\x0b\x50\x95\xf1\x2c\x37\xd1\x63\x34\x0c\x26\x6a\xa4\x6c\x2a\xd5\x47\xac\xa2\xb9\xe6\xef\x05\x50\xd3\x8e\xa2\xea\x0a\xae\xfc\xbc\x76\xca\x86\x19\x9c\x86\xbd\xb7\x18\xee\x3b\xd8\xad\xcd\xfd\xea\x22\xac\xdd\x8d\x9d\xea\xfe\x4a\xb5\xe4\x03\xeb\xa3\xfb\xc4\x3e\xd1\x13\x5d\x45\x45\xab\xc6\xdf\x8d\xb6\xca\x85\x82\x76\x1e\xaf\xb7\x05\xf2\xc5\x99\xc5\x19\x2a\x5e\xb4\x75\x01\x5b\x9c\xec\x1b\x16\xfa\xb6\xde\x13\xa8\x1c\x5f\xd8\x35\x53\x9c\x69\x61\x5d\x71\x7d\x4b\x8a\x99\x91\x17\x4d\xfd\x49\x84\x51\x2e\xa8\x3b\xfb\x95\x54\xd6\x76\xea\x00\x3b\xe0\x71\x58\x08\x26\xc2\x41\x8d\x2c\xe3\x56\xc7\x91\xca\xb1\x0f\xff\x03\x9a\x70\xa5\x77\x4d\xda\xae\x73\x5f\x0b\x27\x46\x35\xec\xe9\x4a\xc2\xde\x62\x97\x71\x13\x2c\x5b\xa7\x93\x46\xd9\x2c\xc0\x74\x6b\xb6\xc5\x76\x81\x6c\x6f\xfc\xb2\x1b\xec\x7c\xe3\xa7\x4e\xf6\xd9\xe4\xdb\x25\x98\x33\xad\x9f\xaf\x12\x60\x4b\xa1\xce\x36\xdc\xd4\x4a\x4f\x21\xda\x9e\xb5\x93\x01\x68\x26\x05\x77\x38\xb6\xd2\xd4\x7f\xfa\xbf\x4c\x89\x1f\xb3\x34\xff\x89\xb8\x18\x31\xf3\xfb\x81\x87\xd7\xd7\x2f\x14\xb8\x95\x38\x25\x05\xb2\x9f\x28\x63\x80\x01\x12\x82\xc5\x70\x32\x18\xa5\x1e\x5d\x5c\x8f\xe1\x21\x9f\x10\xc1\x88\x1e\x9a\xcb\x99\xf6\xcc\x2c\xc5\x0c\xcf\x00\x11\xf5\x00\xe2\xcf\x40\x5c\x2d\x44\x7e\x43\xd2\xa6\x4c\x1b\x70\x2b\xcd\x2c\x6d\xca\x65\x51\x6d\x12\xfa\x34\xa2\xac\x05\x64\x2c\x82\x18\x9a\xa9\xff\xc6\xf6\xbf\x99\xc4\x7e\x37\xb8\xfd\x61\x7c\x33\xbc\xbd\xba\xbf\x39\x2d\x89\xed\xa7\x17\xf7\xb7\x77\xc3\x9b\xc6\x67\x45\xba\xe2\xdf\xee\x87\xf7\x2d\x8f\x5c\x03\x17\x83\xef\x86\xa5\xd2\xad\x7f\xbb\x1f\x5c\x9c\xdf\xfd\x3c\xbe\x7a\x3f\xbe\x1d\xde\xfc\x78\x7e\x3a\x1c\xdf\x5e\x0f\x4f\xcf\xdf\x9f\x9f\x0e\xf4\x97\xe1\xbb\xd7\x17\xf7\x1f\xce\x2f\xc7\x2e\xb8\x37\x7c\xf4\xd3\xd5\xcd\x0f\xef\x2f\xae\x7e\x1a\x07\x5d\x5e\x5d\xbe\x3f\xff\xd0\x34\x8b\xc1\xed\xed\xf9\x87\xcb\x8f\xc3\xcb\xe5\x25\x62\x9b\x57\xa3\xb5\xfa\x64\x70\x91\x05\xc6\x99\x40\x4c\x9a\x2c\x2c\x69\xd3\xdf\xc0\x45\x70\x6d\xe8\xf1\xf0\xc0\xfd\x65\x0a\xba\x1e\x6a\x16\xe8\xbc\x4f\x05\xf7\x18\x31\xef\x1e\xf4\x97\x2a\x14\xf4\xb6\xd9\xa7\xa5\xd1\x9e\xa0\x01\x9c\x15\x50\x18\x4a\x9d\x02\xe6\x84\x1f\xa9\x73\x28\x23\x53\xac\x3f\xa5\xe0\x5b\x46\x87\xa8\xba\xe1\xe5\x06\xed\x9c\x60\x08\xd6\x3b\x16\x2f\x3b\x0d\xb2\x9a\xd8\x0a\x94\x72\x82\x1c\x87\x26\x46\x6d\x37\x90\x99\x0b\x86\x53\x1a\x99\x1f\x2a\xa8\x91\xa8\x40\x48\xa8\xb6\x58\x22\xb0\x72\xcb\x73\x82\x7e\xf8\x6b\x31\x28\xf0\x14\x58\x03\x41\x5e\x2b\x04\x66\x1f\x88\xdc\xac\xea\x2a\xf2\x2c\xf5\xe4\x8e\xb9\x35\xe1\xc2\xb9\xb5\xf5\x62\xc1\xad\x93\xb3\x00\x25\xa9\xe4\xe3\xd1\xc7\xdb\xcc\xa8\x42\xe3\x27\xe8\x16\x10\x1a\x64\xa1\xba\xeb\x5d\xcc\x92\x7c\x46\x19\xa2\x69\x96\x90\xa2\xd2\xf0\x84\xcc\xf1\x23\xe5\x0e\x75\xdf\x14\x27\x80\x75\xb4\xa2\x15\x3a\x44\xad\x07\xe5\x04\x0d\xe2\x58\x96\x19\x5c\x89\x72\x1c\xcb\x3c\x2c\x0f\x3b\x04\x36\x62\xb1\x67\x9b\x15\x3a\x2a\x8e\x1c\xac\xd8\xee\x31\x28\xea\xec\xb0\x7c\xf7\x6e\x85\xa7\x2a\x1f\xc6\x8e\x94\xc7\x1b\x09\x03\x77\x58\x3e\x38\xd6\xbc\x4a\x20\x70\x68\x20\xdb\xf5\x68\x61\x41\xba\x76\xea\x57\x76\x0c\x07\x6d\xb3\x3e\x5b\xc1\x6c\x57\x74\xe9\x66\x9c\x54\x2a\x0e\x75\xee\xaf\x54\xb1\xa8\xb1\xb3\x9d\x7a\x55\x9a\xa5\x31\x38\x92\x63\x4f\xff\x6b\xcc\xe3\x1a\x3e\xbd\xf2\x5f\x2e\x15\xd9\xc6\xc1\xba\xad\xeb\x6b\xa9\xe5\x69\x5a\x7f\xcb\x52\x3a\xdc\x11\x2a\x4d\x77\x61\x10\xf0\xe2\x69\x04\x6e\x35\x4c\x99\xad\x22\x42\xbc\xdf\xc7\xd5\xcd\xd5\xe7\xd8\x57\xb6\xc2\x13\xfe\x58\x52\x2e\x53\x22\x25\x6e\xc1\xac\x08\x4c\x62\xdb\x30\x06\x7f\x42\xed\x87\x1d\xe9\xc9\x9d\xc9\x3b\xfd\xd5\x32\xa3\xcf\x4d\xa8\x19\xbb\x89\x6a\x81\x35\x76\xf1\xac\xe8\xca\x64\xb5\x69\xfe\x72\x50\x84\xac\x70\x11\x44\xf2\xb4\xb9\x59\x3a\x9a\xd5\xaa\x0b\xd6\x58\x1c\x26\x74\x95\xad\x1f\xe9\x12\xb4\xbe\x31\x90\xaf\xf5\x5f\xe0\xf2\xfa\xac\x41\x75\x25\xbf\x62\x58\x38\xd7\xd4\x88\x07\x9b\x5b\x68\x4b\x3d\x40\xd8\x24\x13\x16\xd2\x94\xcc\xa3\xb9\xf1\xe6\xe8\x2b\xe3\x60\xc4\x9e\x82\x0d\x29\x85\xdb\x0e\xc2\x96\x00\x04\xf1\x93\x3e\x6e\xf4\xb1\x14\xc4\x0c\x22\x23\x85\x88\xda\x80\x10\x8c\xe3\xad\xa8\x7a\xb3\x82\xc0\x83\xfd\xda\x82\xd4\x37\x28\x71\xd6\x50\x85\xbf\xa9\xd0\x99\x9f\x5b\x50\x5f\x6c\x0b\x4d\xb9\xeb\x10\x82\x12\x67\x4d\x23\xd8\x41\x85\xb3\x17\x45\x25\xf6\x49\x91\x26\x87\x36\x9d\x58\x98\x02\x3d\x5d\xb7\xda\x7f\x72\x33\xfa\x93\xf1\x3b\xe4\x2d\xb8\x16\x41\x6b\x1e\x98\x18\x1d\x6a\x99\xd5\xe5\x5b\xdb\x80\x07\x89\x0e\x0d\xd8\xd9\x17\x10\xcf\x38\xb8\x3e\xff\xe2\x00\x7d\x11\xe6\x74\x7d\xb1\xd1\x01\xb4\xe3\xb6\x55\xce\x40\x9b\x2a\x05\xf6\x97\x8f\x1d\xec\x55\xe5\x24\xda\x3d\xb3\x07\x11\xb5\x9d\x43\xfd\x65\xe9\x1b\x70\x02\x43\xd5\x2e\xe3\x27\xf5\x61\xc5\xd6\x05\x64\x64\x5c\x2a\x1b\xd6\x2e\x1e\xb1\xc9\xa2\xea\xe4\x39\xf0\x5e\x9e\xce\xa7\x74\xeb\x4a\x54\xba\xbd\x7a\x12\xf0\x8e\xc3\x5d\x97\xdf\x07\x2b\xd2\x8a\x07\x26\xb2\x99\x4f\x03\x2e\xd6\x16\x0d\xd0\xc7\x89\x37\xcd\xaa\x64\x2f\x73\x8b\xd9\xb8\x29\xab\xe4\x9f\xb7\x46\x6e\x1d\x82\xab\x07\x4d\x2b\x62\xe3\xea\x5b\x84\xeb\x9e\xca\x9e\x97\xca\x76\x91\x57\x50\x1e\xdc\xfa\x17\xe8\xa9\x91\xe3\x82\x66\x9c\xc1\x55\x2b\x13\x9e\xc1\x97\xca\x95\xad\xae\xf3\xb9\xa6\xcf\x37\x58\x93\xd5\x4e\xdf\x5b\x13\x38\x60\xdc\xae\xf5\xb1\x56\x87\x3a\x50\xb6\x76\x0a\xa7\x26\x87\x50\xd1\x94\x1c\x20\xce\x92\x45\x10\xec\x60\xcf\x2b\x90\x9b\x89\x05\x9a\x13\x2a\x5c\x27\x16\x66\x6e\xad\xa4\xf3\x35\xa5\xf1\x36\x1a\xd9\x22\xd2\xe4\x72\xf0\x71\x78\x36\x1e\x5e\xde\x9d\xdf\xfd\xdc\x00\x21\x58\x7e\xec\x50\x04\x83\x17\x6e\x7f\xbe\xbd\x1b\x7e\x1c\x7f\x18\x5e\x0e\x6f\x06\x77\x2b\x10\x06\x97\x75\xd6\x86\x5e\x97\xcb\x26\xf5\x6d\x1d\x04\x3b\x67\xe6\x6d\xe8\xbd\x8e\x33\x18\x74\x42\x49\x0b\xd6\xa0\x49\xb0\x67\x31\x11\x28\x26\x8f\x24\xe1\x59\x61\x56\x6d\x5c\xb0\x00\x84\xb0\xa1\xfd\x65\x40\x84\xd0\x66\x75\x8d\x4f\x90\x29\x51\x15\x54\xe9\xf4\x0d\x82\xc8\x87\x05\x61\x5f\x28\x44\x3e\x65\x09\x8d\xa8\x0a\x12\xf0\xb8\xb0\xee\x15\xe3\x3e\x84\x28\xd0\x15\xc4\xb5\xb3\x68\x94\x9d\xeb\xfc\xa1\x27\xbd\xae\xed\xfb\x13\xe5\x41\xb1\x56\xd6\x3d\xd9\x81\x62\xdf\xe2\x34\xae\x61\x76\x6d\x30\xba\xe7\x30\x0f\xd4\x33\x61\x6c\x12\x5d\x0b\x9e\x57\xf3\x20\x57\xdf\x86\xcb\xe2\x64\x4a\xe7\x7a\x79\xa0\x4c\x37\x4a\x7d\xe5\x70\x97\x52\x3d\xc0\x1d\xe0\x5b\xd8\x18\xf1\x35\x03\x16\x6a\x65\x2e\x98\x89\xed\xc4\x48\x90\x94\x2b\xad\x80\x99\x88\x80\x03\x2d\x54\x51\x9c\xd0\xdf\x00\x09\x4a\x90\xa3\x20\x82\x02\x12\xed\xe2\x30\xe2\xd2\xa2\x34\x1c\x8d\xd8\xd9\xf0\xfa\x66\x78\xaa\x19\xd2\x11\xba\x97\x00\xf2\x54\x9a\xfa\x99\x25\x6f\x23\x8e\x85\x91\x0c\x94\x49\x45\x70\x5b\x30\x18\x11\x82\x8b\xee\xfc\xc1\xf7\x37\x84\xef\x9a\xc9\x1b\x9e\x95\x6c\x53\xce\x00\x70\xd9\x5a\xcc\x35\x88\xcd\xdf\x79\xea\xd3\x0d\x7e\x2a\xad\x48\x08\x72\x01\x92\x48\x79\xd5\x9f\x71\xb5\x01\xc3\xb1\xfb\xfc\x4a\x7d\x5e\xc3\xb7\xcb\xe6\x79\x07\x21\x76\x52\x15\x80\x90\x06\x33\xd2\x17\xeb\xa8\xcc\xb3\x55\x54\x14\xaf\x01\x88\x51\x21\xfd\x09\x99\x61\x86\x44\xce\x58\x05\x21\x34\xb4\xb4\xd5\x83\x66\xd6\x3d\xaa\x7a\xcd\x70\xca\x73\x06\x4a\x03\x84\xb1\x36\x0c\x46\x66\x84\xa9\x15\x83\x79\x2d\xb8\x93\xca\x50\xf7\x17\xf1\xa4\x61\xa0\x6d\xa0\x27\x4d\xfe\x24\xa8\x18\xbb\xde\xb5\xec\x82\xf2\x4a\x4e\x25\x7d\xa8\xfc\xfd\xdc\xac\x65\x63\xf9\xb0\x75\x77\x77\x58\x3e\xac\xee\x2a\x26\xd1\xc3\xba\x97\x4d\x35\x03\x32\xb1\x05\x77\x6b\xc6\xbe\x85\x7e\x6a\x2b\x4a\x40\x9d\xe5\xe8\x01\x7d\x7f\xf7\xf1\x02\x4d\xa9\x96\x7b\xf5\xb5\x72\x89\xb5\x8c\x7d\x2f\x12\x5f\xc4\xde\xc8\x20\xb9\x48\xfc\xdd\x0b\x1b\xef\x44\xa9\x40\x4a\xd0\x37\x1a\x9e\x11\x67\xec\x15\x16\xd3\xae\x52\x51\x42\x60\x16\xf3\xd4\xcc\xe3\x58\xe6\xd3\x29\xfd\x74\xa4\xb0\xf8\xaa\x65\x3d\x4c\x54\xc5\xf8\x1f\x7c\x32\xd6\x23\xda\xf2\x22\x6e\x6a\x0e\xd9\x3a\xb0\x7e\xd9\xec\xcc\xce\xcc\xbb\xff\xc5\x27\x90\x53\x9e\x09\x0e\x38\x7b\xe0\x9d\xb3\x91\x0a\xf6\x15\x47\x49\x47\xc8\x25\x2a\x95\xa0\x44\x22\x2e\x04\xb1\xa9\xe8\xa6\x24\x62\x86\x85\xa2\x60\xad\x75\x50\x24\x25\x80\xf4\x62\x8b\xc2\x4a\xc5\x73\x5c\x80\x11\x4f\x08\x01\x07\x4f\x46\x93\xf5\x94\xde\xd3\x92\x6f\xb2\x72\x02\x6d\xe4\xa9\x45\xa7\x04\x83\xcc\x4a\x11\x6b\xf8\x48\x98\xda\x89\x7e\x02\x4d\x34\x24\xc7\x77\xf3\x32\x98\xca\x84\xe7\x67\xc5\xe5\xe6\x2b\xe4\x07\x51\x4d\x4a\x60\xb8\xe7\x6d\x42\x92\x75\xa9\xb7\x39\xfa\x1f\x3b\xfb\x8e\xe1\xd5\xfa\xba\xac\x08\x8d\xb7\xab\x5d\x54\x28\x2e\xc2\x5a\x1d\xba\xfb\x86\x70\x39\x92\x18\x2b\x46\x00\xd3\x60\x95\xd3\xea\x9e\x9b\x3e\x35\x6d\x55\xba\x5c\xb9\xe5\x1b\x60\xc3\x94\x9a\xf9\x40\x20\x75\x72\x17\x81\xe8\xeb\xa4\xc8\xc3\x40\xee\x45\x02\x21\xd4\x4b\xad\x58\xa6\x3a\xb2\xe6\x7c\x5e\xb2\xc3\x1d\x64\x74\x33\x18\x2d\x34\x92\x4c\x10\xa8\xd7\x7f\x82\xae\x13\xa2\x25\xaf\x5c\x4b\x5f\x79\x92\x38\x1c\xad\xe5\xd2\xe1\x5a\xd8\x6f\xcf\x3e\xaf\x40\xf7\x58\x32\x31\x87\x23\xb7\x7c\x66\xc1\x1a\xec\x1e\xd8\x20\x58\x5f\x30\x21\x83\x21\xb1\xac\x45\x02\x87\x5f\x98\xb8\x59\x30\x25\xe1\xd2\x45\x46\x7f\xd3\xec\x57\x10\x39\xe7\xad\xc9\x84\xe1\x6c\x9f\x67\x0e\x6e\x29\x9f\x71\x12\xee\x3e\x6c\x8b\xab\xee\x20\xd7\x54\xee\xc0\x92\x88\xb3\x6c\x8a\xbe\x00\x80\x8f\xfe\xb0\xa8\xa6\xf6\x6e\xb5\x43\x83\x5b\xb2\x30\xb5\x85\x08\x63\x85\xeb\xa2\x50\x66\x16\xc6\xf7\xea\x3f\x2f\x0c\xc8\x45\x4a\x00\x55\xb2\x28\x96\x85\xf4\x5d\xbb\x1e\x97\xb5\x89\x23\x45\x13\x7a\xc0\xcd\xac\xcd\x62\xff\x83\xc8\x6b\xc3\x82\x64\x09\x1b\xcd\x6e\xb1\x99\x72\xa3\x3a\xd6\xce\x40\xb7\x75\x81\x81\x44\x5b\x88\x1d\xcf\xe5\x09\x2b\x51\x4b\x69\x02\x3d\xda\xd6\xfa\x68\x5b\xb6\x10\x84\xa7\x3d\xc0\xc6\x53\x02\x92\xe1\x0b\x67\x57\xf5\x92\xb7\x06\xea\x55\x59\x4a\xa5\xdd\xe9\x94\x92\x54\xfa\x42\x9f\xfb\xb3\x2d\xbd\x65\x7a\x32\x8b\x31\x24\x79\x6e\x13\x31\x53\x9a\xbf\xb1\xf4\x43\x9b\x24\x46\x26\xa3\xdf\x60\x01\xdb\xb5\xf3\x5e\x8e\x0c\x0b\xc2\xd4\x88\xdd\xe8\x51\x98\x2f\x8a\xa8\x89\xa2\xd0\x3f\x29\xca\x62\x4e\x11\xb6\x5f\xc1\xa2\xb7\x05\xad\xc9\xb1\x79\x09\xd4\xc8\x67\x4c\x3c\xff\xce\xbc\x63\x70\x00\x2c\x0e\x8e\x9e\x2a\x9d\x16\x2a\xb7\x16\xf6\xa2\x39\x85\x34\xfc\x98\x48\x7b\x79\x50\x65\x71\x16\xbc\xa8\x9c\x13\x87\x48\x0c\x9f\x79\xfe\xd5\xc4\x5c\x9d\x52\xcf\x9c\x31\x4d\x8e\x58\xd0\xc7\x12\x00\x4b\xa3\x58\x6f\x28\xf6\xc3\x3e\xd3\xd8\x3b\xa9\xe0\x9f\x66\x87\xb8\xa0\x33\xca\x82\x1a\x37\x76\x7a\x29\xce\xc0\x14\x6b\xce\x20\x9f\xfa\xfb\xe7\xce\x66\x04\x1c\xc1\x88\xff\xe7\xbf\xff\x7e\x44\xdb\x3c\x15\x72\x6c\x57\x60\x1f\x76\x72\xbd\x6d\x09\x77\x3e\x40\xd6\x68\x41\x6c\x08\xf4\x4f\x59\xca\x72\x28\x7e\xb5\x97\x9b\x26\x1a\xae\xe6\xc6\x35\x5b\x26\x77\xf0\x63\x88\x7c\xf9\x2d\x1b\xb0\xb8\xc2\x79\x5f\x78\x68\x83\x00\x59\x57\x37\xc1\x04\x36\xea\xf6\x2b\x17\x4a\x85\x41\x05\x00\x77\xdb\x04\x12\xce\xb1\x7c\xbe\x68\x91\xc6\x62\x34\xc6\xc0\x1b\xde\x91\xab\xe2\x46\xcc\x20\x4d\x02\xa2\xde\x95\x5c\x12\x61\x0e\xb4\x47\x42\xb2\xc4\x13\xc2\xf7\x41\xd8\xe0\x0a\xf7\x17\x49\x31\x5d\x2b\xc4\x5d\xbf\xdf\x0c\x2e\x58\xb2\x7f\xe3\x19\x11\xe3\x38\x2f\xc5\x33\xaf\x6a\xfb\x5a\x7f\x74\x96\xab\xc5\xea\xf6\x65\x82\xa3\x87\x75\x00\x1d\xf5\xfb\x2d\xcd\xae\x16\x0c\x83\xa8\x93\xb2\x70\xd8\x02\x97\x48\x2a\x70\x89\x36\x0c\xb2\xa4\xb5\xc3\x45\xc3\xa0\xe0\x78\x20\xdc\xdb\x9b\xc8\x80\x3a\xc3\xc8\xd1\x24\x2f\xac\x1c\x1e\x26\x3f\x3e\x1a\xb1\xf7\xa6\xce\x04\x28\x1e\x66\x00\x11\xe4\xa0\x90\x4f\x19\x97\xa4\x94\x14\xd5\x00\x7d\x6f\x93\x1a\xed\x30\x9a\x65\xd2\x4a\xc1\xf7\xad\x44\xd2\x57\x07\xbe\xac\x6f\x78\x7d\xca\xcd\x14\xb8\x95\xd4\x13\xd1\x8c\x6a\xda\x19\x37\x9e\xb4\xf5\xa7\xde\xb5\x72\x4a\x11\x66\x04\x10\x48\x2a\x59\x1c\x20\x3f\xbd\x0a\x41\x24\xe4\x91\x80\x85\x17\xc6\x18\x16\x38\x28\x9b\x9a\x5a\xd8\xc9\xaa\x03\x54\x64\x24\x02\x5b\x40\x71\x75\x04\xe5\xbc\xad\x26\x5a\x2c\x67\xa4\x6c\x9d\x3c\xd5\x14\x2b\xb1\x86\x14\x3a\x08\x0b\x3d\x2c\x88\x42\xe4\x93\x22\xb6\x4e\xe1\x9d\x4b\x6f\xab\x47\xc4\xa3\xe6\x0c\x9d\x76\x11\x69\xf7\x54\x51\x9b\x88\x4d\x6a\x76\xf9\x7b\xb1\xbb\xf7\x6d\x3e\xdb\x1c\xb3\xd8\x26\x69\x5a\x59\x5a\xcb\x14\x30\x3b\x63\x07\xf2\xe1\xeb\x36\xd5\x30\x40\xc8\x36\x6d\x1a\x28\x6f\xb8\xc8\x9c\x5e\xa4\x25\x73\xf0\xf8\x73\xa1\x05\xd4\x9c\x29\x9a\x68\xe2\xb0\x63\xd0\x5a\x73\xce\x3c\x46\x1d\x04\x5b\xb7\xc1\xa0\x51\x29\x29\x9b\x8d\xed\x4a\xba\x7c\xc3\x6e\x17\x43\x99\xa6\x3e\x9a\xa6\xcc\x8f\xdf\xb9\x86\x96\xdb\x79\x0d\x59\x03\x44\x95\xcb\x74\x04\xc1\x9a\x71\x37\x19\x8b\x2d\xe6\x12\x24\xc7\x34\x36\x4b\x41\x4d\x39\x5c\x98\xe8\x3a\x46\x0a\x10\xeb\xea\xd0\x02\xc5\x15\x22\x6d\xf6\xa2\xc9\x49\x82\xe0\x71\xd5\x92\x9e\x29\x5b\xd3\x32\xcf\x99\x17\xd1\x6c\xbd\x23\x9f\x7c\x5e\xc9\xf0\xc4\xae\x3b\x1b\x21\x8f\x93\x64\x82\xa3\x07\xaf\x6c\x78\x95\x9b\x0b\x87\x17\xaf\x05\x54\x28\x88\x65\x88\x4b\x0f\x34\x02\xe9\x26\x74\x60\x19\x70\x19\x3b\xec\xa2\x73\xb3\x6a\x16\x1d\xcb\xa0\x09\x99\xd1\x9b\x70\xfb\x98\x64\x09\x5f\xa4\x2d\xf7\x59\x35\xab\x6d\x9b\xe0\x91\xb6\xa4\xba\x9d\x5e\x65\x15\xa6\xb7\xf6\x65\x56\x4b\x91\xd9\x01\xd4\xd1\x1a\x5c\xf2\x43\xc2\x27\x60\xe5\xb3\x5a\xb6\x4b\xfb\x08\xb2\x0f\xaa\xe7\x79\xdd\x64\x94\xea\x89\xa4\x32\x4b\xf0\x62\x59\x0f\x26\x0d\xe2\x79\xf7\xcd\xa4\xcd\xaf\x36\x82\x75\x0f\x20\x6e\xfc\xfc\x39\xc0\x6b\x2f\x9c\x24\x60\xde\x35\xfc\xab\x62\x4c\x32\xf9\x67\x47\xc6\x6f\xaa\xf8\x88\x29\x3c\x73\x9b\x6b\x85\x4b\xfe\xc4\x88\x90\x73\x9a\x95\x0a\xe5\x6d\x1d\xb1\x6c\x29\xda\xfe\xc7\xc4\xe7\xae\xc1\x3b\x79\x76\x68\x40\x33\x34\x7d\xc8\x0c\x47\x85\xf1\x2f\x4a\xb0\x94\x74\xba\x08\xb0\x2e\x7c\xf0\x27\x64\x14\x95\xb5\xe5\xa0\x36\x55\x13\xa3\x31\xe3\xdb\x4d\xb2\xf7\xf6\x89\x6e\xf7\xe5\xe3\x47\xe3\x10\x54\x4c\xdf\x27\x75\x60\x13\x77\x53\x5b\x80\x93\x56\x10\x52\x93\xd5\xbe\x59\x72\xf6\x52\x3c\x9a\x76\x33\x42\x21\x4c\xda\x61\x5b\x45\xc6\x63\x50\x84\xf8\x2c\xaa\x94\xdd\x07\x9b\xaf\x15\x27\x67\xfe\xd4\xc4\xe9\xf1\x2b\x20\xcd\xbf\xf8\xf8\x00\xc9\xad\x70\x9f\xba\xd0\xc5\x19\x49\xc8\x4e\x82\x80\x37\x20\x92\xaa\x87\x3d\x20\x8f\xa5\xa4\x51\xe0\xcb\xaf\x36\x2e\x6c\x10\x9b\xdc\x82\x1e\xd3\x3c\xf4\x9f\xcc\x40\x6d\x78\x72\xd3\x2e\x82\xfd\x0b\x56\xb9\xab\xee\xd2\x04\x43\x67\x5a\xb0\x24\x57\x74\x53\xa2\xab\xa2\x53\x2f\xaf\xec\x23\xa9\xbd\x72\x14\x6f\x6d\x5c\x1f\x48\x97\x88\x83\x95\x07\x60\x23\x0e\x54\xe7\xd3\xdd\xe8\xc2\xfa\x09\x15\x47\x33\xa2\x4c\x4d\x72\x5f\x78\xfd\x2d\xd1\xc4\xce\x72\x10\x76\xb4\xfa\xcd\x87\x7c\xbd\x53\x7b\x4b\x94\x74\x57\x42\x0d\xd9\xcf\x6e\xce\x1e\x6e\xc1\x7e\x1c\x4b\x23\xb8\x7e\xf6\x72\xcb\xd6\x79\xfb\x76\x64\x36\x7b\xfd\x77\x24\x50\x99\x39\xc6\xf6\x0b\x9f\xa9\x5e\xc2\x68\xc2\x25\x5c\x3b\xb3\x46\xaf\xcf\xf5\xaa\xa4\xfd\xb9\x8b\x5e\xeb\xd3\x78\x75\x54\x05\x75\xf7\xf2\xe0\x7a\xf2\xa0\xc3\x7d\xdc\xc3\xcb\xbf\xed\x18\xec\xe7\xfd\xb3\x07\xc2\x61\xed\x4a\xdc\x9d\x88\xf8\x86\xc8\x64\x2f\x24\xc5\xda\x56\xbc\x94\xbc\x78\xe8\x80\x77\x0a\x18\x9b\xfd\xdd\xa2\xfd\x38\xc9\x37\xd6\x0d\xf4\x7c\x17\xec\x6a\x7a\xd9\x09\x7d\x00\x06\x25\x86\x54\xdd\xdc\x16\xb5\x80\xc3\x1b\x84\x8c\xd5\x7c\x0f\x2b\x82\xf1\xec\xf0\x3a\x85\xe1\xd5\x96\xf3\x39\xb6\xd7\xe6\x65\x75\xde\xdc\xe7\x24\xb5\x75\xc7\xb2\x0b\x1d\xe5\x99\xbd\x38\x96\x1a\x83\x0f\xfa\x98\xd8\x6e\xb7\x68\x03\xda\x8b\xdb\xb2\x5d\x1e\xb2\xa6\x8a\x5f\xdb\x67\x96\xbb\xb4\xb3\x71\x26\xc8\x94\x7e\xda\x48\x14\xbf\x86\x4f\xad\x7a\xa9\x97\xb9\x52\x43\x0c\xdc\x33\x50\x73\x2c\x88\xdb\xb3\x2b\x6d\xeb\x0c\x8d\x58\x91\xac\x67\x33\xf5\x1e\xc8\x02\x71\x51\xfa\x69\x53\x5c\xc2\xdd\xd7\x3b\x33\xfb\x3a\x57\x2a\x93\x27\xc7\xc7\x33\xaa\xe6\xf9\xe4\x28\xe2\xa9\x09\x37\xe7\x62\x66\xfe\x38\xa6\x52\xe6\x44\x1e\x7f\xfb\xcd\x37\xc5\x16\x4f\x70\xf4\x30\x33\x48\x2f\x75\xbf\x53\x79\xcb\x09\x96\xdb\x45\xf6\xb8\xac\xaa\x67\xce\xae\x0d\xba\x71\xf9\x8c\x45\x19\xfd\x20\x7a\xd4\x54\x0c\x93\x0a\x17\xf5\x13\x20\x55\x4e\x4f\x13\xcd\x71\x96\x11\xd6\x6e\x76\x30\xb9\x8f\x5b\xb0\x1e\x97\x3d\x69\x47\x48\x3e\x65\x09\x66\x65\x44\x00\x28\x06\x24\x48\x44\x98\xb2\xd9\xea\x45\x0d\x61\xa0\x46\x83\x4a\x63\xf8\xff\x7a\x79\x1b\x30\x47\x2a\x8b\x6a\x5a\x6e\x38\xb6\xb2\xa5\xab\x77\x88\x83\xa5\xab\x56\x13\x2d\xd6\x8e\xb8\x55\x5b\x96\x37\x77\x5b\xaf\x29\xbd\x7e\x95\x15\xc1\xd9\x98\x7c\xd2\x4c\x4e\x6e\x8a\x21\x75\x2f\x89\x44\x83\x9f\x6e\x91\x5c\x30\x85\x3f\x9d\xa0\x8f\x94\x81\x00\xfb\x3d\xcf\x85\x44\x67\x78\x71\xc8\xa7\x87\x29\x67\x6a\x8e\x3e\xc2\xff\xda\x9f\x9e\x08\x79\x40\x3f\x13\x2c\x2c\x7f\xb0\xd5\xc8\x7c\x61\x6b\x4d\x42\x22\x67\x12\x91\x47\x7d\x42\xbf\xf9\x0f\x94\x9a\x96\x4f\xd0\xd7\xc7\xdf\xfc\x07\xfa\x23\xfc\xff\xff\x1f\xfd\xb1\x45\xd3\x5f\x0f\x85\x0a\x6a\xd6\xde\x94\xdd\xb9\x07\x95\x95\xda\xa0\x8c\xf7\xa9\xe0\xc5\x4e\x35\xb6\xfc\x40\xa3\x07\x3e\x9d\x8e\x35\x61\x98\xdc\xb2\x31\x16\x35\x04\xe3\x0d\x21\x3d\xa9\x2d\x3a\x2c\xa8\x41\xba\x77\x65\x4d\x6c\xa7\x06\x84\xc0\xb1\x6b\x99\x17\x45\x57\x21\x88\xa8\x54\xc8\x96\x4a\xf8\x8a\xc4\x9a\xab\xae\x73\x3a\x9c\x75\xcf\xe5\x23\x3b\x0b\x4e\x08\xda\x11\x16\xd2\xf6\x81\x7f\x61\x14\xab\x09\xf4\xb1\x0b\xd9\x78\x1c\x6a\xe1\xb5\x9f\x4d\xcc\x24\x4c\xed\xb5\xe2\x25\x65\xad\xf3\xd5\xa1\x92\xb7\x5c\x6c\xa5\x6f\x3d\x90\x5a\xcc\x76\xc7\x12\x3e\xae\x7c\x6b\x58\xd2\x1d\x92\x96\xb9\xf0\xd0\xba\xc6\x2e\x62\x0b\xfd\xad\xb6\x62\x52\x61\x82\xcb\xba\x1d\x7a\x3d\xf5\x33\xff\xc9\xaa\x61\x42\xa4\x99\x7b\xbb\x28\x61\x06\xa3\xd5\x22\x92\x66\x89\x0d\x23\x6e\xc0\xdf\x5b\xb5\xa1\xb7\x1e\x72\x01\x1a\x87\xb0\x47\x48\xf9\x60\x4e\xb2\xb5\x39\xed\xcd\xfb\x99\x8b\x88\x9c\xf2\xed\xc2\x5e\x13\xca\x6a\xf1\xf2\xdd\xab\xe3\xf8\xd5\xbb\xb0\x75\x90\x1c\x44\x2d\x8f\x0b\x65\xc1\xb8\x05\x6c\x61\x84\x00\x1b\xb3\x3c\x1b\xc0\x58\xdb\x05\xfc\x62\x0d\xae\x7f\x0b\xae\x6d\x0c\xc7\x05\xc3\x73\xd5\x1e\x2a\x45\x1e\x04\xd6\xbc\x70\x43\xc4\x4a\x53\xb6\xe7\x00\x09\x0c\x71\x90\x6a\x8e\x99\x31\x29\x4c\x71\x44\xd9\xec\x20\x00\x2b\x04\xe0\x80\x90\x03\x37\xd1\xc5\x1d\x96\x0f\xbb\x8d\xed\xdb\xba\x8c\x21\x8d\x8b\x52\x5a\x16\x5e\xc4\xf8\x12\x68\x0d\xa9\x4d\x61\xf9\xd0\x86\xaf\x53\x03\xf7\x5a\x32\x3a\xbf\x14\x0e\x12\x6c\xd9\xf8\x5c\x22\x32\x09\x55\x18\x40\xee\x77\x05\x6c\x2d\xd4\x9f\xcb\x25\xc3\x1e\x8b\xa3\x8a\x71\xb9\x64\xfc\x72\xce\x85\x1a\x6f\x88\x0e\x5a\x4d\xa6\x66\xe4\x30\x01\x58\x0f\xfe\x48\xc4\x23\x25\x4f\x65\x90\xcd\x75\x68\xd1\xd8\xa9\x82\x40\x36\x40\x61\x4c\x33\x0e\x59\x2b\x53\x94\x62\xb6\x30\xbc\x49\x9f\x67\x2c\x1f\xa4\x2f\xe7\x89\x64\x8a\x93\xe4\x00\x09\x92\x4b\x53\x4e\x56\x92\x64\x7a\xe8\x0a\x22\xc4\x28\xe1\x33\x1a\xe1\x04\x4d\x12\x1e\x3d\xc8\x11\xd3\x77\x33\x9b\x19\xbe\x90\x09\x1e\x11\x29\x03\x61\xa6\xc8\x93\xb6\xd9\x6b\x50\xcb\x53\x11\x91\x52\x46\xa5\xa2\x91\x93\x52\x0a\x68\x02\x53\xb9\x39\xc2\x60\x85\x85\x5c\x40\x18\xae\x16\xae\x88\x81\x68\xcc\x99\x2d\x9d\x03\x37\xa4\x45\x5e\x73\x71\xd9\x6d\x07\x68\x07\x40\x72\x8e\x42\xc6\xaa\x7c\x20\x57\x1c\xa9\x53\xfb\x19\x1c\xe3\x65\x24\x70\x53\x3e\x51\x9e\x20\xfd\x49\x2b\x81\xdb\x40\x18\xb7\x8f\x3a\x2f\x09\x0b\x3e\x18\x7b\xcf\x70\xad\x60\xc8\x2d\x68\x56\xab\x68\x5a\xaf\x22\x48\x19\x50\xad\xa9\xea\xa8\xa6\x2c\x4a\xf2\xd8\xd7\xeb\xd3\xb7\xee\xa3\x26\x12\xb7\x3c\x7a\xed\xf5\xdd\x7c\x80\xb0\x44\x4f\x24\x49\xf4\x7f\x4d\xd0\xf9\xa1\x87\xcf\xd7\x2c\xd9\x94\x38\x80\x4e\x1c\x97\x6e\xa5\x28\x98\xc4\x9e\x94\x99\xf5\xf7\xf6\xba\x9c\x79\xa5\x64\xa6\x97\x67\x4d\x0e\xad\x57\xba\x15\x6a\xb4\x34\xb6\x32\xd9\x82\x05\xa1\x7d\x50\xed\xc2\x4a\xc9\x80\x28\x9a\x32\xec\x0d\xc5\xc1\xd3\x47\x5a\x94\x54\xb6\xbd\x2d\x35\x30\xea\x19\x75\xb2\x2e\x86\x44\xb1\xb1\xc5\xbc\x32\x95\x1a\x52\x05\x35\xb5\xf8\xcd\x84\x40\x4d\xc8\xa3\x88\x90\xb8\x31\x3e\x59\x8f\x68\xef\xa0\x34\xaf\xb1\x9a\x1b\xd0\x83\x94\x2b\x53\xd1\xd3\x40\x69\x3a\xcb\xa7\xc1\x5e\x9c\x24\x7c\x02\x17\x12\xa0\x6c\xba\xa4\xe9\x20\xe1\xd2\xcc\x9b\xc4\xe8\xcb\xe0\x7e\xf1\x80\x1c\x5f\x35\x63\x3e\x96\x56\x64\x0f\x10\x36\xab\x26\xd7\x56\x9c\xcd\x72\x51\xba\x23\x74\x5d\x41\x91\x09\x8b\xba\xe3\x2a\xa6\xd8\x41\x6d\x0b\x5f\x07\x95\xb3\x32\x89\xe7\xdb\xa1\x35\x51\x39\x4b\x7d\xee\x00\x95\xb3\x32\xcf\x96\xac\x0e\x3e\x7b\xd6\x6c\x74\x3d\xa9\x0b\xde\x3d\x45\xd0\xa0\x99\x19\x11\xaf\x44\x82\xee\x40\x2e\x9a\x08\x71\xbf\x10\x47\x2b\xa5\x1b\x5f\x17\x71\xb4\x32\x98\x7d\x46\x1c\xad\x0c\x75\x7f\x11\x47\x1b\x06\xda\x01\x71\xd4\x84\x7d\x8c\x35\x51\x77\x63\x0a\x90\xf2\x34\xc9\xa7\xb7\x70\xef\x2e\x1d\xe3\xa9\x09\x29\x31\xd7\x98\x13\x25\x2d\x00\x37\x8c\xd6\x66\xc7\xb6\x05\xca\x55\xdc\x53\xeb\xd2\x9e\xf7\xcb\x52\x69\x0c\x09\xeb\x39\x64\x0e\x42\x3f\x08\x58\xa8\x23\x9c\x59\xb4\x81\xb6\xba\x38\xfb\x93\x57\xbd\x1e\x98\x2b\x00\x25\x96\x58\x7d\x27\x98\xb3\x8f\x95\xd2\x12\x73\xfe\x64\x25\x47\x20\x3f\x43\x8c\xad\xa4\x07\x9d\x8e\xad\x4d\xa1\x6d\xc5\x28\x53\x64\x56\x15\xe9\x8b\xc3\x42\x99\xfa\xf3\xb7\x2b\x39\x90\xc1\x81\x74\xd6\x8b\xa0\xc0\x83\x77\x7f\xd9\x67\x24\x46\xd1\x5c\x2b\xed\x52\x6b\xd7\x7a\x3a\xe6\x46\x95\x28\xc5\xd4\xe9\xf9\xb9\x34\xce\x46\x2a\x47\xac\x04\x9c\x7a\x84\xde\x43\xd5\x5a\x9c\x66\x09\x39\x40\x7e\x7e\x54\x53\xd0\x28\xff\xfa\xeb\x3f\x13\xf4\x35\x4a\x09\x66\x25\x13\x0b\x68\xf5\xfa\xca\x03\xa0\x41\x35\x27\x23\xd6\xb8\x15\x68\xf8\xc9\x14\xc2\x72\x11\xa0\xe7\x6c\xca\x9d\xc9\x06\xaa\x31\xe2\x68\x8e\x64\x3e\x31\xe5\x84\x03\x13\x9b\xd3\xf3\x2e\xf8\x0c\x42\x17\xe0\x26\x76\x83\x5e\x76\xfa\x9e\x37\x2a\xc4\x3a\xa0\xbb\xde\xc2\x03\xb8\x3f\x0e\x25\x29\x81\x5a\x35\xb8\x51\x0d\xc7\x0b\x0f\xbc\x34\xe8\xb5\x07\xc6\xab\x14\xf1\x34\xc3\xd6\xd7\xa3\x65\x68\x08\xf0\x06\xbf\x69\x9e\x60\x61\x8f\xfc\x88\x69\x3d\x58\xeb\x44\x3c\x97\xc9\x02\xc5\x9c\x91\x03\xa0\x84\x3c\x9a\x1b\x7d\x47\xab\xd4\xd8\x56\xd5\x78\xa4\x32\xc7\x09\xfd\x0d\xda\x72\x45\x3c\xa4\xc2\x06\x8c\x6b\x4e\xa1\x9f\x08\x27\x88\xc0\x57\x61\xde\x24\xea\xa6\xe4\x87\xd8\xb6\x15\x5e\xdf\x11\xdb\xb6\x44\x55\x3d\xb6\x6d\x33\xe3\xdb\x5b\x6c\xdb\xca\x9e\x77\xc3\xb6\x6d\xda\xf2\x0d\xb0\x6d\x4b\xcd\x7c\x36\xd8\xb6\x95\x15\xfd\x6c\xb0\x6d\x2b\xf3\xea\xb1\x6d\x3f\x13\x6c\xdb\xd5\x7c\xa4\x11\xbd\xb5\xf9\xf0\xae\x87\xde\xda\xa8\xda\xb6\xb3\x88\x6d\xa1\xb2\x40\x90\x7e\x61\xf4\xd6\xd2\x04\xfa\x48\xd5\xf5\x23\x55\x1b\x89\xcf\xf6\xad\x87\xe7\xc2\x57\xab\x17\x59\x47\xfc\xd6\xd2\xfe\x74\xb6\x3a\xef\x82\x12\x9f\x57\x0a\x06\xe7\x57\x77\x19\x38\x5c\x45\x69\x51\x9f\xb5\x64\xe4\x70\xf7\x8c\xd2\x1a\x46\x52\xf4\x94\xbb\x41\x8c\x75\x65\x79\xbd\xbb\xcc\xd0\xe2\x2e\xfd\x22\x4e\x9b\xdb\x4d\xca\xb1\x4b\x43\x5d\xd3\x2f\xe5\x06\x01\xfe\xa9\x46\xaa\x49\x68\x4a\x77\xd5\xec\xaa\x8b\xcc\xa3\x8a\x81\x22\x5b\xcb\xb0\xd5\xd7\x93\x19\x8e\x91\x8d\x2b\x89\xc5\x00\x79\x62\xbe\x9c\x51\xa9\x44\x6b\x94\x58\x6d\x84\xdb\x78\xc0\xb3\xbc\x73\x68\x51\xb0\xaa\xb3\xcd\x3e\x4b\x49\xca\xc5\xaa\x10\xb5\xc6\x2f\x6d\x1d\x9b\x4d\x3e\x25\xd9\x9c\xa4\x5a\x08\x1a\xaf\xdb\x48\xd7\xfd\xf6\xe9\xd7\x36\x0b\xd0\x84\x8c\x96\x88\x20\xf0\x6f\xeb\x77\x63\x83\xed\xd9\x79\xbb\xb7\xdd\x66\x8b\x3e\xba\xa6\x03\xc5\xa1\x2f\x2f\x37\x54\xd9\x97\x4a\x51\x0c\x40\xdf\x8d\xa1\x3a\x3e\x52\x6a\x75\x30\xce\x92\x30\x9c\x65\x08\x5e\xc5\x57\xb6\xca\xf3\x1a\x11\x1a\x75\xef\x75\x58\xe2\x77\xfd\xb8\x9d\x16\xfc\xd9\xfa\xf2\x80\x5b\x5f\x12\x71\x18\x4a\xd4\xa5\xc1\xd4\xd7\xab\x44\x25\x4e\x13\xdb\x82\x48\x72\xd1\x1a\xaf\xdb\xc5\x00\x1c\xa9\x1c\x27\xa0\xe6\x85\xa5\x29\xab\x9b\x3a\x59\x34\x24\x90\x76\xf3\x30\x50\xa6\xfe\xf2\xef\x6b\xed\xa6\x56\x49\xec\xba\x41\x39\x2d\x1c\x45\x44\x1a\x9b\xb4\x8d\xe7\xc6\x13\xfe\x08\x95\xb4\xb6\xd9\x55\x7d\x94\xf5\xbc\x35\x83\xf7\xa0\xce\x71\x41\xea\x46\x5c\x98\x0b\x9e\xcf\xe6\xce\xf6\xa2\xcf\x8c\x9e\x5a\xd3\x5e\xfe\x58\xb3\x2d\xaf\xbd\x97\xdf\xe5\x34\xd9\xcc\xb2\x75\x5b\xaa\x31\xf6\xe1\xfc\x0e\xc9\xb9\x3f\xad\x13\x68\xb6\x71\x63\xeb\x83\xee\xde\xa7\xfd\xd6\xfb\x37\xa0\x9b\x03\x07\x64\x3a\xe5\x49\x02\x16\x7a\x49\xd2\x47\x22\x9a\xbb\x87\x09\xdf\xd1\xf5\x30\x08\xfd\x00\xe0\xeb\x22\xc5\xa4\x93\xfc\x75\x6d\x44\x43\x89\xdc\xe8\xab\x4e\x7e\x13\x81\xc8\x19\x61\x4d\xb6\xa9\x9f\xea\xe5\x5d\xde\x58\x1c\xa8\x0b\x0a\xdc\x59\x2c\xa8\x5b\x92\x17\x8e\x07\x5d\x31\x8f\x7d\x8d\x09\xad\x30\x3b\x1f\xa2\x59\x5c\x33\x2e\xd0\xc6\x28\x3e\x03\xbd\xc4\x23\x36\x28\x65\xa6\xb8\x32\xd8\x93\x45\x11\xda\x6e\x74\x88\x90\x99\x41\x61\x0e\x6b\x58\x01\xf7\x93\xfe\x0b\x34\x1d\x03\x03\x6c\x22\x45\x5d\x34\x28\xc4\xe5\x93\xf8\x10\x47\x8b\x28\xa1\x51\xa0\x33\xcf\x04\xce\xe6\x4d\x1c\xcf\xed\x7c\x8f\x5f\xf4\x5a\xf8\x45\x6d\xd5\xa6\xd6\x89\xc4\x77\x74\xc5\x70\x4a\x7a\x5c\xa5\x26\x5c\xa5\x03\x8f\x1c\xc2\x8a\xba\x59\xaf\x08\x48\x51\x3f\x77\x3d\xb8\xd2\x2b\x80\x2b\x6d\x72\xf8\x0a\xe4\xa4\xd2\xb1\xeb\x01\x9f\xde\x75\x02\x7c\xf2\x97\xe0\x5e\x61\xf8\xb4\x9f\xc7\x57\xc6\x86\xa9\x0f\xec\x35\x01\x9e\x1a\xc4\x85\x75\xe4\xa6\x65\x08\x4f\xcb\xe8\xa2\xd3\xba\xbc\x2e\xde\xd2\x7a\x2b\xb3\x16\x94\x52\xe3\xdd\xb5\x27\xc0\x4a\xed\xdb\xb0\x27\xe7\x66\x97\xc9\x4a\xeb\x15\x06\x0d\x13\x96\xd6\x51\xb0\xd6\xcb\x5d\xf2\xf4\xf0\xb6\xf2\x97\x8a\xaa\x6c\x9b\xe5\x30\x0d\x9c\x0f\x9a\x08\x34\xe7\x49\xec\xe0\x3c\xfc\x6a\xf9\x0e\x7c\xe4\xbc\x5f\x20\xb7\x19\x50\xc9\x1c\xb4\xad\xa2\xb4\xda\xb2\x4c\x25\xbf\x89\x6f\x3d\x5b\x29\x90\x7f\x77\x9b\xb1\x14\xae\xec\xa6\x59\x4b\x2b\x06\xb7\x4c\xf4\xd8\x30\x73\x29\xe8\x71\xa9\x97\xce\xcd\xae\x93\xa7\xae\x4a\x2c\x1b\x04\x51\xd5\x6a\xe0\x6d\x0f\xb3\x94\xe2\x4f\xe3\x0c\x0b\x9c\x24\x24\xa1\x32\x7d\xb6\x20\xda\xd3\xb2\xbb\x56\x9f\x55\xc1\x8d\x89\x88\xe5\xe9\xc4\x90\xa2\x1b\x88\xad\xbc\xa9\x38\x12\x39\x0b\x41\xe2\xfc\xc6\x20\x57\x99\x31\x87\x7b\x01\xac\x4a\xd1\x1c\xca\xbc\x4e\x31\x15\x8c\xc8\xd6\xa2\x9a\x24\xca\x05\x55\x8b\xb1\xad\x51\xda\xfd\xc0\xdd\xda\x2f\x4f\xed\x87\xcb\x3d\xdc\x0e\x1f\xc1\xf5\xe7\x6b\xa2\x66\x44\x40\xc1\x25\x57\x3a\x28\xa8\xc3\x6a\xf1\x2f\x88\xaf\xda\x04\x61\xc3\xb5\x6b\xbb\x2d\xe0\x16\x3f\x8d\x83\x0c\xa4\x71\x54\x25\x8e\x55\x87\xb5\x09\xc1\x6b\xd9\x24\x9f\x19\xc3\xaa\xc5\x8b\xfc\x0c\xf5\x5a\x6c\x9a\x81\x69\x5a\x0f\x38\x70\x05\x83\xbd\xb2\xd8\x98\x00\xc6\xc0\x2a\x55\x2d\xe3\xb4\xa8\x49\x4d\xc1\x47\x4b\x06\x3b\x08\xbe\xea\x30\xe2\xa0\x93\x1d\x0d\x5b\x1f\x74\x21\xf2\x4c\xd1\x49\x1d\x24\x48\xed\xae\x7e\xeb\x20\x81\xec\x79\xe7\x66\x28\x75\x6b\x8a\xba\x96\x38\xb1\x9d\x9d\x96\xff\x2d\x22\x9b\xc3\x5a\x32\x58\x55\x61\xde\xdb\x55\x4a\x95\x72\x01\xf6\xc6\x00\xad\xa9\xb3\x6c\x9b\xfd\xc2\x85\x7b\x60\x28\x0d\x6b\x4c\x44\x47\x23\x36\x90\xe8\x89\x20\x46\x2c\x18\x47\x43\xd1\x57\x6f\xd5\x86\x2a\x5a\x13\xa2\x7b\xf2\xb1\x29\x5a\x78\xa0\x4a\xfa\x42\x6e\xa6\x8f\x29\x4e\x24\x39\xd0\x0d\x43\xfd\x57\xc5\x21\x68\x12\xa3\x27\x81\xb3\x8c\x88\x11\xb3\xd9\x0f\xe0\x70\xe1\x3c\x31\xed\xb7\x85\x86\xda\x35\x20\xe3\x08\x47\xf3\x17\xda\x23\x0c\xc9\x2b\xd1\x9c\xc4\x2e\x0d\xbc\xbc\x3d\x6e\xde\xc6\x60\xbd\xc6\x66\x9d\x4f\x5d\x21\xb2\x03\xdb\x49\x12\x69\x8e\xe2\xeb\x52\x67\x44\xe8\x51\x6b\x1a\x7e\x24\x0c\xd1\xa9\x1b\x87\x8d\xdd\x41\x4f\xe0\x99\xd2\xa4\xff\x88\x69\x62\x70\x15\x5c\xd7\x4e\x08\x34\xe6\xf7\x11\x33\xee\x6e\x16\x95\x32\x3a\x29\xa3\x72\xae\x39\x75\x0e\x3e\x49\x50\x33\xd6\x92\x3c\xe3\x58\x96\x8d\x8c\x46\x7d\xa3\xbf\x95\xcc\x1b\x87\xa5\x6c\xb5\x28\x00\x42\x82\x60\x49\x57\x0b\x6d\x99\x9c\xd9\x87\xde\xd7\x43\xef\x9b\xd7\x66\x1f\xc3\xef\xfd\x61\x59\x37\x04\xbf\x6d\xfb\x77\x21\x41\xee\x30\x14\xff\x95\x63\xd6\x9f\x27\x5c\xfd\x75\xf3\x0b\x9e\x23\xb5\xa0\x0f\xc0\x7f\x7b\x01\xf8\xed\xc7\x76\xad\x20\xfc\x15\x58\x58\xae\x97\x6d\x23\x9e\x3d\x38\xd2\xb3\x46\x3d\xfb\xa8\x8d\xe0\x8b\x8e\x91\xcf\x05\x7a\x53\x1f\xfd\xfc\x4c\xd1\xcf\x0d\x4b\xbc\x5e\x04\xf4\x46\xb6\x95\x97\x0f\xce\x74\x3d\xbf\x44\x80\xe6\xaa\xe8\x98\x7c\x32\x7e\xf6\xa3\xd7\x38\xe7\xae\x27\xf0\x27\x4f\x14\x46\x24\x12\x9a\xce\x26\x24\x8e\xc1\x7e\xaf\xb8\x2d\x6e\x5c\xd0\x8e\xd3\xc3\x34\xf3\xc5\x52\x13\x3b\x4e\x38\x9b\x49\x1a\x1b\x14\x88\x0c\x43\x91\xd1\x50\x4b\x84\xec\x67\xd8\xdf\x24\x21\xc2\x99\x7f\x05\xfa\x52\x52\x2d\xf7\x07\x26\x61\x81\x62\x4e\x24\xfb\x42\x19\xad\x0c\xb3\x05\x7a\x60\xfc\x29\x21\xf1\x0c\x76\xa8\x3a\x98\x43\x44\xc9\x01\xa2\xca\x7f\x26\x20\x5d\x9a\xe7\x6a\xa4\xc7\x0e\x41\x3d\x46\x04\x24\xf6\xdb\xa0\x8c\xb7\x6f\xe6\xab\x23\x84\xce\x19\x9a\xe2\x48\x1d\x20\x99\x4f\x8a\xf6\x63\x6e\xea\x32\x6b\x35\x27\x98\x78\xd1\x48\x1f\x9c\xdb\xd0\x79\xf3\xd9\x70\xdc\x41\x93\xeb\x20\xa1\x78\xab\x20\xa6\x47\xbc\x0d\x2a\xe6\xc7\x5c\x5a\x6f\x37\xe2\xcc\x1f\x7d\x8b\xfb\xe2\x61\x8d\xa1\x98\xae\x81\x08\x66\x3c\x6e\x35\x2a\x55\xa6\xb2\xee\x58\x8a\x88\x33\x5b\xc3\xd7\x7a\x04\xa0\x5d\xb3\xdc\x31\x7f\x62\x52\x09\x82\x53\x6b\x85\xd5\x57\x0d\x44\x2b\x98\x78\x33\x3d\x7a\x2a\x8c\x88\xb1\xce\x16\x5f\x50\xf6\xa0\x77\xb7\x00\x72\x86\x92\xe8\xd0\x73\xd3\xa6\x65\xfa\xc6\x23\xa7\x9c\x19\x4f\xcc\x36\xfb\x27\xe9\x8c\xe1\x64\x4d\x25\xb7\xb6\x72\x75\xe7\x89\x33\x5e\x59\x71\x41\x4b\x11\xc6\xaa\x82\x4c\x8f\x6b\x19\x11\x2a\xf3\x0d\x5d\x37\x18\xc5\x24\x23\x2c\x26\x2c\x5a\x00\x89\x30\x80\xf4\x10\x0c\x27\x08\xc3\x77\x38\x39\x42\x67\x26\x91\xc1\x4b\x78\xf6\x5a\x87\x0b\x3d\xc5\x8c\x4e\xb5\xa0\x08\xd6\x2e\x3b\xca\x11\x33\xc3\x74\xc6\xe6\xa0\xce\xbc\x5f\xb1\x86\x9d\xf9\x8e\x32\x5c\xca\x1c\xd9\xe0\x3c\x25\xf9\x5a\xc1\xc1\x81\xd9\x6a\xd1\x86\x6e\xae\xf0\x2a\xc0\xf1\x35\x36\x03\x49\xa8\xd0\x8f\x74\x77\x08\xae\x4c\x8f\x7d\x8f\xc1\xa2\x3d\x27\x49\x16\x54\xb9\xce\xb0\x50\x1e\x50\xc2\x40\xd4\xea\x5b\x26\xcd\x99\x01\x07\x31\x96\x86\x27\x0b\x03\x6a\x9d\x19\x45\xe3\x47\x23\x76\xae\xbe\x90\x9a\xf3\x71\x36\x4b\x16\x08\xc7\x8f\x54\x16\x70\xe7\x11\x67\x32\x4f\x89\xb0\x5d\x50\x69\x82\x75\x2c\x54\x30\x76\xa4\xa9\xc7\xa6\x65\xfe\x47\x9c\xd0\xd8\x41\xf2\xeb\x1f\x27\x64\xaa\xe5\xa7\x0c\x0b\xe9\x2c\x62\x0d\x2e\x4d\xbb\xb9\xb1\x5e\xab\x57\xe3\x96\x3f\x86\x0c\x11\xa5\x05\xef\xc4\x56\x07\x3e\xae\x72\x4e\xbb\xea\x4b\xb8\xe6\xa4\x36\x29\xb4\x5c\xc0\xb1\xab\x70\xb6\x0a\xbd\xc6\x21\xa8\xe5\x26\x84\x45\xf7\xe3\x64\x69\x33\xb8\xb5\x38\x40\x65\x82\x76\xd4\xc6\xd0\x1a\x72\x4d\x42\x41\xb8\x90\x0a\x2b\x1a\x59\xb1\x9d\x0b\x7b\x71\xd8\x8b\xa5\x7d\x6b\xcf\xb6\x04\x8c\x96\x11\x4e\xea\x3b\xbc\xc4\x6b\x66\xde\x5f\xce\x5b\xed\x71\x33\x6d\x2f\x4d\x5a\x89\x78\x92\xac\x03\x66\x5e\x99\xf9\x69\xf1\xf9\xf2\x11\x15\xfd\xe8\x0d\x70\x7b\x01\xa7\xc6\xf8\x1e\x71\x62\x25\x54\xa9\xec\x2e\x85\x2f\x99\xdb\x6d\x61\x7d\x9b\x23\xc6\xa7\xa6\x96\x71\x9b\x57\x32\x13\x3c\xa5\xeb\xa0\xea\x19\x47\xdd\x8d\x8b\x22\x5c\x21\xbc\xb9\x58\x43\x7d\x8a\x2c\x79\xd9\x1e\x21\xde\x1c\x33\x23\xaf\x2e\x39\x43\x29\xce\x36\x5a\xf0\x55\xd6\x96\x01\x4a\x8d\xa9\xcb\xae\x1e\xe0\xec\x10\x40\x8e\x87\x45\x7e\xc2\x8b\x22\xb5\xa7\x0d\x2f\x8d\xad\x45\x0e\xf7\xfa\xf5\x73\x36\xe5\x6b\x1c\xce\x22\x15\xc7\x9e\x3e\xec\x68\x36\x38\x7f\x3e\xa6\xd3\xec\xbe\x59\xd3\x2e\xe7\xf1\xb4\x89\xa8\xd7\x3e\x99\x6e\x05\x9f\x53\xf5\x0b\x99\x48\xa8\xf5\xad\x73\xb7\x96\x8f\x56\xd0\x22\x82\xe1\x2c\x5f\xaa\x8f\x25\x3a\xdc\xf9\x1a\x55\xda\x41\xc6\xc2\xe0\x82\x81\xae\x9b\x5b\x7d\x81\x35\xb3\x87\xa4\xd3\x62\x6d\x99\x7b\xb8\x1e\xee\x9b\xeb\xd1\xa3\xbd\x35\x9f\xd0\x95\xa0\xb6\xeb\xe8\x8a\x53\x2d\x09\x19\xf5\xa1\x88\x2c\xb0\x21\xd6\x53\x9a\x10\x79\x84\xce\x1b\xf4\x46\x17\xe0\xec\x1d\x82\x26\xd4\xcb\x49\x4f\xb9\xa0\x41\x89\x30\x27\x23\x21\x0a\xb8\xe9\xa1\xed\x4c\x10\x3d\xe6\xc8\xf8\xee\xb8\x01\x79\x83\xe8\x2a\x41\x35\xcf\x32\xc2\xaa\x02\x29\x5a\xf3\x02\x6a\xd3\xcb\x8d\x0c\xef\x3f\xe0\xc6\xe7\x8d\x6d\x15\xc4\x62\x54\x2d\x5b\xba\x8b\x62\x0f\xdd\xe3\xc7\x5d\xaf\x77\xfa\x8b\xfa\xde\x34\x8e\xf0\xae\xdc\xfa\xda\xa3\xf3\x52\xfe\xfa\x8e\xc8\xf7\xf0\xa9\xb3\x8a\x62\x34\x15\x04\x0c\xe7\xa9\xcf\x09\x35\x60\x6a\x9c\xc3\x7d\x77\x7b\xf6\xc3\xf1\xfd\x39\x22\x2a\x42\x09\x7d\x20\x23\x16\xc9\xc7\x03\x2d\x1e\xff\x9a\x13\xa5\x7f\x6e\x31\xb4\xd0\x94\x30\x09\x9c\x80\xaa\x5a\xee\x7c\xf3\x42\xba\x85\xd1\xff\x3d\x2b\x7f\xbf\x84\xe4\x6b\xe9\x2f\x40\xbb\x0e\x86\x1f\xc8\x14\x20\x9c\xcd\xd2\xca\x06\x8a\x31\x2a\xde\xb0\xa9\x2e\xd6\x06\xe1\xae\xec\x1f\x39\x5b\x53\xe8\x3a\x2d\x3e\x0a\x46\xd1\x22\xd3\xa5\x19\x06\x8c\xc3\xf5\xe2\x68\xcd\x37\x8d\xad\xaf\x62\x22\x45\x5a\x91\x53\xd9\x8b\x12\x62\x48\x09\x42\x80\x85\x78\x7a\xb2\x77\xbd\xcd\x24\xf5\x13\x0b\x3e\x3a\x1a\xb1\x8f\xce\x90\x5f\xfc\x2a\x5d\x13\x26\x36\xdb\x43\x3f\x96\x5b\x81\x66\x63\x2a\xfd\x0f\x00\xe0\x2d\xf3\x44\x99\xda\x36\x53\xaa\xb5\x74\x37\x50\xf3\xa4\x89\x4b\x08\xcc\xa2\xf9\xe5\x96\x25\x6e\xe8\x74\x4c\x92\x75\x24\xd1\xf3\xe9\x30\x91\x9a\xbe\xa3\x87\x96\xd3\xb9\x49\xf5\xa6\x62\x32\xb6\x26\x9d\x29\x47\x61\x74\x1c\x63\x3d\x4e\x4c\x6d\x19\x82\xc0\xf4\x5b\x8d\x7e\x36\x09\x8e\x7a\x17\xad\xa4\x6e\x2c\xbf\x26\xec\xd0\x87\x14\x41\x2f\x08\xab\x11\x13\x39\x03\x70\x61\xef\x08\xc2\xa8\xc0\x89\x8c\x9c\x59\xc6\x1a\xc9\x66\x9a\x4d\x18\x18\x46\xf3\xb2\xd6\xcf\x78\x2e\x21\x82\x31\x25\x4a\x5f\x50\x5f\x42\x45\x38\xe3\x8a\x3b\x40\x99\xa0\x29\x55\xf4\x91\xc8\xaf\x1a\xb6\xee\x14\x2b\x9c\xf0\xd9\x40\x28\x3a\xc5\x91\xba\xc3\x5b\x69\xe0\xd8\x36\xb3\x69\x58\x87\x1b\x06\x3a\x3f\xd3\x8b\x3f\x23\x8c\x08\x98\xa8\xd6\xc9\x9b\x8f\x30\x3c\xd9\x88\x73\x43\x39\x95\xc8\x14\xa0\x90\xde\x62\x81\x73\xc5\x53\xad\xdf\xe2\x24\x59\x40\x61\x09\xfd\x64\x8e\xe5\xdc\x6d\xb4\x09\x43\xea\x72\x37\xd9\xc5\x3d\xc5\xd1\x9c\xdc\x42\x7d\xc4\xa6\xc5\xad\x8c\xf2\x1d\x61\x79\xfa\xee\x04\xfd\x4f\x31\xc7\xd3\xc1\xe9\xf7\xc3\xf1\xd9\xf9\xed\xe0\xbb\x8b\xe1\x59\x30\x1f\xfb\xe4\xe3\xf9\xed\x6d\xfd\xd7\xef\xcf\xef\xea\x3f\x5e\x5f\x5d\xdf\x5f\x0c\xee\x9a\x5a\xb9\xb8\xba\xfa\xe1\xfe\x7a\xfc\x7e\x70\x7e\x71\x7f\x33\x6c\xf8\xf4\xfe\xae\xfd\xe1\xed\x0f\xe7\xd7\xd7\xc3\x33\xb7\x2a\x7f\x0f\x4e\x17\x84\x27\x41\xe8\x60\xf3\x34\xaa\x07\xf0\x10\x95\x5f\x3c\x41\xf7\x55\xc8\x5b\x1b\xe3\x63\xf2\x30\x9f\xb0\xd4\x3c\x0c\x42\xb9\x46\x0c\xb9\xcf\xf5\xa2\xb4\x7d\x6a\xbc\xa0\xd1\x9c\xa0\x84\xf3\x87\x3c\xb3\xac\xcd\x24\x73\x30\x6e\x0c\x3f\x44\x06\xad\x7d\x7f\x7e\x77\x52\x87\xde\xf5\x8d\x05\x88\x0f\xee\x0c\xc0\xb8\xb0\x63\xa7\x60\x4b\x71\x90\xac\x85\xa9\x34\xe8\xc1\xef\xcc\xb2\x7e\x4c\x6b\x98\xa9\x4a\x37\x71\x6c\xcb\xff\xb9\x89\x05\x0d\x97\xf7\x75\xd9\x6a\xfa\xe5\x30\xb5\x06\xd0\x84\x44\x38\x37\xbe\x62\x7d\x4f\x09\xc1\x45\x38\xe0\x82\x1e\x76\xd7\xa8\xa5\xa3\xc6\x06\x2b\x7b\xa6\x27\x2e\x1f\x68\x96\x91\xf8\x5d\x5d\x7e\x29\xd7\x89\xb3\xd5\x49\xf9\x14\x05\x67\x52\xeb\xf5\xa0\xf3\x3b\xa0\xec\xb9\x2d\x68\x40\xa5\xf1\x87\x15\x1e\x42\x00\x22\xd4\x77\x82\x07\x34\xa6\xe0\xbd\xc6\x0a\x3d\x11\x48\x09\xca\x6d\xa5\x00\xa3\x7b\xeb\xb3\x0d\xdd\x19\x4f\x86\x2b\x4f\x53\x4a\x15\x6a\x65\xc6\xbb\x10\xb8\xf5\xf7\x92\x34\x31\xe2\x2d\xf2\x3a\xce\x4c\xa3\xc0\x9d\x5d\x28\x01\x8c\xb8\xc5\x67\xe4\x6e\x83\x06\x0b\xf9\x12\xf9\xaa\x7e\x23\xad\xb8\x2c\x34\xdb\xee\x32\x1e\x97\xcb\x5a\x02\x68\xec\x3e\xb0\x12\x88\xdf\xca\xb5\xba\xe3\x31\x5e\x68\xe2\x80\x18\x1e\x99\x67\x19\x17\x0a\xb5\xb4\x61\xbc\x23\x66\x7c\x70\xe7\xd8\x79\x78\x1e\x07\x8d\x68\x09\x43\x36\x60\x28\x77\x4b\xef\xb3\xeb\x5a\x30\x8e\x10\xaa\x04\x14\x41\x8f\x73\x9f\x96\x54\xea\x12\x85\x36\x09\xbf\xdb\x44\xee\x65\xfa\x82\xef\x5a\x76\xa5\xa9\xf7\x2b\xd7\x42\xe3\x96\x27\x64\xaa\xc6\x8d\x5e\x9f\x25\x06\x4e\xdd\x22\x6b\xcb\x88\xa6\xb3\xf9\x0e\x5a\xec\xae\x25\x7c\x6b\xfd\xa5\x5a\x35\x08\x2c\x04\x82\x73\x65\xe4\xd3\x42\x87\x41\x6e\x35\xc1\xbc\x60\x3b\xb5\xb1\xcc\x5e\x08\xd4\x32\xff\x03\xe3\x4f\xcc\x5b\xf6\xe5\xd1\x88\x0d\x31\xd4\x4f\xf4\x8a\x88\x0b\x71\x06\x2d\x60\xa5\xfc\x5f\xaa\x85\xf6\xa2\x41\x30\xed\x08\x65\x05\xdd\xdb\xca\xb9\xc9\x02\x15\xf5\xee\x4a\xdf\x75\x39\x3d\xc6\xea\xed\x44\x40\x33\x61\x5b\xa9\x49\x91\xcc\x5a\xe6\xcd\x3c\x0b\x07\x2a\xb8\xdd\x75\x57\x47\xe8\x27\x67\xf9\x81\x78\xa2\xa2\x54\xa4\x2d\xf4\x9d\xe0\x85\x03\x35\x6a\x5a\xd8\x5d\xe0\x04\xed\x3a\xc2\x68\xf9\x02\x7b\x40\x82\x86\x55\x2e\x29\xe0\x8c\x19\x8b\xec\x1a\xe1\x94\xa7\xfe\xa3\x5b\xb2\x3c\xde\xfa\x3d\x94\x5d\xb2\x0e\x6b\x10\x3a\x58\xb2\xf8\x5f\x66\xb3\x4c\x26\x85\x2b\xa8\x60\xcb\xe0\x58\x0f\xaa\x3e\x3f\xe0\x01\x34\x89\x16\x68\x4a\x93\x04\xe4\x80\x23\x34\x80\xaa\x85\x90\x88\xa0\xaf\x42\x17\xb5\x46\x67\x8c\xaf\x8a\xdd\x6e\x21\xa6\x28\x20\xa6\xdb\x76\x62\x92\x40\x4d\x45\x1e\xda\x6e\x28\x6a\x07\x39\xc9\x9a\xb7\xe0\x3a\xa2\x63\xf7\x4c\xe4\x35\x94\xf7\xd7\x08\x3a\xab\x0d\x37\xf8\xf0\x5f\xcd\x43\xff\x90\x63\x81\x99\x82\x50\x2a\x2b\xba\x0b\x12\x84\xf4\x92\x4f\x10\xac\xc8\x8c\x21\x18\x7e\x0a\x37\xd7\xb9\xfc\x67\x14\x12\x4f\xe2\x03\x44\x8f\xc8\xd1\x81\xad\xe5\x2e\xf3\x49\xf1\xe6\x5c\x4b\x0e\x23\x56\x0b\x11\x39\x42\x83\x44\x72\xfb\x05\x61\x51\x02\x55\x42\x83\xa8\x2f\x4f\xf9\xd6\xad\x34\x59\x80\x82\x02\x5b\x59\x34\xcf\xed\x83\xe0\x43\x28\x2e\x01\x3e\xf1\x04\x4e\x7a\xf1\x7b\x53\x69\xe5\x52\x9c\xc4\x33\xc2\x11\xd7\xae\xa1\x67\xdb\x24\x53\x22\x66\xd9\x06\xc1\x1b\xb0\x31\x45\xe8\x4e\x90\x41\x8c\xbe\xc4\x0a\x25\x04\x4b\x85\xbe\xf9\x6a\xad\xd8\x10\x37\xc1\x82\xbb\xda\xe3\x5b\x04\x60\xbb\x08\xce\xb6\xfa\xf0\x50\xc2\x0b\x61\xc4\xc8\x53\x18\xb0\xc3\x21\xc6\xca\x15\x02\x21\x41\xce\x88\x29\x9d\x69\x32\xcb\x20\x08\xd6\xa8\x4c\x2d\x7c\xc4\xc1\xf5\x59\xf7\xa9\x1d\x56\x03\x65\x59\xe5\x89\x1a\xf5\x0c\x20\x25\x8a\x58\xca\x39\x56\x23\x66\x39\xab\x0b\x1b\x09\x8a\xe4\x0d\x92\xa4\x1c\xbf\x88\x21\x44\x97\xe9\x09\x43\xd9\xd8\x23\xbf\x40\x97\xa0\x7e\xf9\x20\xb2\x72\x4d\x7e\x7f\x58\xb4\xa6\x36\x62\x3e\x5f\x3f\x6c\xbb\x51\xda\x69\xb2\x2f\xbf\xa0\x10\xdc\xd0\xfd\x85\xa9\xdf\xdb\x41\x18\x26\x4d\x43\x5e\x71\xb0\xea\x36\xfd\x25\xb2\xf1\xae\x3b\xe8\x2e\x2a\x37\xdb\xc7\xe1\x9a\x7d\xe2\x0d\xe6\xf6\x96\xcd\x0d\x64\x8b\x6d\x14\x70\x1f\xcd\xf8\x52\x1e\xdf\xd2\xd0\xcf\x63\xc8\xa5\x58\xcd\x05\x8b\xdc\x04\xc7\x3a\xc0\xd0\x4d\xe3\x20\x54\x3a\x88\xcc\x84\x50\x7a\xc7\xf8\xec\x9b\x2d\x9e\xd7\xec\x6d\x4f\xff\xa0\x98\xbf\x9b\x8a\x0f\x82\xab\x4f\xbc\x5d\xd8\x1b\xc4\xff\xc0\x11\x04\x50\x42\x4f\x2e\x74\xb3\x0e\x28\xe0\x60\x18\x31\x18\xf3\x1b\xc5\x43\x5b\x8a\xfb\x08\x0d\xe1\xa2\x71\x95\xb9\xf1\xd4\x39\x24\x82\x97\x47\x4c\x6b\x26\x2e\xff\x38\x68\xbf\x4c\xe2\x4d\x27\xc0\x80\x99\x6c\xe5\xcb\x49\x57\x63\x6c\xb7\x69\x13\x0e\x4b\x05\xda\x00\x58\x5e\x34\x9c\x9d\xa0\x98\x47\x0f\x44\x1c\x0b\x12\x53\x79\x02\xbe\x75\xd5\xea\xd4\x4b\xb5\xb6\xbd\xb5\xa4\xd1\x16\x28\xb0\x22\xd7\xe0\xd4\xf4\x6f\x83\xe8\x5d\x21\xb9\x03\x44\xa7\xa0\x4e\xb8\x50\x57\x93\x64\xe3\xd2\xb5\x09\x53\x62\x91\x71\xca\x94\x37\x65\x55\x16\xc2\x69\x1a\x5a\x68\x6b\x0b\xd2\x16\xbb\x88\xc1\xd9\x70\xda\x77\x73\x22\x89\x0b\x38\x30\x93\x52\x1c\x19\x2f\x8b\x61\x17\x19\x56\x73\x09\x19\x41\xe5\x35\xb0\x4a\x17\x7c\xaa\x57\x08\x67\x10\xaf\x60\xac\x14\xc5\x47\x3e\x6f\x45\x2a\x9a\x24\x23\xc6\x08\x89\x25\x82\xe4\x9d\x2f\x1a\x33\xcf\xf4\xa7\x07\x08\xc7\x31\xfa\xdf\x5f\xbe\xbf\xf8\xf9\x6e\x38\x3e\xbf\x04\xa3\xf5\xf9\xc5\xf0\xab\x03\xff\xe3\xd5\xfd\x9d\xff\xd5\x58\x58\x1e\x89\x40\x29\x7e\x00\x15\x8f\x49\x23\xff\x41\x76\x47\x38\x52\x97\x93\xa7\x9f\x48\xe2\x22\x5d\xad\x98\xe2\x21\x80\xec\x1e\xb6\x56\xaa\x33\x36\xbf\x35\x94\xdf\x1b\xff\xc9\x72\x1a\x74\xc4\xe3\xbb\x70\x62\x60\x4a\x18\x44\x63\x5b\x6b\x5f\xa1\xfb\x16\x04\x47\xd8\x8c\xb2\xb6\x78\x3c\xc2\x1e\x9f\x53\x88\xff\x81\x2c\x7e\xd4\xea\xf5\x35\xa6\xa2\x33\xed\x0d\xd9\x23\x15\x9c\xc1\xd4\xbc\x59\xcb\x9f\x18\xad\xa7\x63\x59\x3d\x54\xd2\xc8\xc2\x10\xa3\x91\xb5\xc6\x7c\x36\x01\x99\xbc\xfa\x74\x2d\x3c\x02\xf9\xa4\x84\xcb\xfe\xf4\x28\x1c\x0e\x8a\xc0\x5f\x34\x05\x0d\x8e\xd8\xdd\xd5\xd9\xd5\x09\x22\x09\x9e\x70\x01\xd9\x60\x26\x24\xc8\x35\x61\x17\x2c\xe2\x69\xd0\x50\x29\xf3\xf7\x00\x65\x45\xe6\x6f\x68\x44\x3b\x32\x6d\xac\x2a\xe0\xcc\x45\x3d\x6f\x76\xb7\x2a\xa0\x9d\xec\x35\x17\x5d\xae\x7f\xfd\x1a\x2c\x1d\xcf\xb4\x22\x57\xe1\xbc\xf6\x6e\x9e\x12\x6c\x6a\xa7\x1a\xb7\x90\xb5\xe5\xdb\x00\xd6\x24\x29\xd5\x03\xd2\x07\x47\x1e\x59\x17\x7c\xf1\x26\x67\xe8\x87\xbf\x4a\x34\xc9\xd5\x88\x95\xdb\xe0\x0c\x0d\x7e\xba\x45\xdf\x61\x15\xcd\xbf\x1a\xb1\x2b\xad\x66\xfe\xf0\xd7\x16\x88\x82\xb5\xd1\x75\xf4\x9a\x9c\x61\x85\x2f\x38\x8e\x29\x9b\x35\x41\xeb\x14\xf8\xe7\xc3\xbb\xc1\x09\xba\xb2\x3a\xbc\xcf\x2a\x2e\x32\xad\x82\x86\x80\x21\xc3\x44\x1c\x17\x01\x56\xce\xca\xf0\x23\x46\x33\x83\x0b\x6b\xc4\xee\x0c\xa6\x90\xe6\xaa\x54\xa1\x8c\x5b\x0c\x7e\xad\x95\x19\xb4\x25\x63\xca\xb6\x96\x44\xbd\x3a\x40\xc6\x7e\x33\xac\x3c\x06\xf2\x4c\x9d\xd9\x8f\x18\x28\xe8\x3e\xd3\x33\xe1\x11\x4e\x20\x26\xef\x30\xb0\xe9\x69\xb5\x9d\xe7\x90\x76\x67\x8a\x5d\x2e\xca\xa1\xb3\x3e\x13\xd4\x0b\x65\xe1\x46\x81\x01\x00\xf6\xd1\x7a\x63\x53\xae\x39\x8e\xc1\x12\x01\xe3\x5b\x62\x56\x47\x7f\xe8\xb1\x45\xcc\xb2\xe8\xa7\x8e\x1f\x41\x4d\x69\xe3\x56\xc4\x11\x98\xef\xd9\x02\xc2\xb7\x01\x34\x9b\x43\xe8\x47\xc1\x9d\x2d\x51\xd6\x76\xd1\xdf\x89\xc1\x67\x23\x66\x22\x05\x4b\xfb\x12\x66\xc5\x07\xbd\x73\x06\x81\x8c\xc5\x75\xe9\x05\x8c\xcc\x06\x36\x5a\x59\x3f\x13\xe4\x30\x26\x8a\x88\x14\xec\x3d\xe1\x9a\xea\x1b\xf6\x08\xdd\x84\xea\x75\xcc\xa3\x3c\x75\xc8\x80\x90\x9e\x58\x94\x13\x2d\x49\x3c\xe6\x62\x5f\x45\xf1\x58\x44\x73\xaa\x08\x64\xe5\x75\xd6\x8f\x0d\xc1\x0c\xc2\x4f\xeb\x92\x7a\xbb\xe0\x0b\xbc\x63\xbb\xa8\x35\xd3\xd0\x38\x2b\xb7\x54\x6a\x6d\x35\xb0\xd9\x8a\x42\x17\x97\x05\x7a\x19\x17\x20\x6c\x91\x4f\x19\x07\x23\xb7\xc9\xa9\xe2\xf1\x17\x12\x9d\x5f\x6b\x09\x48\x6b\xbc\xfe\x0c\xe6\x52\x99\xe0\x32\x48\xd7\x31\x5f\x9b\x74\x81\x03\xf4\xb5\x29\xf6\x1b\xa1\x4f\xee\x8f\xbf\xfc\xc7\x7f\xfc\xf9\x2f\xeb\xa4\x93\x38\x85\x1c\xda\x2d\xd6\xc8\x97\x43\x28\x8b\x44\xe1\x0e\xd4\x39\xd5\x16\xbb\x60\x0f\x60\xdb\xf2\x6f\x82\x52\x14\xc4\x0e\xe1\x99\x3d\xe1\x32\x3c\x99\xa8\x74\x34\x8b\x48\x02\x49\xd4\x41\x99\x43\x78\x61\xd7\x4a\xf4\xff\x6b\x09\x08\xc8\x58\x1f\x95\xcd\x62\x9c\x68\xe2\xc5\x6b\xdd\x08\xfa\xd2\xda\xff\x14\x38\x10\xbf\x72\x17\x1c\x4f\x62\x22\x6c\xa1\x70\x67\xb2\xf3\x86\x44\x60\x0e\xe4\x53\x96\xf0\xd8\xc1\x7b\x49\x92\x61\x10\x20\x34\x33\x38\x1a\xb1\xa1\xab\x1b\x6d\xe0\x29\xcc\x47\xc6\xf3\x32\xc5\x91\x41\xb5\x92\xe8\xcb\x4f\x27\xfa\xb7\x03\xb4\x38\x81\x20\xd2\x03\xf4\xdb\x89\x05\x21\xc0\x42\x8d\xf5\x4f\x5f\x39\x59\xdb\x36\x01\x83\xa6\x12\x7d\x71\xfc\x88\x85\xa9\x79\x78\x6c\x46\xf4\x85\xe5\xac\xbe\xae\x4b\x28\x9b\x27\x9c\x3f\xd8\x00\xdb\xda\x87\xc7\x0e\xd0\x04\xc8\xdb\xfb\x4d\xcc\xd6\xfb\x7c\x47\x85\x0e\x6d\xd5\xeb\xa3\x6c\x82\x8e\xfe\x21\x39\x43\x47\x0b\x9c\x26\xf6\x57\xf7\xd4\xc6\xff\x62\x89\x5c\xdd\xf3\xa2\xee\xb2\xb1\x94\x7e\x97\xf0\x09\xcc\xea\xa3\x9b\xa9\x89\xa0\x85\x81\x16\xb7\x4f\x71\x61\xd9\x89\x58\x49\xca\xc0\x32\xa4\x5c\x99\x57\x80\xc7\x35\xcd\xea\x93\x1f\xd2\x7f\x1b\xbf\x30\x2c\x8a\x4b\xe2\x33\xc6\x61\x1f\xbd\xa6\x1b\xfd\x84\xbe\xb4\x2c\xe8\x2b\x7d\xc7\xd8\x70\x65\xb3\x0c\x4d\x1d\x2c\x7c\x07\x3f\x07\x1d\x50\x86\x4c\x5a\xe6\x92\x2f\x7f\x3b\x3e\x3a\x3a\xf2\x5f\x5f\xea\xa9\xfc\xbf\x88\x2a\x49\x92\xa9\x69\xc9\xdd\x60\x8b\x11\xfb\xe8\x80\x83\x9d\xf1\xba\x80\x4a\x82\x7a\xe5\x11\x4f\xd0\x61\x61\xd0\x8d\x79\x24\xd1\x1f\xb4\x58\x1b\x2c\x25\xfc\xa8\xf5\xb8\x16\x18\x33\x83\x54\xf8\x42\x87\xca\x1a\xc4\xab\xc7\x2a\x44\x47\xf1\x8a\x2d\x96\x21\x0a\x35\xd0\x82\xa6\x9c\x63\x8b\xa0\x22\x84\x7e\x99\x7c\x52\xf0\xa8\x05\xa0\xa6\x31\x94\xbd\xf9\xa6\xac\xb1\xdb\x02\xa7\xc6\x90\x75\xcb\x02\x58\x18\x11\xcb\x19\xcc\x3c\x0f\x42\xf7\x89\xbe\x5c\x58\x08\x65\x2b\xf3\x34\xc5\x62\x71\x5c\x9c\xb6\x3a\x71\x16\xb8\xf4\xc0\x63\x12\xb7\x00\xe0\xc2\x4d\xec\xd1\xb2\x51\x0c\x56\xbc\x74\x37\x9a\x3f\xbb\x11\xd4\xe2\x81\x80\x3c\x53\x89\x8a\xb0\x88\xc7\x96\xae\x8b\xec\xd3\xb2\xc4\xe2\xdf\xa9\xcb\x2a\x2e\x22\x46\x16\xc6\x38\xa6\x4c\x66\xb4\x7d\xc3\x7d\xdc\xc2\xbe\xf9\x18\xaa\xba\x91\xd9\x1a\xee\xd1\xf3\xab\x5b\xf7\x4d\xf7\x4b\x17\xd6\xa1\x2c\xb2\x63\xa7\x25\x3a\x8b\x84\xc0\x4f\xc5\xf5\x0b\xb1\x1d\xc6\x3a\x93\xfb\xdc\x5c\xf3\xef\x53\x7e\x4d\x13\x7d\x6b\x01\x8d\x1f\x8d\x58\xe9\xe7\x03\x44\x12\x9a\x52\xe6\x63\xeb\x0c\x73\xe7\x53\x23\x3d\x3f\x50\xa5\xb7\x4c\xc6\x0f\x9a\x83\x39\xb8\x8c\x40\xa5\x1a\xb0\x85\x23\x1d\xef\x98\xb2\x16\x88\x5c\xea\x71\x15\x3a\xba\x16\x66\x75\x13\x87\x56\x20\xa5\x01\xe1\xc1\xf9\x1d\x31\xdd\x9a\x3b\x4b\x45\xb8\x70\xd0\x5e\xd0\xdc\xa1\x03\x74\x0d\x38\x00\xf4\x51\x8a\xf9\xf5\xf2\x6f\x83\x80\x32\x64\x79\xba\x6d\xb2\x89\x0d\x1f\x7e\x2d\x33\xdd\xb5\x20\xee\xa6\xb2\x89\x4b\x84\xe5\xa9\x3b\x50\x6b\x50\xdc\xd0\x8a\x3f\x31\x89\x12\x6c\x00\x00\x74\x43\x10\xf9\x78\x60\x1c\xa4\x59\xd0\x97\xb9\x5e\x4c\x37\x06\x23\x3e\x21\xec\x4b\xf3\xef\xaf\x90\xbd\x1b\xbe\x3e\xb0\xf7\xb9\x90\x0e\xc1\xd2\xee\x39\xd4\x18\x22\xb1\xb1\xa1\x03\xda\xdf\x0c\x8b\xd8\x58\xcb\x43\xad\xc2\x64\xf0\x6a\xf9\x6b\xc1\x73\xf4\x44\xe5\x7c\xc4\xee\xb8\x33\x38\x22\xc6\x3d\x5e\xe2\x01\x28\xa3\xb5\xfe\xb0\x04\x26\x00\xa3\x6e\xa2\x00\xcd\x84\xb7\xca\x35\x82\x28\xd8\x31\xe3\x31\xd9\x0e\x17\xe2\xae\xf0\x55\x38\xff\xb5\x20\x26\x1f\x0c\x6e\x8a\xb6\x74\x5a\x22\xe5\x9a\xb6\xf9\xea\xc6\xc3\x3d\x64\xdb\x81\x92\x76\x4f\x6c\x53\xc8\x15\x7f\xab\x41\x2b\x4e\xe3\x0c\xb2\x81\x4b\x6b\xef\x51\x08\xb7\xdd\x84\xa8\x9c\xaa\xb2\x72\x05\xfc\xd5\x67\xe6\x1e\xc1\xb2\xfb\x00\x63\x8c\x66\x82\xe7\x99\x4f\x99\x77\xe9\x7e\x66\x1b\xac\x4c\x73\xce\xa6\xfc\xc4\xea\x54\x17\x94\x3d\x18\x8a\x7f\xae\x3d\x32\x40\x93\x24\x2e\xa1\xe3\xb8\x2a\x63\x30\x87\x43\x44\x59\x94\xe4\x70\xf1\x49\x85\xa3\x07\x03\x96\xd9\x66\xf4\xd5\xdf\x8c\x57\x27\x53\xb6\x48\x4c\x79\x92\xd8\x6e\x8b\x0b\xb4\x28\xc3\xf8\x48\x31\xc2\xe8\xfe\xe6\xbc\xb9\xef\x07\x5a\x77\xe6\x34\xdf\x9e\x65\x02\x81\xff\xf9\x81\xae\x15\x77\x59\x41\x1b\x22\x25\x52\xf7\xc6\xa5\x36\x2c\x3b\x4d\xa4\x1f\xb0\x22\xdb\x66\x42\x19\x68\x95\x35\x22\xf5\x6a\x98\x35\x4b\xad\xc7\x5b\x02\xbe\x14\x60\x2d\x10\x1a\xd4\x8e\x3c\x13\x06\x6b\xc1\xc3\x35\xb0\x1b\xe0\xfd\x6e\xf3\xa9\xbc\xbb\x62\x3a\xcb\x87\x99\x10\xb2\x06\xda\xc0\xad\x7e\xbd\xe3\x20\x4b\xaf\x2e\x1b\xe3\x13\x36\xe8\xc1\x4e\x62\x2d\x2c\x81\x71\x5e\x2a\x10\xdc\x89\xa0\x1d\x39\x1a\xf1\x5a\xfa\x1c\x11\x3f\x12\x17\x86\xe3\x65\x31\xd7\xef\x0c\x7c\x5b\xbc\x04\x4e\xec\x2d\xb4\x0d\x84\x1f\x88\xad\x5b\x86\x4d\x68\xf1\x6b\x9c\x36\xb0\xe8\xe6\x9d\x28\x3a\x3e\xb3\x1f\x7f\xd4\xdf\x36\xb3\xa2\x8f\x90\xc5\xe7\x81\x53\x52\xcc\xf4\xc9\x76\xbd\xb6\x18\x21\x8d\x44\xb8\xd1\x90\xee\xb3\x8d\x06\x64\x7a\xec\x58\xb7\xc7\x76\xe5\x5a\x79\x32\x76\x78\x9c\x18\x3b\x93\x9a\x83\x09\xa2\xc0\xbb\xd7\x1c\xad\x6c\x8a\x30\xd8\xf8\x09\x16\x33\xa3\x20\x49\xa2\xe4\x57\x0d\x3b\x5c\xe4\x3c\x6c\xb1\xc3\x1b\xd4\x14\x0b\xfd\x9e\x20\x7e\x2f\x3b\x69\x7e\x94\x65\xcc\x36\x7f\x2b\xfb\xea\x7c\x56\x68\xa2\x32\x44\xd6\x8a\xb8\x10\x80\x84\x1a\xeb\xb3\xd2\x8e\x99\xb2\x65\x6d\xc9\x4b\x9c\x7a\x44\x00\x57\xe1\xce\xe6\x77\x99\xc1\x4d\x08\xc0\x0d\xb6\x8f\x61\xeb\x22\x92\xe1\x10\x6c\x51\xa7\xb6\x11\x8c\xd8\xc0\xbd\xe2\xb3\x8a\x41\xb7\x13\x46\x00\x87\xf8\x50\x13\x0d\x0d\xfa\x15\x2e\x56\xdd\x4e\xae\x65\x12\xeb\x26\x6f\x56\xeb\x60\x6a\xfd\xce\xdf\x46\x16\xf1\xde\x43\xa3\x2d\xad\x36\xf0\xb8\x7e\xa5\xe2\x66\x60\x96\xa8\x5a\x49\xb6\xa9\xe3\xd5\xba\x94\x43\x8c\xb0\x0d\x85\xc5\x6b\x4d\x0c\x69\xb2\x28\xc8\x54\xaf\xb8\xd1\xc9\x2b\x9d\xd5\x4f\xab\xda\x8a\x1b\x53\x9c\x8e\x05\x6f\x2f\xc7\xd0\x61\x99\x5c\x13\x25\xfb\xce\xdc\xc0\x46\x2f\xd0\xaf\x39\x4e\xcc\xe5\xc6\x2c\x39\xba\x61\x83\xa8\xfc\xed\x5f\xd0\x00\x6e\x1f\xf4\x11\xf8\x22\x38\xf8\xa1\x35\xc5\x11\x4d\x33\x22\x24\x67\xb8\xb5\x2e\xc9\xc3\x5f\xe5\xd8\x62\xbe\x8f\x71\x14\xf1\xbc\x8e\xef\xbe\xc6\x4c\x1a\x5a\x0b\x27\x85\xd1\x43\x3e\x21\x82\x11\x53\x7b\x05\xde\x43\xee\xbd\x4e\xc3\xe5\x38\x57\xf3\x6f\xc7\x51\x42\x3b\x03\xd1\x43\x76\xd1\x40\x7f\x76\x6a\xbe\x5a\x36\x81\x52\xfb\xa5\xa1\x33\x64\x9e\x21\xf3\xec\x08\x7d\x87\xa3\x07\xc2\x62\x94\x25\xf9\x8c\x5a\x30\x01\xb8\xa1\x80\x5d\x06\xe6\xd9\xf2\xc4\x8c\x6c\x61\xda\xd7\xd7\xd0\x88\xa5\xf8\xc1\x60\x03\x5a\x21\x32\xc2\x49\xb2\x96\x99\xc1\xd3\x43\x0d\x55\xc5\x65\xbe\xfb\x3a\x37\xe6\x7c\x28\x73\x3e\xc0\xa0\x0a\x08\x92\x39\x43\x18\x80\x59\xbe\x90\x28\xcf\x9c\x04\x04\x96\xbe\x04\xfc\xae\x66\x92\x50\xc0\x98\x6a\x3d\x68\x4e\x46\x0c\x62\x59\x5d\x8b\x0b\xcf\x55\x42\x57\xbf\x0f\x39\x69\x3a\x7c\x53\x03\x4b\xb0\x9d\x17\xb1\x06\x40\xb9\x82\x12\x3a\xc6\xe9\xaa\x39\x61\x60\x80\xe8\xde\x32\x68\x34\xdd\x37\xad\x14\x93\x6b\x05\x4d\x6f\x31\xf5\x4b\x98\x33\x6a\x4b\x1f\x58\x23\x79\x10\x2e\xe7\x3c\x49\xc5\xf7\x54\x22\x89\x15\x95\x53\xda\x68\x98\x09\xc1\x20\xb6\x59\x75\xbc\x1e\x02\x45\x03\xfa\x44\x65\x2d\x7c\xdc\xff\x11\x7a\x0f\x76\xa6\x40\xf6\xe6\x1e\xcb\xa1\x8d\x25\xa8\x39\x69\x05\x35\xdc\x45\xc0\x8c\x9b\x41\xf0\xfe\x52\xf3\xa1\xcf\xf1\x38\x42\x83\xc2\xbe\x6f\xd0\x2c\x8c\xe5\x7e\xc5\x8c\x48\x22\xc9\x26\xc4\xd7\xc9\x14\x06\x3e\x70\x20\x20\x04\xb2\x8a\xd4\xbf\x17\xd0\xb7\x7e\x98\x4f\x90\x46\x89\x1f\x08\x5b\x66\xef\xe8\x3e\x42\x63\x90\x5a\xaa\x74\x7b\x4b\x17\x37\xc6\xae\x4d\x06\xd8\xfd\xd8\x15\x00\x22\x74\x7a\xac\x97\x5c\x0b\xfa\xd1\x83\x4d\xde\x30\xf6\x4e\x0b\x41\xf2\x34\xe7\x32\x3c\x67\x6e\xff\x8c\xae\x28\x72\xe2\x92\x34\x20\xf9\xc5\x2f\xb0\x89\x7a\x61\x3c\x44\x28\x81\x51\xfb\x43\x6a\x6c\xb9\x7e\xbf\x91\x63\xa1\xb0\x0c\xe0\x27\x72\x4d\xd5\x4f\xf3\x0f\x7f\x95\x57\x70\x62\x77\x91\x0b\xdf\x5c\xb8\x6b\xfb\x38\xf4\x0d\x2d\xf0\x3e\xc2\xaa\xa8\xfa\x85\x63\x8f\xde\x90\xf1\x18\x15\xe4\xb5\x7e\x89\xaf\xd7\x9f\x56\xa5\x34\x58\xa7\xb9\xad\xa2\xec\x8f\x81\x9b\x1e\x4d\x72\x6a\xaa\x6c\x96\x44\x2e\x9b\x2f\x09\xda\xaf\xbd\xfe\xa9\xf4\xf7\x49\x33\x8d\x5d\xf3\x78\x1b\xc2\x5a\x1f\xb0\xae\x4e\xd7\x1d\xa2\x78\x65\x53\x55\xd0\x25\x2b\x91\xf1\xf6\xf8\xcb\x78\xdc\xbd\x8e\x26\x38\xdc\x27\xf9\xf4\x16\x60\xd1\xdb\x30\x21\x1c\x4e\xd8\x9c\xf8\x24\x2f\xbd\xcf\xba\x1b\x9f\x72\xd0\xb6\x29\xd6\x7f\x5b\x5c\xff\x18\xfd\xd7\xed\xd5\xe5\x61\x8a\x85\x9c\x63\xc8\xb9\x75\x6d\x1d\xb8\x52\x23\x46\x01\x75\x7e\x25\xca\x46\xec\x10\xcd\xf8\x81\xf1\x62\x9e\xa0\xb9\x52\x99\x3c\x39\x3e\x9e\x51\x35\xcf\x27\x47\x11\x4f\x8f\x8b\xa5\x39\xc6\x19\x3d\x9e\x24\x7c\x72\x2c\x08\xc4\xb1\x1e\x7e\x73\xf4\xed\x37\xb0\x33\xc7\x8f\xdf\x1c\x83\xef\xea\x68\xc6\xff\x70\xf1\xed\xff\xf9\xf3\x5f\x74\xc3\xd9\x42\xcd\x39\x3b\xb1\x2e\xd2\xa5\x6d\x1f\x1a\xb9\xf7\xd8\x7c\x52\xe9\xe5\xff\x1c\x7d\x1d\x0e\xc3\xbe\x9a\xf2\x98\x24\xf2\xf8\xf1\x9b\xb1\xdb\x98\xa3\x6c\xd1\x47\x7e\xbe\x5a\xe4\xe7\x03\x55\x7d\xe4\xe7\xab\x46\x7e\x76\x97\x70\x3c\x8f\xa9\x54\x4d\xd6\xbf\x7b\x1e\xe9\x8c\xdb\xab\xf8\x50\xc3\xe5\x10\xc6\xe5\x6f\x71\x45\x3c\x90\x5a\xe4\xc7\x1a\x26\x07\xaf\x3a\xb4\x18\xb1\xd6\x85\xb3\x6f\x15\xe6\xd7\x4a\x43\x86\x38\x0b\x1a\x01\x54\xb2\x31\xba\x65\x98\x36\xc5\x73\xda\x78\xa2\x6d\xd6\xef\x39\x41\xbf\x77\x8d\xf6\x6d\xa7\xbb\x21\xd2\x77\x62\xbe\x76\xd1\x4f\xfc\xc9\x21\x7c\xef\x02\x17\xbb\x63\x05\x32\x0f\xf7\x6b\x88\x07\xc6\xe2\xc6\xd5\x32\x8c\x39\x96\x9b\x85\xd1\x0d\x0c\xa8\x9e\xf7\x84\xf9\xba\xa9\xb6\x43\x77\x71\x38\x9c\x02\x28\x6f\x69\xe1\x90\x32\x53\x97\x5f\x1e\xa1\xf7\x95\x12\x4d\x45\x68\xe0\xcd\xfb\x53\xf4\xcd\x5f\xff\xcf\x9f\x47\xec\xcb\x86\x7b\x1b\xf8\x3d\x17\x33\x1b\xa9\x08\xb7\x75\x8a\xa5\x22\xe2\x58\x4c\xa3\x63\xc3\xe5\x8e\xf5\xf7\x87\xb6\xd3\x43\x3e\x3d\xf4\xa0\xbf\x87\x16\xff\xf4\x28\x8d\xd7\x4b\xe1\x2f\x91\x9e\xb9\x6b\xec\x45\x23\xe1\x52\x32\x60\x3f\x7c\xea\xe1\xdd\x4d\x26\x89\xa9\x04\xc1\xa7\x0d\x7f\x40\x35\xe3\xaf\x3c\xc4\x18\x96\xae\x8f\x02\xf3\xa7\xfd\x68\xee\x06\xff\xdb\x91\xc8\x73\x1a\x2a\x1c\x2f\x09\xd5\x91\x75\x16\xbe\xf9\xb0\x15\xd7\xbd\x41\x3c\xb0\xe5\x70\x0d\x7e\x32\x67\x84\x4f\x21\x4e\x0e\x24\x61\x17\x07\x00\xd6\x50\x7d\xd3\x16\xe8\x06\x82\x64\xe6\x82\x09\xcb\xe7\x36\x2c\xf7\x96\x18\xe2\xab\xd6\xf9\x39\x30\xc4\xb7\x5d\x77\xcb\x50\x5e\x69\xc1\xb7\x0d\xd6\x33\x47\x69\x9d\xb8\x05\xfd\xfe\x4a\x1f\xe5\xff\xc7\xde\x97\x35\xb7\x91\x23\xeb\xbe\xcf\xaf\x40\xc4\x7d\xb0\x7d\x83\x92\x67\x89\x13\x31\xe1\x88\xf3\xc0\x96\xe4\x69\x4e\xcb\x92\x46\x4b\xbb\xcf\x3d\x3c\x41\x83\x55\x20\x89\x51\x11\xa0\x6b\x91\xcc\x59\xfe\xfb\x0d\x64\x26\x96\x5a\x59\x45\x52\xb6\x67\x4e\x3f\xcc\x74\xb7\x48\xa2\x50\x58\x12\x89\xcc\x2f\xbf\xcf\xd9\x01\x48\x4a\x86\x8a\xb5\xc8\xe6\x05\x4e\x9a\x38\xc9\xf5\x09\xd0\xc2\x00\xd9\x08\xb2\xfa\xb7\x01\x17\x20\xb7\x3b\xe4\x98\x34\xdf\xef\xd1\x4f\x74\xcc\xbf\x04\x1d\x25\x9f\x84\xf4\xe1\x09\xf4\x24\x95\x12\x29\x65\xad\x76\x9e\xa8\x03\x33\xbf\xe1\x54\x76\x63\x9e\xfc\x4d\x34\x64\x5c\x77\x88\x77\x1e\x18\x81\x53\x06\xde\xe7\x4a\xaf\xb5\x71\x67\x74\x91\x05\x1f\xe2\xed\x05\x0e\xe1\x56\xdf\x6b\xcd\x37\x48\x03\xf7\xed\xde\xc6\x6c\x2d\xf3\x11\x06\xf5\xc2\x2f\x0d\x12\xb1\x98\x97\x69\xfb\x77\xf4\xdf\xf1\xad\x77\xaf\x1b\xc0\x15\xac\x21\x89\x02\x1a\x77\xc4\xa2\x2c\xff\x66\xee\x35\x66\x49\xb9\x9b\x82\x3b\xb9\x11\x06\x83\x6c\x87\x21\xa1\xaa\xf5\xe6\x5b\xeb\x91\x8b\xf5\xc0\x39\x70\x30\xde\x3e\x13\xc0\x15\x02\x5b\x2d\xa2\xf5\xa4\x11\xd2\xda\xb6\x2f\xad\xa2\x5c\x3c\xb3\x8c\x9c\xc3\xba\x7a\xe7\x1a\x20\xf2\xcd\x7a\xbf\x3d\xa1\x11\xe0\x9f\x71\x8c\xd1\x20\x58\xdf\xa2\x05\xd6\xa2\x86\x6f\x46\x90\x30\x19\x32\x76\xf0\x10\x5c\x9c\xb5\x11\x0c\xf6\x42\xdb\x00\x0e\x0b\xb1\x75\x45\xac\x9a\x00\xf3\xc8\x01\xe7\xeb\x63\x4c\x2f\x6b\x97\x47\xf7\xc3\x27\x2f\x9f\xb9\xdd\x88\x11\x9b\x17\xf0\xf9\xd5\xf5\x7d\x88\x87\x90\xf8\xb6\x27\xd1\x4a\x44\x8f\x10\x30\xc1\x23\x0f\x37\x83\x95\x4e\x9d\x6f\xa7\xca\x8b\x6b\xe5\xda\x26\xf7\xb7\x8e\x6f\xdc\x71\xee\xeb\x94\xc5\x32\xdb\x24\x7c\x0b\x69\x54\x85\x48\x78\x9f\x82\x75\x25\x24\xc6\x14\xec\x8a\x17\xf7\x9f\x69\x33\x2b\x63\xff\xbb\xa1\x63\xc9\xd3\xb9\xcc\x53\x9e\x6e\x99\x1f\xcc\xba\x3d\x60\x99\x58\x73\x95\xcb\x68\xaa\xd6\x82\xab\x10\xf7\x46\x69\x64\x33\xc8\xb1\x16\xc4\xc8\xbb\x58\x88\x28\xf7\x94\x7e\xe0\xbc\xbb\x91\xda\xb5\x07\x87\xbd\xbb\xdb\x79\x9d\xaf\xfe\xa3\x54\x58\x40\x2e\xd7\x80\xaa\xa4\x35\x44\x47\xe3\x9e\xc9\x1b\x10\x63\xa3\x23\xd7\x5e\x06\xe1\xbf\xec\x9a\x72\x8a\xf6\xae\xc4\xae\xc9\xc7\x3f\x98\x90\xff\x30\xd9\xc2\x66\xc1\xc7\x00\x6b\x85\x1b\x2c\x84\x6b\x39\x6a\x1d\x55\xe1\xc8\x79\x45\x45\x7f\x10\xed\x79\x45\x71\xab\x57\x70\x4c\x9b\xdb\x63\xfa\x24\xe2\xa9\x2a\x13\x17\x91\xcf\xe8\x37\x1c\xf3\x52\x53\xc7\xb1\x36\x76\x8c\x7b\xc5\xf2\x2f\x80\xac\xc1\xd3\x34\xba\xb2\xb6\x0e\xe9\xab\x66\xad\xf4\x17\x50\x55\xea\x9d\xe4\xf1\x6a\x54\x24\x25\x43\xca\x73\x25\x3c\x85\x5b\x94\x8e\x96\x05\x39\xdb\x1c\xc4\x94\xe2\x92\xb5\x48\x67\x53\x1b\x53\x65\xeb\x95\x17\x45\x82\x3c\x9c\x6d\x62\x5c\xc4\xd2\x64\x6b\x2b\xbe\x5d\x8d\x8d\x8b\xab\xb1\x40\xbd\xcb\xc1\x1e\x02\xb8\x2f\xda\x3a\xbb\xea\x85\xca\x50\x49\xd3\x0a\xf7\x40\xe0\x79\x29\x72\x38\xcd\xe3\x22\xc1\xf2\x5b\x88\x98\x03\xe3\x13\x4f\x12\x26\xf3\x6c\xaa\x1c\x41\x15\xd2\x8d\x83\x85\xb5\x21\xf5\x98\xae\x5c\xf0\x08\x68\x96\x44\x87\xc1\x0f\x93\x91\xcc\x6b\x20\xe9\x6d\x28\x76\xb1\xd9\x08\x8e\xd5\x62\x38\x6d\x53\x15\xde\xb9\xaa\x93\x40\xa5\x55\x20\xae\x7a\x8c\x2a\xa7\x0e\xcc\x3b\x28\xd2\x0e\x9e\x92\x53\x36\xc6\xb7\x33\x17\x2e\xab\x63\x89\xbd\xa5\x0a\x75\xc2\x32\x9a\x5b\x4d\x9e\xd9\x18\xb9\xbf\xb7\x6e\x78\x9a\xcb\xa8\x48\x78\x9a\x00\xeb\xfb\xa2\x48\x98\x5c\x04\x92\x9c\x30\x07\x48\x4f\x64\xa6\x2b\xd2\x70\x56\xdb\x28\x79\xc6\xd7\x22\xa8\x8c\xa6\xf0\x4e\x12\x60\x28\x90\x73\x19\x93\xf3\xa6\xad\x37\xa7\xec\xbc\x2a\x8d\x0b\x7b\x22\xa0\x35\x94\x19\x9a\x3f\xd7\xdf\xa0\xa8\x0f\x25\x76\xe5\xc2\x5c\x29\x5f\x05\xbb\xae\x4d\x64\x9e\x67\x8f\x03\x01\x1a\x96\x1c\xbf\x1b\x97\xdb\x58\xd4\x7b\x0f\x42\xe4\x25\xd8\x86\xdb\x10\x2d\x1d\xb4\xa7\xc2\xc0\x4e\x86\x94\x90\x7b\x74\xf4\x63\xa0\xf4\x5d\xed\xec\xba\x43\x01\x14\xe6\x71\x60\x57\x03\x3d\x9d\xe1\x1d\x0d\x56\x4e\x08\xc7\xe9\x33\xb2\x4b\x9e\x0f\xc5\xe6\xb8\x72\x97\xe1\x1d\x6d\xc4\x41\xb5\x76\x73\x77\xa4\xe9\x63\x49\x80\x87\x99\x5e\x99\x5b\xbe\x40\x9c\x99\x5e\x04\x26\x98\xce\x1b\x52\xea\x01\xf2\x73\x67\x13\xe6\x82\x25\x52\x3d\x5a\xaa\x03\xb3\x40\x47\x8c\xfb\xd6\xc1\x46\xe0\x20\xe3\x9e\x6b\xf1\xbc\x9a\xa4\x02\x0e\x70\xc6\xfa\x15\x0c\x36\xdf\x90\x6d\x4f\x06\xa9\x41\xd8\x17\x6e\x7a\x8f\xfe\xd3\xd2\x89\x6c\x76\x77\x1e\x0b\x67\xc6\x63\x30\xc0\x58\x06\x72\xee\xad\xe3\x7b\xb3\x2a\x63\xf6\x06\x08\xeb\x3c\x5c\x9d\x5f\xbc\x9f\x5c\x95\xd5\x70\xfe\xf2\x70\xf1\x50\xfe\xcb\xed\xc3\xd5\xd5\xe4\xea\x4f\xe1\x9f\xee\x1e\xce\xce\x2e\x2e\xce\xcb\xdf\x7b\x3f\x9e\x5c\x56\xbe\x67\xfe\x54\xfe\xd2\xf8\x87\xeb\xdb\x8a\xfe\x8e\x15\xcf\x09\xfe\x74\x3f\xf9\x70\x71\x3e\xbb\x7e\x28\x49\xf8\x9c\xff\xd7\xd5\xf8\xc3\xe4\x6c\xd6\xd0\x9f\xdb\x8b\xb3\xeb\x9f\x2f\x6e\x77\x28\xf0\xf8\xf7\x6d\x1c\xd2\x63\x80\xad\xf6\xd6\x63\x1a\xb3\x45\x2a\x85\x8a\x93\x2d\x62\xc1\xed\x3d\xb0\x02\x3d\x0d\x4f\x2a\xb9\x16\xba\x38\x04\xd2\x7d\xbf\x12\x4c\x3f\x89\x14\x58\x19\xb0\x35\x2a\xe1\xe4\xd9\x63\x2b\x67\x5f\x9e\xd6\x63\xe8\x9d\x95\x2b\x79\xba\x75\xb5\x51\x5d\xdd\xf1\x8c\x3e\xf4\x10\xb6\x11\x69\x57\x5f\xc0\x8f\x48\x8b\x4d\x2e\xe7\xed\x20\xfd\x9e\x4c\x37\xc3\x6f\xaa\xc8\x3f\xd7\x4c\xd6\x71\xd5\x6c\x18\x4b\x58\xf5\x43\x60\xba\xd0\xc2\xbe\x32\x63\xee\xd7\x16\xda\xb8\x29\xe6\x89\x8c\x98\x8c\xab\xd1\x07\x2c\xa9\xc2\x00\x6b\x95\xa6\x72\x23\x52\x70\xec\x8c\xbf\xbc\x49\xc5\x09\x2f\xf2\x95\x55\x40\x77\x95\x75\x48\x1b\x29\xa2\x54\xe4\x81\x5a\x3f\xe9\x4b\x05\x4f\x82\xce\x50\x45\x71\x0c\xe4\x25\xa7\x01\x65\x78\x4b\x44\x1d\x7f\x89\xad\x0f\x08\x29\xe2\xf7\x3b\x87\x86\x7a\x2c\xb3\xaa\xb8\x30\xb8\xb0\xf8\xa1\x55\xa9\x32\xef\x6d\x2c\xb5\x53\x69\xc2\x49\xb6\xb5\x04\xcd\xaf\xb1\x6b\x8d\x85\x0b\xa5\x0c\xfd\xa7\xd6\xe9\xa3\xb3\x54\xc0\x21\x42\x89\x73\x7b\xdb\x07\xa0\x07\xd5\x1e\x40\xc9\x81\xb9\xd8\xcc\xc5\x8a\x27\x0b\x8c\xe1\x99\xa9\xf1\xfb\xaa\xbe\x44\xef\xf5\xa3\x50\xb7\x38\x61\xdf\xc4\x1c\x2a\xbc\x27\xf8\x1a\x73\x17\x3f\xf1\x01\x3f\xd3\x47\xbb\xaa\x6c\xed\x15\x8a\xf4\xa3\x57\x1d\x7c\x8c\x05\x10\x9e\x41\xd6\x96\x6d\x2d\x16\xf2\x8b\x69\x70\xaa\x44\x23\x87\x26\xa0\x6b\x2c\xdb\x8f\xb3\xcb\x80\x24\x42\xca\x94\x47\xa1\x40\xdf\x0a\xe5\x6f\x77\xae\xd9\x61\xd1\xe6\xfa\x5c\x74\x84\xbf\x21\x42\x26\x4b\xb2\x5f\x61\x4e\xc4\x8e\x13\x14\x59\x3e\x8a\x53\x76\x4e\x44\x10\xe6\x2f\x67\x97\x93\x8b\xab\xfb\xd9\xd9\xed\xc5\xf9\xc5\xd5\xfd\x64\x7c\x79\xd7\x77\xfb\x1d\xa3\x4e\xa7\xb2\xfb\xaa\xa5\x52\xce\x42\xbc\xa5\x9d\xe7\xcb\x45\xdd\x4b\xf9\x6d\x07\x53\xb2\xbb\xf7\x32\xde\xcc\x62\x99\x45\xe6\xf8\xdb\xce\x84\x8a\x81\x7c\x78\xaf\xa5\xda\xdc\x54\xf5\x2d\xdc\x37\x98\xfb\x86\xb5\x20\x78\xda\x3d\xd9\x15\xed\x3e\x07\x8c\x1a\x04\xed\x52\x61\x36\x7f\x3c\x55\xc1\x69\x73\xba\x5b\x71\xc2\x34\x77\xd8\xbb\x95\x9b\xa8\xbe\x13\xf6\x57\x66\x59\xc1\x8d\x7d\xb4\x5f\x03\x80\x5e\xcb\xa8\x10\x23\x5c\xc8\x80\x2c\x03\xf5\x4e\x66\x6e\xf2\x6b\xae\x62\x9e\xeb\x74\xdb\xf2\x8a\xfd\x8c\x67\xb8\x6d\xca\x26\x34\x3c\xb2\x95\x10\xb1\x9d\x05\xfc\x2a\x57\xd5\xa5\x84\x3c\xc9\xf7\xd7\x3f\x5d\x5c\xdd\xcd\x2e\xae\x7e\x9e\xdd\xdc\x5e\xbc\x9f\xfc\xe2\x70\x83\x1b\x9e\x35\xa9\xf5\x6d\x52\x61\xac\x8b\xa5\x9d\x68\xb4\x2f\x28\xa1\x67\xdb\x21\xd9\x24\xb9\x98\x2a\x6b\x59\x52\xdf\xfc\x2a\xd5\xc5\x72\xd5\xdc\x50\xb5\x97\x37\xe3\xfb\x1f\xf7\xea\x26\x90\x02\xa1\xce\x16\xee\xb6\x3a\x7e\x52\x2e\xc8\xee\x21\xe8\xb2\xd2\x3d\xa0\xb6\x82\xaf\x36\xc5\xe4\x5b\x2c\xda\x5e\xb7\x97\xba\xd1\xea\x74\xfe\x1b\xbe\xde\xb6\x80\xee\x03\xbb\x59\x3a\x46\x00\xcf\x8b\x72\x8d\xb5\xd6\xde\x35\xfc\xad\x74\x82\xfd\xfe\x24\x11\xcb\xa5\x88\x71\x79\x55\x1b\xa6\x88\x15\x99\xc0\xc8\x9f\xeb\x4d\xa3\x48\x82\x6a\x07\x1c\xcc\x0e\x1d\xd5\xdf\x80\xdf\xb8\x9f\x34\xdb\x8a\x33\x2b\xda\x1c\x69\x95\xe5\x5c\xb5\xa4\x5d\x9f\xea\x78\xc6\x5e\xa6\xe8\x3a\x65\xae\x54\x88\x02\x24\x36\xc0\xee\xf7\xc1\x3e\x09\x27\x12\x8e\x53\x14\xf1\x08\x04\xe5\x02\x95\xe9\x86\x49\x80\x48\xe3\xad\xb5\x88\x2f\x1f\xdc\xe8\xbc\x3a\x11\x13\x12\x04\x46\x51\xb9\x87\xa0\xda\x18\x0d\x02\x39\xac\x56\x18\xed\xa0\x09\xa9\x3c\xf9\x67\x1a\x7a\xbc\xb5\x96\x03\xb3\xdc\x72\x8d\xb9\x09\x72\xce\xdb\xf0\xf8\x56\xc9\x0f\xf7\x2d\x6f\x52\x1d\x17\x91\x65\x63\x81\x66\x3d\x1e\x84\x02\x5a\xf6\x80\x8d\xd9\x89\x99\x66\xba\xa4\x88\xf8\x04\x90\xde\x53\xd5\x96\x7c\xb1\x36\xa0\x25\xcc\x75\x63\x4f\xad\x43\xe6\xbe\x61\xf4\xdb\xb7\xa0\x1d\xec\x7e\x15\x97\xcc\x7e\x1d\x9c\xbd\x16\x38\x0d\xcd\xcb\x9c\x63\x66\xb5\x7c\x1c\xb7\x91\x2f\x38\xab\x3a\x0c\xf5\xd3\x0f\x34\x51\x2e\xa5\xc0\x23\x72\xc5\x33\xf4\x5c\xf3\x68\x55\xee\x38\xbc\x4d\x99\xb0\xac\xda\x5d\xe7\x09\x1e\x16\x21\xe8\x95\x5f\x19\xe1\x9d\x5a\x66\xd4\xfb\x50\x7c\xca\x29\xe9\x0d\x5b\xf8\xa1\x73\xe4\x2e\x2f\x68\xf7\xc0\x60\x25\xbc\x50\xd1\x8a\x6d\x12\x8e\x55\xc6\x2b\x9e\xe1\x92\xb6\x20\x03\x3e\x97\x89\xcc\x81\x20\x05\x73\x5f\x95\x11\x36\x37\x1a\x9e\x3e\x5a\x4e\x52\xee\xd9\x70\xba\x16\xfd\x81\x60\x4e\x2f\xd8\xfe\x35\xe1\x9c\x7e\xcb\x06\xbf\xe8\xcc\x9c\xf9\x65\x49\x50\x4e\x3f\x1d\xc6\xe2\xc1\xb2\xf4\xef\x32\x6c\x66\xa9\xc5\x9b\xea\xcf\x4b\xe3\xdd\x70\x50\x0f\x87\x32\x10\xd9\xf6\x00\x33\x5f\xa5\xe2\x6e\xdc\x59\x8b\x44\xf3\x16\x39\x58\xdb\x36\x32\x6b\xb7\xb5\x1d\xeb\x62\xde\xc6\xe5\x8a\xbd\xea\x6e\xbd\x2b\xee\x6f\xf7\xed\xb1\xe2\x82\xa1\x01\xe4\xb9\xc8\xe5\xb0\xd0\x46\xf0\xd2\x3c\x17\x27\xf0\xf3\xe6\xc6\xa9\xf4\xac\xf7\x3b\xd7\x16\x9a\xd7\x77\x70\x8c\xb1\x00\x32\xab\xaf\xae\xbf\x14\xdc\x98\x86\xeb\xc5\x1d\x32\x76\x1c\xb2\xc8\x72\x59\x5f\x61\xcd\x3b\xb1\xfa\xd4\xfb\x72\x52\x25\x5c\x03\xbd\xab\x35\x9b\xde\xe6\xce\xfc\xba\xff\x86\x2c\x6b\xa6\x6f\x52\xa9\x81\x57\x83\x94\xda\x3b\x48\xef\x1a\x9f\x7b\xc0\x48\x7e\x2e\x44\x21\xcc\xda\x9f\x17\xf1\xb2\x1e\xdb\x1c\xe0\x9d\xf9\x57\x5a\xe9\x67\xb6\x2e\xa2\x15\xb3\x8d\xb3\x58\x24\x7c\x5b\x7a\x35\xf0\x97\x72\x9d\x00\x8d\xec\x9e\x9c\x96\x51\x91\xe5\x7a\x0d\x20\x4c\xdf\x6e\x5a\x28\x58\xf0\x8c\xe7\x79\x2a\xe7\x45\xde\x08\xd8\x2a\x71\x5c\xed\x99\xd0\xba\xbb\xb9\x38\x9b\xbc\x9f\x54\xb2\x49\xe3\xbb\x9f\xc2\xff\xfe\x78\x7d\xfb\xd3\xfb\xcb\xeb\x8f\xe1\xdf\x2e\xc7\x0f\x57\x67\x3f\xce\x6e\x2e\xc7\x57\xa5\x9c\xd3\xf8\x7e\x7c\x77\x71\xbf\x23\xad\x54\x7f\x6a\xfb\x44\xf0\x80\x82\xcb\xc2\x42\x2d\x17\xb1\xbd\x5d\xd2\x53\xdf\xb1\xb1\x25\x24\x2b\x51\xe6\xd9\xd4\x20\x64\xde\x51\x99\x97\x32\x88\xe7\x3c\xe7\xa4\x74\x7e\xca\xc6\xcc\x2a\xd6\x03\x18\x3a\x33\xce\x02\xb1\x35\x99\xd9\xc1\x26\x8c\xc7\x10\xf9\x9b\x9b\x17\x5b\xd3\x0b\xe2\x49\x4b\x44\x48\xcb\x6d\x2b\x7f\xa6\xea\xe2\x49\xa8\xbc\x00\xce\x60\x9e\x24\xcc\x0a\xac\xd3\x17\x82\xaa\x66\xdb\xcb\x4c\xae\x65\xc2\x53\xaf\x8b\x75\x4d\x6d\x81\xc3\x6e\xfb\xea\x48\x6c\xea\x25\xb3\xf6\xf2\xf0\x30\x61\xd0\xef\xb3\xcb\x09\xb8\x40\x51\x6e\x45\x1f\xec\xc3\xa7\x0a\x79\xb8\xe8\x89\x6b\x0e\x00\xfd\x5c\x53\x3c\x0d\x1f\x4f\x5f\x6e\x5f\x88\xd9\x21\x9b\xd8\x46\x9e\x5f\x0a\x04\xe4\x3a\x69\xff\xe5\x42\xe5\xe9\xb6\xb7\x5f\x73\x0f\x15\xa9\x19\xf8\xa6\x84\xf7\x29\x6b\x65\x61\xb8\x83\xd9\xd6\xaf\xc0\xd9\xb1\x60\x34\x8a\xc6\xbb\xa0\xbb\x00\x66\xe2\x16\xff\x3b\x31\x87\xd0\xf7\x3a\x0e\x21\x69\x08\x8c\xc2\x5c\x17\x2a\xce\x08\x99\xb4\x96\xea\xed\x9a\x7f\x79\x63\xdf\x14\x8b\xf0\x1d\x63\x3d\x10\x2c\x89\xc4\xdc\x44\xb6\xc6\xc8\x75\x0f\xd7\x54\x75\x8c\xd7\x6e\x6f\xd1\x5a\x56\xb8\xf6\xf8\x3b\x2a\x62\xac\x9e\xc4\xb6\x69\xfe\x6a\xaa\x23\x88\xe3\xa2\x0d\x0f\x8d\x6c\x52\x61\xbe\xe8\x00\x5c\x09\xe2\xf2\xdc\x7f\x03\x50\xbb\xa4\x8c\xd6\x6c\xbb\xc3\x2c\xef\x41\xdb\xa6\x31\xbf\xfc\x02\xb2\x31\xf4\x24\x33\x67\x98\x6d\xb6\x81\x4e\x02\xa6\x53\x1a\xcd\x4c\xd6\x5f\xf5\x9c\x2d\xa0\x4a\x83\x94\x8f\x53\x01\x81\x6d\x98\x0a\xcb\x73\x0c\x34\x3c\xb5\x14\xb6\x5d\x02\x89\xc8\x20\xdc\xab\xcc\x75\x4b\x7c\x2e\x28\x63\xf7\xbb\xdf\x0e\x3b\x67\xf3\x74\xcb\x2c\xa7\x7e\x58\x25\x42\x45\x52\x74\xe6\x42\xbf\x0a\x25\x9b\xb8\xb9\x6e\x0b\x65\x8e\xe2\x63\x80\x1d\xfa\x67\xb3\x2a\x0f\xa5\xff\xdc\x59\x48\x61\x03\xb1\x29\x7e\xff\xc5\xc8\x0c\x7f\xae\x70\x18\xd2\xe3\x00\xb6\x4b\xad\x87\x07\xda\x9c\x47\x8f\xcf\x3c\x8d\x31\x56\x08\xe8\x83\x53\xf6\xa3\x7e\x16\x4f\x22\x1d\xb1\x48\xa4\x39\x27\x7a\xa3\x0c\xd2\xaf\xb0\xa1\xa8\x9d\xa9\x02\x14\x3b\x72\x45\x29\x10\x8d\xce\xe5\x72\x65\xee\x93\x41\xf2\x5c\xa7\xc6\x1c\xe5\xc8\x1d\xb7\x11\x11\x11\xca\xb4\x0c\xc0\x22\xe1\x4f\x75\xbe\xa6\x7d\x2a\xe1\xd9\xc4\x95\xe2\xd9\xec\x94\xe5\x8e\xef\x82\x3b\xd0\x80\x91\xd1\x44\x0a\x90\x11\x5b\xea\x84\xab\xe5\xe9\xe9\x29\x13\x79\x74\xfa\x66\xd0\x42\xa7\x06\xc3\x7c\x97\x83\xa0\x26\x5a\x67\x22\xd9\x3a\x12\x14\x57\x24\x60\x86\x19\x6a\x44\x32\x89\x21\x8f\x86\xe5\x7f\x57\xad\xa8\xff\xba\xa1\xf3\xe6\x9b\xea\xe0\x12\xb4\x96\x76\x40\x8a\x66\x40\x4b\xf8\xfd\xe6\x9b\xd7\x5e\x25\x95\x2d\x3c\xa7\x5a\x0d\xad\x13\xfc\x59\xb7\x09\x2b\xef\xc5\x4d\xd6\xd8\x12\x11\x39\xec\x55\x5b\xd5\x16\xb1\xa8\x94\xbb\x1d\x50\xe9\xd6\x51\xb4\x36\xb0\x5e\xad\x61\xdf\x35\x6c\x8b\xca\x74\x0f\xde\x16\xbb\xd9\xf1\x1b\x5f\x68\x60\x3d\xa0\x2f\xdc\x1d\xe2\x3a\x61\x49\x51\xb2\x85\x1b\x97\xab\x0e\x84\xc8\x72\x1c\x44\xc6\x4b\x81\x7f\xa8\x53\xf1\x99\x03\x47\xb0\x13\x24\x0a\xb2\x5c\xa7\x7c\x29\xd8\x5a\xc4\xb2\x58\x37\x1a\x1b\xd7\xdd\x43\xd0\x5e\x3a\x29\xd6\xed\x54\x67\x87\x3a\xd0\xbe\x93\xf8\x6f\x67\xf0\xb8\xde\x0e\xb4\x97\x10\xb7\x22\x25\xd4\x5f\x0c\x83\xd3\x58\x9b\x93\x32\x95\x19\x90\xf2\xed\x53\x16\xe6\x9a\xc1\xa6\x21\x5b\xb7\xdd\x60\xf8\xb5\x34\xbb\x27\x36\xbb\x43\x3f\xc9\x70\x56\x21\xc5\xd7\x7e\x28\x54\x31\x64\x83\xe7\x08\x24\x30\xf6\xca\x6b\x82\xdb\x18\x90\x51\x13\xc8\x05\x1a\xa4\x4c\x7c\xae\xd9\xc2\x16\x1a\x3d\x8a\x80\xba\x29\x06\x9a\xea\x67\xe4\x01\xf9\xe9\x8f\x99\xcd\xd9\x13\xac\xc2\x7b\x2c\xb9\x7f\x08\xe6\x06\x9e\x7e\x67\xd1\x34\xf8\x86\xd8\x04\x10\x2c\xc5\x5c\xe5\x8d\x0d\x78\xb0\x19\xb4\x85\x3f\xf9\x99\x17\x49\xf3\xd7\xa9\x7d\xf8\x2a\x4a\xde\x8c\x3f\xde\x31\x1c\x6a\x22\x34\x4e\xbb\x3a\x1a\x34\xb2\x1b\xcf\x03\xc3\x35\xdb\xc3\x13\x2c\xcd\x03\x0e\xba\x65\xb4\x36\xc3\x2e\xf2\x68\xe5\x3d\x8f\xb2\x76\x2d\xe9\x99\xd1\x7b\xae\x3d\x45\x33\x42\x25\x43\xcc\x99\x5c\x2a\x1d\xaa\x0b\x68\x25\x20\x49\x63\x0c\x90\x0e\x9b\x65\x32\xdf\x0d\xec\x19\xc8\xaa\xb4\x6b\xa9\xe5\x1a\x01\x1b\xf4\x9e\xa5\x5c\x1b\x5c\x29\x24\x72\xb1\x58\x54\x24\xde\x89\x48\x1e\xab\x4a\x2c\x5c\xae\x6e\x9f\xaa\xf2\xa3\x6a\x83\x64\x91\x37\x32\x15\xc8\x07\x9a\x19\xef\x2d\x97\x4f\x66\xa3\xd6\x97\xb5\x5b\xa0\x60\x01\xea\x6b\x6f\xaa\xb0\xdb\x01\xa9\xe8\xa3\xd8\x66\xa1\x16\x17\xad\x28\xd6\xb6\x20\xa5\x79\x1f\x9a\xaf\xdd\x53\x01\x03\x37\x0b\xb4\xc5\xfb\x9d\x65\xf8\xd0\x0f\xe6\xc7\x1d\x90\xbe\x5a\xe3\x66\x0d\xfa\x4a\x2e\x1f\x53\x24\x33\xe1\xc7\x99\xe6\xd0\xa3\x76\x1a\x74\xe7\x7d\x78\x16\x2e\xbe\xe6\x7e\x3b\x55\xc4\x3b\x1c\x1c\x72\xc6\xe0\xd4\xa7\x8d\xca\x4b\x91\xed\x74\x5b\xa2\xc6\x00\x6a\x38\x4b\x93\xd7\x2c\xf7\x6f\xa5\x1c\xa7\x8a\x04\xf3\x41\xf1\x9e\x62\x78\x8d\x0f\xdc\x13\x0a\x46\x93\xdb\x0a\xff\xf2\x57\x18\x1a\x38\x62\x47\x43\x51\x37\xbc\xfd\x44\xc2\x0c\xdf\x58\x35\x22\xaf\x2c\xee\xea\xee\xe2\xec\xf6\xe2\xfe\xab\xc1\xc3\x2c\x36\x6b\x30\x3e\xcc\xf6\xf3\xfc\xe2\xfd\xf8\xe1\xf2\x7e\x76\x3e\xb9\x7d\x09\x80\x18\x7d\xb4\x07\x42\xec\x8e\xe8\xcc\xcf\xb4\xca\xc5\x97\x83\xce\xe4\xb4\x50\x33\x3e\xa0\x52\xc1\x49\x06\x74\xb9\x3b\xd8\x68\x9d\x8e\xdd\x71\xa5\x13\x37\x1f\x9e\x68\x8e\x7d\x7d\xe1\x83\x86\x0b\x99\x24\x50\xe6\xe8\xc2\xeb\x54\x14\x64\x06\x15\xec\x8f\xa5\x23\x24\x9b\x3a\x55\xf3\x12\x1f\x3d\x84\xfc\x56\xe6\x12\x8c\x05\x8e\x1b\x33\x00\xa9\x84\xf2\xb1\x2e\xc6\xf6\xa5\x54\xc2\x77\x03\x05\x58\x0b\xc5\x5a\x69\x76\x69\x12\x5f\xb2\x8a\x95\x1c\xaf\xbe\xbe\xa6\x5d\x71\xa5\xf5\x69\xdd\x4f\xfb\xa1\x7b\x43\xdc\xc4\x52\xa1\x63\x5a\xda\xcd\x77\xcd\x4b\xf7\xad\xdf\x02\x30\xee\x66\x26\x39\xe4\x20\x40\xe3\xd4\x4f\x24\x4d\x04\x6a\xa5\xf8\xe4\xc4\xa3\x44\x14\x8d\x5e\x54\xc6\xd9\x98\x42\x33\xd6\x12\x32\x15\x9c\x98\x1b\xa2\xa4\xc8\x72\x91\x52\xd8\x64\xfc\xf1\x6e\xaa\x50\x08\x9f\x4e\x21\xd2\xd3\xc0\x47\x20\x86\x43\x97\x9e\x6f\x3d\x94\xd0\x82\xbd\xc6\x18\xf5\x5a\x70\x95\xa1\xfe\x74\x92\x88\xd4\xaf\x0c\xec\x8f\x10\x31\x69\x90\x01\x55\xa5\xff\x3d\x49\x10\x6b\xd8\xb5\xa6\xbf\xf4\x29\x89\xf0\x56\xd7\x53\x5b\x15\x2d\x00\x44\x5f\x72\xe5\x34\xd4\x29\xf4\x5d\x45\x84\xad\x6d\x5c\x44\xe5\xaa\x81\x5e\x6b\xe9\x1e\x9b\xfb\x75\x29\x1d\x71\x29\xf5\x38\xd7\xc3\x53\x82\xad\xb4\x31\xa0\x4e\x0a\xc3\xa7\x99\x5d\x15\x7f\x02\xf8\x27\x33\x8c\x8d\xa7\x4e\x45\x70\xed\x80\x53\x07\x15\xd6\x0e\x83\x73\x8e\x1b\xe8\x42\xbc\xb2\x8f\xcd\xed\x74\x6a\xb9\xbd\x0c\x2d\xd7\xd8\xe2\xed\x94\xce\x6d\x81\xbd\x83\xb8\x11\x5e\xcf\x7c\xc1\x31\x3b\x74\xf6\x91\xd8\x12\xac\x97\x32\x3b\x50\x0f\xe9\x3e\xc4\x05\x96\x8a\x28\xb1\x17\xa1\xa4\x2a\x21\x88\x3d\xc1\xc1\x90\xc5\xb7\xbf\xe2\x5e\x79\xcd\x39\xb2\xbc\xbd\xc0\x0e\x57\xd7\x57\x17\x21\x54\x61\x72\x75\x7f\xf1\xa7\x8b\xdb\x52\xf9\xed\xe5\xf5\xb8\x54\x42\x7b\x77\x7f\x5b\xa9\x9c\xfd\xe1\xfa\xfa\xf2\xa2\x86\x79\xb8\xb8\x9f\x7c\x28\x35\x7e\xfe\x70\x3b\xbe\x9f\x5c\x97\xbe\xf7\xc3\xe4\x6a\x7c\xfb\x5f\xe1\x5f\x2e\x6e\x6f\xaf\x6f\x2b\xcf\x7b\x38\xeb\x46\x4f\x94\x5e\xa3\x39\xfc\xe3\x93\xb3\x01\x6f\x60\xe3\x36\x2e\x2b\x12\x1e\xb0\x8b\x7b\x82\xb0\x76\x2d\x47\x5b\x5d\x1b\x87\x74\xe2\xb8\x31\x4c\x57\x07\xad\xba\xe3\x4b\x28\x96\x86\xee\xf3\x61\x44\xc5\x39\xcf\x1b\xef\xbf\xbd\x03\x13\x24\x59\xfe\xb9\x10\xe9\x96\x78\x5e\xf0\xd2\x88\x7f\x89\xb8\x42\xf4\x6a\x2e\xd6\x1b\xa8\x86\x0a\x61\x97\x53\xf5\x11\x32\x56\x88\xec\x78\x95\xb1\x3f\x41\xee\xc9\x7e\xd9\x4b\xfb\xc3\xa0\xfc\x05\x9f\xe1\x3e\x3b\x9d\xaa\x12\x95\x77\xf0\xab\x12\xab\xf7\xe9\x54\x59\x2e\xdd\x58\x47\xd9\x29\x1c\xbd\xa7\x3a\x5d\xbe\x25\x9d\x37\x63\x4c\xf5\xe3\x5c\xeb\xc7\xb7\x42\xbd\x85\xcb\x41\xfe\x96\x17\xb9\x7e\x0b\x79\x6b\x1c\xfc\xec\xad\x95\x83\xb2\x7a\x5a\xd9\xdb\x95\x7c\x12\xf0\x7f\xa7\xab\x7c\x9d\xfc\x9f\x6c\xb3\xfa\x72\xb2\x4c\xd2\x13\xf3\xdb\x93\xf0\xb7\x27\xf6\xb7\x27\xf6\xb7\x27\xe6\x67\xf8\x7f\x9b\x2d\xc6\xd9\xc4\x17\x6e\xb6\xc9\x68\xaa\xa4\xca\x44\x9a\xc3\x32\x7c\x4e\x65\xee\x39\xd3\xb7\xec\xd5\xdf\xff\xce\x4e\x53\xfe\x8c\x75\x0c\xe7\x3c\xe7\x37\x78\xd1\xfb\xe7\x3f\x5f\x41\x64\x1b\x81\xc6\x1b\x9e\x7e\x2e\x44\x6e\xae\x9c\x89\x88\x72\xf6\x7f\xa7\x0a\x42\xe1\xeb\xed\x2c\xc7\x0b\x30\x5e\x06\xe3\x8c\xfd\x27\xb6\x39\x41\xce\xa3\x38\x33\x2d\xb5\x40\x1c\x25\x4f\x1a\x14\x04\x5b\x62\x25\x9f\x93\x73\xfa\xfe\x80\xdd\xf2\x39\x29\x6f\x11\xcb\xda\x9d\x7d\x4e\x80\x58\x2b\xd1\xdc\x66\xcd\x99\x5b\xbc\xe0\xb0\x50\xe7\x9a\xf6\x48\x2d\x47\xf3\xa2\xf9\x92\xe6\xbd\x72\x87\xbc\x8b\x36\x84\x52\xd3\xc7\x83\xa0\x8d\x0f\x08\x41\x1a\x43\x9a\x1d\x72\x87\x57\x52\x70\x3f\xf1\xcd\xc1\x38\x50\x0e\xc3\xb5\x87\x1e\x64\xf6\x87\x77\x6f\xdf\x8e\xd8\x32\x83\x7f\xcc\x3f\xc3\x3f\x20\x8d\x7b\x2c\xea\xb0\xda\x60\x3a\x44\x42\x7d\x96\x77\xcf\xc4\x31\xe0\x0c\x5f\x83\xad\xb2\xb2\x4c\x7f\x28\x54\x9c\x08\x5f\x96\x51\x8a\x4d\x25\xda\x2a\x98\xe2\x0d\xa5\xca\x0b\x0e\x73\x3c\x17\x11\x37\x86\xaf\xf6\x6c\x44\xf9\xe8\x45\x2e\x14\x5e\x4b\x52\x2f\x1b\xc2\xf1\x0a\x01\x29\x76\xc0\xa4\xf0\x9c\xb0\x7f\x02\xfe\x08\x0f\x01\xfa\xc7\x51\xf5\x23\x10\x96\x47\x26\x43\xe0\xe7\x42\xfd\x7b\x61\x03\x67\x58\xce\x5a\xa4\xe6\x66\xb2\xe1\x2a\xe6\x19\xac\xc0\x45\x0a\x61\xe7\x94\xf1\x7a\x47\x47\x88\x8b\xd2\x45\x0e\x5c\x02\x98\xe2\x09\x47\x02\xa9\x26\x83\x3e\x8f\x82\x4e\xe0\x99\x00\x8c\x77\xb5\x1f\x9e\x4e\x95\x15\xb6\x20\x50\x02\x5e\x59\x22\xbd\xd9\x52\xa5\x78\x75\xd0\xa5\xbd\xc2\xd0\x70\x8f\x7c\xe2\xaf\xfa\xdd\x11\x93\xe5\x18\x27\xb0\x5a\xe6\x81\x34\x9f\x95\x0f\x7c\x2d\x54\xa4\x63\x91\x66\x6f\xcc\x36\x04\xae\xe7\xdc\x73\x46\xca\xcc\x4f\x06\x58\x29\x73\xb8\xd1\xb5\xcd\x34\xef\xe8\xdf\xcd\xe8\x94\x78\x10\x9b\xdc\x87\xdd\x5b\xe5\x7b\x4f\x47\x36\xf5\x97\xfe\xf5\xab\xa6\x26\x43\x80\x8d\x05\x98\xed\xef\x0b\xe2\x96\x0d\x2d\x2e\x36\x8a\x3e\x0e\x39\x27\x56\x07\x4d\xe6\x20\xb5\x92\x8a\x2c\x9f\x2a\x3a\x81\x47\x6c\x21\x78\xbe\x02\x84\x51\xf6\x84\xc6\x18\x8f\xfb\xfc\x59\xfb\x64\xa8\x25\xd1\x06\x54\x52\xa9\x71\x7f\x5b\xc7\xaf\x41\x6a\x87\x47\x39\x66\x7a\xda\xe8\x85\x9d\xab\x02\x83\xd5\x68\x10\xf7\x18\x07\xcb\xc9\x5c\xd5\x3f\x08\x29\xc1\x61\x24\xb6\x18\xb1\x67\xd5\x7e\xe0\x07\xc6\xf0\xe0\xdb\x61\x3e\x2e\x30\x8e\x50\xd6\x49\xa0\x26\xdc\x67\x3e\x98\x1e\x12\x63\x82\x93\xdc\xb6\xa9\x3a\x06\x02\x3a\xb0\x5f\xfd\x87\xf9\xe9\xce\x9b\x43\x26\x52\x4b\x18\x8d\xef\x8a\xc4\x3c\x2b\x99\xc6\x27\x1b\x9e\xe6\x5b\xbb\x7c\x13\x39\x07\x9e\xd9\x44\x3e\x0a\x36\x4e\x53\xfd\x7c\xec\x51\x68\x35\x2d\xf7\x3c\x7b\x3c\x32\xcf\x17\xd0\xef\x0d\xe1\xe9\x6a\xa4\xe5\x2a\x61\x8f\x62\x31\xdb\x8f\x02\xac\x8d\xc6\xac\xf1\x39\xa9\xc8\xd3\xed\xcc\x2c\xc4\xf5\xa6\xd5\x52\xf4\x42\xaf\xf6\x77\x72\x87\xb1\x8b\xc1\xf9\xdc\x83\x5d\xac\x34\xab\xdf\x0f\xbb\x58\x03\x71\x58\x9d\x5d\x6c\x72\x35\xb9\x9f\x8c\x2f\x27\xff\xaf\xd2\xe2\xc7\xf1\xe4\x7e\x72\xf5\xa7\xd9\xfb\xeb\xdb\xd9\xed\xc5\xdd\xf5\xc3\xed\xd9\x45\x37\x5d\x40\xbd\xf7\xde\x05\x3f\x61\xe1\x73\xde\xb1\xfb\x20\x63\x86\xa8\x4f\xf2\xbf\x49\x68\x09\x56\x95\xd9\xcc\x52\x2d\x47\xb0\x51\xdf\xb1\x8b\x34\x9d\xac\xf9\x52\xdc\x14\x49\x02\x79\x6d\x84\x58\x9f\xa5\x02\x2e\x9e\x23\x76\xa3\xe3\x49\xf0\x3b\xa8\x0b\x69\x7c\x0d\x78\x3e\x8f\xe3\x54\x64\x19\x3e\x7e\x44\xcf\x0f\xb2\xb8\xae\xe6\x84\x50\x0c\xfc\x89\xcb\xc4\xdc\xdf\xde\x81\xd8\xb1\x5e\x2c\x10\xc7\x3c\x72\x08\x76\xf6\xb9\xd0\x39\x67\xe2\x4b\x04\x14\x19\xcd\xeb\xe4\x52\x2f\xbf\x01\x66\xac\x47\x9c\xb0\xe5\x92\x02\x82\x1a\xb3\xe6\xe3\xbc\xd9\x10\xd0\x5b\x7e\xc0\x9f\xbe\xc7\x5f\x36\xb6\x9e\xe7\xc9\x11\x4a\xf6\x2e\xf5\xb2\x99\xde\x1c\xbc\x6b\xe2\x64\xf7\xaa\xfe\x50\x00\xac\x97\x2c\x93\xea\x71\xaa\x3e\xae\x84\x62\xba\x48\xf1\x4f\x70\xcd\x37\x6e\x66\x52\x64\x2b\x01\x7a\x67\x23\xf6\x2c\xd8\x9a\x6f\xd1\x6d\x86\x3b\x81\xe3\x64\x86\x25\x03\xa7\x88\xf9\x75\x22\x95\xb1\x16\x1b\x69\x01\xa2\xd5\xa9\x3f\xc6\x8d\xcb\x12\xc4\xf0\xc3\xf9\xdb\xba\xce\xd3\x12\x50\x02\x0a\x80\x3c\x80\xc5\x66\x6a\xc9\x72\x83\xe4\x93\xd6\x8f\xc5\xc6\x53\x49\xbd\xb2\x51\x62\x18\xee\x27\x2d\x63\x16\x17\x9b\x44\x46\xce\xee\x3e\xeb\xb4\x95\x2f\x0f\x91\xcc\xfd\x4f\x9d\x2a\x3e\xbf\xeb\xc5\x1a\x60\xd2\x01\xa4\xa1\x83\x39\xef\x85\xb9\x03\x99\x54\x51\x52\x80\x98\x45\x91\x89\xf4\x24\x4f\xe5\x72\x09\x0e\xb8\x2d\xba\xf8\xfe\xc9\x05\x3d\x79\xd1\xe1\xf5\x05\x61\xf5\x5f\xa2\x97\x32\xe2\x49\x88\x32\xf3\xe9\x29\xc7\x5e\x66\xb7\x3d\x49\x7d\x01\x20\xd5\x76\xa8\x95\x95\x61\x93\x0a\x20\xd0\x9b\x81\x29\x9f\x91\xb9\x3b\xa4\xdf\x0b\x66\x2e\xe8\x56\xf7\xde\x97\xc7\x82\x7b\x6e\xfb\x0a\x22\x11\xf6\xd9\x56\xef\x01\x15\x8e\x41\x0b\x92\xe9\x67\x25\x52\xf0\x60\x21\xff\x66\xde\x54\x69\xf0\x4d\x9c\x06\x84\x03\x8a\x59\x0d\x94\x85\x43\xc4\x61\x09\xd3\x52\x3e\x09\xf5\xf5\xc9\x20\x83\x07\x44\x3c\x5a\x89\x99\xf5\xcb\x8f\x6d\xb2\xdc\x01\x30\xd0\x58\x59\x32\xe6\xd0\x94\x32\x09\x04\x3c\x11\x5e\x9d\xb0\xc7\x75\xdb\x85\x02\x03\x1d\xd0\x78\xd3\x89\x59\x2c\x4a\x8a\xf2\x07\xbf\x67\x2f\xd3\xec\xb3\xdd\xb6\x23\x8c\xb3\x73\x11\x3d\xb2\x87\xdb\x09\x96\x65\xc9\x9c\x19\x53\x90\xad\x3c\xb9\x7c\xeb\xdd\x2d\xe7\xcb\x6f\x28\x14\xed\x29\x5e\x9d\x26\x88\xe9\x10\x65\xa6\xa1\x70\xc5\x18\x49\x02\x35\x43\x46\x9e\xe7\x96\x33\x1d\x02\xf1\x2c\x5b\x03\x45\x7a\x91\x07\xba\x22\x24\xeb\xdd\xf8\xc2\x1b\x1d\xcf\x6c\x9e\xe4\xd0\xac\x6a\xad\x2d\x1b\xc7\xa0\x14\xb5\x05\x94\x72\xe3\xb1\xde\xd3\x17\xd9\xe3\x1f\xb3\xa0\xce\x59\x87\xbc\x8b\x70\xaf\xe7\x28\xba\x1e\x08\xed\xca\x05\x11\xb9\x63\x65\x25\x48\x96\x1a\x7b\x69\x5a\xba\xd1\x31\xe1\x25\x1c\xb1\x8a\xf1\x82\x04\x45\x4f\x7c\x82\x2b\xec\x82\x93\x75\xcd\x20\x36\x90\xe5\x82\xc7\x4c\x2f\x28\x9a\xb8\xd9\x24\x12\x18\xf5\x62\x24\xef\x84\x32\xe6\xac\x0c\x53\x0c\x5b\xb3\x9d\x0d\xaa\xad\x6f\x2c\x22\xa2\x33\x8d\xe7\x93\x5c\xe6\xbd\xca\x41\xee\xaa\x4f\x75\xa8\x64\x89\x03\x86\xef\x7b\x85\xee\x8e\xa6\x2d\x13\x3d\x87\x81\x6a\x47\x27\x74\x18\x68\x63\x9d\x52\x19\x0f\x39\xde\xed\x98\x5c\xbb\x9f\x76\x75\xd0\x29\x38\xbb\x27\xd9\x69\x66\xc4\x77\x1a\x5c\x7f\xab\xf5\x84\xbb\xee\xda\x90\x20\xcc\x5c\x86\xd0\x79\xe3\x96\xed\x17\x76\x85\xee\xd0\xf4\xaf\xbf\xcb\x41\x13\x5d\xaf\x50\xdf\x31\x96\xbe\xa8\xbd\x7b\x92\x0f\x28\x33\xc6\x9d\xeb\x6a\x8d\x87\x50\x36\xda\xa9\x43\xb0\x95\x19\x4f\x3f\x89\x25\x14\x6c\xaf\x19\xad\x8e\xbb\xdd\xc5\x07\x71\xe8\xbc\xc0\x8e\x2a\x72\xed\x43\xfe\xf0\x3e\x13\x20\x32\x0b\xf1\xf5\x60\x36\x26\x71\x2d\xcf\xe7\x24\x83\x60\x18\xec\xd6\x1c\x80\x06\x1a\x84\x47\xda\xa4\xc2\x26\x8f\xb6\x22\x77\x55\x96\x89\x95\xb0\x80\xdc\x88\x7b\xeb\x72\x99\xb9\xad\x24\x75\xd4\x20\x90\xc9\x20\x7f\x2f\xd2\xeb\x8d\x56\x42\x11\x22\x4e\xe9\xa9\xa2\xc6\xad\x10\xa1\x4b\xaf\x94\x0a\x0f\x46\x14\xd5\x42\x18\xab\xc8\x74\xf2\x44\x79\xb4\x80\x01\x18\x24\x4c\x4c\x07\xcf\xcc\x05\xc1\x5c\x87\x21\xc1\x4b\xe6\x1d\x70\x79\x15\x35\xbe\x54\x2c\x65\x96\x8b\xb0\x56\x23\xfc\xfd\xd1\x84\x93\x4a\x37\xe8\xae\xa1\x6f\x15\x4e\xda\xe5\x0a\x9b\x5d\x3b\xa0\x3f\xdb\x8d\x88\x27\xee\x77\xdd\x8b\xa1\x52\x4e\xe7\x8d\x44\xe9\x14\xc0\x35\x80\x57\x80\x0c\x89\x37\x32\xc7\xdd\xeb\x26\x89\x28\x11\xb8\x53\xbb\x82\x29\x5a\x16\x3c\xe5\x2a\x17\x22\x9b\x2a\xca\x3e\x22\x81\x4c\x58\x23\x8d\x0b\xe8\x39\x50\x26\x41\x07\x37\xd2\x59\x8e\x7c\x0c\xf0\x93\x05\x97\x49\x91\xb6\xde\x39\x71\x55\xee\x55\x04\xda\x35\x4a\x67\xd0\x2c\x6b\x9a\x34\x57\x4e\x14\xec\x22\x57\xc3\x5c\xcd\x1d\x96\xab\x6d\x5a\x5e\xc1\x9a\xdc\xfe\xf3\xed\x02\x8e\x2d\x15\x46\x7f\xcc\x66\x1b\x3d\xc0\xe2\xfd\xf4\xc7\xec\x46\xb7\xd4\x66\x65\x9f\x6b\x81\xb1\x8e\x1c\xfa\xe7\x36\x36\x63\x9e\x3d\x42\xfa\x69\xd7\x7d\x7c\x77\x90\xfd\x0f\xbf\xdf\x9d\xa4\x6a\xb5\x5d\xb0\x6a\x57\x5c\xc5\x89\xb9\xa7\xf2\xbc\x72\x02\x79\xd4\x95\xf1\x8b\x73\x6b\x1c\xdb\x21\xf6\x80\x58\x9d\x45\xb5\x72\x87\x5d\xe3\x54\xa9\x93\xe8\x7a\xa1\xea\x53\xca\xd5\x0b\x4d\xa8\x59\x7f\xb2\x93\xe2\x96\xdb\xb0\xed\x4b\x70\x21\x97\xdf\xc1\x25\xeb\x43\xdd\x52\x46\xb4\x15\xe9\xfc\x72\x10\xbc\x03\x37\x23\xa0\x9d\x8d\x31\x0b\x09\x13\xa7\x8a\x04\xf9\x30\xf3\x0a\x29\x37\x24\x05\xc9\xd8\xef\x5c\x09\xcc\xef\xfe\xc3\x52\x42\x6c\xd9\x02\xc6\x1a\x78\x57\x74\x14\x15\x29\xa4\x45\x29\x74\xc3\x04\x9e\x4d\x43\x78\x6d\xc7\x78\x22\x3b\x30\x0b\xba\x4f\x4d\xde\x83\x8b\xd5\x95\x5e\xea\x1e\x42\x34\x28\x2d\xe8\xce\x42\xe2\xc0\x4f\xb3\x9c\x65\xb9\xd8\x34\x5a\xa5\x92\xd3\x55\x56\xcf\x3c\xc0\xed\xf2\xda\x9d\x3d\x7d\xdd\x01\x36\x7a\x1c\x5c\xa7\xff\x7c\x77\x7d\xc5\x36\x7c\x0b\xb8\xb0\x5c\x93\xec\x29\xb0\x62\x55\xf7\xef\xae\x19\x28\xbf\x7c\x79\xb3\xe1\x98\xd2\x95\xb7\x25\x76\xcb\x9d\xac\x71\xc5\x0e\xc1\x9a\xa1\x25\x69\xb6\x72\xaa\x93\x93\x4d\xc2\x95\x40\x06\x63\x78\xff\x53\x56\x79\x7c\x98\xeb\x75\x59\x1f\x42\xd3\x40\x07\x20\x9c\x42\x6b\x21\x2d\x54\x13\xae\xb6\x2c\x08\x7a\x50\x7a\xb7\xd5\x46\x74\x82\xde\x3e\x20\xaf\x31\x8f\xcc\x36\xc1\x12\x4f\x9b\xb2\x76\xa8\x07\x9e\x01\x20\x71\xc0\x44\x75\xab\x97\x4e\x95\x15\xa7\xd3\xcf\x19\x8b\xb1\x08\xb6\x90\x19\x8a\x7e\x63\x42\x00\xc0\x41\x64\x5f\x10\xb9\x90\x72\x95\x99\x09\x85\x98\xa6\x78\x12\x14\xd8\x28\x25\xe3\x26\xe7\x97\x2e\xbf\x8f\x93\x44\x8a\x28\x2d\x43\x1f\x38\x66\x87\x5c\x60\x1a\xe5\x34\x77\x93\x0d\x7f\xe0\x9b\x2e\xf8\xfe\xc1\x2d\xee\x9a\x25\x47\x01\x50\xf5\x3a\x41\xe8\x0f\x44\x12\x4a\x18\xfe\x70\xf4\x1e\xd4\x81\xe6\xa7\x91\x7d\x74\x37\xd1\x71\xef\x4b\x58\xbf\x92\x8c\x01\xb6\x27\x60\xe3\x71\xd8\x1a\xe7\x2f\x9b\x5d\x0e\x14\xf4\x28\x4b\x0d\x2f\x77\xca\xee\x84\x60\x9f\x9c\xb2\xf5\x27\x92\x38\x01\xb8\x20\x48\x93\xb7\x8d\xeb\x44\x2d\xf4\x61\xc6\x20\x5d\xd6\xe0\x68\x07\x8d\x4a\x73\x3f\x0f\x05\xbc\x41\x4d\x89\x7a\xd9\x42\xc8\xc6\xf7\xda\x01\x6f\xbb\xf1\x77\x72\x2a\x8f\xb0\x3d\x35\xe7\x33\x4c\xf1\x7e\x0a\xcc\xa5\x45\x92\x83\xd8\x37\xd0\x47\x3e\x2a\xfd\xac\xd0\x17\xa0\x27\xb1\xd7\x66\xff\xc1\x01\x86\x01\x54\x74\x0b\x0a\xb4\x86\x6f\x80\xcf\x72\xec\xfe\x9b\xdd\x61\xae\x08\xfb\x0c\x84\xed\x19\x38\x3f\x44\xb5\x0e\xd6\xfc\xf5\x78\xc4\x7e\x18\xb1\xb3\x11\x3b\x3d\x3d\x7d\x33\x62\x82\x47\x2b\xdb\x23\xfc\x09\x22\xc7\x72\xbe\x34\x6d\x13\x85\xf5\x22\x78\x00\xe8\x0f\x98\xc3\xca\xd2\xb6\x70\xff\xad\x20\xf2\x60\x5f\x01\x8b\x49\x50\xe3\xca\xe6\xd5\xa3\x95\x96\xbe\x53\x00\xd1\x14\x91\x4e\x2d\xc8\x33\xcb\x75\x6a\x01\x6b\x4f\x3c\xe5\x52\x41\x8d\x1d\xaf\xc3\x75\xe9\xc9\x01\xcb\xa6\xf8\xc2\xd7\xf0\xfe\x52\x39\xa2\x31\x33\x4c\xf7\xae\xff\xf9\x76\x43\x01\xe9\xe7\x54\xe6\xb9\x39\x9d\xb3\xa9\xba\x63\xef\xfe\x93\x8d\x37\x9b\x44\xb0\x31\xfb\x07\xfb\x81\x2b\xae\x38\xfb\x81\xfd\x83\x9d\x71\x95\xf3\x44\x17\x1b\xc1\xce\xd8\x3f\xcc\xb0\x99\xf6\xae\xb4\x39\x0e\xb7\x23\xc6\x99\x2a\x12\x3c\xf5\x5f\x5b\x30\xd8\x1b\xf7\x5e\xdc\xcf\x8e\x55\xd5\xce\xf4\x9a\x8e\xc2\x5f\x5c\x4e\x22\x93\x6a\x99\x88\xdc\x6a\xd9\x97\x60\x7b\xf8\x80\x13\x78\xd3\x77\x53\xe5\x62\x79\xbf\x98\x1e\xff\xc2\xfe\xc1\xae\x8a\x24\x31\x5d\x32\x86\xc6\x2c\xa4\x77\xcc\x96\x51\x08\x75\xfa\x2c\x1f\xe5\x46\xc4\x92\x43\x21\x85\xf9\xaf\xb7\xf7\x30\xdb\xb3\xc2\x93\x17\x85\x7b\xda\x91\xe0\x1f\x62\x7a\x5e\xa4\x3a\xce\x69\x21\xd8\xc9\xef\xb8\xf9\x95\x7f\x3a\xdc\x23\xf2\x94\x6d\xb4\x1f\xc8\x61\x45\x01\x83\x50\x73\x61\x2f\x13\x50\x39\x6c\x6d\x5b\x0d\x47\x41\x78\xa8\x1f\x6a\x64\x41\xc2\xe3\xe8\x77\xc8\x1e\x7a\x0a\x7d\x4d\x6e\x8d\x0d\xbe\x54\x6f\x08\xbe\xa4\xe7\x5c\xe8\x95\x15\x72\x2c\xf0\x3f\x97\x35\x4c\x4a\x43\xac\x65\x2f\xb1\x97\x4a\x67\x1f\x28\x76\x01\xd5\x9a\xe6\x22\xa3\x64\xf2\xd6\x6c\xd5\xb7\x57\x5a\x99\x6b\x6b\x26\x97\xc8\x13\x01\x30\xa2\x0c\x98\xf1\xac\x53\x70\x5f\x76\x59\x83\x2d\x00\xfe\x81\xe9\x12\x42\xdb\x72\x63\x05\xcc\x14\x24\xdb\xa9\x32\xbf\xa0\x13\x09\x60\xee\xd2\xd1\x09\xe2\xd3\xac\xac\x2c\x3d\x8b\x0c\x72\xd0\x78\xc3\x02\xeb\x52\x62\x3d\x60\xc1\x51\xc9\xd6\x01\x51\xf1\xab\x80\x4a\x87\x5a\xb3\x75\xd6\x98\xf7\x9c\x8b\x44\xab\xa5\x59\x15\x6d\x46\x40\xaf\xb9\x3c\x04\x58\x12\x76\x01\x1b\x6b\xed\x81\x39\x2c\xe9\x2b\x34\x25\xe6\x9c\x94\xb1\xbf\xdf\x93\xf2\xb7\x8b\xc8\xba\xd3\x90\x5e\xae\xe5\x25\x0e\xcc\x2f\x3f\x64\x22\x05\xbe\x4b\x44\x38\xb8\x68\x3f\x1e\x9c\xbe\xea\x19\xdf\xa8\xdf\xa6\xea\x04\xc6\x36\x87\x42\x28\x9b\x60\x83\xc9\x2e\xa8\xd7\x63\x3d\x7e\x4b\x8c\xec\x4b\xea\xf2\x36\x8a\xf0\xc2\xf7\x4c\x6b\xf4\xa7\xa1\x42\xbb\x76\xf4\x8e\x01\x1f\xfc\x8c\xbc\xfb\x33\xbd\xb0\x95\x94\xfd\xcf\xf4\x9a\xf2\x41\x3f\x94\x4a\xc8\x76\x1a\x2a\x04\xd4\x17\x4e\x5b\xbe\x41\xab\x19\x65\x24\xfa\x75\xb6\x3a\x60\xd7\xea\x3d\xfe\xfc\x46\x27\x32\xea\x06\xbd\xd9\xe3\x6a\xa5\x9f\x1b\x50\x44\x73\x01\x28\x50\x8a\xff\x50\xa7\xd0\x43\xcf\x45\x94\xfb\x8c\x5b\xfd\xe5\xfe\x57\x03\x6d\x76\xdf\xc1\x31\xa2\xec\x86\x0d\xd4\xb7\x5c\x0e\x0f\xce\x56\x60\x3a\x03\x82\x5f\x8c\xb5\x42\x2d\x1d\xe4\xb6\x23\x4e\x21\xe8\xd2\xc8\x83\x81\x7e\x5e\xe9\xc4\xdc\xc5\x54\x4c\xac\x71\x53\xb5\x11\x69\xa4\x01\xa0\x12\x9b\xbb\x19\x30\x03\xc9\x24\xf6\x2c\xfa\xaf\x01\xd1\x0b\xb8\xbb\x37\x24\x15\x24\x5c\x8e\xd9\x36\xdf\x71\xea\xda\x65\x67\xe5\x42\x0f\x8b\x40\x1d\x0f\xa2\xd7\xb5\xec\x3f\x12\x94\x0c\x87\x82\x78\x1e\x2a\xd9\x42\x33\xe8\xa5\xfe\x0c\x8a\xf0\x82\xa0\xe7\xc2\x0a\x92\xd9\x8b\x53\x5e\x99\x57\x5a\x66\xd5\xa1\x04\xf6\x3f\x44\x51\x21\x80\x24\x13\xd0\x9d\xb5\xe0\xe8\x8b\x79\x2e\x2e\x9a\xd4\xa9\xf2\xf9\xd1\x57\x59\xe8\x97\x35\xce\x33\x92\xdb\x59\x10\xe0\x88\xbd\x2a\xbd\xe8\x2b\x60\x87\x53\x1a\x9e\x47\x39\xac\xd2\xd0\xc0\x72\x1d\x31\x99\x4f\x95\xcc\x70\x65\xa6\x22\x11\x4f\xa6\x77\x61\xb0\x98\xb0\x2e\xf6\xee\x6c\x5f\x1b\x70\xe4\xdc\x96\x1f\x3b\x95\x59\xd8\x84\x69\xc8\x32\xc6\x21\x30\x1d\x8b\xcc\xf8\x8d\xc0\x8f\x2e\xbe\x98\x0d\x20\x21\x17\x82\xf0\x8f\x58\x28\xdb\x3f\x40\x85\xa0\x90\xdd\x54\x4d\x16\x50\x03\x0a\x95\xa7\x71\x8c\xb7\x50\xcb\x98\xed\x28\x5f\x24\x05\x87\x35\xdd\xc9\xed\x44\x90\xd2\x15\xee\x24\xf1\x24\xd2\x6d\x0e\x41\x5d\x18\x57\x25\x78\xbe\x62\x32\x1f\x01\x57\x8f\xb5\x94\x53\xc5\x63\x12\x0a\xa5\xe6\xcc\xd0\xc0\xba\xef\x98\x67\xfa\x7c\xae\x9f\xba\x1c\xdb\x43\x51\x5f\xb8\xab\x37\x09\x57\x33\x3c\x41\xbe\x01\xee\x2b\x10\x21\x6b\x4b\x75\x16\xf3\x99\x5d\x62\xc7\xe9\xa7\xb3\xf7\xb7\x25\x69\x40\xe3\xc7\xda\x07\x8d\x70\x31\x78\x7e\x51\x7b\x3d\x71\x71\x1a\x42\x17\xa4\xcc\x66\x60\xfb\x5b\x01\x0f\x09\xe3\x15\x24\x82\x5d\xad\xbb\x30\x61\x76\x05\x7c\xaf\xf8\xa4\x3e\x33\x5f\x39\x43\xaa\xd3\x3e\x1c\x1a\x53\xf3\x10\xf7\x82\xc7\xec\xe8\xd6\xcb\x42\x64\x5a\xe3\x28\x75\xa8\x8c\x7d\xdb\x20\xdd\x87\xc5\x13\x02\xe3\x70\x2e\xcc\xd3\x2c\x32\x17\xde\xc3\x74\x03\xb6\xf2\x98\x31\x6a\xb0\x53\x7d\x23\x25\xbe\xf6\x1a\xfa\x75\xca\x26\x8a\x59\x77\x6f\xc4\x5e\xe1\xc2\xca\x5e\x51\x08\x92\x94\x0a\x29\x77\x1e\xd3\xee\xa1\x6a\xd5\x2a\x14\x03\x6b\x06\xfc\x76\xc3\x4c\x50\x27\xc7\xd4\x8b\x8e\xcb\x0f\x12\x6a\x16\xf6\x29\x4b\xc7\x2c\xe2\x1c\x1b\xa0\x43\x12\xaf\xdd\x5b\x74\xda\xb5\x8f\x66\xfb\x17\xb6\xf9\x2e\xf6\x83\xfd\xa1\x19\xa2\x4d\x41\xe7\xa9\xfd\x9c\xe9\x74\xaa\x6c\x6b\x14\x92\xcc\x50\xd4\xa2\xda\x54\x00\xa1\x26\x9f\x3f\x58\xa9\x00\x62\xb0\x3a\x26\x20\x8f\xe3\x89\xf0\xaa\x56\x00\x40\x11\x73\xe1\x35\x56\x4f\xd9\xd8\x3f\xcd\x38\x1e\x66\x81\xaf\xf1\x98\xaf\x92\x65\x25\x89\x19\x14\x99\x5b\x6e\xae\xa0\xbc\x21\x2b\x80\x61\x6e\x51\x18\x63\x14\xd0\xf0\x4d\x95\x19\x3c\xb6\x90\x80\xfb\xa5\x71\x99\xaa\x0f\x3a\xb3\xd5\xf4\x99\x1f\x0f\x8b\x21\xa5\x61\x7b\xe5\xe4\x5c\xe8\x0f\xe7\x70\x68\x53\xcc\xbf\xa2\xef\x0b\x75\x2d\x44\x89\xb1\xd5\x45\xea\x5f\x2a\xe2\x6a\xaa\xfe\x6a\x86\x07\xd5\x35\x9d\x34\xad\x5e\xe0\x16\xb6\x7a\xc8\xec\xf5\x27\x6c\xf4\xf5\x7f\xbc\xf9\xf4\x06\x71\xe8\x45\x06\x0a\x5a\xa3\xf2\x01\xe2\x18\x59\x8b\x24\x81\x4c\xb4\x7d\x03\x47\x46\xe1\x1f\xc1\xbb\x60\x39\x74\xa9\x9b\xa9\xb2\x8b\xd1\x67\xa3\x77\xad\x60\x1f\x7c\x1e\xb3\x88\xe7\xd1\xea\xc4\xfa\x72\x64\xc6\xec\xe9\x47\xd3\x87\x52\x3a\xc6\xd3\x6a\x26\x25\x35\x17\xce\x74\xed\x78\xf8\x4b\xeb\xc5\xbc\x02\x00\x6b\xee\xab\x0c\xfd\x8e\xc5\x0d\x17\xa7\x17\x87\xf5\x7e\x9e\xfb\xba\xd5\xc7\xf1\x37\x4e\x8a\x92\x2b\xbe\x16\x31\x7b\x05\x15\x53\xaf\xec\xe4\x4f\xd5\x66\x7e\x9a\x6c\x17\x39\x51\x3c\x99\x41\x39\x05\x25\x89\x1d\xa7\xdc\x2c\xae\x5f\x93\x76\x0c\x76\xeb\x45\xab\xd9\xd7\x71\x63\xe3\x9e\xd4\xdf\x61\xc1\x18\x97\x1b\x9d\xbb\x32\x44\xa8\x4c\x69\xcb\xb3\xc7\x11\x9b\xa7\x5c\x01\x09\x78\x1c\x3a\x55\x7e\x77\xc2\xe5\x19\xf9\x93\x6c\x09\x85\xe2\xc9\x16\xb0\xe3\xa3\xa9\x42\xb2\x29\xa0\x87\xdc\x46\x89\x8c\x50\x8c\xba\xe2\x07\x89\x27\xa1\xf2\x0b\x62\x57\xb0\x20\xf5\x43\x53\xcb\x8e\xad\xe1\x20\x1a\xc6\x49\xd9\xdb\xe1\x9e\x86\xc2\x47\x58\xb1\x50\x85\x6e\xd4\x16\xd4\xea\x16\xf8\x88\x34\x69\x80\x8f\x8b\xfd\xa5\x98\xeb\xc4\x12\x9a\x4d\xce\x99\x4e\x81\xd4\x39\xd7\xf4\x27\x19\xb7\x9d\x62\x52\xc5\xe2\xcb\x41\xac\x02\xdd\x07\x92\x75\xef\xcc\x63\x02\xee\xe0\xea\xcb\xc2\x2e\x4a\x85\x39\x2c\x72\x7b\x83\xab\x7d\x2b\xab\x22\xec\xc6\x49\xbe\x02\xd8\x1b\x02\xae\xfd\xa0\xae\xf9\x96\x45\x2b\xae\x96\xc1\x15\x1a\x50\x48\x62\xa3\x53\x14\x3f\x7a\x02\xfa\x2e\x9d\xda\xaa\x4d\xaa\x45\x24\xd4\xb7\x0b\x78\x23\xd8\x52\xdb\x82\x43\xbe\x5c\xa6\x62\x09\x85\xf4\x53\x55\xaa\xa6\x06\xea\x32\xcb\xbb\x8c\xcf\xe9\x2a\x46\x3d\x0e\xa3\x43\xdb\xad\x25\x4f\xb7\xae\x94\x8f\x94\xc3\xdc\xd0\xd5\x86\x75\xc4\xa4\x38\x1d\xb1\xdf\x7b\x80\xa9\x88\xb4\x72\xb5\x80\x2d\x85\x60\x95\xd0\xf4\x0e\x5b\xd4\x40\xfd\xd0\xdc\x77\xf8\xac\xa6\x3f\xd6\xb8\x68\x3a\x8b\x29\x73\x9e\x17\x03\x6c\x25\x69\x4c\x9e\x99\x1f\xdf\xe1\x6f\x3b\x31\xd8\x7c\x63\xcc\x9b\xa5\xdd\x31\xdf\x37\x16\xde\x3c\xdb\xf3\x23\x36\x8d\xf5\xce\x40\x67\xa2\xdb\x03\x9d\xc7\x70\x29\x2d\xb7\xc2\xee\x58\x67\xd2\xc2\x17\xd0\xf1\x4e\x43\x43\x99\x16\x8c\x4a\x30\xf3\xac\x7a\xdd\x6a\xb0\x00\x4e\x95\x5f\xa7\xe8\xb7\x23\x72\xc3\xd1\x16\x94\x8c\x64\xd3\x81\x50\xe2\x5e\x01\xa5\xd1\xaf\x75\x37\x6e\x63\x7d\x69\x1e\xfe\x87\x96\x7b\xb1\xf5\x4c\x9a\x06\x3d\xdc\x9f\x38\x4e\xe9\xc0\x73\xca\x3d\x1e\x99\xe7\x6d\x70\x53\xa7\x72\x29\x15\xcf\x75\xca\x5e\xbb\xe2\xc4\x37\x4e\x62\x00\x46\xf1\x18\x66\xa2\x34\x44\x68\x26\x9a\xef\x5e\x80\x67\x16\xf1\x6c\x18\x77\x56\x93\x52\xf6\x4e\xbc\xbe\xf9\x56\x96\xf3\xf5\x26\xa4\x7d\x74\x02\x8e\x34\x32\x09\x0e\x02\xb3\x1d\x83\x18\x9f\xcc\x7c\x0d\xd6\x54\x51\x64\x1c\xe7\x4d\xa7\x76\xf0\xc0\xb7\x6d\x3b\x9b\x37\x45\x3e\xdb\x93\xca\x04\x7f\x3c\x2c\x40\x42\xe9\xf2\x0f\x7c\xd3\x4d\x0e\xc1\xe9\x6a\x8c\x45\x28\x4e\xd5\xd2\x7a\x2a\xe5\xf5\xd9\x4d\xd1\x3c\x90\xac\xb2\x9a\xe2\xbd\xbd\xb4\x09\x0d\x7f\x6f\x29\x5d\x04\x60\x22\x90\x25\x2f\x03\xaf\x02\xaf\xa0\xce\xac\x99\x53\xdc\x32\x4a\x9c\x25\xba\x88\x19\x19\x35\x4a\x17\xa7\xa7\x78\x3a\x02\x6d\xe5\xe9\x69\x1b\x87\xd7\x40\xe9\x38\x67\x7f\xe0\x77\xcd\x3b\x10\x3e\x6b\xb1\xc0\x9d\x5b\x9f\x46\xf6\xc5\xa6\x9e\x46\x1a\xe6\xde\x99\xe3\x41\x73\xef\xa2\xb5\xc0\xa1\x35\x2c\x90\x07\xf7\x26\x19\x27\xb0\xdf\xc2\x40\x77\x03\xcb\x67\x29\x81\x98\x3d\x1e\xfc\x38\x5b\x69\xdb\xfd\xa8\x0d\x4f\x85\xca\x67\xf0\xc4\x61\x0f\x83\x87\xdc\xc0\xcf\x4b\x0e\x53\xaf\x80\xe5\x7f\xdf\x6b\x8c\x43\x5b\xc2\x8c\xff\x61\x77\x14\x7b\xc9\xac\xbc\xb0\x39\x1d\x5f\x4b\xc0\xc6\x04\x39\x3b\x37\x71\x2d\xd3\x45\x2f\xb4\xc7\xe8\x05\x2f\x54\x32\xed\xbd\x5e\xc8\xf7\x1e\xe5\x61\x4c\x2b\x14\x86\xa2\x0a\x4f\x63\x6a\xed\xdf\xfc\x9a\xc3\xaa\x69\x9f\x2e\x67\x3c\x67\x66\xfe\x12\xf6\x37\x91\x6a\x5f\xb6\x80\x41\x95\xb0\xe1\x4e\x7f\x7d\x7f\x21\x36\xf4\xc7\x51\x02\x2c\xd4\xc0\x81\xbf\x10\x27\x09\xde\x7c\xe7\x5b\x7b\x1d\x69\x49\x75\x6c\x44\x84\xf3\xb0\xe7\xb1\x1e\x5c\x3c\x83\xf3\xc7\x86\xe6\xdc\x61\x66\x37\xe8\x5b\xb8\x57\x13\xeb\xdf\x9a\x6f\x08\x87\x46\x90\xd7\x6a\x92\xe1\x14\x5e\xe2\xbf\x7f\xf9\x9f\xd3\x36\x89\x4d\xe8\xfa\x50\x58\x8f\xeb\xfc\xfb\x54\x0a\x15\x43\xd2\x90\xc7\x75\x2e\x7e\x55\x8a\x22\x97\xcc\xb3\x59\x86\x47\xa9\xee\x6b\x3e\x6a\xb3\x19\x2e\xa2\xaf\x90\x79\xf6\x46\xd6\x6d\xdf\x52\x5e\xaa\xcd\x95\xc8\x66\xf1\x56\xf1\x75\x5d\x94\xf4\x45\xfb\xb8\x95\x22\x89\xa1\x8b\xf4\xf4\x5d\xd9\x93\x58\x44\x8f\x43\x7d\x82\xbd\x09\xac\x45\xf4\xc8\x7e\xbc\xff\x70\x89\xc2\x51\x32\x9b\xaa\x2b\x9e\xcb\x27\xf1\x90\x26\x2e\x6c\x4d\x8c\x24\x69\x62\xf7\x48\x99\x50\x35\x20\xef\xb0\xec\xab\xd6\x71\x08\xf9\xae\xd7\xdb\x93\x79\x11\x3d\x8a\xfc\x6d\xca\x55\xac\xd7\xf8\x1a\x6f\xb3\x62\xb1\x90\x5f\x4e\x73\x9e\xbe\xd9\x55\x73\xb0\xd3\x92\x1e\x70\x89\x39\xc4\xa0\xd4\xaf\x29\x4e\xce\xcb\xdb\x66\x19\x87\x82\xfe\xce\x32\x7b\x36\x51\x67\x52\x20\x1e\xda\x72\x51\x3a\xa5\x7e\x36\x3c\x61\xc0\xe8\x35\x1f\xac\x5f\xe9\x0a\xd8\xc6\x6b\xda\xa7\xfb\x36\x82\x79\xa3\x75\x72\x68\x14\x93\x27\x76\x93\xcc\x40\x97\xe8\x10\x17\x1c\x17\x80\x0b\x06\x4c\xce\x5d\x3e\xcd\x11\x85\x52\x2c\xc4\xa9\x02\x02\xd4\x83\xba\x00\x00\x0b\xe8\x44\x07\x0a\x34\xdb\x34\x24\x54\x07\xa2\x59\xa1\x0d\x44\x62\x58\x77\xa8\x1e\x56\x0d\xea\x93\xb9\xef\x23\x90\xa9\x55\x7a\x38\x28\xc0\x81\x2a\x42\x95\x47\xb9\x60\x47\x48\xba\xe8\xc6\x31\x78\xb6\x1d\x4f\xd4\x2e\x34\x36\x87\x3c\x9f\xa9\x0a\xbc\x1c\x64\x4a\xb1\x70\x61\x37\x6a\x4d\x31\x90\xd2\x32\x3c\x38\x06\x72\x08\xb3\x6e\x67\x90\xfc\x3c\xd4\xa8\x82\x3c\x6f\xa4\xd7\x73\xa9\x6c\xf9\x29\x05\x06\xc1\x3d\x1b\x5b\xe2\x32\x17\xc4\xb5\x6e\x16\x32\xa7\x57\xc6\xde\x1d\x0d\x21\x07\x5c\x68\xb2\x76\x5d\x61\x42\x9f\xf8\xb8\x24\xc0\x2d\xc8\xc3\xea\x1b\x48\x73\x9d\x7d\xe6\xdb\x0c\x04\xbd\x84\xb1\x8a\x0b\x0c\x86\x95\xfb\x3f\xf2\x21\x1a\x47\x8a\x47\xea\x98\x05\xe9\xfc\xd1\xbb\x48\xac\xc9\x17\x89\x95\x2e\xf3\x5c\x27\xaf\xb2\xe6\xc1\xf9\x36\xf1\xed\xb4\x33\xbe\x8d\x09\xa6\x7f\x8d\x90\x76\x47\xe0\xec\xc0\xf8\x5d\x70\x4c\xa6\x3a\x12\x99\x85\x00\x40\x51\x06\x98\x63\xf3\xec\x11\x5b\x73\xa9\x68\x1b\xe4\xa9\x31\x90\xb1\x98\x17\xcb\x65\x6b\x58\xe9\xfb\x8f\x4f\x97\xf7\xc9\xbf\x7d\xfc\xb0\x93\xad\xe7\x18\x11\xb6\x89\x7d\x12\x86\xfc\x8c\xaf\xfc\x75\x82\x6a\xdf\x30\x82\xd9\x98\x46\xa8\x2d\xa2\xe3\x44\x30\x27\x7d\x22\x98\x16\xb7\x01\xe5\x33\x74\x05\xb1\xb9\xf5\x5f\x43\x9b\x5f\x27\xb4\xd9\x6b\x51\x20\x65\xc3\x4c\x96\x1d\xf4\x8e\x1e\xee\xc9\xfc\xe4\x28\x02\xa1\x57\x24\xb5\x99\x09\x15\x67\x6c\xce\xa3\x17\xa0\x82\x82\xd3\xf1\xf0\x18\xca\x0e\xc0\xc0\x9d\x5e\x0b\x06\x8f\xca\x90\xcf\x9e\x51\x85\xd2\x08\x90\x68\xe6\x05\x7d\x96\x9d\x72\xf8\x70\x9c\x62\xb6\x3f\xf6\x4e\xf5\x6b\x25\x9e\x99\x39\xad\x46\x21\x34\x27\x98\x1e\x10\x3a\x79\x43\x5a\xf9\x1e\xc7\xeb\xca\xb1\x53\xb1\xe4\x69\x0c\xe8\x71\xda\x92\x09\x8f\x1e\xcd\xbf\x43\xff\xe8\x89\x04\x1f\xb2\x9c\xcb\x08\x69\xf3\xad\x49\x15\xa1\x6e\x39\x21\x95\x7c\xff\xf0\xe7\x19\xe3\x51\xaa\x33\x8c\x32\x38\x2d\x3f\xa8\x5e\x04\x07\xf6\x49\xc6\x05\x4f\xf0\x89\xad\xd1\x49\x9e\x1d\xc4\x21\x3d\x0e\xa4\x3c\xc4\x97\x4d\xc2\x55\x79\x4f\xe2\xeb\x02\xff\x88\xec\x58\xf9\x8e\x46\xeb\x90\xae\x0c\xa6\x03\x0c\xf5\xaf\xfd\xb6\x42\xef\x38\x15\x3c\xde\x86\x64\x43\x52\x91\xa8\x2d\x8f\xd7\x52\x99\xa9\xb7\x4a\x4d\xce\xbe\x5a\xd2\x56\x04\xd1\x81\xa0\x41\x92\x54\xb6\x7e\xc6\x94\x30\x2e\x15\x4f\x65\xb2\x05\x2f\x7a\x93\x8a\x93\xe0\x39\xc1\xfe\x26\x0c\x3f\xd0\xcf\x52\x61\x7c\x91\x89\x45\x91\xa0\xaf\x0d\xb7\x51\xf7\x02\xb4\x0f\x1f\x26\x23\x73\xcc\xe6\x44\x23\x1e\x3c\x18\xc5\x79\x8e\x81\x87\xae\xdf\x03\x7b\xc5\xe4\x3d\x09\x56\x0a\x70\xcd\x95\x7e\xb6\x45\x1b\xcf\xdc\xa3\xf2\xda\xce\x92\xa3\xc5\x61\xbb\xbd\x2e\x7b\xdf\xb1\xbb\x12\x07\xbd\x2c\x40\x4f\x9f\x89\xd8\xed\x44\xa9\xe0\x75\x48\xd7\x8e\x30\x3c\x22\x66\x45\x86\xb5\x1f\x66\x0e\xc1\x5a\xdb\x6b\x3d\x56\xc3\x58\x4d\x44\xe6\xde\x4e\x66\x5a\xb1\x69\xf1\xdb\xdf\xfe\x41\xb0\xdf\x92\xc8\x31\x58\x19\x8c\xa0\x03\x0d\x16\xb6\x0e\x06\xca\x3d\x40\x20\x47\x56\x6d\x46\x58\x13\x88\xcd\x56\x9e\x02\x0c\x8c\x47\x2b\x96\x15\x73\xc4\x38\x71\x0a\xc2\x72\xe5\x58\x26\x2f\x35\xc0\x95\xf0\x1c\xb3\xbd\x1f\x10\xcc\xb8\xa1\xf3\xc5\x06\x2a\x02\x9c\x25\x0c\x74\x28\x8d\x06\x83\x82\x2f\x09\x06\xfc\x06\xf4\xd1\x46\xec\x47\xf9\x24\x46\xec\x6e\xc3\xd3\xc7\x11\x3b\xc7\x70\xf0\x9f\xf5\x7c\x67\x7c\xe2\x18\x31\x3a\xe7\x46\x1f\xca\x59\x8d\xd1\xae\x51\xc0\xad\x1a\xa4\x20\xea\xd1\x24\x8b\x50\x41\x66\x6a\x90\xda\xdf\xa5\x02\xd5\x4a\xc0\x7b\xac\x5b\x56\x3b\x2c\xb2\xf5\xce\x55\xb5\xd2\xfe\x3c\xa5\xaa\xb3\x26\xa4\x8e\x39\xc7\x60\x25\x9a\x17\x3f\x01\xcf\x44\xa7\xae\x32\x32\xa3\xf0\x38\xae\x0a\xc4\x2f\xe2\x89\x5c\xa9\x25\xec\xeb\x78\xd9\x07\xcf\x36\x5a\x27\x8d\xfe\xd7\x51\x07\xb0\x16\x8d\xed\x3b\x78\x13\xac\xc1\xc8\x42\xaf\xc4\x8e\xa2\x8f\xec\xf9\x38\x20\x06\xfd\x80\x4c\x01\x56\x53\x5c\x40\x92\xc3\x0f\x47\x28\xca\x65\xcc\x0a\xa2\x46\xd1\x11\xb1\x1a\x8e\xdc\x7a\x88\xc6\x89\xa2\x10\x67\x88\x56\xac\xc5\x1c\xb3\xfa\x73\x5a\xdc\x42\x68\x77\x26\x9b\x98\x13\x86\x6e\x2e\xc0\x61\xd7\x13\x09\xd8\x73\x6b\xc0\x2d\x6e\x7f\x17\x6f\xa4\x2d\x52\x9c\x45\x09\xcf\x7a\x22\x01\x1b\xed\xce\x84\x1a\x3a\x83\x76\xfa\xdb\xcc\x1f\x21\xe6\xbb\xee\x79\x60\x4e\xd5\xd8\xf1\x26\x7a\x57\xcb\xb9\x87\x68\x66\xd1\x31\xae\x4d\x0d\x16\x03\x78\x92\xcd\x11\xcb\x8a\x68\x05\xe5\x0e\x65\x3b\x15\xda\xad\xfa\x8e\x1d\x4d\x95\x71\x56\x50\xbb\x87\x43\xc2\xfa\x19\x64\x1e\xe4\xdf\x84\xf3\x86\x08\x55\x1b\x3a\x40\x73\x6e\xa6\x46\xab\x46\x67\xd1\x56\x9e\xf0\xf4\x51\xc4\x41\x28\xb2\xd8\xc4\x3c\x37\xde\xb3\x3b\xe4\x60\xfd\x3a\xc2\x59\xeb\x7d\x66\xe1\x8b\x85\xce\x72\xc5\xd2\x26\x72\x21\xa2\x6d\x54\x23\x92\x29\xc1\x44\x8e\x17\xf3\xde\x2f\xe4\xdb\x45\x38\xd2\x7c\x53\xfe\x58\x2b\x90\x67\x6d\xb9\xf5\x7f\x4d\xc4\x5f\x0b\xe7\xc5\xbf\x7b\xd4\x6e\x47\x1a\xfc\x57\x70\xdc\xbf\x65\x04\xa9\x9b\xee\xe2\x37\xe1\x3f\xad\xfd\xb2\xf8\x33\xb8\xb1\x92\xd7\xdc\x88\x7a\xfb\xbe\x0a\x7c\x65\x1c\xee\x9b\xdc\x8b\xba\xd4\xcf\xf7\x1d\x5b\x81\xca\xa8\x63\x57\xe2\x3d\x00\xd4\x4f\x3f\xb5\xe3\x75\x96\xe8\xac\x48\xbb\x37\xff\x6d\xb9\xd7\xf6\xe9\x0d\x94\x97\xb0\xd8\xd6\x73\x01\xd5\xfb\x7d\xe1\x2d\xf8\xb5\xd9\x5f\xf5\x7c\x06\x58\xae\xc3\x76\x78\x53\x73\x56\x44\xc7\x65\x8f\xa9\xab\xfe\xc6\x75\xb7\x11\xc0\xbc\xe4\x2f\xb2\xfe\xfe\x52\x59\x61\x2e\x8c\x38\x55\x96\x88\x1a\x2b\x47\xd3\x54\x00\x63\x6e\x2a\x40\x1b\x8a\x6d\x78\x9a\x4b\xa8\xd3\x32\x23\x96\x08\xf4\x30\x5c\xbc\xc4\x83\x6e\xc2\x6a\x2f\x28\xda\xa4\x28\xcd\x5c\x08\xe5\x46\x7b\xc8\xd5\xd4\xdc\x36\xab\xa3\x4f\x68\xba\x67\xc1\x22\x2c\xd4\x68\xd1\xb1\xab\xfd\x2e\x88\x20\x81\xdf\xb2\x14\xa1\x0f\x55\x71\x2d\x4a\x5b\xb3\x94\xcd\xfd\xae\x2a\x0a\x1a\x6f\xb0\x15\x92\xaa\x52\xb0\xb1\x57\xfe\xfb\x18\xb9\xa5\x1b\x9e\xaf\x30\x0c\xb6\xd6\xb9\x40\x9b\x89\x6c\x39\xb8\x5e\x30\x43\x33\x4f\xf4\x1c\x44\x99\xcc\x27\x6d\xd7\xe7\x88\xb6\x76\xaf\xa1\xab\x4f\x58\x1f\xcb\x60\xac\x09\x54\x9c\xa6\x22\x03\xe2\x91\x7a\x46\xb7\x2f\xfe\x79\x58\xa8\xae\xde\x5d\x63\xf4\xcf\x6b\xa1\xba\x3a\x53\xbd\xd9\xd6\x00\x86\xbd\xd8\xa3\x42\xe7\x22\xac\xda\x34\xce\x01\x91\xf6\x12\x64\x02\x79\x3b\x2b\xef\x6b\xb5\x7f\xa7\x6a\x8c\x9f\x04\x87\x00\xf7\x8a\x2c\x0e\x6f\x4a\x32\x8f\x6e\xff\x61\x19\x27\x1b\x87\x08\x47\xba\x15\x8d\xfc\x7d\x15\x82\x4b\x23\xa8\x9a\x54\xb9\x4c\xcd\x6d\x24\x03\x67\x2b\x2b\xe6\x27\x9e\xa0\x43\xa7\xe0\x9e\x01\x7f\xcb\x86\x83\xd6\x1b\xf0\xf6\x9c\x34\x1c\xc3\x18\xc5\xf7\xca\x0a\x96\xc8\x8e\x27\x64\xfc\xe1\x56\x8d\x15\xe2\xee\xdd\x5d\x3b\xe6\x72\x04\x31\x38\x5b\x9d\x8c\x87\x5d\x97\xbd\x28\x5d\x35\xbf\x35\xfc\xac\x07\xbe\xab\x45\x91\xeb\xdf\xdf\x4e\x94\xc6\xac\x8f\x9d\xb8\x2f\x5f\x4c\xed\xae\x31\x57\x6b\xb2\x1c\xed\x18\xdd\xaf\x0b\x23\x86\x09\xcc\x36\xfc\x59\x11\x31\x46\x37\xb3\xe8\x5e\xf6\xa1\x59\x1b\xdc\xd8\x87\x1a\xf0\xce\x5b\x0a\x45\x14\x53\xb9\x74\xf2\x55\xa3\x40\xf9\x95\x27\x49\x48\xd2\xee\x03\x69\x53\xe5\xc3\x2d\xe6\xf8\x4f\x12\xf3\xcf\xa8\x6a\xb8\x89\x06\x25\x86\xca\x4d\x31\xb2\x2c\x0e\xc4\x7f\x46\x49\xb8\x13\x0c\x6b\xf8\xe0\xc3\xae\xdd\x7c\x2c\x6f\xfc\x3b\x2b\x60\xdd\x91\xee\xc6\xc7\xce\x1e\xc5\x76\x70\x5f\x9b\x13\x4e\x5e\xd5\x70\x05\x9b\xd9\x32\x09\x44\x3c\x4d\x2d\x1c\x9b\x9e\xca\x8c\xd3\xb9\xe0\x51\x29\xff\xd0\xd2\xcf\x95\x88\x1e\x37\x5a\xaa\xc1\xb6\x28\xe8\x8f\x39\x91\x72\x91\xe5\xcc\xb7\xe6\xdc\xec\x5e\xec\xa1\xa5\x83\x19\x5f\x24\x03\x4c\x87\xc5\xa3\x7a\x76\x27\xce\x9c\x6c\x63\xfb\xb2\x3b\xf6\x45\x50\xf8\xb3\xe1\x05\x82\x5a\xdd\xd1\x5e\xb4\x1a\xf5\xa3\xb9\x94\x0e\xe0\xb5\x32\x9d\x9e\x83\xcd\x59\x89\x13\xad\x71\x48\x21\x96\xf3\xeb\x15\xfb\xd7\x2b\xf6\xbf\xf8\x15\xfb\x6b\xde\xaf\x01\x90\xf3\x92\x97\xeb\xe6\xba\xcb\x5f\x8f\xd7\xef\xeb\x78\x45\x7a\x35\x2c\x28\x19\x32\xb4\xd4\xd5\x5b\xff\xf3\xc3\x06\x57\xb0\xa0\x27\xd9\x80\x71\xfe\x8a\xee\x41\x83\xad\x1a\x66\x77\x7b\x9f\x57\xdd\x69\x68\xef\x80\xf8\xcb\x40\x50\x53\x58\xdb\xbe\x61\x34\x2d\x0f\x97\x8e\x31\x3c\xbd\xe3\xd8\xed\x65\xdb\xdf\x55\x36\xae\x8f\x83\x61\x2c\xa3\xcb\xcf\x5d\x59\x8b\xa8\x04\x1a\xf0\x0e\xcb\x18\xd0\x79\xf2\xfc\x55\xe6\x46\xbd\x6c\x01\x2d\x30\xf4\x52\x66\xf9\xcf\x15\xb1\xa8\xfd\xd4\xa6\x5e\x0c\x52\x62\xbb\x8a\xdd\x0c\x7e\xd1\x89\x84\xb8\x2d\x63\x15\xf4\xc2\xae\x39\x38\xe4\xac\x3c\x88\xe9\xf7\x90\xf3\xea\x93\x1b\xaf\x4f\xe8\x47\x3f\xa7\x7c\xb3\x11\xa9\x4d\xc0\xd7\x30\x12\xa0\xb5\x01\x4f\x01\xb1\x9c\x95\x40\xc5\xbe\x8a\x37\x62\x4c\x49\xa5\x69\xf8\x1a\x0c\xdd\x69\xf3\xcc\x5d\x15\x49\xd2\x3a\x73\xbb\x29\xfc\xaf\x1e\x2e\x2f\x67\x3f\x8f\x2f\x1f\x2e\x3a\x29\xf1\x83\xaf\xb5\x8e\x89\xeb\x09\x8d\x89\x17\xdd\x31\x8f\x15\x56\x35\x50\xfb\xb7\xc6\xcb\x48\x91\x24\x65\xb9\x84\xa9\xfa\x44\xed\x00\x9a\x11\xa5\xa0\xcc\xb8\xb1\xce\x81\x2b\x3f\x1f\xbe\xf6\xc9\x34\xfe\x09\x7f\x7b\xc2\xfc\x4b\xbc\x03\x51\x1f\x12\x0b\x69\x1e\x57\x82\x4a\x1f\xb0\x1d\x10\x3b\xd7\xb6\x1d\x8e\x2d\x08\xb3\xdf\xf6\x78\x50\x40\x45\x29\x62\xab\xe3\x72\x94\xdd\x81\x63\xf7\xa9\x1c\x98\x75\xb6\x3c\xc6\xe0\x1a\xb4\x3b\x42\x19\x0f\x10\x27\xf4\x4a\x17\x53\x85\x77\x55\xd3\xa7\x5c\xb7\xf7\x89\x4d\x08\x96\x92\x70\xb5\x2c\xf8\x52\x64\x23\x66\x1f\x3e\x55\x6b\xb9\x5c\x01\xe9\x67\x56\x6c\x08\x65\x89\xb7\x3b\xa8\xbf\xae\x2c\xa1\x0a\xcc\x52\xaa\xa9\xa2\x77\x52\x4b\xdf\x3c\x82\x0d\xff\x7c\xe7\x5e\x87\x30\x9c\xd8\x10\x29\x91\xa8\xa9\xc2\xc9\x45\x66\x71\x1b\xb1\x02\xff\x9d\xe7\xd5\xa5\xcb\x41\xa9\x0e\xd5\x3a\x8d\x4d\x5f\x42\xec\x6c\xaa\x5c\xfd\x16\x7a\xf8\xf4\x0e\x01\x63\x35\x76\x69\xb7\x3d\xb1\x93\x61\xf7\x04\xf5\xad\x79\xd5\x1f\x7c\x06\x98\x0d\x37\x1b\x20\x3b\x58\x37\x63\x3d\x6f\x75\x3c\x30\x1c\x6d\x45\xbd\x50\xb4\xd7\xdc\x1b\xfb\x5e\xf8\x9d\x56\x2c\x87\x2e\xe6\xc9\x80\x2e\xe1\xf7\x3b\x3b\x85\x26\xb9\xbb\x53\x3d\xae\x8c\xb7\x95\xad\x65\x96\x69\xd7\x63\xe7\x5a\xb7\xcc\xcb\x11\x03\xbf\xa5\x4e\xd1\x0f\x76\x0d\x46\x11\xe5\xfb\xac\x97\x1e\x95\x2c\xd5\x21\xb2\xd6\xa7\xab\x43\x89\xcc\xf6\xea\x8e\xf7\x9f\x7a\xf7\xc8\x79\x08\x74\xd8\x0d\xb2\xb0\x74\xce\x95\x0c\x6c\x8b\x99\xa4\xb8\x9f\xd5\xef\x93\x68\x5e\xcc\xe6\x41\x71\x3d\xb3\xfe\x47\x6e\x11\x8d\xfc\xcc\x8d\xa0\x93\x51\x91\x66\xc6\x5c\x92\xbd\x23\xab\xad\x53\xc6\xa7\xca\x12\x41\x5b\x73\x3c\xb6\x68\x94\xd4\xfd\x15\xab\x83\x36\x48\xa4\x0a\x1e\x6b\xce\xb4\x12\xd6\x1a\x4e\x95\x15\x7d\x1c\x31\x3e\xcf\xac\x96\x22\x57\x5b\x27\x70\x28\x9d\x7a\x0d\x57\x0c\x60\x3e\xbb\x6d\x5e\xc5\x0d\x28\x9d\xf3\xbf\x31\xff\xfb\xe7\x6f\xfe\x7f\x00\x00\x00\xff\xff\x51\xab\x44\xe6\xc1\x84\x04\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: 295174, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 296129, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} a := &asset{bytes: bytes, info: info} return a, nil } diff --git a/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java index a5aeb376d3..df8c99c250 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/TaskExecutionOuterClass.java @@ -4634,6 +4634,55 @@ flyteidl.core.Execution.TaskLogOrBuilder getLogsOrBuilder( */ int getEventVersion(); + /** + *
+     * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+     * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+     * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + java.util.List + getReasonsList(); + /** + *
+     * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+     * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+     * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + flyteidl.admin.TaskExecutionOuterClass.Reason getReasons(int index); + /** + *
+     * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+     * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+     * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + int getReasonsCount(); + /** + *
+     * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+     * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+     * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + java.util.List + getReasonsOrBuilderList(); + /** + *
+     * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+     * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+     * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + flyteidl.admin.TaskExecutionOuterClass.ReasonOrBuilder getReasonsOrBuilder( + int index); + public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure.OutputResultCase getOutputResultCase(); } /** @@ -4657,6 +4706,7 @@ private TaskExecutionClosure() { logs_ = java.util.Collections.emptyList(); reason_ = ""; taskType_ = ""; + reasons_ = java.util.Collections.emptyList(); } @java.lang.Override @@ -4827,6 +4877,15 @@ private TaskExecutionClosure( eventVersion_ = input.readInt32(); break; } + case 146: { + if (!((mutable_bitField0_ & 0x00004000) != 0)) { + reasons_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00004000; + } + reasons_.add( + input.readMessage(flyteidl.admin.TaskExecutionOuterClass.Reason.parser(), extensionRegistry)); + break; + } default: { if (!parseUnknownField( input, unknownFields, extensionRegistry, tag)) { @@ -4845,6 +4904,9 @@ private TaskExecutionClosure( if (((mutable_bitField0_ & 0x00000010) != 0)) { logs_ = java.util.Collections.unmodifiableList(logs_); } + if (((mutable_bitField0_ & 0x00004000) != 0)) { + reasons_ = java.util.Collections.unmodifiableList(reasons_); + } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } @@ -5413,6 +5475,66 @@ public int getEventVersion() { return eventVersion_; } + public static final int REASONS_FIELD_NUMBER = 18; + private java.util.List reasons_; + /** + *
+     * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+     * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+     * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public java.util.List getReasonsList() { + return reasons_; + } + /** + *
+     * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+     * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+     * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public java.util.List + getReasonsOrBuilderList() { + return reasons_; + } + /** + *
+     * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+     * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+     * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public int getReasonsCount() { + return reasons_.size(); + } + /** + *
+     * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+     * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+     * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public flyteidl.admin.TaskExecutionOuterClass.Reason getReasons(int index) { + return reasons_.get(index); + } + /** + *
+     * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+     * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+     * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public flyteidl.admin.TaskExecutionOuterClass.ReasonOrBuilder getReasonsOrBuilder( + int index) { + return reasons_.get(index); + } + private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { @@ -5469,6 +5591,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (eventVersion_ != 0) { output.writeInt32(17, eventVersion_); } + for (int i = 0; i < reasons_.size(); i++) { + output.writeMessage(18, reasons_.get(i)); + } unknownFields.writeTo(output); } @@ -5531,6 +5656,10 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeInt32Size(17, eventVersion_); } + for (int i = 0; i < reasons_.size(); i++) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(18, reasons_.get(i)); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -5585,6 +5714,8 @@ public boolean equals(final java.lang.Object obj) { } if (getEventVersion() != other.getEventVersion()) return false; + if (!getReasonsList() + .equals(other.getReasonsList())) return false; if (!getOutputResultCase().equals(other.getOutputResultCase())) return false; switch (outputResultCase_) { case 1: @@ -5649,6 +5780,10 @@ public int hashCode() { } hash = (37 * hash) + EVENT_VERSION_FIELD_NUMBER; hash = (53 * hash) + getEventVersion(); + if (getReasonsCount() > 0) { + hash = (37 * hash) + REASONS_FIELD_NUMBER; + hash = (53 * hash) + getReasonsList().hashCode(); + } switch (outputResultCase_) { case 1: hash = (37 * hash) + OUTPUT_URI_FIELD_NUMBER; @@ -5798,6 +5933,7 @@ private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getLogsFieldBuilder(); + getReasonsFieldBuilder(); } } @java.lang.Override @@ -5853,6 +5989,12 @@ public Builder clear() { } eventVersion_ = 0; + if (reasonsBuilder_ == null) { + reasons_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00004000); + } else { + reasonsBuilder_.clear(); + } outputResultCase_ = 0; outputResult_ = null; return this; @@ -5943,6 +6085,15 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure buildPartial( result.metadata_ = metadataBuilder_.build(); } result.eventVersion_ = eventVersion_; + if (reasonsBuilder_ == null) { + if (((bitField0_ & 0x00004000) != 0)) { + reasons_ = java.util.Collections.unmodifiableList(reasons_); + bitField0_ = (bitField0_ & ~0x00004000); + } + result.reasons_ = reasons_; + } else { + result.reasons_ = reasonsBuilder_.build(); + } result.bitField0_ = to_bitField0_; result.outputResultCase_ = outputResultCase_; onBuilt(); @@ -6051,6 +6202,32 @@ public Builder mergeFrom(flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClo if (other.getEventVersion() != 0) { setEventVersion(other.getEventVersion()); } + if (reasonsBuilder_ == null) { + if (!other.reasons_.isEmpty()) { + if (reasons_.isEmpty()) { + reasons_ = other.reasons_; + bitField0_ = (bitField0_ & ~0x00004000); + } else { + ensureReasonsIsMutable(); + reasons_.addAll(other.reasons_); + } + onChanged(); + } + } else { + if (!other.reasons_.isEmpty()) { + if (reasonsBuilder_.isEmpty()) { + reasonsBuilder_.dispose(); + reasonsBuilder_ = null; + reasons_ = other.reasons_; + bitField0_ = (bitField0_ & ~0x00004000); + reasonsBuilder_ = + com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? + getReasonsFieldBuilder() : null; + } else { + reasonsBuilder_.addAllMessages(other.reasons_); + } + } + } switch (other.getOutputResultCase()) { case OUTPUT_URI: { outputResultCase_ = 1; @@ -8092,171 +8269,1348 @@ public Builder clearEventVersion() { 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.admin.TaskExecutionClosure) - } - - // @@protoc_insertion_point(class_scope:flyteidl.admin.TaskExecutionClosure) - private static final flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure DEFAULT_INSTANCE; - static { - DEFAULT_INSTANCE = new flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure(); - } - - public static flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure getDefaultInstance() { - return DEFAULT_INSTANCE; - } - private static final com.google.protobuf.Parser - PARSER = new com.google.protobuf.AbstractParser() { - @java.lang.Override - public TaskExecutionClosure parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - return new TaskExecutionClosure(input, extensionRegistry); + private java.util.List reasons_ = + java.util.Collections.emptyList(); + private void ensureReasonsIsMutable() { + if (!((bitField0_ & 0x00004000) != 0)) { + reasons_ = new java.util.ArrayList(reasons_); + bitField0_ |= 0x00004000; + } } - }; - - 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.admin.TaskExecutionOuterClass.TaskExecutionClosure getDefaultInstanceForType() { - return DEFAULT_INSTANCE; - } - - } - - public interface TaskExecutionGetDataRequestOrBuilder extends - // @@protoc_insertion_point(interface_extends:flyteidl.admin.TaskExecutionGetDataRequest) - com.google.protobuf.MessageOrBuilder { - /** - *
-     * The identifier of the task execution for which to fetch inputs and outputs.
-     * +required
-     * 
- * - * .flyteidl.core.TaskExecutionIdentifier id = 1; - */ - boolean hasId(); - /** - *
-     * The identifier of the task execution for which to fetch inputs and outputs.
-     * +required
-     * 
- * - * .flyteidl.core.TaskExecutionIdentifier id = 1; - */ - flyteidl.core.IdentifierOuterClass.TaskExecutionIdentifier getId(); - /** - *
-     * The identifier of the task execution for which to fetch inputs and outputs.
-     * +required
-     * 
- * - * .flyteidl.core.TaskExecutionIdentifier id = 1; - */ - flyteidl.core.IdentifierOuterClass.TaskExecutionIdentifierOrBuilder getIdOrBuilder(); - } - /** - *
-   * Request structure to fetch inputs and output for a task execution.
-   * By default this data is not returned inline in :ref:`ref_flyteidl.admin.TaskExecutionGetRequest`
-   * 
- * - * Protobuf type {@code flyteidl.admin.TaskExecutionGetDataRequest} - */ - public static final class TaskExecutionGetDataRequest extends - com.google.protobuf.GeneratedMessageV3 implements - // @@protoc_insertion_point(message_implements:flyteidl.admin.TaskExecutionGetDataRequest) - TaskExecutionGetDataRequestOrBuilder { - private static final long serialVersionUID = 0L; - // Use TaskExecutionGetDataRequest.newBuilder() to construct. - private TaskExecutionGetDataRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { - super(builder); - } - private TaskExecutionGetDataRequest() { - } + private com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.admin.TaskExecutionOuterClass.Reason, flyteidl.admin.TaskExecutionOuterClass.Reason.Builder, flyteidl.admin.TaskExecutionOuterClass.ReasonOrBuilder> reasonsBuilder_; - @java.lang.Override - public final com.google.protobuf.UnknownFieldSet - getUnknownFields() { - return this.unknownFields; - } - private TaskExecutionGetDataRequest( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { - this(); - if (extensionRegistry == null) { - throw new java.lang.NullPointerException(); + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public java.util.List getReasonsList() { + if (reasonsBuilder_ == null) { + return java.util.Collections.unmodifiableList(reasons_); + } else { + return reasonsBuilder_.getMessageList(); + } } - 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: { - flyteidl.core.IdentifierOuterClass.TaskExecutionIdentifier.Builder subBuilder = null; - if (id_ != null) { - subBuilder = id_.toBuilder(); - } - id_ = input.readMessage(flyteidl.core.IdentifierOuterClass.TaskExecutionIdentifier.parser(), extensionRegistry); - if (subBuilder != null) { - subBuilder.mergeFrom(id_); - id_ = subBuilder.buildPartial(); - } - - break; - } - default: { - if (!parseUnknownField( - input, unknownFields, extensionRegistry, tag)) { - done = true; - } - break; - } - } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public int getReasonsCount() { + if (reasonsBuilder_ == null) { + return reasons_.size(); + } else { + return reasonsBuilder_.getCount(); } - } 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.admin.TaskExecutionOuterClass.internal_static_flyteidl_admin_TaskExecutionGetDataRequest_descriptor; - } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public flyteidl.admin.TaskExecutionOuterClass.Reason getReasons(int index) { + if (reasonsBuilder_ == null) { + return reasons_.get(index); + } else { + return reasonsBuilder_.getMessage(index); + } + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public Builder setReasons( + int index, flyteidl.admin.TaskExecutionOuterClass.Reason value) { + if (reasonsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureReasonsIsMutable(); + reasons_.set(index, value); + onChanged(); + } else { + reasonsBuilder_.setMessage(index, value); + } + return this; + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public Builder setReasons( + int index, flyteidl.admin.TaskExecutionOuterClass.Reason.Builder builderForValue) { + if (reasonsBuilder_ == null) { + ensureReasonsIsMutable(); + reasons_.set(index, builderForValue.build()); + onChanged(); + } else { + reasonsBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public Builder addReasons(flyteidl.admin.TaskExecutionOuterClass.Reason value) { + if (reasonsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureReasonsIsMutable(); + reasons_.add(value); + onChanged(); + } else { + reasonsBuilder_.addMessage(value); + } + return this; + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public Builder addReasons( + int index, flyteidl.admin.TaskExecutionOuterClass.Reason value) { + if (reasonsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureReasonsIsMutable(); + reasons_.add(index, value); + onChanged(); + } else { + reasonsBuilder_.addMessage(index, value); + } + return this; + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public Builder addReasons( + flyteidl.admin.TaskExecutionOuterClass.Reason.Builder builderForValue) { + if (reasonsBuilder_ == null) { + ensureReasonsIsMutable(); + reasons_.add(builderForValue.build()); + onChanged(); + } else { + reasonsBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public Builder addReasons( + int index, flyteidl.admin.TaskExecutionOuterClass.Reason.Builder builderForValue) { + if (reasonsBuilder_ == null) { + ensureReasonsIsMutable(); + reasons_.add(index, builderForValue.build()); + onChanged(); + } else { + reasonsBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public Builder addAllReasons( + java.lang.Iterable values) { + if (reasonsBuilder_ == null) { + ensureReasonsIsMutable(); + com.google.protobuf.AbstractMessageLite.Builder.addAll( + values, reasons_); + onChanged(); + } else { + reasonsBuilder_.addAllMessages(values); + } + return this; + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public Builder clearReasons() { + if (reasonsBuilder_ == null) { + reasons_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00004000); + onChanged(); + } else { + reasonsBuilder_.clear(); + } + return this; + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public Builder removeReasons(int index) { + if (reasonsBuilder_ == null) { + ensureReasonsIsMutable(); + reasons_.remove(index); + onChanged(); + } else { + reasonsBuilder_.remove(index); + } + return this; + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public flyteidl.admin.TaskExecutionOuterClass.Reason.Builder getReasonsBuilder( + int index) { + return getReasonsFieldBuilder().getBuilder(index); + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public flyteidl.admin.TaskExecutionOuterClass.ReasonOrBuilder getReasonsOrBuilder( + int index) { + if (reasonsBuilder_ == null) { + return reasons_.get(index); } else { + return reasonsBuilder_.getMessageOrBuilder(index); + } + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public java.util.List + getReasonsOrBuilderList() { + if (reasonsBuilder_ != null) { + return reasonsBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(reasons_); + } + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public flyteidl.admin.TaskExecutionOuterClass.Reason.Builder addReasonsBuilder() { + return getReasonsFieldBuilder().addBuilder( + flyteidl.admin.TaskExecutionOuterClass.Reason.getDefaultInstance()); + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public flyteidl.admin.TaskExecutionOuterClass.Reason.Builder addReasonsBuilder( + int index) { + return getReasonsFieldBuilder().addBuilder( + index, flyteidl.admin.TaskExecutionOuterClass.Reason.getDefaultInstance()); + } + /** + *
+       * A time-series of the phase transition or update explanations. This, when compared to storing a singular reason
+       * as previously done, is much more valuable in visualizing and understanding historical evaluations.
+       * 
+ * + * repeated .flyteidl.admin.Reason reasons = 18; + */ + public java.util.List + getReasonsBuilderList() { + return getReasonsFieldBuilder().getBuilderList(); + } + private com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.admin.TaskExecutionOuterClass.Reason, flyteidl.admin.TaskExecutionOuterClass.Reason.Builder, flyteidl.admin.TaskExecutionOuterClass.ReasonOrBuilder> + getReasonsFieldBuilder() { + if (reasonsBuilder_ == null) { + reasonsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< + flyteidl.admin.TaskExecutionOuterClass.Reason, flyteidl.admin.TaskExecutionOuterClass.Reason.Builder, flyteidl.admin.TaskExecutionOuterClass.ReasonOrBuilder>( + reasons_, + ((bitField0_ & 0x00004000) != 0), + getParentForChildren(), + isClean()); + reasons_ = null; + } + return reasonsBuilder_; + } + @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.admin.TaskExecutionClosure) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.TaskExecutionClosure) + private static final flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure(); + } + + public static flyteidl.admin.TaskExecutionOuterClass.TaskExecutionClosure getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public TaskExecutionClosure parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new TaskExecutionClosure(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.admin.TaskExecutionOuterClass.TaskExecutionClosure getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface ReasonOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.Reason) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * occurred_at is the timestamp indicating the instant that this reason happened.
+     * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + boolean hasOccurredAt(); + /** + *
+     * occurred_at is the timestamp indicating the instant that this reason happened.
+     * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + com.google.protobuf.Timestamp getOccurredAt(); + /** + *
+     * occurred_at is the timestamp indicating the instant that this reason happened.
+     * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + com.google.protobuf.TimestampOrBuilder getOccurredAtOrBuilder(); + + /** + *
+     * message is the explanation for the most recent phase transition or status update.
+     * 
+ * + * string message = 2; + */ + java.lang.String getMessage(); + /** + *
+     * message is the explanation for the most recent phase transition or status update.
+     * 
+ * + * string message = 2; + */ + com.google.protobuf.ByteString + getMessageBytes(); + } + /** + *
+   * Reason is a single message annotated with a timestamp to indicate the instant the reason occurred.
+   * 
+ * + * Protobuf type {@code flyteidl.admin.Reason} + */ + public static final class Reason extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.Reason) + ReasonOrBuilder { + private static final long serialVersionUID = 0L; + // Use Reason.newBuilder() to construct. + private Reason(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private Reason() { + message_ = ""; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private Reason( + 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: { + com.google.protobuf.Timestamp.Builder subBuilder = null; + if (occurredAt_ != null) { + subBuilder = occurredAt_.toBuilder(); + } + occurredAt_ = input.readMessage(com.google.protobuf.Timestamp.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(occurredAt_); + occurredAt_ = subBuilder.buildPartial(); + } + + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + message_ = 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.admin.TaskExecutionOuterClass.internal_static_flyteidl_admin_Reason_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.TaskExecutionOuterClass.internal_static_flyteidl_admin_Reason_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.TaskExecutionOuterClass.Reason.class, flyteidl.admin.TaskExecutionOuterClass.Reason.Builder.class); + } + + public static final int OCCURRED_AT_FIELD_NUMBER = 1; + private com.google.protobuf.Timestamp occurredAt_; + /** + *
+     * occurred_at is the timestamp indicating the instant that this reason happened.
+     * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public boolean hasOccurredAt() { + return occurredAt_ != null; + } + /** + *
+     * occurred_at is the timestamp indicating the instant that this reason happened.
+     * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public com.google.protobuf.Timestamp getOccurredAt() { + return occurredAt_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : occurredAt_; + } + /** + *
+     * occurred_at is the timestamp indicating the instant that this reason happened.
+     * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public com.google.protobuf.TimestampOrBuilder getOccurredAtOrBuilder() { + return getOccurredAt(); + } + + public static final int MESSAGE_FIELD_NUMBER = 2; + private volatile java.lang.Object message_; + /** + *
+     * message is the explanation for the most recent phase transition or status update.
+     * 
+ * + * string message = 2; + */ + public java.lang.String getMessage() { + java.lang.Object ref = message_; + 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(); + message_ = s; + return s; + } + } + /** + *
+     * message is the explanation for the most recent phase transition or status update.
+     * 
+ * + * string message = 2; + */ + public com.google.protobuf.ByteString + getMessageBytes() { + java.lang.Object ref = message_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + message_ = 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 (occurredAt_ != null) { + output.writeMessage(1, getOccurredAt()); + } + if (!getMessageBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, message_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (occurredAt_ != null) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(1, getOccurredAt()); + } + if (!getMessageBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, message_); + } + 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.admin.TaskExecutionOuterClass.Reason)) { + return super.equals(obj); + } + flyteidl.admin.TaskExecutionOuterClass.Reason other = (flyteidl.admin.TaskExecutionOuterClass.Reason) obj; + + if (hasOccurredAt() != other.hasOccurredAt()) return false; + if (hasOccurredAt()) { + if (!getOccurredAt() + .equals(other.getOccurredAt())) return false; + } + if (!getMessage() + .equals(other.getMessage())) 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(); + if (hasOccurredAt()) { + hash = (37 * hash) + OCCURRED_AT_FIELD_NUMBER; + hash = (53 * hash) + getOccurredAt().hashCode(); + } + hash = (37 * hash) + MESSAGE_FIELD_NUMBER; + hash = (53 * hash) + getMessage().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.admin.TaskExecutionOuterClass.Reason parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.TaskExecutionOuterClass.Reason parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.TaskExecutionOuterClass.Reason parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.TaskExecutionOuterClass.Reason parseFrom( + com.google.protobuf.ByteString data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.TaskExecutionOuterClass.Reason parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.TaskExecutionOuterClass.Reason parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.TaskExecutionOuterClass.Reason parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.TaskExecutionOuterClass.Reason 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.admin.TaskExecutionOuterClass.Reason parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.admin.TaskExecutionOuterClass.Reason 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.admin.TaskExecutionOuterClass.Reason parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.TaskExecutionOuterClass.Reason 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.admin.TaskExecutionOuterClass.Reason 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; + } + /** + *
+     * Reason is a single message annotated with a timestamp to indicate the instant the reason occurred.
+     * 
+ * + * Protobuf type {@code flyteidl.admin.Reason} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.admin.Reason) + flyteidl.admin.TaskExecutionOuterClass.ReasonOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.TaskExecutionOuterClass.internal_static_flyteidl_admin_Reason_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.TaskExecutionOuterClass.internal_static_flyteidl_admin_Reason_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.TaskExecutionOuterClass.Reason.class, flyteidl.admin.TaskExecutionOuterClass.Reason.Builder.class); + } + + // Construct using flyteidl.admin.TaskExecutionOuterClass.Reason.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(); + if (occurredAtBuilder_ == null) { + occurredAt_ = null; + } else { + occurredAt_ = null; + occurredAtBuilder_ = null; + } + message_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.admin.TaskExecutionOuterClass.internal_static_flyteidl_admin_Reason_descriptor; + } + + @java.lang.Override + public flyteidl.admin.TaskExecutionOuterClass.Reason getDefaultInstanceForType() { + return flyteidl.admin.TaskExecutionOuterClass.Reason.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.admin.TaskExecutionOuterClass.Reason build() { + flyteidl.admin.TaskExecutionOuterClass.Reason result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.admin.TaskExecutionOuterClass.Reason buildPartial() { + flyteidl.admin.TaskExecutionOuterClass.Reason result = new flyteidl.admin.TaskExecutionOuterClass.Reason(this); + if (occurredAtBuilder_ == null) { + result.occurredAt_ = occurredAt_; + } else { + result.occurredAt_ = occurredAtBuilder_.build(); + } + result.message_ = message_; + 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.admin.TaskExecutionOuterClass.Reason) { + return mergeFrom((flyteidl.admin.TaskExecutionOuterClass.Reason)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.admin.TaskExecutionOuterClass.Reason other) { + if (other == flyteidl.admin.TaskExecutionOuterClass.Reason.getDefaultInstance()) return this; + if (other.hasOccurredAt()) { + mergeOccurredAt(other.getOccurredAt()); + } + if (!other.getMessage().isEmpty()) { + message_ = other.message_; + 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.admin.TaskExecutionOuterClass.Reason parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.admin.TaskExecutionOuterClass.Reason) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private com.google.protobuf.Timestamp occurredAt_; + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> occurredAtBuilder_; + /** + *
+       * occurred_at is the timestamp indicating the instant that this reason happened.
+       * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public boolean hasOccurredAt() { + return occurredAtBuilder_ != null || occurredAt_ != null; + } + /** + *
+       * occurred_at is the timestamp indicating the instant that this reason happened.
+       * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public com.google.protobuf.Timestamp getOccurredAt() { + if (occurredAtBuilder_ == null) { + return occurredAt_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : occurredAt_; + } else { + return occurredAtBuilder_.getMessage(); + } + } + /** + *
+       * occurred_at is the timestamp indicating the instant that this reason happened.
+       * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public Builder setOccurredAt(com.google.protobuf.Timestamp value) { + if (occurredAtBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + occurredAt_ = value; + onChanged(); + } else { + occurredAtBuilder_.setMessage(value); + } + + return this; + } + /** + *
+       * occurred_at is the timestamp indicating the instant that this reason happened.
+       * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public Builder setOccurredAt( + com.google.protobuf.Timestamp.Builder builderForValue) { + if (occurredAtBuilder_ == null) { + occurredAt_ = builderForValue.build(); + onChanged(); + } else { + occurredAtBuilder_.setMessage(builderForValue.build()); + } + + return this; + } + /** + *
+       * occurred_at is the timestamp indicating the instant that this reason happened.
+       * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public Builder mergeOccurredAt(com.google.protobuf.Timestamp value) { + if (occurredAtBuilder_ == null) { + if (occurredAt_ != null) { + occurredAt_ = + com.google.protobuf.Timestamp.newBuilder(occurredAt_).mergeFrom(value).buildPartial(); + } else { + occurredAt_ = value; + } + onChanged(); + } else { + occurredAtBuilder_.mergeFrom(value); + } + + return this; + } + /** + *
+       * occurred_at is the timestamp indicating the instant that this reason happened.
+       * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public Builder clearOccurredAt() { + if (occurredAtBuilder_ == null) { + occurredAt_ = null; + onChanged(); + } else { + occurredAt_ = null; + occurredAtBuilder_ = null; + } + + return this; + } + /** + *
+       * occurred_at is the timestamp indicating the instant that this reason happened.
+       * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public com.google.protobuf.Timestamp.Builder getOccurredAtBuilder() { + + onChanged(); + return getOccurredAtFieldBuilder().getBuilder(); + } + /** + *
+       * occurred_at is the timestamp indicating the instant that this reason happened.
+       * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + public com.google.protobuf.TimestampOrBuilder getOccurredAtOrBuilder() { + if (occurredAtBuilder_ != null) { + return occurredAtBuilder_.getMessageOrBuilder(); + } else { + return occurredAt_ == null ? + com.google.protobuf.Timestamp.getDefaultInstance() : occurredAt_; + } + } + /** + *
+       * occurred_at is the timestamp indicating the instant that this reason happened.
+       * 
+ * + * .google.protobuf.Timestamp occurred_at = 1; + */ + private com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> + getOccurredAtFieldBuilder() { + if (occurredAtBuilder_ == null) { + occurredAtBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( + getOccurredAt(), + getParentForChildren(), + isClean()); + occurredAt_ = null; + } + return occurredAtBuilder_; + } + + private java.lang.Object message_ = ""; + /** + *
+       * message is the explanation for the most recent phase transition or status update.
+       * 
+ * + * string message = 2; + */ + public java.lang.String getMessage() { + java.lang.Object ref = message_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + message_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * message is the explanation for the most recent phase transition or status update.
+       * 
+ * + * string message = 2; + */ + public com.google.protobuf.ByteString + getMessageBytes() { + java.lang.Object ref = message_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + message_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * message is the explanation for the most recent phase transition or status update.
+       * 
+ * + * string message = 2; + */ + public Builder setMessage( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + message_ = value; + onChanged(); + return this; + } + /** + *
+       * message is the explanation for the most recent phase transition or status update.
+       * 
+ * + * string message = 2; + */ + public Builder clearMessage() { + + message_ = getDefaultInstance().getMessage(); + onChanged(); + return this; + } + /** + *
+       * message is the explanation for the most recent phase transition or status update.
+       * 
+ * + * string message = 2; + */ + public Builder setMessageBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + message_ = 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.admin.Reason) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.Reason) + private static final flyteidl.admin.TaskExecutionOuterClass.Reason DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.TaskExecutionOuterClass.Reason(); + } + + public static flyteidl.admin.TaskExecutionOuterClass.Reason getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public Reason parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new Reason(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.admin.TaskExecutionOuterClass.Reason getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + + public interface TaskExecutionGetDataRequestOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.TaskExecutionGetDataRequest) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * The identifier of the task execution for which to fetch inputs and outputs.
+     * +required
+     * 
+ * + * .flyteidl.core.TaskExecutionIdentifier id = 1; + */ + boolean hasId(); + /** + *
+     * The identifier of the task execution for which to fetch inputs and outputs.
+     * +required
+     * 
+ * + * .flyteidl.core.TaskExecutionIdentifier id = 1; + */ + flyteidl.core.IdentifierOuterClass.TaskExecutionIdentifier getId(); + /** + *
+     * The identifier of the task execution for which to fetch inputs and outputs.
+     * +required
+     * 
+ * + * .flyteidl.core.TaskExecutionIdentifier id = 1; + */ + flyteidl.core.IdentifierOuterClass.TaskExecutionIdentifierOrBuilder getIdOrBuilder(); + } + /** + *
+   * Request structure to fetch inputs and output for a task execution.
+   * By default this data is not returned inline in :ref:`ref_flyteidl.admin.TaskExecutionGetRequest`
+   * 
+ * + * Protobuf type {@code flyteidl.admin.TaskExecutionGetDataRequest} + */ + public static final class TaskExecutionGetDataRequest extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.TaskExecutionGetDataRequest) + TaskExecutionGetDataRequestOrBuilder { + private static final long serialVersionUID = 0L; + // Use TaskExecutionGetDataRequest.newBuilder() to construct. + private TaskExecutionGetDataRequest(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private TaskExecutionGetDataRequest() { + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private TaskExecutionGetDataRequest( + 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: { + flyteidl.core.IdentifierOuterClass.TaskExecutionIdentifier.Builder subBuilder = null; + if (id_ != null) { + subBuilder = id_.toBuilder(); + } + id_ = input.readMessage(flyteidl.core.IdentifierOuterClass.TaskExecutionIdentifier.parser(), extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(id_); + id_ = subBuilder.buildPartial(); + } + + 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.admin.TaskExecutionOuterClass.internal_static_flyteidl_admin_TaskExecutionGetDataRequest_descriptor; + } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable @@ -10327,6 +11681,11 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionGetDataResponse getDe private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_flyteidl_admin_TaskExecutionClosure_fieldAccessorTable; + private static final com.google.protobuf.Descriptors.Descriptor + internal_static_flyteidl_admin_Reason_descriptor; + private static final + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internal_static_flyteidl_admin_Reason_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_flyteidl_admin_TaskExecutionGetDataRequest_descriptor; private static final @@ -10366,7 +11725,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\"\336\004\n\024TaskExecutionClosure\022" + + "\r\n\005token\030\002 \001(\t\"\207\005\n\024TaskExecutionClosure\022" + "\030\n\noutput_uri\030\001 \001(\tB\002\030\001H\000\022.\n\005error\030\002 \001(\013" + "2\035.flyteidl.core.ExecutionErrorH\000\0224\n\013out" + "put_data\030\014 \001(\0132\031.flyteidl.core.LiteralMa" + @@ -10381,16 +11740,19 @@ public flyteidl.admin.TaskExecutionOuterClass.TaskExecutionGetDataResponse getDe "obuf.Struct\022\016\n\006reason\030\n \001(\t\022\021\n\ttask_type" + "\030\013 \001(\t\0227\n\010metadata\030\020 \001(\0132%.flyteidl.even" + "t.TaskExecutionMetadata\022\025\n\revent_version" + - "\030\021 \001(\005B\017\n\routput_result\"Q\n\033TaskExecution" + - "GetDataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.co" + - "re.TaskExecutionIdentifier\"\332\001\n\034TaskExecu" + - "tionGetDataResponse\022+\n\006inputs\030\001 \001(\0132\027.fl" + - "yteidl.admin.UrlBlobB\002\030\001\022,\n\007outputs\030\002 \001(" + - "\0132\027.flyteidl.admin.UrlBlobB\002\030\001\022.\n\013full_i" + - "nputs\030\003 \001(\0132\031.flyteidl.core.LiteralMap\022/" + - "\n\014full_outputs\030\004 \001(\0132\031.flyteidl.core.Lit" + - "eralMapB7Z5github.com/flyteorg/flyteidl/" + - "gen/pb-go/flyteidl/adminb\006proto3" + "\030\021 \001(\005\022\'\n\007reasons\030\022 \003(\0132\026.flyteidl.admin" + + ".ReasonB\017\n\routput_result\"J\n\006Reason\022/\n\013oc" + + "curred_at\030\001 \001(\0132\032.google.protobuf.Timest" + + "amp\022\017\n\007message\030\002 \001(\t\"Q\n\033TaskExecutionGet" + + "DataRequest\0222\n\002id\030\001 \001(\0132&.flyteidl.core." + + "TaskExecutionIdentifier\"\332\001\n\034TaskExecutio" + + "nGetDataResponse\022+\n\006inputs\030\001 \001(\0132\027.flyte" + + "idl.admin.UrlBlobB\002\030\001\022,\n\007outputs\030\002 \001(\0132\027" + + ".flyteidl.admin.UrlBlobB\002\030\001\022.\n\013full_inpu" + + "ts\030\003 \001(\0132\031.flyteidl.core.LiteralMap\022/\n\014f" + + "ull_outputs\030\004 \001(\0132\031.flyteidl.core.Litera" + + "lMapB7Z5github.com/flyteorg/flyteidl/gen" + + "/pb-go/flyteidl/adminb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -10441,15 +11803,21 @@ 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", "OutputData", "Phase", "Logs", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "CustomInfo", "Reason", "TaskType", "Metadata", "EventVersion", "OutputResult", }); - internal_static_flyteidl_admin_TaskExecutionGetDataRequest_descriptor = + new java.lang.String[] { "OutputUri", "Error", "OutputData", "Phase", "Logs", "StartedAt", "Duration", "CreatedAt", "UpdatedAt", "CustomInfo", "Reason", "TaskType", "Metadata", "EventVersion", "Reasons", "OutputResult", }); + internal_static_flyteidl_admin_Reason_descriptor = getDescriptor().getMessageTypes().get(5); + internal_static_flyteidl_admin_Reason_fieldAccessorTable = new + com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( + internal_static_flyteidl_admin_Reason_descriptor, + new java.lang.String[] { "OccurredAt", "Message", }); + internal_static_flyteidl_admin_TaskExecutionGetDataRequest_descriptor = + getDescriptor().getMessageTypes().get(6); internal_static_flyteidl_admin_TaskExecutionGetDataRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_TaskExecutionGetDataRequest_descriptor, new java.lang.String[] { "Id", }); internal_static_flyteidl_admin_TaskExecutionGetDataResponse_descriptor = - getDescriptor().getMessageTypes().get(6); + getDescriptor().getMessageTypes().get(7); internal_static_flyteidl_admin_TaskExecutionGetDataResponse_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_flyteidl_admin_TaskExecutionGetDataResponse_descriptor, diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 2842489aea..e7c2a36eaf 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -15907,6 +15907,9 @@ export namespace flyteidl { /** TaskExecutionClosure eventVersion */ eventVersion?: (number|null); + + /** TaskExecutionClosure reasons */ + reasons?: (flyteidl.admin.IReason[]|null); } /** Represents a TaskExecutionClosure. */ @@ -15960,6 +15963,9 @@ export namespace flyteidl { /** TaskExecutionClosure eventVersion. */ public eventVersion: number; + /** TaskExecutionClosure reasons. */ + public reasons: flyteidl.admin.IReason[]; + /** TaskExecutionClosure outputResult. */ public outputResult?: ("outputUri"|"error"|"outputData"); @@ -15996,6 +16002,64 @@ export namespace flyteidl { public static verify(message: { [k: string]: any }): (string|null); } + /** Properties of a Reason. */ + interface IReason { + + /** Reason occurredAt */ + occurredAt?: (google.protobuf.ITimestamp|null); + + /** Reason message */ + message?: (string|null); + } + + /** Represents a Reason. */ + class Reason implements IReason { + + /** + * Constructs a new Reason. + * @param [properties] Properties to set + */ + constructor(properties?: flyteidl.admin.IReason); + + /** Reason occurredAt. */ + public occurredAt?: (google.protobuf.ITimestamp|null); + + /** Reason message. */ + public message: string; + + /** + * Creates a new Reason instance using the specified properties. + * @param [properties] Properties to set + * @returns Reason instance + */ + public static create(properties?: flyteidl.admin.IReason): flyteidl.admin.Reason; + + /** + * Encodes the specified Reason message. Does not implicitly {@link flyteidl.admin.Reason.verify|verify} messages. + * @param message Reason message or plain object to encode + * @param [writer] Writer to encode to + * @returns Writer + */ + public static encode(message: flyteidl.admin.IReason, writer?: $protobuf.Writer): $protobuf.Writer; + + /** + * Decodes a Reason message from the specified reader or buffer. + * @param reader Reader or buffer to decode from + * @param [length] Message length if known beforehand + * @returns Reason + * @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.admin.Reason; + + /** + * Verifies a Reason 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 TaskExecutionGetDataRequest. */ interface ITaskExecutionGetDataRequest { diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js index 0eb6b42f1f..4d5bddb9c6 100644 --- a/flyteidl/gen/pb-js/flyteidl.js +++ b/flyteidl/gen/pb-js/flyteidl.js @@ -37889,6 +37889,7 @@ * @property {string|null} [taskType] TaskExecutionClosure taskType * @property {flyteidl.event.ITaskExecutionMetadata|null} [metadata] TaskExecutionClosure metadata * @property {number|null} [eventVersion] TaskExecutionClosure eventVersion + * @property {Array.|null} [reasons] TaskExecutionClosure reasons */ /** @@ -37901,6 +37902,7 @@ */ function TaskExecutionClosure(properties) { this.logs = []; + this.reasons = []; if (properties) for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) if (properties[keys[i]] != null) @@ -38019,6 +38021,14 @@ */ TaskExecutionClosure.prototype.eventVersion = 0; + /** + * TaskExecutionClosure reasons. + * @member {Array.} reasons + * @memberof flyteidl.admin.TaskExecutionClosure + * @instance + */ + TaskExecutionClosure.prototype.reasons = $util.emptyArray; + // OneOf field names bound to virtual getters and setters var $oneOfFields; @@ -38086,6 +38096,9 @@ $root.flyteidl.event.TaskExecutionMetadata.encode(message.metadata, writer.uint32(/* id 16, wireType 2 =*/130).fork()).ldelim(); if (message.eventVersion != null && message.hasOwnProperty("eventVersion")) writer.uint32(/* id 17, wireType 0 =*/136).int32(message.eventVersion); + if (message.reasons != null && message.reasons.length) + for (var i = 0; i < message.reasons.length; ++i) + $root.flyteidl.admin.Reason.encode(message.reasons[i], writer.uint32(/* id 18, wireType 2 =*/146).fork()).ldelim(); return writer; }; @@ -38151,6 +38164,11 @@ case 17: message.eventVersion = reader.int32(); break; + case 18: + if (!(message.reasons && message.reasons.length)) + message.reasons = []; + message.reasons.push($root.flyteidl.admin.Reason.decode(reader, reader.uint32())); + break; default: reader.skipType(tag & 7); break; @@ -38258,12 +38276,150 @@ if (message.eventVersion != null && message.hasOwnProperty("eventVersion")) if (!$util.isInteger(message.eventVersion)) return "eventVersion: integer expected"; + if (message.reasons != null && message.hasOwnProperty("reasons")) { + if (!Array.isArray(message.reasons)) + return "reasons: array expected"; + for (var i = 0; i < message.reasons.length; ++i) { + var error = $root.flyteidl.admin.Reason.verify(message.reasons[i]); + if (error) + return "reasons." + error; + } + } return null; }; return TaskExecutionClosure; })(); + admin.Reason = (function() { + + /** + * Properties of a Reason. + * @memberof flyteidl.admin + * @interface IReason + * @property {google.protobuf.ITimestamp|null} [occurredAt] Reason occurredAt + * @property {string|null} [message] Reason message + */ + + /** + * Constructs a new Reason. + * @memberof flyteidl.admin + * @classdesc Represents a Reason. + * @implements IReason + * @constructor + * @param {flyteidl.admin.IReason=} [properties] Properties to set + */ + function Reason(properties) { + if (properties) + for (var keys = Object.keys(properties), i = 0; i < keys.length; ++i) + if (properties[keys[i]] != null) + this[keys[i]] = properties[keys[i]]; + } + + /** + * Reason occurredAt. + * @member {google.protobuf.ITimestamp|null|undefined} occurredAt + * @memberof flyteidl.admin.Reason + * @instance + */ + Reason.prototype.occurredAt = null; + + /** + * Reason message. + * @member {string} message + * @memberof flyteidl.admin.Reason + * @instance + */ + Reason.prototype.message = ""; + + /** + * Creates a new Reason instance using the specified properties. + * @function create + * @memberof flyteidl.admin.Reason + * @static + * @param {flyteidl.admin.IReason=} [properties] Properties to set + * @returns {flyteidl.admin.Reason} Reason instance + */ + Reason.create = function create(properties) { + return new Reason(properties); + }; + + /** + * Encodes the specified Reason message. Does not implicitly {@link flyteidl.admin.Reason.verify|verify} messages. + * @function encode + * @memberof flyteidl.admin.Reason + * @static + * @param {flyteidl.admin.IReason} message Reason message or plain object to encode + * @param {$protobuf.Writer} [writer] Writer to encode to + * @returns {$protobuf.Writer} Writer + */ + Reason.encode = function encode(message, writer) { + if (!writer) + writer = $Writer.create(); + if (message.occurredAt != null && message.hasOwnProperty("occurredAt")) + $root.google.protobuf.Timestamp.encode(message.occurredAt, writer.uint32(/* id 1, wireType 2 =*/10).fork()).ldelim(); + if (message.message != null && message.hasOwnProperty("message")) + writer.uint32(/* id 2, wireType 2 =*/18).string(message.message); + return writer; + }; + + /** + * Decodes a Reason message from the specified reader or buffer. + * @function decode + * @memberof flyteidl.admin.Reason + * @static + * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from + * @param {number} [length] Message length if known beforehand + * @returns {flyteidl.admin.Reason} Reason + * @throws {Error} If the payload is not a reader or valid buffer + * @throws {$protobuf.util.ProtocolError} If required fields are missing + */ + Reason.decode = function decode(reader, length) { + if (!(reader instanceof $Reader)) + reader = $Reader.create(reader); + var end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.Reason(); + while (reader.pos < end) { + var tag = reader.uint32(); + switch (tag >>> 3) { + case 1: + message.occurredAt = $root.google.protobuf.Timestamp.decode(reader, reader.uint32()); + break; + case 2: + message.message = reader.string(); + break; + default: + reader.skipType(tag & 7); + break; + } + } + return message; + }; + + /** + * Verifies a Reason message. + * @function verify + * @memberof flyteidl.admin.Reason + * @static + * @param {Object.} message Plain object to verify + * @returns {string|null} `null` if valid, otherwise the reason why it is not + */ + Reason.verify = function verify(message) { + if (typeof message !== "object" || message === null) + return "object expected"; + if (message.occurredAt != null && message.hasOwnProperty("occurredAt")) { + var error = $root.google.protobuf.Timestamp.verify(message.occurredAt); + if (error) + return "occurredAt." + error; + } + if (message.message != null && message.hasOwnProperty("message")) + if (!$util.isString(message.message)) + return "message: string expected"; + return null; + }; + + return Reason; + })(); + admin.TaskExecutionGetDataRequest = (function() { /** diff --git a/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.py index 38521dc88a..d86aab1533 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.py +++ b/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.py @@ -21,7 +21,7 @@ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2 -DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(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\"Q\n\x17TaskExecutionGetRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierR\x02id\"\xe3\x01\n\x18TaskExecutionListRequest\x12R\n\x11node_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifierR\x0fnodeExecutionId\x12\x14\n\x05limit\x18\x02 \x01(\rR\x05limit\x12\x14\n\x05token\x18\x03 \x01(\tR\x05token\x12\x18\n\x07\x66ilters\x18\x04 \x01(\tR\x07\x66ilters\x12-\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.SortR\x06sortBy\"\xc1\x01\n\rTaskExecution\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierR\x02id\x12\x1b\n\tinput_uri\x18\x02 \x01(\tR\x08inputUri\x12>\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.TaskExecutionClosureR\x07\x63losure\x12\x1b\n\tis_parent\x18\x04 \x01(\x08R\x08isParent\"q\n\x11TaskExecutionList\x12\x46\n\x0ftask_executions\x18\x01 \x03(\x0b\x32\x1d.flyteidl.admin.TaskExecutionR\x0etaskExecutions\x12\x14\n\x05token\x18\x02 \x01(\tR\x05token\"\xea\x05\n\x14TaskExecutionClosure\x12#\n\noutput_uri\x18\x01 \x01(\tB\x02\x18\x01H\x00R\toutputUri\x12\x35\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00R\x05\x65rror\x12@\n\x0boutput_data\x18\x0c \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01H\x00R\noutputData\x12\x38\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.TaskExecution.PhaseR\x05phase\x12*\n\x04logs\x18\x04 \x03(\x0b\x32\x16.flyteidl.core.TaskLogR\x04logs\x12\x39\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12\x35\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08\x64uration\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x38\n\x0b\x63ustom_info\x18\t \x01(\x0b\x32\x17.google.protobuf.StructR\ncustomInfo\x12\x16\n\x06reason\x18\n \x01(\tR\x06reason\x12\x1b\n\ttask_type\x18\x0b \x01(\tR\x08taskType\x12\x41\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataR\x08metadata\x12#\n\revent_version\x18\x11 \x01(\x05R\x0c\x65ventVersionB\x0f\n\routput_result\"U\n\x1bTaskExecutionGetDataRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierR\x02id\"\x84\x02\n\x1cTaskExecutionGetDataResponse\x12\x33\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01R\x06inputs\x12\x35\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01R\x07outputs\x12:\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapR\nfullInputs\x12<\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapR\x0b\x66ullOutputsB\xb8\x01\n\x12\x63om.flyteidl.adminB\x12TaskExecutionProtoP\x01Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin\xa2\x02\x03\x46\x41X\xaa\x02\x0e\x46lyteidl.Admin\xca\x02\x0e\x46lyteidl\\Admin\xe2\x02\x1a\x46lyteidl\\Admin\\GPBMetadata\xea\x02\x0f\x46lyteidl::Adminb\x06proto3') +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(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\"Q\n\x17TaskExecutionGetRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierR\x02id\"\xe3\x01\n\x18TaskExecutionListRequest\x12R\n\x11node_execution_id\x18\x01 \x01(\x0b\x32&.flyteidl.core.NodeExecutionIdentifierR\x0fnodeExecutionId\x12\x14\n\x05limit\x18\x02 \x01(\rR\x05limit\x12\x14\n\x05token\x18\x03 \x01(\tR\x05token\x12\x18\n\x07\x66ilters\x18\x04 \x01(\tR\x07\x66ilters\x12-\n\x07sort_by\x18\x05 \x01(\x0b\x32\x14.flyteidl.admin.SortR\x06sortBy\"\xc1\x01\n\rTaskExecution\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierR\x02id\x12\x1b\n\tinput_uri\x18\x02 \x01(\tR\x08inputUri\x12>\n\x07\x63losure\x18\x03 \x01(\x0b\x32$.flyteidl.admin.TaskExecutionClosureR\x07\x63losure\x12\x1b\n\tis_parent\x18\x04 \x01(\x08R\x08isParent\"q\n\x11TaskExecutionList\x12\x46\n\x0ftask_executions\x18\x01 \x03(\x0b\x32\x1d.flyteidl.admin.TaskExecutionR\x0etaskExecutions\x12\x14\n\x05token\x18\x02 \x01(\tR\x05token\"\x9c\x06\n\x14TaskExecutionClosure\x12#\n\noutput_uri\x18\x01 \x01(\tB\x02\x18\x01H\x00R\toutputUri\x12\x35\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x1d.flyteidl.core.ExecutionErrorH\x00R\x05\x65rror\x12@\n\x0boutput_data\x18\x0c \x01(\x0b\x32\x19.flyteidl.core.LiteralMapB\x02\x18\x01H\x00R\noutputData\x12\x38\n\x05phase\x18\x03 \x01(\x0e\x32\".flyteidl.core.TaskExecution.PhaseR\x05phase\x12*\n\x04logs\x18\x04 \x03(\x0b\x32\x16.flyteidl.core.TaskLogR\x04logs\x12\x39\n\nstarted_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12\x35\n\x08\x64uration\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationR\x08\x64uration\x12\x39\n\ncreated_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x38\n\x0b\x63ustom_info\x18\t \x01(\x0b\x32\x17.google.protobuf.StructR\ncustomInfo\x12\x16\n\x06reason\x18\n \x01(\tR\x06reason\x12\x1b\n\ttask_type\x18\x0b \x01(\tR\x08taskType\x12\x41\n\x08metadata\x18\x10 \x01(\x0b\x32%.flyteidl.event.TaskExecutionMetadataR\x08metadata\x12#\n\revent_version\x18\x11 \x01(\x05R\x0c\x65ventVersion\x12\x30\n\x07reasons\x18\x12 \x03(\x0b\x32\x16.flyteidl.admin.ReasonR\x07reasonsB\x0f\n\routput_result\"_\n\x06Reason\x12;\n\x0boccurred_at\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\noccurredAt\x12\x18\n\x07message\x18\x02 \x01(\tR\x07message\"U\n\x1bTaskExecutionGetDataRequest\x12\x36\n\x02id\x18\x01 \x01(\x0b\x32&.flyteidl.core.TaskExecutionIdentifierR\x02id\"\x84\x02\n\x1cTaskExecutionGetDataResponse\x12\x33\n\x06inputs\x18\x01 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01R\x06inputs\x12\x35\n\x07outputs\x18\x02 \x01(\x0b\x32\x17.flyteidl.admin.UrlBlobB\x02\x18\x01R\x07outputs\x12:\n\x0b\x66ull_inputs\x18\x03 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapR\nfullInputs\x12<\n\x0c\x66ull_outputs\x18\x04 \x01(\x0b\x32\x19.flyteidl.core.LiteralMapR\x0b\x66ullOutputsB\xb8\x01\n\x12\x63om.flyteidl.adminB\x12TaskExecutionProtoP\x01Z5github.com/flyteorg/flyteidl/gen/pb-go/flyteidl/admin\xa2\x02\x03\x46\x41X\xaa\x02\x0e\x46lyteidl.Admin\xca\x02\x0e\x46lyteidl\\Admin\xe2\x02\x1a\x46lyteidl\\Admin\\GPBMetadata\xea\x02\x0f\x46lyteidl::Adminb\x06proto3') _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'flyteidl.admin.task_execution_pb2', globals()) @@ -46,9 +46,11 @@ _TASKEXECUTIONLIST._serialized_start=809 _TASKEXECUTIONLIST._serialized_end=922 _TASKEXECUTIONCLOSURE._serialized_start=925 - _TASKEXECUTIONCLOSURE._serialized_end=1671 - _TASKEXECUTIONGETDATAREQUEST._serialized_start=1673 - _TASKEXECUTIONGETDATAREQUEST._serialized_end=1758 - _TASKEXECUTIONGETDATARESPONSE._serialized_start=1761 - _TASKEXECUTIONGETDATARESPONSE._serialized_end=2021 + _TASKEXECUTIONCLOSURE._serialized_end=1721 + _REASON._serialized_start=1723 + _REASON._serialized_end=1818 + _TASKEXECUTIONGETDATAREQUEST._serialized_start=1820 + _TASKEXECUTIONGETDATAREQUEST._serialized_end=1905 + _TASKEXECUTIONGETDATARESPONSE._serialized_start=1908 + _TASKEXECUTIONGETDATARESPONSE._serialized_end=2168 # @@protoc_insertion_point(module_scope) diff --git a/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.pyi b/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.pyi index 6b0035fe1d..e164ef3065 100644 --- a/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.pyi +++ b/flyteidl/gen/pb_python/flyteidl/admin/task_execution_pb2.pyi @@ -13,6 +13,14 @@ from typing import ClassVar as _ClassVar, Iterable as _Iterable, Mapping as _Map DESCRIPTOR: _descriptor.FileDescriptor +class Reason(_message.Message): + __slots__ = ["message", "occurred_at"] + MESSAGE_FIELD_NUMBER: _ClassVar[int] + OCCURRED_AT_FIELD_NUMBER: _ClassVar[int] + message: str + occurred_at: _timestamp_pb2.Timestamp + def __init__(self, occurred_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., message: _Optional[str] = ...) -> None: ... + class TaskExecution(_message.Message): __slots__ = ["closure", "id", "input_uri", "is_parent"] CLOSURE_FIELD_NUMBER: _ClassVar[int] @@ -26,7 +34,7 @@ class TaskExecution(_message.Message): def __init__(self, id: _Optional[_Union[_identifier_pb2.TaskExecutionIdentifier, _Mapping]] = ..., input_uri: _Optional[str] = ..., closure: _Optional[_Union[TaskExecutionClosure, _Mapping]] = ..., is_parent: bool = ...) -> None: ... class TaskExecutionClosure(_message.Message): - __slots__ = ["created_at", "custom_info", "duration", "error", "event_version", "logs", "metadata", "output_data", "output_uri", "phase", "reason", "started_at", "task_type", "updated_at"] + __slots__ = ["created_at", "custom_info", "duration", "error", "event_version", "logs", "metadata", "output_data", "output_uri", "phase", "reason", "reasons", "started_at", "task_type", "updated_at"] CREATED_AT_FIELD_NUMBER: _ClassVar[int] CUSTOM_INFO_FIELD_NUMBER: _ClassVar[int] DURATION_FIELD_NUMBER: _ClassVar[int] @@ -37,6 +45,7 @@ class TaskExecutionClosure(_message.Message): OUTPUT_DATA_FIELD_NUMBER: _ClassVar[int] OUTPUT_URI_FIELD_NUMBER: _ClassVar[int] PHASE_FIELD_NUMBER: _ClassVar[int] + REASONS_FIELD_NUMBER: _ClassVar[int] REASON_FIELD_NUMBER: _ClassVar[int] STARTED_AT_FIELD_NUMBER: _ClassVar[int] TASK_TYPE_FIELD_NUMBER: _ClassVar[int] @@ -52,10 +61,11 @@ class TaskExecutionClosure(_message.Message): output_uri: str phase: _execution_pb2.TaskExecution.Phase reason: str + reasons: _containers.RepeatedCompositeFieldContainer[Reason] started_at: _timestamp_pb2.Timestamp task_type: str updated_at: _timestamp_pb2.Timestamp - def __init__(self, output_uri: _Optional[str] = ..., error: _Optional[_Union[_execution_pb2.ExecutionError, _Mapping]] = ..., output_data: _Optional[_Union[_literals_pb2.LiteralMap, _Mapping]] = ..., phase: _Optional[_Union[_execution_pb2.TaskExecution.Phase, str]] = ..., logs: _Optional[_Iterable[_Union[_execution_pb2.TaskLog, _Mapping]]] = ..., started_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., duration: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ..., created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updated_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., custom_info: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., reason: _Optional[str] = ..., task_type: _Optional[str] = ..., metadata: _Optional[_Union[_event_pb2.TaskExecutionMetadata, _Mapping]] = ..., event_version: _Optional[int] = ...) -> None: ... + def __init__(self, output_uri: _Optional[str] = ..., error: _Optional[_Union[_execution_pb2.ExecutionError, _Mapping]] = ..., output_data: _Optional[_Union[_literals_pb2.LiteralMap, _Mapping]] = ..., phase: _Optional[_Union[_execution_pb2.TaskExecution.Phase, str]] = ..., logs: _Optional[_Iterable[_Union[_execution_pb2.TaskLog, _Mapping]]] = ..., started_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., duration: _Optional[_Union[_duration_pb2.Duration, _Mapping]] = ..., created_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., updated_at: _Optional[_Union[_timestamp_pb2.Timestamp, _Mapping]] = ..., custom_info: _Optional[_Union[_struct_pb2.Struct, _Mapping]] = ..., reason: _Optional[str] = ..., task_type: _Optional[str] = ..., metadata: _Optional[_Union[_event_pb2.TaskExecutionMetadata, _Mapping]] = ..., event_version: _Optional[int] = ..., reasons: _Optional[_Iterable[_Union[Reason, _Mapping]]] = ...) -> None: ... class TaskExecutionGetDataRequest(_message.Message): __slots__ = ["id"] diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md index 48565101a9..209c4bddec 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md @@ -216,6 +216,7 @@ Class | Method | HTTP request | Description - [AdminProjectUpdateResponse](docs/AdminProjectUpdateResponse.md) - [AdminProjects](docs/AdminProjects.md) - [AdminRawOutputDataConfig](docs/AdminRawOutputDataConfig.md) + - [AdminReason](docs/AdminReason.md) - [AdminSchedule](docs/AdminSchedule.md) - [AdminSlackNotification](docs/AdminSlackNotification.md) - [AdminSort](docs/AdminSort.md) diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py index 6e2a90c3da..93b0c14dc9 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py @@ -108,6 +108,7 @@ from flyteadmin.models.admin_project_update_response import AdminProjectUpdateResponse from flyteadmin.models.admin_projects import AdminProjects from flyteadmin.models.admin_raw_output_data_config import AdminRawOutputDataConfig +from flyteadmin.models.admin_reason import AdminReason from flyteadmin.models.admin_schedule import AdminSchedule from flyteadmin.models.admin_slack_notification import AdminSlackNotification from flyteadmin.models.admin_sort import AdminSort diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py index 26f0f636dc..e80c396a63 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/__init__.py @@ -101,6 +101,7 @@ from flyteadmin.models.admin_project_update_response import AdminProjectUpdateResponse from flyteadmin.models.admin_projects import AdminProjects from flyteadmin.models.admin_raw_output_data_config import AdminRawOutputDataConfig +from flyteadmin.models.admin_reason import AdminReason from flyteadmin.models.admin_schedule import AdminSchedule from flyteadmin.models.admin_slack_notification import AdminSlackNotification from flyteadmin.models.admin_sort import AdminSort diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_reason.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_reason.py new file mode 100644 index 0000000000..bf839c6b14 --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_reason.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 AdminReason(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 = { + 'occurred_at': 'datetime', + 'message': 'str' + } + + attribute_map = { + 'occurred_at': 'occurred_at', + 'message': 'message' + } + + def __init__(self, occurred_at=None, message=None): # noqa: E501 + """AdminReason - a model defined in Swagger""" # noqa: E501 + + self._occurred_at = None + self._message = None + self.discriminator = None + + if occurred_at is not None: + self.occurred_at = occurred_at + if message is not None: + self.message = message + + @property + def occurred_at(self): + """Gets the occurred_at of this AdminReason. # noqa: E501 + + occurred_at is the timestamp indicating the instant that this reason happened. # noqa: E501 + + :return: The occurred_at of this AdminReason. # noqa: E501 + :rtype: datetime + """ + return self._occurred_at + + @occurred_at.setter + def occurred_at(self, occurred_at): + """Sets the occurred_at of this AdminReason. + + occurred_at is the timestamp indicating the instant that this reason happened. # noqa: E501 + + :param occurred_at: The occurred_at of this AdminReason. # noqa: E501 + :type: datetime + """ + + self._occurred_at = occurred_at + + @property + def message(self): + """Gets the message of this AdminReason. # noqa: E501 + + message is the explanation for the most recent phase transition or status update. # noqa: E501 + + :return: The message of this AdminReason. # noqa: E501 + :rtype: str + """ + return self._message + + @message.setter + def message(self, message): + """Sets the message of this AdminReason. + + message is the explanation for the most recent phase transition or status update. # noqa: E501 + + :param message: The message of this AdminReason. # noqa: E501 + :type: str + """ + + self._message = message + + 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(AdminReason, 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, AdminReason): + 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/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py index d840e190bb..157e88be51 100644 --- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_task_execution_closure.py @@ -16,6 +16,7 @@ import six +from flyteadmin.models.admin_reason import AdminReason # noqa: F401,E501 from flyteadmin.models.core_execution_error import CoreExecutionError # noqa: F401,E501 from flyteadmin.models.core_literal_map import CoreLiteralMap # noqa: F401,E501 from flyteadmin.models.core_task_execution_phase import CoreTaskExecutionPhase # noqa: F401,E501 @@ -51,7 +52,8 @@ class AdminTaskExecutionClosure(object): 'reason': 'str', 'task_type': 'str', 'metadata': 'EventTaskExecutionMetadata', - 'event_version': 'int' + 'event_version': 'int', + 'reasons': 'list[AdminReason]' } attribute_map = { @@ -68,10 +70,11 @@ class AdminTaskExecutionClosure(object): 'reason': 'reason', 'task_type': 'task_type', 'metadata': 'metadata', - 'event_version': 'event_version' + 'event_version': 'event_version', + 'reasons': 'reasons' } - def __init__(self, output_uri=None, error=None, output_data=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, event_version=None): # noqa: E501 + def __init__(self, output_uri=None, error=None, output_data=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, event_version=None, reasons=None): # noqa: E501 """AdminTaskExecutionClosure - a model defined in Swagger""" # noqa: E501 self._output_uri = None @@ -88,6 +91,7 @@ def __init__(self, output_uri=None, error=None, output_data=None, phase=None, lo self._task_type = None self._metadata = None self._event_version = None + self._reasons = None self.discriminator = None if output_uri is not None: @@ -118,6 +122,8 @@ def __init__(self, output_uri=None, error=None, output_data=None, phase=None, lo self.metadata = metadata if event_version is not None: self.event_version = event_version + if reasons is not None: + self.reasons = reasons @property def output_uri(self): @@ -441,6 +447,29 @@ def event_version(self, event_version): self._event_version = event_version + @property + def reasons(self): + """Gets the reasons of this AdminTaskExecutionClosure. # noqa: E501 + + A time-series of the phase transition or update explanations. This, when compared to storing a singular reason as previously done, is much more valuable in visualizing and understanding historical evaluations. # noqa: E501 + + :return: The reasons of this AdminTaskExecutionClosure. # noqa: E501 + :rtype: list[AdminReason] + """ + return self._reasons + + @reasons.setter + def reasons(self, reasons): + """Sets the reasons of this AdminTaskExecutionClosure. + + A time-series of the phase transition or update explanations. This, when compared to storing a singular reason as previously done, is much more valuable in visualizing and understanding historical evaluations. # noqa: E501 + + :param reasons: The reasons of this AdminTaskExecutionClosure. # noqa: E501 + :type: list[AdminReason] + """ + + self._reasons = reasons + def to_dict(self): """Returns the model properties as a dict""" result = {} diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_reason.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_reason.py new file mode 100644 index 0000000000..9c8dff4220 --- /dev/null +++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_reason.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.admin_reason import AdminReason # noqa: E501 +from flyteadmin.rest import ApiException + + +class TestAdminReason(unittest.TestCase): + """AdminReason unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testAdminReason(self): + """Test AdminReason""" + # FIXME: construct object with mandatory attributes with example values + # model = flyteadmin.models.admin_reason.AdminReason() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/flyteidl/protos/flyteidl/admin/task_execution.proto b/flyteidl/protos/flyteidl/admin/task_execution.proto index 36d9b77e1d..46f01e8479 100644 --- a/flyteidl/protos/flyteidl/admin/task_execution.proto +++ b/flyteidl/protos/flyteidl/admin/task_execution.proto @@ -123,6 +123,19 @@ message TaskExecutionClosure { // TaskExecutionMetadata ExternalResourceInfo fields for each subtask rather than the TaskLog // in this message. int32 event_version = 17; + + // A time-series of the phase transition or update explanations. This, when compared to storing a singular reason + // as previously done, is much more valuable in visualizing and understanding historical evaluations. + repeated Reason reasons = 18; +} + +// Reason is a single message annotated with a timestamp to indicate the instant the reason occurred. +message Reason { + // occurred_at is the timestamp indicating the instant that this reason happened. + google.protobuf.Timestamp occurred_at = 1; + + // message is the explanation for the most recent phase transition or status update. + string message = 2; } // Request structure to fetch inputs and output for a task execution.