From bb6e7157f02a3c8eebb5e873e65f2b637fd6ec97 Mon Sep 17 00:00:00 2001 From: Honnix Date: Fri, 2 Oct 2020 21:55:02 +0200 Subject: [PATCH] Support Styx style schedule (#83) * Support cron schedule with offset. For example: https://github.com/spotify/styx#schedule-string * Add generated files * Update protos/flyteidl/admin/schedule.proto Co-authored-by: Yee Hing Tong * Update protos/flyteidl/admin/schedule.proto Co-authored-by: Yee Hing Tong * Update protos/flyteidl/admin/schedule.proto Co-authored-by: Yee Hing Tong * Regenerate files * Regenerate files * Change the message name back * Revert "Change the message name back" This reverts commit e468ea836dd30fc01699fd417ee64a182603b7f7. * Add comments for schedule and offset Co-authored-by: Yee Hing Tong --- .../pb-cpp/flyteidl/admin/launch_plan.pb.cc | 2 +- .../gen/pb-cpp/flyteidl/admin/schedule.pb.cc | 523 +++++++- .../gen/pb-cpp/flyteidl/admin/schedule.pb.h | 332 ++++- .../gen/pb-go/flyteidl/admin/schedule.pb.go | 115 +- .../flyteidl/admin/schedule.pb.validate.go | 81 ++ .../pb-go/flyteidl/service/admin.swagger.json | 16 + .../flyteidl/service/flyteadmin/README.md | 1 + .../service/flyteadmin/api/swagger.yaml | 35 + .../flyteadmin/model_admin_cron_schedule.go | 15 + .../flyteadmin/model_admin_schedule.go | 1 + .../gen/pb-go/flyteidl/service/openapi.go | 4 +- .../flyteidl/admin/ScheduleOuterClass.java | 1071 ++++++++++++++++- flyteidl/gen/pb-js/flyteidl.d.ts | 66 +- flyteidl/gen/pb-js/flyteidl.js | 155 ++- .../flyteidl/admin/schedule.proto.rst | 47 +- .../pb_python/flyteidl/admin/schedule_pb2.py | 72 +- .../flyteidl/service/flyteadmin/README.md | 1 + .../service/flyteadmin/flyteadmin/__init__.py | 1 + .../flyteadmin/flyteadmin/models/__init__.py | 1 + .../flyteadmin/models/admin_cron_schedule.py | 141 +++ .../flyteadmin/models/admin_schedule.py | 29 +- .../test/test_admin_cron_schedule.py | 40 + flyteidl/package.json | 2 +- flyteidl/protos/flyteidl/admin/schedule.proto | 13 +- flyteidl/setup.py | 2 +- 25 files changed, 2664 insertions(+), 102 deletions(-) create mode 100644 flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_cron_schedule.go create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_cron_schedule.py create mode 100644 flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_cron_schedule.py diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc index 1adf6f6aaf..923675f4a5 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/launch_plan.pb.cc @@ -28,7 +28,7 @@ extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2flaunch_5fplan_2eproto ::googl extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2flaunch_5fplan_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_LaunchPlanMetadata_flyteidl_2fadmin_2flaunch_5fplan_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2flaunch_5fplan_2eproto ::google::protobuf::internal::SCCInfo<3> scc_info_LaunchPlanClosure_flyteidl_2fadmin_2flaunch_5fplan_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2flaunch_5fplan_2eproto ::google::protobuf::internal::SCCInfo<3> scc_info_LaunchPlan_flyteidl_2fadmin_2flaunch_5fplan_2eproto; -extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fschedule_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_Schedule_flyteidl_2fadmin_2fschedule_2eproto; +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fschedule_2eproto ::google::protobuf::internal::SCCInfo<2> scc_info_Schedule_flyteidl_2fadmin_2fschedule_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fexecution_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_QualityOfService_flyteidl_2fcore_2fexecution_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2fidentifier_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_Identifier_flyteidl_2fcore_2fidentifier_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fcore_2finterface_2eproto ::google::protobuf::internal::SCCInfo<1> scc_info_ParameterMap_flyteidl_2fcore_2finterface_2eproto; diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/schedule.pb.cc b/flyteidl/gen/pb-cpp/flyteidl/admin/schedule.pb.cc index 7ed3649f84..d2f0e01b58 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/schedule.pb.cc +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/schedule.pb.cc @@ -16,6 +16,7 @@ // @@protoc_insertion_point(includes) #include +extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fschedule_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_CronSchedule_flyteidl_2fadmin_2fschedule_2eproto; extern PROTOBUF_INTERNAL_EXPORT_flyteidl_2fadmin_2fschedule_2eproto ::google::protobuf::internal::SCCInfo<0> scc_info_FixedRate_flyteidl_2fadmin_2fschedule_2eproto; namespace flyteidl { namespace admin { @@ -23,11 +24,16 @@ class FixedRateDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; } _FixedRate_default_instance_; +class CronScheduleDefaultTypeInternal { + public: + ::google::protobuf::internal::ExplicitlyConstructed _instance; +} _CronSchedule_default_instance_; class ScheduleDefaultTypeInternal { public: ::google::protobuf::internal::ExplicitlyConstructed _instance; ::google::protobuf::internal::ArenaStringPtr cron_expression_; const ::flyteidl::admin::FixedRate* rate_; + const ::flyteidl::admin::CronSchedule* cron_schedule_; } _Schedule_default_instance_; } // namespace admin } // namespace flyteidl @@ -45,6 +51,20 @@ static void InitDefaultsFixedRate_flyteidl_2fadmin_2fschedule_2eproto() { ::google::protobuf::internal::SCCInfo<0> scc_info_FixedRate_flyteidl_2fadmin_2fschedule_2eproto = {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsFixedRate_flyteidl_2fadmin_2fschedule_2eproto}, {}}; +static void InitDefaultsCronSchedule_flyteidl_2fadmin_2fschedule_2eproto() { + GOOGLE_PROTOBUF_VERIFY_VERSION; + + { + void* ptr = &::flyteidl::admin::_CronSchedule_default_instance_; + new (ptr) ::flyteidl::admin::CronSchedule(); + ::google::protobuf::internal::OnShutdownDestroyMessage(ptr); + } + ::flyteidl::admin::CronSchedule::InitAsDefaultInstance(); +} + +::google::protobuf::internal::SCCInfo<0> scc_info_CronSchedule_flyteidl_2fadmin_2fschedule_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 0, InitDefaultsCronSchedule_flyteidl_2fadmin_2fschedule_2eproto}, {}}; + static void InitDefaultsSchedule_flyteidl_2fadmin_2fschedule_2eproto() { GOOGLE_PROTOBUF_VERIFY_VERSION; @@ -56,16 +76,18 @@ static void InitDefaultsSchedule_flyteidl_2fadmin_2fschedule_2eproto() { ::flyteidl::admin::Schedule::InitAsDefaultInstance(); } -::google::protobuf::internal::SCCInfo<1> scc_info_Schedule_flyteidl_2fadmin_2fschedule_2eproto = - {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 1, InitDefaultsSchedule_flyteidl_2fadmin_2fschedule_2eproto}, { - &scc_info_FixedRate_flyteidl_2fadmin_2fschedule_2eproto.base,}}; +::google::protobuf::internal::SCCInfo<2> scc_info_Schedule_flyteidl_2fadmin_2fschedule_2eproto = + {{ATOMIC_VAR_INIT(::google::protobuf::internal::SCCInfoBase::kUninitialized), 2, InitDefaultsSchedule_flyteidl_2fadmin_2fschedule_2eproto}, { + &scc_info_FixedRate_flyteidl_2fadmin_2fschedule_2eproto.base, + &scc_info_CronSchedule_flyteidl_2fadmin_2fschedule_2eproto.base,}}; void InitDefaults_flyteidl_2fadmin_2fschedule_2eproto() { ::google::protobuf::internal::InitSCC(&scc_info_FixedRate_flyteidl_2fadmin_2fschedule_2eproto.base); + ::google::protobuf::internal::InitSCC(&scc_info_CronSchedule_flyteidl_2fadmin_2fschedule_2eproto.base); ::google::protobuf::internal::InitSCC(&scc_info_Schedule_flyteidl_2fadmin_2fschedule_2eproto.base); } -::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fschedule_2eproto[2]; +::google::protobuf::Metadata file_level_metadata_flyteidl_2fadmin_2fschedule_2eproto[3]; const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors_flyteidl_2fadmin_2fschedule_2eproto[1]; constexpr ::google::protobuf::ServiceDescriptor const** file_level_service_descriptors_flyteidl_2fadmin_2fschedule_2eproto = nullptr; @@ -78,47 +100,59 @@ const ::google::protobuf::uint32 TableStruct_flyteidl_2fadmin_2fschedule_2eproto PROTOBUF_FIELD_OFFSET(::flyteidl::admin::FixedRate, value_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::FixedRate, unit_), ~0u, // no _has_bits_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::CronSchedule, _internal_metadata_), + ~0u, // no _extensions_ + ~0u, // no _oneof_case_ + ~0u, // no _weak_field_map_ + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::CronSchedule, schedule_), + PROTOBUF_FIELD_OFFSET(::flyteidl::admin::CronSchedule, offset_), + ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Schedule, _internal_metadata_), ~0u, // no _extensions_ PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Schedule, _oneof_case_[0]), ~0u, // no _weak_field_map_ offsetof(::flyteidl::admin::ScheduleDefaultTypeInternal, cron_expression_), offsetof(::flyteidl::admin::ScheduleDefaultTypeInternal, rate_), + offsetof(::flyteidl::admin::ScheduleDefaultTypeInternal, cron_schedule_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Schedule, kickoff_time_input_arg_), PROTOBUF_FIELD_OFFSET(::flyteidl::admin::Schedule, ScheduleExpression_), }; static const ::google::protobuf::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, sizeof(::flyteidl::admin::FixedRate)}, - { 7, -1, sizeof(::flyteidl::admin::Schedule)}, + { 7, -1, sizeof(::flyteidl::admin::CronSchedule)}, + { 14, -1, sizeof(::flyteidl::admin::Schedule)}, }; static ::google::protobuf::Message const * const file_default_instances[] = { reinterpret_cast(&::flyteidl::admin::_FixedRate_default_instance_), + reinterpret_cast(&::flyteidl::admin::_CronSchedule_default_instance_), reinterpret_cast(&::flyteidl::admin::_Schedule_default_instance_), }; ::google::protobuf::internal::AssignDescriptorsTable assign_descriptors_table_flyteidl_2fadmin_2fschedule_2eproto = { {}, AddDescriptors_flyteidl_2fadmin_2fschedule_2eproto, "flyteidl/admin/schedule.proto", schemas, file_default_instances, TableStruct_flyteidl_2fadmin_2fschedule_2eproto::offsets, - file_level_metadata_flyteidl_2fadmin_2fschedule_2eproto, 2, file_level_enum_descriptors_flyteidl_2fadmin_2fschedule_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fschedule_2eproto, + file_level_metadata_flyteidl_2fadmin_2fschedule_2eproto, 3, file_level_enum_descriptors_flyteidl_2fadmin_2fschedule_2eproto, file_level_service_descriptors_flyteidl_2fadmin_2fschedule_2eproto, }; const char descriptor_table_protodef_flyteidl_2fadmin_2fschedule_2eproto[] = "\n\035flyteidl/admin/schedule.proto\022\016flyteid" "l.admin\"G\n\tFixedRate\022\r\n\005value\030\001 \001(\r\022+\n\004u" "nit\030\002 \001(\0162\035.flyteidl.admin.FixedRateUnit" - "\"\206\001\n\010Schedule\022\031\n\017cron_expression\030\001 \001(\tH\000" - "\022)\n\004rate\030\002 \001(\0132\031.flyteidl.admin.FixedRat" - "eH\000\022\036\n\026kickoff_time_input_arg\030\003 \001(\tB\024\n\022S" - "cheduleExpression*.\n\rFixedRateUnit\022\n\n\006MI" - "NUTE\020\000\022\010\n\004HOUR\020\001\022\007\n\003DAY\020\002B3Z1github.com/" - "lyft/flyteidl/gen/pb-go/flyteidl/adminb\006" - "proto3" + "\"0\n\014CronSchedule\022\020\n\010schedule\030\001 \001(\t\022\016\n\006of" + "fset\030\002 \001(\t\"\301\001\n\010Schedule\022\035\n\017cron_expressi" + "on\030\001 \001(\tB\002\030\001H\000\022)\n\004rate\030\002 \001(\0132\031.flyteidl." + "admin.FixedRateH\000\0225\n\rcron_schedule\030\004 \001(\013" + "2\034.flyteidl.admin.CronScheduleH\000\022\036\n\026kick" + "off_time_input_arg\030\003 \001(\tB\024\n\022ScheduleExpr" + "ession*.\n\rFixedRateUnit\022\n\n\006MINUTE\020\000\022\010\n\004H" + "OUR\020\001\022\007\n\003DAY\020\002B3Z1github.com/lyft/flytei" + "dl/gen/pb-go/flyteidl/adminb\006proto3" ; ::google::protobuf::internal::DescriptorTable descriptor_table_flyteidl_2fadmin_2fschedule_2eproto = { false, InitDefaults_flyteidl_2fadmin_2fschedule_2eproto, descriptor_table_protodef_flyteidl_2fadmin_2fschedule_2eproto, - "flyteidl/admin/schedule.proto", &assign_descriptors_table_flyteidl_2fadmin_2fschedule_2eproto, 366, + "flyteidl/admin/schedule.proto", &assign_descriptors_table_flyteidl_2fadmin_2fschedule_2eproto, 475, }; void AddDescriptors_flyteidl_2fadmin_2fschedule_2eproto() { @@ -459,6 +493,376 @@ ::google::protobuf::Metadata FixedRate::GetMetadata() const { } +// =================================================================== + +void CronSchedule::InitAsDefaultInstance() { +} +class CronSchedule::HasBitSetters { + public: +}; + +#if !defined(_MSC_VER) || _MSC_VER >= 1900 +const int CronSchedule::kScheduleFieldNumber; +const int CronSchedule::kOffsetFieldNumber; +#endif // !defined(_MSC_VER) || _MSC_VER >= 1900 + +CronSchedule::CronSchedule() + : ::google::protobuf::Message(), _internal_metadata_(nullptr) { + SharedCtor(); + // @@protoc_insertion_point(constructor:flyteidl.admin.CronSchedule) +} +CronSchedule::CronSchedule(const CronSchedule& from) + : ::google::protobuf::Message(), + _internal_metadata_(nullptr) { + _internal_metadata_.MergeFrom(from._internal_metadata_); + schedule_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.schedule().size() > 0) { + schedule_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.schedule_); + } + offset_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + if (from.offset().size() > 0) { + offset_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.offset_); + } + // @@protoc_insertion_point(copy_constructor:flyteidl.admin.CronSchedule) +} + +void CronSchedule::SharedCtor() { + ::google::protobuf::internal::InitSCC( + &scc_info_CronSchedule_flyteidl_2fadmin_2fschedule_2eproto.base); + schedule_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + offset_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} + +CronSchedule::~CronSchedule() { + // @@protoc_insertion_point(destructor:flyteidl.admin.CronSchedule) + SharedDtor(); +} + +void CronSchedule::SharedDtor() { + schedule_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + offset_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} + +void CronSchedule::SetCachedSize(int size) const { + _cached_size_.Set(size); +} +const CronSchedule& CronSchedule::default_instance() { + ::google::protobuf::internal::InitSCC(&::scc_info_CronSchedule_flyteidl_2fadmin_2fschedule_2eproto.base); + return *internal_default_instance(); +} + + +void CronSchedule::Clear() { +// @@protoc_insertion_point(message_clear_start:flyteidl.admin.CronSchedule) + ::google::protobuf::uint32 cached_has_bits = 0; + // Prevent compiler warnings about cached_has_bits being unused + (void) cached_has_bits; + + schedule_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + offset_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); + _internal_metadata_.Clear(); +} + +#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER +const char* CronSchedule::_InternalParse(const char* begin, const char* end, void* object, + ::google::protobuf::internal::ParseContext* ctx) { + auto msg = static_cast(object); + ::google::protobuf::int32 size; (void)size; + int depth; (void)depth; + ::google::protobuf::uint32 tag; + ::google::protobuf::internal::ParseFunc parser_till_end; (void)parser_till_end; + auto ptr = begin; + while (ptr < end) { + ptr = ::google::protobuf::io::Parse32(ptr, &tag); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + switch (tag >> 3) { + // string schedule = 1; + case 1: { + if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + ctx->extra_parse_data().SetFieldName("flyteidl.admin.CronSchedule.schedule"); + object = msg->mutable_schedule(); + if (size > end - ptr + ::google::protobuf::internal::ParseContext::kSlopBytes) { + parser_till_end = ::google::protobuf::internal::GreedyStringParserUTF8; + goto string_till_end; + } + GOOGLE_PROTOBUF_PARSER_ASSERT(::google::protobuf::internal::StringCheckUTF8(ptr, size, ctx)); + ::google::protobuf::internal::InlineGreedyStringParser(object, ptr, size, ctx); + ptr += size; + break; + } + // string offset = 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.CronSchedule.offset"); + object = msg->mutable_offset(); + 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 CronSchedule::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.CronSchedule) + for (;;) { + ::std::pair<::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u); + tag = p.first; + if (!p.second) goto handle_unusual; + switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { + // string schedule = 1; + case 1: { + if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_schedule())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->schedule().data(), static_cast(this->schedule().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.CronSchedule.schedule")); + } else { + goto handle_unusual; + } + break; + } + + // string offset = 2; + case 2: { + if (static_cast< ::google::protobuf::uint8>(tag) == (18 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadString( + input, this->mutable_offset())); + DO_(::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->offset().data(), static_cast(this->offset().length()), + ::google::protobuf::internal::WireFormatLite::PARSE, + "flyteidl.admin.CronSchedule.offset")); + } 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.CronSchedule) + return true; +failure: + // @@protoc_insertion_point(parse_failure:flyteidl.admin.CronSchedule) + return false; +#undef DO_ +} +#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER + +void CronSchedule::SerializeWithCachedSizes( + ::google::protobuf::io::CodedOutputStream* output) const { + // @@protoc_insertion_point(serialize_start:flyteidl.admin.CronSchedule) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string schedule = 1; + if (this->schedule().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->schedule().data(), static_cast(this->schedule().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.CronSchedule.schedule"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 1, this->schedule(), output); + } + + // string offset = 2; + if (this->offset().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->offset().data(), static_cast(this->offset().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.CronSchedule.offset"); + ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased( + 2, this->offset(), output); + } + + if (_internal_metadata_.have_unknown_fields()) { + ::google::protobuf::internal::WireFormat::SerializeUnknownFields( + _internal_metadata_.unknown_fields(), output); + } + // @@protoc_insertion_point(serialize_end:flyteidl.admin.CronSchedule) +} + +::google::protobuf::uint8* CronSchedule::InternalSerializeWithCachedSizesToArray( + ::google::protobuf::uint8* target) const { + // @@protoc_insertion_point(serialize_to_array_start:flyteidl.admin.CronSchedule) + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + // string schedule = 1; + if (this->schedule().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->schedule().data(), static_cast(this->schedule().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.CronSchedule.schedule"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 1, this->schedule(), target); + } + + // string offset = 2; + if (this->offset().size() > 0) { + ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( + this->offset().data(), static_cast(this->offset().length()), + ::google::protobuf::internal::WireFormatLite::SERIALIZE, + "flyteidl.admin.CronSchedule.offset"); + target = + ::google::protobuf::internal::WireFormatLite::WriteStringToArray( + 2, this->offset(), 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.CronSchedule) + return target; +} + +size_t CronSchedule::ByteSizeLong() const { +// @@protoc_insertion_point(message_byte_size_start:flyteidl.admin.CronSchedule) + 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 schedule = 1; + if (this->schedule().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->schedule()); + } + + // string offset = 2; + if (this->offset().size() > 0) { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::StringSize( + this->offset()); + } + + int cached_size = ::google::protobuf::internal::ToCachedSize(total_size); + SetCachedSize(cached_size); + return total_size; +} + +void CronSchedule::MergeFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_merge_from_start:flyteidl.admin.CronSchedule) + GOOGLE_DCHECK_NE(&from, this); + const CronSchedule* source = + ::google::protobuf::DynamicCastToGenerated( + &from); + if (source == nullptr) { + // @@protoc_insertion_point(generalized_merge_from_cast_fail:flyteidl.admin.CronSchedule) + ::google::protobuf::internal::ReflectionOps::Merge(from, this); + } else { + // @@protoc_insertion_point(generalized_merge_from_cast_success:flyteidl.admin.CronSchedule) + MergeFrom(*source); + } +} + +void CronSchedule::MergeFrom(const CronSchedule& from) { +// @@protoc_insertion_point(class_specific_merge_from_start:flyteidl.admin.CronSchedule) + GOOGLE_DCHECK_NE(&from, this); + _internal_metadata_.MergeFrom(from._internal_metadata_); + ::google::protobuf::uint32 cached_has_bits = 0; + (void) cached_has_bits; + + if (from.schedule().size() > 0) { + + schedule_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.schedule_); + } + if (from.offset().size() > 0) { + + offset_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.offset_); + } +} + +void CronSchedule::CopyFrom(const ::google::protobuf::Message& from) { +// @@protoc_insertion_point(generalized_copy_from_start:flyteidl.admin.CronSchedule) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +void CronSchedule::CopyFrom(const CronSchedule& from) { +// @@protoc_insertion_point(class_specific_copy_from_start:flyteidl.admin.CronSchedule) + if (&from == this) return; + Clear(); + MergeFrom(from); +} + +bool CronSchedule::IsInitialized() const { + return true; +} + +void CronSchedule::Swap(CronSchedule* other) { + if (other == this) return; + InternalSwap(other); +} +void CronSchedule::InternalSwap(CronSchedule* other) { + using std::swap; + _internal_metadata_.Swap(&other->_internal_metadata_); + schedule_.Swap(&other->schedule_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); + offset_.Swap(&other->offset_, &::google::protobuf::internal::GetEmptyStringAlreadyInited(), + GetArenaNoVirtual()); +} + +::google::protobuf::Metadata CronSchedule::GetMetadata() const { + ::google::protobuf::internal::AssignDescriptors(&::assign_descriptors_table_flyteidl_2fadmin_2fschedule_2eproto); + return ::file_level_metadata_flyteidl_2fadmin_2fschedule_2eproto[kIndexInFileMessages]; +} + + // =================================================================== void Schedule::InitAsDefaultInstance() { @@ -466,16 +870,23 @@ void Schedule::InitAsDefaultInstance() { &::google::protobuf::internal::GetEmptyStringAlreadyInited()); ::flyteidl::admin::_Schedule_default_instance_.rate_ = const_cast< ::flyteidl::admin::FixedRate*>( ::flyteidl::admin::FixedRate::internal_default_instance()); + ::flyteidl::admin::_Schedule_default_instance_.cron_schedule_ = const_cast< ::flyteidl::admin::CronSchedule*>( + ::flyteidl::admin::CronSchedule::internal_default_instance()); } class Schedule::HasBitSetters { public: static const ::flyteidl::admin::FixedRate& rate(const Schedule* msg); + static const ::flyteidl::admin::CronSchedule& cron_schedule(const Schedule* msg); }; const ::flyteidl::admin::FixedRate& Schedule::HasBitSetters::rate(const Schedule* msg) { return *msg->ScheduleExpression_.rate_; } +const ::flyteidl::admin::CronSchedule& +Schedule::HasBitSetters::cron_schedule(const Schedule* msg) { + return *msg->ScheduleExpression_.cron_schedule_; +} void Schedule::set_allocated_rate(::flyteidl::admin::FixedRate* rate) { ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); clear_ScheduleExpression(); @@ -490,9 +901,24 @@ void Schedule::set_allocated_rate(::flyteidl::admin::FixedRate* rate) { } // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Schedule.rate) } +void Schedule::set_allocated_cron_schedule(::flyteidl::admin::CronSchedule* cron_schedule) { + ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); + clear_ScheduleExpression(); + if (cron_schedule) { + ::google::protobuf::Arena* submessage_arena = nullptr; + if (message_arena != submessage_arena) { + cron_schedule = ::google::protobuf::internal::GetOwnedMessage( + message_arena, cron_schedule, submessage_arena); + } + set_has_cron_schedule(); + ScheduleExpression_.cron_schedule_ = cron_schedule; + } + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.Schedule.cron_schedule) +} #if !defined(_MSC_VER) || _MSC_VER >= 1900 const int Schedule::kCronExpressionFieldNumber; const int Schedule::kRateFieldNumber; +const int Schedule::kCronScheduleFieldNumber; const int Schedule::kKickoffTimeInputArgFieldNumber; #endif // !defined(_MSC_VER) || _MSC_VER >= 1900 @@ -519,6 +945,10 @@ Schedule::Schedule(const Schedule& from) mutable_rate()->::flyteidl::admin::FixedRate::MergeFrom(from.rate()); break; } + case kCronSchedule: { + mutable_cron_schedule()->::flyteidl::admin::CronSchedule::MergeFrom(from.cron_schedule()); + break; + } case SCHEDULEEXPRESSION_NOT_SET: { break; } @@ -565,6 +995,10 @@ void Schedule::clear_ScheduleExpression() { delete ScheduleExpression_.rate_; break; } + case kCronSchedule: { + delete ScheduleExpression_.cron_schedule_; + break; + } case SCHEDULEEXPRESSION_NOT_SET: { break; } @@ -597,7 +1031,7 @@ const char* Schedule::_InternalParse(const char* begin, const char* end, void* o ptr = ::google::protobuf::io::Parse32(ptr, &tag); GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); switch (tag >> 3) { - // string cron_expression = 1; + // string cron_expression = 1 [deprecated = true]; case 1: { if (static_cast<::google::protobuf::uint8>(tag) != 10) goto handle_unusual; ptr = ::google::protobuf::io::ReadSize(ptr, &size); @@ -642,6 +1076,19 @@ const char* Schedule::_InternalParse(const char* begin, const char* end, void* o ptr += size; break; } + // .flyteidl.admin.CronSchedule cron_schedule = 4; + case 4: { + if (static_cast<::google::protobuf::uint8>(tag) != 34) goto handle_unusual; + ptr = ::google::protobuf::io::ReadSize(ptr, &size); + GOOGLE_PROTOBUF_PARSER_ASSERT(ptr); + parser_till_end = ::flyteidl::admin::CronSchedule::_InternalParse; + object = msg->mutable_cron_schedule(); + if (size > end - ptr) goto len_delim_till_end; + ptr += size; + GOOGLE_PROTOBUF_PARSER_ASSERT(ctx->ParseExactRange( + {parser_till_end, object}, ptr - size, ptr)); + break; + } default: { handle_unusual: if ((tag & 7) == 4 || tag == 0) { @@ -676,7 +1123,7 @@ bool Schedule::MergePartialFromCodedStream( tag = p.first; if (!p.second) goto handle_unusual; switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) { - // string cron_expression = 1; + // string cron_expression = 1 [deprecated = true]; case 1: { if (static_cast< ::google::protobuf::uint8>(tag) == (10 & 0xFF)) { DO_(::google::protobuf::internal::WireFormatLite::ReadString( @@ -717,6 +1164,17 @@ bool Schedule::MergePartialFromCodedStream( break; } + // .flyteidl.admin.CronSchedule cron_schedule = 4; + case 4: { + if (static_cast< ::google::protobuf::uint8>(tag) == (34 & 0xFF)) { + DO_(::google::protobuf::internal::WireFormatLite::ReadMessage( + input, mutable_cron_schedule())); + } else { + goto handle_unusual; + } + break; + } + default: { handle_unusual: if (tag == 0) { @@ -744,7 +1202,7 @@ void Schedule::SerializeWithCachedSizes( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // string cron_expression = 1; + // string cron_expression = 1 [deprecated = true]; if (has_cron_expression()) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->cron_expression().data(), static_cast(this->cron_expression().length()), @@ -770,6 +1228,12 @@ void Schedule::SerializeWithCachedSizes( 3, this->kickoff_time_input_arg(), output); } + // .flyteidl.admin.CronSchedule cron_schedule = 4; + if (has_cron_schedule()) { + ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray( + 4, HasBitSetters::cron_schedule(this), output); + } + if (_internal_metadata_.have_unknown_fields()) { ::google::protobuf::internal::WireFormat::SerializeUnknownFields( _internal_metadata_.unknown_fields(), output); @@ -783,7 +1247,7 @@ ::google::protobuf::uint8* Schedule::InternalSerializeWithCachedSizesToArray( ::google::protobuf::uint32 cached_has_bits = 0; (void) cached_has_bits; - // string cron_expression = 1; + // string cron_expression = 1 [deprecated = true]; if (has_cron_expression()) { ::google::protobuf::internal::WireFormatLite::VerifyUtf8String( this->cron_expression().data(), static_cast(this->cron_expression().length()), @@ -812,6 +1276,13 @@ ::google::protobuf::uint8* Schedule::InternalSerializeWithCachedSizesToArray( 3, this->kickoff_time_input_arg(), target); } + // .flyteidl.admin.CronSchedule cron_schedule = 4; + if (has_cron_schedule()) { + target = ::google::protobuf::internal::WireFormatLite:: + InternalWriteMessageToArray( + 4, HasBitSetters::cron_schedule(this), target); + } + if (_internal_metadata_.have_unknown_fields()) { target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray( _internal_metadata_.unknown_fields(), target); @@ -841,7 +1312,7 @@ size_t Schedule::ByteSizeLong() const { } switch (ScheduleExpression_case()) { - // string cron_expression = 1; + // string cron_expression = 1 [deprecated = true]; case kCronExpression: { total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize( @@ -855,6 +1326,13 @@ size_t Schedule::ByteSizeLong() const { *ScheduleExpression_.rate_); break; } + // .flyteidl.admin.CronSchedule cron_schedule = 4; + case kCronSchedule: { + total_size += 1 + + ::google::protobuf::internal::WireFormatLite::MessageSize( + *ScheduleExpression_.cron_schedule_); + break; + } case SCHEDULEEXPRESSION_NOT_SET: { break; } @@ -899,6 +1377,10 @@ void Schedule::MergeFrom(const Schedule& from) { mutable_rate()->::flyteidl::admin::FixedRate::MergeFrom(from.rate()); break; } + case kCronSchedule: { + mutable_cron_schedule()->::flyteidl::admin::CronSchedule::MergeFrom(from.cron_schedule()); + break; + } case SCHEDULEEXPRESSION_NOT_SET: { break; } @@ -950,6 +1432,9 @@ namespace protobuf { template<> PROTOBUF_NOINLINE ::flyteidl::admin::FixedRate* Arena::CreateMaybeMessage< ::flyteidl::admin::FixedRate >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::admin::FixedRate >(arena); } +template<> PROTOBUF_NOINLINE ::flyteidl::admin::CronSchedule* Arena::CreateMaybeMessage< ::flyteidl::admin::CronSchedule >(Arena* arena) { + return Arena::CreateInternal< ::flyteidl::admin::CronSchedule >(arena); +} template<> PROTOBUF_NOINLINE ::flyteidl::admin::Schedule* Arena::CreateMaybeMessage< ::flyteidl::admin::Schedule >(Arena* arena) { return Arena::CreateInternal< ::flyteidl::admin::Schedule >(arena); } diff --git a/flyteidl/gen/pb-cpp/flyteidl/admin/schedule.pb.h b/flyteidl/gen/pb-cpp/flyteidl/admin/schedule.pb.h index 05ee9b2ca5..818b36870c 100644 --- a/flyteidl/gen/pb-cpp/flyteidl/admin/schedule.pb.h +++ b/flyteidl/gen/pb-cpp/flyteidl/admin/schedule.pb.h @@ -42,7 +42,7 @@ struct TableStruct_flyteidl_2fadmin_2fschedule_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[2] + static const ::google::protobuf::internal::ParseTable schema[3] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; @@ -51,6 +51,9 @@ struct TableStruct_flyteidl_2fadmin_2fschedule_2eproto { void AddDescriptors_flyteidl_2fadmin_2fschedule_2eproto(); namespace flyteidl { namespace admin { +class CronSchedule; +class CronScheduleDefaultTypeInternal; +extern CronScheduleDefaultTypeInternal _CronSchedule_default_instance_; class FixedRate; class FixedRateDefaultTypeInternal; extern FixedRateDefaultTypeInternal _FixedRate_default_instance_; @@ -61,6 +64,7 @@ extern ScheduleDefaultTypeInternal _Schedule_default_instance_; } // namespace flyteidl namespace google { namespace protobuf { +template<> ::flyteidl::admin::CronSchedule* Arena::CreateMaybeMessage<::flyteidl::admin::CronSchedule>(Arena*); template<> ::flyteidl::admin::FixedRate* Arena::CreateMaybeMessage<::flyteidl::admin::FixedRate>(Arena*); template<> ::flyteidl::admin::Schedule* Arena::CreateMaybeMessage<::flyteidl::admin::Schedule>(Arena*); } // namespace protobuf @@ -211,6 +215,141 @@ class FixedRate final : }; // ------------------------------------------------------------------- +class CronSchedule final : + public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.CronSchedule) */ { + public: + CronSchedule(); + virtual ~CronSchedule(); + + CronSchedule(const CronSchedule& from); + + inline CronSchedule& operator=(const CronSchedule& from) { + CopyFrom(from); + return *this; + } + #if LANG_CXX11 + CronSchedule(CronSchedule&& from) noexcept + : CronSchedule() { + *this = ::std::move(from); + } + + inline CronSchedule& operator=(CronSchedule&& 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 CronSchedule& default_instance(); + + static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY + static inline const CronSchedule* internal_default_instance() { + return reinterpret_cast( + &_CronSchedule_default_instance_); + } + static constexpr int kIndexInFileMessages = + 1; + + void Swap(CronSchedule* other); + friend void swap(CronSchedule& a, CronSchedule& b) { + a.Swap(&b); + } + + // implements Message ---------------------------------------------- + + inline CronSchedule* New() const final { + return CreateMaybeMessage(nullptr); + } + + CronSchedule* 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 CronSchedule& from); + void MergeFrom(const CronSchedule& 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(CronSchedule* 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 schedule = 1; + void clear_schedule(); + static const int kScheduleFieldNumber = 1; + const ::std::string& schedule() const; + void set_schedule(const ::std::string& value); + #if LANG_CXX11 + void set_schedule(::std::string&& value); + #endif + void set_schedule(const char* value); + void set_schedule(const char* value, size_t size); + ::std::string* mutable_schedule(); + ::std::string* release_schedule(); + void set_allocated_schedule(::std::string* schedule); + + // string offset = 2; + void clear_offset(); + static const int kOffsetFieldNumber = 2; + const ::std::string& offset() const; + void set_offset(const ::std::string& value); + #if LANG_CXX11 + void set_offset(::std::string&& value); + #endif + void set_offset(const char* value); + void set_offset(const char* value, size_t size); + ::std::string* mutable_offset(); + ::std::string* release_offset(); + void set_allocated_offset(::std::string* offset); + + // @@protoc_insertion_point(class_scope:flyteidl.admin.CronSchedule) + private: + class HasBitSetters; + + ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; + ::google::protobuf::internal::ArenaStringPtr schedule_; + ::google::protobuf::internal::ArenaStringPtr offset_; + mutable ::google::protobuf::internal::CachedSize _cached_size_; + friend struct ::TableStruct_flyteidl_2fadmin_2fschedule_2eproto; +}; +// ------------------------------------------------------------------- + class Schedule final : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:flyteidl.admin.Schedule) */ { public: @@ -246,6 +385,7 @@ class Schedule final : enum ScheduleExpressionCase { kCronExpression = 1, kRate = 2, + kCronSchedule = 4, SCHEDULEEXPRESSION_NOT_SET = 0, }; @@ -255,7 +395,7 @@ class Schedule final : &_Schedule_default_instance_); } static constexpr int kIndexInFileMessages = - 1; + 2; void Swap(Schedule* other); friend void swap(Schedule& a, Schedule& b) { @@ -326,22 +466,22 @@ class Schedule final : ::std::string* release_kickoff_time_input_arg(); void set_allocated_kickoff_time_input_arg(::std::string* kickoff_time_input_arg); - // string cron_expression = 1; + // string cron_expression = 1 [deprecated = true]; private: bool has_cron_expression() const; public: - void clear_cron_expression(); - static const int kCronExpressionFieldNumber = 1; - const ::std::string& cron_expression() const; - void set_cron_expression(const ::std::string& value); + PROTOBUF_DEPRECATED void clear_cron_expression(); + PROTOBUF_DEPRECATED static const int kCronExpressionFieldNumber = 1; + PROTOBUF_DEPRECATED const ::std::string& cron_expression() const; + PROTOBUF_DEPRECATED void set_cron_expression(const ::std::string& value); #if LANG_CXX11 - void set_cron_expression(::std::string&& value); + PROTOBUF_DEPRECATED void set_cron_expression(::std::string&& value); #endif - void set_cron_expression(const char* value); - void set_cron_expression(const char* value, size_t size); - ::std::string* mutable_cron_expression(); - ::std::string* release_cron_expression(); - void set_allocated_cron_expression(::std::string* cron_expression); + PROTOBUF_DEPRECATED void set_cron_expression(const char* value); + PROTOBUF_DEPRECATED void set_cron_expression(const char* value, size_t size); + PROTOBUF_DEPRECATED ::std::string* mutable_cron_expression(); + PROTOBUF_DEPRECATED ::std::string* release_cron_expression(); + PROTOBUF_DEPRECATED void set_allocated_cron_expression(::std::string* cron_expression); // .flyteidl.admin.FixedRate rate = 2; bool has_rate() const; @@ -352,6 +492,15 @@ class Schedule final : ::flyteidl::admin::FixedRate* mutable_rate(); void set_allocated_rate(::flyteidl::admin::FixedRate* rate); + // .flyteidl.admin.CronSchedule cron_schedule = 4; + bool has_cron_schedule() const; + void clear_cron_schedule(); + static const int kCronScheduleFieldNumber = 4; + const ::flyteidl::admin::CronSchedule& cron_schedule() const; + ::flyteidl::admin::CronSchedule* release_cron_schedule(); + ::flyteidl::admin::CronSchedule* mutable_cron_schedule(); + void set_allocated_cron_schedule(::flyteidl::admin::CronSchedule* cron_schedule); + void clear_ScheduleExpression(); ScheduleExpressionCase ScheduleExpression_case() const; // @@protoc_insertion_point(class_scope:flyteidl.admin.Schedule) @@ -359,6 +508,7 @@ class Schedule final : class HasBitSetters; void set_has_cron_expression(); void set_has_rate(); + void set_has_cron_schedule(); inline bool has_ScheduleExpression() const; inline void clear_has_ScheduleExpression(); @@ -369,6 +519,7 @@ class Schedule final : ScheduleExpressionUnion() {} ::google::protobuf::internal::ArenaStringPtr cron_expression_; ::flyteidl::admin::FixedRate* rate_; + ::flyteidl::admin::CronSchedule* cron_schedule_; } ScheduleExpression_; mutable ::google::protobuf::internal::CachedSize _cached_size_; ::google::protobuf::uint32 _oneof_case_[1]; @@ -416,9 +567,119 @@ inline void FixedRate::set_unit(::flyteidl::admin::FixedRateUnit value) { // ------------------------------------------------------------------- +// CronSchedule + +// string schedule = 1; +inline void CronSchedule::clear_schedule() { + schedule_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& CronSchedule::schedule() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.CronSchedule.schedule) + return schedule_.GetNoArena(); +} +inline void CronSchedule::set_schedule(const ::std::string& value) { + + schedule_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.CronSchedule.schedule) +} +#if LANG_CXX11 +inline void CronSchedule::set_schedule(::std::string&& value) { + + schedule_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.CronSchedule.schedule) +} +#endif +inline void CronSchedule::set_schedule(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + schedule_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.CronSchedule.schedule) +} +inline void CronSchedule::set_schedule(const char* value, size_t size) { + + schedule_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.CronSchedule.schedule) +} +inline ::std::string* CronSchedule::mutable_schedule() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.CronSchedule.schedule) + return schedule_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* CronSchedule::release_schedule() { + // @@protoc_insertion_point(field_release:flyteidl.admin.CronSchedule.schedule) + + return schedule_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void CronSchedule::set_allocated_schedule(::std::string* schedule) { + if (schedule != nullptr) { + + } else { + + } + schedule_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), schedule); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CronSchedule.schedule) +} + +// string offset = 2; +inline void CronSchedule::clear_offset() { + offset_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline const ::std::string& CronSchedule::offset() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.CronSchedule.offset) + return offset_.GetNoArena(); +} +inline void CronSchedule::set_offset(const ::std::string& value) { + + offset_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); + // @@protoc_insertion_point(field_set:flyteidl.admin.CronSchedule.offset) +} +#if LANG_CXX11 +inline void CronSchedule::set_offset(::std::string&& value) { + + offset_.SetNoArena( + &::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value)); + // @@protoc_insertion_point(field_set_rvalue:flyteidl.admin.CronSchedule.offset) +} +#endif +inline void CronSchedule::set_offset(const char* value) { + GOOGLE_DCHECK(value != nullptr); + + offset_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value)); + // @@protoc_insertion_point(field_set_char:flyteidl.admin.CronSchedule.offset) +} +inline void CronSchedule::set_offset(const char* value, size_t size) { + + offset_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), + ::std::string(reinterpret_cast(value), size)); + // @@protoc_insertion_point(field_set_pointer:flyteidl.admin.CronSchedule.offset) +} +inline ::std::string* CronSchedule::mutable_offset() { + + // @@protoc_insertion_point(field_mutable:flyteidl.admin.CronSchedule.offset) + return offset_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline ::std::string* CronSchedule::release_offset() { + // @@protoc_insertion_point(field_release:flyteidl.admin.CronSchedule.offset) + + return offset_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); +} +inline void CronSchedule::set_allocated_offset(::std::string* offset) { + if (offset != nullptr) { + + } else { + + } + offset_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), offset); + // @@protoc_insertion_point(field_set_allocated:flyteidl.admin.CronSchedule.offset) +} + +// ------------------------------------------------------------------- + // Schedule -// string cron_expression = 1; +// string cron_expression = 1 [deprecated = true]; inline bool Schedule::has_cron_expression() const { return ScheduleExpression_case() == kCronExpression; } @@ -551,6 +812,47 @@ inline ::flyteidl::admin::FixedRate* Schedule::mutable_rate() { return ScheduleExpression_.rate_; } +// .flyteidl.admin.CronSchedule cron_schedule = 4; +inline bool Schedule::has_cron_schedule() const { + return ScheduleExpression_case() == kCronSchedule; +} +inline void Schedule::set_has_cron_schedule() { + _oneof_case_[0] = kCronSchedule; +} +inline void Schedule::clear_cron_schedule() { + if (has_cron_schedule()) { + delete ScheduleExpression_.cron_schedule_; + clear_has_ScheduleExpression(); + } +} +inline ::flyteidl::admin::CronSchedule* Schedule::release_cron_schedule() { + // @@protoc_insertion_point(field_release:flyteidl.admin.Schedule.cron_schedule) + if (has_cron_schedule()) { + clear_has_ScheduleExpression(); + ::flyteidl::admin::CronSchedule* temp = ScheduleExpression_.cron_schedule_; + ScheduleExpression_.cron_schedule_ = nullptr; + return temp; + } else { + return nullptr; + } +} +inline const ::flyteidl::admin::CronSchedule& Schedule::cron_schedule() const { + // @@protoc_insertion_point(field_get:flyteidl.admin.Schedule.cron_schedule) + return has_cron_schedule() + ? *ScheduleExpression_.cron_schedule_ + : *reinterpret_cast< ::flyteidl::admin::CronSchedule*>(&::flyteidl::admin::_CronSchedule_default_instance_); +} +inline ::flyteidl::admin::CronSchedule* Schedule::mutable_cron_schedule() { + if (!has_cron_schedule()) { + clear_ScheduleExpression(); + set_has_cron_schedule(); + ScheduleExpression_.cron_schedule_ = CreateMaybeMessage< ::flyteidl::admin::CronSchedule >( + GetArenaNoVirtual()); + } + // @@protoc_insertion_point(field_mutable:flyteidl.admin.Schedule.cron_schedule) + return ScheduleExpression_.cron_schedule_; +} + // string kickoff_time_input_arg = 3; inline void Schedule::clear_kickoff_time_input_arg() { kickoff_time_input_arg_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); @@ -618,6 +920,8 @@ inline Schedule::ScheduleExpressionCase Schedule::ScheduleExpression_case() cons #endif // __GNUC__ // ------------------------------------------------------------------- +// ------------------------------------------------------------------- + // @@protoc_insertion_point(namespace_scope) diff --git a/flyteidl/gen/pb-go/flyteidl/admin/schedule.pb.go b/flyteidl/gen/pb-go/flyteidl/admin/schedule.pb.go index df0d10c2e2..b46589996f 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/schedule.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/schedule.pb.go @@ -97,11 +97,64 @@ func (m *FixedRate) GetUnit() FixedRateUnit { return FixedRateUnit_MINUTE } +type CronSchedule struct { + // Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression; + // Also supports nonstandard predefined scheduling definitions + // as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions + // except @reboot + Schedule string `protobuf:"bytes,1,opt,name=schedule,proto3" json:"schedule,omitempty"` + // ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations + Offset string `protobuf:"bytes,2,opt,name=offset,proto3" json:"offset,omitempty"` + XXX_NoUnkeyedLiteral struct{} `json:"-"` + XXX_unrecognized []byte `json:"-"` + XXX_sizecache int32 `json:"-"` +} + +func (m *CronSchedule) Reset() { *m = CronSchedule{} } +func (m *CronSchedule) String() string { return proto.CompactTextString(m) } +func (*CronSchedule) ProtoMessage() {} +func (*CronSchedule) Descriptor() ([]byte, []int) { + return fileDescriptor_a71cf75647fcd25a, []int{1} +} + +func (m *CronSchedule) XXX_Unmarshal(b []byte) error { + return xxx_messageInfo_CronSchedule.Unmarshal(m, b) +} +func (m *CronSchedule) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + return xxx_messageInfo_CronSchedule.Marshal(b, m, deterministic) +} +func (m *CronSchedule) XXX_Merge(src proto.Message) { + xxx_messageInfo_CronSchedule.Merge(m, src) +} +func (m *CronSchedule) XXX_Size() int { + return xxx_messageInfo_CronSchedule.Size(m) +} +func (m *CronSchedule) XXX_DiscardUnknown() { + xxx_messageInfo_CronSchedule.DiscardUnknown(m) +} + +var xxx_messageInfo_CronSchedule proto.InternalMessageInfo + +func (m *CronSchedule) GetSchedule() string { + if m != nil { + return m.Schedule + } + return "" +} + +func (m *CronSchedule) GetOffset() string { + if m != nil { + return m.Offset + } + return "" +} + // Defines complete set of information required to trigger an execution on a schedule. type Schedule struct { // Types that are valid to be assigned to ScheduleExpression: // *Schedule_CronExpression // *Schedule_Rate + // *Schedule_CronSchedule ScheduleExpression isSchedule_ScheduleExpression `protobuf_oneof:"ScheduleExpression"` // Name of the input variable that the kickoff time will be supplied to when the workflow is kicked off. KickoffTimeInputArg string `protobuf:"bytes,3,opt,name=kickoff_time_input_arg,json=kickoffTimeInputArg,proto3" json:"kickoff_time_input_arg,omitempty"` @@ -114,7 +167,7 @@ func (m *Schedule) Reset() { *m = Schedule{} } func (m *Schedule) String() string { return proto.CompactTextString(m) } func (*Schedule) ProtoMessage() {} func (*Schedule) Descriptor() ([]byte, []int) { - return fileDescriptor_a71cf75647fcd25a, []int{1} + return fileDescriptor_a71cf75647fcd25a, []int{2} } func (m *Schedule) XXX_Unmarshal(b []byte) error { @@ -147,10 +200,16 @@ type Schedule_Rate struct { Rate *FixedRate `protobuf:"bytes,2,opt,name=rate,proto3,oneof"` } +type Schedule_CronSchedule struct { + CronSchedule *CronSchedule `protobuf:"bytes,4,opt,name=cron_schedule,json=cronSchedule,proto3,oneof"` +} + func (*Schedule_CronExpression) isSchedule_ScheduleExpression() {} func (*Schedule_Rate) isSchedule_ScheduleExpression() {} +func (*Schedule_CronSchedule) isSchedule_ScheduleExpression() {} + func (m *Schedule) GetScheduleExpression() isSchedule_ScheduleExpression { if m != nil { return m.ScheduleExpression @@ -158,6 +217,7 @@ func (m *Schedule) GetScheduleExpression() isSchedule_ScheduleExpression { return nil } +// Deprecated: Do not use. func (m *Schedule) GetCronExpression() string { if x, ok := m.GetScheduleExpression().(*Schedule_CronExpression); ok { return x.CronExpression @@ -172,6 +232,13 @@ func (m *Schedule) GetRate() *FixedRate { return nil } +func (m *Schedule) GetCronSchedule() *CronSchedule { + if x, ok := m.GetScheduleExpression().(*Schedule_CronSchedule); ok { + return x.CronSchedule + } + return nil +} + func (m *Schedule) GetKickoffTimeInputArg() string { if m != nil { return m.KickoffTimeInputArg @@ -184,36 +251,42 @@ func (*Schedule) XXX_OneofWrappers() []interface{} { return []interface{}{ (*Schedule_CronExpression)(nil), (*Schedule_Rate)(nil), + (*Schedule_CronSchedule)(nil), } } func init() { proto.RegisterEnum("flyteidl.admin.FixedRateUnit", FixedRateUnit_name, FixedRateUnit_value) proto.RegisterType((*FixedRate)(nil), "flyteidl.admin.FixedRate") + proto.RegisterType((*CronSchedule)(nil), "flyteidl.admin.CronSchedule") proto.RegisterType((*Schedule)(nil), "flyteidl.admin.Schedule") } func init() { proto.RegisterFile("flyteidl/admin/schedule.proto", fileDescriptor_a71cf75647fcd25a) } var fileDescriptor_a71cf75647fcd25a = []byte{ - // 301 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x91, 0x41, 0x4f, 0xc2, 0x30, - 0x18, 0x86, 0x19, 0x20, 0xc2, 0x67, 0x40, 0x52, 0x89, 0xc1, 0x03, 0x09, 0xe1, 0x84, 0x26, 0xb6, - 0x01, 0x7e, 0x01, 0x44, 0x0c, 0x1c, 0xd4, 0xa4, 0xc2, 0x41, 0x2f, 0xcb, 0xd8, 0xbe, 0x8d, 0x86, - 0xad, 0x5d, 0x4a, 0x67, 0xe0, 0x67, 0xf9, 0x0f, 0x0d, 0x15, 0x30, 0x3b, 0x78, 0x6c, 0x9f, 0xaf, - 0xef, 0xd3, 0xf6, 0x85, 0x4e, 0x18, 0xef, 0x0d, 0x8a, 0x20, 0x66, 0x5e, 0x90, 0x08, 0xc9, 0xb6, - 0xfe, 0x1a, 0x83, 0x2c, 0x46, 0x9a, 0x6a, 0x65, 0x14, 0x69, 0x9c, 0x30, 0xb5, 0xb8, 0xb7, 0x80, - 0xda, 0xb3, 0xd8, 0x61, 0xc0, 0x3d, 0x83, 0xa4, 0x05, 0x17, 0x5f, 0x5e, 0x9c, 0x61, 0xdb, 0xe9, - 0x3a, 0xfd, 0x3a, 0xff, 0x5d, 0x90, 0x01, 0x94, 0x33, 0x29, 0x4c, 0xbb, 0xd8, 0x75, 0xfa, 0x8d, - 0x61, 0x87, 0xe6, 0x13, 0xe8, 0xf9, 0xf8, 0x52, 0x0a, 0xc3, 0xed, 0x68, 0xef, 0xdb, 0x81, 0xea, - 0xfb, 0x51, 0x4c, 0xee, 0xe1, 0xda, 0xd7, 0x4a, 0xba, 0xb8, 0x4b, 0x35, 0x6e, 0xb7, 0x42, 0x49, - 0x9b, 0x5f, 0x9b, 0x15, 0x78, 0xe3, 0x00, 0xa6, 0xe7, 0x7d, 0xc2, 0xa0, 0xac, 0x3d, 0x83, 0x56, - 0x75, 0x35, 0xbc, 0xfb, 0x57, 0x35, 0x2b, 0x70, 0x3b, 0x48, 0x46, 0x70, 0xbb, 0x11, 0xfe, 0x46, - 0x85, 0xa1, 0x6b, 0x44, 0x82, 0xae, 0x90, 0x69, 0x66, 0x5c, 0x4f, 0x47, 0xed, 0xd2, 0x41, 0xc1, - 0x6f, 0x8e, 0x74, 0x21, 0x12, 0x9c, 0x1f, 0xd8, 0x58, 0x47, 0x93, 0x16, 0x90, 0xd3, 0xe5, 0xfe, - 0xdc, 0x0f, 0x14, 0xea, 0xb9, 0xa7, 0x10, 0x80, 0xca, 0xcb, 0xfc, 0x75, 0xb9, 0x98, 0x36, 0x0b, - 0xa4, 0x0a, 0xe5, 0xd9, 0xdb, 0x92, 0x37, 0x1d, 0x72, 0x09, 0xa5, 0xa7, 0xf1, 0x47, 0xb3, 0x38, - 0x19, 0x7d, 0x0e, 0x22, 0x61, 0xd6, 0xd9, 0x8a, 0xfa, 0x2a, 0x61, 0xf1, 0x3e, 0x34, 0xec, 0xfc, - 0xf5, 0x11, 0x4a, 0x96, 0xae, 0x1e, 0x23, 0xc5, 0xf2, 0x6d, 0xac, 0x2a, 0xb6, 0x85, 0xd1, 0x4f, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x8f, 0x31, 0x4f, 0x38, 0xa6, 0x01, 0x00, 0x00, + // 355 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x74, 0x92, 0x41, 0x6b, 0xe2, 0x40, + 0x14, 0xc7, 0x13, 0xcd, 0xba, 0xfa, 0x56, 0x5d, 0x99, 0x15, 0xc9, 0x96, 0x0a, 0xe2, 0x49, 0x0a, + 0x26, 0xa8, 0x9f, 0xc0, 0x58, 0x4b, 0x3c, 0xb4, 0x85, 0xa9, 0x1e, 0xda, 0x4b, 0x88, 0xc9, 0x24, + 0x0e, 0x26, 0x33, 0x21, 0x99, 0x14, 0xfd, 0xea, 0x3d, 0x15, 0x47, 0x4d, 0xb5, 0xd0, 0xe3, 0xe3, + 0x37, 0xef, 0xf7, 0xde, 0x7f, 0x78, 0xd0, 0x0d, 0xa2, 0xbd, 0x20, 0xd4, 0x8f, 0x4c, 0xd7, 0x8f, + 0x29, 0x33, 0x33, 0x6f, 0x43, 0xfc, 0x3c, 0x22, 0x46, 0x92, 0x72, 0xc1, 0x51, 0xf3, 0x8c, 0x0d, + 0x89, 0xfb, 0x4b, 0xa8, 0x3d, 0xd0, 0x1d, 0xf1, 0xb1, 0x2b, 0x08, 0x6a, 0xc3, 0xaf, 0x77, 0x37, + 0xca, 0x89, 0xae, 0xf6, 0xd4, 0x41, 0x03, 0x1f, 0x0b, 0x34, 0x02, 0x2d, 0x67, 0x54, 0xe8, 0xa5, + 0x9e, 0x3a, 0x68, 0x8e, 0xbb, 0xc6, 0xb5, 0xc1, 0x28, 0xda, 0x57, 0x8c, 0x0a, 0x2c, 0x9f, 0xf6, + 0x2d, 0xa8, 0xcf, 0x52, 0xce, 0x5e, 0x4e, 0xb3, 0xd1, 0x0d, 0x54, 0xcf, 0x7b, 0x48, 0x77, 0x0d, + 0x17, 0x35, 0xea, 0x40, 0x85, 0x07, 0x41, 0x46, 0x8e, 0x03, 0x6a, 0xf8, 0x54, 0xf5, 0x3f, 0x54, + 0xa8, 0x16, 0x82, 0x21, 0xfc, 0xf5, 0x52, 0xce, 0x1c, 0xb2, 0x4b, 0x52, 0x92, 0x65, 0x94, 0xb3, + 0xa3, 0xc7, 0x2a, 0xe9, 0xaa, 0xad, 0xe0, 0xe6, 0x01, 0xce, 0x0b, 0x86, 0x4c, 0xd0, 0x52, 0x57, + 0x10, 0x69, 0xfc, 0x33, 0xfe, 0xff, 0xe3, 0xca, 0xb6, 0x82, 0xe5, 0x43, 0x34, 0x83, 0x86, 0xf4, + 0x17, 0x5b, 0x6a, 0xb2, 0xf3, 0xf6, 0x7b, 0xe7, 0x65, 0x2a, 0x5b, 0xc1, 0x75, 0xef, 0x32, 0xe5, + 0x04, 0x3a, 0x5b, 0xea, 0x6d, 0x79, 0x10, 0x38, 0x82, 0xc6, 0xc4, 0xa1, 0x2c, 0xc9, 0x85, 0xe3, + 0xa6, 0xa1, 0x5e, 0x96, 0xc9, 0xfe, 0x9d, 0xe8, 0x92, 0xc6, 0x64, 0x71, 0x60, 0xd3, 0x34, 0xb4, + 0xda, 0x80, 0xce, 0x82, 0xaf, 0x00, 0x77, 0x06, 0x34, 0xae, 0xfe, 0x15, 0x01, 0x54, 0x1e, 0x17, + 0x4f, 0xab, 0xe5, 0xbc, 0xa5, 0xa0, 0x2a, 0x68, 0xf6, 0xf3, 0x0a, 0xb7, 0x54, 0xf4, 0x1b, 0xca, + 0xf7, 0xd3, 0xd7, 0x56, 0xc9, 0x9a, 0xbc, 0x8d, 0x42, 0x2a, 0x36, 0xf9, 0xda, 0xf0, 0x78, 0x6c, + 0x46, 0xfb, 0x40, 0x98, 0xc5, 0x1d, 0x84, 0x84, 0x99, 0xc9, 0x7a, 0x18, 0x72, 0xf3, 0xfa, 0x34, + 0xd6, 0x15, 0x79, 0x12, 0x93, 0xcf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xfb, 0x90, 0xa1, 0x91, 0x33, + 0x02, 0x00, 0x00, } diff --git a/flyteidl/gen/pb-go/flyteidl/admin/schedule.pb.validate.go b/flyteidl/gen/pb-go/flyteidl/admin/schedule.pb.validate.go index 1a8231cb19..8c27386f19 100644 --- a/flyteidl/gen/pb-go/flyteidl/admin/schedule.pb.validate.go +++ b/flyteidl/gen/pb-go/flyteidl/admin/schedule.pb.validate.go @@ -104,6 +104,75 @@ var _ interface { ErrorName() string } = FixedRateValidationError{} +// Validate checks the field values on CronSchedule with the rules defined in +// the proto definition for this message. If any rules are violated, an error +// is returned. +func (m *CronSchedule) Validate() error { + if m == nil { + return nil + } + + // no validation rules for Schedule + + // no validation rules for Offset + + return nil +} + +// CronScheduleValidationError is the validation error returned by +// CronSchedule.Validate if the designated constraints aren't met. +type CronScheduleValidationError struct { + field string + reason string + cause error + key bool +} + +// Field function returns field value. +func (e CronScheduleValidationError) Field() string { return e.field } + +// Reason function returns reason value. +func (e CronScheduleValidationError) Reason() string { return e.reason } + +// Cause function returns cause value. +func (e CronScheduleValidationError) Cause() error { return e.cause } + +// Key function returns key value. +func (e CronScheduleValidationError) Key() bool { return e.key } + +// ErrorName returns error name. +func (e CronScheduleValidationError) ErrorName() string { return "CronScheduleValidationError" } + +// Error satisfies the builtin error interface +func (e CronScheduleValidationError) 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 %sCronSchedule.%s: %s%s", + key, + e.field, + e.reason, + cause) +} + +var _ error = CronScheduleValidationError{} + +var _ interface { + Field() string + Reason() string + Key() bool + Cause() error + ErrorName() string +} = CronScheduleValidationError{} + // Validate checks the field values on Schedule with the rules defined in the // proto definition for this message. If any rules are violated, an error is returned. func (m *Schedule) Validate() error { @@ -130,6 +199,18 @@ func (m *Schedule) Validate() error { } } + case *Schedule_CronSchedule: + + if v, ok := interface{}(m.GetCronSchedule()).(interface{ Validate() error }); ok { + if err := v.Validate(); err != nil { + return ScheduleValidationError{ + field: "CronSchedule", + reason: "embedded message failed validation", + cause: err, + } + } + } + } return nil diff --git a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json index bdbcde009f..9581cbddfb 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/flyteidl/service/admin.swagger.json @@ -2979,6 +2979,19 @@ } } }, + "adminCronSchedule": { + "type": "object", + "properties": { + "schedule": { + "type": "string", + "title": "Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;\nAlso supports nonstandard predefined scheduling definitions\nas described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions\nexcept @reboot" + }, + "offset": { + "type": "string", + "title": "ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations" + } + } + }, "adminDomain": { "type": "object", "properties": { @@ -3985,6 +3998,9 @@ "rate": { "$ref": "#/definitions/adminFixedRate" }, + "cron_schedule": { + "$ref": "#/definitions/adminCronSchedule" + }, "kickoff_time_input_arg": { "type": "string", "description": "Name of the input variable that the kickoff time will be supplied to when the workflow is kicked off." diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md index c8eb2f7d2c..bfac303851 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/README.md @@ -77,6 +77,7 @@ Class | Method | HTTP request | Description - [AdminAuth](docs/AdminAuth.md) - [AdminAuthRole](docs/AdminAuthRole.md) - [AdminClusterResourceAttributes](docs/AdminClusterResourceAttributes.md) + - [AdminCronSchedule](docs/AdminCronSchedule.md) - [AdminDomain](docs/AdminDomain.md) - [AdminEmailNotification](docs/AdminEmailNotification.md) - [AdminExecution](docs/AdminExecution.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 70bbbeab47..8d9fe734e7 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/api/swagger.yaml @@ -2645,6 +2645,21 @@ definitions: example: attributes: key: "attributes" + adminCronSchedule: + type: "object" + properties: + schedule: + type: "string" + title: "Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;\n\ + Also supports nonstandard predefined scheduling definitions\nas described\ + \ by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions\n\ + except @reboot" + offset: + type: "string" + title: "ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations" + example: + schedule: "schedule" + offset: "offset" adminDomain: type: "object" properties: @@ -3646,6 +3661,9 @@ definitions: entity_metadata: schedule: kickoff_time_input_arg: "kickoff_time_input_arg" + cron_schedule: + schedule: "schedule" + offset: "offset" cron_expression: "cron_expression" rate: unit: {} @@ -4059,6 +4077,9 @@ definitions: entity_metadata: schedule: kickoff_time_input_arg: "kickoff_time_input_arg" + cron_schedule: + schedule: "schedule" + offset: "offset" cron_expression: "cron_expression" rate: unit: {} @@ -4311,6 +4332,9 @@ definitions: entity_metadata: schedule: kickoff_time_input_arg: "kickoff_time_input_arg" + cron_schedule: + schedule: "schedule" + offset: "offset" cron_expression: "cron_expression" rate: unit: {} @@ -4447,6 +4471,9 @@ definitions: example: schedule: kickoff_time_input_arg: "kickoff_time_input_arg" + cron_schedule: + schedule: "schedule" + offset: "offset" cron_expression: "cron_expression" rate: unit: {} @@ -4540,6 +4567,9 @@ definitions: entity_metadata: schedule: kickoff_time_input_arg: "kickoff_time_input_arg" + cron_schedule: + schedule: "schedule" + offset: "offset" cron_expression: "cron_expression" rate: unit: {} @@ -5667,6 +5697,8 @@ definitions: \ne.g. for a schedule that runs every 15 minutes: \"0/15 * * * ? *\"" rate: $ref: "#/definitions/adminFixedRate" + cron_schedule: + $ref: "#/definitions/adminCronSchedule" kickoff_time_input_arg: type: "string" description: "Name of the input variable that the kickoff time will be supplied\ @@ -5675,6 +5707,9 @@ definitions: \ on a schedule." example: kickoff_time_input_arg: "kickoff_time_input_arg" + cron_schedule: + schedule: "schedule" + offset: "offset" cron_expression: "cron_expression" rate: unit: {} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_cron_schedule.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_cron_schedule.go new file mode 100644 index 0000000000..b8261086d0 --- /dev/null +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_cron_schedule.go @@ -0,0 +1,15 @@ +/* + * 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 + +type AdminCronSchedule struct { + Schedule string `json:"schedule,omitempty"` + Offset string `json:"offset,omitempty"` +} diff --git a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_schedule.go b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_schedule.go index 6b372ce957..b6c0a02014 100644 --- a/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_schedule.go +++ b/flyteidl/gen/pb-go/flyteidl/service/flyteadmin/model_admin_schedule.go @@ -13,6 +13,7 @@ package flyteadmin type AdminSchedule struct { CronExpression string `json:"cron_expression,omitempty"` Rate *AdminFixedRate `json:"rate,omitempty"` + CronSchedule *AdminCronSchedule `json:"cron_schedule,omitempty"` // Name of the input variable that the kickoff time will be supplied to when the workflow is kicked off. KickoffTimeInputArg string `json:"kickoff_time_input_arg,omitempty"` } diff --git a/flyteidl/gen/pb-go/flyteidl/service/openapi.go b/flyteidl/gen/pb-go/flyteidl/service/openapi.go index 89df00f26d..6b6168f6af 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\xbd\xfb\x73\x23\xb9\x91\x27\xfe\xbb\xff\x0a\x9c\xee\x22\xa6\xdb\xa6\xa8\xb1\xbd\xbb\xb1\xa7\x8d\x8d\x6f\xb0\x25\x76\x0f\x77\xd4\x92\xac\xc7\xcc\xce\x2d\x1d\x34\x58\x05\x92\xb0\x8a\x00\x0d\xa0\xa4\xa6\x1d\xfe\xdf\xbf\x81\x4c\x00\x85\x2a\x56\xf1\x2d\xb5\xd4\xc3\xbd\x38\x4f\x8b\x55\x85\x67\x22\x91\xcf\x4f\xfe\xe3\x37\x84\x1c\xe9\x27\x3a\x1e\x33\x75\x74\x4a\x8e\xfe\xd0\xfe\xfe\xa8\x65\x7f\xe3\x62\x24\x8f\x4e\x89\x7d\x4e\xc8\x91\xe1\x26\x63\xf6\xf9\x28\x9b\x1b\xc6\xd3\xec\x44\x33\xf5\xc8\x13\x76\x42\xd3\x29\x17\xed\x99\x92\x46\xc2\x87\x84\x1c\x3d\x32\xa5\xb9\x14\xf6\x75\xf7\x4f\x22\xa4\x21\x9a\x99\xa3\xdf\x10\xf2\x4f\x68\x5e\x27\x13\x36\x65\xfa\xe8\x94\xfc\x0f\x7e\x34\x31\x66\xe6\x1b\xb0\xff\xd6\xf6\xdd\x3f\xc3\xbb\x89\x14\x3a\x2f\xbd\x4c\x67\xb3\x8c\x27\xd4\x70\x29\x4e\xfe\xaa\xa5\x28\xde\x9d\x29\x99\xe6\xc9\x9a\xef\x52\x33\xd1\xc5\x1c\x4f\xe8\x8c\x9f\x3c\xfe\xfe\x84\x26\x86\x3f\xb2\x41\x46\x73\x91\x4c\x06\xb3\x8c\x0a\x7d\xf2\x0f\x9e\xda\x39\xfe\x95\x25\xe6\x9f\xf0\x47\x2a\xa7\x94\x0b\xfc\xb7\xa0\x53\xf6\xcf\xd0\x0e\x21\x47\x63\x66\xa2\x3f\x09\x39\x4a\x99\x4e\x14\x9f\x19\xb7\x2a\x37\xcc\x28\xce\x1e\x19\x31\x13\x46\xb0\x3b\x82\xdd\x11\xdb\x1d\xf1\xab\xa6\x67\x2c\xe1\x23\xce\x52\x32\x9c\x13\x2e\x66\xb9\x21\x8a\xfd\x2d\x67\xda\x90\x11\xcf\x0c\x53\xba\xed\x96\x0c\x7a\x91\x33\xa6\x60\x9e\xbd\xd4\xf6\xf2\x89\x99\x0e\xb4\x7d\x01\x4d\x5f\x67\x54\xc4\x6f\x2b\xa6\x67\x52\x68\xa6\x4b\x43\x25\xe4\xe8\x0f\xdf\x7f\x5f\xf9\x69\x71\x06\x1d\xa2\xf3\x24\x61\x5a\x8f\xf2\x8c\xf8\x96\xe2\xc1\xc0\x47\xb0\xc9\x74\xa1\x31\x42\x8e\xfe\x8f\x62\x23\xdb\xce\xff\x3e\x49\xd9\x88\x0b\x6e\xdb\xd5\x48\x4b\xd1\x68\x4b\x5f\xfd\xf3\x37\x75\xff\xfe\x67\x34\xa3\x19\x55\x74\xca\xec\xb2\x84\xdd\xc7\xff\xab\xcc\xc5\xee\x97\xed\xbc\xd8\xd3\xea\xc0\x2b\xb3\xbd\xa4\x53\x46\xe4\x08\xb6\xcb\x7d\x01\xff\x56\x4c\xcb\x5c\x25\x8c\x0c\x59\x26\xc5\x58\x13\x23\x17\xd6\x80\x43\x0b\x96\xd4\xaa\x4f\xec\x56\x72\xc5\xec\x5e\x19\x95\xb3\xca\x53\x33\x9f\xc1\x20\xb5\x51\x5c\x8c\xe3\xa5\xf8\x67\x6b\xad\xa9\x21\x85\x6e\x30\x33\xfc\xa0\x71\x62\x7d\xd1\xf1\xaf\x24\x54\x90\x21\x23\xf6\x5c\xf2\x94\x29\x96\x12\xaa\x09\x25\x3a\x1f\x6a\x66\xc8\x13\x37\x13\x2e\xec\xdf\x48\xbe\x89\x5f\xb3\xd7\xb3\x36\xf0\xcf\xe5\x2b\x73\xaf\x99\xb2\x03\x7f\xe4\x29\x4b\xc9\x23\xcd\x72\x46\x46\x52\x95\x96\xa7\xdd\x17\x77\x13\xbb\x0e\xd3\x21\x17\x70\xf2\xec\x5a\x7a\x0a\xf9\x9d\x5f\xae\xdf\x11\xdb\x1f\xc9\x05\xff\x5b\xce\xb2\x39\xe1\x29\x13\xc6\x9e\x6b\x5d\x6d\xed\x77\x12\xfa\xa7\x19\x39\x26\x76\x9d\x99\x32\xb0\xde\x52\x18\xf6\xc5\x68\x72\x4c\x32\xfe\xc0\xc8\x77\x17\x5c\x1b\xd2\xb9\xee\x7d\xd7\x22\xdf\x5d\x14\x8c\x43\x7f\xf7\x02\x2b\x1c\xfe\xfd\xe7\xe8\xe8\x19\x3a\xae\x1e\xba\xa3\x8e\x3d\xcd\xb7\x78\x4d\x14\x2d\xfc\xf9\x37\x71\x3b\x6e\xbf\x96\xf3\xde\x82\xf1\x3a\xae\xbb\x09\xaf\xfd\xc8\x4c\x32\x59\xc1\x68\xf5\x8e\x9c\xd6\x6e\x47\x95\xd5\xea\xb7\xc5\x6b\xed\x14\x9e\x9b\xdf\xee\xc2\x6c\xa9\x81\x53\x40\xb9\xc0\x43\x13\xce\x50\x79\x67\xc8\xd7\x63\x2b\xbb\xf0\xdb\x68\x36\x11\xcb\xf5\x9c\x34\x5a\x89\x57\x32\xd7\x8c\x4f\xf9\xaa\x7d\xec\x89\xd4\x8a\x5d\x8e\xc9\x89\x7c\x3a\x64\xca\x4e\xdd\xb3\x3b\x98\xe1\xd0\xb2\x3f\x93\x2b\xc1\xd2\x86\xa9\xfd\x2d\x67\x6a\xbe\x64\x6e\x23\x9a\xe9\xa6\xc9\x71\x61\x98\x95\x6b\x2b\x8f\x47\x52\x4d\xa9\x71\x2f\xfc\xdb\xbf\x6c\x3a\x79\x23\x1f\xd8\xaa\x7d\xee\xe1\xae\x25\x54\xc3\x76\x4f\xf3\xcc\xf0\x59\xc6\xc8\x8c\x8e\x99\x76\xab\x90\x67\x46\xb7\xe0\x35\x2b\x4b\x33\x75\x1c\x6e\x1b\xe8\xc1\xdf\xb2\xb9\x86\x5f\xc8\x28\x30\x32\xc1\xbe\x18\x68\xa9\x2f\xe0\x9e\x85\x25\x8a\x6f\x8f\x67\x58\xca\xed\xe8\x44\x4b\x65\x06\xc3\x79\xfb\x81\x2d\xf4\xdb\x48\x2d\x54\x10\x6a\x8c\xe2\xc3\xdc\x30\x3b\x6f\xdb\x86\xbf\x27\x81\xf5\xe1\x65\xac\xed\xe5\x7b\x75\x7e\xf5\xee\x81\x1a\x25\xc7\x54\xbc\x3f\x25\x9d\x34\x25\x38\x50\xfb\x0e\x4f\xf1\x4a\x9e\x30\xc5\xda\xe4\x6e\xc2\x35\xd1\x13\x99\x67\x29\x11\xec\x91\x29\xbb\xb6\x6c\x3a\x33\xf3\x57\xb7\x5a\x29\x57\x2c\x81\x85\xd9\xe4\x84\x85\xaf\xec\xa2\x59\xa5\x67\x8e\x4b\xf7\xc0\xe6\x20\xb8\x2c\x2e\xdf\x0b\xd0\x4b\xe5\x29\x13\xf9\xb4\x72\x57\xc0\xef\xe7\xdd\xdb\xb3\xee\xe5\x79\xef\xf2\x53\xe5\x0b\x2b\x46\x84\x47\xa5\x27\x7f\x5e\x58\x9b\x11\xcd\x33\x38\xd5\x51\x6b\x2f\x26\xb8\x24\x13\x9e\xa5\x8a\x89\x13\x43\xf5\xc3\x80\x7d\x61\x49\x8e\xf7\xec\x3f\xca\x3f\x0c\xac\xf4\x29\x53\x56\xfe\xa5\xf4\x47\x21\xee\x6c\xfc\x69\xd0\x4a\x37\xfe\x12\x74\xd8\xf5\xbe\x83\x5f\x78\x5a\xfb\x36\xfc\xb2\x62\x0e\xfe\x9d\x25\x83\xf5\xaf\x34\x8e\xca\xbf\xe0\x04\xb8\xda\x77\x14\x33\x6a\x3e\xa0\xc6\xd8\x53\xbe\x85\xcc\x08\x5b\x4a\xec\x6c\x49\xb1\x9f\x4e\x7c\x44\x41\x11\x78\x77\x90\x1c\xed\x08\x8a\x37\x57\xc9\x8b\x97\x32\x65\xdd\xd0\xec\x47\xa9\xee\xa8\x7e\x78\x0b\x32\x63\x69\xe0\x2f\x21\x36\x6e\x7b\x80\xbe\x39\xa5\x7e\x4b\x76\x70\x30\x01\xec\xbe\x92\xeb\x1a\x0c\xa4\x22\x7a\xae\x0d\x9b\xae\x34\x1d\xbc\x9d\x85\x70\xfc\xfe\xb5\x0e\xb8\x72\xe5\xfc\x0a\x4e\x7d\xf9\x02\x3d\x1c\xef\x0d\x96\x6c\x5f\x86\xbf\xd7\x3e\x4f\xef\x82\x59\x3e\xd5\x5b\xbf\x7d\xde\xe1\xe0\xe8\xe4\xd5\x4f\xb3\x24\xda\xed\x7b\x90\xcf\x64\x35\x68\xdc\x2b\xbf\xda\x03\x18\xc0\x0a\x95\xaf\x6c\x3a\x0e\xe7\xcf\x7e\x1a\x1b\x57\xd0\x62\x66\xac\xce\xeb\x6c\x4b\x4c\x91\x44\x2a\x14\x05\x53\x77\xdc\xfb\x82\x1c\x93\xf3\xce\x5d\xe7\xb6\x7b\x77\x4a\x3a\x24\xa5\x86\xda\xf3\xad\xd8\x4c\x31\xcd\x84\x01\x6d\xdc\x7e\x6e\xe6\x64\x2a\x53\x96\xb1\x94\x70\x41\x3e\x66\x73\xc3\xc8\x39\x35\xf4\x8c\x1a\x9a\xc9\x71\x9b\x74\xe0\x4f\xfb\x31\xd7\x84\x66\x5a\x12\xea\xa9\x8a\xa5\xbe\x09\x2a\x52\xcf\x59\x28\x49\xe4\x74\xc6\xb3\x60\x35\x0f\x26\x12\x2e\x52\xfe\xc8\xd3\x9c\x66\x44\x0e\x2d\x53\xb1\xaa\x6a\xf7\x91\x09\x93\xd3\x2c\x9b\x13\x9a\x65\xc4\x75\xeb\x5f\xf0\x7a\xfd\x90\x85\x51\x6a\x3e\xe5\x19\x55\x56\x17\xc6\xd1\x5e\xb9\xb6\xc8\xdd\x84\x85\xb1\xc2\xb8\xec\x62\x4e\xe9\x03\xd3\x84\x1b\x32\x93\x5a\xf3\x61\x56\x1c\xf9\xfb\x1e\x81\x71\x9f\x5d\xf4\x40\xb1\x4e\x0c\x91\xc8\x42\x7d\xe7\xce\x0a\xe3\x7b\x9c\x52\x21\x18\x74\x2c\xcd\x84\x29\xd7\xbd\x7b\xf9\x6b\x2b\xda\xf7\x97\xb7\xd7\xdd\xb3\xde\xc7\x5e\xf7\x7c\x51\xd3\xbe\xeb\xdc\xfe\xb8\xf8\xeb\xcf\x57\x37\x3f\x7e\xbc\xb8\xfa\x79\xf1\xc9\x45\xe7\xfe\xf2\xec\x87\xc1\xf5\x45\xe7\x72\xf1\xa1\x23\xab\xb5\x95\xf6\x78\x64\x1b\x1e\xad\x83\x35\x72\x9f\xd6\xc8\xd6\xb7\x6b\x8e\x74\xae\x9c\xf5\x4d\x91\x24\xe3\xda\xd8\x05\x72\x5f\x92\x19\xd5\x1a\x85\x21\x1c\x41\xbb\x2f\x3e\x4b\x65\x99\xd6\x48\x5a\xbe\x60\x05\x26\xa3\xf2\xc4\x70\x31\x0e\x1f\x9d\x92\x7e\xfe\xfd\xf7\x7f\x4c\x2e\xb8\x78\x80\x7f\xb1\xd7\xb8\x38\x07\x5b\xed\x36\xab\x75\xb0\xd5\xc6\xcf\xde\x86\xad\xd6\x8a\x39\x27\xb1\x89\xf6\x79\x82\x7b\xd0\x8d\x6c\x65\x07\x99\x1b\xfb\x4f\xdb\x2f\x19\x29\x39\x05\xa9\xea\x0b\xd7\xc0\x25\x9e\xa4\x7a\x18\x65\xf2\x69\x3d\xd3\xe1\x27\x66\x82\xf1\xcd\x4a\x31\x6f\xc1\x62\xf8\xb3\x9b\x61\x18\xf8\x27\x66\xec\xd8\x6f\x5c\x2f\x87\x38\x9f\x43\x9c\xcf\xd7\x8d\xf3\x79\x55\x66\xbb\xe7\xe7\x7d\x65\x1b\x1f\x32\xc0\x06\x17\x54\xa3\x87\xa9\xc1\x81\x14\xf9\x87\x9e\x93\x69\x96\xbd\x32\x2b\x18\x66\xc9\x63\xf1\x56\x98\x66\x69\xd0\x2f\xcf\x30\x7f\x15\x0e\x95\x83\xbf\x64\xcb\x85\x7a\x93\x7c\x75\xcd\x2b\xe3\xc5\xbc\x1d\xcf\xcf\xe7\x17\x62\x11\x36\x09\x3e\xd8\x20\xda\x60\xed\xf0\x82\x15\xf1\x04\xb5\x01\x04\x75\x11\x03\x8b\x21\x02\xb5\x31\x01\x3b\x05\x01\x6c\x7a\x25\xad\xef\xfe\xff\xc4\xcc\x1d\xd5\x0f\x6f\xee\x4a\x2a\x0d\xfa\xe5\xaf\xa4\x5f\xa9\xd7\xff\xe0\xe6\x7f\xc6\xa5\xfb\xd6\x2f\xb2\xd7\xeb\xc8\xff\x15\x78\xee\x0f\xae\xfa\x8d\xd6\xe8\xdb\xf2\xcd\x7f\xab\xce\xf8\xb7\xe9\x7d\x3f\xb8\xdb\x0f\xee\xf6\x83\xbb\x7d\x0d\x77\xfb\xb3\x2a\xa5\xcc\x92\x95\x06\xf3\x63\xac\xdb\x1c\xcd\xa4\x5e\xae\x8b\x9d\x29\x46\x8d\xa5\xe2\xb2\xdd\x8f\x40\x83\x44\xb1\x44\xaa\xd4\xea\x60\x94\xcc\x26\x54\x33\x62\x14\x15\x9a\xaf\xd2\xc3\xb0\x55\x30\xb4\xd9\x76\xde\x82\x0a\x56\xb2\x0a\xc2\xa8\x5f\x4a\x01\x1b\xca\x74\xe1\xcc\xe0\x71\xaa\x7b\xb2\x9c\xd7\xef\x6d\xea\x90\xa1\xb9\xce\xcc\x9f\x91\x9a\xed\xbd\xb2\x25\x35\x97\x4d\x06\x7b\xa1\x66\xd0\xd1\xdf\x0a\x35\x97\x0c\x0a\xbf\x2e\x6a\xae\x9b\xfa\x6b\xa0\x66\xef\x8d\xde\x92\xa2\x17\x9d\xd9\x7b\xa1\xea\xe0\x41\x7e\x2b\x94\xbd\xe0\xf2\xfe\x75\x51\x77\xd3\xf4\xbf\x2e\x85\x07\x43\xf8\xbe\x68\x7b\x35\xe1\x86\x05\x78\x0b\x44\x1b\x06\x8b\x63\xff\xd5\x50\xeb\xc2\xbc\x5f\x09\x99\x9e\x28\x86\xd9\x86\x1b\xd1\xeb\x8d\xfb\x68\x63\x8a\xf5\x1f\x1e\x68\xf6\x2d\xd1\xac\xdf\xb5\xd7\x43\xb5\x4d\xe1\x74\x9b\x67\xe0\x2e\x89\x91\xd3\x64\x4a\x4d\x32\xb1\x0f\xd1\x3f\xb7\x26\x4c\x4b\x91\x72\xfb\xa6\xa8\xfb\x25\xf2\x6c\xbf\x6d\x4b\xfc\xc1\x02\xff\x2b\x84\xc3\x7a\x35\xe1\xe2\x87\x14\x95\x3d\xa6\xa8\x70\x7d\x48\x51\x39\xa4\xa8\xac\xbb\x40\x87\x14\x95\x43\x8a\x4a\xf4\xec\x6d\xa4\xa8\x3c\x7f\x76\xca\x7e\x52\x50\xde\x94\x10\x7d\x10\xa0\x0f\x02\xf4\x21\xcf\x24\x4c\x6d\x5f\x0c\xcc\x7f\x7d\x94\xb2\x8c\x19\xb6\x94\xfd\xdc\x31\x35\xb5\xba\x41\x09\xfa\xba\xc6\x69\x50\xa0\x6a\x05\x0a\x02\xf3\xc6\x32\xbe\x14\xda\x7e\x9b\xdc\x29\x0c\xff\x90\x16\x77\x60\x57\x07\x76\xb5\xcd\xd4\x5e\x8f\x55\x36\x3a\xcc\x5f\xd5\x2c\x1b\x01\x69\x0f\x78\xba\x1f\x2c\xed\x20\x36\xc6\x48\xda\xc5\x52\x94\xc0\x8c\xb7\x33\xd2\x16\xb0\xd4\xbd\xf4\x4d\xd8\x69\x2d\x1f\x49\xbb\x10\x75\x17\x42\x06\xd5\x01\x52\xfb\x00\xa9\xbd\xfe\x5c\x0f\x16\xc2\x3d\x5a\x08\x0f\x90\xda\x07\x1b\xd8\xc1\x06\xf6\xfc\x36\xb0\xaf\x65\xd0\x7e\xe1\x63\xf9\x52\x22\xda\x76\x81\x49\x22\x25\x8a\x8d\xb9\x36\x4c\xd9\xd5\xab\x15\xca\x56\x47\x2a\xbd\xd5\x22\x51\x6b\xc7\x7d\xc4\xdd\x1e\xfd\xcb\x1a\xc3\xbf\x71\xb7\x28\x1c\xf5\x21\x4d\x43\x45\x18\x10\x9d\xa6\x74\x4e\x26\xf4\x91\x91\x11\xe5\x19\x2a\x46\x8e\x3b\x2e\x99\xe1\xb2\x01\xfd\xdf\xcd\x06\x44\xcb\xc3\x51\x6c\xc4\x14\x13\x09\x72\x7b\x14\x7e\x12\x9a\xf9\x54\x10\x78\x67\x62\xd5\xd4\x4c\x31\x9a\xce\xc9\x90\x31\x11\xc8\xa6\x46\x52\x68\x18\xf3\x5e\x84\xd6\xaf\xae\xa6\x2d\x52\xcf\x6b\x51\xd2\x9e\x25\x7a\xa6\x9e\x25\xec\xae\x9c\xe9\x3f\xbc\x2d\x56\x71\x08\xa2\x39\x18\xd5\xbe\xbe\x51\xed\x10\x44\x73\x50\x91\x5f\x81\x8a\x7c\x08\xa2\x39\x04\xd1\x1c\x0c\x08\x6b\xaf\xd6\xc1\x80\x10\x3f\x7b\x1b\x41\x34\xcf\x58\xc1\xf9\xa5\x24\xec\x83\x80\xed\xdf\x3b\x08\xd8\x07\x01\xfb\x1b\x15\xb0\x5f\xc7\x0a\x1f\xa4\xeb\x83\x74\x7d\x90\xae\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\xee\xab\x7d\x4a\xd7\xf0\x2f\x0f\xcd\xba\x73\xc4\xfa\xe6\x5e\xae\x4f\xcc\xbc\x55\x17\xd7\x41\xa4\x3e\x88\xd4\xaf\x5b\xa4\x7e\x35\x13\xfa\xf6\xa0\x16\x0f\x60\x85\x07\xb0\xc2\x03\x58\xe1\xf3\x82\x15\xfa\xaf\x8f\x66\xf9\x72\x59\xe4\x7e\x96\xfa\xdc\x15\x6d\xa8\xc9\x41\xed\x5b\x43\x2e\x21\x1d\x43\xa6\xd2\x2a\x41\x82\x95\xde\xf1\x0c\x08\x23\x3a\xc6\xfc\x91\x09\xe2\x63\xb4\x5b\xee\x9a\x69\x81\x25\xe2\x9f\xe1\x74\x60\xd2\x0c\x35\x84\x12\xc3\xa7\xac\x4d\x7a\x23\x3c\xcd\x89\x25\x7f\xcd\x8c\xae\x84\x01\x21\x69\xc2\x47\x22\x2d\xc6\xea\xfb\xe6\x45\x54\x08\xbe\xd6\xf2\xcc\x30\xcf\x0c\xb2\x46\xdf\xf8\x13\xcf\x32\x3b\x06\xc7\x41\xe0\x24\x4c\x99\xca\xfc\x97\xa5\x6e\xfd\xcb\x53\x9a\xda\x93\x1b\x0d\xa1\xc8\xee\x89\xdf\x87\x3b\x97\xeb\x10\xd7\x52\xfa\x1e\xbf\x6e\x13\xa7\x84\x23\xa8\xd8\x5a\xc3\x98\xd0\xd4\x9e\xc0\x64\xc2\xd2\x3c\x63\x84\x6a\x2d\x13\x4e\x8d\xe5\x56\x78\x47\x13\x6e\xbc\xca\xee\x5f\xf2\x5d\xa7\x5c\xd3\x61\xc6\x52\xb7\xc6\xac\x08\xb3\x59\x3a\x72\xae\xc9\x90\xd9\x25\xb6\x7c\xa4\xbc\xfa\x13\x94\x10\x6a\x46\x13\x0d\x85\x2d\x8e\x84\x09\x1c\xc8\x12\x09\x17\x89\xf3\xad\x0a\xb9\x38\xfa\x43\xee\xd3\x41\xe4\x3d\x88\xbc\x1b\x4d\xe8\x9b\x12\x79\x5f\x51\x68\xa0\x67\x48\x5f\x35\x34\x10\x1c\x88\x96\xf3\x0f\x82\x85\x50\x6f\x67\x3c\x09\x46\xd8\xcf\xbe\xc9\x4e\x68\xf1\x4c\x8a\x11\x1f\xe7\xca\x09\xdc\x4e\x1a\x5e\xe1\xa5\xac\x69\xe7\x4d\xdc\x38\xf5\x43\x7f\xa9\x8b\x67\x13\x85\x8e\x1c\x13\x2b\x76\x0f\x6e\xba\xb7\x57\xf7\x37\x67\xdd\x53\xd2\x99\xcd\x32\x8e\x5e\x96\x24\xd7\x46\x4e\xf9\xdf\xed\x34\x10\x48\x38\x70\x6e\x27\x86\x68\x10\x38\xc0\xad\x63\xd5\x24\x72\x4c\xce\x2e\xee\x6f\xef\xba\x37\x0d\x0d\x3a\x22\x80\x5a\x46\x6c\x3a\xcb\x40\x2a\x79\xc8\x87\x4c\x09\x66\x98\x26\x49\x96\x43\x8c\x79\x70\xf6\x60\xa3\xdd\xff\xee\x9e\xdd\xdf\xf5\xae\x2e\x07\x7f\xba\xef\xde\x77\x4f\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xdf\x72\x96\x83\x10\xc4\xc7\x62\xca\x84\xa9\xb6\xe8\x07\x7c\xd1\xf9\xd0\xbd\x28\xb7\x3c\x61\xe4\xc7\x7f\x2f\x06\x95\xd1\x21\xcb\x9c\xf7\x09\x9c\x2b\x96\x61\x17\x1d\x39\xb7\x54\x8e\x6a\xed\x9f\xee\x3b\x17\xbd\xbb\x5f\x06\x57\x1f\x07\xb7\xdd\x9b\x9f\x7a\x67\xdd\x81\x53\x30\xce\x3a\xb6\xdf\x52\x4f\x4e\x0f\x21\x7f\xcb\x69\x66\x15\x55\x39\x02\xd7\x0e\x4f\x18\x79\x9a\x30\x41\x72\x01\x34\x86\xda\x2f\xe8\x02\x71\x12\x3b\xce\xe8\xfa\xe2\xfe\x53\xef\x72\x70\xf5\x53\xf7\xe6\xa6\x77\xde\x3d\x25\xb7\x2c\x03\xfd\xd0\x2f\x3a\xec\xe2\x2c\xcb\xc7\x5c\x10\x3e\x9d\x65\xcc\xae\x06\x1e\xc7\x21\x9b\xd0\x47\x2e\x55\x49\x47\x80\x75\xb4\x24\xf4\xd5\x0d\xd9\x25\x0a\x5d\x54\xf5\xaa\x24\xb7\xf8\x46\x85\x7e\x96\xbd\x50\x22\x87\xc5\x17\x57\x6d\xeb\xe2\x17\x95\x7d\x59\x5b\x21\x2d\x4f\xfa\xc5\x6e\x03\xcb\x44\xd2\x81\x37\x4c\x9c\xfc\xa3\xc4\x4c\xfe\xf9\x6c\x48\x31\x24\x4a\x6f\x75\xb7\xc3\xaa\x8a\x9b\xc5\x07\x6f\xe1\x4e\x88\x87\xfb\x35\xf9\xff\x9e\x64\xae\x37\x62\xef\xd9\x5c\xd4\x3d\xa8\x6c\x07\x95\xad\x7e\x65\x0e\x81\x3f\x0d\x2b\xbc\xaf\xfb\x68\x1b\x13\xe9\x88\xb3\x2c\xd5\x0b\x36\xae\xd2\x7d\xb2\xd2\x9e\xf5\x76\xaf\x92\x97\xb5\x68\x6d\xa2\x58\xdc\x04\x4f\x90\x73\x0d\xd9\xdd\x9a\x32\x43\xa1\xb2\xa9\x91\x24\x87\xa1\x1f\xae\x27\xf7\x7f\x87\xeb\xe9\x70\x3d\x1d\xae\xa7\x5f\xab\x49\xb0\x86\xa5\x7f\x55\x9b\xe0\x2a\x2d\x70\x27\x88\xa7\x1a\x83\xe1\xa2\xf6\xa7\x89\x9e\x50\x85\xc5\x7c\x12\x39\x9d\x4a\x11\x05\x17\xcc\x67\xac\x45\x82\x0b\x13\x8c\x3f\x30\x8c\x55\xf6\xc4\xa2\x1b\xfe\x36\x2c\x89\xd1\xba\xbc\x44\xe2\xc3\x41\x73\xf4\xff\xb7\xe9\xd5\x7c\x00\xc9\x3a\x80\x64\x1d\x72\x14\x0e\x20\x59\xcb\xa9\xe5\x10\x85\x7f\x88\xc2\x8f\x9f\x1d\x40\xb2\x5e\x11\x48\x96\x90\x29\x1b\x54\x40\xf1\xc3\x9f\x83\xaa\xdf\xa3\xf4\x24\x76\x82\x94\x1e\x14\x69\x09\xd0\x3a\x4f\x77\x4f\x4b\x28\x97\x27\x5e\xe5\x24\x89\x0b\xda\xbe\x72\x81\x77\x94\xcd\x0d\xe3\x69\xb6\x58\x89\xf7\x05\x22\xb5\xea\x36\xfa\x5b\x34\xb2\xd4\x90\xed\xc1\xe2\xb2\x72\xa1\xbe\x55\x30\xeb\x82\x2f\xbd\x21\x37\xc1\x7a\xcc\xdb\x03\xfe\x0f\x1a\x58\x78\xfd\xf3\xc0\xc8\xeb\x1f\xef\x8a\xe1\x50\xe6\xdd\xdb\x62\x37\x94\x78\xe3\xdb\x30\x63\xc4\x23\x7e\x09\x43\xc6\xd2\xdd\xff\xe6\xf8\xfa\x32\x5a\x3e\x70\xf7\x35\x97\xeb\x5b\xe5\xf1\x07\x7b\xc6\x3e\xed\x19\xad\x6f\xd7\xa0\x71\xc0\x5c\x58\xb2\x38\x07\x6b\xcf\x36\xab\x75\xb0\xf6\xc4\xcf\x5e\xd2\xda\x83\xbe\xdb\xc1\x8c\x2a\x26\x4c\x8d\x7c\x5f\xbd\xd9\xe0\xf5\xc8\x56\x1f\x04\x20\x68\x00\x05\x57\x27\x1b\x84\x5b\xf3\xdb\x32\xff\x38\x19\x65\x80\x22\x4e\x94\x0b\x71\xf2\x8f\xe2\xdf\x91\x02\x11\xfd\x58\xe3\x03\xdd\x20\x84\xc9\x47\xd9\xb3\xb4\x10\xbb\x8a\xc6\x6b\x42\x9b\xdc\x18\x8e\xbd\x30\x56\x78\xf3\x57\x46\x3a\x5d\xe3\xa7\xe7\xf0\xe5\xdb\x4a\xaa\x68\x18\xfa\xcb\x46\x40\x2d\x52\xc2\x7a\x07\xcb\xeb\x11\x1c\x93\x06\x9e\x26\x1c\xc4\x03\x80\x70\x82\x2b\x34\xda\x70\x9f\x8e\x49\x21\x6f\xa2\x49\xd6\x7a\x69\x31\x72\x81\xdc\xd7\x9b\xb8\xa3\xd1\xb7\x3b\xef\xaf\x1e\x1a\xb2\x82\xee\xbf\x6a\x98\xc8\x12\x9e\xb9\x9f\x08\x91\x97\xe3\x8f\x9f\x98\xf9\xf6\x98\xe3\x27\x66\x5e\x8a\x33\x6e\xcb\x0e\x97\xb2\x84\xa2\xe2\xc4\x2b\xe1\x06\xdb\xb1\xbe\xb7\x35\xc7\x43\xfa\xe0\x21\x7d\xf0\x90\x3e\x18\xbf\x71\x48\x1f\xdc\xb5\x26\xf3\x39\xbc\xf2\x82\xd7\x39\x76\xf8\xed\xdd\xe8\x38\xaf\xc3\xa5\x7e\xb8\xd4\x37\x9b\xe3\x6b\x55\x63\x3c\x3d\xbf\x06\x35\x66\x23\xd4\x0b\xf4\xec\x16\xd5\xcd\x3c\xf9\xaf\xf4\xde\x5e\xfb\xce\xde\x0e\x13\xd2\x9b\xf2\x99\x9d\x92\xff\x56\xd5\x24\xbc\x29\x0a\x11\xd6\xf8\x15\xab\x4b\xee\xdf\xbe\x5e\x60\x65\xaf\x7d\xd5\xfd\xc8\x5f\x8a\xd9\xbf\x16\x16\x51\xcc\xfb\x55\x30\x85\x93\x7f\x54\xa2\xf6\x16\x4c\xbb\x3a\x9f\x4e\xa9\x9a\x83\x0f\xcd\xc5\xb0\xb5\x61\x42\x6d\x37\xa3\x08\x1f\xd2\xb9\xc8\x86\xb9\x89\x5c\xee\xda\x12\xf2\x8c\x29\x33\x8f\xde\x04\x8f\xce\x7f\xf4\x05\x2f\x50\xea\xf8\x58\x48\x85\x52\xbc\xfd\x78\x42\x45\x9a\xd9\x73\xa0\x43\x3b\x09\x15\x42\x1a\xd0\x30\xc0\x3e\x94\x92\x47\x4e\xf1\x92\xea\x5c\xf7\x4a\xe7\xa4\xde\x20\xbd\xd6\x99\x2a\xd9\x92\xdf\xd0\x89\x7a\x69\xfc\xb7\xc3\xd5\x1f\xaf\xfe\xd7\x3a\xc8\x56\x11\xad\xc6\xf5\x96\xc3\xc5\x06\x4b\x23\x7d\x57\xbc\x5b\x02\x40\x59\xfe\x6a\x25\x1a\xb8\xfc\xcc\xc5\x07\xc3\x63\x18\x72\x75\x1c\xfe\xc7\xb8\x43\xff\x5b\xd1\xb2\xff\xc5\xc3\xa0\xc3\x8f\x8a\x19\x35\x1f\x50\x63\x2c\x53\xd9\x3d\x04\xb9\x6c\x22\x59\x11\x82\x7c\x47\xf5\xc3\x9b\x0c\x41\x2e\x0f\xfc\xd9\x99\xc5\x9a\x34\xf9\xcd\x05\xaf\xad\x7b\xc2\x0e\x81\x6c\x5b\x2c\xdd\xb7\x1a\xd4\xb6\x8c\x85\xbe\x9a\x11\x56\xb8\xf8\xb7\x78\x72\xcb\x77\xd2\xe1\x88\x2e\x5b\xa3\x6f\x0e\x15\xb6\x22\x6a\xac\x98\xdb\x1b\x41\x87\xad\x4a\x4b\xfb\x1e\xd5\xf3\xc4\xb9\x46\xbb\x71\x28\xe7\x70\x28\xe7\x70\x28\xe7\xf0\xdc\xe5\x1c\xd6\xd3\x34\xd7\x56\x33\xd7\xd5\x31\xd7\x53\x30\x9b\xb5\xcb\x1d\x72\x97\xca\x4a\xdf\xb6\xb9\x4b\x25\xa5\xea\x4d\xd8\xc0\x4b\x23\x7e\x89\xdc\xa5\x5f\xa9\x1e\x78\x50\x02\x9f\x65\xdd\xbe\x55\x0d\xf0\x95\xab\x7f\x87\xac\xab\x7d\x66\x5d\x1d\x92\xae\x0e\x49\x57\xeb\x2e\xd0\x21\xe9\xea\x90\x74\x15\x3d\x7b\x1b\x85\x6e\x9d\xf2\xbe\x6b\xdc\x7c\x9d\xc8\x5e\x08\xb4\x25\x28\xb6\xed\xc5\xf7\x5e\xfa\x26\xe4\xf6\x08\x3a\x31\x98\x39\xd4\x4b\xc8\xef\x07\x28\xc0\x03\x14\xe0\x41\x88\xfb\x35\x09\x71\x07\x39\x65\x9b\xd5\x3a\xc8\x29\xf1\xb3\x03\x14\xe0\x2b\xca\x05\xb7\x82\x53\x29\x1a\x78\x65\x50\xea\x99\x62\x10\x3e\x27\xd2\x10\x13\x4c\x68\x55\x00\x5b\x26\x5d\x61\x03\x56\xbe\x7a\x0b\xc2\x95\x1d\x27\x8e\x78\x8d\x68\xba\xb8\xc3\xa3\x7f\x59\x63\xe0\x37\xee\xae\x84\x03\x3d\xa4\x69\x28\x7a\x0b\x02\xd2\x94\xce\xc9\x84\x3e\x32\x32\xa2\x3c\x43\x33\x95\xe3\x81\x4b\xe6\xb6\x6c\x40\xff\x77\xb3\x01\xd1\xf2\x70\x8a\x50\x7f\xcb\xd3\x51\xc4\x49\x68\xe6\x9d\x54\xf0\x0e\x54\xe4\x75\xf5\x8f\x87\x8c\x89\x28\x6e\x7c\xdd\x31\xef\x45\x34\xfd\xea\xa1\x80\x31\xdd\x7c\xd5\xe8\x5e\x38\xe1\x8d\xd5\xcc\xf6\xa7\x73\xed\xa2\x68\xe9\x3f\xbc\x15\x56\xf0\x12\x6a\xd5\x37\xec\xfa\x38\xb8\x37\x7e\x9d\xc5\x4f\x5e\x8d\x48\x7e\x50\x74\xf7\xa8\xe8\x42\x42\xe0\x37\xaa\xe9\x1e\xdc\x15\x4b\x16\xe7\x60\x06\xd8\x66\xb5\x0e\x66\x80\xf8\xd9\xdb\x71\x57\x34\x4b\xcf\xdb\xd5\x02\x7e\x46\x39\xfa\x20\x46\x1f\xc4\xe8\x83\x18\xfd\xcd\x8a\xd1\xaf\x63\x85\x0f\x32\xf4\x41\x86\x3e\xc8\xd0\x07\x19\xfa\x20\x43\x1f\x64\x68\xf7\xd5\x5e\x64\x68\xf8\x97\xcf\xe6\xde\x4f\xea\xf6\x7a\x1e\x29\x97\xbb\xfd\x56\x84\xe7\x83\xe0\x7c\x10\x9c\x5f\xb7\xe0\xfc\x6a\x26\xf4\xed\x25\x6c\x1e\x52\x1e\x0f\x29\x8f\x87\x94\xc7\xaf\x90\xf2\x18\x6a\x29\x6d\x51\x2f\xa1\xf4\x9b\x6f\xe8\xa5\xab\x28\xb4\xfc\x35\x65\x49\xd4\x0f\x62\xa3\x9a\x0a\x3f\xbb\x8f\xde\x16\xbe\xe8\xe2\xa8\x0f\x95\x14\x48\xb4\x6b\x87\x4a\x0a\xcf\x38\x6f\x7f\xce\x56\xcc\xdc\xd3\x28\x9a\x12\xdf\xe8\xb4\xbf\x7a\xcc\x55\xf3\x49\xff\xaa\x11\x58\xb5\x37\xc7\x42\xf6\x4b\x51\x89\xf3\xe5\x0b\x48\xec\x72\x35\x7c\x62\xe6\x5b\xb9\x17\x0e\x45\x24\x0e\x78\xd3\x5b\xd7\xd8\xdc\x88\xc3\xbf\xad\x29\x1e\xea\x64\x1c\xea\x64\x1c\xea\x64\xc4\x6f\x1c\xea\x64\xbc\x82\x3a\x19\xbb\x48\x2d\xd8\xfd\xb7\x22\xb8\x1c\x6a\x65\x1c\x64\x97\x83\xec\x52\x3b\xc5\x57\xa8\x94\xbe\x8a\x4a\x20\x41\x29\xdd\x17\x16\x43\xec\x7b\x0d\xcc\x78\xaf\x90\x0c\x7e\x25\x0f\xb0\x0c\xee\xff\x0e\xb0\x0c\xeb\x4c\xee\x00\xcb\x70\x88\xb4\x3b\xc0\x32\x1c\x62\xc9\x0e\xb1\x64\x07\x58\x86\xb7\x02\xcb\xe0\x05\xa8\x7d\x40\x33\xd4\x08\x63\xab\xe1\x19\x7e\x5e\xd4\x0c\x5e\xad\xa0\xe5\xc7\x7a\x80\x69\x38\xc0\x34\xec\x4a\x3b\xaf\x42\x27\x7b\x16\xb8\x86\x1a\x36\xb0\xab\x22\xf6\x36\x60\x1b\xfc\x68\x0f\x39\x67\x87\xd0\xd9\xd7\x1f\x3a\xfb\xea\x72\xce\x5e\x8d\xd8\x7e\x50\x86\xf7\xa8\x0c\x1f\xd2\xce\x0e\x69\x67\x07\x53\xc1\xda\xab\x75\x30\x15\xc4\xcf\xde\x46\xda\xd9\x6a\x69\x7a\x2f\xf0\x0d\xcf\x21\x57\x1f\xc4\x6a\x7c\xef\x20\x56\x1f\xc4\xea\x6f\x54\xac\x7e\x1d\x2b\x7c\x90\xa9\x0f\x32\xf5\x41\xa6\x3e\xc8\xd4\x07\x99\xfa\x20\x53\xbb\xaf\xf6\x26\x53\xef\x17\xce\x61\x43\x2f\x56\x94\x95\xf2\x96\x84\xe9\x83\x20\x7d\x10\xa4\x5f\xb7\x20\xfd\x6a\x26\x74\x80\x76\x38\x40\x3b\x1c\xa0\x1d\x0e\xd0\x0e\xdb\x48\x35\xbf\x71\xa7\xf2\x28\xba\x88\xc3\x8d\x7d\xf4\x21\x93\xc3\xbb\xf9\x8c\xd9\xff\x9e\xf3\x29\x13\x1a\xc4\x47\x6e\xe6\xb1\x14\xd3\xb0\xf2\x8b\x6b\x7e\x74\xdb\xbb\xfc\x74\x11\xe7\x08\x1d\x7d\xbe\xbf\xb8\xeb\x5d\x77\x6e\xc2\xba\x84\x59\xc5\x6b\xe1\xbe\x2b\x09\x62\x67\x72\x3a\xa3\x8a\x6b\x29\xba\x5f\xec\xe9\xb4\x43\xbb\x02\xd1\x47\xaa\xed\x46\xd7\xfd\x53\x3c\xb2\xcb\xf2\x9f\x9f\xee\xca\x7f\x95\x66\x71\x71\x57\xfe\xab\xbb\x74\x36\x51\xc3\x55\x76\x76\x4c\x3e\xdd\x9d\x92\x4f\x10\x82\xa1\xc8\xdd\x84\x22\x4b\xba\xb8\x3b\x25\x17\x4c\x6b\xf8\xa5\xf8\xd8\x70\x93\xc1\xdc\x3e\x70\x41\xd5\x9c\xf8\xe9\x63\xf6\x1c\x05\xdb\xac\x5f\x9a\xea\xe2\x89\xbf\xe6\x02\xb4\x87\x62\xf5\x2e\xe4\x98\x27\x34\xdb\x6d\x11\x3b\x97\xf1\x41\x3a\xba\xba\x59\xba\x14\xf1\xdb\x8b\x6b\xd1\xb9\x3c\x87\x5c\x3e\x3f\xd4\x9a\x99\x5f\x32\x6d\x58\x6a\xa5\x91\x14\x89\x17\xf8\xd9\x3c\x92\x52\xfe\x2a\x21\xbb\x2f\xd7\x56\x76\xee\x5c\x9e\x93\x13\x72\x75\xd3\x17\x57\x2a\x45\xe3\x0d\xb3\xd7\x3b\x72\x5d\xae\x89\x90\x86\xf0\xe9\x4c\x2a\x43\x85\xb1\x92\x0d\x30\x36\xb7\x22\x9a\x50\xc5\xc8\x99\x9c\x4e\x73\x43\x0d\x7f\x64\x0b\x8b\x2a\x50\x23\xbb\x65\xa6\x97\x82\x39\xb8\x66\x0d\x91\xf3\x15\x73\x99\x29\xdb\xbe\xe5\xba\x65\x5d\x80\xa7\x0b\xb2\xb9\x6f\x82\x2a\x45\xcb\xfc\xf1\x88\x1b\x36\xad\xbe\xbf\x66\xd8\xde\x3f\x6b\x15\x1d\x7b\x25\x5c\x48\x9a\x72\x31\xc6\x74\xca\x0b\x6e\x98\xa2\xd9\x67\x3a\xfb\xe8\xad\x4d\x5b\xd0\xc7\x7f\xdd\x96\x32\xf9\x8e\x7e\xe9\x7c\x8e\x73\x01\x8f\xae\x6f\xae\xee\xae\x96\xd2\x4c\xa9\x85\x45\xa2\xb1\x8f\x4f\xe1\x7f\xc9\x09\xb1\xad\x87\x9b\x6b\xca\x0c\xb5\x37\x3a\x79\x87\x89\x3b\x21\xbc\x9f\x8b\x0c\x68\x64\xa6\xf8\x94\xdb\x7d\x75\x2a\xf3\x7b\xbc\x1c\xc3\xed\x1f\xa8\x04\x3f\xc0\x24\x3c\x10\x3b\x0c\x15\x29\x55\x29\xf9\xab\x76\x89\xa3\x56\x08\xc1\xd7\xa9\xf6\x3f\xb0\x94\x1c\x93\x89\x31\x33\x7d\x7a\x72\xf2\xf4\xf4\xd4\xb6\x6f\xb7\xa5\x1a\x9f\xd8\x7f\x1c\x33\xd1\x9e\x98\x69\x86\x19\xa7\x76\x15\x4e\xc9\xb5\x92\x46\x82\x00\x41\x34\x53\x9c\x66\x90\x1a\x38\xc4\xd3\x2e\x47\xe4\x2f\x89\x54\xac\x5d\x6c\xcc\x5f\x48\x94\xcc\x3a\xb2\xf7\x2c\x4f\xb3\x13\xfb\x52\xcd\xd1\xa9\xee\x27\x49\x59\xc2\x53\x27\x48\x31\x91\xc8\x14\xec\x4f\xf8\x8c\x8b\x90\xed\xc4\x9c\x2b\x27\x2c\x67\x24\x6c\xd0\x94\x11\xfa\x48\x79\x86\x79\xcd\x12\x4d\x86\xb8\xce\x4c\xe9\x36\xe9\x8b\x1e\x8a\x9d\xb9\x15\xb1\x21\xf8\x0e\x14\x49\xff\xee\xcc\xce\x38\x91\x19\x19\xe6\x23\x2b\xa2\x45\xd7\x52\xcb\x8a\x23\x5c\x13\xc5\x12\x39\x9d\x32\x81\x56\x45\xdb\x10\x7c\x09\x4b\xe6\x86\xdb\xee\x0b\x20\x00\x2b\xa7\x00\x09\xa4\x12\x4e\xb6\x60\x56\x5d\x11\x73\xec\x66\x98\x8f\x4a\xae\x2a\x23\x89\x62\x34\x25\xdc\xf4\x45\x27\xb3\x8a\xed\x54\x1a\x16\x47\x11\x82\x5d\xbb\xb4\xe2\xc0\x11\x14\x9b\x65\x34\xf1\x59\x99\x99\x4c\x68\x46\x46\x3c\x63\xae\xb8\x7a\xd4\xc0\x3b\xd0\xb5\xec\xa2\x71\x4d\x52\xf9\x24\x32\x49\xdd\x3c\xaa\x9f\xbd\x2f\x33\x97\xae\xcf\x4b\xee\x2a\x25\x15\xfc\xcf\x8f\x5c\xa4\xdb\x1d\xc2\xfb\xcb\x1f\x2f\xaf\x7e\x2e\x9d\xc3\xfb\xdb\xee\x4d\xfc\xf7\xed\x2f\xb7\x77\xdd\xcf\x4b\x0f\x62\xb5\x95\x82\xb4\x60\x78\x20\x83\x9f\x92\x5b\x5c\x04\xa9\x88\xd5\xaa\x1a\x26\xf5\xd9\xd1\x52\xf1\x83\x4c\xd9\x76\x73\xfb\xdc\xb9\xbc\xef\x94\x58\xca\xed\xd9\x0f\xdd\xf3\xfb\x8b\x92\x84\xe7\xe7\x17\xfd\x72\xd3\x45\xf9\x2d\xfe\xed\xec\x87\xde\xc5\xf9\x20\x48\x7c\xcb\x56\xa3\xd2\x6f\x95\x31\xdd\x21\x03\x9a\xc8\x94\x0c\xe7\x71\xe6\x60\x91\x70\xfe\x44\x35\xc9\xc0\x33\xc2\x52\xaf\x8c\x60\xab\xa7\xc0\x87\x7c\x2a\x7b\xf1\x85\x15\xee\x5b\xee\x1d\x48\x3c\x47\x3d\x88\x9a\x72\x26\x7b\xdc\xb0\xed\x9d\x8a\x48\xa9\xc0\x14\xf7\xb0\x46\x56\xed\xd1\xf6\xc5\xdc\x1e\x60\xc5\xc7\x63\xd0\xf1\x2b\x43\xc5\xd6\xdc\xa7\xb0\x92\xf0\x1d\x6e\xf5\x4c\x49\x38\xd2\xb6\x5b\x67\x1c\x0a\x1a\x04\x7e\x08\x20\x05\xe5\x16\x15\x05\xe5\xa0\x66\x68\x7e\x5f\x4e\xd1\xa4\xdb\x30\x2d\x38\x7a\x45\x88\x2f\xb0\x28\x8d\xa6\x89\x99\x62\x8f\x5c\xe6\xd1\xa7\x0e\x4f\xa1\xb4\xb9\xb5\xcd\x17\x0b\x00\xcb\x86\x0a\x4c\xd1\x4c\x99\x9a\x7b\x57\xb7\x46\x51\xc3\xc6\xf3\x73\x77\xb2\xb7\xa7\xe2\xf3\xab\x9f\x2f\x2f\xae\x3a\xe7\x83\x6e\xe7\x53\xf9\x60\x86\x27\xb7\x77\x37\xdd\xce\xe7\xf2\xa3\xc1\xe5\xd5\xdd\xc0\xbf\xb1\x94\x5c\x1b\x3a\x58\xbc\x4f\xcb\x2f\x9e\x12\xcb\x19\x81\x83\x79\xe8\xa5\x88\x8d\x0d\xd9\x48\x2a\x64\xc7\x53\xef\x04\x04\xce\x4f\xc2\xca\xb2\x14\x95\xec\xf2\x2c\x4e\x41\x03\xad\x6b\x12\x8d\x4b\x46\x31\x3a\x05\x76\x4e\x05\xe9\x8a\xf4\xf8\x6a\x74\x7c\x8b\x3f\x4e\xa9\x7a\x60\x2a\x7c\xfa\xa4\xb8\x31\x0c\x6c\xe2\xdc\x99\xcb\x41\x43\x86\x21\xdb\xfb\x06\x82\xbc\x8b\x0e\xda\xe4\xc6\xb2\x67\xfb\x7e\xb8\x7b\x2c\xa1\xa6\xcc\x50\x9e\x69\x37\xd8\xd2\xba\x9e\x92\x0b\xaa\xc6\x85\xbe\xfb\x4e\x8e\x46\xd8\xd8\x7b\x1c\x86\xbd\x6a\x4a\xb3\xa8\x61\x91\x96\x34\xfc\xf5\x05\xfd\xb9\x97\x83\x94\xb6\x48\x55\xf7\xb3\xdd\x68\xea\xfe\x1a\x56\xfc\xea\x72\xd0\xfd\xef\x5e\x49\x63\x71\x4f\x6a\x68\x0d\x26\x8e\x8f\x97\xdf\x05\xf5\x6d\x2f\x92\x53\xf9\xc5\x1a\x72\xca\x67\x7e\xe7\x47\x56\x07\xaa\xa1\x25\xf6\x85\x1b\xdc\x98\x78\xdc\x15\x12\x2a\x9a\x01\x33\x06\x9d\xcd\x18\xb5\x02\xc8\xe2\x6e\x97\xc5\xb5\x86\xbd\xc7\x9e\xe2\x3e\xdc\x26\xfb\x7e\x5a\x44\x8a\x6c\x1e\xdf\xf5\x15\x8a\x5c\x83\x06\xb0\xad\x05\x0a\xb8\x06\x60\x91\xab\x47\xa6\x14\x4f\xd9\x67\xae\xad\x2a\x83\x3f\x7e\x70\xe8\x22\xdb\x11\xc4\xc7\x4e\xef\xa2\x22\x03\x0c\xce\xbb\x1f\x3b\xf7\x17\xcb\xd5\xf1\xd2\x77\x35\xb0\x37\x51\x3b\xa7\xf6\xd6\x77\xb6\x39\xb8\x1d\x8e\x3d\x66\x0a\x4b\xc3\x85\x56\x86\x4c\xa9\x70\xd5\x3f\x21\x70\xcb\xd5\xc8\x99\x32\xee\x38\xdb\x72\xba\xf7\x97\xe7\xdd\x8f\xbd\xcb\xb2\x1c\xf0\x43\xef\x53\xe9\xc6\xff\xdc\x3d\xef\xdd\x97\xb8\xea\xaa\x8b\x7f\xb1\xd9\xba\x25\xf1\x2f\x9d\x92\x73\xfc\xf4\x94\x08\x59\x87\x4a\x13\x94\x85\xca\x3a\xdc\xf8\x20\x03\xff\x8f\xae\x30\xaa\xd6\x0e\xb3\xae\x82\xe9\x4c\xae\x25\x0d\xb3\xde\x33\xb3\xd0\xf7\x65\xd5\x86\xbe\xe8\xb9\x72\x76\x57\xdb\x49\xbb\xd0\x3b\x63\x97\x0d\x28\x59\x4d\x2a\x6e\x8d\x19\xaf\x38\x38\x3f\x81\x45\x7e\x9a\x6b\x83\xa6\x53\x70\xfe\x92\x87\x7f\xd7\x76\x41\xc1\xb4\xda\x26\xb7\x8c\xf5\x85\xd7\xb6\xc6\xdc\x4c\xf2\x61\x3b\x91\xd3\x93\x02\x12\xe9\x84\xce\xf8\x94\x5a\x69\x84\xa9\xf9\xc9\x30\x93\xc3\x93\x29\xd5\x86\xa9\x93\xd9\xc3\x18\xfc\x7c\xde\x7a\x7c\x12\x9a\x1d\xcb\xff\x7d\xf1\xc7\xef\x8f\x2f\xfe\xfd\xfb\xa3\x45\xfd\xb9\x69\xff\xbb\x22\xa1\x33\x9d\x67\x2e\x1e\x40\xc5\x6b\x03\x97\x1a\xac\xc4\xaa\xfd\xbe\x2c\x6f\xd7\x6e\xe2\xfe\xd9\xf5\x7d\xc9\x9e\x55\xfe\xf3\x73\xf7\xf3\xd5\xcd\x2f\x25\x71\xf9\xee\xea\xa6\xf3\x69\xb9\x5d\x6b\x41\x1f\xa8\x2c\xc3\x8f\x42\x3e\x89\xf2\xec\x75\x75\xd2\xb9\x30\x7c\xca\xbc\x3a\xe0\xfe\xbc\xc3\x99\x6e\x31\xf3\xab\xbb\x1f\xca\x37\xda\xc7\x8b\x5f\xee\xba\x83\xdb\xf3\x1f\x97\xce\x04\x3f\x2b\x8d\xec\x16\x9c\x99\x67\x32\xcb\xa7\x22\xfe\xf7\xf6\x63\xeb\x5d\xde\x75\x3f\x55\x47\x77\xd5\xb9\x2b\x2f\xfb\x4d\xd9\x47\x7e\xf4\xe1\xea\xea\xa2\x5b\xb2\x2f\x1f\x9d\x77\xee\xba\x77\xbd\xcf\x25\x8b\xe4\xf9\xfd\x0d\x82\x26\x2d\x9b\xa6\x1f\x41\xcd\x44\xed\xb4\xe2\x69\xee\x9b\xcf\xac\x75\xcc\x3b\x2e\xfe\x0c\x0f\xca\x71\x04\x4e\x80\xae\x65\xd0\x30\x8f\x83\x7d\x27\xc1\x91\xd6\xf2\x1a\x53\xde\x26\xd2\xcc\xeb\x96\x6e\xf4\x32\x96\x77\x17\x86\x80\xd0\x5e\xa8\x4f\xd0\x2c\x93\x4f\x18\x05\x34\xe5\x86\xa5\x1e\x29\xc6\xbe\xa2\x49\x92\x2b\xc5\x84\xc9\xe6\xed\x1a\x76\x52\xde\x16\xa9\xcc\x79\x88\x13\xd9\x4e\xa7\xa8\x0b\xba\x58\x0c\xb7\xa8\x57\x17\x2a\x21\x16\x7e\x58\x77\x54\x3f\x2c\x68\xf1\x3d\xa1\x0d\x15\x09\x3b\xcb\xa8\xd6\xdb\x8e\x15\xc5\x90\x56\xf9\xbc\xdc\xdc\xdc\x5f\xdf\xf5\x3e\x5c\x2c\x67\x44\xd5\x8f\x17\xe3\x68\x92\x2c\xf7\x96\xae\xa1\x92\x34\x25\x56\x4f\x90\x63\xb4\xaa\xb9\x3b\xa1\x00\xa2\xc3\x80\xb6\xe0\x5a\x2c\x81\xe0\x05\xaf\xa1\x97\x77\x62\x4d\x9d\xbb\x85\x20\x89\x5d\x09\x12\x89\x3e\x9e\x66\xc1\x48\x87\xe8\xb5\x4e\x00\x9d\x65\xd4\x8c\xa4\x9a\xa2\x8e\x5a\x9a\x34\x36\xbe\xbc\x51\x2e\x0c\x53\x2a\x9f\x19\xee\x91\x05\xab\x3c\x16\xaa\xce\xc9\xf1\x67\xa6\x35\x1d\xb3\x5d\x6c\xb9\x75\xf7\xca\xed\x4f\xf1\x9f\x60\xab\x5d\xe7\xce\x28\x8d\xd0\xc7\x80\x78\x7a\xba\x12\x1f\x29\xcf\x72\xc5\xae\x65\xc6\x93\x2d\x7d\x4f\x56\x68\x1d\xf4\x3e\x5b\xf9\xae\x73\xd7\xbd\x28\xdd\x6e\xf0\xac\xf3\xf1\xae\x7b\x33\x40\xb8\xba\xce\x87\x8b\xee\xe0\xf2\xea\xbc\x7b\x3b\x38\xbb\xfa\x7c\x7d\xd1\x5d\xe1\xd2\x69\x6c\x7c\x51\x01\xaa\xbe\x7a\xba\xf0\x0b\xec\xb0\xca\xad\x6a\x59\xc8\xcd\x10\x2e\x49\x79\x06\xf6\x64\x89\x76\x65\x4a\x84\xd5\x20\xec\xcf\x60\x9b\xb4\x6f\xfb\xe8\xa0\x36\xe9\x99\xef\xb2\x8c\xd0\xdc\xc8\x29\x05\xa3\x48\x36\xef\x0b\x3a\x94\xca\x80\x42\x1c\x58\x0f\x51\xb9\x10\x5c\x8c\xa1\x31\x44\x9d\x4c\x32\x46\x05\xc9\x67\x51\x64\xab\x53\xed\x47\x5c\x80\xd3\xd9\x6a\xdd\x68\xc5\x29\xba\x2c\x0e\x85\x26\x54\xf7\x05\x26\x81\x23\x1d\xaf\xb3\xc2\xa7\x6b\xbd\xd5\xb8\x3a\x53\xfa\xc0\xec\xaa\x4c\xf3\x64\x62\xb5\xbb\xb1\x62\x5a\x3b\xf5\x2f\xa1\x02\x6d\xf9\xee\x75\xab\x9b\xf5\x85\x55\xe1\x68\xe6\xb5\xcc\x94\xcd\x98\x48\x99\x48\x38\xc6\xb3\x82\x19\x3c\x58\x83\xc6\x8a\xce\x26\x44\x4b\x30\x1f\xc3\xb2\x83\x9d\x0d\x3f\xf2\x1e\x70\x97\xf6\x0e\x8f\x63\x25\x51\xe5\x96\x4f\x5c\x81\xf5\x08\x57\x19\x3e\xf6\x1a\xa2\xb7\x8c\x20\x8e\xa7\x55\x86\x0c\x42\x47\xc2\x92\xc3\x66\xd8\xb5\x2e\xed\x87\xdd\xa6\xba\x4d\xe8\x8b\x62\xcc\x54\xbb\x11\xb5\x6b\x94\x4f\x77\xa4\xc8\x0f\x54\xa4\x99\x6d\xc5\x9b\x19\xca\x67\x11\x82\xb2\x3a\x96\x6a\xfc\x69\xdc\x45\x14\x48\x68\xae\x37\x92\x05\x96\x07\x21\x53\x70\x23\x1c\x17\xfe\x15\x20\x6f\x17\x81\x0c\xab\x3b\xb3\x2c\x92\x66\xd2\xad\x12\xbe\x9e\x23\x58\x38\x81\xd1\x34\x28\x27\x33\xc5\x45\xc2\x67\x34\xdb\x4a\x72\xa9\x84\xa5\xb8\x70\x8f\x77\x7c\x64\xc9\xe7\xfd\x82\x55\xd4\x30\x35\x85\x68\x7c\x37\xcc\xb0\x85\xab\xa4\x02\xdc\x1d\x4b\xc8\xb4\xec\xba\xdf\x62\x6f\xd0\xe7\xd5\x34\xdd\x4a\x2b\xae\x77\x74\xba\xd2\xec\xba\xbe\xcd\xba\x05\x8b\x1e\xfe\x73\xd9\x56\x7f\xa6\x33\xbb\xc5\x08\x89\x49\x68\x31\x47\x17\x64\xef\x10\xdf\xbd\xe3\x28\xb2\x24\x87\x80\xa6\xf5\x35\xb4\x62\x09\x9d\xeb\x6f\xb1\x93\x92\x45\x3d\xca\x7f\x70\x24\x39\xca\x8d\x3d\x4d\x14\x6c\xf2\xe4\x1d\x6b\x8f\xdb\xc4\x03\x93\xb6\x48\xe7\xfa\xba\x7b\x79\xde\x22\xcc\x24\xef\xbd\x6f\xda\xb9\xea\xfa\xc2\x48\x27\x5c\xcc\xc9\x44\x3e\x01\x2b\x63\x6a\xcc\x4a\x73\xf6\x7e\x3d\x40\xb5\x18\x73\x6d\x94\xf3\x2e\x8a\x34\xc6\xc9\xe5\xd3\xaa\x1a\x89\x14\x92\x9b\xc9\x2e\xa4\x41\xb5\xce\xa7\x74\x98\xb1\x01\xa7\xd3\x81\x92\xd9\xaa\x33\x5c\x7b\xa4\x0a\xcd\x7b\xe0\x8c\x1d\x03\x9a\x24\x32\x17\x66\xed\xd6\x56\xed\xe3\x39\x2c\x93\x26\x33\x7b\xa0\x20\xa8\x61\x11\x35\x35\xba\xa5\x12\x08\xb4\x00\xe3\x3e\xb0\x8c\xac\xc8\x4b\x41\xf8\xdf\x86\xb5\xbc\x29\xaf\xc0\x61\x3d\x71\x3d\xeb\x96\xeb\x0c\x11\x9e\xbd\x11\x23\xc2\x97\xdd\x65\xfd\xea\x5a\x59\xd6\x12\x79\x76\x76\x75\x86\x7c\xaa\x0e\xb6\x17\x9d\x7d\x95\x4a\x15\xe0\x4b\xae\x40\x72\x23\x3d\xda\x83\x8c\xfc\xe3\x6f\xb9\x34\x54\xbf\x6f\xf7\x85\x65\x86\x0f\x6c\x8e\x01\x28\x96\xdd\xfc\xd6\x5e\x81\xc7\x9a\x09\x0d\x01\x0b\xbf\x45\x6b\x8a\x65\x98\x8f\x54\x71\x4b\x5a\x28\x11\x22\x12\x78\x19\x51\x18\x7c\xcc\xae\x51\xc7\xed\x0a\x17\x7e\x01\x43\xec\x9f\xe1\xf0\xc7\xcc\x40\x8c\xaf\xe1\x06\x44\x95\x14\xa1\xc6\x17\x86\xbe\x52\x91\x05\xaa\x38\xc7\xf8\xe4\x9d\xa2\x63\xb6\x39\x32\x9b\x9a\x22\xaa\xc7\x81\xeb\x59\x46\xe7\x0b\x46\xcd\x55\xc7\xe8\xd2\x6e\xce\x8c\x26\xac\x88\x8f\xf6\xa1\xe4\x89\x9c\x4e\xc1\x73\xe0\x73\xa2\x52\x3e\x02\x17\x82\xb1\x47\x8c\x0c\x99\x79\x02\x87\x95\xff\x35\xd8\x89\xbd\x1a\x68\x77\x12\xa8\xa5\x6f\xd7\x2a\xcd\xc1\x40\xd0\x3f\x6a\x91\xfe\x51\xca\x1e\x59\x26\x67\x53\x26\x8c\xfd\x81\x99\x5a\x86\xd6\x9d\x52\x9e\x5d\x4a\x13\x7c\x20\xbb\x6c\x8b\x62\x09\x9f\x71\x26\x8c\x1e\x30\xdb\xee\xb3\x46\x30\xad\xb2\xc6\xf8\xc4\x2b\x18\x09\xa1\x69\x6a\x35\x02\x80\xe6\xf5\x83\x2c\xd4\x7b\x11\x2d\xc0\x7a\x34\x1c\xcc\x1e\xfb\x25\xe3\x7a\xab\x54\x22\x55\x40\x22\x0b\x1d\x17\x60\xaa\x4b\xa9\xd6\x41\x33\x17\x90\x9f\x5e\xbb\x59\x54\xdc\x1a\x84\x61\x7b\x17\xae\x37\xce\xf2\xca\xdc\xda\xef\x96\x0e\x4d\xc7\x39\x82\x01\x4e\x3f\x88\x36\xce\x8d\x5f\x8d\x1c\x60\x2b\x47\x9c\x64\x52\xe7\x6a\x4d\x93\x5f\x79\xd0\x67\xee\xd3\x65\xe3\xee\xc6\x92\x60\x9e\x19\xbd\x91\xb0\x59\xb3\xf0\x95\x10\x73\x3c\xdc\xc6\xdd\xb2\xee\xed\x16\xe1\x60\xb8\xb2\x6b\x60\x35\x78\x1f\xe3\x20\x52\x52\x5c\x6d\x7d\x11\xe2\xb2\xa8\x26\x4f\x2c\x03\x8b\x81\xd5\x2a\x81\x6d\xbb\xe1\xba\x96\x58\x4a\xb4\xa1\x86\xb5\x88\xcc\x8d\x6d\xac\x85\xe5\x1e\xdc\x16\x1c\x0f\x29\x24\x2a\x16\x45\x9c\xfa\xe2\x5e\x7b\xa7\x7c\xc8\x2f\x43\x5a\x47\x06\xc6\x05\xf9\xc4\x0c\xb4\x02\x09\xbf\xf1\x04\xb1\xac\x45\x2d\x0b\xaa\xae\xfd\x0e\x27\xca\xcd\x64\x83\x9d\x2f\xa2\xb9\x3e\x64\x72\xb8\x74\xdf\x3b\x64\x8a\x6a\x89\xeb\xc5\x5b\x5d\x0a\x85\x34\x4a\x8c\x5a\x45\xa3\x4c\xa9\x92\xe7\x76\xc5\xf1\x2f\x47\x80\x2d\x27\x4f\x88\xbf\xe2\x02\xa3\xe1\x20\x68\xb1\x3a\x4e\x67\xaa\x58\x35\x46\x50\xa8\x07\x6f\x47\x6d\xc7\xf1\x4e\x17\x4d\x15\xab\x88\xa0\x6c\xe2\x78\xee\xc9\xc0\x01\x31\x13\xc6\x15\x59\x6b\x5a\xfe\xfc\x0e\xf0\xcc\xaf\x4f\x34\x05\x6d\x37\x59\x2a\x90\x89\x04\x06\x61\x07\xe6\x12\x94\x4b\x35\x58\xda\x7d\x51\x19\x84\xb3\x7d\x69\x02\xe4\xe5\x4f\x43\x89\xf7\xb7\xc8\x88\x7f\x71\x8d\x16\x36\x71\xff\x6a\xa4\x6d\x35\xd8\x60\x26\x74\x91\xec\x36\xb8\x1f\xaf\xe1\xfb\xa5\x46\x06\xa9\xad\x42\x9d\x58\xc1\x4a\xb1\x44\x2a\xcb\x12\xa1\xdb\x60\xa1\x5f\x79\x37\x1a\xaa\xec\xa2\xd0\x55\x5a\x57\x69\x1c\x45\xc2\x7e\x4a\x0d\x3b\xb6\x8a\xfb\x0a\x7f\xfa\x4c\xda\x6e\x08\x9f\x5a\xdd\x22\x0a\xc6\x2d\x38\xec\x90\x8d\xa9\xf0\xd6\xdc\x86\xd1\x7a\xd6\xbe\xc3\x61\xb6\x92\x15\x9d\x5a\x35\x13\xe4\x08\x3b\xa0\xf2\x38\xf4\x0c\x96\x73\xe9\x38\x9c\xe6\xfd\x52\xab\x66\x96\x2c\xdb\x13\x0d\x86\x80\x86\xc1\xe6\x50\x3b\xef\xd5\x0c\x36\xa3\xda\x10\x37\xa6\x86\x11\xc7\xd2\xec\x1e\xb2\x08\x96\x61\xfb\xc7\x8a\xc3\x26\xc2\x79\x3c\x44\xa2\x99\x31\xdc\x61\xd0\xe7\x9a\xb9\xd8\xaf\x29\x53\x63\x2f\xf0\x21\x2c\x69\x38\xda\x0e\x9f\xd4\xf3\xd1\x98\x97\x80\x5d\x7f\xb1\xe9\x36\xe9\x88\x85\x08\x56\x6f\xc3\x28\xad\x17\x72\x6d\x9a\x3d\xd1\xb9\x26\x33\x85\x01\x63\x68\xec\xf7\x93\x07\xa3\x5d\xf9\x23\x6f\xa1\xb3\x02\x15\x7a\x5b\xa0\xa2\x54\x3c\xb2\x86\xcd\x8a\x0a\x50\xac\xcf\xec\xd6\x94\xfd\x2b\x86\xe8\xba\x72\x14\x41\x05\xaa\xe5\x74\x0b\xc2\x6c\x11\xe4\x1d\x47\xb5\xb8\x4c\x52\x90\x2d\x9d\x76\xd1\x2d\x1b\xb1\x9b\x04\x3e\x30\x81\x5c\xd0\x21\xcb\x76\x36\x5e\x6f\x65\xaa\x87\xae\x5d\x8e\xaf\x55\xbf\x19\x1a\xe3\xa1\x3c\x98\xaa\xb2\x36\x6f\xc4\x51\xf9\x7a\xa6\xf9\x62\x9e\x25\x54\xdd\x1d\x26\xea\x93\xd6\xb7\xe7\xdf\x4d\x09\xed\xf1\x45\x52\x64\xb4\xd7\xdf\x22\x55\xf3\xcd\x2e\x63\x88\x52\xcf\x6b\x87\x40\xf6\x91\x7c\xbe\x17\x6b\x50\xa0\x99\x35\x81\x96\x7a\x23\x22\xa4\x60\x84\xeb\xe2\x65\x53\x76\x42\x92\x31\x13\x4c\x41\x90\xb2\x0f\x76\x59\x84\x71\x7f\x61\xa5\xbc\x13\x94\x49\x32\xe2\x2c\x4b\x35\x11\xcc\xea\x34\x54\xcd\x21\x51\x05\x19\xda\x3a\xb2\xd1\xbe\xa4\xd5\x9a\xeb\xc3\x89\x91\x3e\x29\x18\x80\x63\xac\x24\x56\x19\x17\xc1\x44\x1e\xf7\x92\xfb\xc8\x05\x0e\xf6\x45\xd0\x82\x81\xfe\xb8\xb6\xda\x5d\x9b\xc0\xb6\x99\xe2\x2b\x7b\xc7\xd8\x1f\xfc\x1e\xb6\xbc\x2c\xab\x11\x76\x65\x13\xdd\xdf\xdf\x5b\xc5\x3a\x96\x33\x35\x7c\x46\x19\xd6\x09\xac\x2b\xef\xe6\x89\x22\x2b\x99\x21\x97\x73\x1d\x87\x03\xff\x0a\xec\x54\xeb\xaf\x94\xdd\xe4\x7c\xc1\x72\x85\x28\xef\x85\x92\x9d\xcd\x83\x13\x27\x56\x55\x5c\x92\x19\x56\xe9\xa2\x9a\xfc\x56\x48\xf3\xdb\x28\x0f\xcf\xab\xc3\x58\x26\xc0\x99\x26\x5a\x25\x7c\x00\xee\x93\x0a\x1c\x91\x10\x1a\xce\x6a\xba\x7a\xe5\x77\x4d\xfe\x2c\x9c\x2a\xcf\x2a\xbd\x75\x17\x1d\xcd\x4d\x00\x2b\x88\x11\xb6\x37\x1b\xc0\x4b\x14\xa8\x21\x48\x06\x8a\x81\xdb\x44\x48\x32\x95\x8a\x55\x70\xca\x90\x79\x87\x48\x0c\xc4\x87\x5a\x9f\x4a\x6b\xcc\x61\x88\xbd\x54\x1c\xf3\x92\x19\x6c\xb9\xf9\x6b\x1f\x21\x16\xd3\x72\x7e\xc8\x12\x0a\x58\x91\x7d\x57\xaf\x92\x6f\x13\x16\xd1\x24\x93\x06\x43\x74\x5c\x90\xa1\x29\xe7\xac\xdd\x17\x1f\xa5\x72\x77\xa7\x76\xf9\xdc\x43\x9a\x3c\x1c\x33\x91\x12\x9a\x9b\x09\xe6\x7e\x39\xdb\xf1\xdc\xed\xac\x95\x0b\x80\x04\x42\x6e\x11\xd7\x09\x55\x8e\xe9\x8f\xe8\xa3\xf4\xa3\xe8\x8b\xa8\x11\xc8\x18\x07\x88\x10\x80\x31\x6c\x12\x20\x18\x40\x32\x35\xad\x45\x1d\x58\xdf\x02\x54\xdf\xf2\x33\x13\x03\x7e\xf5\xa1\x3f\x96\x0a\xa6\x75\xff\x08\x47\x5d\x59\xa1\x9e\xb7\x47\x79\xfd\x46\xc7\x65\x4f\xc2\x9b\x2d\x17\xf0\x84\x16\x19\x37\x0b\x2b\xa6\x7c\xef\x79\x67\x29\x13\x6e\x94\x2b\x08\x5d\xaa\x6b\xf3\x5d\x32\xe1\x59\x61\xa3\x7e\xdf\x72\xe7\x11\x9b\xcc\xd8\x23\xcb\x30\x63\x3a\x51\x90\xe2\x81\xde\xf6\xef\xc9\x7f\x22\x88\x1d\xf9\x7d\x5f\x7c\x02\xb6\x9a\x65\xf3\x16\xe1\xa3\xa2\x65\x6a\x2a\xcd\x3c\xd4\x0e\xc0\x6e\x19\x72\x96\xd2\x40\x70\xbf\x27\xf4\x91\xf5\x85\x6f\xe6\x3f\xc9\x03\xf9\x1d\xf9\x7d\x93\x21\xc7\x65\x3d\x3e\xb7\x9e\x0f\x54\xec\xfb\x8a\x38\x43\xcb\x89\x8f\xc0\x39\xbc\x19\xa0\x5c\x07\x79\x31\x18\x35\xa4\x6a\x72\xf1\x28\x17\xbd\x57\xf1\xc9\xa5\x8a\x09\x33\x10\x32\x65\x03\x56\xe3\xba\x5a\xc2\x28\xec\xa5\x7e\x29\x53\xb6\xd2\xf1\x14\x04\xe4\x9f\xc1\x74\xa1\xf3\x61\xd8\x0e\x88\x89\x0b\x4a\x77\x99\xc0\xea\x07\x1c\x52\xa9\xb6\x19\xee\xb6\xbe\xb2\x2b\x27\x5d\xb5\x80\xa3\xbb\x01\xd4\xfb\x6b\xb0\xc2\x36\x84\x1f\x55\x4f\x61\xd5\x42\x6c\x5f\xb6\x33\x77\x77\x4e\x94\x24\x06\xf0\x12\x8a\x8f\xb9\x95\xb6\xd7\xf7\xc7\x01\x13\xdc\xc6\xcc\x8d\xd9\xd8\x6b\xd9\xb9\x8b\xa5\xf0\x21\xc9\xc7\x81\xec\x0a\x1f\xd3\x50\xe6\x55\x99\xdb\x2d\x00\xd7\x71\x60\x94\x13\xaf\xe7\x96\x05\x8f\x31\xe8\x86\x4d\x38\x26\x74\x76\xce\x2e\x88\x3d\x14\x72\xca\x10\xc2\xd0\x2e\x5a\x6e\x26\x52\xf1\xbf\x37\x3a\x64\x9b\x25\xec\xc2\x91\x16\x95\x4e\x86\x71\x96\x65\x6d\xa0\x51\x94\x0c\x4c\x49\x91\xa8\xd3\x70\xc8\xd0\x7e\xaf\x40\xf8\x18\xe5\x19\x82\x05\x24\x52\xa5\x08\xa8\xab\xcb\x85\x9a\x95\x2f\x8b\x8e\x21\x5b\xbe\x41\xee\xf2\x7d\x1c\x1c\x41\x32\xa1\x62\xbc\x5c\x8e\xfc\x53\xce\xf2\x3d\x05\xcd\x38\x8c\xa0\xaf\xe4\x8e\xa7\x63\x5d\x04\xd4\xe3\xda\x58\x96\x5c\x29\x26\xef\x1c\xf2\x54\x3f\x14\x06\xb5\x90\xf6\x81\x6a\x74\x55\x9f\x5f\xc3\xf8\x72\xe3\x8e\xdf\x1e\xcc\x2f\x2f\xe1\xaf\x5f\x94\x8f\x6a\xf8\x0f\xd0\x9f\x4b\xc3\x7f\x51\xeb\x46\xe0\xe1\x15\xb9\x63\xdf\x96\x8e\x0d\x34\x69\x3f\x28\x37\x42\xc7\x5c\x17\x9d\x9b\xf5\xd4\x71\x5b\xb6\xa3\x6c\x4c\x12\xd8\xf7\x00\xdc\x58\x3b\x9b\x6f\x23\xb3\x64\x11\x8a\x88\xb1\xa8\x3e\x4a\xfc\x79\x4d\x2d\x65\xc7\x60\x39\x1a\x36\xf2\x0b\x36\x45\x29\x47\x23\xda\xe2\x76\x5a\x54\x84\xea\xc7\xe6\x1f\xaf\x3b\x94\xa5\xee\x90\x35\x9d\x1b\xa0\xd1\x2f\x3b\xb6\x17\x2e\xda\xa8\xec\x16\xc0\x10\x0a\x19\x39\x46\xc1\x43\x90\x6b\x62\x14\x85\xe8\x3d\x29\x74\x5f\xfc\x8c\x52\x2c\xd7\xa8\x2f\x3a\x24\x2a\x50\x47\x1d\xec\x0d\x30\x4f\x87\x92\x61\x26\x54\xb8\x44\x84\x3a\x17\x44\x00\xf2\x0c\x27\x21\x76\x42\xd4\x75\x06\x1d\x39\xd1\xbd\xb6\x49\xbf\xd0\x71\x84\x6c\x25\xa2\xb1\xc9\x56\xcc\x35\x44\xba\xd2\xac\x51\x67\x1c\x4a\x99\x31\x2a\x9a\xc4\xea\xda\xc7\x0b\xd6\x22\x1e\x47\x31\x5a\xad\xcf\x4a\x66\x2a\x67\x56\xa7\xa0\x98\x8a\x11\xcd\x8b\x02\xde\xb6\x09\x28\x42\xa8\x18\xda\x81\xa6\x2b\x1c\x22\xad\xf8\xe4\x0f\x59\xb6\x51\xa4\x09\x7e\xb0\x94\x8a\xe0\x95\x02\xd2\x79\xad\xf0\xf6\x38\x00\xa2\x36\x19\x60\xd5\xc0\xe2\x14\x82\xa5\xa6\xe1\x72\x18\xfe\x96\x43\xcc\xcd\xa4\x36\xe8\x79\xd9\x00\x7d\xd4\xf5\x3a\x12\xeb\x29\x48\x8f\x44\x3a\xc4\x84\x68\xa4\xeb\xec\xaa\xcb\xc9\x1f\xc8\x91\x0f\xab\x5e\x9f\xab\x56\xc1\x0a\x36\xd0\xee\x15\xe6\x3a\x93\x99\xe2\x52\x39\x4c\x80\x46\x1b\xfb\xaa\xcb\xb1\x53\x09\xc4\x00\x3c\xaf\x29\xf0\x6f\x5d\xc0\xa1\x78\x3b\x5a\xb8\x3d\x4b\xab\x03\xf9\x52\xf0\x71\x2a\x99\x8e\x04\x56\x58\x58\xe4\x06\x7c\xc4\xec\xa0\xfb\xc2\x4a\xec\xb1\x70\x8d\x69\x57\x3e\x0b\xcb\x76\x9a\x28\xa9\xb5\x8b\xad\xc0\x76\x74\x7b\xe9\xbd\x7c\xe7\x92\x62\xf6\xe1\x35\x7b\xb9\x30\xcb\xc5\x5a\x19\x11\x7e\x6b\xbd\x1c\x37\x64\x21\x01\xa8\x91\x8b\xee\x1a\x81\xe5\x8f\x06\x51\x8c\x6a\x67\x49\x80\x40\xa5\x4a\x88\xc6\x06\x52\x57\x18\x33\x06\x2c\x1e\x87\x94\xbb\x88\x84\x5c\x0e\x34\xc2\xd4\x73\x4d\xb8\x52\x0c\x50\x70\x87\x99\x73\x90\x95\xa8\x86\x17\xb5\x58\x8b\x15\x09\x4a\x33\xf6\x0c\xb7\x8e\xe6\x53\x7b\x9e\x01\xfc\x41\xc8\x63\x39\x03\x2d\xac\xfa\x16\xe4\x4b\xf2\x91\xa5\xc4\xb8\x14\xac\x15\x55\x8f\x01\x4e\x9d\x09\x53\xe7\x36\xf0\x8d\x80\x9b\x81\xa5\xb8\x8d\x48\xb9\xfd\xa3\xce\x87\xab\x9b\xbb\xee\x79\xff\xa8\x70\x06\xfb\xc0\x21\x7f\x49\x86\x74\x2e\x29\xfa\x22\xb8\x74\x42\x9d\x14\xd8\x4b\x42\xd3\xb4\xc8\x5e\xc2\x70\xc2\x01\x9a\xa6\xd7\x3d\x15\x2b\xbd\x3a\x8b\xcd\x7c\xe4\x5f\x58\x7a\x43\xcd\x4e\xbe\xa0\xa5\xbe\xf6\xb5\x6c\x9e\xb5\x24\x9e\x0b\xbe\x60\x77\x5b\x72\x23\x84\xa9\xdc\xdb\xef\xd6\xa7\x60\x3c\x09\xb0\x57\xde\x78\xa6\x2d\xf3\xb5\x7a\x3a\x0d\xe5\x6b\x46\x40\x03\x22\x99\xb7\x08\x04\xd7\x5b\xaa\x9d\x93\x3f\x90\x29\x17\x10\x08\xbb\x6c\x6d\xef\xcb\x13\xd9\x04\xbb\xae\x77\x79\x5f\x46\x96\xfd\xe1\xea\xbe\x8c\xc8\xd4\xf9\x65\x39\x0a\x5d\xb9\x85\x65\xc6\x91\x62\x8e\x51\xb0\x91\xc4\xa5\x08\x4b\x53\x37\xd1\x8b\xaa\xd8\xf3\x6d\xa5\x1a\x66\x41\x02\xdb\x77\x96\x61\x14\x6a\xf2\x2a\x12\x0c\xdd\x4c\x77\xcb\x2d\x44\x45\xf5\xba\xac\xfd\x3e\xeb\x05\x5d\xeb\x4e\xde\x3e\x30\xa2\x98\x00\x58\x02\xea\xaf\xdf\x8d\xd3\x09\x8a\x56\x7d\x4c\xfb\x06\xd2\x1b\x29\xbe\xf6\xf6\x14\xed\x4c\xca\x33\x3a\xe4\x00\x19\x05\x37\xb0\xcf\xee\xaa\xcb\xc1\x6f\xf7\x45\x5c\x67\x0b\xef\x4c\x4b\x03\x3e\x81\x8f\x8b\x31\x91\x82\x11\xa9\xd0\x31\x1a\xd8\x61\x2b\x4e\x2d\xa8\x86\xc6\x99\x09\x99\xcb\x5c\x85\x1e\x17\xfa\x71\xd4\xa7\x27\xd4\x07\x4f\x78\x39\xd3\xb9\xf6\xe2\x0c\x4c\x68\x6f\xa6\x58\xa1\xba\x42\xc7\xec\x91\x09\xf2\x64\xd5\x54\x1a\x65\xb6\x47\x41\x6b\x56\x24\x15\xdf\x99\x10\x99\xc2\x33\x57\x79\x9e\x06\xb7\x56\x61\xb8\xd2\x94\xbb\x96\x97\x13\xf0\x1e\xb2\x0f\x20\x9d\x62\x3b\xe2\x83\x2f\x9b\x6c\x31\x0e\xc9\xd0\xd2\x40\x6c\x19\xc2\x08\xe9\x5a\x92\x65\x5f\x66\x2c\xd9\x26\x64\xfc\xda\x57\x52\x59\x66\x1b\x8a\x35\x17\x87\x68\xe3\xb6\xce\x48\x6f\xa9\xaa\x8e\x76\xc5\x38\x37\x4a\xdc\xb0\x03\xfd\xc9\x65\x3a\x6e\x38\x4e\x9f\xba\x31\x52\x72\xba\xde\x10\x5f\x26\x58\xf9\x6e\x21\xec\xb7\x64\x6c\x79\x25\x51\xca\xab\x47\xd9\x14\x9e\xbc\x8a\xeb\xfd\x84\xf7\x62\xc8\x44\x80\xa4\x6c\x8f\x90\xe3\x5d\x50\x2e\x32\x38\xee\x33\xbe\xb3\x82\x33\xc6\x07\xed\x54\x4e\x41\xc9\xcd\x33\xb4\xca\x36\x48\x43\x18\xa9\x5b\x1f\x62\x0c\xd7\x67\x9d\x7d\x39\xf2\x54\xbb\x44\x2b\xbb\x78\xda\xd0\x69\x48\xab\xad\xa6\x4a\x57\x96\x6b\x05\x37\xda\x57\xc8\xe8\x33\x84\x15\xd7\xe9\xba\xa5\x50\x67\x17\xd2\xb1\x9f\x7c\xc2\xca\x0d\xbd\x74\x60\xa5\x84\xc2\x78\x40\x0e\xd4\x33\x4e\xa2\x5b\xdc\xca\xd2\xcd\x87\x68\xbf\xde\x8c\xbd\xa5\x96\x8c\xd4\xc9\x54\x25\x12\x9c\xc4\x77\x3c\x18\x59\xa6\x74\x1e\x85\x9a\x39\x18\x18\xb8\x9c\xb9\x08\x7f\x95\x59\xad\x27\xe6\x98\x44\xeb\xc2\x3d\xda\xe4\xc3\x3c\x5c\x8b\x34\xcb\xe2\x91\x68\x87\x60\x8e\xa3\x44\xe3\x31\x5c\x62\xa4\x77\xd9\x39\xbb\xeb\xfd\xd4\x85\x30\xaa\xb9\xcc\xc9\x13\xd7\x56\x43\xe8\x0b\xb0\xae\x22\xec\x3d\x96\xec\xc3\x17\x5b\xf0\x16\x04\x57\xea\x7c\x38\xe5\x56\x9f\x2a\x26\x79\x0f\x1c\xe1\xc6\x87\xda\xe1\x39\xb6\x1f\xc0\xb5\xed\x83\xf8\xea\xe2\xe5\x57\x9c\x8f\x2d\xd4\xe0\xa2\x91\x5d\xe3\xf4\x22\xe7\xcf\xf3\x46\xea\x45\x62\x76\xac\xd6\xd4\x1e\xaf\x43\xa8\x5e\xfd\xa1\x2c\xe7\xab\x42\x52\x31\xd7\xa6\x72\x99\x34\x67\xa9\x16\x5b\xb0\x8f\x38\x3d\x2f\x6d\x6f\x12\xbc\xe1\x3f\xa9\x97\x76\x6e\x03\x6c\x7b\xad\x08\x76\xdd\x28\xdf\xbc\xb6\x6c\xa1\xa8\x44\xc5\xd6\x2e\xb5\x4d\xd4\xad\x22\xde\x3d\x26\x85\x28\x9e\xa3\x1c\x27\xce\xaa\xac\x5b\x48\x03\xbe\xec\x04\xd0\xd4\x16\x02\x49\xfa\xa2\x5e\x6e\x58\x4e\x63\xbb\xba\xa5\xf7\x9a\x55\x14\x76\xe4\x26\xcc\xc2\x59\x44\x7e\x0e\x71\x78\xa8\x8c\x86\x4a\x6b\xac\x72\xae\xbc\xfd\xb5\x41\x0b\x00\x71\x61\x9b\x88\xa6\x9a\x53\xb9\xa6\xd3\x78\xe5\xb9\x70\x57\xe6\xf3\x68\x50\x3b\x7a\xd7\x21\xb1\x76\xff\xe9\xc0\x60\xc4\x6c\x81\x85\xdc\xb9\xcf\xa0\x92\x4b\x84\xc3\xb0\xd6\xca\xad\x01\x69\xd4\xc0\xc3\xb0\x9a\x6f\x8c\xde\x0f\x87\x47\x66\x01\x29\xbd\xc2\xdd\x82\xb8\x93\x8b\x94\x29\xc1\xa8\x99\xbc\x9c\xb7\xf6\x6c\x57\x93\xe1\x8b\x79\x6e\xcf\xf6\x82\xa3\x56\xf1\xe2\x6e\xe8\xc0\xdd\xc0\x1b\x5a\x00\x4e\x2d\x28\x51\x75\x70\x93\x45\xd0\xb8\xd3\xb3\xca\x60\x5e\xcf\xe1\x88\xae\x6d\xf1\x2d\xf8\x8e\xe3\x63\x4a\x9f\x9c\xd9\x65\x60\x39\xe3\x00\x01\x58\x36\x58\x8d\x1b\xfa\x74\x05\xdf\x43\xed\x4b\xfc\x7a\xfd\x8b\x77\x99\xb2\x16\x2c\x7d\x80\x47\x5a\x02\x86\x71\xf5\xac\x97\xdf\x9e\xa6\xc1\xc9\xb5\x0e\x2e\x37\xaa\x33\x25\x90\x64\xfc\xc5\xfd\xd0\x00\xa6\x5d\xf9\xac\x3a\xdb\x58\x07\x13\xf3\xaa\x09\x83\xaa\x34\x63\x1a\xa4\x6b\x54\xab\x2a\x02\xf4\x32\xf5\xae\x2f\x7e\x90\x4f\xec\x91\xa9\x16\xa1\x86\x4c\xa5\x15\x9a\x04\x8b\x0b\xbd\xd2\x72\x82\x34\x7a\x0f\x28\xb9\xa4\x53\x96\x76\xe1\xea\x8d\x82\x0e\x9d\x92\xe9\x0c\xb8\x75\x39\x68\x90\x57\xe5\x6a\xa4\xb9\x81\xf6\x05\x4d\xa0\x74\x1a\xb8\xd1\x80\x1a\xb9\x9f\x18\xb0\x9a\xdf\x06\xf3\xf2\x6f\xdb\xe4\xce\xca\x08\x5c\x97\xc7\x1b\xc5\xb2\x37\x8d\xad\x2f\xc6\x4a\xe6\xb3\xa0\x04\xc8\x21\x68\x1f\x68\x66\xae\x31\x2f\xc3\x60\xbc\x6d\x39\xa1\xa9\x95\x40\x96\x13\x4e\x49\x4d\x7d\x65\x56\x97\x72\x60\x68\x4c\x40\xf6\x62\x0e\x1e\x3c\x17\xa5\x01\x64\xd4\x0c\x5a\xb1\x3f\x33\xf5\x02\x66\xa0\x06\xf9\x37\x58\x07\x4a\x51\x42\x0d\x5c\x79\x03\x8b\x8a\xb7\x3e\xd4\x87\xb7\x15\xdd\xba\xd2\x73\x1e\x1c\xbb\xae\xc6\x42\xc3\xde\xaf\x9f\x2e\x59\x19\xe5\x75\xae\x66\x12\xe2\xc3\xb3\xb9\x8f\xa9\x73\x31\xef\x33\x39\xcb\x31\x63\x80\xc7\xfe\xbc\xda\x01\x71\x6d\x3e\x53\x93\x4c\xac\xe8\x55\xc4\x7e\xef\x23\x8d\xb3\xc4\x48\x9f\x57\xd5\xab\x99\xc1\x59\xdc\x7b\x83\x19\x63\x6d\x2d\x1e\x33\x41\x7d\xa8\x06\xfc\x95\x65\x64\x6a\x7b\x2d\x01\x13\x46\xe8\x55\xb5\x6b\x5d\xc2\x7e\xda\xbb\x4f\x7b\x07\x51\x1c\x4a\x0d\x71\x41\xa2\x62\x83\xce\x58\x5f\x7b\xa4\x73\xc5\xb7\x92\xb8\x9d\xb1\x87\x3d\x32\x61\x0a\xdd\x6d\x4a\x67\x84\x5b\xbe\x6d\x6f\x1e\x35\x66\x2d\xf2\x64\x4f\x9c\xc9\x95\xe5\xcd\xb9\xe2\xfe\x84\x81\xc2\xb5\x64\xfb\xca\x1a\xcf\x09\x4a\x1b\x18\x7e\x96\xd0\x08\xf6\xcc\x95\x58\x4b\x4c\x4e\x83\x8b\x1c\x76\x38\xe3\xe2\xc1\x76\x86\x70\x0c\xde\xb0\xae\x2c\x7f\x93\xca\x47\x43\x97\xf6\x74\x25\xe5\xed\xb0\xcb\xcd\xc8\xa3\xab\x8e\x02\x17\xe3\x28\x8f\xa3\x5e\xdf\x5c\x07\x56\xa1\xf6\xcb\xf5\x50\x21\x6a\x3f\xf5\xf2\xc4\x36\xdf\x2e\x09\x7d\xdf\x1a\x72\xb6\x14\xa2\xe2\x42\x32\x9c\x44\x12\x67\xd8\x38\xad\x05\xf2\xe3\x38\x96\x0e\x74\x12\xca\x7f\x84\x7f\x21\x98\x15\x2e\xcd\x7f\x10\xa9\xfa\x02\x7f\x6f\x05\xdc\x0b\xfb\x42\x91\xa2\xd6\x90\xd4\x1d\xe8\xc9\x83\xd8\x6e\x27\x57\xde\x75\x6e\x7f\x1c\xdc\x74\x6f\xaf\xee\x6f\xce\x4a\xc2\xe5\xd9\xc5\xfd\xed\x5d\xf7\xa6\xf6\x19\xc2\xe0\xf7\xae\x2e\x07\x7f\xba\xef\xde\x37\x3c\xf2\x0d\x5c\x74\x3e\x74\x4b\x05\xbd\xfe\x74\xdf\xb9\xe8\xdd\xfd\x32\xb8\xfa\x38\xb8\xed\xde\xfc\xd4\x3b\xeb\x0e\x5c\x51\xf1\x33\xac\x0e\x13\xbd\x7b\x7d\x71\xff\xa9\x77\x39\xf0\x21\x25\x4b\x65\xdd\xfa\xa9\x34\x81\x07\xd3\x4a\x15\xfe\x02\xc4\xc3\xdf\xcd\xc3\xb9\xdb\x69\xfe\x77\x30\x37\x5c\xe3\xf6\x1c\xb7\xfc\xbf\x10\x2f\xf6\xd8\x72\x04\x6f\x70\x2a\x0e\x53\x5f\x04\x8b\x60\x60\xff\x86\x8e\xb5\x2f\xcd\x51\x1a\xed\x29\xe9\xcc\x5c\x9d\x4c\x59\xee\x14\xea\x7a\x84\x91\x7a\x43\x30\x90\x08\xd4\x6e\xd1\xae\x6a\x64\x65\xb7\xca\x0d\xba\x39\xc1\x10\x9c\x41\x2c\x25\x05\x50\xf3\x02\xe4\xaf\x6b\xb4\xb2\xcd\x50\xf5\x1a\x17\x47\xe3\xb8\x20\x6b\x6c\x2e\xe8\x74\xa1\x00\x09\x26\x4e\xb9\x94\xaa\x29\x13\xa6\xda\x62\x89\x3a\xca\x2d\x4f\x18\xf9\xf1\xdf\x8b\x41\x81\x19\xc3\x99\x05\xf2\x05\x04\x38\xf7\x40\xe5\xb8\xaa\xab\x68\xab\xd4\x93\x57\x7c\x6a\xea\x9d\x41\x94\x47\x2e\xa2\xdc\x85\x52\x20\x14\xc0\x70\x63\x4d\xe4\x32\x81\x9e\x92\x5b\x96\x41\xfd\xc5\x20\xd4\xd8\x5d\x9c\x41\x5d\xbc\x4a\x49\x39\x32\x74\x75\xf2\x9c\xd4\x80\xe8\x1a\xb0\x8e\x50\xaa\xa7\xe9\xd0\x97\x79\xf6\x4e\xb9\x77\xfa\x61\xe0\xf7\x7c\xb0\xd5\x25\x72\x47\xf5\x43\x0d\x8a\x76\x2d\x5f\x76\x1b\xba\x63\x8f\xcd\xd0\xdd\xb5\x9d\x86\x3d\x1b\x00\x45\x6e\xd7\x67\x63\xe2\xe3\x8a\x2e\xfd\x8c\xb3\x0a\x90\xd4\xda\xfd\x95\x80\xa8\x9e\xdf\xb6\x53\x7f\x8b\x03\xed\x0e\x7c\xde\xc2\x26\xeb\x56\xae\x11\xb9\x89\xf7\x03\xb2\xef\x79\x12\xd5\xd7\x84\x53\x1f\xc0\xbd\x3c\xda\x2c\x16\xac\x72\x86\x25\x3a\x94\x8f\xa5\x8c\xd7\x29\x56\x13\xaa\x95\xb1\x23\x4d\x7e\x97\x33\x14\x88\x79\xfd\x5a\x5e\x76\xe9\x3d\xf9\x42\xfd\xae\xda\x65\x5f\x57\x53\xaf\x4e\x66\x55\x1c\xe2\x16\xce\x8c\xa8\xf5\xe0\xcd\x58\x47\xb8\x3e\x87\x3d\x1d\x82\xab\xaa\x00\x7d\x45\x6c\x71\x50\xc1\x63\x73\x4a\xab\x88\xda\x40\xa1\x3b\x88\x43\x27\x5e\x42\x22\x27\x68\xe3\x39\x89\xae\xee\xf9\xcc\xde\xd9\xd3\xa1\x8b\x6c\x5f\xbe\xd1\xd1\xda\xec\xb0\xe5\xcf\x07\x76\x16\xa6\xf5\xd5\xb0\xce\xea\x46\xf0\x66\x91\xce\xb0\xf6\x5d\xa0\x0d\x3b\x5d\xbf\xda\xbf\xf3\x33\xfa\x1d\x92\x54\xde\x90\x26\x13\xb5\x16\xd2\x81\xc9\x31\x94\x49\x70\x31\xf9\x0e\x8b\x45\x93\x63\x92\xf1\x07\x46\xbe\x03\xf7\x70\xe7\xba\xf7\x5d\x8b\x7c\x17\x87\xa0\x7e\xb7\x01\xfb\x2b\x50\x0c\xdd\xb8\x1d\xe4\x19\x48\xaa\xa5\xe8\xa6\x8f\x10\x88\x16\x0d\xb3\x13\x55\x3f\x80\x14\x18\xc3\x14\x02\x73\x41\x48\x4b\x08\x9b\x70\x76\xd8\x55\xbc\xb1\x38\x32\x3b\x83\x47\xd9\xf6\x16\x03\xe4\xf7\xec\xca\x5f\xce\x08\x57\x84\xdc\x77\x02\x38\x7f\x01\xb7\xa5\x1b\x88\xf7\x10\xce\x52\x37\xab\x92\x9e\xec\x17\xb3\x76\x53\x56\x11\xde\x5b\x23\xb7\x35\x02\x47\x3a\x75\x2b\xe2\x0b\xb6\x1f\xa8\xec\x6b\x50\xd9\x3e\x62\xa6\xca\x83\xdb\xfc\x36\x3b\x43\x81\x28\x6a\xc6\xe7\xa5\x5a\x09\xd7\xf3\xe9\x32\x2a\xd9\x6a\x1c\xce\x0d\x7d\x29\xd1\x9a\xac\x76\xa6\xdc\xa2\x13\x0e\x9d\x1a\x8b\x63\xad\x0e\xb5\x63\x1c\x4e\x8a\xe4\x18\xd5\x6c\xf8\x94\xb9\xd2\xf4\x85\xe3\xd0\x9d\x57\x20\x37\xb8\xaa\x1c\x12\x3d\x76\xa2\x92\x09\x7f\xac\x0f\xdd\x5e\xba\xc1\x3b\xb8\x5c\x2f\x3b\x9f\xbb\xe7\x83\xee\xe5\x5d\xef\xee\x97\xc1\xa2\xf7\xb5\xfc\xf8\xe6\xec\x87\xde\x4f\xe5\x22\xee\xb7\xbf\xdc\xde\x75\x3f\x0f\x3e\x75\x2f\xbb\x37\x9d\xbb\xee\xf9\x52\xe3\xd5\xb2\xce\xea\x40\x28\x5d\x6c\x99\x2c\x20\x25\x53\x0f\x58\xe7\x61\x19\xd0\xf2\x63\x94\xcc\x08\x37\x9a\x3c\x72\xcd\x5d\x96\x8e\x13\xf6\xee\x7b\xde\x18\x55\xd3\xfb\x69\x14\x9e\xdb\x42\xac\x82\xa2\x13\xee\xac\xdd\xb1\x20\xe8\x1c\xad\x22\xc5\x98\x17\x12\xd5\xf9\x69\xd7\x74\xe2\x16\xec\x94\x74\xdc\xd6\xd6\xb5\x2f\x24\xb1\x62\x28\x53\x38\x7a\xf4\xc2\x86\xa1\x93\x63\x52\x5d\xe3\x53\x82\x58\x52\x11\x2a\x66\x68\x10\x84\x27\xaa\x98\xf8\xce\x10\xf6\x65\x96\xf1\x84\x9b\x08\xa9\x53\x2a\x32\xa5\x82\x8e\xbd\xfa\x91\x6b\xa6\x56\x70\x8f\xbd\xb9\x65\xf7\xa1\x45\x36\x85\xc6\xc5\x9a\x92\x23\x97\x00\x94\x65\xa4\xcb\x89\x78\x36\x1d\xb4\xc1\xbd\xb3\x00\x26\xb4\xee\x90\xf6\xa4\xbe\xae\x08\xc6\x73\xc1\xb8\xce\xaf\x4b\xb5\xbb\xee\x9e\xf0\xe2\x7a\x1d\x1e\xe2\x1a\x3a\xfc\xca\x2e\xe2\x12\x1a\xdf\xde\x8a\xe6\x0c\x56\xfb\x10\x6b\x29\x65\x8f\x85\x6c\x0a\x74\xf9\x85\x12\x36\x5e\xed\xbc\x6c\x06\x27\xdd\xac\x5e\x48\x69\x11\x57\xd7\x0a\x81\x8a\x62\x54\x37\x14\x0a\x01\xc4\x9e\xf4\xb5\x94\x0b\x59\xcc\xd2\x2a\x0f\xee\x2b\xd7\x0a\xa9\x0c\xe6\xf5\x14\x0c\x59\xb9\x6e\xaf\x37\x0d\xaf\x66\xa0\x6b\x14\x0a\x09\x51\xe2\x80\x0b\xba\x19\xcb\x87\xcc\x3c\x9e\x66\xc0\x91\xbc\x5b\xce\x1e\xaa\x1a\xd3\x65\xac\x68\x51\xfd\xb0\x73\x77\x77\x54\x3f\x34\x74\xb5\xea\xa2\x38\x2b\x19\xba\x2b\xcb\xe6\xb2\xc4\x40\xb8\x2a\x97\x76\x6b\xe6\xbf\xdd\x47\x26\xcc\x5e\x44\x13\x68\xa2\x26\x60\x7f\x3d\x53\x1d\x82\xea\xf5\xce\x0b\x8e\x14\x60\xa8\x23\xb7\xab\x51\x34\x01\xf4\x4d\x2c\x2c\xe9\x5c\x19\x4d\x0e\x16\x3b\xb5\xf5\xb6\x07\x5e\x5d\x5c\x97\x15\xa1\x62\x6e\xb5\x0b\x14\xd1\x22\x0c\x45\x26\x50\xa2\x7e\xa3\x1c\xd2\x92\x10\x20\x52\xc0\x7a\x89\x6a\xc1\xa0\x5c\x5a\xdd\x73\xec\x73\x42\x75\xb5\xcb\x95\x5b\xbe\x45\xea\x59\xa9\x99\x4f\x0c\x02\x67\xf7\x02\xd0\xbf\x41\x26\x00\x0c\xe4\x5e\x65\x2b\xcb\xdd\xdd\x22\x82\x69\xae\xb2\xc2\x1c\x41\x89\xbd\x3b\xdb\x51\x54\x12\x24\xe8\x94\x56\x14\x07\xd3\xc0\x72\x36\x2f\xd0\xf7\x9c\x43\x75\xa3\x69\x18\xab\x15\xd3\xf6\x96\x64\xd1\x88\xaf\x1b\xf5\x82\x96\x1a\xd0\xd7\xcb\x12\x21\xc8\xee\x73\x44\xa0\x05\xa5\x8f\xc6\xa2\xab\xe6\x7f\xb7\x37\xab\x62\x7a\x22\xb3\x26\x5e\x0f\xdd\x6c\x9c\x65\xbf\xdd\x6c\x7c\x92\xfd\xbe\xa7\xb3\x9a\x01\xb8\xf0\x40\x6d\x54\x9e\x00\x62\x8a\xe5\x86\xf5\xa7\xce\x41\x45\xc1\x15\xea\xdc\x9f\xba\x94\x00\xec\x91\x02\x20\x68\xa0\x56\xbc\x6b\x3e\xdb\xbb\x5a\x55\xcb\x40\xdd\xcf\x66\x5c\x2d\xdd\xaa\xa5\x09\x1c\xf2\x4c\xb7\x35\x99\x3a\xf4\xb0\x40\x81\x90\x06\x6e\x14\x67\x80\x4f\x92\x85\xa4\xc6\xf2\x2d\xe4\x8c\x27\x2b\x09\xcb\x8a\x3c\xe7\x3b\x1a\x52\xed\x70\xe6\x03\x88\xa5\xdf\xc5\xb3\x59\x9a\x01\xda\x91\xa0\x4d\x96\xba\xe2\x90\x08\x31\xe3\x66\x1f\x6c\x68\x08\x45\xdf\x17\x37\x76\x14\xf8\x05\x98\xd2\x50\x80\x09\x78\xcf\xcc\x7b\xfc\x30\x83\x01\xbf\x82\x65\x6b\x2a\x37\xa4\x07\x11\xca\x7d\xd3\xc4\xb6\x41\x1b\x0d\x42\xd6\x07\x7c\x4a\x46\x19\x1d\xfb\x14\x35\xa8\x9d\x30\x2a\x84\x70\x2b\x49\x60\x31\x02\xfb\xa7\x76\x0c\x8e\x37\xc4\xed\xea\x19\x4b\x50\x1c\xde\x52\xee\x83\x5d\xe0\x69\x30\x50\xc2\x9f\xa2\x1e\x59\xde\xa1\xe4\x4d\xe9\x0c\xc2\xd5\x90\xd2\xe5\x28\x04\xd5\xdd\xb9\x98\xb5\x36\x8c\xfc\x7f\xfe\xfb\xcf\x6d\x9e\xae\x15\x80\x10\xfb\x09\x8a\x74\xda\x28\x40\x24\xc2\xcb\xa7\xc0\x8e\x97\xd6\x87\xdb\x57\x39\x72\xd0\xd0\x9f\x8d\x77\x2e\x29\x3a\x1a\xf3\xce\xf5\xfc\xa0\x38\x54\x8c\x74\xb6\x17\x52\xae\x99\x42\x13\x7d\x48\x80\xab\xc1\xe7\x6d\x0c\x5b\xa8\xad\xbe\xbe\x2c\x10\x6a\xa1\x0a\x7c\x3d\xb5\xa1\x2f\x84\xbc\x7b\xa4\x19\xb7\x8a\x65\xdb\xe7\x3b\xbf\x27\xff\x09\x78\xbb\xff\xd1\x60\x9b\xa1\x63\xa6\x06\x69\x5e\x8a\x01\x5a\x35\xa8\x6b\xfb\xd1\x79\x6e\xe6\xf5\x79\xe3\xa5\x63\x94\xd1\xe4\x61\x93\x5c\x7a\xfb\x7e\x43\xb3\xab\x39\x7c\xe4\x14\x2b\x0b\x1a\x0d\x99\xea\xac\x92\xa9\xee\x42\x26\xe2\xfe\x91\xd9\x09\x80\x63\x8e\x44\x21\xc7\x0d\x3b\x76\xcc\x6d\xf2\x11\x41\xe0\x40\x24\xc3\x2e\x12\x99\x67\x69\x5f\xb0\x2f\x33\xa9\x59\x29\xfe\xb4\x06\xb8\xcb\x85\x53\xbb\x9e\xea\x6f\x9a\x0a\xe2\xf5\x4e\x12\xcc\x57\x87\x15\x58\xdc\xd3\xc5\x29\xd7\x13\xd9\x4e\x97\x6b\xc2\x67\xdc\x92\xc7\xa0\xf6\x14\xbe\x58\xd1\x85\x33\xab\xcc\x0a\x93\xcd\x5b\x24\x4c\xb2\x42\x16\x19\x7b\x64\x8a\x8e\xad\x98\x43\x79\x16\x83\xb4\x95\x55\xe7\xf5\xbc\x81\xe5\x28\xc4\x9d\x03\x66\xeb\x5c\x34\x1b\x88\x27\x9d\x18\x58\x6e\xce\x0c\x61\x5f\x0c\x13\xe8\xdc\xba\xf3\xb1\xbf\x51\xfc\x49\x53\xe1\x1c\x8c\xca\x6c\xbe\x9d\x9f\x7d\x1f\x3b\x3e\x01\xc2\x07\x37\xa7\xda\x5d\x12\x0e\xf1\x7c\x42\x45\xea\x22\xd8\x75\xa8\x0b\x85\xb3\x13\xda\x30\x1a\x84\x03\x1f\x87\x1d\xe1\xfd\x60\x9b\x88\xf6\x0c\x77\x91\x17\x7c\xad\xc8\x06\xae\x08\xa9\xac\xfc\x92\x0b\xc3\x33\x2b\x86\xb9\x31\x58\xb5\x28\x17\x21\xe1\x1a\xa2\xa5\x1a\x56\x10\x32\xb9\xc5\x78\xe0\x56\xd2\x07\x63\xaf\xc7\xad\xcb\x34\xf5\x19\x9b\xc2\x1f\x3f\xf8\x86\x96\xdb\x98\x30\x0b\xc1\x4e\x3f\x84\x81\x43\xd0\xb9\x90\x7e\x32\x01\x0a\x2e\xec\x75\x09\x86\x1f\x26\xba\x89\x0a\x00\x42\xd6\x62\x1a\x52\xc1\xd7\x35\xd1\x10\xbc\x8e\xc1\xb5\x10\x37\x66\x1a\x62\xd7\x75\x43\xcc\x3a\x00\x83\x7a\x59\xcb\xe1\x87\x06\xc4\xf3\x4a\xf8\x3b\xf5\xdd\xb9\x10\x37\x9a\x65\x43\x9a\x3c\x04\xac\xc6\xa0\x53\x49\xe5\x51\xaf\xac\xfc\xd7\x17\xb6\x6b\x20\x2e\x3b\xd0\x04\x04\x94\xa2\x2c\x6e\xea\x12\x3d\xdd\xb0\x8b\xce\x5d\xf1\x02\x81\x70\xfa\xa0\x7d\xe1\xe8\x31\x84\x2e\x65\xb3\x4c\xce\xa7\x0d\x37\x50\x35\x92\x79\x17\xaf\x56\x53\x20\xf5\x5e\x2f\x9f\x0a\xd3\xdb\xf8\xfa\x59\x88\x71\xdd\x43\xaa\xf1\x3a\x5e\xbb\x4d\x63\x42\xab\xe7\x8a\xeb\x59\x46\x4b\x45\x48\xab\x3d\x60\xe0\xe7\xf3\xae\x3e\x66\x06\xad\xb6\x55\xac\x1f\x3a\x54\xfb\xf9\xb3\x94\x7a\xf0\x77\xaf\xab\xf9\x00\x5c\xc8\xd9\x63\x58\xd6\x86\x66\xda\x18\xc3\xdd\x9e\x29\x69\xef\x66\xd9\x17\x86\x8e\x7d\x6c\xad\x93\xea\xe4\x93\x60\x4a\x4f\xf8\x2c\x76\x97\x6e\xc4\xae\xe4\xec\x18\x4b\xec\xd9\xcd\xd4\x33\x9a\x14\x06\x95\x24\xa3\x5a\xf3\xd1\x9c\xa4\x7c\x04\xde\x74\x53\x84\x79\x40\x14\x6e\xc0\x81\x2d\xe3\x05\xd7\xda\x31\x4a\xd9\x5c\xfb\xc9\xac\xd9\x3d\x44\xdc\xf9\x4d\x7c\xbc\x32\x4f\xe3\x6c\x7a\x28\x2b\xb2\x90\x7d\xb8\x66\xe5\x93\x5d\x23\xc7\xdd\xc8\x5c\xfc\xf4\xfe\x06\xe6\xb3\xe4\xb6\x4b\xd1\x59\x9a\xcd\xba\x92\xcf\x55\xf7\xfe\x9c\x65\xec\x95\x14\x46\x5f\x24\x84\xa5\x6b\x5d\x40\x5a\xbd\xd8\xfe\xef\x36\x9e\x2d\x42\x9f\x1a\xf2\x5f\xf7\xb0\xdf\x5f\x39\x80\xa6\x61\x74\x9f\xd8\x3a\x5e\xbd\x95\xb4\xb8\xd5\xb9\x6a\x62\x8e\x3b\x2c\xf6\xde\xa2\xe6\x9e\x79\x42\x4d\x7b\x7d\xcb\x8c\xf6\x46\x8b\x88\xd2\x51\x20\x76\xe7\xf4\xd8\x27\xcc\x14\xe9\x27\x1b\x6c\xf8\x2b\x89\xe7\x72\xa3\xbb\x71\x6a\xd9\xf3\xb1\xc3\xd5\xdb\xb5\x09\xbd\x15\xe3\xdd\xc2\x13\xee\xda\x58\x7b\x07\x1a\x5b\xd8\x87\xfc\xf0\xcc\x2a\x42\x75\x69\xd7\xd4\x0d\xea\xe0\xb5\x76\x8f\xf2\xcb\x5c\xa1\xe0\xc1\x4c\xb1\x11\xff\xb2\x95\xd3\xe1\x1a\x3e\x75\x02\x89\x55\x08\xe5\x68\x94\x49\x6a\x75\x48\xc4\x58\xb4\xb2\x2c\x14\xa2\x2e\xe4\x43\x2f\x9c\x3c\x29\x6e\x0c\x13\x7d\x01\x28\x54\xfa\x8f\xa7\x27\x27\xc3\x3c\x79\x60\xe6\xe4\x81\xcd\xa1\x10\x6c\xf4\xd3\x56\xa9\x5c\x4c\x63\xdf\x9a\x19\xab\x62\x6b\x32\xc3\x14\x32\x07\x2d\x58\x19\xeb\x3b\xde\x66\x6d\xf2\x21\x93\x43\xdd\x22\xb7\xc9\x84\x4d\x69\x0b\xdd\x85\xf0\x1c\x8a\x6a\xb4\xdf\xb7\xfb\xe2\x96\x31\x32\x31\x66\xa6\x4f\x4f\x4e\xc6\xdc\x4c\xf2\xa1\x15\xcf\x4f\xb2\xf9\xc8\xa0\x1f\xf5\x84\x6b\x9d\x33\x7d\xf2\x87\xdf\xff\x1e\x96\x06\x9c\x8b\x56\xd3\x1e\x2b\xb0\x95\x2c\xca\xe7\xa5\xed\xbe\x5d\x84\x84\xdd\x1c\xe1\x47\x49\x31\x60\x5f\x66\x8a\x01\x7a\xde\xb6\x49\x7f\x9a\x74\x7e\xbe\x25\x7a\x2e\x0c\xfd\x72\x4a\xfa\x47\x9f\xb1\xee\x0d\xf9\x41\xe6\x4a\x93\x73\x3a\x3f\x96\xa3\xe3\xa9\x14\x66\x42\x3e\xc3\xff\xba\x9f\x9e\x18\x7b\x20\xbf\x30\xaa\xfa\x47\x6e\x7f\x91\x59\x07\x6c\x2f\xb0\x14\xa9\x5c\x68\x57\x52\xe7\xf7\xff\xea\x6b\xea\xd8\x6e\xbe\x3f\xf9\xfd\xbf\x92\xdf\xc2\xff\xfb\xff\xc8\x6f\xfb\x47\x4d\xb0\x75\x1b\x25\x5c\x14\x45\x8f\x6a\x5b\x7b\xe0\xc9\x83\x1c\x8d\x06\x86\x4f\x19\x46\x61\x0c\xa8\x6a\xac\xe9\xbe\x61\xc2\x27\x77\x38\x9f\x58\xa9\xa0\xc0\xd7\x71\x9d\x62\x48\xa4\x3f\x18\x3a\x2f\xb0\x18\x9f\x7c\x59\xf3\x90\xb6\xc1\x35\x7c\xc5\x52\x4b\xbf\x9b\xa8\x77\xde\x02\xb6\x88\x22\x5e\x04\xd7\xc6\xa8\xb5\xc1\x02\x1c\xfb\x2d\xe4\xaa\xaa\x40\x8b\x0e\x95\x6f\xcc\x84\x0e\x13\x7c\x56\xf3\xf9\xad\x54\x3b\xdd\xf9\x0f\x6c\xc1\xb9\xb6\x51\x34\x86\x87\x94\x8c\xc1\x8f\x21\x94\x4e\xaa\x90\x35\x8d\xd1\x35\x0e\x82\xb1\x2f\xee\xae\xce\xaf\xde\x3d\x50\xa3\xe4\x98\x8a\xf7\xa7\xa4\x93\xa6\xae\xac\x2f\x71\x1e\x42\x4b\x3c\xf6\x86\x68\x93\xb8\x46\xa7\xb0\x0b\x57\x1b\x5e\x11\x2b\x50\x5c\xa1\xd1\x72\xbd\xc3\x6e\x97\xef\x3c\x7c\x52\xcf\xda\xca\xb8\x99\xa1\x83\x02\xa6\x0e\xe6\x6a\xef\x21\xcb\xb7\x16\xe7\xbb\x4d\xa5\xe2\xdb\x19\x4b\x38\xd3\xae\xb4\xb9\x4a\x19\x2c\x0f\x98\x45\xc1\xca\xec\xa2\x34\x6b\x0f\x55\xb9\x5c\xfb\x2e\x49\x9a\x55\xa8\x8c\x1d\x28\x05\xab\xfb\x17\xbc\xc1\xe3\xc7\x94\x0b\x48\x12\x45\x2d\xdb\xd8\x32\xdb\xd0\x55\x8e\x8e\x0b\xde\xda\x2b\xfd\x78\x44\x13\xbb\x7a\x95\x02\xf4\x31\xab\xaa\x5b\xc7\x3b\xaa\x1f\xf6\x6b\x61\xdd\x19\xcc\x91\xa7\x05\xf8\x19\x52\xa3\x8b\x7f\xe1\x0b\x19\x3b\x86\xea\x87\xa6\xb0\xf8\x8d\x0b\x53\xd9\xa5\xf0\x19\x23\xcb\xc6\xe7\x5a\x8e\x90\x40\x5c\xe9\x50\xd0\x64\xa2\x24\x79\x1f\x4c\x82\x45\x2b\x78\xc6\xd2\x6a\x76\x62\x75\xfc\xab\xc8\x00\xdd\x04\x91\x61\x11\xf2\xdf\xa6\x56\xcf\x02\x4f\xd6\x94\x8a\x39\x1e\x24\x7b\x61\x51\xfd\xa0\x03\xa2\x28\xd1\x53\x9a\x65\x2d\xa2\x58\x0e\xd5\x7c\x5b\x44\xb3\x6c\x74\xec\xc1\x4d\x52\x92\xc9\x31\x4f\x68\x46\x86\x99\x4c\x1e\x74\x5f\xd8\x1b\x44\x8c\xf1\xe2\x9b\x29\x99\x30\xad\xa3\x2b\xb7\x88\x05\x9c\x29\x99\xe6\x09\xd6\x97\xc2\xfa\x8e\x5c\x1b\x9e\x54\x8a\x0a\x59\x8e\x08\x4e\xb8\x84\x82\x46\x0a\x91\x38\x30\x5c\x2b\x02\x30\x4c\x8e\xcb\x7d\x41\x65\x00\x6f\xa0\x19\xff\x3b\xc4\x63\xa3\x6b\xaa\x89\x7a\xf7\x90\xe4\xe3\xb7\x67\x60\xca\xa7\x61\x05\x3d\x9f\xb9\xcf\xe0\x0c\x2d\xa3\x98\x9b\x32\x39\x07\x6a\x08\x64\x1e\x30\x16\x3c\x51\x14\x8e\x37\x8f\x63\x81\xaf\x78\x7f\xd4\x2b\xcb\x05\x81\x21\x37\x64\x80\xac\xa2\xe9\x33\x2c\x6b\xe4\xd0\xbc\x22\x8b\x2d\xb4\xee\x0b\xbf\x38\x78\x43\x7b\x45\x3c\x5a\x22\xf1\xcb\x63\xd7\xde\x5e\x23\xad\x50\x6b\x88\x6a\xe7\x77\x3b\x0e\x10\x20\x96\x1f\xf6\x05\x20\xe1\xda\x4e\x2a\x85\x6b\x16\x29\xea\x15\xd7\x17\xda\x0f\x73\xdc\xb0\xcc\x90\x5f\xe4\x4d\x88\xbc\x4c\xb7\x90\x78\xb1\x21\xb3\x2b\x05\x13\xa9\xba\xd8\x51\xa4\x36\x78\xfa\xc8\x0b\x44\xe7\xa8\xa3\xc6\xbd\xdd\xda\xac\x55\x19\xd5\x42\x50\x35\x1f\x21\x91\xc1\xd8\x20\xae\xc9\xd5\xca\x6d\x1a\xd1\x57\xc9\x56\x5c\xb6\x91\xd7\xd4\x60\xbd\x53\x36\x95\x06\x71\x4c\x11\x52\xd4\x1b\x34\x10\xa9\x74\x98\xc9\x21\xdc\x2b\x80\x36\xea\xe3\x3c\xa3\x78\x2e\x9c\x37\x4b\xc9\xbb\xe8\x9a\x08\xb1\xe3\xef\x9b\xc2\xf3\xf6\x97\x32\x59\xb5\x82\x34\x26\x4e\x96\x71\x03\xdb\xe4\xba\x12\x8e\x1f\xcd\x6a\x44\x2d\xe7\x6e\x0a\x88\xd9\x2c\xcd\xb2\xb4\xfb\x7b\x48\xb3\xac\x4c\xa3\xc1\x5f\x2b\xc7\xcf\x1a\xf6\x69\x27\x75\x21\xd7\xd7\x23\x31\xd3\x09\xe5\x8f\xd2\xe6\x78\x32\x9b\xd7\x6d\xd1\xeb\x4a\x21\xad\xe0\x4e\x7e\xdd\x14\xd2\xca\x60\x5e\x73\x0a\x69\x65\xa8\xaf\x37\x85\xb4\x66\xa0\x6b\xa4\x90\xa2\x7f\x66\x60\x89\x7a\x3d\xa6\x00\xb1\x0c\xc3\x7c\x74\x0b\xb7\xc9\xd2\x31\xba\xaa\x25\xc8\x9c\xbd\x9c\xe3\x32\xf7\x61\xb4\x2e\x7a\x6d\xeb\xf4\xcf\xca\x94\xd7\x4c\xff\x2c\xb1\xb4\x43\xfa\x67\x48\xff\x5c\x5c\x97\xd7\x98\xfe\x59\xd9\xf3\xf5\xd2\x3f\xeb\xb6\x7c\x0b\x97\x55\xa9\x99\x6f\x26\xfd\xb3\xb2\xa2\xaf\x39\xfd\xb3\x32\xd4\x43\xfa\xe7\xb3\xcc\xe6\x95\xa5\x7f\xd6\x9f\xba\xcd\xd2\x3f\x6b\x45\xb3\xe6\xb3\xbd\x6b\xf2\x04\x04\xc0\xbf\x70\xfa\x67\x69\x02\x87\xf4\xcf\x1d\xcb\x8c\x96\x49\xd0\x8d\x00\x4a\x39\xb9\x8c\xaf\xea\x3d\xb4\x24\x01\x14\xd4\x8d\x3d\x50\xd4\xf3\x86\x39\x80\x85\x70\x5d\x8d\xa8\x53\x5a\x07\xed\x8a\x8b\x58\xd1\xc4\x27\x4d\xa1\xc7\x29\xf6\x8d\x1c\x28\x70\x63\x8b\x52\xc3\x22\x07\xcb\x22\x46\x19\x37\x90\x5c\x0d\xf4\xfb\x0e\x04\xe8\x92\x4f\xb6\x05\xbd\x07\xd3\x5c\xbd\xb2\x0f\xe5\x19\xf6\xd3\xec\x6f\xe2\xff\x36\x2e\xc8\xae\xc5\x59\x93\x59\xbe\x4d\x14\xfa\x78\xbb\xcf\xa6\x6c\x2a\xd5\x2a\xd7\x70\x83\xa9\x41\x2a\x3a\x5e\x95\x26\xb0\xee\xea\xed\xba\x6a\xbe\xa2\xc6\x66\xb6\x27\x9f\xd3\xbc\x5c\x19\xf6\xd5\x6b\x63\xef\x04\xe8\x0b\xb5\xfe\xaf\xe0\x7e\xdc\xd2\xc3\xd5\x90\x41\xba\xd8\x21\x98\xbe\x35\x53\xc7\xb1\x78\x54\xb2\x39\x2f\x8e\xa0\xb4\xee\x5e\x78\xde\x61\xd9\x73\xd5\x18\x7f\xb1\x4e\x16\x1e\x96\x74\xb2\x92\x79\x0c\xb0\x57\xa5\xb4\xe1\xbc\x26\xb8\x74\x3d\x73\x07\x17\xe6\xdf\xfe\x65\x23\xa3\xbd\x95\x2f\xdd\xba\x8d\x78\xc6\x08\x4d\x12\xa6\x31\x31\xd0\xc5\xe7\x60\x81\x83\x5c\x65\xbb\xec\x2a\x17\x63\x98\xb7\x15\x26\xa3\x2a\xa6\x81\x78\xf0\xce\x98\x28\x99\x8f\x27\x5e\x03\xb6\x54\x68\xa7\x56\xb7\x97\x3f\x2f\x96\x6a\x7a\x63\xce\x9a\x4a\xe9\xeb\x2a\x11\x6c\xee\xcd\xf6\x4b\xf2\xc2\x1e\xed\xba\x79\x6c\x40\x1d\xa5\xb8\xae\xe2\xf8\x7b\x1f\x03\x4a\x25\x90\xf2\xdd\x17\x9d\x52\x04\x98\x87\x50\x1d\xce\x8b\x48\x12\xbc\xda\x63\x22\x03\xd8\x0d\xa7\xbd\x40\x29\x65\xfb\x2f\x10\x43\x30\x97\x13\x7d\xdd\xde\x9f\x0d\x41\x30\x2c\x3d\xa6\xc9\x3c\xc9\x78\x12\x89\xa4\x63\x45\x67\x93\x65\x94\x78\xc8\xe1\xf9\x5a\x39\x3c\x6b\x96\x6d\x5b\x1a\xc6\x13\x17\x3e\x7b\xd3\xb9\x45\x8b\xe4\x78\x48\x2b\xda\x80\x24\x77\x1b\xcf\xde\x29\xf1\x2d\x65\x39\x35\x53\xde\x57\xce\x28\x59\x1c\xd8\xd7\xcc\x6d\xaa\xb9\x2f\xb6\x5b\xdd\xaf\x9b\xd1\xb4\xd6\x34\x1a\xc3\x40\xd7\x48\x66\x2a\x55\xd9\x0e\xf7\xfe\x8a\xd4\xa6\xe6\x55\x7a\x25\x34\xb8\xcf\xd8\xb5\x26\x6e\xb3\x3a\x7e\x6d\x13\x51\x71\xb3\x50\xb6\xb0\x51\x6f\x2b\x9c\x2d\x0c\x7b\xcb\x90\xb6\x4e\x54\x33\x6e\x22\x33\x00\x7b\x2b\xad\x56\xe8\x20\x44\xc5\x84\x05\xf2\x9b\x71\x3b\x63\x09\x8a\xae\x05\x6a\xd8\xb2\xc0\xb5\xb0\x89\xdf\x46\xf0\xda\x0a\x7d\x68\xc3\x00\xb6\x78\x51\x77\x0b\x62\xdb\x51\xbf\xd9\x2c\x90\xad\xd2\xd9\xd2\xfd\xde\xc2\xe5\xba\x80\xd0\x76\x70\xd8\x07\x87\x7d\xfd\xda\xbc\x46\xa7\x7d\x51\xbd\x66\x43\xc7\x7d\xd3\xf6\xef\x83\x92\xf6\xe8\xc0\xff\xca\x6e\xf1\x75\x3d\xe2\x5f\x37\xce\x60\xcd\x10\x83\x83\xdb\xfe\xdb\x70\xdb\x37\x9f\xb7\x8d\x5c\xf7\x2b\x72\x83\x7c\x2f\xbb\xfa\x57\x43\xbe\xca\xb3\xfa\x58\x83\x0d\x38\xfa\x62\x4d\x3f\x6b\x91\x50\x73\xf0\xb5\x3e\xab\xaf\xb5\x66\xa1\x57\xfb\x5b\x4b\xc2\xdb\x8b\x3a\xc9\xaa\xe0\xbf\xcf\xe9\x28\x5b\x25\xf0\xe6\xc3\xc1\xb3\x9f\xa3\xda\x39\xaf\x7b\x9c\x7e\x0e\x7b\xeb\x8b\x9c\x11\x36\x1d\xb2\x34\x05\x85\xd8\x48\x87\x9f\x57\x90\x80\x60\x48\xac\x96\x93\x52\x6d\x29\x97\x42\xbd\x5f\x9e\xb2\x08\x0c\xbb\x90\x6f\x30\xba\xb5\x2f\x60\x7f\xb3\x8c\x29\xaf\x4f\x29\xf2\x4e\x73\x91\xb0\x58\xc7\x52\x24\x95\x4c\x8b\xef\x0c\xd6\xf1\xa3\x62\x4e\x1e\x84\x7c\xca\x58\x3a\x86\x1d\xaa\x0e\xe6\x98\x70\xd6\x22\xdc\x84\xcf\x14\xa3\xc9\xc4\xb2\xcb\xbe\x1d\x3b\xb8\x1c\x50\x10\x63\xee\xdb\x08\x29\x32\x34\xf3\xbe\x4d\x48\x4f\x90\x11\x4d\x4c\x8b\xe8\x7c\x58\xb4\x9f\x4a\x84\xfe\x7b\x64\x22\x9e\x78\xd1\xc8\xb3\x39\x49\x6b\x9d\xa2\x0d\x9a\x85\x25\x80\x4e\xc6\xe9\x4e\x4e\x8b\x47\xba\x4b\x0a\xed\xe7\x5c\x1b\x02\xb6\x72\x22\x45\x38\x4c\x2e\x19\x20\xc0\x05\x00\x1c\x1b\xa6\xde\x2f\x81\x3d\xa7\x95\xa9\x6c\x3a\x96\xc2\xc3\xe4\x50\xe0\x9c\xba\x0a\xed\xe2\x72\xa7\xf2\x49\x68\xa3\x18\x9d\x3a\x4c\x73\xcb\x89\xc1\x14\x8b\xfe\x25\x57\x41\x12\x6e\xe0\x4d\xb6\xf8\x82\x8b\x07\xbb\xbb\x05\x40\x02\xe0\x58\x42\xcf\x35\x9b\xf6\x81\x0b\xaa\x76\x2a\x22\x8f\x55\xe5\xb6\x32\xb3\x0c\xe7\x4d\x08\x12\x86\xae\x82\x8b\xd8\xc4\xa8\xa2\x01\xbc\x93\xd8\xee\x08\xb0\x3a\x44\xf9\xa3\xc4\x50\x40\x2f\x99\xb0\x6c\x16\xa1\xf1\xcd\xa8\x32\x01\x59\xdf\x65\x4d\x27\x72\x3a\xcd\x05\x24\xba\x3b\x3d\xed\xc9\xa5\xc7\x3a\x9b\x5d\xd1\x78\xbb\x2f\x7a\xe6\x3b\x6d\xcf\x97\x14\xe3\x6c\x4e\x68\xfa\xc8\x75\x01\x56\x91\x48\xa1\xf3\x29\x53\x15\x5c\x59\x84\xd5\x25\xd4\xd3\x8a\x1d\x9b\x15\xbc\x3c\x2c\xb8\xbb\x1b\xc6\x64\xc8\x46\xf6\xd2\x9d\x51\xa5\xbd\x7d\xa8\xc6\xb6\xe3\x36\x37\xb5\x6b\xf5\xd5\xce\xe4\x4f\xf1\xb1\x23\xd3\xe2\x84\x52\xa7\x6f\x9c\x54\xcf\x67\x04\xb9\xdf\x14\xd6\xb0\x30\x29\xb2\xfc\x62\x72\xab\x70\xbe\x50\x3a\xb1\xaa\x86\xfb\x0a\x8e\x1a\x0e\x8d\xed\xc7\x0b\x34\x38\xb8\x8d\x2c\x79\x95\x09\xba\x51\xa3\x79\x26\x3e\x9b\x8c\xc3\xa5\xa0\x0d\x35\x3c\xf1\xe5\x03\x42\x71\x14\xfc\xba\x79\x6b\x77\xad\x5a\xa1\x13\x9a\x2d\xee\x70\xf3\x5a\xde\xe2\xfb\xcb\x79\x9f\x3b\x6e\xd8\xf6\xd2\x10\x95\x44\x66\xd9\x26\x78\x14\x95\x99\x9f\x15\x9f\x2f\x1f\x51\xd1\x8f\xdd\x00\xbf\x17\x70\x6a\x10\x43\x83\x66\x4e\xb2\xd0\xc6\xed\x52\xfc\x12\xf2\xd0\x39\x11\xf9\x74\xc8\x54\x5f\xc8\x11\xc0\x94\x64\x4d\xda\xf2\x4c\xc9\x29\xdf\x24\xa1\x0f\x21\xa9\x6e\xbc\x23\x6e\x85\xa5\xd1\xbb\xeb\x00\x9f\x18\xc9\xcb\xf5\x88\xd5\x5f\x05\xca\x19\x4b\xce\xd0\x94\x2e\x14\x29\x59\x6b\xc1\x57\x29\xbf\x1d\x32\x45\xb3\x82\x5b\x3d\x8d\x20\xd8\x0f\x0c\x0a\xfb\xd2\xec\x89\xce\x8b\x40\x9e\x4d\x8e\xd3\x2d\xca\x22\x4c\xfb\xf3\x42\x3d\x95\x45\x27\x26\x38\x32\x71\xbf\x70\x15\xd6\x39\x41\x67\x75\x64\xb8\xf1\x59\xf2\x73\x7e\x4e\x21\x3b\x3e\xf6\xb1\x7c\xbd\xc9\x6d\x58\x3e\x0c\x51\x8b\x04\x86\xb3\x7c\xa9\x3e\x97\x28\x67\xef\x6b\x54\x69\x87\xa0\x2e\xe7\xfd\x18\xd7\xf5\xad\xbe\xc0\x9a\x39\xb2\x5e\x6b\xb1\x76\x8c\x0d\xdc\xac\x84\xa3\xef\x71\x79\x81\xc8\x4d\xaa\xd0\xae\xd6\x21\x46\x56\x76\x71\xf0\xe8\x01\xf7\xcd\xc5\x15\x8c\x78\xc6\x74\x9b\xf4\x6a\xf4\x09\x13\x15\x71\xc6\xb4\x70\xf0\x52\x79\x79\x27\x57\x3c\x02\xbf\xf3\x52\x0d\xe1\xae\xb2\x47\x61\x72\x50\xcc\x8e\x19\x08\x18\x24\xf9\x89\x55\xf1\x26\xd8\x00\x60\xe8\x5b\xf1\xd2\x80\xf5\xcc\xf2\x02\xee\xf0\xf7\xb1\x7c\x52\xf8\xc0\xca\xd8\x86\x29\x9a\x18\x8f\xb7\xef\x46\xd5\xb0\xa5\xfb\x40\x0c\x5a\x3f\x7e\xc2\xf7\x0a\xc5\xb1\x17\xf7\xa6\x76\x84\x77\xe5\xd6\x37\x1e\x5d\x90\xcb\x37\x77\xbc\x7c\x84\x4f\xbd\x31\x89\x92\x91\x62\x60\x6f\x9c\x86\x98\x4d\x91\x32\xa5\x8d\x94\x70\x43\xdd\x9e\xff\x78\x72\xdf\x23\xcc\x24\x00\x78\xdd\x17\x89\x7e\x6c\x59\x81\xf6\x6f\x39\x33\xf6\xe7\x26\xf0\xaa\x29\x13\x1a\x38\x01\x5f\xb7\xe8\x8d\x5f\x18\xfb\xdf\xf3\xf2\xf7\x4b\x48\x3e\x4c\x2c\x94\x3a\xb0\xb4\x1b\x6a\x1d\x58\x32\x05\x14\x03\x5c\x5a\x5d\x43\x31\x58\xd4\xaa\x5b\x87\x1a\xb8\x85\xa7\x5e\xfc\x35\x17\x1b\x8a\x49\x67\xc5\x47\xd1\x28\x1a\xa4\xb0\xe9\x8c\x2a\xae\x37\x6b\xde\x7f\x53\xdb\xfa\x2a\x26\xe2\xd7\x95\x12\x57\x1c\x8c\x14\x00\x8b\xc4\x28\xc6\x80\x85\x04\x7a\x72\x77\xbd\x74\xe6\x71\x3f\xb1\xe8\xa3\x76\x5f\x7c\xf6\xf6\xcf\xe2\xd7\x50\x8e\x01\xe3\x3d\x58\x4a\x72\xd0\x99\xca\xad\x40\xb3\x29\xd7\xe1\x07\xc0\xb0\xd0\x79\x66\x10\x52\x6c\x04\x05\xbf\xfc\x40\xf1\x49\x1d\x97\x50\x54\x24\x93\x4b\xb9\x5b\x99\x16\x3e\x1a\xb0\x6c\x13\xd9\xb1\x37\xea\x66\xda\xd2\x77\xf2\xd0\x70\x3a\x7f\xe7\xa1\x08\x37\xd8\xa0\x62\x32\x20\xb9\x79\x60\x25\xd4\x4a\xd0\x4e\x97\x21\x40\x19\x23\x60\x64\xab\x06\x6e\x60\xa0\xab\xdd\x45\x27\x5b\xfb\xea\x73\x4a\x66\xc4\x9b\xe5\x86\xd0\x0b\xa1\xa6\x2f\x54\x2e\x00\x89\x20\xd8\xcf\x29\xd1\xcc\x97\xb8\x4b\xa4\x40\x19\xc0\x19\x4f\xc6\x96\x4d\x58\xc9\x0f\x9c\x28\x52\x80\x46\x25\x73\x6d\x79\x08\x9d\x32\x63\x2f\xa8\x77\x80\x95\x89\x1e\x8c\x16\x99\x29\x3e\x35\xfc\x91\x05\xf8\x90\x78\xe7\xce\xa8\xa1\x99\x1c\x77\x94\xe1\x23\x9a\x98\x3b\xba\x93\xca\x4c\x5d\x33\xdb\x7a\xb1\xfd\x30\x48\xef\xdc\xae\xfd\x98\x09\xa6\x60\x9e\x50\x5e\xa2\xf6\x04\x6f\x5a\x78\xa2\x60\xdc\x80\x0b\x96\x20\x92\x92\x0e\x26\x06\x9a\x1b\x39\xb5\x0a\x29\xcd\xb2\x39\x20\x24\xd9\x27\x13\xaa\x27\x7e\x9f\x11\x56\x69\x9d\xab\xc9\x2d\xee\x19\x4d\x26\xec\x16\x4a\x75\xd5\x2d\x6e\x65\x94\x47\x4c\xe4\xd3\xa3\x53\xf2\x3f\xc5\x1c\xcf\x3a\x67\x3f\x74\x07\xe7\xbd\xdb\xce\x87\x8b\xee\x79\x34\x1f\xf7\xe4\x73\xef\xf6\x76\xf1\xd7\x1f\x7a\x77\x8b\x3f\x5e\x5f\x5d\xdf\x5f\x74\xee\xea\x5a\xb9\xb8\xba\xfa\xf1\xfe\x7a\xf0\xb1\xd3\xbb\xb8\xbf\xe9\xd6\x7c\x7a\x7f\x17\x1e\xba\x67\x7f\x8e\xce\x10\xa4\x63\xd9\xf9\x34\x8c\xb6\x7a\xcc\x8e\x49\xf9\xc5\x53\x72\xef\x3c\x31\xae\x12\xa2\xb7\x19\x51\x08\xe2\x85\xb8\xa2\x14\x8d\x49\x69\x5f\x10\xff\xb9\x9d\x7b\xd3\xa7\xe8\x22\x4a\x26\x8c\x64\x52\x3e\xe4\x33\xc7\xc0\x30\xda\x4c\x48\x34\xc8\x30\x1d\xb5\xf6\x43\xef\xee\x34\x78\x84\x16\x1b\x8b\xf2\x2e\x3c\xa9\xc3\xb8\xa8\x67\x9a\x58\x5b\x52\xb1\x47\x38\x92\xc1\x53\x18\xf5\x10\x36\x60\x59\x3f\xd8\x1a\x15\xa6\xd2\x4d\x9a\x3a\x50\x55\x3f\xb1\xa8\xe1\xf2\xf6\x2d\x5b\xcd\xb0\x1c\x08\xcc\x43\x86\x2c\xa1\x39\x3a\xd2\xec\x6d\xa4\x94\x54\xf1\x80\x8b\x6d\xdf\xb1\xd1\xa3\x45\x21\xa3\x8c\xa0\x89\xe5\xec\xec\x27\xd1\xc9\xb1\xea\x32\xa8\xd2\x8a\x51\x2d\x05\x79\x9a\xcc\xd1\x36\xe5\x2b\x03\x4d\x87\x0c\xfd\x25\xa4\x5a\xc7\x9d\x70\x70\xcc\x51\x43\x9e\x18\x44\x1c\xe6\x0e\xfa\x07\xf5\x63\x7b\x00\xb5\x2f\x9e\xaa\x03\x18\x5a\x29\x12\xb1\x91\x63\xee\x43\x28\xb6\xdf\x6b\x56\xc7\x2d\x37\x0f\x1b\x2b\xe4\x36\x6c\x14\x58\xa8\xf7\x92\xc2\x88\x1b\xec\xfd\x9e\x65\xd7\xd8\x9d\x97\xc8\x40\x8b\xd7\xc6\x0a\x8e\x6e\xa0\xc4\xe9\xea\xf1\xf8\x78\xeb\x52\xc6\xfa\x66\x39\x7a\xc1\xc3\xbf\x72\xad\xee\x64\x4a\xe7\x96\x38\x20\x3c\x41\xe7\xb3\x99\x54\x86\x34\xb4\x41\xe0\xa0\xe3\xf8\xe0\x62\x70\xf3\x08\x1c\x0a\x1a\xb1\x52\x80\xae\x41\x83\x59\x1a\xdc\x1b\x06\xe4\xd6\xb5\x38\xf6\x31\xba\x13\x28\x6b\x01\xb8\x66\x5a\x52\x7b\x4b\x14\x5a\x27\xa0\xee\x12\x4d\x34\xb3\xb7\xf0\xba\x08\x63\x75\xbd\x5f\xf9\x16\x6a\xb7\x3c\x63\x23\x33\xa8\xf5\xa5\x2c\x31\x1b\xda\x16\x45\xda\x10\xb5\xcf\xc7\x93\x3d\xb4\xb8\xbe\x24\xff\x07\xe7\xeb\xb2\xe2\x7b\xa4\xc5\x2b\x29\x0d\xca\x90\x85\x9e\x41\xfc\x6a\x82\x09\xc0\x75\x8a\xa8\xa4\x56\x50\xe3\x20\xa9\x59\xb9\xfc\x41\xc8\x27\x11\xec\xe5\xba\xdd\x17\x5d\x0a\x40\xb9\x41\x59\x70\xb1\x07\x28\xa9\xaf\x94\xd1\x4b\xc8\x9b\xaf\x24\x6f\xb6\xa0\x7b\x87\x26\x9e\xcd\x49\x81\xae\x5a\xfa\x6e\x9d\xd3\x83\xb6\x64\x2f\xa7\xe1\x84\x1d\xa0\xa0\x61\x33\x67\xef\xc6\x79\x16\x41\xb5\xe0\x32\xb5\x5d\xb5\xc9\xcf\xde\x3a\x03\xa1\x1d\x05\x2a\xb0\xc1\x0b\x27\xa3\x73\xa6\x9a\x17\x76\x1f\x09\x95\xfb\x8e\xb7\x58\xbe\xc0\x21\x53\xa6\x66\x95\x4b\x4a\xb2\x10\x68\x35\xdd\x20\x66\xec\x2c\x7c\x74\xcb\x96\xc7\x80\x7e\x04\x84\x41\x28\x5b\x98\xc1\x0d\x6d\xf9\xe8\xff\xc2\xcd\x82\x44\x4a\x28\xe7\xed\x2c\xfc\x91\x5f\xd2\x9e\x1f\xf0\xab\x59\x29\x60\x08\xc9\xb7\x58\x21\xb0\x4d\x3a\x80\x91\x0b\xe8\xa7\xf6\x2a\xf4\x01\x39\x7c\x2c\xe4\xaa\xb0\x81\x06\x62\x4a\x22\x62\xba\x6d\x26\x26\x0d\xd4\x14\x22\x05\xf6\x44\x51\x7b\x48\x79\xb0\xbc\x85\x2e\xa6\xed\xaf\x9f\xe8\xb0\x81\x82\xfd\x35\x42\x70\x16\x86\x1b\x7d\xf8\xcf\xfa\xa1\x7f\xca\xa9\xa2\xc2\x40\x60\x89\x13\xbc\x15\x8b\xa2\x15\xd9\x17\x88\xc0\x12\x68\xac\x85\x9f\xe2\xcd\xf5\x8e\x74\x2c\x46\xc9\xd3\x16\xe1\x6d\xd6\x6e\xb9\x4a\x14\x3a\x1f\x16\x6f\x4e\xac\xe4\xd0\x17\x0b\x81\xfb\x6d\xd2\xc9\xb4\x74\x5f\x30\x91\x64\x80\x49\x1d\xc5\xc0\x04\xca\x77\xae\x9f\xe1\x1c\xd4\x0b\xd8\xca\xa2\x79\xe9\x1e\x44\x1f\xf6\x05\xd5\xe8\x69\xce\xe0\xa4\x17\xbf\xd7\x61\xce\x97\xa2\x0f\x9e\x11\xd7\x65\xe1\x1a\x7a\xb6\x4d\x42\x70\xe5\x65\x1b\x04\x6f\xc0\xc6\x14\x09\x15\x7d\x11\xc8\x99\xbc\xa3\x26\x63\x54\x1b\xf2\xfb\xf7\x1b\x05\x5c\xf8\xf9\x15\xcc\xd5\x9d\xde\x22\xb4\xd4\x87\xb3\x35\x95\xcc\x00\x48\x4e\x42\x89\x60\x51\x80\x7a\xcb\x6e\xb3\x91\xe4\x91\xeb\x1c\x50\xbe\xa3\x30\x76\xc4\x69\xe6\x46\x7b\xc8\x41\x54\x98\x1a\xd8\x88\xaf\x9a\xe0\x7c\x92\x6e\x58\x35\x84\xe5\x74\x27\x8e\xca\x19\x64\x92\x15\x81\x65\x13\x6a\xfa\xc2\x31\x56\x1f\x8b\x11\xc1\xc1\x76\xb2\xac\x1c\xcc\x65\x05\x9c\x94\x09\x3b\x61\xc0\x28\x6f\x87\x05\xba\x04\xed\x2b\xc4\xff\x94\xcb\x94\x84\xb3\x62\x15\xb5\xbe\x08\xd9\x40\x71\xdb\xb5\xc2\x4e\x9d\x09\xf8\x05\x65\xe0\x9a\xee\x2f\x10\x2c\x7e\x0d\x59\xb8\xb9\xe2\xce\x12\x97\xc9\x82\xd9\x7d\x89\x68\xbc\xef\x0e\xd6\x97\x94\xeb\x4d\xd8\x70\xcb\x3e\xc9\x1a\x8b\x78\xc3\xe6\x46\xa2\xc5\x2e\xfa\x77\x08\x44\x7b\x29\xa7\x6c\x69\xe8\xbd\x14\xa2\xc4\x57\x33\xc1\x22\xea\xda\xb3\x0e\xb0\x45\xf3\x34\x8a\x1b\x8d\x82\xea\x20\x3c\xd8\xf3\x3d\xf7\x66\x83\x73\x74\xf6\xb6\xa7\xdf\x2a\xe6\xef\xa7\x12\x22\xcb\x16\x27\xde\x2c\xeb\x75\xd2\xbf\xd2\x84\x89\x64\x8e\x3d\x79\x8c\xeb\x42\x8e\xbb\x73\x06\x27\x8f\x98\x41\xc1\xde\x5e\x2b\x1d\xba\xba\x0f\x6d\xd2\x85\x7b\xc6\x97\x81\xa0\x23\xef\x33\x88\x5e\xee\x0b\xab\x98\xd8\x2b\x5e\xe3\xa0\x7d\xfb\x65\x12\xaf\x3b\x01\x98\x2a\xb9\x93\xbb\x65\xba\x1a\x8c\xa9\x49\x99\xf0\x99\x9a\xd0\x06\x20\xdb\x90\xee\xf8\x94\xa4\x32\x79\x60\xea\x44\xb1\x94\xeb\x53\x70\x7f\x9b\x46\xbf\xdb\xd4\x2a\xdb\x3b\x0b\x1a\xdb\x56\x62\xc2\xfe\x5d\x44\x31\xde\x5b\xcc\x4a\x08\x23\xd0\x26\x7c\xa6\x40\x8b\xc4\x75\xee\x99\x30\x6a\x3e\x93\x5c\x98\x60\xc9\xaa\x2c\x84\x57\x34\xac\xcc\xd6\x14\x5f\xab\xf6\x11\x26\xb3\xe5\xb4\xef\x26\x4c\x33\x1f\x13\x80\x93\x32\xd2\x15\x52\x47\x76\x31\xa3\x66\xa2\x21\xd7\xa1\xbc\x06\x4e\xe7\x82\x4f\xed\x0a\xd1\x19\x84\x14\xa0\x91\xa2\xf8\x28\x04\xf1\x6b\xc3\xb3\xac\x2f\x04\x63\xa9\xc6\x32\xd4\xdf\xd5\xe6\xd4\xd8\x4f\x5b\x84\xa6\x29\xf9\x3f\xef\x3e\x5e\xfc\x72\xd7\x1d\xf4\x2e\xc1\xe2\xdc\xbb\xe8\xbe\x6f\x85\x1f\xaf\xee\xef\xc2\xaf\x68\x60\x79\x64\x8a\x4c\xe9\x03\x68\x78\x42\xa3\xf8\x07\xa1\xee\xf1\x48\x7d\xb6\x91\x7d\xa2\x99\x0f\x1f\x75\x62\x4a\x48\x30\x76\x7b\xb8\x02\x02\x62\x03\xdd\xf7\x26\x7c\xb2\x9c\x06\x3d\xf1\x84\x2e\xbc\x18\x38\x65\xc2\x58\x1e\xe3\x8c\x7d\x85\xea\x5b\x10\x1c\x13\x63\x2e\x9a\x82\xdc\x98\x78\x7c\x4e\x19\xfe\x47\x36\xff\xc9\x6a\xd7\xd7\x94\xab\xb5\x69\xaf\x2b\x1e\xb9\x92\x02\xa6\x16\xac\x5a\x45\xb5\x3a\x66\xbc\xaf\x2d\x3a\x54\x1a\x65\x61\x08\xa3\x98\x35\x06\x52\x56\x2a\x59\xbe\x8e\xe9\x76\xd0\xf5\xcb\xbe\x18\xe5\xf3\xda\xb4\x63\x37\xf4\x91\xf2\x0c\x82\x60\xfd\x45\x53\xd0\x20\x16\x41\x3b\x25\x2c\xa3\x43\xa9\x20\x35\x06\xa3\x76\x7c\x13\x6e\xc1\xa0\x1c\x50\x68\xa8\x29\x18\x53\xaa\xe7\xab\x45\x5a\xba\x87\xae\xa5\x5a\xe7\x26\xb7\xaf\xc1\x2a\xc8\x99\x55\xc9\x2a\x4c\xd4\x5d\xb3\x23\x46\xb1\x2a\x08\xfa\x77\x9c\x55\xde\x05\x78\x66\x59\x09\xe4\xd4\x9e\x01\xdd\x76\x0e\xef\xe2\x4d\x29\xc8\x8f\xff\xae\xc9\x30\x37\x7d\x51\x6e\x43\x0a\xa8\x45\xf9\x81\x9a\x64\xf2\xbe\x2f\xae\xac\xc2\xf8\xe3\xbf\x37\x24\x40\xa7\xd4\xd0\x41\x3d\x7d\x35\xaf\xc9\x39\x35\xf4\x42\xd2\x94\x8b\xb1\x2b\xb2\x5a\xbf\x16\x1f\xba\x77\x9d\x53\xe2\x73\x26\x43\xea\x63\x91\x36\x1f\x35\x04\xbc\x15\x26\xe2\x19\x02\x70\x65\x11\xb8\xb8\x33\x76\x81\x20\x64\xef\x9e\xbe\x80\xa5\x44\x06\xc9\x0d\x99\x49\x87\x48\x07\x75\xff\x89\xca\x85\x33\x4a\x3b\x9b\xa0\x5d\x1d\xa0\xc8\xb0\x19\x4e\xb4\x02\xd1\x64\x91\x6f\xf7\x05\xa8\xda\x21\x11\x2d\x93\x09\xcd\x20\x02\xee\x38\xb2\xce\x59\x05\x5c\xe6\x90\x4e\x04\xa1\x27\x62\x5e\x0e\x54\xf5\x78\xc1\x85\x7c\x15\x6f\x14\xa8\xf2\xb0\x8f\xce\x2b\x3a\x95\x96\x79\xb4\xfb\xa2\x37\xc2\x00\xb9\x0c\x57\xc7\x7e\xc8\x04\x38\x86\xfd\xb2\xd8\xa7\x9e\xb5\x40\xb9\x07\x74\x10\xd2\x04\x0c\xf1\x62\x0e\xe1\xcd\x00\x55\x26\x21\xd0\xa2\x60\xb4\x8e\x28\x17\x76\x31\x5c\x6f\xf1\x67\x7d\x81\x81\x79\xa5\x8d\x89\xb3\x78\xa3\xee\xa5\x80\xb8\xc1\xe2\xea\x0b\xc2\xc2\xcc\xc5\x11\x3a\xb9\x7d\xa6\xd8\xb1\x2f\x0b\x66\x7f\x8d\x16\xd5\xde\x96\x6d\x72\x13\xab\xca\xa9\x4c\xf2\xa9\xc7\x10\x81\xbc\x2b\x17\x70\xe6\x2e\xc4\x40\x22\x78\x49\xd7\x92\xfc\x6f\xe2\xff\xd6\xca\x99\xd7\x3b\x16\x93\x0c\x64\x35\x98\x95\x5b\x2a\xb5\xc6\x85\x61\xe3\xaa\xb3\x6e\x13\x68\xc6\x4b\x88\x52\xb7\x52\x39\x38\xf2\x8c\xb4\x9a\xa4\x04\x93\x32\xa6\xc7\xc9\xf4\x3b\x4d\x7a\xd7\x56\xe0\xb0\x0a\x66\x38\x27\xb9\x36\x18\x6e\x05\x29\x27\xf8\x35\x86\xbc\xb7\xc8\xf7\xa4\x9f\x7f\xff\xfd\x1f\x13\xf2\xc5\xff\xe3\xdf\xfe\xf5\x5f\xff\xf8\x6f\xdb\x14\x4d\x85\x76\x8b\x35\x72\x70\x3d\x55\x09\x24\xde\x81\x45\x6e\xb2\xc3\x2e\xb8\x43\xd2\xb4\xfc\x4e\xfb\x6e\x4c\x59\xaa\x7b\x1c\x85\xd3\xd0\xb1\x3b\x85\x3a\x3e\x3d\xa4\x74\x7c\x0a\xb7\xbd\x66\xa6\x55\x3e\xc5\x41\xb6\x74\x02\xf4\xff\x5a\x02\x1a\x30\xb0\xd4\xbc\x5d\xd8\x0f\xcf\x82\x34\x6b\x1b\x21\xef\x9c\xb9\xcd\x80\xbb\xee\xbd\xbf\x84\x64\x96\x32\x85\x63\x0a\x16\xb2\x60\xb7\x83\xf3\xcb\xbe\xcc\x32\xe9\x02\x32\x28\xd1\x6c\x46\xe1\xbe\xb6\xe7\xb5\x4d\xfa\xa2\xfb\x85\x5a\xf6\xda\xf2\xf5\x90\xb0\x78\x2f\x38\x3a\x46\x34\x61\x04\x45\xe3\x77\x5f\x4e\xed\x6f\x2d\x32\x3f\x85\xb8\xca\x16\xf9\xfb\xa9\x4b\x67\xa6\xca\x0c\xec\x4f\xef\xbd\x6c\xeb\x9a\x80\x51\x73\x4d\xfa\x47\x27\x8f\x54\xf9\x5a\xd1\x88\xca\x78\xe4\x18\x60\x00\x23\x8d\xa5\xe1\x4c\xca\x07\x17\x75\xba\xf0\xa5\xfb\x4f\x1b\x29\x3c\x38\x2a\x70\xf7\x5d\x00\xb1\x95\xdc\x8e\xe1\x05\x46\xda\xb3\x21\x69\xff\x55\x4b\x41\xda\x73\x3a\xcd\xdc\xaf\xfe\xa9\x0b\x8a\xa5\xda\xa5\x76\xa5\x21\x26\x26\x9b\xa3\x6d\xf2\x43\x26\x87\x30\xaf\xcf\x7e\xae\x18\x56\x0a\x03\x2d\x2e\x89\xe2\x5e\x71\x13\xe1\x56\x63\xa6\x29\xa6\x78\x43\xad\x2d\x5f\x80\xdc\x72\xe3\xc5\x69\x7d\x09\x63\xfa\x6f\xf4\xc4\xc2\xaa\xf8\x64\x34\xb4\xc7\x86\xa0\x2e\xdb\xea\x17\xf2\xce\xb1\xa1\xf7\xf6\x2e\x70\x41\xbc\xb8\x0e\x75\x1d\xcc\x43\x07\xbf\x44\x1d\x70\x41\x30\xbd\x70\xc9\x97\x7f\x3f\x69\xb7\xdb\xe1\xeb\x4b\x3b\x97\xff\x47\xb8\xd1\x2c\x1b\x61\x4b\xfe\xa6\x99\xf7\xc5\x67\xab\xb7\xc4\xf6\xe2\x02\x30\x05\x0a\xe0\x24\x32\x23\xc7\x85\x0d\x35\x95\x89\x26\xff\xdb\x4a\x92\xd1\x5a\xc2\x8f\x56\x75\xaa\x3f\x57\xae\x0e\xda\x0b\x1d\x2c\x67\x83\xae\x1e\xad\x18\x6a\x21\xe8\x92\x54\x43\xbc\xd1\x23\x4f\x73\x4f\x0c\x96\x74\x4e\x1c\x1c\x03\x94\x28\x33\xec\x8b\x81\x47\x0d\xb8\x17\xb5\x01\xde\xf5\x42\xdc\x02\xcb\x2d\xe0\x2f\x90\xae\x1b\x16\xc0\x61\x12\x38\xee\x80\xf3\x6c\xc5\x0e\x0b\x7b\xc1\x88\x18\x9b\x4a\xe7\xd3\x29\x55\xf3\x93\xe2\xb8\x2d\x12\x67\x01\x51\x08\x7c\x26\xf3\x0b\x00\x4e\xd3\xcc\x9d\x2d\x17\x37\x10\x55\x52\x9e\x84\x74\x00\x92\xb2\x84\xa7\x2e\xc2\x8a\x22\x7e\x32\x13\x89\x4c\x1d\x5d\x17\x59\x94\x65\xc1\x22\xbc\xb3\x28\x52\xf8\x18\x14\x5d\xd8\xbf\x84\xc1\xd4\x6a\xf7\x86\xff\xb8\x81\x85\xcb\x81\x36\x96\x59\x8e\x37\x70\x48\xf6\xae\x6e\xfd\x37\xeb\x5f\xbc\xb0\x0e\x65\xd1\x9a\x7a\xc5\xcc\x1b\x01\x14\x7d\x2a\xae\x60\x88\xa6\x40\x83\x48\x1e\x72\x4c\xf1\xef\x33\x79\xcd\x33\x7b\x73\x01\x8d\xb7\xfb\xa2\xf4\x73\x8b\xb0\x8c\x4f\xb9\x08\xc1\x6c\xc8\xdf\xe5\x08\xa5\xdc\x07\x6e\xec\x96\xe9\xf4\xc1\xb2\x30\x9f\xae\x1f\xa9\x3e\x1d\x31\xf7\xa4\x13\x7c\x41\x4e\xe9\xcf\xb5\x1d\x57\xa1\x16\x5b\x99\xd3\x36\x71\xec\xe4\x46\x1e\x11\x1e\x9c\xdf\xbe\xb0\xad\xf9\xb3\x54\x44\xd1\x46\xed\x45\xcd\x1d\x83\x9c\xce\x7d\x42\x1d\xb4\x00\x7d\x94\x42\x61\x83\x98\x5a\x23\xa4\x74\x2b\xf5\x07\x37\xcf\xbf\x80\x98\xc1\x81\x90\x29\xdb\x30\x74\xb8\xa6\xbe\x9b\x33\xfc\x7a\x7f\xa1\x62\x98\x23\x03\x7c\xa2\x29\x29\x90\x69\xbd\xa1\x31\xb4\xb6\x50\xa2\x6b\x07\x60\xb8\x9f\xb6\x2d\x56\x5d\xf0\x34\x68\xc5\xab\x05\x51\x4e\x63\x69\xed\xcb\xc5\x1c\x77\x92\xd1\xd3\xed\xcc\xc1\x38\xf7\x04\x96\xbd\x28\xfb\x4e\xc6\x4a\xe6\xb3\x90\xf8\xeb\x53\xa0\x70\x1b\xdc\x8d\xd6\x13\x23\x79\xea\xa4\xea\x0b\x2e\x1e\xf0\x2e\x7c\xae\x3d\x0a\x65\x13\xa3\xdf\x3d\x07\xc3\x15\x3f\x76\xb5\x73\xed\xa8\xb5\xa1\xc9\x03\x02\xa6\x2d\x2b\xbb\xb9\x69\xe1\xd0\xe2\xbe\xcc\xb3\xcc\x75\x5b\xb0\xcf\x02\x3a\xfe\x91\x53\x42\xc9\xfd\x4d\xaf\xbe\xef\x07\xbe\x68\x3d\xaf\xe7\x9d\x65\x02\x81\xff\xf9\x91\x6f\x14\xe7\x56\x01\xf8\x63\x25\x52\x0f\x26\x80\x26\x58\xa4\x0a\xef\xde\xd1\x5d\x67\x79\xd0\x60\x5a\x43\xa9\xf5\x93\x2f\x3a\x3e\x77\x1f\x7f\xb6\xdf\xd6\xef\xc8\x67\x48\xf0\x08\x59\xf0\x53\x2a\xec\x04\x7d\xaf\x0d\x36\x22\x64\x8b\x5b\x0d\xe9\x7e\xb6\xd5\x80\xb0\xc7\xf5\xe2\x49\x7d\x57\xbe\x95\x27\x34\x1a\xd1\x0c\x15\x2e\x33\x01\x41\xbc\x45\x6e\x93\x09\x9b\x52\x88\x31\x98\x96\x05\x72\x90\x4b\xde\x65\x54\x8d\x51\x4a\xd0\xcc\xe8\xf7\x35\x3b\x5c\x84\xda\xee\xb0\xc3\x5b\xc0\x2d\xc7\xf6\x76\x48\x03\x5c\xc6\x01\xc2\x28\xcb\x30\x2f\x81\x39\xf9\xfe\xfd\xdd\x61\xd5\x55\xfc\x04\x6e\x4c\x85\xb5\x8b\x53\x2b\x8a\x35\xe7\xbf\xef\x88\xf0\x7d\x49\xa7\x21\x57\xd4\xc3\x7c\xbb\x9c\x00\x1c\xdb\x90\x01\xe4\x4f\xf3\x18\x76\xc6\xf4\x8e\x87\xe0\x20\x84\x9b\x46\xd0\x17\x1d\xff\x4a\xc8\x37\x03\xf9\x46\xa1\x97\x14\xa2\x92\x30\x06\x0f\x64\x8c\xa8\xf2\xa6\x9b\x5c\xc3\x24\x36\xcd\xeb\xa9\xc2\x92\x5b\x19\x27\x00\x7e\xa1\x76\xe7\x85\x5d\x3f\x8f\x86\x9e\x5d\x75\x86\x1d\x3a\xbf\xf5\x53\xac\x14\x7a\xa8\xeb\x78\x15\xf3\xed\x86\x5c\x62\xd7\x50\x5c\x5b\x02\x23\x97\xb2\x79\x11\x27\x63\x57\x1c\xe5\xd2\x4a\x67\xa5\xc3\x3a\xc2\x9c\xb9\xdd\x0c\x7a\xa8\xc6\xec\x3d\x42\xc5\x4c\x98\x00\x49\x70\xfd\x96\x21\xf1\x70\x73\x6b\x1c\x2d\x92\xeb\x0a\xc5\x25\x38\x17\x72\xc1\x1d\x0e\xa9\xd3\x55\x23\x47\xb1\xb7\xe9\x14\xdf\x73\x4d\x34\x35\x5c\x8f\x78\xad\x84\x1c\x67\x2a\xee\xb2\xea\x1b\xd5\xca\xf6\xdb\xbc\x8c\x54\x43\xc0\x5b\x9b\x7c\xe4\x4a\x9b\x68\x4a\x46\x86\x44\xc3\xa6\xea\x9b\x56\xb9\x7d\x4e\xff\x92\x9f\x41\xf4\xfe\x52\xa7\x5b\x08\x6e\x6c\x93\x4e\xa1\x66\x63\xaa\x25\x2a\xd0\x2b\x66\xc4\x32\xcd\xb6\x21\xbe\xb5\x74\x12\x30\x47\x03\x01\x11\x60\x97\xda\xfe\x5e\xe0\x75\x85\x61\x3e\x41\xfe\x00\x7d\x60\x4d\x35\xbb\x37\xad\xf7\xbe\xb2\xcc\x7b\x27\xa8\x1c\x12\xb5\x8e\x6d\x06\xb8\xfe\xb1\x2b\xb2\x5b\xf9\xe8\xc4\x2e\xb9\x15\x35\x92\x07\x17\xb6\x38\x02\x3a\x74\xf9\xb1\x4f\x13\xa9\xe3\x73\xe6\xf7\x0f\x36\xd3\xa8\x9c\xf9\xf0\x44\x88\xfa\x0c\x0b\x8c\x4e\x22\x21\xe3\xf4\x59\x18\x75\x38\xa4\x18\xd6\x10\xf6\x9b\xb8\xbb\x01\x97\x01\xcc\x35\xbe\xa9\xc5\xd3\x5c\x72\x08\xef\x70\x9c\x1f\xd8\xaa\x3a\x6a\xcb\x36\x2d\x9c\xdc\x86\x6b\x6c\x53\x70\xb2\xc6\xb3\xb4\x51\xfc\x2b\x58\x1b\x78\x02\xc0\x37\x78\xed\xce\x28\xaf\xf3\x6c\x38\xab\xda\x2e\xeb\xf7\x9c\x10\x4e\xfb\xc6\x6e\x72\xd3\xdd\x12\xb7\x29\xc3\xaf\xbd\x0d\x50\x3e\x79\xbc\xa6\x7d\xa0\x1c\xad\x09\xef\x1b\xa0\x60\x90\x78\x34\x56\x1f\xc5\x71\x6d\x46\x23\xa5\x25\x46\xb3\xb0\x73\xfc\x6a\x70\x12\x63\x32\x95\x1c\x05\x50\x2a\xf4\xef\x23\x7e\x9d\x1c\xd5\xfc\xc3\x6a\x31\xfa\x7d\x48\xe1\xa4\xda\xf7\x51\xe4\x54\x35\x93\xe0\x7e\x30\x90\xfc\x52\x3c\xe7\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\xb8\xdf\x31\xa4\x9c\x2a\x99\x0b\x8f\x21\x23\x05\x93\x23\xb0\x8a\x82\xa3\xc1\xeb\xfd\x00\x2f\x21\xa4\x89\xc2\xc7\x15\x9b\x61\xf0\x22\x48\xa8\xcd\xcb\xbd\x23\x8e\xd2\xaa\x75\x7e\x0e\x1c\xa5\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\xa2\xe3\xe0\x51\xda\x80\xcd\xc2\xfb\x2b\x95\xf1\xc0\x07\x40\xfb\x8e\xab\x14\x60\xb6\x24\xc4\x4c\xb0\x63\x23\x8f\x21\xed\x06\x92\x39\x10\xd9\xac\x09\xef\x17\x8c\x18\x9b\x5c\x07\xf6\xfd\x35\xc6\x89\x81\x32\x5f\xa2\x81\xba\xbb\x57\x13\x5f\xa1\x0c\x84\x19\x21\x98\x72\xfa\xd9\xca\x9b\x63\x43\x13\x47\xbc\x95\xcb\x6d\x9c\x0e\xb5\xa7\x82\x3a\x15\xfc\x9b\x34\x62\x02\x6d\x02\xc1\x20\x13\x39\x95\xf6\xda\x96\xb9\x8e\x1e\x62\x34\x11\x5c\x36\x4b\xea\xb3\xcd\x30\xcd\xf6\xeb\xcd\xc6\x1e\x2d\xfb\x08\x65\xc7\xf8\xa5\xd5\xd0\x7b\xd1\x4c\x86\x65\xe8\xb2\x15\xe3\x0f\x98\x53\xcb\xe9\x06\x0c\x68\x53\x3e\x9e\x38\x44\x65\x87\x24\xc3\xff\x6e\x35\x48\x4b\x52\x21\x70\xc7\x27\xee\x38\x4f\x3b\x66\x93\xd7\x95\xf9\x6c\x74\x60\x6c\x82\x9c\x06\x8c\x65\x98\x8f\x6e\x01\x06\x79\x85\xf2\x12\xb2\x30\x0b\x7f\xb9\x5d\xe4\xe0\xb3\xf4\x39\x42\xe1\xc3\xc7\x02\xce\x7b\x3e\x63\x2d\x32\xcc\xe1\xf9\xe5\xd5\x5d\x6c\x1b\xe2\x02\x1e\x1f\x27\x13\x96\x3c\x40\x88\x1b\x32\x45\x5c\x2e\x8f\xcb\x3e\x9c\xf7\x45\x01\x1a\x6b\xa4\x37\x74\xcc\x03\x2a\x4f\x40\xa6\x92\x8a\xa4\x5c\xcf\x32\x3a\x27\xec\x8b\x61\x02\x3d\x63\x85\xc7\x3c\xb8\x94\x2d\xb1\x6c\xa7\xb6\x00\xaa\xad\xe3\x02\x5e\x0e\x83\xbf\xfc\x24\x42\x61\x95\x10\xe6\x51\x27\x76\xec\x8c\x93\xb4\x8b\x87\xac\x09\x9f\x39\x2a\x27\x84\x3b\x1a\x9b\x4a\x43\x3a\x85\xa8\xe4\x45\xf4\x8f\x7c\xe0\x09\x58\x50\xfa\xbe\xf2\x88\xfd\x1b\xd1\xf1\x99\x7a\x64\x69\x5f\x94\x13\x56\xdc\x55\x56\xec\x32\x29\x70\x3b\x9b\x58\xe7\xe6\xe0\x80\x31\x14\xc8\x72\xe7\x1d\x04\xe9\x16\xd9\xb9\x21\xb6\x62\x09\x8e\x68\x7d\x45\x90\x67\x00\xbc\x5c\xdb\xf8\x51\x00\x85\x3a\x94\x3f\x07\xe3\xeb\xca\x6b\x64\x10\xf4\x18\x08\x33\x84\xe3\x63\xae\x5e\xf0\x39\x3b\x1f\xf4\x42\x40\x64\x5d\x1b\x7d\xe1\x03\xe7\x46\x79\x96\x61\xfe\x75\xc3\x72\xf9\xf4\x1c\xef\xe3\xfd\x7a\x39\x10\x41\xaf\x25\x11\xb2\x6a\xb0\xfa\xa5\x6c\x96\x42\xa8\x53\x32\x2f\x2a\x29\x01\xf1\x32\xa1\x73\x88\x05\xf2\xa8\x8a\x10\xa1\x3a\x66\x86\x58\xb9\x23\xcd\x33\x8c\x04\x83\xd0\x5a\xc8\xf5\xa1\x59\x46\xb8\xd1\x7d\x11\x52\x93\x10\x67\x06\xae\x02\x1f\x7b\x9b\x3a\x59\x10\xba\x80\x66\x1d\xf6\x3e\x5c\x10\x3c\xe1\xa6\x34\x24\xb0\x54\xce\x63\x28\xb2\xd9\x8c\x51\x8c\x5a\xf0\x85\x79\x63\x69\xb0\xba\x0d\xce\xc5\x0f\x90\xe8\xcd\x15\xb2\xf7\x41\xbd\x08\x89\xbf\xf1\xa6\xb4\x49\x07\x67\x67\x45\x41\x8f\x0b\x8e\xa3\x75\xd1\x92\xce\x9f\x60\xe5\x2d\xa3\x43\x81\xa1\x20\x51\xcf\xa8\x32\x3c\xc9\x33\xaa\x32\xc0\xfb\x19\xe5\x19\xe1\xa3\x08\xe2\x1c\x36\x01\x33\x53\xa0\x8c\x98\x84\x3b\xc2\x47\xbd\x68\x3a\x65\x51\x90\x9e\x53\x3c\xb3\xc8\x88\x88\x68\x1b\x68\x9d\xb2\x6d\xbd\x6f\x93\xf3\x2a\xa0\x3d\x1c\x8b\x28\xa3\x95\x6b\xe4\x80\x61\xbc\x51\x70\x09\x02\xe3\xf3\x91\x15\x76\xbf\x8b\x0e\x5e\x53\xe5\x14\xaa\x1f\x36\xb4\x50\x7a\x58\xa4\x15\x15\x55\xea\x82\xcb\xee\xa0\x20\x47\xc9\x6e\x19\x4e\xc4\x8a\x0a\xae\x1b\x0e\x32\xce\x06\xde\x62\xa0\x3f\x47\x15\x2f\xaa\x83\x9d\x2e\x41\x54\x87\x7d\xdc\x70\xa8\x11\xda\xe1\xe6\x03\x8d\x28\x27\xb6\x47\x37\xae\xec\x6a\xe5\xf2\xe7\x12\xee\x20\xb1\xe3\xb2\x82\x3d\x43\x0f\x46\xa5\xd0\x15\x8c\xc1\x01\x14\x02\x9e\x4c\x38\x6c\x43\x46\x32\x2e\x1e\x7c\x3c\xab\xdd\xf9\x16\xa1\x45\xeb\x70\xf8\x70\xf4\x48\xcc\x0d\x92\x4d\x1d\xfa\xd2\x0e\xc2\xce\x7a\x31\x41\xb5\x9b\x1b\xe6\xbd\x11\xc0\xd6\x42\x9d\xa8\x68\x1e\xeb\x6f\xcb\x52\xb7\x5d\x10\x62\xbd\xaf\x0e\x2f\x98\x28\xaf\xc5\xf0\x50\x39\xa8\x71\x7d\xaf\x27\xb4\xbe\x4a\xdc\x6a\x40\xc1\xfb\xcb\xf3\xee\xc7\xde\x65\x19\x05\xf0\x4f\xf7\xdd\xfb\xf2\x2f\x37\xf7\x97\x97\xbd\xcb\x4f\xf1\x4f\xb7\xf7\x67\x67\xdd\xee\x79\xf9\xbd\x8f\x9d\xde\x45\xe5\x3d\xfb\x53\xf9\xa5\xce\x87\xab\x9b\x0a\xee\xe0\xed\x8f\xbd\xeb\xeb\xf2\x4f\x77\xbd\xcf\xdd\xf3\xc1\xd5\xfd\xdd\x52\x88\xc1\x62\xfc\xb5\x4b\xb4\x0f\x6c\xb6\xad\x71\x25\x3b\x64\xa4\x38\x13\x69\x36\x2f\x4a\xa1\xdb\x43\x57\x71\x52\xc6\x2c\x9d\x4f\x99\xcc\x77\x89\x19\xb0\xaa\xaf\x7c\xb4\x2a\x75\x46\x5c\x6b\x2e\xea\x8a\xea\x87\xc6\xbc\x46\xa3\x16\xcd\x60\x4b\xa3\x2c\x8c\x9a\x87\x38\x9e\xa5\xf1\x03\x21\x0d\xc3\x75\x42\x66\x4c\x2d\x1b\x0b\x5c\xb8\x2a\x9f\x19\x3e\x5c\x34\x34\x6d\x98\x9e\xb0\xb9\x66\x87\x39\x7a\xf5\xd1\xd5\x97\xf5\x8c\xce\x83\x85\xed\x88\xc8\x03\x96\xe9\xf5\x77\xe0\x3a\x7c\x52\x4f\x7a\x67\x1e\x34\xd8\xaa\xcc\x86\x8a\x86\xe4\xeb\x0d\x0b\x9b\x14\x88\x48\xaa\x28\x2f\xe4\x6e\x2a\xaf\x45\x14\x19\x9d\xdb\x68\xd6\x0e\x14\x4d\xb8\xab\x27\x02\x4b\x8b\x50\x8e\x6b\x36\xa1\x52\x3a\xe2\xd9\x6f\x99\xa5\x34\xef\xa2\x4e\x41\xf4\x43\x54\x1a\x97\xb6\x86\xd7\x32\x40\x3d\x35\xba\xea\xf6\x5c\x69\x26\x88\x9e\x45\x99\x8c\x50\x78\xc5\xf3\xa3\xcd\x05\x8d\x4a\x91\x89\xa8\x00\x07\xd6\x63\x06\x10\x22\x68\xb6\xb0\xc5\x39\xc9\x02\xf9\xc0\x23\x4b\xc9\x71\x5c\xd8\x27\x3d\x86\xf8\xc1\xbe\x68\xd2\x30\x6b\x8a\xe2\xc4\x14\x70\xed\x31\x8f\x77\xd9\xfb\x9a\xd5\x6f\x3e\x82\x7e\xb1\xd7\x0b\xaa\x20\xfe\xf5\x36\x69\x36\x65\xba\x7d\x19\x52\x34\x21\xc1\xd9\x0a\x60\xce\x4d\x21\x5e\xe1\x2e\xdc\xcc\xe2\xba\x96\xb5\x95\x96\xd3\x4a\x51\x66\x99\x50\x8d\x31\x88\xbe\x4a\x62\x51\xc9\xa7\x28\xe1\xd4\xa4\xb4\x04\x90\xb0\x3d\x66\x9e\x35\x69\x90\x2d\x8c\x08\x08\xd5\x18\x63\x64\xa5\x80\x12\xb7\x19\xe1\x87\xdd\x08\x78\x5c\xd4\xf3\x3d\x60\x58\x19\xcd\xad\x4c\x3f\xcb\x28\x06\x12\x4d\xa8\x46\x92\xf6\x46\x4a\x3a\xe4\x19\x37\x10\x85\x89\xea\x7d\x65\x85\xa5\x22\x53\xaa\x1e\x7c\xf6\x0f\x2d\x72\x00\x96\x11\xfd\x8e\x8e\xb4\x02\x30\xfc\x25\x5d\x69\xc5\x91\x5d\xd7\x36\x50\x90\xa5\x73\xa3\x15\xdb\x81\x25\xed\x8c\x8c\xc0\xcf\x37\xdb\x59\xd7\xe2\x75\xf5\xf3\xd2\x7a\xd7\x5c\xd4\x9b\xdb\x6c\x5d\x6a\xeb\x06\x6c\xbe\x9a\xf8\x5a\x7b\xb2\x46\x99\xa4\x0d\x50\xa7\xbe\x6d\xcc\x63\x6d\x6a\x3b\x95\xf9\xb0\x29\x6b\x0a\x47\xb5\xbc\xf5\x65\x0a\x98\x3f\xb7\xfb\x12\xe8\x62\x06\x48\x0d\xb3\x92\xee\x76\x0b\x6a\xbf\x3e\x86\xcf\xeb\x1b\x77\xb9\x42\x6b\xcf\x79\x81\xd0\x0a\xc4\x83\x90\x9b\x75\x37\x9f\xb1\x9a\x72\x19\x7f\xca\xa1\x24\xc7\xd5\xe8\x16\x6b\xb1\xef\x42\x64\x86\x2f\x52\x58\xfd\x49\xac\xf6\x7a\x57\xd6\x6e\x63\x1a\x28\x57\x90\x5d\xd2\x66\xdd\x6c\xa0\xfe\xec\xfa\x07\xb2\x0c\x07\x3e\x53\x5c\x2a\xcb\x36\x1d\x86\xf8\x92\x04\x83\xda\x7e\x77\x58\xc9\xbf\xe5\x2c\x67\x96\xf6\x87\x79\x3a\x66\xbb\xa8\x66\xc5\x94\x26\xf2\x89\x4c\xf3\x64\x42\x7c\xe3\x24\x65\x19\x9d\x97\xa6\x06\xf2\x92\x91\x19\x24\x6c\x6d\x99\x3f\x94\xe4\xda\xc8\x29\x38\x19\x8b\x76\x55\x2e\x80\xe0\x09\x35\x46\xf1\x61\x6e\x6a\x3d\x53\xa5\x40\xfa\x2d\x2d\x0b\xb7\xd7\xdd\xb3\xde\xc7\x5e\x45\xad\xef\xdc\xfe\x18\xff\xfd\xf3\xd5\xcd\x8f\x1f\x2f\xae\x7e\x8e\x7f\xbb\xe8\xdc\x5f\x9e\xfd\x30\xb8\xbe\xe8\x5c\xc6\x3f\x9f\x77\xee\x3a\xb7\xdd\x55\xf6\x80\xc5\x5e\x9b\x37\x82\x46\x71\xfe\x56\x76\x71\xa1\xe9\x60\x8a\x69\xf7\x11\xac\xdf\xf5\x7a\x4a\x3a\x3e\xeb\x21\x06\x79\xa5\xde\x46\x03\xb6\x45\x44\x9d\x75\xa6\x1c\x28\xaa\x86\x28\xde\x6d\xd2\x21\x1e\x8d\x1d\x1c\xd1\xda\x0a\x0b\x2e\x26\xdc\xee\x0e\x36\x61\x25\x86\xa4\xd0\xdc\x0a\x24\xb1\xb8\xb0\x75\x94\x00\xeb\x2a\xef\xb4\xfb\xa2\xfb\xc8\x84\xc9\x21\x3b\xcf\x6a\xfe\x1e\x3c\xdc\xbd\x10\xc5\x2d\xfb\x51\x6a\x3e\xe5\x19\x55\x05\xe8\xd3\x95\x6b\x0b\x04\x76\x3f\x56\x18\x17\x67\x75\xf0\x21\x5e\x79\xb8\xef\x11\x18\xf7\xd9\x45\x0f\x44\xa0\xc4\x78\x88\x05\xdf\xb9\xab\x9d\xed\x7b\x9c\x52\x08\x8e\x08\x25\x8d\xb1\xfb\xc6\x22\x42\x37\x35\xa0\x4b\x5b\x64\x93\x40\x09\xf2\x67\x73\x73\x84\x41\xfa\x7f\x74\x85\x51\xf3\x4d\xc0\xb8\x48\xca\x34\xc8\xa6\xce\xa3\x51\x06\x82\x62\x1a\xfc\x43\xbe\xf5\x4b\x10\x76\xbc\xc7\xcd\xb9\x6d\x1d\xed\x02\x06\x0b\x6f\x2c\xb7\x9e\xd9\x4b\xe8\xb5\xae\x43\x1c\x17\x0c\xab\x30\x94\xb9\x48\x7d\x15\x9b\x29\x17\x27\x53\xfa\xe5\xbd\x9f\x29\x96\xe9\x0f\xb9\xe1\x58\x3a\x38\xb3\x9a\xc8\xdc\x32\xb9\xe5\xcb\xd5\x17\x4b\xd6\x6b\xb5\xb4\xe8\x39\x2b\xa8\x3d\x85\x8e\x8a\x5e\xa4\x47\x36\xaf\xdb\xbf\x05\x8c\x0f\xf4\x54\xb9\x03\x0f\x8d\xcc\x14\x83\xa2\x6d\xc1\x47\x95\xa1\xef\x31\xfc\x0d\x31\x10\x25\xdc\xaf\x7a\xe6\x1d\xdb\xe7\x76\x3a\x37\xb5\x96\xc1\x67\x40\x69\x71\x3d\xd9\x4d\x43\x3b\xa1\xcf\x93\x77\x31\x1f\x29\x26\xac\xd9\xdd\xfa\xab\x1c\x42\x69\x11\xed\x61\x7d\x15\x4b\xc0\xe4\x69\xf7\xc2\x27\x95\x42\xa8\xfd\x82\xf1\xd1\xd3\x40\xc6\x34\x18\xe0\xa1\xec\x15\xfb\x5b\xee\xe2\x69\x7f\xff\xfd\x66\x17\xad\x51\x73\xe2\xd3\xd7\xe3\x10\x1d\x17\xa1\xe6\x2e\x5d\x18\x57\x2e\x78\x1d\x14\xff\x0d\x16\x7c\x7a\xd9\xba\x7a\x95\x4e\xdd\x9f\x2b\xa3\x98\xee\x7c\x6a\x1c\xbe\xff\x6c\x39\x53\x3f\x55\x52\xa5\x5c\x77\x10\x9c\xe0\x5a\x8f\x6f\xb4\x21\x4d\x1e\x9e\xa8\x4a\xd1\x58\x08\x76\xe3\x36\xf9\x41\x3e\xb1\x47\xa6\x5a\x24\x61\xca\x50\x97\xc2\x60\xcf\x5a\x96\xc1\x81\x72\xed\xf4\x05\xc4\xeb\x60\x3e\x88\x00\x48\x64\xc3\xc7\x13\xab\x50\x3a\xc3\x94\x2b\x8d\xa6\x99\x81\xf0\x63\xf6\x65\xc6\x12\x0c\xd4\x6a\x8a\x4e\x19\x65\xf4\x71\x31\x27\x63\x9b\x70\xfb\xa8\xfa\x9b\x2f\x10\xe4\xf2\xd8\x96\x1a\xaa\x7d\x11\x31\xe4\x9a\xb3\xb9\x99\x48\xd1\x22\x63\x99\x51\x31\x6e\xb7\xdb\x84\x99\xa4\xfd\x7e\x23\x42\x77\x0d\x46\xdd\x15\x5e\xf6\x4c\x6a\x96\xcd\x03\xba\x4b\x88\x86\xb2\xab\x0c\xd1\x57\x9a\xa3\xc9\xa3\x86\xfa\x6f\xab\x51\xfb\x2f\x6b\x3a\xaf\xd7\x54\x37\x0e\xff\x6b\x68\xa7\x5a\x53\x7e\x55\x4b\xf8\x7e\xbd\xe6\xb5\x41\x38\xab\x47\x52\x2b\xc2\x5a\x1b\xb2\x2a\xa5\xd8\x34\x56\xf3\x27\xd9\x84\x1e\xbc\x55\x1a\x52\x6d\x4b\x2e\x69\x64\xab\xe8\xc5\x45\x8a\xae\xa1\xb8\x10\xe8\xbb\x53\xca\x63\x96\x4f\x17\x4b\x60\xec\x4b\x8a\x2a\x06\x89\xff\x3a\x83\xee\xd6\xc7\x9b\x0c\x20\xc9\x52\x61\x84\xa5\x1b\x2f\xda\x42\x91\x98\x80\x5b\x2a\xae\x21\xf9\x6a\x9b\x20\xc8\xd0\x0c\x36\x0d\x2e\x1b\xa8\xa2\x05\xb0\xf5\xae\xe8\x3f\xc4\x75\x86\xda\xfd\xf8\x89\x46\x51\x07\xfc\x3c\xcd\x9c\xa1\x08\x1c\xdf\x4a\xf9\xbc\xbc\xba\x2c\xd5\xad\xeb\x5d\xde\x75\x3f\x75\x6f\x4a\x7e\xe9\x8b\xab\x4e\xa9\x2c\xde\xed\xdd\x4d\xc5\x75\xfd\xe1\xea\xea\xa2\xbb\xa0\x83\x76\xef\x7a\x9f\x4b\x8d\x9f\xdf\xdf\x74\xee\x7a\x57\xa5\xf7\x3e\xf4\x2e\x3b\x37\xbf\xc4\xbf\x74\x6f\x6e\xae\x6e\x2a\xfd\xdd\x9f\x2d\xd7\x66\x4b\xd3\xa8\xdf\x89\x42\x58\x8e\x62\xe8\xeb\x84\xc2\xa6\x7a\x58\xbb\x88\x1c\x54\x3f\x6c\x5b\xb2\xac\x81\x29\xa5\x6c\xb0\x5d\xb0\x46\x53\xc0\x49\x6d\x3f\x56\x1e\x9c\x0f\xa8\x31\x6c\x3a\xdb\x0d\x83\x70\xfd\x83\xb3\x59\x1c\x48\xb9\x64\x58\x73\x1c\x48\x69\x57\x5f\x4f\x1c\x48\x4d\x88\xc7\x62\x1c\x48\xef\xb2\x77\xd7\xeb\x5c\xf4\xfe\x5f\xa5\xc5\x9f\x3b\xbd\xbb\xde\xe5\xa7\xc1\xc7\xab\x9b\xc1\x4d\xf7\xf6\xea\xfe\xe6\xac\x7b\xbb\x66\x14\xc8\xa2\xdd\xf5\x98\xc4\xfd\x9c\x92\xbb\xa8\x66\x21\x4a\x85\xae\x4c\x97\x5d\x71\x2b\xd3\x58\xaa\xa2\x19\xff\x3b\x17\xe3\x16\x80\xe4\x9d\x92\xae\x52\xbd\x29\x1d\xb3\xeb\x3c\xcb\x5a\x24\x60\x61\x9e\x29\x46\x0d\xbc\x76\x2d\xd3\x5e\xf4\x1d\x18\x8e\x6a\xa7\x01\xfd\x3b\xcc\x49\xec\xbe\xe5\xfa\x8f\x9c\x9e\xc1\x28\xe5\x10\x12\x03\xba\xef\x29\xf9\x40\x93\x07\x39\x72\xe0\x39\xad\xa0\xe2\x92\xbf\xe5\xd2\x50\xc2\xbe\x24\x8c\xa5\xbe\x04\x4f\x95\x4e\x2e\xe4\x4e\x98\x91\x9b\xd4\x4f\x8f\xcf\xf4\xea\xf0\x99\xda\xef\x5c\xb6\xd3\x60\x13\xc0\x36\x37\xcb\xcf\xf8\xa9\xc3\x68\xab\x6d\xdd\x98\x6c\x0f\x36\xfd\x0b\x39\xae\xcf\x2c\x80\x60\x49\x97\x0e\x51\x60\x8b\x80\x87\x50\x8e\x89\xe6\xe2\xa1\x2f\x7e\xb6\x0a\xad\xcc\x15\xfe\x64\xa4\x82\x24\x95\x51\x96\xeb\x09\x03\x6c\xd8\x96\x2f\x56\x09\x9e\xc2\x72\xdd\x28\x20\x19\x4b\x9c\xf0\x75\xc6\x85\xe5\x16\x33\xee\x25\xc8\xea\xd6\xef\xa5\x46\x25\xd7\x41\xcf\x7e\x46\xf7\x6d\x61\x9d\x7d\x9a\x30\xac\xce\x59\xa0\xce\xfb\x82\x35\xc8\xb9\x21\xef\x14\x6b\x8d\x82\x68\x63\x97\xfd\x3b\x1f\x59\x0b\xcb\xfd\x28\x79\x4a\xd2\x7c\x96\xf1\x24\xf0\xdd\x27\xa9\x1a\x23\xa1\x50\xd3\xd9\x20\x12\xaa\xa2\xbf\x2f\x9b\x58\x8d\x1a\x15\x69\x6d\x4b\x62\xa2\x9e\x39\x2a\x2c\x42\xba\xca\x35\x53\xc7\x46\xf1\xf1\x18\xe4\x46\x6f\x94\x79\xfd\x61\x63\x9e\x36\xe7\x83\xdd\xed\x0f\xb1\x7b\x20\xc3\x4a\x3d\x01\xbe\xc5\xd2\xd4\x6c\x96\xcd\x7d\x30\x37\x2e\xa0\x3f\xf6\xb3\x5c\x21\xc6\xf0\x88\x84\x01\x35\x86\x6d\xcc\x14\xb3\xbd\xa4\x03\x04\x0f\xdb\x1d\xd4\xac\x37\x42\x28\x5d\x04\x2b\x8a\xfc\x67\x1e\xc0\xc8\xdf\x70\x45\xdf\x3e\xd5\x0a\x51\x0e\x00\xb2\x97\xc8\x27\x81\x35\x96\xe0\x7d\x90\xe7\x85\x04\xd9\x24\xa4\x5f\xf5\x85\xc7\x4a\x73\x09\x6a\xa3\x50\x31\x15\x6d\x9c\x58\x41\xe2\xeb\x87\xf9\x15\xe5\x5d\xed\xd4\x3f\x37\xd6\x49\x0d\x71\xf1\x3b\xd9\x4a\x5d\x4c\xd4\x5e\x8a\xf8\x2e\xa2\x29\x64\x72\x88\xe8\x8b\x0b\x59\x5a\xf1\xad\xb3\x99\x01\x73\xe4\x72\xe9\xca\x77\x96\x8f\x76\x84\xf0\x19\xb9\x04\xfd\xa2\x54\x96\x73\xaf\x69\x6c\xbb\x2f\x58\x6e\x64\x84\x77\x69\x27\xd7\xab\x94\x8d\x6c\x63\x4e\x43\x2f\xad\x05\x4f\x2a\x4e\x8c\x5f\xf9\x26\xee\x5c\x63\x43\xd9\x28\x0b\x6f\xa6\x98\xb7\x9e\xcd\x99\x09\x46\xb3\xcc\xe7\x5c\xcc\x67\xe5\x4a\x81\xb1\xd7\xc0\xdb\x05\x83\xa7\x17\x92\x82\xa2\x5a\x44\x52\x30\x61\xb4\xab\x1a\xd0\x17\xae\x71\x9f\xd3\x1b\x60\xb1\x9c\x23\x04\x17\xa6\xe5\x74\x10\x87\xc0\xac\x65\xf6\x88\x20\xa5\xc5\x9a\x18\x09\x39\x37\x76\x80\x67\x96\x9d\x5b\xe1\x85\x8a\xb4\xa8\x25\x33\x61\x7d\x51\x49\x6c\x55\x6c\xcc\xb5\x81\x8b\xc5\x53\x6c\xfc\xfd\xde\x92\xfd\x4a\xf2\xce\xb2\xa5\x6f\x4c\xf6\x5b\xc5\xb8\x46\x34\xd9\x24\xe9\x66\x3e\x63\x69\x2f\x7c\xb7\x9c\x18\x4a\xa6\x93\x34\x72\x2d\x95\x0e\x39\xd2\x80\xc7\x58\x07\x3f\xaa\x0e\xf0\x80\x61\x93\x02\xd0\x5a\x28\xa2\x67\xb7\x68\x4c\x7d\x21\x45\x1d\xaa\xe8\x61\x40\x40\x6c\xf2\x1e\x95\xab\xef\x05\x59\x2a\x91\xda\xa0\x7f\x0d\x3e\x19\x51\x9e\xe5\xaa\x51\x44\x40\xb2\xdc\x7b\x2a\xf2\x19\x34\x4b\xea\x76\x2d\xd8\xa5\xa3\x63\x14\x6c\xd2\x8f\x54\x41\x35\xfe\x59\x96\x8f\xb9\xd0\x65\xaa\x6f\x2e\x2a\xb3\x50\x60\x6b\xc5\x86\x17\x35\xb9\xd6\xe7\xc5\x1d\x3c\xec\x1a\x26\x0f\x7e\x88\x66\x54\x37\x27\xb4\x45\x63\xef\x8b\x3b\xb8\xab\x31\xd3\x36\x1c\x33\x8a\x28\xe4\x4a\x1b\x28\x7b\x5c\x3b\xdf\x12\x3f\x2f\x53\xea\x4e\x41\x6e\x75\x39\xb1\xab\x83\x69\x3f\xd3\xd9\xb2\x74\xc5\x9d\x5b\x5c\xb5\x0d\xc1\xba\x59\x3d\x86\xd5\xb2\x27\x35\xab\x17\x02\x82\x5f\xc4\x89\xb7\x09\x78\x42\x88\x0b\x77\xb0\x23\x0b\x99\xef\x25\xc1\x34\xfe\x74\xf3\xd4\x80\xc2\x7b\xe5\x00\xf3\xb1\xc1\x21\x06\x73\xc7\xf1\xe7\x3b\x64\xde\x87\x8d\xf1\x6d\x2d\xd9\x8e\x1d\x63\x63\x8b\x74\x86\x17\x0c\x8d\xfd\x69\x61\x89\x36\x8d\x8c\x7d\x8c\x53\x01\xe0\x6e\x28\xea\xc7\xaf\x25\x31\x87\x88\xd8\x9f\xca\xf9\x1c\xa5\x25\x96\x7c\xad\xc4\x97\x45\x44\x4e\x10\x5a\x52\x26\xa4\x61\x84\x12\xc1\xb3\x13\x91\x67\xd9\xc9\x25\x94\xef\xd5\x9a\x8f\xb1\x3a\x18\xd6\xd3\x00\x2f\x61\x81\x11\x55\x32\x95\x45\x47\x00\xae\x48\x3b\x24\xb4\xe2\x19\xcb\x31\xed\x16\x64\xf3\xbe\xb0\x5f\xa0\x88\x85\xd0\x3a\x3c\x78\x56\xb1\xb7\x50\xbb\x03\xfb\x82\x30\xc3\x79\xdc\x78\x0d\x81\x2d\x4b\x0f\xdc\xc9\xa5\x79\xc0\x8d\x7d\x35\xb8\xb1\x52\x85\x42\x16\xeb\x23\xc8\x36\x1f\xaa\xad\x21\x5c\x83\x20\x16\x5c\x02\x6b\xd0\xe3\xd7\x74\x07\x3c\x67\xb2\xe8\xce\x99\xa1\x7e\xa5\xf6\x61\x15\xfd\x1b\xc6\x1b\x0f\xe4\x68\xa0\x17\xe2\xb6\xc9\x72\x36\xbf\x10\xf1\xbd\x9e\x59\x2a\x0e\xf2\x88\x23\xa3\x17\x89\xa4\x49\x2e\x97\x62\xe0\x24\xf7\xf5\x06\x5b\x5d\xb0\x2b\xf1\x11\x3f\xbf\x96\x19\x4f\x96\xdb\xf2\xfc\xd5\x04\x50\x24\x0b\x96\x5c\x00\xed\x71\x68\xe4\xd4\xab\x13\x68\xa4\x32\x2c\x31\x85\x6a\xba\x38\xb9\x4d\x4c\x1d\x5e\x2b\x08\xad\x40\x12\x5e\x81\xa5\x44\xb0\x1e\xaa\x0b\xf3\x41\x41\x1a\x50\x3d\xe8\x0c\x6c\xc7\xbe\x60\x5e\x3c\x10\xe0\x4d\x4f\x13\x99\xb1\x16\xea\xbe\x60\x28\xeb\x8b\x19\x53\x89\x84\x5a\xa3\xa9\x7c\x02\x93\x61\x32\xe1\x59\x5a\x04\xd3\xbe\x03\xbb\x3d\x58\xd7\xde\xbb\x8c\xa1\xa2\x24\x47\x40\xd4\x59\x4d\xb6\xe7\x48\xec\x3b\x45\xc6\xee\xd3\x10\xb7\x8c\x0a\x7e\x76\xb6\x7c\x5c\x0a\x87\x80\x51\x51\x32\xa9\x72\x61\x90\x7e\x3c\x9b\xed\x30\x0b\x61\x92\x70\xc1\x20\xfc\x92\xa9\xec\xab\xc3\xc1\xa9\x2e\x25\x91\x96\x44\x79\xb0\x96\xda\x8f\x28\xf8\x5b\x28\x8a\x21\x43\x46\x66\x54\x5b\xc1\xc5\x6d\x6a\x5f\x14\x7a\xf5\x77\x3a\x16\x49\x6a\xf7\xb9\x4d\x3e\x42\x9d\x1e\x6d\xa8\x48\x58\x8b\x7c\x57\x9a\xe8\x77\x90\x54\x27\x24\xf4\x07\x05\x12\x4d\x79\x69\x80\x5c\x5b\x84\x9b\xbe\xe0\x1a\x29\x53\xb1\x8c\x3d\xda\xd1\xb9\xb3\x13\x79\x8c\x99\x0b\xe3\x0e\xd3\x06\x6f\x11\x55\x2c\x2e\x03\x18\x55\x0c\x77\x33\x73\x55\x85\x1c\x2c\x4a\x2e\x20\x4a\x92\x7d\x41\xf0\x99\x6c\x0e\x1e\x04\xc5\xd3\xd4\x76\x57\xa0\x22\xb9\x7c\x56\x80\xd9\x9d\xcb\x1c\xb1\xe2\x52\xb0\x0b\xd3\x10\x37\xe7\x11\x6a\x32\x8e\xc2\xe8\x50\x9a\x49\x19\xad\x03\x13\xde\xf0\x24\xb1\x47\xa6\xe6\x06\xc0\xf4\x60\x5d\x05\x83\x42\x67\xc6\x2e\x40\xc1\x38\xfa\x82\xa6\xae\xe8\x9a\x6b\xce\x2e\x0d\xd0\xfd\x92\x7d\x76\xcf\x87\xf2\x71\x99\x4c\xb7\xab\x31\x18\x4f\xf5\x2c\xa3\x62\x80\x0c\xf5\x2b\x98\x83\xa3\x5c\xc4\x26\x98\xc4\x7c\x38\x08\x20\x2d\x7b\x19\x67\x90\x74\x6e\x4a\x19\xc2\x56\x84\xf3\x1d\xb5\xaa\x50\xea\x5e\x32\x87\xa8\x59\x13\xca\xa2\xbb\xca\x44\xec\x4b\x5d\x60\xd7\x6a\x93\x36\xad\x18\xb0\x42\x39\xa0\x15\x36\x6d\x4f\x01\xaf\xd5\xae\xbd\xce\xce\x57\xee\x90\xea\xb6\x6f\x6e\x52\x5d\x10\x98\xb6\x32\xab\xae\x18\xd6\xf3\x9a\x56\x1b\x4d\x08\x8b\x26\xd6\x9f\xcb\xc5\xfe\xad\x56\x82\x2e\x52\x46\xb4\xb4\x7a\x8d\xb7\x70\xd4\xe7\x9a\x56\xe2\x99\x9e\x15\x5b\xab\x0c\x25\xb2\x76\x60\x20\xa2\xeb\x91\x5e\x51\x83\xae\x45\xfa\x47\x48\x59\xba\x7f\x84\x78\xb4\x3e\x65\xd9\x43\xf7\x95\xcb\x69\x55\x1d\x10\xe8\x1b\x2c\x0e\x9c\x83\x94\xdb\xc8\x9a\xf7\x35\x31\xf3\xa2\xa8\x49\x0c\x1f\x18\x62\x03\xee\x9a\x44\x9d\x73\xee\x01\xf5\x00\x56\x43\xe5\x89\x29\x26\x1c\xf0\xc7\x3e\xf8\x0f\xed\x12\xcd\x72\x77\xa3\x06\xbc\x2f\xa9\xfa\xc2\xb7\x56\xc0\x00\x77\xb2\x6c\xa1\xa9\x45\xe8\xbd\x88\x56\x01\x88\xd3\xe7\x33\x40\x9e\x8c\x7d\x09\x22\x3e\x17\xf8\x00\x14\x03\x1e\xb2\x02\x6c\xa1\x4d\x0a\xf0\x47\x10\x3d\x2a\x28\x73\x31\xc8\x5c\x96\x79\x84\x35\x94\xda\x22\x58\x2d\x9d\x43\x95\xaa\x51\x6e\xd9\x51\xe8\xdd\xca\x46\x00\x38\x38\xe2\xf6\x90\xf8\x75\xe9\x8b\xcf\x12\x17\x18\xc5\xab\x6a\xf1\x63\xb7\x6c\xdf\x85\xb4\x0e\xf7\xc3\x39\x5c\xdb\x23\xf4\x83\x55\x80\x3e\xc0\x7f\x0d\x51\x36\x2d\x2b\x7b\xa8\x62\x52\x09\x15\x7d\xf1\x57\xbb\x3c\x1e\x45\xcf\x6d\xab\x1c\xe1\x21\xf6\xc0\x28\xe4\xdd\x5f\xb0\xd1\x77\xff\xfa\xfe\x2f\xef\x11\xa3\x34\xd7\x90\x4a\xd7\x2a\x5f\x21\x7e\xa0\x76\x4b\x21\xc6\x2b\x94\xa8\xf4\x85\xaf\x8a\x2e\x96\xe2\xed\x38\x2d\x67\xdf\xd5\x25\x0a\xcb\x6b\x87\x24\xd4\x24\x93\x63\x2f\xcd\xc5\xc8\x82\x5c\x17\xb5\x4b\xac\xe4\x68\x65\xad\x4a\xbd\x13\x4c\x2c\x22\xa1\xf2\xb4\x2e\xaf\x83\xa5\x17\x2c\xd3\xe7\xf2\x6c\x2a\x18\x1d\xbe\x27\x20\xce\x02\x25\xa2\x90\xf4\xc2\xeb\x3e\x4f\x26\x2a\x84\x89\x26\x62\x41\xa7\x2c\x25\x7d\x8c\x2b\xef\x1f\xf9\xed\xef\x8b\xd9\xb0\x9d\xcd\x47\xa6\x0d\x51\xee\x6d\xbb\x2c\xed\xee\xd2\x6a\x7e\x78\x09\x0d\xd2\x45\x55\x69\xc5\x72\x37\x2a\x5b\xf5\xf2\x4e\x58\x9d\xd0\xd3\xfa\x42\x0b\x9a\x78\xc2\xfa\xdc\x96\x7d\x40\x2c\xd8\x8c\x18\xfa\xf5\x5a\x1e\x39\xce\x0a\xb9\x91\x60\x55\x9c\x4f\x80\x31\xb4\x17\x5d\x28\xd9\x48\x05\xcd\xe6\x90\xad\xd6\xea\x0b\xac\x26\xcb\x52\x42\x93\x79\x92\xf1\xc4\xa1\xc0\x95\x65\x21\xf6\xc8\x84\x29\x05\xd5\x42\x8e\xe9\x4b\x89\x43\x4d\xe1\xbc\xf5\xab\x7f\xdf\x20\x0a\x05\xc4\xce\xb2\xd5\xac\x4a\x26\x0e\xb7\x46\x6d\x88\xfb\x13\xba\x07\xd6\x9c\x7a\x7d\x56\x2a\x3e\xe6\x82\x1a\xa9\xc8\x3b\x30\xff\x67\x19\x53\xef\x43\x79\x41\x58\xc5\xfa\x61\x4c\x36\x2a\xea\x53\x03\x01\x57\x7f\xd9\x26\x49\xae\x14\x4b\x07\x8b\x51\x94\x9b\x62\x24\x2c\x8f\x31\xb3\xa2\x35\x9f\x32\x6d\xe8\x74\x16\xe7\x48\x87\xcc\x3d\xb7\x32\x19\x2e\x02\xf1\x03\x03\xb5\x8e\x47\xe5\x49\xfb\xc2\x19\x43\x70\xdf\xa4\xaa\x01\xff\xa9\xce\x12\x6b\x9e\x6e\x19\xa3\xea\xc0\x50\x37\x2c\xe0\x58\x35\x18\xdf\x5c\x78\x1b\x51\x71\x11\x94\x38\x2b\x4c\x14\x0a\xe2\x5a\x41\x34\xd4\x10\x0f\xe1\x80\x7d\x51\x84\xe2\x9d\x65\x32\x4f\x89\x33\x97\x3b\xe3\xb3\x6a\x13\xce\xda\x2d\xa2\xff\x78\x7a\x72\xd2\x6e\xef\xa9\x26\x50\xb9\x6c\x68\x3d\x85\x63\x61\xcf\xba\x50\xd7\x15\x47\xab\x84\x01\x3a\xd8\x4c\xf3\xf0\xa9\x4c\x40\x2d\xb1\x66\x5e\x0e\xe4\xaa\x76\x19\x70\x51\x77\xe9\xce\x47\x84\x2d\xef\x6a\x46\x15\x13\x66\x00\x3d\x6e\xd6\x19\x74\x72\x0d\x9f\x97\x42\xf8\xd7\xd2\xb0\xfe\xe7\x4e\xa2\xe2\xec\xe3\xf8\xfe\x1c\x21\x18\xbb\xb4\x68\xaa\x1f\xc8\x3b\x0e\x7e\xac\xc8\xc8\xb8\x0a\xb2\xd5\x4d\x68\x8b\xd5\x8b\x26\x54\x62\x4c\x6b\x4d\xa8\x18\x3d\xf8\xac\x68\x80\xe7\x0d\xa1\x4c\x96\x51\xf8\xdf\x0a\x0b\x30\x86\xa9\x15\xe6\x6e\x42\x8d\x2b\x19\xf3\x77\xa6\x24\x4a\x6c\x42\x7a\x19\x30\x6e\x78\x49\x4c\xeb\x7c\x00\xf5\x6a\xb7\xba\x09\x30\x27\x18\xbe\x87\x18\x29\x9f\x68\x10\x57\xc0\xc5\x6b\x7a\x38\xf7\xb1\xad\xcd\x68\x2b\xdb\x94\x41\x2e\x8a\x90\x17\x97\x61\xc4\x3d\xbd\x26\x11\x58\xb1\x3f\xa0\x27\x20\x04\xb8\x7a\xe1\x53\x3a\x73\x3e\x63\x57\x5d\xa1\x6a\x15\x69\xc3\x24\xfe\xe7\xbf\xff\xdc\x6e\x4a\x09\x84\xa1\x6f\x0d\x9d\xf9\xd1\x03\x67\x2a\x46\xd3\x02\xd2\x2e\x46\xac\x5b\x95\xee\xb7\x92\x20\x77\x90\x64\x76\xd9\x97\x45\x59\xc5\xbb\x6a\x23\xb2\xe7\x69\x8c\xe7\x10\x08\xdc\x6d\x4f\x40\x34\x93\x23\x02\x32\x70\x83\xb4\xd4\x76\xe3\xac\xe9\x61\x83\xd5\xab\xe7\x4f\x2f\x24\x07\x36\x65\xad\xad\x33\xfc\xd2\xb7\x3b\x4b\xaf\xbb\x24\xbb\x2d\xf5\xeb\x9d\x87\x22\x19\x10\xc0\xd6\x13\x24\x91\xd3\xa1\x95\x20\xed\x3d\x1b\xac\xa2\xc0\x9a\x3a\x3e\xf1\x21\x44\x6d\x7b\x16\x83\x30\x73\x95\xb4\xb1\xe0\x52\x8e\xc3\xb2\x63\x3a\xab\x75\xa6\x35\xdc\x07\xfb\xcd\xcb\xab\x3f\x1c\x9d\xea\x0c\x8a\xb2\x2d\x0f\x3c\x79\x60\x96\x94\x47\x05\xbc\x64\x2c\x5a\x05\xe1\x3a\xc4\xa9\xf7\x05\xac\x10\x06\x45\x7a\xea\xb7\xc7\xc1\x48\xa2\x18\x78\xe8\x8a\xc0\x67\x49\xb8\xf9\x4e\xd7\x2f\xce\x73\x27\x11\xd6\xaf\x05\xb4\x1f\x52\x5d\x1c\x98\x45\xd0\x6b\x50\x13\x04\x71\xf0\x0f\x81\x2f\x6a\x96\x48\x11\xd2\x63\xf6\xa2\x65\xd4\x24\x18\xd6\x0f\x17\x9e\x2d\xa0\x60\xac\x52\x79\x76\xd4\xbc\x22\xde\xa6\x64\xe2\x50\x3d\x0c\xd1\x10\x3c\x04\x31\xb2\xb6\xef\x16\x99\x52\x2e\xdc\x31\x80\x3a\xee\x24\x65\xc3\x7c\x3c\x6e\x54\x08\x32\x39\x7e\x56\xeb\xa4\x4f\xc7\x6b\xb4\x4e\x86\x19\x66\xcb\x52\xcc\x56\x50\xe8\x37\xa4\xf9\x2d\x0d\xc9\xde\x87\xee\xd6\xf3\x3d\xa1\x05\x6a\xc4\x33\xf6\x32\xea\xda\x9e\x74\xcf\xde\x3a\xba\xa7\x37\x61\x42\x18\x15\xce\x23\x18\x99\x7e\x45\x4a\x29\x86\xa5\x0f\xec\x97\xcf\x1a\x9b\x1e\xb2\x69\xe0\xb0\x62\xd4\xb9\xe5\x4d\xa9\x06\xd4\x9a\xfd\x07\xab\x03\x6f\x5f\x95\x02\xb7\x33\x6a\xd3\xad\x9c\x32\x02\x5d\x69\x4c\x90\x26\x2e\x0e\xac\x05\x2e\x0f\x3b\xc1\x02\xae\x0e\x0e\xbc\xb3\xe9\x27\x13\x2a\xc6\x51\x09\x33\xf2\x4e\xb0\x27\x62\x79\x6d\x2b\xb6\x01\x47\xdb\xd3\x22\xcc\x24\xef\xad\x6c\x53\x72\x19\x2b\x96\x48\x95\x42\x86\xe2\x98\xaa\x14\x02\x15\x1c\xc1\x67\x34\x79\x00\x68\x58\xb8\x8e\xb0\x47\x67\xa7\xf6\x49\x7c\xe8\x3b\x29\x5a\xe3\x22\x51\x90\xa7\xe2\x51\xa6\xc2\xf8\xf0\x73\x4d\x68\xa2\xa4\x46\xe5\xd4\x23\x82\x3a\x28\xca\x08\x8d\x0f\x7a\xdc\x8b\xcb\x75\x51\x7a\x5d\x4b\x8b\x0e\x41\x0e\xae\x8a\xe4\x44\x3e\xf9\xb8\x90\x27\x5a\x98\xfd\x37\x89\xaa\xb9\x76\x34\xeb\x23\x2e\x23\x27\x01\x30\xf2\x12\x24\xd0\x47\xa9\x5c\xce\x20\x10\xc5\xb5\x43\x1e\xfa\x81\x3f\xb2\x16\xb9\x9d\x51\xf5\xd0\x22\xe7\x73\x41\xa7\x3c\xf9\x2f\x39\xac\xb3\x37\xef\x5f\xd5\x70\x01\x37\x83\x24\xa3\x7a\x4d\xeb\x7f\xed\x20\x7a\xae\xa1\x33\x68\x67\xfd\x05\xfc\x41\x66\xa9\x8e\x9c\xe1\xcb\x77\xa6\x2f\xee\xae\xce\xaf\xde\x3d\x50\xa3\xe4\x98\x8a\xf7\xa7\xa4\x0b\x05\xec\xd0\x96\x80\x2e\xe8\x91\x62\x0c\x0c\xfc\x2e\x76\xf4\xdd\xc4\x98\x99\x3e\x3d\x39\x19\x73\x33\xc9\x87\xed\x44\x4e\x4f\xb2\xf9\xc8\xa0\x3d\xeb\x84\x6b\x9d\x33\x7d\xf2\xc7\x3f\xfc\xeb\xfb\xba\x15\x5f\x08\x1a\xdd\x59\x4f\xda\x7f\xad\x95\x7a\xee\xff\xf3\x42\x40\x20\x69\xb2\x45\xbc\x4d\xfb\x7e\x43\x3c\xef\xb7\x2e\xe9\xad\x88\x12\x39\x98\xea\xf7\x2a\x15\xd5\x5a\x4f\xbc\x25\x9c\xa6\x53\x2e\x4a\x0a\xfc\xab\x72\xff\x55\x37\xb5\x2e\x7e\xbe\x74\x43\xaf\x65\xf2\xd8\x87\x3a\x71\x4d\xad\xea\x2b\x89\x62\x53\x69\x18\x0a\x83\xda\x48\xc5\x1c\xd6\x0b\xea\x18\x50\x14\x96\x6b\x7c\xd2\x54\x30\x21\xc9\xa4\x5e\x3b\x4e\x7b\x71\xc3\xce\xdc\xe7\x4b\x45\x56\x39\x9d\x41\x3c\x80\x62\x1a\x02\x43\x17\x95\xf8\x05\x47\xea\x5e\xe4\x9c\xc5\xe1\xda\xeb\xf6\x7c\x41\xce\x09\xb4\x1d\x24\x1c\x4b\xd2\x60\xfb\xef\x2e\xa1\xe9\xa6\x3b\xb9\x1b\x7b\xd4\xed\xd9\xf6\x25\x77\x5d\x59\x41\x2e\xc6\x59\x53\x25\xae\xbe\x70\x55\x09\x63\x0c\xe8\x22\xd3\x3a\x98\xd7\x1d\xd8\xc6\x53\xa9\x22\x5b\x28\x69\xe8\x42\x33\xa9\xb3\xe2\x04\x61\x19\xa4\xa7\x96\x07\x95\x56\x0c\xca\xde\x5b\x5e\xa9\xf3\xe1\x71\x11\x40\x29\x15\x70\x57\x88\xaf\x9d\x51\x05\x48\x46\x13\x9e\xa5\xc7\x35\x41\xf2\x28\xfa\x42\x31\xc3\x00\x93\x3b\x64\x80\x84\x09\x3b\x8e\x85\xc3\x31\x7e\x27\xcc\x3d\xb4\x33\xcc\x0d\x61\xa1\x38\x1c\xd7\xce\xa2\x58\x91\x24\x4a\xfc\xa2\x24\x3e\x7d\x6d\x33\xf1\x6a\x7e\xd1\x04\xa4\xf0\xed\xf3\x89\xd2\x9a\xad\xc3\x27\xee\xca\xa6\x59\x7f\x6a\xa8\x08\x9c\xa3\x69\xa9\xf4\x00\xed\xaa\x2f\x90\x60\x50\xa4\xbf\xeb\x19\x7d\x12\x2e\x6c\x71\xa3\x62\x20\xeb\xf1\x87\x7a\x84\x36\xcb\x1f\x2a\x4f\xca\x68\xf1\xa8\x91\x18\x1e\x60\x29\x5a\x11\xfe\x0e\x14\x8a\x2d\x72\x8d\x0b\x9d\xb8\x2f\x0a\x15\x42\x93\x27\x96\x65\xf6\xbf\x49\x95\x71\x3b\x1d\x21\x85\xd0\x1f\xd6\xf2\x31\x76\x2e\x3f\xc5\x69\xae\xc7\x43\x0a\x85\x6b\x9a\xe0\xff\x17\x4e\xf3\xbe\x0a\xe9\x25\x34\x99\xb0\x81\x1d\x5a\xbe\x41\x20\x96\xc3\xb2\x3f\xb3\x1f\xdf\xe2\xb7\x4b\x2f\x33\x3a\x33\xb9\x72\x9e\x64\xec\x0b\xdc\x64\x14\x8b\xf3\x07\xfb\xf9\xaa\xe3\x9d\x60\xb7\x83\x07\xb6\x01\x88\xab\x1b\x6b\xbd\xb6\x5e\x80\xd1\x00\x0c\x67\x88\xf2\x4a\xa8\x52\xde\xf5\xed\x7a\x25\x54\x19\x3e\xa2\x49\x49\xc1\x5e\x2b\xc3\xb0\x74\x43\x62\x8b\x1a\xec\x7d\x05\x5a\xba\x67\xe5\x58\xd9\xb3\x88\x20\xae\xdd\xff\xda\xb0\x8b\x7d\x68\x87\xbd\xe7\x2f\xc4\x59\xbf\x28\x45\x21\xd3\xe6\xa9\x47\xe0\xb9\x3b\xcc\x75\xcb\x60\xa4\xcd\x30\x00\x22\x44\xdb\xf5\x39\xdc\x02\xce\x88\x43\x73\x05\x33\x5b\x1a\xd5\x27\x2b\x85\x76\xc2\x12\x16\xf5\xdb\x42\xd8\x6b\x94\xfb\x64\xaf\x28\x3a\x66\x64\xca\x52\x9e\x57\x21\x26\x96\x07\xd8\x1c\x18\xcb\x2b\x62\x2c\xcd\xfb\xf6\x6c\x0c\xe1\x25\x4a\xf3\x16\xf1\x25\x52\x15\x01\xb7\x97\xa0\xe4\x3f\x59\x69\x1b\x93\x19\xc0\x82\x5d\x0f\xd3\x17\x25\x14\x51\xf3\x9d\x0e\x91\x55\x65\x4a\xf7\xfe\x82\x0b\xae\xcd\x4f\x95\x9a\x59\x5b\x20\x50\x64\xf9\xf3\x65\x91\xf8\xa1\xe2\x30\xa3\x2f\x96\x66\x4b\xdc\x38\xbd\xc1\xd9\xd2\x2d\x73\x40\xc3\x2e\x44\x1b\x7b\x6c\x0e\x3b\xee\x4d\x04\xaf\xbf\x84\xf5\xfa\x0b\x5e\x50\x4f\x8a\xce\x66\x4c\x79\xb3\x29\x0d\xfa\x4a\xd1\xaf\xeb\xa5\x2f\x50\xd1\xf9\xaf\xdb\xab\xcb\x42\xe2\x2a\xec\x1f\x95\xa6\xe1\x35\x58\xba\x76\xfd\xce\x5d\xe6\x59\xd6\xb8\x73\x6b\xe0\x4f\xdf\x5f\x5c\x0c\x7e\xea\x5c\xdc\x77\x97\xe3\x3b\x17\xaf\x35\xae\x49\x18\x89\x5b\x13\x14\x3f\x0d\x88\x9c\xf9\x94\x39\x6f\x04\x28\x11\x6e\xd6\x78\xcb\xe7\x59\x56\xc6\x2a\xe8\x8b\xbf\xb8\x76\x20\x95\x22\x17\xa8\x1e\xf6\x05\x59\xba\x70\xe5\xfe\xe1\xb5\xbf\xd8\xc6\xff\xe2\x0b\x24\x15\x93\x38\x25\x97\xa1\xd7\x86\x75\x75\x1e\xb4\x1d\x8e\x03\x9a\xbd\x5f\x0a\x8d\x65\xbb\xe3\x71\x2f\x3c\xf4\xba\x03\x51\xd9\xcb\xe9\xc0\xb5\xfb\x4b\xd9\xf4\x10\xd8\x7d\x8a\xf7\x33\xb4\xdb\x42\x0c\x0d\x6d\x5c\xc8\x21\xae\x59\x5f\xa0\x10\x68\xc7\x64\x64\xf3\x98\x48\x4f\x60\x8e\x4c\x46\xc5\x38\xa7\x63\xa6\x5b\xc4\x77\xde\x17\x53\x3e\x9e\x40\xd2\x91\x83\x7c\x0c\xe5\x5e\x29\x14\xb7\x2b\x93\x10\x3a\x85\xd8\x17\x3a\x9d\x81\x3f\x5d\xf4\x85\x9b\x93\x18\x17\xcd\xa3\xbf\xe8\xbf\x6e\xc3\x74\x2c\xa5\x85\x86\x1c\x0c\x88\xe8\x0b\xdc\x5c\xcc\x6d\xf6\x3a\x19\x18\x6e\xa9\xa9\x92\x2e\x55\xcc\x23\x0f\x01\x4f\x1f\x83\x76\x88\x55\x7f\x7c\xbc\x88\xe5\xf4\x11\x6c\x25\x7a\x0f\x71\x48\xab\xf9\x89\xdf\x0c\x7f\x26\xdc\xd8\xea\xa9\x7e\xe7\x3b\xc0\x1e\xb8\xfa\xea\x8b\xcb\xc9\xb6\x60\x63\x2b\xb8\x79\x41\x50\xa2\x7a\x84\x49\x35\xb2\x13\x22\x91\xf6\x50\x69\x72\xed\x21\xe1\xfb\x4b\x07\xb5\x41\x81\xca\xb5\xbb\x75\x00\x56\xcb\xba\x1d\x4a\xd9\xb0\x2f\x7b\x34\x6d\x94\x06\xe5\x3e\x58\xb5\x18\x79\xd2\x50\x0b\x74\xe7\x00\x87\xea\x12\x79\xee\xb3\x6c\x40\x19\xd7\x5b\x0d\xa7\x90\x9f\xd6\x1e\x51\x90\x10\xdc\x65\xb7\x11\x87\x75\xf7\x5c\x89\xc1\x36\xb0\x49\xa7\x50\x3b\x73\x2a\xe3\xc8\x5e\x04\x00\xc4\x53\x17\xad\xd7\x0a\x44\xd4\x2a\x76\xae\x85\x15\xab\x72\xa5\x2d\xbb\x74\xfc\xce\x71\x6d\xab\x9e\xf6\x85\x4f\x44\xf5\xec\xb8\xe3\x0b\x6b\xab\xf0\x2b\x06\x8d\xcc\x30\x8d\x0b\x24\x56\x53\x54\x64\xa7\xa6\x2f\x00\xed\x4b\x80\xe9\x67\xa8\x21\x0f\xdf\x61\x5a\xb9\x07\x11\x40\x30\x15\xa1\x6a\xd6\x0a\x9e\x57\x11\x03\x4a\xf7\xfc\x6f\xec\xff\xff\xe7\x6f\xfe\xff\x00\x00\x00\xff\xff\x30\x4f\x95\x4b\xa1\x51\x03\x00") +var _adminSwaggerJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x6b\x73\x23\xb9\x91\x2f\x0e\xbf\xf7\xa7\xc0\xd1\x9e\x88\xe9\xb6\x29\x6a\x6c\xef\x6e\xf8\x68\xe3\xc4\xf3\x70\x24\x76\x0f\x77\xd4\x92\xac\xcb\xf4\xce\x59\x3a\x68\xb0\x0a\x24\x61\x15\x01\x1a\x40\x49\x4d\x6f\xf8\xbb\xff\x03\x99\x00\x0a\x55\xac\xe2\x5d\x6a\xa9\x87\xbb\x11\x9e\x16\xab\x0a\xd7\x44\x22\xaf\xbf\xfc\x9f\xdf\x10\x72\xa4\x9f\xe8\x78\xcc\xd4\xd1\x29\x39\xfa\x43\xfb\xfb\xa3\x96\xfd\x8d\x8b\x91\x3c\x3a\x25\xf6\x39\x21\x47\x86\x9b\x8c\xd9\xe7\xa3\x6c\x6e\x18\x4f\xb3\x13\xcd\xd4\x23\x4f\xd8\x09\x4d\xa7\x5c\xb4\x67\x4a\x1a\x09\x1f\x12\x72\xf4\xc8\x94\xe6\x52\xd8\xd7\xdd\x3f\x89\x90\x86\x68\x66\x8e\x7e\x43\xc8\x3f\xa1\x79\x9d\x4c\xd8\x94\xe9\xa3\x53\xf2\xdf\xf8\xd1\xc4\x98\x99\x6f\xc0\xfe\x5b\xdb\x77\xff\x02\xef\x26\x52\xe8\xbc\xf4\x32\x9d\xcd\x32\x9e\x50\xc3\xa5\x38\xf9\x9b\x96\xa2\x78\x77\xa6\x64\x9a\x27\x6b\xbe\x4b\xcd\x44\x17\x73\x3c\xa1\x33\x7e\xf2\xf8\xfb\x13\x9a\x18\xfe\xc8\x06\x19\xcd\x45\x32\x19\xcc\x32\x2a\xf4\xc9\xff\xf0\xd4\xce\xf1\x6f\x2c\x31\xff\x84\x3f\x52\x39\xa5\x5c\xe0\xbf\x05\x9d\xb2\x7f\x86\x76\x08\x39\x1a\x33\x13\xfd\x49\xc8\x51\xca\x74\xa2\xf8\xcc\xb8\x55\xb9\x61\x46\x71\xf6\xc8\x88\x99\x30\x82\xdd\x11\xec\x8e\xd8\xee\x88\x5f\x35\x3d\x63\x09\x1f\x71\x96\x92\xe1\x9c\x70\x31\xcb\x0d\x51\xec\xef\x39\xd3\x86\x8c\x78\x66\x98\xd2\x6d\xb7\x64\xd0\x8b\x9c\x31\x05\xf3\xec\xa5\xb6\x97\x8f\xcc\x74\xa0\xed\x0b\x68\xfa\x3a\xa3\x22\x7e\x5b\x31\x3d\x93\x42\x33\x5d\x1a\x2a\x21\x47\x7f\xf8\xfe\xfb\xca\x4f\x8b\x33\xe8\x10\x9d\x27\x09\xd3\x7a\x94\x67\xc4\xb7\x14\x0f\x06\x3e\x82\x4d\xa6\x0b\x8d\x11\x72\xf4\xbf\x15\x1b\xd9\x76\xfe\xe5\x24\x65\x23\x2e\xb8\x6d\x57\x23\x2d\x45\xa3\x2d\x7d\xf5\xcf\xdf\xd4\xfd\xfb\x9f\xd1\x8c\x66\x54\xd1\x29\xb3\xcb\x12\x76\x1f\xff\xaf\x32\x17\xbb\x5f\xb6\xf3\x62\x4f\xab\x03\xaf\xcc\xf6\x92\x4e\x19\x91\x23\xd8\x2e\xf7\x05\xfc\x5b\x31\x2d\x73\x95\x30\x32\x64\x99\x14\x63\x4d\x8c\x5c\x58\x03\x0e\x2d\x58\x52\xab\x3e\xb1\x5b\xc9\x15\xb3\x7b\x65\x54\xce\x2a\x4f\xcd\x7c\x06\x83\xd4\x46\x71\x31\x8e\x97\xe2\x9f\xad\xb5\xa6\x86\x14\xba\xc1\xcc\xf0\x83\xc6\x89\xf5\x45\xc7\xbf\x92\x50\x41\x86\x8c\xd8\x73\xc9\x53\xa6\x58\x4a\xa8\x26\x94\xe8\x7c\xa8\x99\x21\x4f\xdc\x4c\xb8\xb0\x7f\x23\xf9\x26\x7e\xcd\x5e\xcf\xda\xc0\x3f\x97\xaf\xcc\xbd\x66\xca\x0e\xfc\x91\xa7\x2c\x25\x8f\x34\xcb\x19\x19\x49\x55\x5a\x9e\x76\x5f\xdc\x4d\xec\x3a\x4c\x87\x5c\xc0\xc9\xb3\x6b\xe9\x29\xe4\x77\x7e\xb9\x7e\x47\x6c\x7f\x24\x17\xfc\xef\x39\xcb\xe6\x84\xa7\x4c\x18\x7b\xae\x75\xb5\xb5\xdf\x49\xe8\x9f\x66\xe4\x98\xd8\x75\x66\xca\xc0\x7a\x4b\x61\xd8\x17\xa3\xc9\x31\xc9\xf8\x03\x23\xdf\x5d\x70\x6d\x48\xe7\xba\xf7\x5d\x8b\x7c\x77\x51\x30\x0e\xfd\xdd\x0b\xac\x70\xf8\xf7\x5f\xa2\xa3\x67\xe8\xb8\x7a\xe8\x8e\x3a\xf6\x34\xdf\xe2\x35\x51\xb4\xf0\x97\xdf\xc4\xed\xb8\xfd\x5a\xce\x7b\x0b\xc6\xeb\xb8\xee\x26\xbc\xf6\x03\x33\xc9\x64\x05\xa3\xd5\x3b\x72\x5a\xbb\x1d\x55\x56\xab\xdf\x16\xaf\xb5\x53\x78\x6e\x7e\xbb\x0b\xb3\xa5\x06\x4e\x01\xe5\x02\x0f\x4d\x38\x43\xe5\x9d\x21\x5f\x8f\xad\xec\xc2\x6f\xa3\xd9\x44\x2c\xd7\x73\xd2\x68\x25\x5e\xc9\x5c\x33\x3e\xe5\xab\xf6\xb1\x27\x52\x2b\x76\x39\x26\x27\xf2\xe9\x90\x29\x3b\x75\xcf\xee\x60\x86\x43\xcb\xfe\x4c\xae\x04\x4b\x1b\xa6\xf6\xf7\x9c\xa9\xf9\x92\xb9\x8d\x68\xa6\x9b\x26\xc7\x85\x61\x56\xae\xad\x3c\x1e\x49\x35\xa5\xc6\xbd\xf0\xef\xff\xba\xe9\xe4\x8d\x7c\x60\xab\xf6\xb9\x87\xbb\x96\x50\x0d\xdb\x3d\xcd\x33\xc3\x67\x19\x23\x33\x3a\x66\xda\xad\x42\x9e\x19\xdd\x82\xd7\xac\x2c\xcd\xd4\x71\xb8\x6d\xa0\x07\x7f\xcb\xe6\x1a\x7e\x21\xa3\xc0\xc8\x04\xfb\x62\xa0\xa5\xbe\x80\x7b\x16\x96\x28\xbe\x3d\x9e\x61\x29\xb7\xa3\x13\x2d\x95\x19\x0c\xe7\xed\x07\xb6\xd0\x6f\x23\xb5\x50\x41\xa8\x31\x8a\x0f\x73\xc3\xec\xbc\x6d\x1b\xfe\x9e\x04\xd6\x87\x97\xb1\xb6\x97\xef\xd5\xf9\xd5\xbb\x07\x6a\x94\x1c\x53\xf1\xfe\x94\x74\xd2\x94\xe0\x40\xed\x3b\x3c\xc5\x2b\x79\xc2\x14\x6b\x93\xbb\x09\xd7\x44\x4f\x64\x9e\xa5\x44\xb0\x47\xa6\xec\xda\xb2\xe9\xcc\xcc\x5f\xdd\x6a\xa5\x5c\xb1\x04\x16\x66\x93\x13\x16\xbe\xb2\x8b\x66\x95\x9e\x39\x2e\xdd\x03\x9b\x83\xe0\xb2\xb8\x7c\x2f\x40\x2f\x95\xa7\x4c\xe4\xd3\xca\x5d\x01\xbf\x9f\x77\x6f\xcf\xba\x97\xe7\xbd\xcb\x8f\x95\x2f\xac\x18\x11\x1e\x95\x9e\xfc\x65\x61\x6d\x46\x34\xcf\xe0\x54\x47\xad\xbd\x98\xe0\x92\x4c\x78\x96\x2a\x26\x4e\x0c\xd5\x0f\x03\xf6\x85\x25\x39\xde\xb3\xff\x53\xfe\x61\x60\xa5\x4f\x99\xb2\xf2\x2f\xa5\x3f\x0a\x71\x67\xe3\x4f\x83\x56\xba\xf1\x97\xa0\xc3\xae\xf7\x1d\xfc\xc2\xd3\xda\xb7\xe1\x97\x15\x73\xf0\xef\x2c\x19\xac\x7f\xa5\x71\x54\xfe\x05\x27\xc0\xd5\xbe\xa3\x98\x51\xf3\x01\x35\xc6\x9e\xf2\x2d\x64\x46\xd8\x52\x62\x67\x4b\x8a\xfd\x74\xe2\x23\x0a\x8a\xc0\xbb\x83\xe4\x68\x47\x50\xbc\xb9\x4a\x5e\xbc\x94\x29\xeb\x86\x66\x3f\x48\x75\x47\xf5\xc3\x5b\x90\x19\x4b\x03\x7f\x09\xb1\x71\xdb\x03\xf4\xcd\x29\xf5\x5b\xb2\x83\x83\x09\x60\xf7\x95\x5c\xd7\x60\x20\x15\xd1\x73\x6d\xd8\x74\xa5\xe9\xe0\xed\x2c\x84\xe3\xf7\xaf\x75\xc0\x95\x2b\xe7\x57\x70\xea\xcb\x17\xe8\xe1\x78\x6f\xb0\x64\xfb\x32\xfc\xbd\xf6\x79\x7a\x17\xcc\xf2\xa9\xde\xfa\xed\xf3\x0e\x07\x47\x27\xaf\x7e\x9a\x25\xd1\x6e\xdf\x83\x7c\x26\xab\x41\xe3\x5e\xf9\xd5\x1e\xc0\x00\x56\xa8\x7c\x65\xd3\x71\x38\x7f\xf6\xd3\xd8\xb8\x82\x16\x33\x63\x75\x5e\x67\x5b\x62\x8a\x24\x52\xa1\x28\x98\xba\xe3\xde\x17\xe4\x98\x9c\x77\xee\x3a\xb7\xdd\xbb\x53\xd2\x21\x29\x35\xd4\x9e\x6f\xc5\x66\x8a\x69\x26\x0c\x68\xe3\xf6\x73\x33\x27\x53\x99\xb2\x8c\xa5\x84\x0b\xf2\x21\x9b\x1b\x46\xce\xa9\xa1\x67\xd4\xd0\x4c\x8e\xdb\xa4\x03\x7f\xda\x8f\xb9\x26\x34\xd3\x92\x50\x4f\x55\x2c\xf5\x4d\x50\x91\x7a\xce\x42\x49\x22\xa7\x33\x9e\x05\xab\x79\x30\x91\x70\x91\xf2\x47\x9e\xe6\x34\x23\x72\x68\x99\x8a\x55\x55\xbb\x8f\x4c\x98\x9c\x66\xd9\x9c\xd0\x2c\x23\xae\x5b\xff\x82\xd7\xeb\x87\x2c\x8c\x52\xf3\x29\xcf\xa8\xb2\xba\x30\x8e\xf6\xca\xb5\x45\xee\x26\x2c\x8c\x15\xc6\x65\x17\x73\x4a\x1f\x98\x26\xdc\x90\x99\xd4\x9a\x0f\xb3\xe2\xc8\xdf\xf7\x08\x8c\xfb\xec\xa2\x07\x8a\x75\x62\x88\x44\x16\xea\x3b\x77\x56\x18\xdf\xe3\x94\x0a\xc1\xa0\x63\x69\x26\x4c\xb9\xee\xdd\xcb\x5f\x5b\xd1\xbe\xbf\xbc\xbd\xee\x9e\xf5\x3e\xf4\xba\xe7\x8b\x9a\xf6\x5d\xe7\xf6\xa7\xc5\x5f\x3f\x5f\xdd\xfc\xf4\xe1\xe2\xea\xf3\xe2\x93\x8b\xce\xfd\xe5\xd9\x8f\x83\xeb\x8b\xce\xe5\xe2\x43\x47\x56\x6b\x2b\xed\xf1\xc8\x36\x3c\x5a\x07\x6b\xe4\x3e\xad\x91\xad\x6f\xd7\x1c\xe9\x5c\x39\xeb\x9b\x22\x49\xc6\xb5\xb1\x0b\xe4\xbe\x24\x33\xaa\x35\x0a\x43\x38\x82\x76\x5f\x7c\x92\xca\x32\xad\x91\xb4\x7c\xc1\x0a\x4c\x46\xe5\x89\xe1\x62\x1c\x3e\x3a\x25\xfd\xfc\xfb\xef\xff\x98\x5c\x70\xf1\x00\xff\x62\xaf\x71\x71\x0e\xb6\xda\x6d\x56\xeb\x60\xab\x8d\x9f\xbd\x0d\x5b\xad\x15\x73\x4e\x62\x13\xed\xf3\x04\xf7\xa0\x1b\xd9\xca\x0e\x32\x37\xf6\x9f\xb6\x5f\x32\x52\x72\x0a\x52\xd5\x17\xae\x81\x4b\x3c\x49\xf5\x30\xca\xe4\xd3\x7a\xa6\xc3\x8f\xcc\x04\xe3\x9b\x95\x62\xde\x82\xc5\xf0\xb3\x9b\x61\x18\xf8\x47\x66\xec\xd8\x6f\x5c\x2f\x87\x38\x9f\x43\x9c\xcf\xd7\x8d\xf3\x79\x55\x66\xbb\xe7\xe7\x7d\x65\x1b\x1f\x32\xc0\x06\x17\x54\xa3\x87\xa9\xc1\x81\x14\xf9\x87\x9e\x93\x69\x96\xbd\x32\x2b\x18\x66\xc9\x63\xf1\x56\x98\x66\x69\xd0\x2f\xcf\x30\x7f\x15\x0e\x95\x83\xbf\x64\xcb\x85\x7a\x93\x7c\x75\xcd\x2b\xe3\xc5\xbc\x1d\xcf\xcf\xe7\x17\x62\x11\x36\x09\x3e\xd8\x20\xda\x60\xed\xf0\x82\x15\xf1\x04\xb5\x01\x04\x75\x11\x03\x8b\x21\x02\xb5\x31\x01\x3b\x05\x01\x6c\x7a\x25\xad\xef\xfe\xff\xc8\xcc\x1d\xd5\x0f\x6f\xee\x4a\x2a\x0d\xfa\xe5\xaf\xa4\x5f\xa9\xd7\xff\xe0\xe6\x7f\xc6\xa5\xfb\xd6\x2f\xb2\xd7\xeb\xc8\xff\x15\x78\xee\x0f\xae\xfa\x8d\xd6\xe8\xdb\xf2\xcd\x7f\xab\xce\xf8\xb7\xe9\x7d\x3f\xb8\xdb\x0f\xee\xf6\x83\xbb\x7d\x0d\x77\xfb\xb3\x2a\xa5\xcc\x92\x95\x06\xf3\x63\xac\xdb\x1c\xcd\xa4\x5e\xae\x8b\x9d\x29\x46\x8d\xa5\xe2\xb2\xdd\x8f\x40\x83\x44\xb1\x44\xaa\xd4\xea\x60\x94\xcc\x26\x54\x33\x62\x14\x15\x9a\xaf\xd2\xc3\xb0\x55\x30\xb4\xd9\x76\xde\x82\x0a\x56\xb2\x0a\xc2\xa8\x5f\x4a\x01\x1b\xca\x74\xe1\xcc\xe0\x71\xaa\x7b\xb2\x9c\xd7\xef\x6d\xea\x90\xa1\xb9\xce\xcc\x9f\x91\x9a\xed\xbd\xb2\x25\x35\x97\x4d\x06\x7b\xa1\x66\xd0\xd1\xdf\x0a\x35\x97\x0c\x0a\xbf\x2e\x6a\xae\x9b\xfa\x6b\xa0\x66\xef\x8d\xde\x92\xa2\x17\x9d\xd9\x7b\xa1\xea\xe0\x41\x7e\x2b\x94\xbd\xe0\xf2\xfe\x75\x51\x77\xd3\xf4\xbf\x2e\x85\x07\x43\xf8\xbe\x68\x7b\x35\xe1\x86\x05\x78\x0b\x44\x1b\x06\x8b\x63\xff\xd5\x50\xeb\xc2\xbc\x5f\x09\x99\x9e\x28\x86\xd9\x86\x1b\xd1\xeb\x8d\xfb\x68\x63\x8a\xf5\x1f\x1e\x68\xf6\x2d\xd1\xac\xdf\xb5\xd7\x43\xb5\x4d\xe1\x74\x9b\x67\xe0\x2e\x89\x91\xd3\x64\x4a\x4d\x32\xb1\x0f\xd1\x3f\xb7\x26\x4c\x4b\x91\x72\xfb\xa6\xa8\xfb\x25\xf2\x6c\xbf\x6d\x4b\xfc\xc1\x02\xff\x2b\x84\xc3\x7a\x35\xe1\xe2\x87\x14\x95\x3d\xa6\xa8\x70\x7d\x48\x51\x39\xa4\xa8\xac\xbb\x40\x87\x14\x95\x43\x8a\x4a\xf4\xec\x6d\xa4\xa8\x3c\x7f\x76\xca\x7e\x52\x50\xde\x94\x10\x7d\x10\xa0\x0f\x02\xf4\x21\xcf\x24\x4c\x6d\x5f\x0c\xcc\x7f\x7d\x94\xb2\x8c\x19\xb6\x94\xfd\xdc\x31\x35\xb5\xba\x41\x09\xfa\xba\xc6\x69\x50\xa0\x6a\x05\x0a\x02\xf3\xc6\x32\xbe\x14\xda\x7e\x9b\xdc\x29\x0c\xff\x90\x16\x77\x60\x57\x07\x76\xb5\xcd\xd4\x5e\x8f\x55\x36\x3a\xcc\x5f\xd5\x2c\x1b\x01\x69\x0f\x78\xba\x1f\x2c\xed\x20\x36\xc6\x48\xda\xc5\x52\x94\xc0\x8c\xb7\x33\xd2\x16\xb0\xd4\xbd\xf4\x4d\xd8\x69\x2d\x1f\x49\xbb\x10\x75\x17\x42\x06\xd5\x01\x52\xfb\x00\xa9\xbd\xfe\x5c\x0f\x16\xc2\x3d\x5a\x08\x0f\x90\xda\x07\x1b\xd8\xc1\x06\xf6\xfc\x36\xb0\xaf\x65\xd0\x7e\xe1\x63\xf9\x52\x22\xda\x76\x81\x49\x22\x25\x8a\x8d\xb9\x36\x4c\xd9\xd5\xab\x15\xca\x56\x47\x2a\xbd\xd5\x22\x51\x6b\xc7\x7d\xc4\xdd\x1e\xfd\xeb\x1a\xc3\xbf\x71\xb7\x28\x1c\xf5\x21\x4d\x43\x45\x18\x10\x9d\xa6\x74\x4e\x26\xf4\x91\x91\x11\xe5\x19\x2a\x46\x8e\x3b\x2e\x99\xe1\xb2\x01\xfd\x9f\xcd\x06\x44\xcb\xc3\x51\x6c\xc4\x14\x13\x09\x72\x7b\x14\x7e\x12\x9a\xf9\x54\x10\x78\x67\x62\xd5\xd4\x4c\x31\x9a\xce\xc9\x90\x31\x11\xc8\xa6\x46\x52\x68\x18\xf3\x5e\x84\xd6\xaf\xae\xa6\x2d\x52\xcf\x6b\x51\xd2\x9e\x25\x7a\xa6\x9e\x25\xec\xae\x9c\xe9\x3f\xbc\x2d\x56\x71\x08\xa2\x39\x18\xd5\xbe\xbe\x51\xed\x10\x44\x73\x50\x91\x5f\x81\x8a\x7c\x08\xa2\x39\x04\xd1\x1c\x0c\x08\x6b\xaf\xd6\xc1\x80\x10\x3f\x7b\x1b\x41\x34\xcf\x58\xc1\xf9\xa5\x24\xec\x83\x80\xed\xdf\x3b\x08\xd8\x07\x01\xfb\x1b\x15\xb0\x5f\xc7\x0a\x1f\xa4\xeb\x83\x74\x7d\x90\xae\x0f\xd2\xf5\x41\xba\x3e\x48\xd7\xee\xab\x7d\x4a\xd7\xf0\x2f\x0f\xcd\xba\x73\xc4\xfa\xe6\x5e\xae\x8f\xcc\xbc\x55\x17\xd7\x41\xa4\x3e\x88\xd4\xaf\x5b\xa4\x7e\x35\x13\xfa\xf6\xa0\x16\x0f\x60\x85\x07\xb0\xc2\x03\x58\xe1\xf3\x82\x15\xfa\xaf\x8f\x66\xf9\x72\x59\xe4\x7e\x96\xfa\xdc\x15\x6d\xa8\xc9\x41\xed\x5b\x43\x2e\x21\x1d\x43\xa6\xd2\x2a\x41\x82\x95\xde\xf1\x0c\x08\x23\x3a\xc6\xfc\x91\x09\xe2\x63\xb4\x5b\xee\x9a\x69\x81\x25\xe2\x9f\xe1\x74\x60\xd2\x0c\x35\x84\x12\xc3\xa7\xac\x4d\x7a\x23\x3c\xcd\x89\x25\x7f\xcd\x8c\xae\x84\x01\x21\x69\xc2\x47\x22\x2d\xc6\xea\xfb\xe6\x45\x54\x08\xbe\xd6\xf2\xcc\x30\xcf\x0c\xb2\x46\xdf\xf8\x13\xcf\x32\x3b\x06\xc7\x41\xe0\x24\x4c\x99\xca\xfc\x97\xa5\x6e\xfd\xcb\x53\x9a\xda\x93\x1b\x0d\xa1\xc8\xee\x89\xdf\x87\x3b\x97\xeb\x10\xd7\x52\xfa\x1e\xbf\x6e\x13\xa7\x84\x23\xa8\xd8\x5a\xc3\x98\xd0\xd4\x9e\xc0\x64\xc2\xd2\x3c\x63\x84\x6a\x2d\x13\x4e\x8d\xe5\x56\x78\x47\x13\x6e\xbc\xca\xee\x5f\xf2\x5d\xa7\x5c\xd3\x61\xc6\x52\xb7\xc6\xac\x08\xb3\x59\x3a\x72\xae\xc9\x90\xd9\x25\xb6\x7c\xa4\xbc\xfa\x13\x94\x10\x6a\x46\x13\x0d\x85\x2d\x8e\x84\x09\x1c\xc8\x12\x09\x17\x89\xf3\xad\x0a\xb9\x38\xfa\x43\xee\xd3\x41\xe4\x3d\x88\xbc\x1b\x4d\xe8\x9b\x12\x79\x5f\x51\x68\xa0\x67\x48\x5f\x35\x34\x10\x1c\x88\x96\xf3\x0f\x82\x85\x50\x6f\x67\x3c\x09\x46\xd8\x4f\xbe\xc9\x4e\x68\xf1\x4c\x8a\x11\x1f\xe7\xca\x09\xdc\x4e\x1a\x5e\xe1\xa5\xac\x69\xe7\x4d\xdc\x38\xf5\x43\x7f\xa9\x8b\x67\x13\x85\x8e\x1c\x13\x2b\x76\x0f\x6e\xba\xb7\x57\xf7\x37\x67\xdd\x53\xd2\x99\xcd\x32\x8e\x5e\x96\x24\xd7\x46\x4e\xf9\x3f\xec\x34\x10\x48\x38\x70\x6e\x27\x86\x68\x10\x38\xc0\xad\x63\xd5\x24\x72\x4c\xce\x2e\xee\x6f\xef\xba\x37\x0d\x0d\x3a\x22\x80\x5a\x46\x6c\x3a\xcb\x40\x2a\x79\xc8\x87\x4c\x09\x66\x98\x26\x49\x96\x43\x8c\x79\x70\xf6\x60\xa3\xdd\xff\xea\x9e\xdd\xdf\xf5\xae\x2e\x07\x7f\xbe\xef\xde\x77\x4f\x89\xa7\x26\xdb\xac\x1d\x97\x1d\x45\x3a\x17\x74\x6a\x75\xd1\x32\xe2\xf1\xdf\x73\x96\x83\x10\xc4\xc7\x62\xca\x84\xa9\xb6\xe8\x07\x7c\xd1\xf9\xa1\x7b\x51\x6e\x79\xc2\xc8\x4f\x7f\x2a\x06\x95\xd1\x21\xcb\x9c\xf7\x09\x9c\x2b\x96\x61\x17\x1d\x39\xb7\x54\x8e\x6a\xed\x9f\xef\x3b\x17\xbd\xbb\x5f\x06\x57\x1f\x06\xb7\xdd\x9b\x9f\x7b\x67\xdd\x81\x53\x30\xce\x3a\xb6\xdf\x52\x4f\x4e\x0f\x21\x7f\xcf\x69\x66\x15\x55\x39\x02\xd7\x0e\x4f\x18\x79\x9a\x30\x41\x72\x01\x34\x86\xda\x2f\xe8\x02\x71\x12\x3b\xce\xe8\xfa\xe2\xfe\x63\xef\x72\x70\xf5\x73\xf7\xe6\xa6\x77\xde\x3d\x25\xb7\x2c\x03\xfd\xd0\x2f\x3a\xec\xe2\x2c\xcb\xc7\x5c\x10\x3e\x9d\x65\xcc\xae\x06\x1e\xc7\x21\x9b\xd0\x47\x2e\x55\x49\x47\x80\x75\xb4\x24\xf4\xd5\x0d\xd9\x25\x0a\x5d\x54\xf5\xaa\x24\xb7\xf8\x46\x85\x7e\x96\xbd\x50\x22\x87\xc5\x17\x57\x6d\xeb\xe2\x17\x95\x7d\x59\x5b\x21\x2d\x4f\xfa\xc5\x6e\x03\xcb\x44\xd2\x81\x37\x4c\x9c\xfc\x4f\x89\x99\xfc\xf3\xd9\x90\x62\x48\x94\xde\xea\x6e\x87\x55\x15\x37\x8b\x0f\xde\xc2\x9d\x10\x0f\xf7\x6b\xf2\xff\x3d\xc9\x5c\x6f\xc4\xde\xb3\xb9\xa8\x7b\x50\xd9\x0e\x2a\x5b\xfd\xca\x1c\x02\x7f\x1a\x56\x78\x5f\xf7\xd1\x36\x26\xd2\x11\x67\x59\xaa\x17\x6c\x5c\xa5\xfb\x64\xa5\x3d\xeb\xed\x5e\x25\x2f\x6b\xd1\xda\x44\xb1\xb8\x09\x9e\x20\xe7\x1a\xb2\xbb\x35\x65\x86\x42\x65\x53\x23\x49\x0e\x43\x3f\x5c\x4f\xee\xff\x0e\xd7\xd3\xe1\x7a\x3a\x5c\x4f\xbf\x56\x93\x60\x0d\x4b\xff\xaa\x36\xc1\x55\x5a\xe0\x4e\x10\x4f\x35\x06\xc3\x45\xed\x4f\x13\x3d\xa1\x0a\x8b\xf9\x24\x72\x3a\x95\x22\x0a\x2e\x98\xcf\x58\x8b\x04\x17\x26\x18\x7f\x60\x18\xab\xec\x89\x45\x37\xfc\x6d\x58\x12\xa3\x75\x79\x89\xc4\x87\x83\xe6\xe8\xff\x6f\xd3\xab\xf9\x00\x92\x75\x00\xc9\x3a\xe4\x28\x1c\x40\xb2\x96\x53\xcb\x21\x0a\xff\x10\x85\x1f\x3f\x3b\x80\x64\xbd\x22\x90\x2c\x21\x53\x36\xa8\x80\xe2\x87\x3f\x07\x55\xbf\x47\xe9\x49\xec\x04\x29\x3d\x28\xd2\x12\xa0\x75\x9e\xee\x9e\x96\x50\x2e\x4f\xbc\xca\x49\x12\x17\xb4\x7d\xe5\x02\xef\x28\x9b\x1b\xc6\xd3\x6c\xb1\x12\xef\x0b\x44\x6a\xd5\x6d\xf4\xb7\x68\x64\xa9\x21\xdb\x83\xc5\x65\xe5\x42\x7d\xab\x60\xd6\x05\x5f\x7a\x43\x6e\x82\xf5\x98\xb7\x07\xfc\x1f\x34\xb0\xf0\xfa\xe7\x81\x91\xd7\x3f\xde\x15\xc3\xa1\xcc\xbb\xb7\xc5\x6e\x28\xf1\xc6\xb7\x61\xc6\x88\x47\xfc\x12\x86\x8c\xa5\xbb\xff\xcd\xf1\xf5\x65\xb4\x7c\xe0\xee\x6b\x2e\xd7\xb7\xca\xe3\x0f\xf6\x8c\x7d\xda\x33\x5a\xdf\xae\x41\xe3\x80\xb9\xb0\x64\x71\x0e\xd6\x9e\x6d\x56\xeb\x60\xed\x89\x9f\xbd\xa4\xb5\x07\x7d\xb7\x83\x19\x55\x4c\x98\x1a\xf9\xbe\x7a\xb3\xc1\xeb\x91\xad\x3e\x08\x40\xd0\x00\x0a\xae\x4e\x36\x08\xb7\xe6\xb7\x65\xfe\x71\x32\xca\x00\x45\x9c\x28\x17\xe2\xe4\x7f\x8a\x7f\x47\x0a\x44\xf4\x63\x8d\x0f\x74\x83\x10\x26\x1f\x65\xcf\xd2\x42\xec\x2a\x1a\xaf\x09\x6d\x72\x63\x38\xf6\xc2\x58\xe1\xcd\x5f\x19\xe9\x74\x8d\x9f\x9e\xc3\x97\x6f\x2b\xa9\xa2\x61\xe8\x2f\x1b\x01\xb5\x48\x09\xeb\x1d\x2c\xaf\x47\x70\x4c\x1a\x78\x9a\x70\x10\x0f\x00\xc2\x09\xae\xd0\x68\xc3\x7d\x3a\x26\x85\xbc\x89\x26\x59\xeb\xa5\xc5\xc8\x05\x72\x5f\x6f\xe2\x8e\x46\xdf\xee\xbc\xbf\x7a\x68\xc8\x0a\xba\xff\xaa\x61\x22\x4b\x78\xe6\x7e\x22\x44\x5e\x8e\x3f\x7e\x64\xe6\xdb\x63\x8e\x1f\x99\x79\x29\xce\xb8\x2d\x3b\x5c\xca\x12\x8a\x8a\x13\xaf\x84\x1b\x6c\xc7\xfa\xde\xd6\x1c\x0f\xe9\x83\x87\xf4\xc1\x43\xfa\x60\xfc\xc6\x21\x7d\x70\xd7\x9a\xcc\xe7\xf0\xca\x0b\x5e\xe7\xd8\xe1\xb7\x77\xa3\xe3\xbc\x0e\x97\xfa\xe1\x52\xdf\x6c\x8e\xaf\x55\x8d\xf1\xf4\xfc\x1a\xd4\x98\x8d\x50\x2f\xd0\xb3\x5b\x54\x37\xf3\xe4\xbf\xd2\x7b\x7b\xed\x3b\x7b\x3b\x4c\x48\x6f\xca\x67\x76\x4a\xfe\x5b\x55\x93\xf0\xa6\x28\x44\x58\xe3\x57\xac\x2e\xb9\x7f\xfb\x7a\x81\x95\xbd\xf6\x55\xf7\x23\x7f\x29\x66\xff\x5a\x58\x44\x31\xef\x57\xc1\x14\x4e\xfe\xa7\x12\xb5\xb7\x60\xda\xd5\xf9\x74\x4a\xd5\x1c\x7c\x68\x2e\x86\xad\x0d\x13\x6a\xbb\x19\x45\xf8\x90\xce\x45\x36\xcc\x4d\xe4\x72\xd7\x96\x90\x67\x4c\x99\x79\xf4\x26\x78\x74\xfe\xa3\x2f\x78\x81\x52\xc7\xc7\x42\x2a\x94\xe2\xed\xc7\x13\x2a\xd2\xcc\x9e\x03\x1d\xda\x49\xa8\x10\xd2\x80\x86\x01\xf6\xa1\x94\x3c\x72\x8a\x97\x54\xe7\xba\x57\x3a\x27\xf5\x06\xe9\xb5\xce\x54\xc9\x96\xfc\x86\x4e\xd4\x4b\xe3\xbf\x1d\xae\xfe\x78\xf5\xbf\xd6\x41\xb6\x8a\x68\x35\xae\xb7\x1c\x2e\x36\x58\x1a\xe9\xbb\xe2\xdd\x12\x00\xca\xf2\x57\x2b\xd1\xc0\xe5\x67\x2e\x3e\x18\x1e\xc3\x90\xab\xe3\xf0\x3f\xc6\x1d\xfa\xdf\x8a\x96\xfd\x2f\x1e\x06\x1d\x7e\x54\xcc\xa8\xf9\x80\x1a\x63\x99\xca\xee\x21\xc8\x65\x13\xc9\x8a\x10\xe4\x3b\xaa\x1f\xde\x64\x08\x72\x79\xe0\xcf\xce\x2c\xd6\xa4\xc9\x6f\x2e\x78\x6d\xdd\x13\x76\x08\x64\xdb\x62\xe9\xbe\xd5\xa0\xb6\x65\x2c\xf4\xd5\x8c\xb0\xc2\xc5\xbf\xc5\x93\x5b\xbe\x93\x0e\x47\x74\xd9\x1a\x7d\x73\xa8\xb0\x15\x51\x63\xc5\xdc\xde\x08\x3a\x6c\x55\x5a\xda\xf7\xa8\x9e\x27\xce\x35\xda\x8d\x43\x39\x87\x43\x39\x87\x43\x39\x87\xe7\x2e\xe7\xb0\x9e\xa6\xb9\xb6\x9a\xb9\xae\x8e\xb9\x9e\x82\xd9\xac\x5d\xee\x90\xbb\x54\x56\xfa\xb6\xcd\x5d\x2a\x29\x55\x6f\xc2\x06\x5e\x1a\xf1\x4b\xe4\x2e\xfd\x4a\xf5\xc0\x83\x12\xf8\x2c\xeb\xf6\xad\x6a\x80\xaf\x5c\xfd\x3b\x64\x5d\xed\x33\xeb\xea\x90\x74\x75\x48\xba\x5a\x77\x81\x0e\x49\x57\x87\xa4\xab\xe8\xd9\xdb\x28\x74\xeb\x94\xf7\x5d\xe3\xe6\xeb\x44\xf6\x42\xa0\x2d\x41\xb1\x6d\x2f\xbe\xf7\xd2\x37\x21\xb7\x47\xd0\x89\xc1\xcc\xa1\x5e\x42\x7e\x3f\x40\x01\x1e\xa0\x00\x0f\x42\xdc\xaf\x49\x88\x3b\xc8\x29\xdb\xac\xd6\x41\x4e\x89\x9f\x1d\xa0\x00\x5f\x51\x2e\xb8\x15\x9c\x4a\xd1\xc0\x2b\x83\x52\xcf\x14\x83\xf0\x39\x91\x86\x98\x60\x42\xab\x02\xd8\x32\xe9\x0a\x1b\xb0\xf2\xd5\x5b\x10\xae\xec\x38\x71\xc4\x6b\x44\xd3\xc5\x1d\x1e\xfd\xeb\x1a\x03\xbf\x71\x77\x25\x1c\xe8\x21\x4d\x43\xd1\x5b\x10\x90\xa6\x74\x4e\x26\xf4\x91\x91\x11\xe5\x19\x9a\xa9\x1c\x0f\x5c\x32\xb7\x65\x03\xfa\x3f\x9b\x0d\x88\x96\x87\x53\x84\xfa\x5b\x9e\x8e\x22\x4e\x42\x33\xef\xa4\x82\x77\xa0\x22\xaf\xab\x7f\x3c\x64\x4c\x44\x71\xe3\xeb\x8e\x79\x2f\xa2\xe9\x57\x0f\x05\x8c\xe9\xe6\xab\x46\xf7\xc2\x09\x6f\xac\x66\xb6\x3f\x9d\x6b\x17\x45\x4b\xff\xe1\xad\xb0\x82\x97\x50\xab\xbe\x61\xd7\xc7\xc1\xbd\xf1\xeb\x2c\x7e\xf2\x6a\x44\xf2\x83\xa2\xbb\x47\x45\x17\x12\x02\xbf\x51\x4d\xf7\xe0\xae\x58\xb2\x38\x07\x33\xc0\x36\xab\x75\x30\x03\xc4\xcf\xde\x8e\xbb\xa2\x59\x7a\xde\xae\x16\xf0\x33\xca\xd1\x07\x31\xfa\x20\x46\x1f\xc4\xe8\x6f\x56\x8c\x7e\x1d\x2b\x7c\x90\xa1\x0f\x32\xf4\x41\x86\x3e\xc8\xd0\x07\x19\xfa\x20\x43\xbb\xaf\xf6\x22\x43\xc3\xbf\x7c\x36\xf7\x7e\x52\xb7\xd7\xf3\x48\xb9\xdc\xed\xb7\x22\x3c\x1f\x04\xe7\x83\xe0\xfc\xba\x05\xe7\x57\x33\xa1\x6f\x2f\x61\xf3\x90\xf2\x78\x48\x79\x3c\xa4\x3c\x7e\x85\x94\xc7\x50\x4b\x69\x8b\x7a\x09\xa5\xdf\x7c\x43\x2f\x5d\x45\xa1\xe5\xaf\x29\x4b\xa2\x7e\x10\x1b\xd5\x54\xf8\xec\x3e\x7a\x5b\xf8\xa2\x8b\xa3\x3e\x54\x52\x20\xd1\xae\x1d\x2a\x29\x3c\xe3\xbc\xfd\x39\x5b\x31\x73\x4f\xa3\x68\x4a\x7c\xa3\xd3\xfe\xea\x31\x57\xcd\x27\xfd\xab\x46\x60\xd5\xde\x1c\x0b\xd9\x2f\x45\x25\xce\x97\x2f\x20\xb1\xcb\xd5\xf0\x91\x99\x6f\xe5\x5e\x38\x14\x91\x38\xe0\x4d\x6f\x5d\x63\x73\x23\x0e\xff\xb6\xa6\x78\xa8\x93\x71\xa8\x93\x71\xa8\x93\x11\xbf\x71\xa8\x93\xf1\x0a\xea\x64\xec\x22\xb5\x60\xf7\xdf\x8a\xe0\x72\xa8\x95\x71\x90\x5d\x0e\xb2\x4b\xed\x14\x5f\xa1\x52\xfa\x2a\x2a\x81\x04\xa5\x74\x5f\x58\x0c\xb1\xef\x35\x30\xe3\xbd\x42\x32\xf8\x95\x3c\xc0\x32\xb8\xff\x3b\xc0\x32\xac\x33\xb9\x03\x2c\xc3\x21\xd2\xee\x00\xcb\x70\x88\x25\x3b\xc4\x92\x1d\x60\x19\xde\x0a\x2c\x83\x17\xa0\xf6\x01\xcd\x50\x23\x8c\xad\x86\x67\xf8\xbc\xa8\x19\xbc\x5a\x41\xcb\x8f\xf5\x00\xd3\x70\x80\x69\xd8\x95\x76\x5e\x85\x4e\xf6\x2c\x70\x0d\x35\x6c\x60\x57\x45\xec\x6d\xc0\x36\xf8\xd1\x1e\x72\xce\x0e\xa1\xb3\xaf\x3f\x74\xf6\xd5\xe5\x9c\xbd\x1a\xb1\xfd\xa0\x0c\xef\x51\x19\x3e\xa4\x9d\x1d\xd2\xce\x0e\xa6\x82\xb5\x57\xeb\x60\x2a\x88\x9f\xbd\x8d\xb4\xb3\xd5\xd2\xf4\x5e\xe0\x1b\x9e\x43\xae\x3e\x88\xd5\xf8\xde\x41\xac\x3e\x88\xd5\xdf\xa8\x58\xfd\x3a\x56\xf8\x20\x53\x1f\x64\xea\x83\x4c\x7d\x90\xa9\x0f\x32\xf5\x41\xa6\x76\x5f\xed\x4d\xa6\xde\x2f\x9c\xc3\x86\x5e\xac\x28\x2b\xe5\x2d\x09\xd3\x07\x41\xfa\x20\x48\xbf\x6e\x41\xfa\xd5\x4c\xe8\x00\xed\x70\x80\x76\x38\x40\x3b\x1c\xa0\x1d\xb6\x91\x6a\x7e\xe3\x4e\xe5\x51\x74\x11\x87\x1b\xfb\xe8\x87\x4c\x0e\xef\xe6\x33\x66\xff\x7b\xce\xa7\x4c\x68\x10\x1f\xb9\x99\xc7\x52\x4c\xc3\xca\x2f\xae\xf9\xd1\x6d\xef\xf2\xe3\x45\x9c\x23\x74\xf4\xe9\xfe\xe2\xae\x77\xdd\xb9\x09\xeb\x12\x66\x15\xaf\x85\xfb\xae\x24\x88\x9d\xc9\xe9\x8c\x2a\xae\xa5\xe8\x7e\xb1\xa7\xd3\x0e\xed\x0a\x44\x1f\xa9\xb6\x1b\x5d\xf7\xcf\xf1\xc8\x2e\xcb\x7f\x7e\xbc\x2b\xff\x55\x9a\xc5\xc5\x5d\xf9\xaf\xee\xd2\xd9\x44\x0d\x57\xd9\xd9\x31\xf9\x78\x77\x4a\x3e\x42\x08\x86\x22\x77\x13\x8a\x2c\xe9\xe2\xee\x94\x5c\x30\xad\xe1\x97\xe2\x63\xc3\x4d\x06\x73\xfb\x81\x0b\xaa\xe6\xc4\x4f\x1f\xb3\xe7\x28\xd8\x66\xfd\xd2\x54\x17\x4f\xfc\x2d\x17\xa0\x3d\x14\xab\x77\x21\xc7\x3c\xa1\xd9\x6e\x8b\xd8\xb9\x8c\x0f\xd2\xd1\xd5\xcd\xd2\xa5\x88\xdf\x5e\x5c\x8b\xce\xe5\x39\xe4\xf2\xf9\xa1\xd6\xcc\xfc\x92\x69\xc3\x52\x2b\x8d\xa4\x48\xbc\xc0\xcf\xe6\x91\x94\xf2\x37\x09\xd9\x7d\xb9\xb6\xb2\x73\xe7\xf2\x9c\x9c\x90\xab\x9b\xbe\xb8\x52\x29\x1a\x6f\x98\xbd\xde\x91\xeb\x72\x4d\x84\x34\x84\x4f\x67\x52\x19\x2a\x8c\x95\x6c\x80\xb1\xb9\x15\xd1\x84\x2a\x46\xce\xe4\x74\x9a\x1b\x6a\xf8\x23\x5b\x58\x54\x81\x1a\xd9\x2d\x33\xbd\x14\xcc\xc1\x35\x6b\x88\x9c\xaf\x98\xcb\x4c\xd9\xf6\x2d\xd7\x2d\xeb\x02\x3c\x5d\x90\xcd\x7d\x13\x54\x29\x5a\xe6\x8f\x47\xdc\xb0\x69\xf5\xfd\x35\xc3\xf6\xfe\x59\xab\xe8\xd8\x2b\xe1\x42\xd2\x94\x8b\x31\xa6\x53\x5e\x70\xc3\x14\xcd\x3e\xd1\xd9\x07\x6f\x6d\xda\x82\x3e\xfe\xf3\xb6\x94\xc9\x77\xf4\x4b\xe7\x53\x9c\x0b\x78\x74\x7d\x73\x75\x77\xb5\x94\x66\x4a\x2d\x2c\x12\x8d\x7d\x7c\x0a\xff\x4b\x4e\x88\x6d\x3d\xdc\x5c\x53\x66\xa8\xbd\xd1\xc9\x3b\x4c\xdc\x09\xe1\xfd\x5c\x64\x40\x23\x33\xc5\xa7\xdc\xee\xab\x53\x99\xdf\xe3\xe5\x18\x6e\xff\x40\x25\xf8\x01\x26\xe1\x81\xd8\x61\xa8\x48\xa9\x4a\xc9\xdf\xb4\x4b\x1c\xb5\x42\x08\xbe\x4e\xb5\xff\x81\xa5\xe4\x98\x4c\x8c\x99\xe9\xd3\x93\x93\xa7\xa7\xa7\xb6\x7d\xbb\x2d\xd5\xf8\xc4\xfe\xe3\x98\x89\xf6\xc4\x4c\x33\xcc\x38\xb5\xab\x70\x4a\xae\x95\x34\x12\x04\x08\xa2\x99\xe2\x34\x83\xd4\xc0\x21\x9e\x76\x39\x22\x7f\x4d\xa4\x62\xed\x62\x63\xfe\x4a\xa2\x64\xd6\x91\xbd\x67\x79\x9a\x9d\xd8\x97\x6a\x8e\x4e\x75\x3f\x49\xca\x12\x9e\x3a\x41\x8a\x89\x44\xa6\x60\x7f\xc2\x67\x5c\x84\x6c\x27\xe6\x5c\x39\x61\x39\x23\x61\x83\xa6\x8c\xd0\x47\xca\x33\xcc\x6b\x96\x68\x32\xc4\x75\x66\x4a\xb7\x49\x5f\xf4\x50\xec\xcc\xad\x88\x0d\xc1\x77\xa0\x48\xfa\x77\x67\x76\xc6\x89\xcc\xc8\x30\x1f\x59\x11\x2d\xba\x96\x5a\x56\x1c\xe1\x9a\x28\x96\xc8\xe9\x94\x09\xb4\x2a\xda\x86\xe0\x4b\x58\x32\x37\xdc\x76\x5f\x00\x01\x58\x39\x05\x48\x20\x95\x70\xb2\x05\xb3\xea\x8a\x98\x63\x37\xc3\x7c\x54\x72\x55\x19\x49\x14\xa3\x29\xe1\xa6\x2f\x3a\x99\x55\x6c\xa7\xd2\xb0\x38\x8a\x10\xec\xda\xa5\x15\x07\x8e\xa0\xd8\x2c\xa3\x89\xcf\xca\xcc\x64\x42\x33\x32\xe2\x19\x73\xc5\xd5\xa3\x06\xde\x81\xae\x65\x17\x8d\x6b\x92\xca\x27\x91\x49\xea\xe6\x51\xfd\xec\x7d\x99\xb9\x74\x7d\x5e\x72\x57\x29\xa9\xe0\x7f\x7e\xe2\x22\xdd\xee\x10\xde\x5f\xfe\x74\x79\xf5\xb9\x74\x0e\xef\x6f\xbb\x37\xf1\xdf\xb7\xbf\xdc\xde\x75\x3f\x2d\x3d\x88\xd5\x56\x0a\xd2\x82\xe1\x81\x0c\x7e\x4a\x6e\x71\x11\xa4\x22\x56\xab\x6a\x98\xd4\x27\x47\x4b\xc5\x0f\x32\x65\xdb\xcd\xed\x53\xe7\xf2\xbe\x53\x62\x29\xb7\x67\x3f\x76\xcf\xef\x2f\x4a\x12\x9e\x9f\x5f\xf4\xcb\x4d\x17\xe5\xb7\xf8\xb7\xb3\x1f\x7b\x17\xe7\x83\x20\xf1\x2d\x5b\x8d\x4a\xbf\x55\xc6\x74\x87\x0c\x68\x22\x53\x32\x9c\xc7\x99\x83\x45\xc2\xf9\x13\xd5\x24\x03\xcf\x08\x4b\xbd\x32\x82\xad\x9e\x02\x1f\xf2\xa9\xec\xc5\x17\x56\xb8\x6f\xb9\x77\x20\xf1\x1c\xf5\x20\x6a\xca\x99\xec\x71\xc3\xb6\x77\x2a\x22\xa5\x02\x53\xdc\xc3\x1a\x59\xb5\x47\xdb\x17\x73\x7b\x80\x15\x1f\x8f\x41\xc7\xaf\x0c\x15\x5b\x73\x9f\xc2\x4a\xc2\x77\xb8\xd5\x33\x25\xe1\x48\xdb\x6e\x9d\x71\x28\x68\x10\xf8\x21\x80\x14\x94\x5b\x54\x14\x94\x83\x9a\xa1\xf9\x7d\x39\x45\x93\x6e\xc3\xb4\xe0\xe8\x15\x21\xbe\xc0\xa2\x34\x9a\x26\x66\x8a\x3d\x72\x99\x47\x9f\x3a\x3c\x85\xd2\xe6\xd6\x36\x5f\x2c\x00\x2c\x1b\x2a\x30\x45\x33\x65\x6a\xee\x5d\xdd\x1a\x45\x0d\x1b\xcf\xcf\xdd\xc9\xde\x9e\x8a\xcf\xaf\x3e\x5f\x5e\x5c\x75\xce\x07\xdd\xce\xc7\xf2\xc1\x0c\x4f\x6e\xef\x6e\xba\x9d\x4f\xe5\x47\x83\xcb\xab\xbb\x81\x7f\x63\x29\xb9\x36\x74\xb0\x78\x9f\x96\x5f\x3c\x25\x96\x33\x02\x07\xf3\xd0\x4b\x11\x1b\x1b\xb2\x91\x54\xc8\x8e\xa7\xde\x09\x08\x9c\x9f\x84\x95\x65\x29\x2a\xd9\xe5\x59\x9c\x82\x06\x5a\xd7\x24\x1a\x97\x8c\x62\x74\x0a\xec\x9c\x0a\xd2\x15\xe9\xf1\xd5\xe8\xf8\x16\x7f\x9c\x52\xf5\xc0\x54\xf8\xf4\x49\x71\x63\x18\xd8\xc4\xb9\x33\x97\x83\x86\x0c\x43\xb6\xf7\x0d\x04\x79\x17\x1d\xb4\xc9\x8d\x65\xcf\xf6\xfd\x70\xf7\x58\x42\x4d\x99\xa1\x3c\xd3\x6e\xb0\xa5\x75\x3d\x25\x17\x54\x8d\x0b\x7d\xf7\x9d\x1c\x8d\xb0\xb1\xf7\x38\x0c\x7b\xd5\x94\x66\x51\xc3\x22\x2d\x69\xf8\xeb\x0b\xfa\x73\x2f\x07\x29\x6d\x91\xaa\xee\x67\xbb\xd1\xd4\xfd\x35\xac\xf8\xd5\xe5\xa0\xfb\x5f\xbd\x92\xc6\xe2\x9e\xd4\xd0\x1a\x4c\x1c\x1f\x2f\xbf\x0b\xea\xdb\x5e\x24\xa7\xf2\x8b\x35\xe4\x94\xcf\xfc\xce\x8f\xac\x0e\x54\x43\x4b\xec\x0b\x37\xb8\x31\xf1\xb8\x2b\x24\x54\x34\x03\x66\x0c\x3a\x9b\x31\x6a\x05\x90\xc5\xdd\x2e\x8b\x6b\x0d\x7b\x8f\x3d\xc5\x7d\xb8\x4d\xf6\xfd\xb4\x88\x14\xd9\x3c\xbe\xeb\x2b\x14\xb9\x06\x0d\x60\x5b\x0b\x14\x70\x0d\xc0\x22\x57\x8f\x4c\x29\x9e\xb2\x4f\x5c\x5b\x55\x06\x7f\xfc\xc1\xa1\x8b\x6c\x47\x10\x1f\x3a\xbd\x8b\x8a\x0c\x30\x38\xef\x7e\xe8\xdc\x5f\x2c\x57\xc7\x4b\xdf\xd5\xc0\xde\x44\xed\x9c\xda\x5b\xdf\xd9\xe6\xe0\x76\x38\xf6\x98\x29\x2c\x0d\x17\x5a\x19\x32\xa5\xc2\x55\xff\x8c\xc0\x2d\x57\x23\x67\xca\xb8\xe3\x6c\xcb\xe9\xde\x5f\x9e\x77\x3f\xf4\x2e\xcb\x72\xc0\x8f\xbd\x8f\xa5\x1b\xff\x53\xf7\xbc\x77\x5f\xe2\xaa\xab\x2e\xfe\xc5\x66\xeb\x96\xc4\xbf\x74\x4a\xce\xf1\xd3\x53\x22\x64\x1d\x2a\x4d\x50\x16\x2a\xeb\x70\xe3\x83\x0c\xfc\x3f\xba\xc2\xa8\x5a\x3b\xcc\xba\x0a\xa6\x33\xb9\x96\x34\xcc\x7a\xcf\xcc\x42\xdf\x97\x55\x1b\xfa\xa2\xe7\xca\xd9\x5d\x6d\x27\xed\x42\xef\x8c\x5d\x36\xa0\x64\x35\xa9\xb8\x35\x66\xbc\xe2\xe0\xfc\x0c\x16\xf9\x69\xae\x0d\x9a\x4e\xc1\xf9\x4b\x1e\xfe\xa4\xed\x82\x82\x69\xb5\x4d\x6e\x19\xeb\x0b\xaf\x6d\x8d\xb9\x99\xe4\xc3\x76\x22\xa7\x27\x05\x24\xd2\x09\x9d\xf1\x29\xb5\xd2\x08\x53\xf3\x93\x61\x26\x87\x27\x53\xaa\x0d\x53\x27\xb3\x87\x31\xf8\xf9\xbc\xf5\xf8\x24\x34\x3b\x96\xff\x72\xf1\xc7\xef\x8f\x2f\xfe\xf4\xfd\xd1\xa2\xfe\xdc\xb4\xff\x5d\x91\xd0\x99\xce\x33\x17\x0f\xa0\xe2\xb5\x81\x4b\x0d\x56\x62\xd5\x7e\x5f\x96\xb7\x6b\x37\x71\xff\xec\xfa\xbe\x64\xcf\x2a\xff\xf9\xa9\xfb\xe9\xea\xe6\x97\x92\xb8\x7c\x77\x75\xd3\xf9\xb8\xdc\xae\xb5\xa0\x0f\x54\x96\xe1\x27\x21\x9f\x44\x79\xf6\xba\x3a\xe9\x5c\x18\x3e\x65\x5e\x1d\x70\x7f\xde\xe1\x4c\xb7\x98\xf9\xd5\xdd\x8f\xe5\x1b\xed\xc3\xc5\x2f\x77\xdd\xc1\xed\xf9\x4f\x4b\x67\x82\x9f\x95\x46\x76\x0b\xce\xcc\x33\x99\xe5\x53\x11\xff\x7b\xfb\xb1\xf5\x2e\xef\xba\x1f\xab\xa3\xbb\xea\xdc\x95\x97\xfd\xa6\xec\x23\x3f\xfa\xe1\xea\xea\xa2\x5b\xb2\x2f\x1f\x9d\x77\xee\xba\x77\xbd\x4f\x25\x8b\xe4\xf9\xfd\x0d\x82\x26\x2d\x9b\xa6\x1f\x41\xcd\x44\xed\xb4\xe2\x69\xee\x9b\xcf\xac\x75\xcc\x3b\x2e\xfe\x0c\x0f\xca\x71\x04\x4e\x80\xae\x65\xd0\x30\x8f\x83\x7d\x27\xc1\x91\xd6\xf2\x1a\x53\xde\x26\xd2\xcc\xeb\x96\x6e\xf4\x32\x96\x77\x17\x86\x80\xd0\x5e\xa8\x4f\xd0\x2c\x93\x4f\x18\x05\x34\xe5\x86\xa5\x1e\x29\xc6\xbe\xa2\x49\x92\x2b\xc5\x84\xc9\xe6\xed\x1a\x76\x52\xde\x16\xa9\xcc\x79\x88\x13\xd9\x4e\xa7\xa8\x0b\xba\x58\x0c\xb7\xa8\x57\x17\x2a\x21\x16\x7e\x58\x77\x54\x3f\x2c\x68\xf1\x3d\xa1\x0d\x15\x09\x3b\xcb\xa8\xd6\xdb\x8e\x15\xc5\x90\x56\xf9\xbc\xdc\xdc\xdc\x5f\xdf\xf5\x7e\xb8\x58\xce\x88\xaa\x1f\x2f\xc6\xd1\x24\x59\xee\x2d\x5d\x43\x25\x69\x4a\xac\x9e\x20\xc7\x68\x55\x73\x77\x42\x01\x44\x87\x01\x6d\xc1\xb5\x58\x02\xc1\x0b\x5e\x43\x2f\xef\xc4\x9a\x3a\x77\x0b\x41\x12\xbb\x12\x24\x12\x7d\x3c\xcd\x82\x91\x0e\xd1\x6b\x9d\x00\x3a\xcb\xa8\x19\x49\x35\x45\x1d\xb5\x34\x69\x6c\x7c\x79\xa3\x5c\x18\xa6\x54\x3e\x33\xdc\x23\x0b\x56\x79\x2c\x54\x9d\x93\xe3\x4f\x4c\x6b\x3a\x66\xbb\xd8\x72\xeb\xee\x95\xdb\x9f\xe3\x3f\xc1\x56\xbb\xce\x9d\x51\x1a\xa1\x8f\x01\xf1\xf4\x74\x25\x3e\x50\x9e\xe5\x8a\x5d\xcb\x8c\x27\x5b\xfa\x9e\xac\xd0\x3a\xe8\x7d\xb2\xf2\x5d\xe7\xae\x7b\x51\xba\xdd\xe0\x59\xe7\xc3\x5d\xf7\x66\x80\x70\x75\x9d\x1f\x2e\xba\x83\xcb\xab\xf3\xee\xed\xe0\xec\xea\xd3\xf5\x45\x77\x85\x4b\xa7\xb1\xf1\x45\x05\xa8\xfa\xea\xe9\xc2\x2f\xb0\xc3\x2a\xb7\xaa\x65\x21\x37\x43\xb8\x24\xe5\x19\xd8\x93\x25\xda\x95\x29\x11\x56\x83\xb0\x3f\x83\x6d\xd2\xbe\xed\xa3\x83\xda\xa4\x67\xbe\xcb\x32\x42\x73\x23\xa7\x14\x8c\x22\xd9\xbc\x2f\xe8\x50\x2a\x03\x0a\x71\x60\x3d\x44\xe5\x42\x70\x31\x86\xc6\x10\x75\x32\xc9\x18\x15\x24\x9f\x45\x91\xad\x4e\xb5\x1f\x71\x01\x4e\x67\xab\x75\xa3\x15\xa7\xe8\xb2\x38\x14\x9a\x50\xdd\x17\x98\x04\x8e\x74\xbc\xce\x0a\x9f\xae\xf5\x56\xe3\xea\x4c\xe9\x03\xb3\xab\x32\xcd\x93\x89\xd5\xee\xc6\x8a\x69\xed\xd4\xbf\x84\x0a\xb4\xe5\xbb\xd7\xad\x6e\xd6\x17\x56\x85\xa3\x99\xd7\x32\x53\x36\x63\x22\x65\x22\xe1\x18\xcf\x0a\x66\xf0\x60\x0d\x1a\x2b\x3a\x9b\x10\x2d\xc1\x7c\x0c\xcb\x0e\x76\x36\xfc\xc8\x7b\xc0\x5d\xda\x3b\x3c\x8e\x95\x44\x95\x5b\x3e\x71\x05\xd6\x23\x5c\x65\xf8\xd8\x6b\x88\xde\x32\x82\x38\x9e\x56\x19\x32\x08\x1d\x09\x4b\x0e\x9b\x61\xd7\xba\xb4\x1f\x76\x9b\xea\x36\xa1\x2f\x8a\x31\x53\xed\x46\xd4\xae\x51\x3e\xdd\x91\x22\x3f\x52\x91\x66\xb6\x15\x6f\x66\x28\x9f\x45\x08\xca\xea\x58\xaa\xf1\xa7\x71\x17\x51\x20\xa1\xb9\xde\x48\x16\x58\x1e\x84\x4c\xc1\x8d\x70\x5c\xf8\x57\x80\xbc\x5d\x04\x32\xac\xee\xcc\xb2\x48\x9a\x49\xb7\x4a\xf8\x7a\x8e\x60\xe1\x04\x46\xd3\xa0\x9c\xcc\x14\x17\x09\x9f\xd1\x6c\x2b\xc9\xa5\x12\x96\xe2\xc2\x3d\xde\xf1\x91\x25\x9f\xf7\x0b\x56\x51\xc3\xd4\x14\xa2\xf1\xdd\x30\xc3\x16\xae\x92\x0a\x70\x77\x2c\x21\xd3\xb2\xeb\x7e\x8b\xbd\x41\x9f\x57\xd3\x74\x2b\xad\xb8\xde\xd1\xe9\x4a\xb3\xeb\xfa\x36\xeb\x16\x2c\x7a\xf8\xcf\x65\x5b\xfd\x89\xce\xec\x16\x23\x24\x26\xa1\xc5\x1c\x5d\x90\xbd\x43\x7c\xf7\x8e\xa3\xc8\x92\x1c\x02\x9a\xd6\xd7\xd0\x8a\x25\x74\xae\xbf\xc5\x4e\x4a\x16\xf5\x28\xff\xc1\x91\xe4\x28\x37\xf6\x34\x51\xb0\xc9\x93\x77\xac\x3d\x6e\x13\x0f\x4c\xda\x22\x9d\xeb\xeb\xee\xe5\x79\x8b\x30\x93\xbc\xf7\xbe\x69\xe7\xaa\xeb\x0b\x23\x9d\x70\x31\x27\x13\xf9\x04\xac\x8c\xa9\x31\x2b\xcd\xd9\xfb\xf5\x00\xd5\x62\xcc\xb5\x51\xce\xbb\x28\xd2\x18\x27\x97\x4f\xab\x6a\x24\x52\x48\x6e\x26\xbb\x90\x06\xd5\x3a\x9f\xd2\x61\xc6\x06\x9c\x4e\x07\x4a\x66\xab\xce\x70\xed\x91\x2a\x34\xef\x81\x33\x76\x0c\x68\x92\xc8\x5c\x98\xb5\x5b\x5b\xb5\x8f\xe7\xb0\x4c\x9a\xcc\xec\x81\x82\xa0\x86\x45\xd4\xd4\xe8\x96\x4a\x20\xd0\x02\x8c\xfb\xc0\x32\xb2\x22\x2f\x05\xe1\x7f\x1b\xd6\xf2\xa6\xbc\x02\x87\xf5\xc4\xf5\xac\x5b\xae\x33\x44\x78\xf6\x46\x8c\x08\x5f\x76\x97\xf5\xab\x6b\x65\x59\x4b\xe4\xd9\xd9\xd5\x19\xf2\xa9\x3a\xd8\x5e\x74\xf6\x55\x2a\x55\x80\x2f\xb9\x02\xc9\x8d\xf4\x68\x0f\x32\xf2\x8f\xbf\xe7\xd2\x50\xfd\xbe\xdd\x17\x96\x19\x3e\xb0\x39\x06\xa0\x58\x76\xf3\x5b\x7b\x05\x1e\x6b\x26\x34\x04\x2c\xfc\x16\xad\x29\x96\x61\x3e\x52\xc5\x2d\x69\xa1\x44\x88\x48\xe0\x65\x44\x61\xf0\x31\xbb\x46\x1d\xb7\x2b\x5c\xf8\x05\x0c\xb1\x7f\x86\xc3\x1f\x33\x03\x31\xbe\x86\x1b\x10\x55\x52\x84\x1a\x5f\x18\xfa\x4a\x45\x16\xa9\x42\x49\x50\xae\xd3\x7c\xb7\x83\xa4\x17\xdb\xa8\xdb\xc4\xfa\x4b\xfa\xd6\x45\x6d\x9c\x78\x75\x2d\x51\x72\x01\xbf\x9b\x5a\xde\x6b\x77\x7a\x88\x7c\xc2\x5b\x14\x99\x68\x3f\xf1\x07\x3e\x63\x29\xa7\x10\xc3\x61\xff\x3a\xb1\xf3\xfa\x97\xb3\x9b\xab\xcb\x41\x11\x79\xf5\x1f\x7d\xd1\xc9\xb4\x24\x56\xec\x90\xca\x68\x22\xa4\x08\x01\x23\x33\xc5\x3c\x6b\x77\x73\xb1\xab\x1a\xd9\x23\xfa\xa2\x69\x04\xa9\x4c\x74\x9b\x3e\xe9\x36\x9d\xd2\x7f\x48\x01\xc6\xcd\x0e\xfc\xf3\x2c\x93\x79\xfa\x99\x9a\x64\x72\x02\x36\x47\x73\xc2\x1e\x99\x30\x68\xdb\xb0\xcb\x95\x42\xf8\xa8\x86\x78\x93\x7f\xb1\x63\x2e\x82\xc0\xb4\x15\x20\x13\x36\x33\xe4\xff\xaf\xd8\x50\x4a\x53\xcf\x7b\xe4\x68\xa4\xd9\x2a\x3e\xd3\x20\x1b\xdd\x5e\x91\x3f\xfd\xfb\xf7\xbf\xb7\x24\xb4\xcd\x1a\xf7\x6e\xaf\x06\xf6\xfb\x7f\x39\x77\xdf\xeb\xb5\x48\xee\x1c\x43\xe2\x77\x0a\xc8\xda\x86\x4b\x6f\x6a\xfd\xaa\x72\x60\xae\x67\x19\x9d\x2f\xd8\xd1\x57\x71\xee\x4b\xcb\x0f\x66\x34\x61\x45\x48\xbe\xcf\x5e\x48\xe4\x74\x0a\xce\x2a\x9f\x86\x97\xf2\x11\x78\xad\x8c\xe5\xea\x64\xc8\xcc\x13\xf8\x48\xfd\xaf\xc1\x35\xe1\x2d\x0f\x96\x79\x00\x83\xea\xdb\xb5\x4a\x73\xb0\x49\xf5\x8f\x5a\xa4\x7f\x94\xb2\x47\x96\xc9\x99\x3d\x3f\xf6\x07\x66\x6a\xef\xd0\xee\x94\xf2\xec\x52\x9a\xe0\x76\xdb\x65\x5b\x14\x4b\xf8\x8c\x5b\x7a\x1e\x30\xdb\xee\xb3\x06\xcd\xad\x32\x00\xfa\x5c\x3f\x18\x09\xa1\x69\x6a\x8f\x15\xa0\x41\xfb\x41\x16\x16\x25\x11\x2d\xc0\x7a\x6c\x33\x58\xda\xf6\x4b\xc6\xf5\x86\xd0\x44\xaa\x00\x7e\x17\x3a\x2e\xf0\x7b\x97\x52\xad\x43\x03\x2f\x50\x66\xbd\x42\xbd\x68\x2b\x68\xd0\xbf\xac\xf8\xb5\xde\x38\xcb\x2b\x73\x6b\xbf\x5b\x3a\x34\x1d\xa7\xa5\x86\x0a\x0e\x41\x9a\x76\x91\x23\xd5\x60\x15\xb6\x72\xc4\x49\x26\x75\xae\xd6\xb4\x32\x97\x07\x7d\xe6\x3e\x5d\x36\xee\x6e\xac\x7c\xe4\x99\xd1\x1b\xe9\x37\x35\x0b\x5f\xc9\x6a\xc0\xc3\x6d\x9c\x60\xe7\xde\x6e\x11\x0e\xb6\x52\xbb\x06\x34\x2b\xc2\x6a\x44\x4a\x0a\x69\xaa\x2f\x42\x28\x20\xd5\xe4\x89\x65\x60\xa4\x4a\xe4\x74\x06\x92\x82\x1b\xae\x6b\xc9\x5e\x74\x86\x1a\xd6\x22\x32\x37\xb6\xb1\x16\x56\x18\x71\x5b\x70\x3c\xa4\x90\x1b\x5b\xd4\x0d\xeb\x8b\x7b\xed\xe3\x40\x42\x4a\x23\xd2\x3a\x32\x30\x2e\xc8\x47\x66\xa0\x15\xc8\x31\x8f\x27\x88\x95\x54\x6a\x59\x50\x75\xed\x77\x38\x51\x6e\x26\x1b\xec\x7c\x11\x40\xf8\x43\x26\x87\x4b\xf7\xbd\x43\xa6\xa8\x09\xbb\x5e\xbc\xa1\xaf\xb0\x81\x44\xb9\x78\xab\x68\x94\x29\x55\x0a\x16\x58\x71\xfc\xcb\x41\x87\xcb\xc9\x13\x42\xfe\xb8\xc0\x00\x4c\x88\x93\xad\x8e\xd3\x59\xc7\x56\x8d\x11\x6c\x38\x83\xb7\x63\x29\xc2\xf1\x4e\x17\xad\x63\xab\x88\xa0\x6c\x55\x7b\xee\xc9\xc0\x01\x31\x13\xc6\x15\x59\x6b\x5a\xfe\xfc\x0e\xf0\xcc\xaf\x4f\x34\x05\x6d\x37\x09\x80\xc8\x44\x02\x83\xb0\x03\x73\x39\xf1\xa5\xb2\x3f\xed\xbe\xa8\x0c\xc2\x99\x5b\x35\x01\xf2\xf2\xa7\xa1\xc4\xfb\x5b\x64\xc4\xbf\xb8\x46\x0b\x37\x8c\x7f\x35\x52\xf0\x1b\xcc\x7e\x13\xba\x48\x76\x1b\xdc\x8f\xd7\xf0\xfd\x52\xbb\x96\xd4\xc6\x8a\x03\x56\xb0\x52\x2c\x91\xca\xb2\x44\xe8\x36\x38\x85\x56\xde\x8d\x86\x2a\xbb\x28\x74\x23\x01\xbc\xc0\x88\x48\xa9\x61\xc7\x86\xaf\x0c\xe1\xb0\xea\x8a\x65\xb0\x53\xab\xce\x46\xf1\xdf\x05\x87\x1d\xb2\x31\x15\xde\x81\xd0\x30\x5a\xcf\xda\x77\x38\xcc\x56\xb2\xa2\x53\x99\x0b\x74\x9d\xda\x01\x95\xc7\xa1\x67\xb0\x9c\x4b\xc7\xe1\x8c\x3d\x2f\xb5\x6a\x66\xc9\xb2\x3d\xd1\x60\x7b\x6a\x18\x6c\x0e\xe5\x1a\x5f\xcd\x60\x33\xaa\x0d\x71\x63\x6a\x18\x71\x2c\xcd\xee\x21\x71\x65\x59\x39\x89\x58\x71\xd8\x44\x38\x8f\x87\x48\x34\x33\x86\xbb\xb2\x07\xb9\x66\x2e\xdc\x70\xca\xd4\xd8\x0b\x7c\x88\x84\x1b\x8e\xb6\x83\xc4\xf5\x7c\x34\xe6\x25\xe0\x4a\x5a\x6c\xba\x4d\x3a\x62\x21\x68\xda\x9b\xcd\x4a\xeb\x85\x5c\x9b\x66\x4f\x74\xae\xc9\x4c\x61\x8c\x22\xfa\x97\xfc\xe4\xc1\x4e\x5c\xfe\x28\x58\x0e\x8c\x77\xf0\x41\x11\xb3\x78\x64\x0d\x9b\x15\xd5\x3c\x59\x9f\xd9\xad\x29\xfb\x57\x7c\x1f\x75\x15\x50\x82\x0a\x54\xcb\xe9\x16\x84\xd9\x22\xaf\x20\x0e\xa4\x72\xc9\xcb\x20\x5b\x3a\xed\xa2\x5b\xf6\x9b\x34\x09\x7c\x60\x75\xbb\xa0\x43\x96\xed\xec\x2f\xd9\xca\x02\x02\x5d\xbb\xb4\x72\xab\x7e\x33\xf4\xff\x40\x45\x3a\x55\x65\x6d\xde\x6e\xa8\xf2\xf5\xbc\x41\xc5\x3c\x4b\x40\xce\x3b\x4c\xd4\xe3\x24\x6c\xcf\xbf\x9b\x30\x14\xe2\x8b\xa4\x00\x51\xa8\xbf\x45\xaa\xe6\x9b\x5d\xc6\x10\xa1\x1d\xd4\x0e\x81\xec\x03\xef\x60\x2f\xd6\xa0\x40\x33\x6b\x62\x7b\xf5\x46\x44\x48\xc1\x08\xd7\xc5\xcb\xa6\xec\xf7\x26\x63\x26\x98\x82\xb8\x78\x1f\x5f\xb5\x58\x39\xe0\x85\x95\xf2\x4e\x50\x26\xc9\x88\xb3\x2c\xd5\x44\x30\xab\xd3\x50\x35\x87\xdc\x28\x64\x68\xeb\xc8\x46\xfb\x92\x56\x6b\xae\x0f\x27\x46\xfa\x3c\x74\xc0\x2a\xb2\x92\x58\x65\x5c\x04\x73\xc7\xdc\x4b\xee\x23\x17\xab\xda\x17\x41\x0b\x06\xfa\xe3\xda\x6a\x77\x6d\x02\xdb\x66\x8a\xaf\xec\x1d\x63\x7f\xf0\x7b\xd8\xf2\xb2\xac\x46\xa4\x9f\x4d\x74\x7f\x7f\x6f\x15\xeb\x58\x4e\x0e\xf2\x49\x8c\x58\x9a\xb2\xae\xa2\xa0\x27\x8a\xac\x64\x86\x5c\xce\x75\x5c\xe9\x81\x57\x60\xa7\x5a\x7f\xa5\xec\x26\xe7\x0b\x96\x2b\x2c\x2c\x50\x28\xd9\xd9\x3c\xf8\x0d\x63\x55\xc5\xe5\x35\x62\x61\x38\xaa\xc9\x6f\x85\x34\xbf\x8d\x52\x3f\xbd\x3a\x8c\x95\x29\x9c\x69\xa2\x55\x82\xa4\xe0\x3e\x8f\xc5\x11\x09\xa1\xe1\xac\xa6\xab\x57\x7e\xd7\x7c\xe3\xc2\x8f\xf7\xac\xd2\x5b\x77\x31\xb6\xa1\x09\xd3\x07\x61\xe9\xf6\x66\x03\x78\x89\x9a\x48\x04\xc9\x40\x31\xf0\xd4\x09\x49\xa6\x52\xb1\x0a\x34\x1e\x32\xef\x10\xfc\x83\x90\x64\xeb\x53\x69\x8d\x39\x0c\xe1\xbe\x8a\x63\x5e\x32\x83\x2d\x37\x7f\xed\x23\xaa\x67\x5a\x4e\x49\x5a\x42\x01\x2b\x12\x3e\xeb\x55\xf2\x6d\x22\x71\x9a\x64\xd2\x60\x88\x8e\x6b\x80\x34\xa5\x39\xb6\xfb\xe2\x83\x54\xee\xee\xd4\x0e\x42\x60\x48\x93\x87\x63\x26\x52\x42\x73\x33\xc1\x74\x43\x67\x3b\x9e\xbb\x9d\xb5\x72\x01\x90\x40\x48\x67\xe3\x3a\xa1\xca\x31\xfd\x11\x7d\x94\x7e\x14\x7d\x11\x35\x02\x20\x05\x80\x4a\x03\xc8\x99\x4d\x02\x04\x03\x14\xb0\xa6\xb5\xa8\xc3\x87\x5c\x40\x87\x5c\x7e\x66\x62\x8c\xb9\x3e\xf4\xc7\x52\xc1\xb4\xee\x1f\xe1\xa8\x2b\x2b\xd4\xf3\xf6\x28\xaf\xdf\xe8\xb8\xd2\x4e\x78\xb3\xe5\x62\xec\xd0\x22\xe3\x66\x61\xc5\x94\xef\x3d\xef\x2c\x25\x5f\x8e\x72\x05\xd1\x72\x75\x6d\xbe\x4b\x26\x3c\x2b\x6c\xd4\xef\x5b\xee\x3c\x62\x93\x19\x7b\x64\x19\x26\xe9\x27\x0a\x1c\xb9\xe8\x54\xfc\x9e\xfc\x5f\xc4\x4d\x24\xbf\xef\x8b\x8f\xc0\x56\xb3\x6c\xde\x22\x7c\x54\xb4\x4c\x4d\xa5\x99\x87\xda\x01\xd8\x2d\x43\xce\x52\x1a\x08\xee\xf7\x84\x3e\xb2\xbe\xf0\xcd\xfc\x5f\xf2\x40\x7e\x47\x7e\xdf\x64\xc8\xf1\xfe\xd8\x67\xd6\xf3\x81\x8a\x7d\x5f\x11\x67\x68\x39\xf1\x11\x38\x87\x37\x03\x94\x4b\x6f\x2f\xc6\x3f\x87\xec\x60\x2e\x1e\xe5\xa2\xf7\x2a\x3e\xb9\x54\x31\x61\x06\x42\xa6\x6c\xc0\x6a\x5c\x57\x4b\x18\x85\xbd\xd4\x2f\x65\xca\x56\x3a\x9e\x82\x80\xfc\x19\x4c\x17\x3a\x1f\x86\xed\x80\x30\xcc\xa0\x74\x97\x09\xac\x7e\xc0\x21\x7b\x6f\x9b\xe1\x6e\xeb\x2b\xbb\x72\xd2\x55\x0b\x38\xba\x1b\x40\xbd\xbf\x06\x8b\xba\x43\xc4\x5b\xf5\x14\x56\x2d\xc4\xf6\x65\x3b\x73\x77\xe7\x44\x79\x89\x80\x68\xa2\xf8\x98\x5b\x69\x7b\x7d\x7f\x1c\x30\xc1\x6d\xcc\xdc\x08\x00\xb0\x96\x9d\xbb\x58\x0a\x1f\x05\x7f\x1c\xc8\xae\xf0\x31\x0d\x65\x5e\x95\xb9\xdd\x02\x70\x1d\xc7\xe2\x39\xf1\x7a\x6e\x59\xf0\x18\xe3\xbc\xd8\x84\x63\x0e\x71\xe7\xec\x82\xd8\x43\x21\xa7\x0c\x51\x33\xed\xa2\xe5\x66\x22\x15\xff\x47\xa3\x43\xb6\x59\xc2\x2e\x1c\x69\x51\xb5\x6e\x18\x67\x59\xd6\x06\x1a\x45\xc9\xc0\x94\x14\x89\x3a\x0d\x87\x0c\xed\xf7\x0a\x84\x8f\x51\x9e\x21\x3e\x45\x22\x55\x8a\x18\xce\xba\x5c\x1b\x5c\xf9\x4a\xfc\x18\x25\xe8\x1b\xe4\x2e\xc5\xcc\x21\x60\x24\x13\x2a\xc6\xcb\xe5\xc8\x3f\xe7\x2c\xdf\x53\x9c\x96\x83\xa5\xfa\x4a\xee\x78\x3a\xd6\x45\x0e\x07\xae\x8d\x65\xc9\xc5\xfa\xfe\xdd\xce\xd4\x39\xe4\xa9\x7e\x28\x0c\x6a\x21\xd3\x08\xd5\xe8\xaa\x3e\xbf\x86\xf1\xe5\xc6\x1d\xbf\x3d\x98\x5f\x5e\xc2\x5f\xbf\x28\x1f\xd5\xf0\x1f\xa0\x3f\x87\xfc\xf0\xa2\xd6\x8d\xc0\xc3\x2b\x72\xc7\xbe\x2d\x1d\x1b\x68\xd2\x7e\x50\x6e\x84\x8e\xb9\x2e\x3a\x37\xeb\xa9\xe3\xb6\x6c\x47\xd9\x98\x24\xb0\xef\x01\xb8\xb1\x76\x36\xdf\x46\x66\xc9\x22\xfa\x15\xc3\x9f\x7d\x62\xc2\xf3\x9a\x5a\xca\x8e\xc1\x72\x00\x76\xe4\x17\x6c\x0a\x8c\x8f\x46\xb4\xc5\xed\xb4\xa8\x08\xd5\x8f\xcd\x3f\x5e\x77\x28\x4b\xdd\x21\x6b\x3a\x37\x40\xa3\x5f\x76\x6c\x2f\x5c\xb4\x51\xd9\x2d\x80\x21\x14\x32\x72\x8c\x82\x87\x20\xd7\xc4\x28\x0a\x01\xa3\x10\xe6\xf7\x19\xa5\x58\xae\x51\x5f\x74\xe0\x67\xa0\x8e\x3a\xa4\x25\x60\x9e\x0e\x98\xc5\x4c\xa8\x70\xb9\x2f\x75\x2e\x88\x80\x1d\x1b\x4e\x42\xec\x84\xa8\xeb\x0c\x3a\x72\xa2\x7b\x6d\x93\x7e\xa1\xe3\xa0\xec\x4a\x10\x6d\x93\xad\x98\x6b\x08\xae\xa6\x59\xa3\xce\x38\x94\x32\x63\x54\x34\x89\xd5\xb5\x8f\x17\xac\x45\x3c\x0e\x9c\xb5\x5a\x9f\x95\xcc\x54\xce\xac\x4e\x41\x31\xfb\x27\x9a\x17\x05\x88\x77\x13\x80\xab\x50\x31\xb4\x03\x4d\x57\x38\x44\x5a\xf1\xc9\x1f\xb2\x6c\xa3\x48\x13\xfc\x60\x29\x15\xc1\x2b\x05\x8a\xf8\x5a\x19\x15\x71\x00\x44\x6d\xfe\xc9\xaa\x81\xc5\x59\x2b\x4b\x4d\xc3\xe5\xcc\x8f\x2d\x87\x98\x9b\x49\x6d\x9c\xfd\xb2\x01\xfa\x40\xff\x75\x24\xd6\x53\x90\x1e\x89\x74\x20\x1d\xd1\x48\xd7\xd9\x55\x07\x03\x31\x90\x23\x1f\xc9\xbf\x3e\x57\xad\xe2\x63\x6c\xa0\xdd\x2b\x4c\xaf\x27\x33\xc5\xa5\x72\x30\x14\x8d\x36\xf6\x55\x97\x63\xa7\x12\x88\x01\x10\x72\x53\xe0\xdf\xba\x40\xe0\xf1\x76\xb4\x70\x7b\x96\x56\x07\x52\xf4\xe0\xe3\x54\x32\x1d\x09\xac\xb0\xb0\xc8\x0d\xf8\x88\xd9\x41\xf7\x85\x95\xd8\x63\xe1\x1a\x33\xfd\x7c\xe2\x9f\xed\x34\x51\x52\x6b\x17\x5b\x81\xed\xe8\xf6\xd2\x7b\xf9\xce\xe5\x61\xed\xc3\x6b\xf6\x72\x61\x96\x8b\xe5\x59\x22\xc8\xe0\x7a\x39\x6e\xc8\x42\xce\x59\x23\x17\xdd\x35\x02\xcb\x1f\x0d\xa2\x18\xd5\xce\x92\x00\x81\x4a\x95\x10\x8d\x0d\xa4\xae\x30\x66\x0c\x58\x3c\x0e\x59\x9e\x11\x09\xb9\xb4\x7b\xac\x8c\xc0\x35\xe1\x4a\x31\x00\x5e\x1e\x66\xce\x41\x56\xa2\x1a\x5e\x94\xff\x2d\x56\x24\x28\xcd\xd8\x33\xdc\x3a\x9a\x4f\xed\x79\x06\xbc\x11\x21\x8f\xe5\x0c\xb4\xb0\xea\x5b\x90\xa2\xcb\x47\x96\x12\xe3\xea\xc3\x56\x54\x3d\x06\x04\x7f\x26\x4c\x9d\xdb\xc0\x37\x02\x6e\x06\x96\xe2\x36\x22\xe5\xf6\x8f\x3a\x3f\x5c\xdd\xdc\x75\xcf\xfb\x47\x85\x33\xd8\x07\x0e\xf9\x4b\x32\x64\x10\x4a\xd1\x17\xc1\xa5\x13\x4a\xf3\xc0\x5e\x12\x9a\xa6\x45\xc2\x1c\x86\x13\x0e\xd0\x34\xbd\xee\xa9\x58\xe9\xd5\x59\x6c\xe6\x03\xff\xc2\xd2\x1b\x6a\x76\xf2\x05\x2d\xf5\xb5\xaf\x65\xf3\xac\x25\xf1\x5c\xf0\x05\xbb\xdb\x92\x1b\x21\x4c\xe5\xde\x7e\xb7\x3e\x05\xe3\x49\x80\xbd\xf2\xc6\x33\x6d\x99\xaf\xd5\xd3\x69\xa8\x98\x34\x02\x1a\x10\xc9\xbc\x45\x20\xb8\xde\x52\xed\x9c\xfc\x81\x4c\xb9\x80\x40\xd8\x65\x6b\x7b\x5f\x9e\xc8\x26\x70\x89\xbd\xcb\xfb\x32\x98\xf1\x8f\x57\xf7\x65\x10\xb0\xce\x2f\xcb\x81\x0f\xcb\x2d\x2c\x33\x8e\x14\x73\x8c\x82\x8d\x24\x2e\x45\x58\x9a\xba\x89\x5e\x54\xc5\x9e\x6f\x2b\xbb\x35\x0b\x12\xd8\xbe\x13\x5b\xa3\x50\x93\x57\x91\xd3\xea\x66\xba\x5b\x3a\x2b\x2a\xaa\xd7\x65\xed\xf7\x59\x2f\xe8\x5a\x77\xf2\xf6\x81\x11\xc5\x04\xc0\x12\x50\x7f\xfd\x6e\x9c\x4e\x50\xb4\xea\x63\xda\x37\x90\xde\x48\xf1\xb5\xb7\xa7\x68\x67\x52\x9e\xd1\x21\x07\x94\x32\xb8\x81\x7d\x42\x61\x1d\xec\x43\xbb\x2f\xe2\xd2\x6e\x78\x67\x5a\x1a\xf0\x39\xa3\x5c\x8c\x89\x14\x8c\x48\x85\x8e\xd1\xc0\x0e\x5b\x71\x6a\x41\x35\x34\xce\x4c\xc8\x5c\xe6\x2a\xf4\xb8\xd0\x8f\xa3\x3e\x3d\xa1\x3e\x78\xc2\xcb\x99\xce\xb5\x17\x27\xfd\x42\x7b\x51\xde\x9d\xeb\x98\x3d\x32\x41\x9e\xac\x9a\x4a\x23\x30\x85\x28\x68\xcd\x8a\xa4\xe2\x3b\x13\x22\x53\x78\x36\x07\x67\x0f\xa1\xc1\xad\x55\x18\xae\x34\xe5\xae\xe5\xe5\x04\xbc\x87\xec\x03\x48\xa7\xd8\x8e\xf8\xe0\xcb\x26\x5b\x8c\x03\xcf\xb4\x34\x10\x5b\x86\x30\x42\xba\x96\x64\xd9\x97\x19\x4b\xb6\x09\x19\xbf\xf6\xc5\x7b\x96\xd9\x86\x62\xcd\xc5\x81\x28\xb9\xad\x33\xd2\x5b\xaa\xaa\xa3\x5d\x31\xce\x8d\x12\x37\xec\x40\x7f\x76\xc9\xb5\x1b\x8e\xd3\xa7\x6e\x8c\x94\x9c\xae\x37\xc4\x97\x09\x56\xbe\x5b\x08\xfb\x2d\x19\x5b\x5e\x49\x94\xf2\xea\x51\x36\x85\x27\xaf\xe2\x7a\x3f\xe3\xbd\x18\x32\x11\x00\x07\xc0\x83\x32\x79\x17\x94\x8b\x0c\x8e\xfb\x8c\xef\xac\xe0\x8c\xf1\x41\x3b\x95\x53\x50\x72\xf3\x0c\xad\xb2\x0d\xd2\x10\x46\xea\xd6\x87\x18\xc3\xf5\x59\x67\x5f\x8e\x3c\xd5\x2e\xd1\xca\x2e\x9e\x36\x74\x1a\x32\xb9\xab\xd9\xf9\x95\xe5\x5a\xc1\x8d\xf6\x15\x32\xfa\x0c\x61\xc5\x75\xba\x6e\x29\xd4\xd9\x85\x74\xec\x27\x9f\xb0\x72\x43\x2f\x1d\x58\x29\xa1\x30\x1e\x90\xc3\x91\x8d\x93\xe8\x16\xb7\xb2\x74\xf3\x21\xc0\xb4\x37\x63\x6f\xa9\x25\x23\x75\x32\x55\x89\x04\x27\xf1\x1d\x0f\x46\x96\x29\x9d\x47\xa1\x66\x0e\x79\x08\x2e\x67\x2e\xc2\x5f\x65\x56\xeb\x89\x39\x26\xd1\xba\x70\x8f\x36\xf9\x61\x1e\xae\x45\x9a\x65\xf1\x48\xb4\x03\xcd\xc7\x51\xa2\xf1\x18\x2e\x31\xd2\xbb\xec\x9c\xdd\xf5\x7e\xee\x42\x18\xd5\x5c\xe6\xe4\x89\x6b\xab\x21\xf4\x05\x58\x57\xb1\xd2\x02\x56\x89\xc4\x17\x5b\xf0\x16\x04\x57\xea\x7c\x38\xe5\x56\x9f\x2a\x26\x79\x0f\x1c\xe1\xc6\x87\xda\xe1\x39\xb6\x1f\xc0\xb5\xed\x83\xf8\xea\xe2\xe5\x57\x9c\x8f\x2d\xd4\xe0\xa2\x91\x5d\xe3\xf4\x22\xe7\xcf\xf3\x46\xea\x45\x62\x76\xac\xd6\xd4\x1e\xaf\x43\xa8\x5e\xfd\xa1\x2c\xe7\xab\x42\x52\x31\xd7\xa6\x72\x99\x34\x67\xa9\x16\x5b\xb0\x8f\x38\xbd\x26\xb4\x8c\x65\xc1\x1b\xfe\x93\x7a\x69\xe7\x36\x54\x0a\xa8\x15\xc1\xae\x1b\xe5\x9b\xd7\x96\x2d\x14\x55\x45\xd9\xda\xa5\xb6\x89\xba\x55\xc4\xbb\xc7\xa4\x10\xc5\x73\x94\xe3\xc4\x59\x95\x75\x0b\x69\xc0\x97\x9d\x00\x80\xdf\x42\x20\x49\x5f\xd4\xcb\x0d\xcb\x69\x6c\x57\xb7\xf4\x5e\xb3\x8a\xc2\x8e\xdc\x84\x59\x38\x8b\xc8\xe7\x10\x87\x87\xca\x68\x28\xee\xc7\x2a\xe7\xca\xdb\x5f\x1b\xb4\x00\x10\x17\xb6\x89\x68\xaa\x39\x95\x6b\x3a\x8d\x57\x9e\x0b\x77\x65\x3e\x8f\x06\xb5\xa3\x77\x1d\x12\x6b\xf7\x9f\x0e\x0c\x46\xcc\x16\x58\xc8\x9d\xfb\x0c\x8a\x07\x45\x38\x0c\x6b\xad\xdc\x1a\x28\x5a\x0d\x3c\x0c\x0b\x48\xc7\x05\x23\xe0\xf0\xc8\x2c\x80\xf3\x57\xb8\x5b\x10\x77\x72\x91\x32\x25\x18\x35\x93\x97\xf3\xd6\x9e\xed\x6a\x32\x7c\x31\xcf\xed\xd9\x5e\xa0\xfb\x2a\x5e\xdc\x0d\x1d\xb8\x1b\x78\x43\x0b\x8c\xb3\x05\x25\xaa\x0e\xe1\xb4\x08\x1a\x77\x7a\x56\x19\x3f\xee\x39\x1c\xd1\xb5\x2d\xbe\x05\xdf\x71\x7c\x4c\xe9\x93\x33\xbb\x0c\x2c\x67\x1c\x20\x00\xcb\x06\xab\x71\x43\x9f\xae\xe0\x7b\x28\xb7\x8a\x5f\xaf\x7f\xf1\x2e\x53\xd6\x82\xa5\x0f\x20\x70\x4b\xc0\x30\xae\x84\xfa\xf2\xdb\xd3\x34\x38\xb9\xd6\x81\x82\x47\x75\xa6\x84\xcb\x8d\xbf\xb8\x1f\x1a\xf0\xdb\x2b\x9f\x55\x67\x1b\xeb\x60\x62\x5e\x35\x61\x50\x95\x66\x4c\x83\x74\x8d\x6a\x55\x45\x80\x5e\xa6\xde\xf5\xc5\x8f\xf2\x89\x3d\x32\xd5\x22\xd4\x90\xa9\xb4\x42\x93\x60\x71\x6d\x61\x5a\x4e\x90\x46\xef\x01\x25\x97\x74\xca\xd2\x2e\x5c\xbd\x51\xd0\xa1\x53\x32\x9d\x01\xb7\x2e\x07\x0d\xf2\xaa\x5c\x59\x3e\x37\xd0\xbe\xa0\x09\x54\xeb\x03\x37\x1a\x50\x23\xf7\x13\x03\x56\xf3\xdb\x60\x5e\xfe\x6d\x9b\xdc\x59\x19\x81\xeb\xf2\x78\xa3\x58\xf6\xa6\xb1\xf5\xc5\x58\xc9\x7c\x16\x94\x00\x39\x04\xed\x03\xcd\xcc\x35\xe6\x65\x18\x8c\xb7\x2d\x27\x34\xb5\x12\xc8\x72\xc2\x29\xa9\xa9\xaf\xcc\xea\x52\x0e\x0c\x8d\x09\xc8\x5e\xcc\xc1\x83\xe7\xa2\x34\x80\x8c\x9a\x41\x2b\xf6\x67\xa6\x5e\x80\xa9\xd4\x20\xff\x06\xeb\x40\x29\x4a\xa8\x81\x2b\x6f\x60\x51\xf1\xd6\x87\xfa\xf0\xb6\xa2\x5b\x57\xed\xd0\xe3\xb1\xd7\x95\xf5\x68\xd8\xfb\xf5\xd3\x25\x2b\xa3\xbc\xce\xd5\x4c\x42\x7c\x78\x36\xf7\x31\x75\x2e\xe6\x7d\x26\x67\x39\x66\x0c\xf0\xd8\x9f\x57\x3b\x20\xae\xcd\x27\x6a\x92\x89\x15\xbd\x8a\xd8\xef\x7d\xa4\x71\x96\x18\xe9\xf3\xaa\x7a\x35\x33\x38\x8b\x7b\x6f\x30\x63\xac\xad\xc5\x63\x26\xa8\x0f\xd5\x80\xbf\xb2\x8c\x4c\x6d\xaf\x25\x2c\xcc\x08\xbd\xaa\x76\xad\x4b\xd8\x4f\x7b\xf7\x69\xef\x20\x8a\x43\x75\x2b\x2e\x48\x54\xdf\xd2\x19\xeb\x6b\x8f\x74\xae\xf8\x56\x12\xb7\x33\xf6\x00\x28\x65\xa1\xbb\x4d\xe9\x8c\x70\xcb\xb7\xed\xcd\xa3\xc6\xac\x45\x9e\xec\x89\x33\xb9\xb2\xbc\x39\x57\xdc\x9f\x30\x50\xb8\x96\x6c\x5f\x59\xe3\x39\x41\x69\x03\xc3\xcf\x12\x1a\xc1\x9e\xb9\xaa\x7e\x89\xc9\x69\x70\x91\xc3\x0e\x67\x5c\x3c\xd8\xce\x10\x8e\xc1\x1b\xd6\x95\xe5\x6f\x52\xf9\x68\xe8\xd2\x9e\xae\xa4\xbc\x1d\x76\xb9\x19\xec\x76\xd5\x51\xe0\x62\x1c\xe5\x71\xd4\xeb\x9b\xeb\xc0\x2a\xd4\x7e\xb9\x1e\x2a\x44\xed\xa7\x5e\x9e\xd8\xe6\xdb\x25\xa1\xef\x5b\xa3\x1c\x97\x42\x54\x5c\x48\x86\x93\x48\xe2\x0c\x1b\xa7\xb5\x40\x7e\x1c\xc7\x6a\x95\x4e\x42\xf9\x8f\xf0\x2f\x04\xb3\xc2\xa5\xf9\x0f\x22\x55\x5f\xe0\xef\xad\x80\x7b\x61\x5f\x28\x52\xd4\x1a\x92\xba\x03\x3d\x79\xdc\xe4\xed\xe4\xca\xbb\xce\xed\x4f\x83\x9b\xee\xed\xd5\xfd\xcd\x59\x49\xb8\x3c\xbb\xb8\xbf\xbd\xeb\xde\xd4\x3e\xc3\xca\x0b\xbd\xab\xcb\xc1\x9f\xef\xbb\xf7\x0d\x8f\x7c\x03\x17\x9d\x1f\xba\xa5\x1a\x72\x7f\xbe\xef\x5c\xf4\xee\x7e\x19\x5c\x7d\x18\xdc\x76\x6f\x7e\xee\x9d\x75\x07\xae\x8e\xfd\x19\x16\x24\x8a\xde\xbd\xbe\xb8\xff\xd8\xbb\x1c\xf8\x90\x92\xa5\xb2\x6e\xfd\x54\x9a\xf0\xaa\xa3\x22\x5b\xc0\x5f\x0a\x10\x0f\x7f\x37\x0f\xe7\x6e\xa7\xf9\x3f\xc0\xdc\x70\x8d\xdb\x73\xdc\xf2\xff\x42\xbc\xd8\x63\xcb\x11\xbc\xc1\xa9\x38\x4c\x7d\x11\x2c\x82\x81\xfd\x1b\x3a\xd6\xbe\x1a\x4c\x69\xb4\xa7\xa4\x33\x73\xa5\x59\x65\xb9\x53\x28\x25\x13\x46\xea\x0d\xc1\x40\x22\x50\x2e\x48\xbb\x42\xa5\x95\xdd\x2a\x37\xe8\xe6\x04\x43\x70\x06\xb1\x94\x14\xd8\xe0\x0b\x28\xd3\xae\xd1\xca\x36\x43\xa1\x75\x5c\x1c\x8d\xe3\x82\xac\xb1\xb9\xa0\xd3\x85\x9a\x37\x98\x38\xe5\x52\xaa\xa6\x4c\x98\x6a\x8b\x25\xea\x28\xb7\x3c\x61\xe4\xa7\x3f\x15\x83\x02\x33\x86\x33\x0b\xe4\x0b\x08\x70\xee\x81\xca\x71\x55\x57\xd1\x56\xa9\x27\xaf\xf8\xd4\x94\xd8\x83\x28\x8f\x5c\x44\xb9\x0b\xa5\x40\x28\x40\x7e\xc7\x32\xdc\x65\x02\x3d\x25\xb7\x2c\x83\x92\x9f\x41\xa8\xb1\xbb\x38\x83\x52\x8c\x55\xe0\xe8\xa1\x2b\xcd\xe8\xa4\x06\x44\xd7\x80\x75\x84\xea\x50\x4d\x87\xbe\xcc\xb3\x77\xca\xbd\xd3\x0f\x03\xbf\xe7\x83\xad\x2e\x91\x3b\xaa\x1f\x6a\x80\xdb\x6b\xf9\xb2\xdb\xd0\x1d\x7b\x6c\x46\x8b\xaf\xed\x34\xec\xd9\x00\x28\x72\xbb\x3e\x1b\x13\x1f\x57\x74\xe9\x67\x9c\x55\x80\xa4\xd6\xee\xaf\x04\x44\xf5\xfc\xb6\x9d\xfa\x5b\x1c\x68\x77\xe0\xf3\x16\x36\x59\xb7\x72\x59\xd2\x4d\xbc\x1f\x90\x7d\xcf\x93\xa8\xa4\x2b\x9c\xfa\x00\xee\xe5\xd1\x66\xb1\x46\x9a\x33\x2c\xd1\xa1\x7c\x2c\x65\xbc\x4e\xb1\x80\x55\xad\x8c\x1d\x69\xf2\xbb\x9c\xa1\x40\xcc\xeb\x97\x8f\xb3\x4b\xef\xc9\x17\x4a\xc6\xd5\x2e\xfb\xba\x9a\x7a\x75\x32\xab\xe2\x10\xb7\x70\x66\x44\xad\x07\x6f\xc6\x3a\xc2\xf5\xb9\x43\x6c\xd7\x25\xd0\x57\xc4\x16\x07\x15\x3c\x36\xa7\xb4\x8a\xa8\x0d\x14\xba\x83\x38\x74\xe2\x25\x24\x72\x82\x36\x9e\x93\xe8\xea\x9e\xcf\xec\x9d\x3d\x1d\xba\xc8\xf6\xe5\x1b\x1d\xad\xcd\x0e\x5b\xfe\x7c\x60\x67\x61\x5a\x5f\x0d\xeb\xac\x6e\x04\x6f\x16\xe9\x0c\xcb\x2d\x06\xda\xb0\xd3\xf5\xab\xfd\x3b\x3f\xa3\xdf\x21\x49\xe5\x0d\x69\x32\x51\x6b\x21\x1d\x98\x1c\x43\x65\x0e\x17\x93\xef\xb0\x58\x34\x39\x26\x19\x7f\x60\xe4\x3b\x70\x0f\x77\xae\x7b\xdf\xb5\xc8\x77\x71\x08\xea\x77\x1b\xb0\xbf\x02\xc5\xd0\x8d\xdb\x41\x9e\x81\xa4\x5a\x8a\x6e\xfa\x00\x81\x68\xd1\x30\x3b\x51\xc1\x0d\x48\x81\x31\x4c\x21\x30\x17\x84\xb4\x84\xb0\x09\x67\x87\x5d\xc5\x1b\x8b\x23\xb3\x33\x78\x94\x6d\x6f\x31\x40\x7e\xcf\xae\xfc\xe5\x8c\x70\x45\xc8\x7d\x27\x80\xf3\x17\x70\x5b\xba\x81\x78\x0f\xe1\x2c\x75\xb3\x2a\xe9\xc9\x7e\x31\x6b\x37\x65\x15\xe1\xbd\x35\x72\x5b\x23\x70\xa4\x53\xb7\x22\x2e\xf0\xa7\x41\x96\x3c\x50\xd9\xf3\x52\xd9\x3e\x62\xa6\xca\x83\xdb\xfc\x36\x3b\x43\x81\x28\x6a\xc6\xe7\xa5\x5a\x09\xd7\xf3\xe9\x32\x2a\xd9\x6a\x1c\xce\x0d\x7d\x29\xd1\x9a\xac\x76\xa6\xdc\xa2\x13\x0e\x9d\x1a\x8b\x63\xad\x0e\xb5\x63\x1c\x4e\x8a\xe4\x18\xd5\x6c\xf8\x94\xb5\x08\x14\x98\x29\x1c\x87\xee\xbc\x02\xb9\xc1\x55\xe5\x90\xe8\xb1\x13\x95\x4c\xf8\x63\x7d\xe8\xf6\xd2\x0d\xde\xc1\xe5\x7a\xd9\xf9\xd4\x3d\x1f\x74\x2f\xef\x7a\x77\xbf\x0c\x16\xbd\xaf\xe5\xc7\x37\x67\x3f\xf6\x7e\x8e\x0a\xfc\x13\x72\x74\xfb\xcb\xed\x5d\xf7\xd3\xe0\x63\xf7\xb2\x7b\xd3\xb9\xeb\x9e\x2f\x35\x5e\x2d\xeb\xac\x0e\x84\xd2\xc5\x96\xc9\x02\x52\x32\xf5\x80\x75\x1e\x96\x01\x2d\x3f\x46\xc9\x8c\x70\xa3\xc9\x23\xd7\xdc\x65\xe9\x38\x61\xef\xbe\xe7\x8d\x51\x35\xbd\x9f\x46\xe1\xb9\x2d\xc4\x2a\x28\x3a\xe1\xce\xda\x1d\x0b\x82\xce\xd1\x2a\x52\x8c\x79\x21\x51\x9d\x9f\x76\x4d\x27\x6e\xc1\x4e\x49\xc7\x6d\x6d\x5d\xfb\x42\x12\x2b\x86\x32\x85\xa3\x47\x2f\x6c\x18\x3a\x39\x26\xd5\x35\x3e\x25\x88\x25\x15\xa1\x62\x86\x06\x41\x78\xa2\x8a\x89\xef\x0c\x61\x5f\x66\x19\x4f\xb8\x89\x90\x3a\xa5\x22\x53\x2a\xe8\xd8\xab\x1f\xb9\x66\x6a\x05\xf7\xd8\x9b\x5b\x76\x1f\x5a\x64\x53\x68\x5c\xac\x29\x39\x72\x09\x40\x59\x46\xba\x9c\x88\x67\xd3\x41\x1b\xdc\x3b\x0b\x60\x42\xeb\x0e\x69\x4f\xea\xeb\x8a\x60\x3c\x17\x8c\xeb\xfc\xba\x54\xbb\xeb\xee\x09\x2f\xae\xd7\xe1\x21\xae\xa1\xc3\xaf\xec\x22\x2e\xa1\xf1\xed\xad\x68\xce\x60\xb5\x0f\xb1\x96\x52\xf6\x58\xc8\xa6\x40\x97\x5f\x28\x61\xe3\xd5\xce\xcb\x66\x70\xd2\xcd\xea\x85\x94\x16\x71\x75\xad\x10\xa8\x28\x46\x75\x43\xa1\x10\x40\xec\x49\x5f\x4b\xb9\x90\xc5\x2c\xad\xf2\xe0\xbe\x72\xad\x90\xca\x60\x5e\x4f\xc1\x90\x95\xeb\xf6\x7a\xd3\xf0\x6a\x06\xba\x46\xa1\x90\x10\x25\x0e\xb8\xa0\x9b\xb1\x7c\xc8\xcc\xe3\x69\x06\x1c\xc9\xbb\xe5\xec\xa1\xaa\x31\x5d\xc6\x8a\x16\xd5\x0f\x3b\x77\x77\x47\xf5\x43\x43\x57\xab\x2e\x8a\xb3\x92\xa1\xbb\xb2\x6c\x2e\x4b\x0c\x84\xab\x72\x69\xb7\x66\xfe\x0b\xf5\x3b\xf7\x22\x9a\x40\x13\x35\x01\xfb\xeb\x99\xea\x10\x54\xaf\x77\x5e\x70\xa4\x00\x43\x1d\xb9\x5d\x8d\xa2\x09\xa0\x6f\x62\x61\x49\xe7\xca\x68\x72\xb0\xd8\xa9\xad\xb7\x3d\xf0\xea\xe2\xba\xac\x08\x15\x73\xab\x5d\xa0\x88\x16\x61\x28\x32\x49\x72\xa5\x36\xcb\x21\x2d\x09\x01\x22\x05\xac\x97\xa8\x16\x0c\xca\xa5\xd5\x3d\xc7\x3e\x27\x54\x57\xbb\x5c\xb9\xe5\x5b\xa4\x9e\x95\x9a\xf9\xc8\x20\x70\x76\x2f\x00\xfd\x1b\x64\x02\xc0\x40\xee\x55\xb6\xb2\xdc\xdd\x2d\x22\x98\xe6\x2a\x2b\xcc\x11\x94\xd8\xbb\xb3\x1d\x45\x25\x41\x82\x4e\x69\x45\x71\x30\x0d\x2c\x67\xf3\x02\x7d\xcf\x39\x54\x37\x9a\x86\xb1\x5a\x31\x6d\x6f\x49\x16\x8d\xf8\xba\x51\x2f\x68\xa9\x01\x7d\xbd\x2c\x11\x82\xec\x3e\x47\x04\x5a\x50\xfa\x68\x2c\xba\x6a\xfe\x0f\x7b\xb3\x2a\xa6\x27\x32\x6b\xe2\xf5\xd0\xcd\xc6\x59\xf6\xdb\xcd\xc6\x27\xd9\xef\x7b\x3a\xab\x19\x80\x0b\x0f\xd4\x46\xe5\x09\x20\xa6\x58\x6e\x58\x7f\xea\x1c\x54\x14\x5c\xa1\xce\xfd\xa9\x4b\x09\xc0\x1e\x29\x00\x82\x06\x6a\xc5\xbb\xe6\xb3\xbd\xab\x55\xb5\x0c\xd4\xfd\x6c\xc6\xd5\xd2\xad\x5a\x9a\xc0\x21\xcf\x74\x5b\x93\xa9\x43\x0f\x0b\x14\x08\x69\xe0\x46\x71\x06\xf8\x24\x59\x48\x6a\x2c\xdf\x42\xce\x78\xb2\x92\xb0\xac\xc8\x73\xbe\xa3\x21\xd5\x0e\x67\x3e\x80\x58\xfa\x5d\x3c\x9b\xa5\x19\xa0\x1d\x09\xda\x64\xa9\x2b\x0e\x89\x10\x33\x6e\xf6\xc1\x86\x86\x50\xf4\x7d\x71\x63\x47\x81\x5f\x80\x29\x0d\x05\x98\x80\xf7\xcc\xbc\xc7\x0f\x33\x18\xf0\x2b\x58\xb6\xa6\x72\x43\x7a\x10\xa1\xdc\x37\x4d\x6c\x1b\xb4\xd1\x20\x64\xfd\x80\x4f\xc9\x28\xa3\x63\x9f\xa2\x06\xb5\x13\x46\x85\x10\x6e\x25\x09\x2c\x46\x60\xff\xd4\x8e\xc1\xf1\x86\xb8\x5d\x3d\x63\x09\x8a\xc3\x5b\xca\x7d\xb0\x0b\x3c\x0d\x06\x4a\xf8\x53\xd4\x23\xcb\x3b\x94\xbc\x29\x9d\x41\xb8\x1a\x52\xba\x1c\x85\xa0\xba\x3b\x17\xb3\xd6\x86\x91\xff\xf7\x7f\xfd\xa5\xcd\xd3\xb5\x02\x10\x62\x3f\x41\x91\x4e\x1b\x05\x88\x44\x78\xf9\x14\xd8\xf1\xd2\xfa\x70\xfb\x2a\x47\x0e\x1a\xfa\xb3\xf1\xce\x25\x45\x47\x63\xde\xb9\x9e\x1f\x14\x87\x8a\x91\xce\xf6\x42\xca\x35\x53\x68\xa2\x0f\x09\x70\x35\xf8\xbc\x8d\x61\x0b\xb5\xd5\xd7\x97\x05\x42\x2d\x54\x81\xaf\xa7\x36\xf4\x85\x90\x77\x8f\x34\xe3\x56\xb1\x6c\xfb\x7c\xe7\xf7\xe4\xff\x02\xde\xee\x7f\x34\xd8\x66\xe8\x98\xa9\x41\x9a\x97\x62\x80\x56\x0d\xea\xda\x7e\x74\x9e\x9b\x79\x7d\xde\x78\xe9\x18\x65\x34\x79\xd8\x24\x97\xde\xbe\xdf\xd0\xec\x6a\x0e\x1f\x39\xc5\xca\x82\x46\x43\xa6\x3a\xab\x64\xaa\xbb\x90\x89\xb8\x7f\x64\x76\x02\xe0\x98\x23\x51\xc8\x71\xc3\x8e\x1d\x73\x9b\x7c\x40\x10\x38\x10\xc9\xb0\x8b\x44\xe6\x59\xda\x17\xec\xcb\x4c\x6a\x56\x8a\x3f\xad\x01\xee\x72\xe1\xd4\xae\xa7\xfa\x9b\xa6\x82\x78\xbd\x93\x04\xf3\xd5\x61\x05\x16\xf7\x74\x71\xca\xf5\x44\xb6\xd3\xe5\x9a\xf0\x19\xb7\xe4\x31\xa8\x3d\x85\x2f\x56\x74\xe1\xcc\x2a\xb3\xc2\x64\xf3\x16\x09\x93\xac\x90\x45\xc6\x1e\x99\xa2\x63\x2b\xe6\x50\x9e\xc5\x20\x6d\x65\xd5\x79\x3d\x6f\x60\x39\x0a\x71\xe7\x80\xd9\x3a\x17\xcd\x06\xe2\x49\x27\x06\x96\x9b\x33\x43\xd8\x17\xc3\x04\x3a\xb7\xee\x7c\xec\x6f\x14\x7f\xd2\x54\x38\x07\xa3\x32\x9b\x6f\xe7\x67\xdf\xc7\x8e\x4f\x80\xf0\xc1\xcd\xa9\x76\x97\x84\x43\x3c\x9f\x50\x91\xba\x08\x76\x1d\xea\x42\xe1\xec\x84\x36\x8c\x06\xe1\xc0\xc7\x61\x47\x78\x3f\xd8\x26\xa2\x3d\xc3\x5d\xe4\x05\x5f\x2b\xb2\x81\x2b\x42\x2a\x2b\xbf\xe4\xc2\xf0\xcc\x8a\x61\x6e\x0c\x56\x2d\xca\x45\x48\xb8\x86\x68\xa9\x86\x15\x84\x4c\x6e\x31\x1e\xb8\x95\xf4\xc1\xd8\xeb\x71\xeb\x32\x4d\x7d\xc2\xa6\xf0\xc7\x1f\x7c\x43\xcb\x6d\x4c\x98\x85\x60\xa7\x1f\xc2\xc0\x21\xe8\x5c\x48\x3f\x99\x00\x05\x17\xf6\xba\x04\xc3\x0f\x13\xdd\x44\x05\x00\x21\x6b\x31\x0d\xa9\xe0\xeb\x9a\x68\x08\x5e\xc7\xe0\x5a\x88\x1b\x33\x0d\xb1\xeb\xba\x21\x66\x1d\x80\x41\xbd\xac\xe5\xf0\x43\x03\xe2\x79\x25\xfc\x9d\xfa\xee\x5c\x88\x1b\xcd\xb2\x21\x4d\x1e\x02\x56\x63\xd0\xa9\xa4\xf2\xa8\x57\x56\xfe\xeb\x0b\xdb\x35\x10\x97\x1d\x68\x02\x02\x4a\x51\x16\x37\x75\x89\x9e\x6e\xd8\x45\xe7\xae\x78\x81\x40\x38\x7d\xd0\xbe\x70\xf4\x18\x42\x97\xb2\x59\x26\xe7\xd3\x86\x1b\xa8\x1a\xc9\xbc\x8b\x57\xab\x29\x90\x7a\xaf\x97\x4f\x85\xe9\x6d\x7c\xfd\x2c\xc4\xb8\xee\x21\xd5\x78\x1d\xaf\xdd\xa6\x31\xa1\xd5\x73\xc5\xf5\x2c\xa3\xa5\x22\xa4\xd5\x1e\x30\xf0\xf3\x79\x57\x1f\x33\x83\x56\xdb\x2a\xd6\x0f\x1d\xaa\xfd\xfc\x59\x4a\x3d\xf8\xbb\xd7\xd5\x7c\x00\x2e\xe4\xec\x31\x2c\x6b\x43\x33\x6d\x8c\xe1\x6e\xcf\x94\xb4\x77\xb3\xec\x0b\x43\xc7\x3e\xb6\xd6\x49\x75\xf2\x49\x30\xa5\x27\x7c\x16\xbb\x4b\x37\x62\x57\x72\x76\x8c\x25\xf6\xec\x66\xea\x19\x4d\x0a\x83\x4a\x92\x51\xad\xf9\x68\x4e\x52\x3e\x02\x6f\xba\x29\xc2\x3c\x20\x0a\x37\xe0\xc0\x96\xf1\x82\x6b\xed\x18\xa5\x6c\xae\xfd\x64\xd6\xec\x1e\x22\xee\xfc\x26\x3e\x5e\x99\xa7\x71\x36\x3d\x94\x15\x59\xc8\x3e\x5c\xb3\xf2\xc9\xae\x91\xe3\x6e\x64\x2e\x7e\x7a\x7f\x03\xf3\x59\x72\xdb\xa5\xe8\x2c\xcd\x66\x5d\xc9\xe7\xaa\x7b\x7f\xce\x32\xf6\x4a\x0a\xa3\x2f\x12\xc2\xd2\xb5\x2e\x20\xad\x5e\x6c\xff\x77\x1b\xcf\x16\xa1\x4f\x0d\xf9\xaf\x7b\xd8\xef\xaf\x1c\x40\xd3\x30\xba\x8f\x6c\x1d\xaf\xde\x4a\x5a\xdc\xea\x5c\x35\x31\xc7\x1d\x16\x7b\x6f\x51\x73\xcf\x3c\xa1\xa6\xbd\xbe\x65\x46\x7b\xa3\x45\x44\xe9\x28\x10\xbb\x73\x7a\xec\x13\x66\x8a\xf4\x93\x0d\x36\xfc\x95\xc4\x73\xb9\xd1\xdd\x38\xb5\xec\xf9\xd8\xe1\xea\xed\xda\x84\xde\x8a\xf1\x6e\xe1\x09\x77\x6d\xac\xbd\x03\x8d\x2d\xec\x43\x7e\x78\x66\x15\xa1\xba\xb4\x6b\xea\x06\x75\xf0\x5a\xbb\x47\xf9\x65\xae\x50\xf0\x60\xa6\xd8\x88\x7f\xd9\xca\xe9\x70\x0d\x9f\x3a\x81\xc4\x2a\x84\x72\x34\xca\x24\xb5\x3a\x24\x62\x2c\x5a\x59\x16\x0a\x51\x17\xf2\xa1\x17\x4e\x9e\x14\x37\x86\x89\xbe\x00\x14\x2a\xfd\xc7\xd3\x93\x93\x61\x9e\x3c\x30\x73\xf2\xc0\xe6\x50\x08\x36\xfa\x69\xab\x54\x2e\xa6\xb1\x6f\xcd\x8c\x55\xb1\x35\x99\x61\x0a\x99\x83\x16\xac\x8c\xf5\x1d\x6f\xb3\x36\xf9\x21\x93\x43\xdd\x22\xb7\xc9\x84\x4d\x69\x0b\xdd\x85\xf0\x1c\x8a\x6a\xb4\xdf\xb7\xfb\xe2\x96\x31\x32\x31\x66\xa6\x4f\x4f\x4e\xc6\xdc\x4c\xf2\xa1\x15\xcf\x4f\xb2\xf9\xc8\xa0\x1f\xf5\x84\x6b\x9d\x33\x7d\xf2\x87\xdf\xff\x1e\x96\x06\x9c\x8b\x56\xd3\x1e\x2b\xb0\x95\x2c\xca\xe7\xa5\xed\xbe\x5d\x84\x84\xdd\x1c\xe1\x47\x49\x31\x60\x5f\x66\x8a\x01\x7a\xde\xb6\x49\x7f\x9a\x74\x3e\xdf\x12\x3d\x17\x86\x7e\x39\x25\xfd\xa3\x4f\x58\xf7\x86\xfc\x28\x73\xa5\xc9\x39\x9d\x1f\xcb\xd1\xf1\x54\x0a\x33\x21\x9f\xe0\x7f\xdd\x4f\x4f\x8c\x3d\x90\x5f\x18\x55\xfd\x23\xb7\xbf\xc8\xac\x03\xb6\x17\x58\x8a\x54\x2e\xb4\x2b\xa9\xf3\xfb\x7f\xf3\x35\x75\x6c\x37\xdf\x9f\xfc\xfe\xdf\xc8\x6f\xe1\xff\xff\x7f\xe4\xb7\xfd\xa3\x26\xd8\xba\x8d\x12\x2e\x8a\xa2\x47\xb5\xad\xc1\x8a\x6d\x81\xc6\x7b\xa6\x64\xb1\x63\xb5\x2d\x3f\xf0\xe4\x41\x8e\x46\x03\xc3\xa7\x0c\xe3\x3b\x06\x54\x35\x56\x8b\xdf\x30\x95\x94\x3b\x04\x51\xac\x81\x50\x20\xf7\xb8\x4e\x31\xd8\xd2\x1f\x39\x9d\x17\x28\x8f\x4f\xbe\x60\x7a\x48\x08\xe1\x1a\xbe\x62\xa9\x3d\x19\x9b\x28\x8e\xde\xb6\xb6\x88\x4f\x5e\x84\xed\xc6\x78\xb8\xc1\xb6\x1c\x7b\x44\xe4\xaa\x7a\x43\x8b\xae\x9a\x6f\xcc\x38\x0f\x13\x7c\x56\xc3\xfc\xad\x54\x3b\x49\x13\x0f\x6c\xc1\x6d\xb7\x51\x9c\x87\x07\xab\x8c\x61\x95\x21\x48\x4f\xaa\x90\x8f\x8d\x71\x3b\x0e\xdc\xb1\x2f\xee\xae\xce\xaf\xde\x3d\x50\xa3\xe4\x98\x8a\xf7\xa7\xa4\x93\xa6\xae\x60\x30\x71\xbe\x47\x4b\x3c\xf6\xee\x69\x93\xb8\xfa\xa7\xb0\x0b\x57\x1b\xb8\x11\xab\x66\x5c\xa1\x39\x74\xbd\xf3\x6e\x97\xef\x3c\x7c\x52\xcf\x34\xcb\x88\x9c\xa1\x83\x02\x00\x0f\xe6\x6a\x6f\x38\xcb\x11\x17\xe7\xbb\x4d\x0d\xe4\xdb\x19\x4b\x38\xd3\xae\x68\xba\x4a\x19\x2c\x0f\x18\x5c\xc1\x7e\xed\xe2\x3f\x6b\x0f\x55\xb9\x10\xfc\x2e\xe9\x9f\x55\x10\x8e\x1d\x28\xe5\x33\x28\xb8\x05\x6f\xf0\xc8\x34\xe5\xd2\x94\x44\x51\xcb\x36\xb6\xcc\x63\x74\x35\xa9\xe3\x52\xba\x56\x58\x38\x1e\xd1\xc4\xae\x5e\xa5\xb4\x7d\xcc\xaa\xea\xd6\xf1\x8e\xea\x87\xfd\xda\x6e\x77\x86\x89\xe4\x69\x01\xab\x86\xd4\xe8\x22\x6b\xf8\x42\x2e\x90\xa1\xfa\xa1\x29\xe0\x7e\xe3\x92\x57\x76\x29\x7c\x2e\xca\xb2\xf1\xb9\x96\x23\x8c\x11\x57\x94\x14\x74\xa4\x28\xfd\xde\x87\xa9\x60\x39\x0c\x9e\xb1\xb4\x9a\xf7\x58\x1d\xff\x2a\x32\x40\x07\x44\x64\xb2\x84\xcc\xba\xa9\xd5\xe0\xc0\x47\x36\xa5\x62\x8e\x07\xc9\x5e\x58\x54\x3f\xe8\x80\x55\x4a\xf4\x94\x66\x59\x8b\x28\x96\x43\x9d\xe0\x16\xd1\x2c\x1b\x1d\x7b\xd8\x94\x94\x64\x72\xcc\x13\x9a\x91\x61\x26\x93\x07\xdd\x17\xf6\x06\x11\x63\xbc\xf8\x66\x4a\x26\x4c\xeb\xe8\xca\x2d\xa2\x0c\x67\x4a\xa6\x79\x82\x95\xab\xb0\x72\x24\xd7\x86\x27\x95\x72\x45\x96\x23\x82\x7b\x2f\xa1\xa0\xeb\x42\x8c\x0f\x0c\xd7\x8a\x00\x0c\xd3\xee\x72\x5f\xaa\x19\x60\x21\x68\xc6\xff\x01\x91\xde\xe8\xf4\x6a\xa2\xde\x3d\xa4\x0f\xf9\xed\x19\x98\xf2\x69\x58\x41\xcf\x67\xee\x33\x38\x43\xcb\x28\xe6\xa6\x4c\xce\x81\x1a\x02\x99\x07\xf4\x06\x4f\x14\x85\x4b\xcf\x23\x64\xe0\x2b\xde\xd3\xf5\xca\xb2\x4c\x60\xc8\x0d\xb9\x25\xab\x68\xfa\x0c\x0b\x26\x39\x9c\xb0\xc8\x16\x0c\xad\xfb\x92\x32\x0e\x38\xd1\x5e\x11\x8f\x96\x48\xfc\xf2\xd8\xb5\xb7\xd7\x48\x2b\x54\x31\xa2\xda\x79\xf4\x8e\x03\xb8\x88\xe5\x87\x7d\x01\x18\xbb\xb6\x93\x4a\x49\x9c\x45\x8a\x7a\xc5\x95\x8b\xf6\xc3\x1c\x37\x2c\x60\xe4\x17\x79\x13\x22\x2f\xd3\x2d\xa4\x74\x6c\xc8\xec\x4a\x61\x4a\xaa\x2e\x2a\x15\xa9\x0d\x9e\x3e\xf2\x02\x2b\x3a\xea\xa8\x71\x6f\xb7\x36\x98\x55\x46\xb5\x10\xae\xcd\x47\x48\x64\x30\x36\x88\x98\x72\x55\x78\x9b\x46\xf4\x55\xf2\x20\x97\x6d\xe4\x35\x35\x58\x49\x95\x4d\xa5\x41\x84\x54\x04\x2b\xf5\xa6\x12\xc4\x40\x1d\x66\x72\x08\xf7\x0a\xe0\x98\xfa\x08\xd2\x28\x52\x0c\xe7\xcd\x52\xf2\x2e\xba\x26\x42\x54\xfa\xfb\xa6\xc0\xbf\xfd\x25\x63\x56\xed\x2b\x8d\x29\x99\x65\x44\xc2\x36\xb9\xae\x04\xfa\x47\xb3\x1a\x51\xcb\xb9\x9b\x42\x6d\x36\x4b\xe0\x2c\xed\xfe\x1e\x12\x38\x2b\xd3\x68\xf0\x04\xcb\xf1\xb3\x06\x94\xda\x49\x5d\xc8\xf5\xf5\x48\xcc\xa1\x42\xf9\xa3\xb4\x39\x9e\xcc\xe6\x75\x5b\xf4\xba\x92\x53\x2b\x88\x96\x5f\x37\x39\xb5\x32\x98\xd7\x9c\x9c\x5a\x19\xea\xeb\x4d\x4e\xad\x19\xe8\x1a\xc9\xa9\xe8\xf9\x19\x58\xa2\x5e\x8f\x29\x40\x94\xc4\x30\x1f\xdd\xc2\x6d\xb2\x74\x8c\xae\x1e\x0a\x32\x67\x2f\xe7\x38\x4c\x00\x18\xad\x8b\x8b\xdb\x3a\xb1\xb4\x32\xe5\x35\x13\x4b\x4b\x2c\xed\x90\x58\x1a\x12\x4b\x17\xd7\xe5\x35\x26\x96\x56\xf6\x7c\xbd\xc4\xd2\xba\x2d\xdf\xc2\x19\x56\x6a\xe6\x9b\x49\x2c\xad\xac\xe8\x6b\x4e\x2c\xad\x0c\xf5\x90\x58\xfa\x2c\xb3\x79\x65\x89\xa5\xf5\xa7\x6e\xb3\xc4\xd2\x5a\xd1\xac\xf9\x6c\xef\x9a\x96\x01\xa1\xf5\x2f\x9c\x58\x5a\x9a\xc0\x21\xb1\x74\xc7\x02\xa6\x65\x12\x74\x23\x80\x22\x51\x2e\x97\xac\x7a\x0f\x2d\x49\x2d\x05\x75\x63\x0f\x14\xf5\xbc\x01\x14\x60\x21\x5c\x57\x23\xea\x94\xd6\x41\xbb\xb2\x25\x56\x34\xf1\xe9\x58\xe8\x71\x8a\x7d\x23\x07\x0a\xdc\xd8\xa2\xd4\xb0\xc8\xc1\xb2\x88\xf1\xcb\x0d\x24\x57\x03\x2a\xbf\x03\x01\xba\xb4\x96\x6d\xe1\xf4\xc1\x34\x57\xaf\xec\x43\xe1\x87\xfd\x34\xfb\x9b\xf8\xbf\x8d\x0b\xb2\x6b\xd9\xd7\x64\x96\x6f\x13\xdf\x3e\xde\xee\xb3\x29\x9b\x4a\xb5\xca\x35\xdc\x60\x6a\x90\x8a\x8e\x57\x25\x20\xac\xbb\x7a\xbb\xae\x9a\xaf\xd5\xb1\x99\xed\xc9\x67\x4b\x2f\x57\x86\x7d\x5d\xdc\xd8\x3b\x01\xfa\x42\xad\xff\x2b\xb8\x1f\xb7\xf4\x70\x35\xe4\xa6\x2e\x76\x08\xa6\x6f\xcd\xd4\x71\x2c\x1e\x95\x6c\xce\x8b\x23\x28\xad\xbb\x17\x9e\x77\x58\xf6\x5c\x35\xc6\x5f\xac\x93\xdf\x87\xc5\xa2\xac\x64\x1e\x43\xf7\x55\x29\x6d\x38\xaf\x09\x5b\x5d\xcf\xdc\xc1\x85\xf9\xf7\x7f\xdd\xc8\x68\x6f\xe5\x4b\xb7\x6e\x23\x9e\x31\x42\x93\x84\x69\x4c\x39\x74\xf1\x39\x58\x3a\x21\x57\xd9\x2e\xbb\xca\xc5\x18\xe6\x6d\x85\xc9\xa8\x3e\x6a\x20\x1e\xbc\x33\x26\x4a\xe6\xe3\x89\xd7\x80\x2d\x15\xda\xa9\xd5\xed\xe5\xe7\xc5\x22\x50\x6f\xcc\x59\x53\x29\xaa\x5d\x25\x82\xcd\xbd\xd9\x7e\x49\x5e\xd8\xa3\x5d\x37\x8f\x0d\xa8\xa3\x14\xd7\x55\x1c\x7f\xef\x63\x40\xa9\x04\x92\xc9\xfb\xa2\x53\x8a\x00\xf3\xe0\xac\xc3\x79\x11\x49\x82\x57\x7b\x4c\x64\x00\xe8\xe1\xb4\x17\x28\xd2\x6c\xff\x05\x62\x08\x66\x89\xa2\xaf\xdb\xfb\xb3\x21\x08\x86\xa5\xc7\x34\x99\x27\x19\x4f\x22\x91\x74\xac\xe8\x6c\xb2\x8c\x12\x0f\xd9\x41\x5f\x2b\x3b\x68\xcd\x82\x70\x4b\xc3\x78\xe2\x92\x6a\x6f\x3a\x6b\x69\x91\x1c\x0f\x09\x4b\x1b\x90\xe4\x6e\xe3\xd9\x3b\x25\xbe\xa5\xfc\xa9\x66\xca\xfb\xca\xb9\x2a\x8b\x03\xfb\x9a\x59\x53\x35\xf7\xc5\x76\xab\xfb\x75\x73\xa5\xd6\x9a\x46\x63\x18\xe8\x1a\x69\x52\xa5\xfa\xdd\xe1\xde\x5f\x91\x34\xd5\xbc\x4a\xaf\x84\x06\xf7\x19\xbb\xd6\xc4\x6d\x56\xc7\xaf\x6d\x22\x2a\x6e\x16\xca\x16\x36\xea\x6d\x85\xb3\x85\x61\x6f\x19\xd2\xd6\x89\xaa\xd1\x4d\x64\x06\x30\x72\xa5\xd5\x0a\x1d\x84\xa8\x98\xb0\x40\x7e\x33\x6e\x67\x2c\x41\xd1\xb5\xc0\x23\x5b\x16\xb8\x16\x36\xf1\xdb\x08\x5e\x5b\xa1\x0f\x6d\x18\xc0\x16\x2f\xea\x6e\x41\x6c\x3b\xea\x37\x9b\x05\xb2\x55\x3a\x5b\xba\xdf\x5b\xb8\x5c\x17\xb0\xdf\x0e\x0e\xfb\xe0\xb0\xaf\x5f\x9b\xd7\xe8\xb4\x2f\xea\xe2\x6c\xe8\xb8\x6f\xda\xfe\x7d\x50\xd2\x1e\x1d\xf8\x5f\xd9\x2d\xbe\xae\x47\xfc\xeb\xc6\x19\xac\x19\x62\x70\x70\xdb\x7f\x1b\x6e\xfb\xe6\xf3\xb6\x91\xeb\x7e\x45\x6e\x90\xef\x65\x57\xff\x6a\xc8\x57\x79\x56\x1f\x6b\xb0\x01\x47\x5f\xac\xe9\x67\x2d\x12\x6a\x0e\xbe\xd6\x67\xf5\xb5\xd6\x2c\xf4\x6a\x7f\x6b\x49\x78\x7b\x51\x27\x59\x15\x56\xf8\x39\x1d\x65\xab\x04\xde\x7c\x38\x78\xf6\x73\x54\x3b\xe7\x75\x8f\xd3\xe7\xb0\xb7\xbe\x7c\x1a\x61\xd3\x21\x4b\x53\x50\x88\x8d\x74\xc8\x7c\x05\x09\x08\x86\xc4\x6a\x39\x29\xd5\x96\x72\x29\x54\x12\xe6\x29\x8b\x60\xb6\x0b\xf9\x06\xa3\x5b\xfb\x02\xf6\x37\xcb\x98\xf2\xfa\x94\x22\xef\x34\x17\x09\x8b\x75\x2c\x45\x52\xc9\xb4\xf8\xce\x60\x85\x40\x2a\xe6\xe4\x41\xc8\xa7\x8c\xa5\x63\xd8\xa1\xea\x60\x8e\x09\x67\x2d\xc2\x4d\xf8\x4c\x31\x9a\x4c\x2c\xbb\xec\xdb\xb1\x83\xcb\x01\x05\x31\xe6\xbe\x8d\x30\x28\x43\x33\xef\xdb\x84\xf4\x04\x19\xd1\xc4\xb4\x88\xce\x87\x45\xfb\xa9\x44\x50\xc1\x47\x26\xe2\x89\x17\x8d\x3c\x9b\x93\xb4\xd6\x29\xda\xa0\x59\x58\x02\xe8\x64\x9c\xee\xe4\xb4\x78\xa4\xbb\xa4\xd0\x7e\xca\xb5\x21\x60\x2b\x27\x52\x84\xc3\xe4\x92\x01\x02\x5c\x00\x00\xbd\x61\xea\xfd\x12\x40\x75\x5a\x99\xca\xa6\x63\x29\x3c\x4c\x0e\x5f\xce\xa9\xab\xd0\x2e\x2e\x77\x2a\x9f\x84\x36\x8a\xd1\xa9\x43\x4b\xb7\x9c\x18\x4c\xb1\xe8\x5f\x72\xb5\x29\xe1\x06\xde\x64\x8b\x2f\xb8\x78\xb0\xbb\x5b\x00\x24\x00\x42\x26\xf4\x5c\xb3\x69\x3f\x70\x41\xd5\x4e\xe5\xe9\xb1\x5e\xdd\x56\x66\x96\xe1\xbc\x09\x9b\xc2\xd0\x55\x70\x11\x9b\x18\x55\x34\xc0\x82\x12\xdb\x1d\x01\x56\x87\xf8\x81\x94\x18\x0a\xb8\x28\x13\x96\xcd\x22\x9c\xbf\x19\x55\x26\x60\xf6\xbb\xac\xe9\x44\x4e\xa7\xb9\x80\x44\x77\xa7\xa7\x3d\xb9\xf4\x58\x67\xb3\x2b\x1a\x6f\xf7\x45\xcf\x7c\xa7\xed\xf9\x92\x62\x9c\xcd\x09\x4d\x1f\xb9\x2e\xc0\x2a\x12\x29\x74\x3e\x65\xaa\x82\x58\x8b\x80\xbd\x84\x7a\x5a\xb1\x63\xb3\x82\x97\x07\x1c\x77\x77\xc3\x98\x0c\xd9\xc8\x5e\xba\x33\xaa\xb4\xb7\x0f\xd5\xd8\x76\xdc\xe6\xa6\x76\xad\xbe\xda\x99\xfc\x39\x3e\x76\x64\x5a\x9c\x50\xea\xf4\x8d\x93\xea\xf9\x8c\xc0\xfc\x9b\xc2\x1a\x16\x26\x45\x96\x5f\x4c\x6e\x15\xce\x17\x8a\x32\x56\xd5\x70\x5f\x1b\x52\xc3\xa1\xb1\xfd\x78\x81\x06\x07\xb7\x91\x25\xaf\x32\x41\x37\x6a\x34\xcf\xc4\x67\x93\x71\xb8\x14\xb4\xa1\x86\x27\xbe\x30\x41\x28\xbb\x82\x5f\x37\x6f\xed\xae\xf5\x30\x74\x42\xb3\xc5\x1d\x6e\x5e\xcb\x5b\x7c\x7f\x39\xef\x73\xc7\x0d\xdb\x5e\x1a\xa2\x92\xc8\x2c\xdb\x04\x8f\xa2\x32\xf3\xb3\xe2\xf3\xe5\x23\x2a\xfa\xb1\x1b\xe0\xf7\x02\x4e\x0d\x62\x68\xd0\xcc\x49\x16\xda\xb8\x5d\x8a\x5f\x42\x1e\x3a\x27\x22\x9f\x0e\x99\xea\x0b\x39\x02\x98\x92\xac\x49\x5b\x9e\x29\x39\xe5\x9b\x24\xf4\x21\xd8\xd5\x8d\x77\xc4\xad\xb0\x34\x7a\x77\x1d\x20\x1f\x23\x79\xb9\x1e\xb1\xae\xac\x40\x39\x63\xc9\x19\x9a\xd2\x85\xf2\x27\x6b\x2d\xf8\x2a\xe5\xb7\x43\xa6\x68\x56\x70\xab\xa7\x11\x5e\xfb\x81\x41\xc9\x60\x9a\x3d\xd1\x79\x11\xc8\xb3\xc9\x71\xba\x45\x59\x84\x69\x7f\x5e\xa8\xa7\xb2\xe8\xc4\x04\x47\x26\xee\x17\xae\xc2\x3a\x27\xe8\xac\x8e\x0c\x37\x3e\x4b\x7e\xce\xcf\x29\x64\xc7\xc7\x3e\x96\xaf\x37\xb9\x0d\xcb\x87\x21\x6a\x91\xc0\x70\x96\x2f\xd5\xa7\x12\xe5\xec\x7d\x8d\x2a\xed\x10\xd4\xe5\xbc\x1f\xe3\xba\xbe\xd5\x17\x58\x33\x47\xd6\x6b\x2d\xd6\x8e\xb1\x81\x9b\x15\x87\xf4\x3d\x2e\x2f\x3d\xb9\x49\x7d\xdb\xd5\x3a\xc4\xc8\xca\x2e\x0e\x78\x3d\x20\xca\xb9\xb8\x82\x11\xcf\x98\x6e\x93\x5e\x8d\x3e\x61\xa2\xf2\xd0\x98\x16\x0e\x5e\x2a\x2f\xef\xe4\x8a\x47\xb0\x7a\x5e\xaa\x21\xdc\xd5\x0c\x29\x4c\x0e\x8a\xd9\x31\x03\x01\x83\x24\x3f\xb1\x2a\xde\x04\x1b\x00\x74\x7e\x2b\x5e\x1a\xb0\x9e\x59\x5e\xc0\x1d\xb2\x3f\x16\x66\x0a\x1f\x58\x19\xdb\x30\x45\x13\xe3\x91\xfc\xdd\xa8\x1a\xb6\x74\x1f\x88\x41\xeb\xc7\x4f\xf8\x5e\xa1\xec\xf6\xe2\xde\xd4\x8e\xf0\xae\xdc\xfa\xc6\xa3\x0b\x72\xf9\xe6\x8e\x97\x0f\xf0\xa9\x37\x26\x51\x32\x52\x0c\xec\x8d\xd3\x10\xb3\x29\x52\xa6\xb4\x91\x12\x6e\xa8\xdb\xf3\x9f\x4e\xee\x7b\x84\x99\x04\xa0\xb4\xfb\x22\xd1\x8f\x2d\x2b\xd0\xfe\x3d\x67\xc6\xfe\xdc\x04\x5e\x35\x65\x42\x03\x27\xe0\xeb\x96\xd3\xf1\x0b\x63\xff\x7b\x5e\xfe\x7e\x09\xc9\x87\x89\x85\x22\x0a\x96\x76\x43\x15\x05\x4b\xa6\x80\x62\x80\x4b\xab\x6b\x28\x06\xcb\x65\x75\xeb\xf0\x08\xb7\xf0\xd4\x8b\xbf\xe5\x62\x43\x31\xe9\xac\xf8\x28\x1a\x45\x83\x14\x36\x9d\x51\xc5\xf5\x66\xcd\xfb\x6f\x6a\x5b\x5f\xc5\x44\xfc\xba\x52\xe2\xca\x8e\x91\x02\xba\x91\x18\xc5\x18\xb0\x90\x40\x4f\xee\xae\x97\xce\x3c\xee\x27\x16\x7d\xd4\xee\x8b\x4f\xde\xfe\x59\xfc\x1a\x0a\x3d\x60\xbc\x07\x4b\x49\x0e\x3a\x53\xb9\x15\x68\x36\xe5\x3a\xfc\x00\x18\x16\x3a\xcf\x0c\x42\x8a\x8d\xa0\x94\x98\x1f\x28\x3e\xa9\xe3\x12\x8a\x8a\x64\x72\x29\x77\x2b\x00\xc3\x47\x03\x96\x6d\x22\x3b\xf6\x46\xdd\x4c\x5b\xfa\x4e\x1e\x1a\x4e\xe7\xef\x3c\x14\xe1\x06\x1b\x54\x4c\x06\x24\x37\x0f\xac\x84\x5a\x09\xda\xe9\x32\x04\x28\x63\x04\x8c\x6c\xd5\xc0\x0d\x0c\x74\xb5\xbb\xe8\x64\x6b\x5f\xd7\x4e\xc9\x8c\x78\xb3\xdc\x10\x7a\x21\xd4\xf4\x85\xca\x05\x20\x11\x04\xfb\x39\x25\x9a\xf9\xe2\x79\x89\x14\x28\x03\x38\xe3\xc9\xd8\xb2\x09\x2b\xf9\x81\x13\x45\x0a\xd0\xa8\x64\xae\x2d\x0f\xa1\x53\x66\xec\x05\xf5\x0e\x50\x38\xd1\x83\xd1\x22\x33\xc5\xa7\x86\x3f\xb2\x00\x1f\x12\xef\xdc\x19\x35\x34\x93\xe3\x8e\x32\x7c\x44\x13\x73\x47\x77\x52\x99\xa9\x6b\x66\x5b\x2f\xb6\x1f\x06\xe9\x9d\xdb\xb5\x1f\x33\xc1\x14\xcc\x13\x0a\x57\xd4\x9e\xe0\x4d\x4b\x5a\x14\x8c\x1b\x70\xc1\x12\x44\x52\xd2\xc1\xc4\x40\x73\x23\xa7\x56\x21\xa5\x59\x36\x07\x84\x24\xfb\x64\x42\xf5\xc4\xef\x33\xc2\x2a\xad\x73\x35\xb9\xc5\x3d\xa3\xc9\x84\xdd\x42\x11\xb0\xba\xc5\xad\x8c\xf2\x88\x89\x7c\x7a\x74\x4a\xfe\xbb\x98\xe3\x59\xe7\xec\xc7\xee\xe0\xbc\x77\xdb\xf9\xe1\xa2\x7b\x1e\xcd\xc7\x3d\xf9\xd4\xbb\xbd\x5d\xfc\xf5\xc7\xde\xdd\xe2\x8f\xd7\x57\xd7\xf7\x17\x9d\xbb\xba\x56\x2e\xae\xae\x7e\xba\xbf\x1e\x7c\xe8\xf4\x2e\xee\x6f\xba\x35\x9f\xde\xdf\x85\x87\xee\xd9\x5f\xa2\x33\x04\xe9\x58\x76\x3e\x0d\xa3\xad\x1e\xb3\x63\x52\x7e\xf1\x94\xdc\x3b\x4f\x8c\xab\xb1\xe8\x6d\x46\x14\x82\x78\x21\xae\x28\x45\x63\x52\xda\x17\xc4\x7f\x6e\xe7\xde\xf4\x29\xba\x88\x92\x09\x23\x99\x94\x0f\xf9\xcc\x31\x30\x8c\x36\x13\x12\x0d\x32\x4c\x47\xad\xfd\xd8\xbb\x3b\x0d\x1e\xa1\xc5\xc6\xa2\xbc\x0b\x4f\xea\x30\x2e\xea\x99\x26\x56\xad\x54\xec\x11\x8e\x64\xf0\x14\x46\x3d\x84\x0d\x58\xd6\x0f\xb6\x46\x85\xa9\x74\x93\xa6\x0e\x54\xd5\x4f\x2c\x6a\xb8\xbc\x7d\xcb\x56\x33\x2c\x07\x02\xf3\x90\x21\x4b\x68\x8e\x8e\x34\x7b\x1b\x29\x25\x55\x3c\xe0\x62\xdb\x77\x6c\xf4\x68\x51\xc8\x28\x23\x68\x62\xa1\x3c\xfb\x49\x74\x72\xac\xba\x0c\xaa\xb4\x62\x54\x4b\x41\x9e\x26\x73\xb4\x4d\xf9\x9a\x43\xd3\x21\x43\x7f\x09\xa9\x56\x88\x27\x1c\x1c\x73\xd4\x90\x27\x06\x11\x87\xb9\x83\xfe\x41\xfd\xd8\x1e\x40\xed\xcb\xb2\xea\x00\x86\x56\x8a\x44\x6c\xe4\x98\xfb\x10\x8a\xed\xf7\x9a\xd5\x71\xcb\xcd\xc3\xc6\x0a\xb9\x0d\x1b\x05\x16\xea\xbd\xa4\x30\xe2\x06\x7b\xbf\x67\xd9\x35\x76\xe7\x25\x32\xd0\xe2\xb5\xb1\x82\xa3\x1b\x28\x9e\xba\x7a\x3c\x3e\xde\xba\x94\xb1\xbe\x59\x8e\x5e\xf0\xf0\xaf\x5c\xab\x3b\x99\xd2\xb9\x25\x0e\x08\x4f\xd0\xf9\x6c\x26\x95\x21\x0d\x6d\x10\x38\xe8\x38\x3e\xb8\x18\xdc\x3c\x02\x87\x82\x46\xac\x14\xa0\x6b\xd0\x60\x96\x06\xf7\x86\x01\xb9\x75\x2d\x8e\x7d\x8c\xee\x04\xca\x5a\x00\xae\x99\x96\xd4\xde\x12\x85\xd6\x09\xa8\xbb\x44\x13\xcd\xec\x2d\xbc\x2e\xc2\x58\x5d\xef\x57\xbe\x85\xda\x2d\xcf\xd8\xc8\x0c\x6a\x7d\x29\x4b\xcc\x86\xb6\x45\x91\x36\x44\xed\xf3\xf1\x64\x0f\x2d\xae\x2f\xc9\xff\xc1\xf9\xba\xac\xf8\x1e\x69\xf1\x4a\x4a\x83\x32\x64\xa1\x67\x10\xbf\x9a\x60\x02\x70\x9d\x22\x2a\xa9\x15\xd4\x38\x48\x6a\x56\x2e\x7f\x10\xf2\x49\x04\x7b\xb9\x6e\xf7\x45\x97\x02\x50\x6e\x50\x16\x5c\xec\x01\x4a\xea\x2b\x65\xf4\x12\xf2\xe6\x2b\xc9\x9b\x2d\xe8\xde\xa1\x89\x67\x73\x52\xa0\xab\x96\xbe\x5b\xe7\xf4\xa0\x2d\xd9\xcb\x69\x38\x61\x07\x28\x68\xd8\xcc\xd9\xbb\x71\x9e\x45\x50\x2d\xb8\x4c\x6d\x57\x6d\xf2\xd9\x5b\x67\x20\xb4\xa3\x40\x05\x36\x78\xe1\x64\x74\xce\x54\xf3\xc2\xee\x23\xa1\x72\xdf\xf1\x16\xcb\x17\x38\x64\xca\xd4\xac\x72\x49\x49\x16\x02\xad\xa6\x1b\xc4\x8c\x9d\x85\x8f\x6e\xd9\xf2\x18\xd0\x0f\x80\x30\x08\x05\x11\x33\xb8\xa1\x2d\x1f\xfd\x5f\xb8\x59\x90\x48\x09\x85\xc2\x9d\x85\x3f\xf2\x4b\xda\xf3\x03\x7e\x35\x2b\x05\x0c\x21\xf9\x16\x6b\x0f\xb6\x49\x07\x30\x72\x01\xfd\xd4\x5e\x85\x3e\x20\x87\x8f\x85\x5c\x15\x36\xd0\x40\x4c\x49\x44\x4c\xb7\xcd\xc4\xa4\x81\x9a\x42\xa4\xc0\x9e\x28\x6a\x0f\x29\x0f\x96\xb7\xd0\xc5\xb4\xfd\xf5\x13\x1d\x36\x50\xb0\xbf\x46\x08\xce\xc2\x70\xa3\x0f\xff\x59\x3f\xf4\x8f\x39\x55\x54\x18\x08\x2c\x71\x82\xb7\x62\x51\xb4\x22\xfb\x02\x11\x58\x02\x8d\xb5\xf0\x53\xbc\xb9\xde\x91\x8e\x65\x2e\x79\xda\x22\xbc\xcd\xda\x2d\x57\xe3\x42\xe7\xc3\xe2\xcd\x89\x95\x1c\xfa\x62\x21\x70\xbf\x4d\x3a\x99\x96\xee\x0b\x26\x92\x0c\x30\xa9\xa3\x18\x98\x40\xf9\xce\xf5\x33\x9c\x83\x7a\x01\x5b\x59\x34\x2f\xdd\x83\xe8\xc3\xbe\xa0\x1a\x3d\xcd\x19\x9c\xf4\xe2\xf7\x3a\xcc\xf9\x52\xf4\xc1\x33\xe2\xba\x2c\x5c\x43\xcf\xb6\x49\x08\xae\xbc\x6c\x83\xe0\x0d\xd8\x98\x22\xa1\xa2\x2f\x02\x39\x93\x77\xd4\x64\x8c\x6a\x43\x7e\xff\x7e\xa3\x80\x0b\x3f\xbf\x82\xb9\xba\xd3\x5b\x84\x96\xfa\x70\xb6\xa6\x92\x19\x00\xc9\x49\x28\x11\x2c\x0a\x50\x6f\xd9\x6d\x36\x92\x3c\x72\x9d\x03\xca\x77\x14\xc6\x8e\x38\xcd\xdc\x68\x0f\x39\x88\x0a\x53\x03\x1b\xf1\x55\x13\x9c\x4f\xd2\x0d\xab\x86\xb0\x9c\xee\xc4\x51\x39\x83\x4c\xb2\x22\xb0\x6c\x42\x4d\x5f\x38\xc6\xea\x63\x31\x22\x38\xd8\x4e\x96\x95\x83\xb9\xac\x80\x93\x32\x61\x27\x0c\x18\xe5\xed\xb0\x40\x97\xa0\x7d\x85\xf8\x9f\x72\x99\x92\x70\x56\xac\xa2\xd6\x17\x21\x1b\x28\x6e\xbb\x56\xd8\xa9\x33\x01\xbf\xa0\x0c\x5c\xd3\xfd\x05\x82\xc5\xaf\x21\x0b\x37\xd7\xf2\x59\xe2\x32\x59\x30\xbb\x2f\x11\x8d\xf7\xdd\xc1\xfa\x92\x72\xbd\x09\x1b\x6e\xd9\x27\x59\x63\x11\x6f\xd8\xdc\x48\xb4\xd8\x45\xff\x0e\x81\x68\x2f\xe5\x94\x2d\x0d\xbd\x97\x42\x94\xf8\x6a\x26\x58\x44\x5d\x7b\xd6\x01\xb6\x68\x9e\x46\x71\xa3\x51\x50\x1d\x84\x07\x7b\xbe\xe7\xde\x6c\x70\x8e\xce\xde\xf6\xf4\x5b\xc5\xfc\xfd\x54\x42\x64\xd9\xe2\xc4\x9b\x65\xbd\x4e\xfa\x37\x9a\x30\x91\xcc\xb1\x27\x8f\x71\x5d\xc8\x71\x77\xce\xe0\xe4\x11\x33\x28\xd8\xdb\x6b\xa5\x43\x57\xf7\xa1\x4d\xba\x70\xcf\xf8\x32\x10\x74\xe4\x7d\x06\xd1\xcb\x7d\x61\x15\x13\x7b\xc5\x6b\x1c\xb4\x6f\xbf\x4c\xe2\x75\x27\x00\x53\x25\x77\x72\xb7\x4c\x57\x83\x31\x35\x29\x13\x3e\x53\x13\xda\x00\x64\x1b\xd2\x1d\x9f\x92\x54\x26\x0f\x4c\x9d\x28\x96\x72\x7d\x0a\xee\x6f\xd3\xe8\x77\x9b\x5a\x65\x7b\x67\x41\x63\xdb\x4a\x4c\xd8\xbf\x8b\x28\xc6\x7b\x8b\x59\x09\x61\x04\xda\x84\xcf\x14\x68\x91\xb8\x82\x3e\x13\x46\xcd\x67\x92\x0b\x13\x2c\x59\x95\x85\xf0\x8a\x86\x95\xd9\x9a\xe2\x6b\xd5\x3e\xc2\x64\xb6\x9c\xf6\xdd\x84\x69\xe6\x63\x02\x70\x52\x46\xba\x12\xed\xc8\x2e\x66\xd4\x4c\x34\xe4\x3a\x94\xd7\xc0\xe9\x5c\xf0\xa9\x5d\x21\x3a\x83\x90\x02\x34\x52\x14\x1f\x85\x20\x7e\x6d\x78\x96\xf5\x85\x60\x2c\xd5\x58\xe0\xfa\xbb\xda\x9c\x1a\xfb\x69\x8b\xd0\x34\x25\xff\xfb\xdd\x87\x8b\x5f\xee\xba\x83\xde\x25\x58\x9c\x7b\x17\xdd\xf7\xad\xf0\xe3\xd5\xfd\x5d\xf8\x15\x0d\x2c\x8f\x4c\x91\x29\x7d\x00\x0d\x4f\x68\x14\xff\x20\xd4\x3d\x1e\xa9\xcf\x36\xb2\x4f\x34\xf3\xe1\xa3\x4e\x4c\x09\x09\xc6\x6e\x0f\x57\x40\x40\x6c\xa0\xfb\xde\x84\x4f\x96\xd3\xa0\x27\x9e\xd0\x85\x17\x03\xa7\x4c\x18\xcb\x63\x9c\xb1\xaf\x50\x7d\x0b\x82\x63\x62\xcc\x45\x53\x90\x1b\x13\x8f\xcf\x29\xc3\xff\xc4\xe6\x3f\x5b\xed\xfa\x9a\x72\xb5\x36\xed\x75\xc5\x23\x57\x52\xc0\xd4\x82\x55\xab\xa8\x56\xc7\x8c\xf7\xb5\x45\x87\x4a\xa3\x2c\x0c\x61\x14\xb3\xc6\x40\xca\x4a\x8d\xcc\xd7\x31\xdd\x0e\xba\x7e\xd9\x17\xa3\x7c\x5e\x9b\x76\xec\x86\x3e\x52\x9e\x41\x10\xac\xbf\x68\x0a\x1a\xc4\x22\x68\xa7\x84\x65\x74\x28\x15\xa4\xc6\x60\xd4\x8e\x6f\xc2\x2d\x18\x94\x03\x0a\x0d\x35\x05\x63\x4a\xf5\x7c\x55\x4e\x4b\xf7\xd0\xb5\x54\xeb\xdc\xe4\xf6\x35\x58\x05\x39\xb3\x2a\x59\x85\x89\xba\x6b\x76\xc4\x28\x56\x05\x41\xff\x8e\xb3\xca\xbb\x00\xcf\x2c\x2b\x81\x9c\xda\x33\xa0\xdb\xce\xe1\x5d\xbc\x29\x05\xf9\xe9\x4f\x9a\x0c\x73\xd3\x17\xe5\x36\xa4\x80\x2a\x97\x3f\x50\x93\x4c\xde\xf7\xc5\x95\x55\x18\x7f\xfa\x53\x43\x02\x74\x4a\x0d\x1d\xd4\xd3\x57\xf3\x9a\x9c\x53\x43\x2f\x24\x4d\xb9\x18\xbb\xf2\xad\xf5\x6b\xf1\x43\xf7\xae\x73\x4a\x7c\xce\x64\x48\x7d\x2c\xd2\xe6\xa3\x86\x80\xb7\xc2\x44\x3c\x43\x00\xae\x2c\x02\x17\x77\xc6\x2e\x10\x84\xec\xdd\xd3\x17\xb0\x94\xc8\x20\xb9\x21\x33\xe9\x10\xe9\xac\x82\x25\x89\xca\x85\x33\x4a\x3b\x9b\xa0\x5d\x1d\xa0\xc8\xb0\x19\x4e\xb4\x02\xd1\x64\x91\x6f\xf7\x05\xa8\xda\x21\x11\x2d\x93\x09\xcd\x20\x02\xee\x38\xb2\xce\x59\x05\x5c\xe6\x90\x4e\x04\xa1\x27\x62\x5e\x0e\x54\xf5\x78\xc1\x85\x7c\x15\x6f\x14\xa8\xf2\xb0\x8f\xce\x2b\x3a\x95\x96\x79\xb4\xfb\xa2\x37\xc2\x00\xb9\x0c\x57\xc7\x7e\xc8\x04\x38\x86\xfd\xb2\xd8\xa7\x9e\xb5\x40\xb9\x07\x74\x10\xd2\x04\x0c\xf1\x62\x0e\xe1\xcd\x00\x55\x26\x21\xd0\xa2\x60\xb4\x8e\x28\x17\x76\x31\x5c\x6f\xf1\x67\x7d\x81\x81\x79\xa5\x8d\x89\xb3\x78\xa3\xee\xa5\x80\xb8\xc1\xe2\xea\x0b\xc2\xc2\xcc\xc5\x11\x3a\xb9\x7d\xa6\xd8\xb1\x2f\x0b\x66\x7f\x8d\x16\xd5\xde\x96\x6d\x72\x13\xab\xca\xa9\x4c\xf2\xa9\xc7\x10\x81\xbc\x2b\x17\x70\xe6\x2e\xc4\x40\x22\x78\x49\xd7\x92\xfc\x6f\xe2\xff\xd6\xca\x99\xd7\x3b\x16\x93\x0c\x64\x35\x98\x95\x5b\x2a\xb5\xc6\x85\x61\xe3\xaa\xb3\x6e\x13\x68\xc6\x4b\x88\x52\xb7\x52\x39\x38\xf2\x8c\xb4\x9a\xa4\x04\x93\x32\xa6\xc7\xc9\xf4\x3b\x4d\x7a\xd7\x56\xe0\xb0\x0a\x66\x38\x27\xb9\x36\x18\x6e\x05\x29\x27\xf8\x35\x86\xbc\xb7\xc8\xf7\xa4\x9f\x7f\xff\xfd\x1f\x13\xf2\xc5\xff\xe3\xdf\xff\xed\xdf\xfe\xf8\xef\xdb\x14\x4d\x85\x76\x8b\x35\x72\x70\x3d\x55\x09\x24\xde\x81\x45\x6e\xb2\xc3\x2e\xb8\x43\xd2\xb4\xfc\x4e\xfb\x6e\x4c\x59\xaa\x7b\x1c\x85\xd3\xd0\xb1\x3b\x85\x3a\x3e\x3d\xa4\x74\x7c\x0a\xb7\xbd\x66\xa6\x55\x3e\xc5\x41\xb6\x74\x02\xf4\xff\x5a\x02\x1a\x30\xb0\xd4\xbc\x5d\xd8\x0f\xcf\x82\x34\x6b\x1b\x21\xef\x9c\xb9\xcd\x80\xbb\xee\xbd\xbf\x84\x64\x96\x32\x85\x63\x0a\x16\xb2\x60\xb7\x83\xf3\xcb\xbe\xcc\x32\xe9\x02\x32\x28\xd1\x6c\x46\xe1\xbe\xb6\xe7\xb5\x4d\xfa\xa2\xfb\x85\x5a\xf6\xda\xf2\xf5\x90\xb0\x78\x2f\x38\x3a\x46\x34\x61\x04\x45\xe3\x77\x5f\x4e\xed\x6f\x2d\x32\x3f\x85\xb8\xca\x16\xf9\xc7\xa9\x4b\x67\xa6\xca\x0c\xec\x4f\xef\xbd\x6c\xeb\x9a\x80\x51\x73\x4d\xfa\x47\x27\x8f\x54\xf9\x2a\xd4\x88\xca\x78\xe4\x18\x60\x00\x23\x8d\xa5\xe1\x4c\xca\x07\x17\x75\xba\xf0\xa5\xfb\x4f\x1b\x29\x3c\x38\x2a\x70\xf7\x5d\x00\xb1\x95\xdc\x8e\xe1\x05\x46\xda\xb3\x21\x69\xff\x4d\x4b\x41\xda\x73\x3a\xcd\xdc\xaf\xfe\xa9\x0b\x8a\xa5\xda\xa5\x76\xa5\x21\x26\x26\x9b\xa3\x6d\xf2\x87\x4c\x0e\x61\x5e\x9f\xfc\x5c\x31\xac\x14\x06\x5a\x5c\x12\xc5\xbd\xe2\x26\xc2\xad\xc6\x4c\x53\x4c\xf1\x86\x5a\x5b\xbe\xb4\xb9\xe5\xc6\x8b\xd3\xfa\x12\xc6\xf4\x5f\xe8\x89\x85\x55\xf1\xc9\x68\x68\x8f\x0d\x41\x5d\xb6\xd5\x2f\xe4\x9d\x63\x43\xef\xed\x5d\xe0\x82\x78\x71\x1d\xea\x3a\x98\x87\x0e\x7e\x89\x3a\xe0\x82\x60\x7a\xe1\x92\x2f\xff\x71\xd2\x6e\xb7\xc3\xd7\x97\x76\x2e\xff\x8f\x70\xa3\x59\x36\xc2\x96\xfc\x4d\x33\xef\x8b\x4f\x56\x6f\x89\xed\xc5\x05\x60\x0a\x14\xc0\x49\x64\x46\x8e\x0b\x1b\x6a\x2a\x13\x4d\xfe\xc5\x4a\x92\xd1\x5a\xc2\x8f\x56\x75\xaa\x3f\x57\xae\x0e\xda\x0b\x1d\x2c\x67\x83\xae\x1e\xad\x18\x6a\x21\xe8\x92\x54\x43\xbc\xd1\x23\x4f\x73\x4f\x0c\x96\x74\x4e\x1c\x1c\x03\x94\x28\x33\xec\x8b\x81\x47\x0d\xb8\x17\xb5\x01\xde\xf5\x42\xdc\x02\xcb\x2d\xe0\x2f\x90\xae\x1b\x16\xc0\x61\x12\x38\xee\x80\xf3\x6c\xc5\x0e\x0b\x7b\xc1\x88\x18\x9b\x4a\xe7\xd3\x29\x55\xf3\x93\xe2\xb8\x2d\x12\x67\x01\x51\x08\x7c\x26\xf3\x0b\x00\x4e\xd3\xcc\x9d\x2d\x17\x37\x10\x55\x52\x9e\x84\x74\x00\x92\xb2\x84\xa7\x2e\xc2\x8a\x22\x7e\x32\x13\x89\x4c\x1d\x5d\x17\x59\x94\x65\xc1\x22\xbc\xb3\x28\x52\xf8\x18\x14\x5d\xd8\xbf\x84\xc1\xd4\x6a\xf7\x86\xff\xb8\x81\x85\xcb\x81\x36\x96\x59\x8e\x37\x70\x48\xf6\xae\x6e\xfd\x37\xeb\x5f\xbc\xb0\x0e\x65\xd1\x9a\x7a\xc5\xcc\x1b\x01\x14\x7d\x2a\xae\x60\x88\xa6\x40\x83\x48\x1e\x72\x4c\xf1\xef\x33\x79\xcd\x33\x7b\x73\x01\x8d\xb7\xfb\xa2\xf4\x73\x8b\xb0\x8c\x4f\xb9\x08\xc1\x6c\xc8\xdf\xe5\x08\xa5\xdc\x07\x6e\xec\x96\xe9\xf4\xc1\xb2\x30\x9f\xae\x1f\xa9\x3e\x1d\x31\xf7\xa4\x13\x7c\x41\x4e\xe9\xcf\xb5\x1d\x57\xa1\x16\x5b\x99\xd3\x36\x71\xec\xe4\x46\x1e\x11\x1e\x9c\xdf\xbe\xb0\xad\xf9\xb3\x54\x44\xd1\x46\xed\x45\xcd\x1d\x83\x9c\xce\x7d\x42\x1d\xb4\x00\x7d\x94\x42\x61\x83\x98\x5a\x23\xa4\x74\x2b\xf5\x07\x37\xcf\xbf\x80\x98\xc1\x81\x90\x29\xdb\x30\x74\xb8\xa6\xbe\x9b\x33\xfc\x7a\x7f\xa1\x62\x98\x23\x03\x7c\xa2\x29\x29\x90\x69\xbd\xa1\x31\xb4\xb6\x50\xa2\x6b\x07\x60\xb8\x9f\xb6\x2d\x56\x5d\xf0\x34\x68\xc5\xab\x05\x51\x4e\x63\x69\xed\xcb\xc5\x1c\x77\x92\xd1\xd3\xed\xcc\xc1\x38\xf7\x04\x96\xbd\x28\xfb\x4e\xc6\x4a\xe6\xb3\x90\xf8\xeb\x53\xa0\x70\x1b\xdc\x8d\xd6\x13\x23\x79\xea\xa4\xea\x0b\x2e\x1e\xf0\x2e\x7c\xae\x3d\x0a\x65\x13\xa3\xdf\x3d\x07\xc3\x15\x3f\x76\xb5\x73\xed\xa8\xb5\xa1\xc9\x03\x02\xa6\x2d\x2b\xbb\xb9\x69\xe1\xd0\xe2\xbe\xcc\xb3\xcc\x75\x5b\xb0\xcf\x02\x3a\xfe\x91\x53\x42\xc9\xfd\x4d\xaf\xbe\xef\x07\xbe\x68\x3d\xaf\xe7\x9d\x65\x02\x81\xff\xf9\x89\x6f\x14\xe7\x56\x01\xf8\x63\x25\x52\x0f\x26\x80\x26\x58\xa4\x0a\xef\xde\xd1\x5d\x67\x79\xd0\x60\x5a\x43\xa9\xf5\x93\x2f\x3a\x3e\x77\x1f\x7f\xb2\xdf\xd6\xef\xc8\x27\x48\xf0\x08\x59\xf0\x53\x2a\xec\x04\x7d\xaf\x0d\x36\x22\x64\x8b\x5b\x0d\xe9\x7e\xb6\xd5\x80\xb0\xc7\xf5\xe2\x49\x7d\x57\xbe\x95\x27\x34\x1a\xd1\x0c\x15\x2e\x33\x01\x41\xbc\x45\x6e\x93\x09\x9b\x52\x88\x31\x98\x96\x05\x72\x90\x4b\xde\x65\x54\x8d\x51\x4a\xd0\xcc\xe8\xf7\x35\x3b\x5c\x84\xda\xee\xb0\xc3\x5b\xc0\x2d\xc7\xf6\x76\x48\x03\x5c\xc6\x01\xc2\x28\xcb\x30\x2f\x81\x39\xf9\xfe\xfd\xdd\x61\xd5\x55\xfc\x04\x6e\x4c\x85\xb5\x8b\x53\x2b\x8a\x35\xe7\xbf\xef\x88\xf0\x7d\x49\xa7\x21\x57\xd4\xc3\x7c\xbb\x9c\x00\x1c\xdb\x90\x01\xe4\x4f\xf3\x18\x76\xc6\xf4\x8e\x87\xe0\x20\x84\x9b\x46\xd0\x17\x1d\xff\x4a\xc8\x37\x03\xf9\x46\xa1\x97\x14\xa2\x92\x30\x06\x0f\x64\x8c\xa8\xf2\xa6\x9b\x5c\xc3\x24\x36\xcd\xeb\xa9\xc2\x92\x5b\x19\x27\x00\x7e\xa1\x76\xe7\x85\x5d\x3f\x8f\x86\x9e\x5d\x75\x86\x1d\x3a\xbf\xf5\x53\xac\x14\x7a\xa8\xeb\x78\x15\xf3\xed\x86\x5c\x62\xd7\x50\x5c\x5b\x02\x23\x97\xb2\x79\x11\x27\x63\x57\x1c\xe5\xd2\x4a\x67\xa5\xc3\x3a\xc2\x9c\xb9\xdd\x0c\x7a\xa8\xc6\xec\x3d\x42\xc5\x4c\x98\x00\x49\x70\xfd\x96\x21\xf1\x70\x73\x6b\x1c\x2d\x92\xeb\x0a\xc5\x25\x38\x17\x72\xc1\x1d\x0e\xa9\xd3\x55\x23\x47\xb1\xb7\xe9\x14\xdf\x73\x4d\x34\x35\x5c\x8f\x78\xad\x84\x1c\x67\x2a\xee\xb2\xea\x1b\xd5\xca\xf6\xdb\xbc\x8c\x54\x43\xc0\x5b\x9b\x7c\xe0\x4a\x9b\x68\x4a\x46\x86\x44\xc3\xa6\xea\x9b\x56\xb9\x7d\x4e\xff\x92\x9f\x41\xf4\xfe\x52\xa7\x5b\x08\x6e\x6c\x93\x4e\xa1\x66\x63\xaa\x25\x2a\xd0\x2b\x66\xc4\x32\xcd\xb6\x21\xbe\xb5\x74\x12\x30\x47\x03\x01\x11\x60\x97\xda\xfe\x5e\xe0\x75\x85\x61\x3e\x41\xfe\x00\x7d\x60\x4d\x35\xbb\x37\xad\xf7\xbe\xb2\xcc\x7b\x27\xa8\x1c\x12\xb5\x8e\x6d\x06\xb8\xfe\xb1\x2b\xb2\x5b\xf9\xe8\xc4\x2e\xb9\x15\x35\x92\x07\x17\xb6\x38\x02\x3a\x74\xf9\xb1\x4f\x13\xa9\xe3\x73\xe6\xf7\x0f\x36\xd3\xa8\x9c\xf9\xf0\x44\x88\xfa\x0c\x0b\x8c\x4e\x22\x21\xe3\xf4\x59\x18\x75\x38\xa4\x18\xd6\x10\xf6\x9b\xb8\xbb\x01\x97\x01\xcc\x35\xbe\xa9\xc5\xd3\x5c\x72\x08\xef\x70\x9c\x1f\xd8\xaa\x3a\x6a\xcb\x36\x2d\x9c\xdc\x86\x6b\x6c\x53\x70\xb2\xc6\xb3\xb4\x51\xfc\x2b\x58\x1b\x78\x02\xc0\x37\x78\xed\xce\x28\xaf\xf3\x6c\x38\xab\xda\x2e\xeb\xf7\x9c\x10\x4e\xfb\xc6\x6e\x72\xd3\xdd\x12\xb7\x29\xc3\xaf\xbd\x0d\x50\x3e\x79\xbc\xa6\x7d\xa0\x1c\xad\x09\xef\x1b\xa0\x60\x90\x78\x34\x56\x1f\xc5\x71\x6d\x46\x23\xa5\x25\x46\xb3\xb0\x73\xfc\x6a\x70\x12\x63\x32\x95\x1c\x05\x50\x2a\xf4\xef\x23\x7e\x9d\x1c\xd5\xfc\xc3\x6a\x31\xfa\x7d\x48\xe1\xa4\xda\xf7\x51\xe4\x54\x35\x93\xe0\x7e\x30\x90\xfc\x52\x3c\xe7\x7d\xe8\xcf\x4c\x7c\x1f\x6e\xb2\xf0\xf5\x44\x55\xb8\xdf\x31\xa4\x9c\x2a\x99\x0b\x8f\x21\x23\x05\x93\x23\xb0\x8a\x82\xa3\xc1\xeb\xfd\x00\x2f\x21\xa4\x89\xc2\xc7\x15\x9b\x61\xf0\x22\x48\xa8\xcd\xcb\xbd\x23\x8e\xd2\xaa\x75\x7e\x0e\x1c\xa5\x5d\xd7\xdd\x1d\x9c\xaf\xb4\xe0\xbb\xa2\xe3\xe0\x51\xda\x80\xcd\xc2\xfb\x2b\x95\xf1\xc0\x07\x40\xfb\x8e\xab\x14\x60\xb6\x24\xc4\x4c\xb0\x63\x23\x8f\x21\xed\x06\x92\x39\x10\xd9\xac\x09\xef\x17\x8c\x18\x9b\x5c\x07\xf6\xfd\x35\xc6\x89\x81\x32\x5f\xa2\x81\xba\xbb\x57\x13\x5f\xa1\x0c\x84\x19\x21\x98\x72\xfa\xd9\xca\x9b\x63\x43\x13\x47\xbc\x95\xcb\x6d\x9c\x0e\xb5\xa7\x82\x3a\x15\xfc\x9b\x34\x62\x02\x6d\x02\xc1\x20\x13\x39\x95\xf6\xda\x96\xb9\x8e\x1e\x62\x34\x11\x5c\x36\x4b\xea\xb3\xcd\x30\xcd\xf6\xeb\xcd\xc6\x1e\x2d\xfb\x08\x65\xc7\xf8\xa5\xd5\xd0\x7b\xd1\x4c\x86\x65\xe8\xb2\x15\xe3\x0f\x98\x53\xcb\xe9\x06\x0c\x68\x53\x3e\x9e\x38\x44\x65\x87\x24\xc3\xff\x61\x35\x48\x4b\x52\x21\x70\xc7\x27\xee\x38\x4f\x3b\x66\x93\xd7\x95\xf9\x6c\x74\x60\x6c\x82\x9c\x06\x8c\x65\x98\x8f\x6e\x01\x06\x79\x85\xf2\x12\xb2\x30\x0b\x7f\xb9\x5d\xe4\xe0\xb3\xf4\x39\x42\xe1\xc3\xc7\x02\xce\x7b\x3e\x63\x2d\x32\xcc\xe1\xf9\xe5\xd5\x5d\x6c\x1b\xe2\x02\x1e\x1f\x27\x13\x96\x3c\x40\x88\x1b\x32\x45\x5c\x2e\x8f\xcb\x3e\x9c\xf7\x45\x01\x1a\x6b\xa4\x37\x74\xcc\x03\x2a\x4f\x40\xa6\x92\x8a\xa4\x5c\xcf\x32\x3a\x27\xec\x8b\x61\x02\x3d\x63\x85\xc7\x3c\xb8\x94\x2d\xb1\x6c\xa7\xb6\x00\xaa\xad\xe3\x02\x5e\x0e\x83\xbf\xfc\x24\x42\x61\x95\x10\xe6\x51\x27\x76\xec\x8c\x93\xb4\x8b\x87\xac\x09\x9f\x39\x2a\x27\x84\x3b\x1a\x9b\x4a\x43\x3a\x85\xa8\xe4\x45\xf4\x8f\x7c\xe0\x09\x58\x50\xfa\xbe\xf2\x88\xfd\x1b\xd1\xf1\x99\x7a\x64\x69\x5f\x94\x13\x56\xdc\x55\x56\xec\x32\x29\x70\x3b\x9b\x58\xe7\xe6\xe0\x80\x31\x14\xc8\x72\xe7\x1d\x04\xe9\x16\xd9\xb9\x21\xb6\x62\x09\x8e\x68\x7d\x45\x90\x67\x00\xbc\x5c\xdb\xf8\x51\x00\x85\x3a\x94\x3f\x07\xe3\xeb\xca\x6b\x64\x10\xf4\x18\x08\x33\x84\xe3\x63\xae\x5e\xf0\x39\x3b\x1f\xf4\x42\x40\x64\x5d\x1b\x7d\xe1\x03\xe7\x46\x79\x96\x61\xfe\x75\xc3\x72\xf9\xf4\x1c\xef\xe3\xfd\x7a\x39\x10\x41\xaf\x25\x11\xb2\x6a\xb0\xfa\xa5\x6c\x96\x42\xa8\x53\x32\x2f\x2a\x29\x01\xf1\x32\xa1\x73\x88\x05\xf2\xa8\x8a\x10\xa1\x3a\x66\x86\x58\xb9\x23\xcd\x33\x8c\x04\x83\xd0\x5a\xc8\xf5\xa1\x59\x46\xb8\xd1\x7d\x11\x52\x93\x10\x67\x06\xae\x02\x1f\x7b\x9b\x3a\x59\x10\xba\x80\x66\x1d\xf6\x3e\x5c\x10\x3c\xe1\xa6\x34\x24\xb0\x54\xce\x63\x28\xb2\xd9\x8c\x51\x8c\x5a\xf0\x85\x79\x63\x69\xb0\xba\x0d\xce\xc5\x0f\x90\xe8\xcd\x15\xb2\xf7\x41\xbd\x08\x89\xbf\xf1\xa6\xb4\x49\x07\x67\x67\x45\x41\x8f\x0b\x8e\xa3\x75\xd1\x92\xce\x9f\x60\xe5\x2d\xa3\x43\x81\xa1\x20\x51\xcf\xa8\x32\x3c\xc9\x33\xaa\x32\xc0\xfb\x19\xe5\x19\xe1\xa3\x08\xe2\x1c\x36\x01\x33\x53\xa0\x8c\x98\x84\x3b\xc2\x47\xbd\x68\x3a\x65\x51\x90\x9e\x53\x3c\xb3\xc8\x88\x88\x68\x1b\x68\x9d\xb2\x6d\xbd\x6f\x93\xf3\x2a\xa0\x3d\x1c\x8b\x28\xa3\x95\x6b\xe4\x80\x61\xbc\x51\x70\x09\x02\xe3\xf3\x91\x15\x76\xbf\x8b\x0e\x5e\x53\xe5\x14\xaa\x1f\x36\xb4\x50\x7a\x58\xa4\x15\x15\x55\xea\x82\xcb\xee\xa0\x20\x47\xc9\x6e\x19\x4e\xc4\x8a\x0a\xae\x1b\x0e\x32\xce\x06\xde\x62\xa0\x9f\xa3\x8a\x17\xd5\xc1\x4e\x97\x20\xaa\xc3\x3e\x6e\x38\xd4\x08\xed\x70\xf3\x81\x46\x94\x13\xdb\xa3\x1b\x57\x76\xb5\x72\xf9\xb9\x84\x3b\x48\xec\xb8\xac\x60\xcf\xd0\x83\x51\x29\x74\x05\x63\x70\x00\x85\x80\x27\x13\x0e\xdb\x90\x91\x8c\x8b\x07\x1f\xcf\x6a\x77\xbe\x45\x68\xd1\x3a\x1c\x3e\x1c\x3d\x12\x73\x83\x64\x53\x87\xbe\xb4\x83\xb0\xb3\x5e\x4c\x50\xed\xe6\x86\x79\x6f\x04\xb0\xb5\x50\x27\x2a\x9a\xc7\xfa\xdb\xb2\xd4\x6d\x17\x84\x58\xef\xab\xc3\x0b\x26\xca\x6b\x31\x3c\x54\x0e\x6a\x5c\xdf\xeb\x09\xad\xaf\x12\xb7\x1a\x50\xf0\xfe\xf2\xbc\xfb\xa1\x77\x59\x46\x01\xfc\xf3\x7d\xf7\xbe\xfc\xcb\xcd\xfd\xe5\x65\xef\xf2\x63\xfc\xd3\xed\xfd\xd9\x59\xb7\x7b\x5e\x7e\xef\x43\xa7\x77\x51\x79\xcf\xfe\x54\x7e\xa9\xf3\xc3\xd5\x4d\x05\x77\xf0\xf6\xa7\xde\xf5\x75\xf9\xa7\xbb\xde\xa7\xee\xf9\xe0\xea\xfe\x6e\x29\xc4\x60\x31\xfe\xda\x25\xda\x07\x36\xdb\xd6\xb8\x92\x1d\x32\x52\x9c\x89\x34\x9b\x17\xa5\xd0\xed\xa1\xab\x38\x29\x63\x96\xce\xa7\x4c\xe6\xbb\xc4\x0c\x58\xd5\x57\x3e\x5a\x95\x3a\x23\xae\x35\x17\x75\x45\xf5\x43\x63\x5e\xa3\x51\x8b\x66\xb0\xa5\x51\x16\x46\xcd\x43\x1c\xcf\xd2\xf8\x81\x90\x86\xe1\x3a\x21\x33\xa6\x96\x8d\x05\x2e\x5c\x95\xcf\x0c\x1f\x2e\x1a\x9a\x36\x4c\x4f\xd8\x5c\xb3\xc3\x1c\xbd\xfa\xe8\xea\xcb\x7a\x46\xe7\xc1\xc2\x76\x44\xe4\x01\xcb\xf4\xfa\x3b\x70\x1d\x3e\xa9\x27\xbd\x33\x0f\x1a\x6c\x55\x66\x43\x45\x43\xf2\xf5\x86\x85\x4d\x0a\x44\x24\x55\x94\x17\x72\x37\x95\xd7\x22\x8a\x8c\xce\x6d\x34\x6b\x07\x8a\x26\xdc\xd5\x13\x81\xa5\x45\x28\xc7\x35\x9b\x50\x29\x1d\xf1\xec\xb7\xcc\x52\x9a\x77\x51\xa7\x20\xfa\x21\x2a\x8d\x4b\x5b\xc3\x6b\x19\xa0\x9e\x1a\x5d\x75\x7b\xae\x34\x13\x44\xcf\xa2\x4c\x46\x28\xbc\xe2\xf9\xd1\xe6\x82\x46\xa5\xc8\x44\x54\x80\x03\xeb\x31\x03\x08\x11\x34\x5b\xd8\xe2\x9c\x64\x81\x7c\xe0\x91\xa5\xe4\x38\x2e\xec\x93\x1e\x43\xfc\x60\x5f\x34\x69\x98\x35\x45\x71\x62\x0a\xb8\xf6\x98\xc7\xbb\xec\x7d\xcd\xea\x37\x1f\x41\xbf\xd8\xeb\x05\x55\x10\xff\x7a\x9b\x34\x9b\x32\xdd\xbe\x0c\x29\x9a\x90\xe0\x6c\x05\x30\xe7\xa6\x10\xaf\x70\x17\x6e\x66\x71\x5d\xcb\xda\x4a\xcb\x69\xa5\x28\xb3\x4c\xa8\xc6\x18\x44\x5f\x25\xb1\xa8\xe4\x53\x94\x70\x6a\x52\x5a\x02\x48\xd8\x1e\x33\xcf\x9a\x34\xc8\x16\x46\x04\x84\x6a\x8c\x31\xb2\x52\x40\x89\xdb\x8c\xf0\xc3\x6e\x04\x3c\x2e\xea\xf9\x1e\x30\xac\x8c\xe6\x56\xa6\x9f\x65\x14\x03\x89\x26\x54\x23\x49\x7b\x23\x25\x1d\xf2\x8c\x1b\x88\xc2\x44\xf5\xbe\xb2\xc2\x52\x91\x29\x55\x0f\x3e\xfb\x87\x16\x39\x00\xcb\x88\x7e\x47\x47\x5a\x01\x18\xfe\x92\xae\xb4\xe2\xc8\xae\x6b\x1b\x28\xc8\xd2\xb9\xd1\x8a\xed\xc0\x92\x76\x46\x46\xe0\xe7\x9b\xed\xac\x6b\xf1\xba\xfa\x79\x69\xbd\x6b\x2e\xea\xcd\x6d\xb6\x2e\xb5\x75\x03\x36\x5f\x4d\x7c\xad\x3d\x59\xa3\x4c\xd2\x06\xa8\x53\xdf\x36\xe6\xb1\x36\xb5\x9d\xca\x7c\xd8\x94\x35\x85\xa3\x5a\xde\xfa\x32\x05\xcc\x9f\xdb\x7d\x09\x74\x31\x03\xa4\x86\x59\x49\x77\xbb\x05\xb5\x5f\x1f\xc3\xe7\xf5\x8d\xbb\x5c\xa1\xb5\xe7\xbc\x40\x68\x05\xe2\x41\xc8\xcd\xba\x9b\xcf\x58\x4d\xb9\x8c\x3f\xe7\x50\x92\xe3\x6a\x74\x8b\xb5\xd8\x77\x21\x32\xc3\x17\x29\xac\xfe\x24\x56\x7b\xbd\x2b\x6b\xb7\x31\x0d\x94\x2b\xc8\x2e\x69\xb3\x6e\x36\x50\x7f\x76\xfd\x03\x59\x86\x03\x9f\x29\x2e\x95\x65\x9b\x0e\x43\x7c\x49\x82\x41\x6d\xbf\x3b\xac\xe4\xdf\x73\x96\x33\x4b\xfb\xc3\x3c\x1d\xb3\x5d\x54\xb3\x62\x4a\x13\xf9\x44\xa6\x79\x32\x21\xbe\x71\x92\xb2\x8c\xce\x4b\x53\x03\x79\xc9\xc8\x0c\x12\xb6\xb6\xcc\x1f\x4a\x72\x6d\xe4\x14\x9c\x8c\x45\xbb\x2a\x17\x40\xf0\x84\x1a\xa3\xf8\x30\x37\xb5\x9e\xa9\x52\x20\xfd\x96\x96\x85\xdb\xeb\xee\x59\xef\x43\xaf\xa2\xd6\x77\x6e\x7f\x8a\xff\xfe\x7c\x75\xf3\xd3\x87\x8b\xab\xcf\xf1\x6f\x17\x9d\xfb\xcb\xb3\x1f\x07\xd7\x17\x9d\xcb\xf8\xe7\xf3\xce\x5d\xe7\xb6\xbb\xca\x1e\xb0\xd8\x6b\xf3\x46\xd0\x28\xce\xdf\xca\x2e\x2e\x34\x1d\x4c\x31\xed\x3e\x82\xf5\xbb\x5e\x4f\x49\xc7\x67\x3d\xc4\x20\xaf\xd4\xdb\x68\xc0\xb6\x88\xa8\xb3\xce\x94\x03\x45\xd5\x10\xc5\xbb\x4d\x3a\xc4\xa3\xb1\x83\x23\x5a\x5b\x61\xc1\xc5\x84\xdb\xdd\xc1\x26\xac\xc4\x90\x14\x9a\x5b\x81\x24\x16\x17\xb6\x8e\x12\x60\x5d\xe5\x9d\x76\x5f\x74\x1f\x99\x30\x39\x64\xe7\x59\xcd\xdf\x83\x87\xbb\x17\xa2\xb8\x65\x3f\x4a\xcd\xa7\x3c\xa3\xaa\x00\x7d\xba\x72\x6d\x81\xc0\xee\xc7\x0a\xe3\xe2\xac\x0e\x3e\xc4\x2b\x0f\xf7\x3d\x02\xe3\x3e\xbb\xe8\x81\x08\x94\x18\x0f\xb1\xe0\x3b\x77\xb5\xb3\x7d\x8f\x53\x0a\xc1\x11\xa1\xa4\x31\x76\xdf\x58\x44\xe8\xa6\x06\x74\x69\x8b\x6c\x12\x28\x41\xfe\x6c\x6e\x8e\x30\x48\xff\x8f\xae\x30\x6a\xbe\x09\x18\x17\x49\x99\x06\xd9\xd4\x79\x34\xca\x40\x50\x4c\x83\x7f\xc8\xb7\x7e\x09\xc2\x8e\xf7\xb8\x39\xb7\xad\xa3\x5d\xc0\x60\xe1\x8d\xe5\xd6\x33\x7b\x09\xbd\xd6\x75\x88\xe3\x82\x61\x15\x86\x32\x17\xa9\xaf\x62\x33\xe5\xe2\x64\x4a\xbf\xbc\xf7\x33\xc5\x32\xfd\x21\x37\x1c\x4b\x07\x67\x56\x13\x99\x5b\x26\xb7\x7c\xb9\xfa\x62\xc9\x7a\xad\x96\x16\x3d\x67\x05\xb5\xa7\xd0\x51\xd1\x8b\xf4\xc8\xe6\x75\xfb\xb7\x80\xf1\x81\x9e\x2a\x77\xe0\xa1\x91\x99\x62\x50\xb4\x2d\xf8\xa8\x32\xf4\x3d\x86\xbf\x21\x06\xa2\x84\xfb\x55\xcf\xbc\x63\xfb\xdc\x4e\xe7\xa6\xd6\x32\xf8\x0c\x28\x2d\xae\x27\xbb\x69\x68\x27\xf4\x79\xf2\x2e\xe6\x23\xc5\x84\x35\xbb\x5b\x7f\x93\x43\x28\x2d\xa2\x3d\xac\xaf\x62\x09\x98\x3c\xed\x5e\xf8\xa4\x52\x08\xb5\x5f\x30\x3e\x7a\x1a\xc8\x98\x06\x03\x3c\x94\xbd\x62\x7f\xcf\x5d\x3c\xed\xef\xbf\xdf\xec\xa2\x35\x6a\x4e\x7c\xfa\x7a\x1c\xa2\xe3\x22\xd4\xdc\xa5\x0b\xe3\xca\x05\xaf\x83\xe2\xbf\xc1\x82\x4f\x2f\x5b\x57\xaf\xd2\xa9\xfb\x73\x65\x14\xd3\x9d\x4f\x8d\xc3\xf7\x9f\x2d\x67\xea\xe7\x4a\xaa\x94\xeb\x0e\x82\x13\x5c\xeb\xf1\x8d\x36\xa4\xc9\xc3\x13\x55\x29\x1a\x0b\xc1\x6e\xdc\x26\x3f\xca\x27\xf6\xc8\x54\x8b\x24\x4c\x19\xea\x52\x18\xec\x59\xcb\x32\x38\x50\xae\x9d\xbe\x80\x78\x1d\xcc\x07\x11\x00\x89\x6c\xf8\x78\x62\x15\x4a\x67\x98\x72\xa5\xd1\x34\x33\x10\x7e\xcc\xbe\xcc\x58\x82\x81\x5a\x4d\xd1\x29\xa3\x8c\x3e\x2e\xe6\x64\x6c\x13\x6e\x1f\x55\x7f\xf3\x05\x82\x5c\x1e\xdb\x52\x43\xb5\x2f\x22\x86\x5c\x73\x36\x37\x13\x29\x5a\x64\x2c\x33\x2a\xc6\xed\x76\x9b\x30\x93\xb4\xdf\x6f\x44\xe8\xae\xc1\xa8\xbb\xc2\xcb\x9e\x49\xcd\xb2\x79\x40\x77\x09\xd1\x50\x76\x95\x21\xfa\x4a\x73\x34\x79\xd4\x50\xff\x6d\x35\x6a\xff\x65\x4d\xe7\xf5\x9a\xea\xc6\xe1\x7f\x0d\xed\x54\x6b\xca\xaf\x6a\x09\xdf\xaf\xd7\xbc\x36\x08\x67\xf5\x48\x6a\x45\x58\x6b\x43\x56\xa5\x14\x9b\xc6\x6a\xfe\x2c\x9b\xd0\x83\xb7\x4a\x43\xaa\x6d\xc9\x25\x8d\x6c\x15\xbd\xb8\x48\xd1\x35\x14\x17\x02\x7d\x77\x4a\x79\xcc\xf2\xe9\x62\x09\x8c\x7d\x49\x51\xc5\x20\xf1\x5f\x67\xd0\xdd\xfa\x78\x93\x01\x24\x59\x2a\x8c\xb0\x74\xe3\x45\x5b\x28\x12\x13\x70\x4b\xc5\x35\x24\x5f\x6d\x13\x04\x19\x9a\xc1\xa6\xc1\x65\x03\x55\xb4\x00\xb6\xde\x15\xfd\x87\xb8\xce\x50\xbb\x1f\x3f\xd1\x28\xea\x80\x9f\xa7\x99\x33\x14\x81\xe3\x5b\x29\x9f\x97\x57\x97\xa5\xba\x75\xbd\xcb\xbb\xee\xc7\xee\x4d\xc9\x2f\x7d\x71\xd5\x29\x95\xc5\xbb\xbd\xbb\xa9\xb8\xae\x7f\xb8\xba\xba\xe8\x2e\xe8\xa0\xdd\xbb\xde\xa7\x52\xe3\xe7\xf7\x37\x9d\xbb\xde\x55\xe9\xbd\x1f\x7a\x97\x9d\x9b\x5f\xe2\x5f\xba\x37\x37\x57\x37\x95\xfe\xee\xcf\x96\x6b\xb3\xa5\x69\xd4\xef\x44\x21\x2c\x47\x31\xf4\x75\x42\x61\x53\x3d\xac\x5d\x44\x0e\xaa\x1f\xb6\x2d\x59\xd6\xc0\x94\x52\x36\xd8\x2e\x58\xa3\x29\xe0\xa4\xb6\x1f\x2b\x0f\xce\x07\xd4\x18\x36\x9d\xed\x86\x41\xb8\xfe\xc1\xd9\x2c\x0e\xa4\x5c\x32\xac\x39\x0e\xa4\xb4\xab\xaf\x27\x0e\xa4\x26\xc4\x63\x31\x0e\xa4\x77\xd9\xbb\xeb\x75\x2e\x7a\xff\xaf\xd2\xe2\xe7\x4e\xef\xae\x77\xf9\x71\xf0\xe1\xea\x66\x70\xd3\xbd\xbd\xba\xbf\x39\xeb\xde\xae\x19\x05\xb2\x68\x77\x3d\x26\x71\x3f\xa7\xe4\x2e\xaa\x59\x88\x52\xa1\x2b\xd3\x65\x57\xdc\xca\x34\x96\xaa\x68\xc6\xff\xc1\xc5\xb8\x05\x20\x79\xa7\xa4\xab\x54\x6f\x4a\xc7\xec\x3a\xcf\xb2\x16\x09\x58\x98\x67\x8a\x51\x03\xaf\x5d\xcb\xb4\x17\x7d\x07\x86\xa3\xda\x69\x40\xff\x0e\x73\x12\xbb\x6f\xb9\xfe\x23\xa7\x67\x30\x4a\x39\x84\xc4\x80\xee\x7b\x4a\x7e\xa0\xc9\x83\x1c\x39\xf0\x9c\x56\x50\x71\xc9\xdf\x73\x69\x28\x61\x5f\x12\xc6\x52\x5f\x82\xa7\x4a\x27\x17\x72\x27\xcc\xc8\x4d\xea\xa7\xc7\x67\x7a\x75\xf8\x4c\xed\x77\x2e\xdb\x69\xb0\x09\x60\x9b\x9b\xe5\x27\xfc\xd4\x61\xb4\xd5\xb6\x6e\x4c\xb6\x07\x9b\xfe\x85\x1c\xd7\x67\x16\x40\xb0\xa4\x4b\x87\x28\xb0\x45\xc0\x43\x28\xc7\x44\x73\xf1\xd0\x17\x9f\xad\x42\x2b\x73\x85\x3f\x19\xa9\x20\x49\x65\x94\xe5\x7a\xc2\x00\x1b\xb6\xe5\x8b\x55\x82\xa7\xb0\x5c\x37\x0a\x48\xc6\x12\x27\x7c\x9d\x71\x61\xb9\xc5\x8c\x7b\x09\xb2\xba\xf5\x7b\xa9\x51\xc9\x75\xd0\xb3\x9f\xd1\x7d\x5b\x58\x67\x9f\x26\x0c\xab\x73\x16\xa8\xf3\xbe\x60\x0d\x72\x6e\xc8\x3b\xc5\x5a\xa3\x20\xda\xd8\x65\xff\xce\x47\xd6\xc2\x72\x3f\x4a\x9e\x92\x34\x9f\x65\x3c\x09\x7c\xf7\x49\xaa\xc6\x48\x28\xd4\x74\x36\x88\x84\xaa\xe8\xef\xcb\x26\x56\xa3\x46\x45\x5a\xdb\x92\x98\xa8\x67\x8e\x0a\x8b\x90\xae\x72\xcd\xd4\xb1\x51\x7c\x3c\x06\xb9\xd1\x1b\x65\x5e\x7f\xd8\x98\xa7\xcd\xf9\x60\x77\xfb\x43\xec\x1e\xc8\xb0\x52\x4f\x80\x6f\xb1\x34\x35\x9b\x65\x73\x1f\xcc\x8d\x0b\xe8\x8f\xfd\x2c\x57\x88\x31\x3c\x22\x61\x40\x8d\x61\x1b\x33\xc5\x6c\x2f\xe9\x00\xc1\xc3\x76\x07\x35\xeb\x8d\x10\x4a\x17\xc1\x8a\x22\xff\x99\x07\x30\xf2\x37\x5c\xd1\xb7\x4f\xb5\x42\x94\x03\x80\xec\x25\xf2\x49\x60\x8d\x25\x78\x1f\xe4\x79\x21\x41\x36\x09\xe9\x57\x7d\xe1\xb1\xd2\x5c\x82\xda\x28\x54\x4c\x45\x1b\x27\x56\x90\xf8\xfa\x61\x7e\x45\x79\x57\x3b\xf5\x4f\x8d\x75\x52\x43\x5c\xfc\x4e\xb6\x52\x17\x13\xb5\x97\x22\xbe\x8b\x68\x0a\x99\x1c\x22\xfa\xe2\x42\x96\x56\x7c\xeb\x6c\x66\xc0\x1c\xb9\x5c\xba\xf2\x9d\xe5\xa3\x1d\x21\x7c\x46\x2e\x41\xbf\x28\x95\xe5\xdc\x6b\x1a\xdb\xee\x0b\x96\x1b\x19\xe1\x5d\xda\xc9\xf5\x2a\x65\x23\xdb\x98\xd3\xd0\x4b\x6b\xc1\x93\x8a\x13\xe3\x57\xbe\x89\x3b\xd7\xd8\x50\x36\xca\xc2\x9b\x29\xe6\xad\x67\x73\x66\x82\xd1\x2c\xf3\x39\x17\xf3\x59\xb9\x52\x60\xec\x35\xf0\x76\xc1\xe0\xe9\x85\xa4\xa0\xa8\x16\x91\x14\x4c\x18\xed\xaa\x06\xf4\x85\x6b\xdc\xe7\xf4\x06\x58\x2c\xe7\x08\xc1\x85\x69\x39\x1d\xc4\x21\x30\x6b\x99\x3d\x22\x48\x69\xb1\x26\x46\x42\xce\x8d\x1d\xe0\x99\x65\xe7\x56\x78\xa1\x22\x2d\x6a\xc9\x4c\x58\x5f\x54\x12\x5b\x15\x1b\x73\x6d\xe0\x62\xf1\x14\x1b\x7f\xbf\xb7\x64\xbf\x92\xbc\xb3\x6c\xe9\x1b\x93\xfd\x56\x31\xae\x11\x4d\x36\x49\xba\x99\xcf\x58\xda\x0b\xdf\x2d\x27\x86\x92\xe9\x24\x8d\x5c\x4b\xa5\x43\x8e\x34\xe0\x31\xd6\xc1\x8f\xaa\x03\x3c\x60\xd8\xa4\x00\xb4\x16\x8a\xe8\xd9\x2d\x1a\x53\x5f\x48\x51\x87\x2a\x7a\x18\x10\x10\x9b\xbc\x47\xe5\xea\x7b\x41\x96\x4a\xa4\x36\xe8\x5f\x83\x4f\x46\x94\x67\xb9\x6a\x14\x11\x90\x2c\xf7\x9e\x8a\x7c\x06\xcd\x92\xba\x5d\x0b\x76\xe9\xe8\x18\x05\x9b\xf4\x23\x55\x50\x8d\x7f\x96\xe5\x63\x2e\x74\x99\xea\x9b\x8b\xca\x2c\x14\xd8\x5a\xb1\xe1\x45\x4d\xae\xf5\x79\x71\x07\x0f\xbb\x86\xc9\x83\x1f\xa2\x19\xd5\xcd\x09\x6d\xd1\xd8\xfb\xe2\x0e\xee\x6a\xcc\xb4\x0d\xc7\x8c\x22\x0a\xb9\xd2\x06\xca\x1e\xd7\xce\xb7\xc4\xcf\xcb\x94\xba\x53\x90\x5b\x5d\x4e\xec\xea\x60\xda\x4f\x74\xb6\x2c\x5d\x71\xe7\x16\x57\x6d\x43\xb0\x6e\x56\x8f\x61\xb5\xec\x49\xcd\xea\x85\x80\xe0\x17\x71\xe2\x6d\x02\x9e\x10\xe2\xc2\x1d\xec\xc8\x42\xe6\x7b\x49\x30\x8d\x3f\xdd\x3c\x35\xa0\xf0\x5e\x39\xc0\x7c\x6c\x70\x88\xc1\xdc\x71\xfc\xf9\x0e\x99\xf7\x61\x63\x7c\x5b\x4b\xb6\x63\xc7\xd8\xd8\x22\x9d\xe1\x05\x43\x63\x7f\x5e\x58\xa2\x4d\x23\x63\x1f\xe3\x54\x00\xb8\x1b\x8a\xfa\xf1\x6b\x49\xcc\x21\x22\xf6\xe7\x72\x3e\x47\x69\x89\x25\x5f\x2b\xf1\x65\x11\x91\x13\x84\x96\x94\x09\x69\x18\xa1\x44\xf0\xec\x44\xe4\x59\x76\x72\x09\xe5\x7b\xb5\xe6\x63\xac\x0e\x86\xf5\x34\xc0\x4b\x58\x60\x44\x95\x4c\x65\xd1\x11\x80\x2b\xd2\x0e\x09\xad\x78\xc6\x72\x4c\xbb\x05\xd9\xbc\x2f\xec\x17\x28\x62\x21\xb4\x0e\x0f\x9e\x55\xec\x2d\xd4\xee\xc0\xbe\x20\xcc\x70\x1e\x37\x5e\x43\x60\xcb\xd2\x03\x77\x72\x69\x1e\x70\x63\x5f\x0d\x6e\xac\x54\xa1\x90\xc5\xfa\x08\xb2\xcd\x87\x6a\x6b\x08\xd7\x20\x88\x05\x97\xc0\x1a\xf4\xf8\x35\xdd\x01\xcf\x99\x2c\xba\x73\x66\xa8\x5f\xa9\x7d\x58\x45\xff\x8e\xf1\xc6\x03\x39\x1a\xe8\x85\xb8\x6d\xb2\x9c\xcd\x2f\x44\x7c\xaf\x67\x96\x8a\x83\x3c\xe2\xc8\xe8\x45\x22\x69\x92\xcb\xa5\x18\x38\xc9\x7d\xbd\xc1\x56\x17\xec\x4a\x7c\xc0\xcf\xaf\x65\xc6\x93\xe5\xb6\x3c\x7f\x35\x01\x14\xc9\x82\x25\x17\x40\x7b\x1c\x1a\x39\xf5\xea\x04\x1a\xa9\x0c\x4b\x4c\xa1\x9a\x2e\x4e\x6e\x13\x53\x87\xd7\x0a\x42\x2b\x90\x84\x57\x60\x29\x11\xac\x87\xea\xc2\x7c\x50\x90\x06\x54\x0f\x3a\x03\xdb\xb1\x2f\x98\x17\x0f\x04\x78\xd3\xd3\x44\x66\xac\x85\xba\x2f\x18\xca\xfa\x62\xc6\x54\x22\xa1\xd6\x68\x2a\x9f\xc0\x64\x98\x4c\x78\x96\x16\xc1\xb4\xef\xc0\x6e\x0f\xd6\xb5\xf7\x2e\x63\xa8\x28\xc9\x11\x10\x75\x56\x93\xed\x39\x12\xfb\x4e\x91\xb1\xfb\x34\xc4\x2d\xa3\x82\xcf\xce\x96\x8f\x4b\xe1\x10\x30\x2a\x4a\x26\x55\x2e\x0c\xd2\x8f\x67\xb3\x1d\x66\x21\x4c\x12\x2e\x18\x84\x5f\x32\x95\x7d\x75\x38\x38\xd5\xa5\x24\xd2\x92\x28\x0f\xd6\x52\xfb\x11\x05\x7f\x0b\x45\x31\x64\xc8\xc8\x8c\x6a\x2b\xb8\xb8\x4d\xed\x8b\x42\xaf\xfe\x4e\xc7\x22\x49\xed\x3e\xb7\xc9\x07\xa8\xd3\xa3\x0d\x15\x09\x6b\x91\xef\x4a\x13\xfd\x0e\x92\xea\x84\x84\xfe\xa0\x40\xa2\x29\x2f\x0d\x90\x6b\x8b\x70\xd3\x17\x5c\x23\x65\x2a\x96\xb1\x47\x3b\x3a\x77\x76\x22\x8f\x31\x73\x61\xdc\x61\xda\xe0\x2d\xa2\x8a\xc5\x65\x00\xa3\x8a\xe1\x6e\x66\xae\xaa\x90\x83\x45\xc9\x05\x44\x49\xb2\x2f\x08\x3e\x93\xcd\xc1\x83\xa0\x78\x9a\xda\xee\x0a\x54\x24\x97\xcf\x0a\x30\xbb\x73\x99\x23\x56\x5c\x0a\x76\x61\x1a\xe2\xe6\x3c\x42\x4d\xc6\x51\x18\x1d\x4a\x33\x29\xa3\x75\x60\xc2\x1b\x9e\x24\xf6\xc8\xd4\xdc\x00\x98\x1e\xac\xab\x60\x50\xe8\xcc\xd8\x05\x28\x18\x47\x5f\xd0\xd4\x15\x5d\x73\xcd\xd9\xa5\x01\xba\x5f\xb2\xcf\xee\xf9\x50\x3e\x2e\x93\xe9\x76\x35\x06\xe3\xa9\x9e\x65\x54\x0c\x90\xa1\x7e\x05\x73\x70\x94\x8b\xd8\x04\x93\x98\x0f\x07\x01\xa4\x65\x2f\xe3\x0c\x92\xce\x4d\x29\x43\xd8\x8a\x70\xbe\xa3\x56\x15\x4a\xdd\x4b\xe6\x10\x35\x6b\x42\x59\x74\x57\x99\x88\x7d\xa9\x0b\xec\x5a\x6d\xd2\xa6\x15\x03\x56\x28\x07\xb4\xc2\xa6\xed\x29\xe0\xb5\xda\xb5\xd7\xd9\xf9\xca\x1d\x52\xdd\xf6\xcd\x4d\xaa\x0b\x02\xd3\x56\x66\xd5\x15\xc3\x7a\x5e\xd3\x6a\xa3\x09\x61\xd1\xc4\xfa\xb9\x5c\xec\xdf\x6a\x25\xe8\x22\x65\x44\x4b\xab\xd7\x78\x0b\x47\x7d\xae\x69\x25\x9e\xe9\x59\xb1\xb5\xca\x50\x22\x6b\x07\x06\x22\xba\x1e\xe9\x15\x35\xe8\x5a\xa4\x7f\x84\x94\xa5\xfb\x47\x88\x47\xeb\x53\x96\x3d\x74\x5f\xb9\x9c\x56\xd5\x01\x81\xbe\xc1\xe2\xc0\x39\x48\xb9\x8d\xac\x79\x5f\x13\x33\x2f\x8a\x9a\xc4\xf0\x81\x21\x36\xe0\xae\x49\xd4\x39\xe7\x1e\x50\x0f\x60\x35\x54\x9e\x98\x62\xc2\x01\x7f\xec\x07\xff\xa1\x5d\xa2\x59\xee\x6e\xd4\x80\xf7\x25\x55\x5f\xf8\xd6\x0a\x18\xe0\x4e\x96\x2d\x34\xb5\x08\xbd\x17\xd1\x2a\x00\x71\xfa\x7c\x06\xc8\x93\xb1\x2f\x41\xc4\xe7\x02\x1f\x80\x62\xc0\x43\x56\x80\x2d\xb4\x49\x01\xfe\x08\xa2\x47\x05\x65\x2e\x06\x99\xcb\x32\x8f\xb0\x86\x52\x5b\x04\xab\xa5\x73\xa8\x52\x35\xca\x2d\x3b\x0a\xbd\x5b\xd9\x08\x00\x07\x47\xdc\x1e\x12\xbf\x2e\x7d\xf1\x49\xe2\x02\xa3\x78\x55\x2d\x7e\xec\x96\xed\xbb\x90\xd6\xe1\x7e\x38\x87\x6b\x7b\x84\x7e\xb0\x0a\xd0\x07\xf8\xaf\x21\xca\xa6\x65\x65\x0f\x55\x4c\x2a\xa1\xa2\x2f\xfe\x66\x97\xc7\xa3\xe8\xb9\x6d\x95\x23\x3c\xc4\x1e\x18\x85\xbc\xfb\x2b\x36\xfa\xee\xdf\xde\xff\xf5\x3d\x62\x94\xe6\x1a\x52\xe9\x5a\xe5\x2b\xc4\x0f\xd4\x6e\x29\xc4\x78\x85\x12\x95\xbe\xf0\x55\xd1\xc5\x52\xbc\x1d\xa7\xe5\xec\xbb\xba\x44\x61\x79\xed\x90\x84\x9a\x64\x72\xec\xa5\xb9\x18\x59\x90\xeb\xa2\x76\x89\x95\x1c\xad\xac\x55\xa9\x77\x82\x89\x45\x24\x54\x9e\xd6\xe5\x75\xb0\xf4\x82\x65\xfa\x5c\x9e\x4d\x05\xa3\xc3\xf7\x04\xc4\x59\xa0\x44\x14\x92\x5e\x78\xdd\xe7\xc9\x44\x85\x30\xd1\x44\x2c\xe8\x94\xa5\xa4\x8f\x71\xe5\xfd\x23\xbf\xfd\x7d\x31\x1b\xb6\xb3\xf9\xc8\xb4\x21\xca\xbd\x6d\x97\xa5\xdd\x5d\x5a\xcd\x0f\x2f\xa1\x41\xba\xa8\x2a\xad\x58\xee\x46\x65\xab\x5e\xde\x09\xab\x13\x7a\x5a\x5f\x68\x41\x13\x4f\x58\x9f\xdb\xb2\x0f\x88\x05\x9b\x11\x43\xbf\x5e\xcb\x23\xc7\x59\x21\x37\x12\xac\x8a\xf3\x09\x30\x86\xf6\xa2\x0b\x25\x1b\xa9\xa0\xd9\x1c\xb2\xd5\x5a\x7d\x81\xd5\x64\x59\x4a\x68\x32\x4f\x32\x9e\x38\x14\xb8\xb2\x2c\xc4\x1e\x99\x30\xa5\xa0\x5a\xc8\x31\x7d\x29\x71\xa8\x29\x9c\xb7\x7e\xf5\xef\x1b\x44\xa1\x80\xd8\x59\xb6\x9a\x55\xc9\xc4\xe1\xd6\xa8\x0d\x71\x7f\x42\xf7\xc0\x9a\x53\xaf\xcf\x4a\xc5\xc7\x5c\x50\x23\x15\x79\x07\xe6\xff\x2c\x63\xea\x7d\x28\x2f\x08\xab\x58\x3f\x8c\xc9\x46\x45\x7d\x6a\x20\xe0\xea\x2f\xdb\x24\xc9\x95\x62\xe9\x60\x31\x8a\x72\x53\x8c\x84\xe5\x31\x66\x56\xb4\xe6\x53\xa6\x0d\x9d\xce\xe2\x1c\xe9\x90\xb9\xe7\x56\x26\xc3\x45\x20\x7e\x60\xa0\xd6\xf1\xa8\x3c\x69\x5f\x38\x63\x08\xee\x9b\x54\x35\xe0\x3f\xd5\x59\x62\xcd\xd3\x2d\x63\x54\x1d\x18\xea\x86\x05\x1c\xab\x06\xe3\x9b\x0b\x6f\x23\x2a\x2e\x82\x12\x67\x85\x89\x42\x41\x5c\x2b\x88\x86\x1a\xe2\x21\x1c\xb0\x2f\x8a\x50\xbc\xb3\x4c\xe6\x29\x71\xe6\x72\x67\x7c\x56\x6d\xc2\x59\xbb\x45\xf4\x1f\x4f\x4f\x4e\xda\xed\x3d\xd5\x04\x2a\x97\x0d\xad\xa7\x70\x2c\xec\x59\x17\xea\xba\xe2\x68\x95\x30\x40\x07\x9b\x69\x1e\x3e\x95\x09\xa8\x25\xd6\xcc\xcb\x81\x5c\xd5\x2e\x03\x2e\xea\x2e\xdd\xf9\x88\xb0\xe5\x5d\xcd\xa8\x62\xc2\x0c\xa0\xc7\xcd\x3a\x83\x4e\xae\xe1\xf3\x52\x08\xff\x5a\x1a\xd6\x7f\xdf\x49\x54\x9c\x7d\x1c\xdf\x5f\x22\x04\x63\x97\x16\x4d\xf5\x03\x79\xc7\xc1\x8f\x15\x19\x19\x57\x41\xb6\xba\x09\x6d\xb1\x7a\xd1\x84\x4a\x8c\x69\xad\x09\x15\xa3\x07\x9f\x15\x0d\xf0\xbc\x21\x94\xc9\x32\x0a\xff\x5b\x61\x01\xc6\x30\xb5\xc2\xdc\x4d\xa8\x71\x25\x63\xfe\xc1\x94\x44\x89\x4d\x48\x2f\x03\xc6\x0d\x2f\x89\x69\x9d\x0f\xa0\x5e\xed\x56\x37\x01\xe6\x04\xc3\xf7\x10\x23\xe5\x13\x0d\xe2\x0a\xb8\x78\x4d\x0f\xe7\x3e\xb6\xb5\x19\x6d\x65\x9b\x32\xc8\x45\x11\xf2\xe2\x32\x8c\xb8\xa7\xd7\x24\x02\x2b\xf6\x07\xf4\x04\x84\x00\x57\x2f\x7c\x4a\x67\xce\x67\xec\xaa\x2b\x54\xad\x22\x6d\x98\xc4\x7f\xff\xd7\x5f\xda\x4d\x29\x81\x30\xf4\xad\xa1\x33\x3f\x78\xe0\x4c\xc5\x68\x5a\x40\xda\xc5\x88\x75\xab\xd2\xfd\x56\x12\xe4\x0e\x92\xcc\x2e\xfb\xb2\x28\xab\x78\x57\x6d\x44\xf6\x3c\x8d\xf1\x1c\x02\x81\xbb\xed\x09\x88\x66\x72\x44\x40\x06\x6e\x90\x96\xda\x6e\x9c\x35\x3d\x6c\xb0\x7a\xf5\xfc\xe9\x85\xe4\xc0\xa6\xac\xb5\x75\x86\x5f\xfa\x76\x67\xe9\x75\x97\x64\xb7\xa5\x7e\xbd\xf3\x50\x24\x03\x02\xd8\x7a\x82\x24\x72\x3a\xb4\x12\xa4\xbd\x67\x83\x55\x14\x58\x53\xc7\x27\x3e\x84\xa8\x6d\xcf\x62\x10\x66\xae\x92\x36\x16\x5c\xca\x71\x58\x76\x4c\x67\xb5\xce\xb4\x86\xfb\x60\xbf\x79\x79\xf5\x87\xa3\x53\x9d\x41\x51\xb6\xe5\x81\x27\x0f\xcc\x92\xf2\xa8\x80\x97\x8c\x45\xab\x20\x5c\x87\x38\xf5\xbe\x80\x15\xc2\xa0\x48\x4f\xfd\xf6\x38\x18\x49\x14\x03\x0f\x5d\x11\xf8\x2c\x09\x37\xdf\xe9\xfa\xc5\x79\xee\x24\xc2\xfa\xb5\x80\xf6\x43\xaa\x8b\x03\xb3\x08\x7a\x0d\x6a\x82\x20\x0e\xfe\x21\xf0\x45\xcd\x12\x29\x42\x7a\xcc\x5e\xb4\x8c\x9a\x04\xc3\xfa\xe1\xc2\xb3\x05\x14\x8c\x55\x2a\xcf\x8e\x9a\x57\xc4\xdb\x94\x4c\x1c\xaa\x87\x21\x1a\x82\x87\x20\x46\xd6\xf6\xdd\x22\x53\xca\x85\x3b\x06\x50\xc7\x9d\xa4\x6c\x98\x8f\xc7\x8d\x0a\x41\x26\xc7\xcf\x6a\x9d\xf4\xe9\x78\x8d\xd6\xc9\x30\xc3\x6c\x59\x8a\xd9\x0a\x0a\xfd\x86\x34\xbf\xa5\x21\xd9\xfb\xd0\xdd\x7a\xbe\x27\xb4\x40\x8d\x78\xc6\x5e\x46\x5d\xdb\x93\xee\xd9\x5b\x47\xf7\xf4\x26\x4c\x08\xa3\xc2\x79\x04\x23\xd3\xaf\x48\x29\xc5\xb0\xf4\x81\xfd\xf2\x59\x63\xd3\x43\x36\x0d\x1c\x56\x8c\x3a\xb7\xbc\x29\xd5\x80\x5a\xb3\xff\x60\x75\xe0\xed\xab\x52\xe0\x76\x46\x6d\xba\x95\x53\x46\xa0\x2b\x8d\x09\xd2\xc4\xc5\x81\xb5\xc0\xe5\x61\x27\x58\xc0\xd5\xc1\x81\x77\x36\xfd\x64\x42\xc5\x38\x2a\x61\x46\xde\x09\xf6\x44\x2c\xaf\x6d\xc5\x36\xe0\x68\x7b\x5a\x84\x99\xe4\xbd\x95\x6d\x4a\x2e\x63\xc5\x12\xa9\x52\xc8\x50\x1c\x53\x95\x42\xa0\x82\x23\xf8\x8c\x26\x0f\x00\x0d\x0b\xd7\x11\xf6\xe8\xec\xd4\x3e\x89\x0f\x7d\x27\x45\x6b\x5c\x24\x0a\xf2\x54\x3c\xca\x54\x18\x1f\x7e\xae\x09\x4d\x94\xd4\xa8\x9c\x7a\x44\x50\x07\x45\x19\xa1\xf1\x41\x8f\x7b\x71\xb9\x2e\x4a\xaf\x6b\x69\xd1\x21\xc8\xc1\x55\x91\x9c\xc8\x27\x1f\x17\xf2\x44\x0b\xb3\xff\x26\x51\x35\xd7\x8e\x66\x7d\xc4\x65\xe4\x24\x00\x46\x5e\x82\x04\xfa\x20\x95\xcb\x19\x04\xa2\xb8\x76\xc8\x43\x3f\xf2\x47\xd6\x22\xb7\x33\xaa\x1e\x5a\xe4\x7c\x2e\xe8\x94\x27\xff\x29\x87\x75\xf6\xe6\xfd\xab\x1a\x2e\xe0\x66\x90\x64\x54\xaf\x69\xfd\xaf\x1d\x44\xcf\x35\x74\x06\xed\xac\xbf\x80\x3f\xca\x2c\xd5\x91\x33\x7c\xf9\xce\xf4\xc5\xdd\xd5\xf9\xd5\xbb\x07\x6a\x94\x1c\x53\xf1\xfe\x94\x74\xa1\x80\x1d\xda\x12\xd0\x05\x3d\x52\x8c\x81\x81\xdf\xc5\x8e\xbe\x9b\x18\x33\xd3\xa7\x27\x27\x63\x6e\x26\xf9\xb0\x9d\xc8\xe9\x49\x36\x1f\x19\xb4\x67\x9d\x70\xad\x73\xa6\x4f\xfe\xf8\x87\x7f\x7b\x5f\xb7\xe2\x0b\x41\xa3\x3b\xeb\x49\xfb\xaf\xb5\x52\xcf\xfd\x3f\x2f\x04\x04\x92\x26\x5b\xc4\xdb\xb4\xef\x37\xc4\xf3\x7e\xeb\x92\xde\x8a\x28\x91\x83\xa9\x7e\xaf\x52\x51\xad\xf5\xc4\x5b\xc2\x69\x3a\xe5\xa2\xa4\xc0\xbf\x2a\xf7\x5f\x75\x53\xeb\xe2\xe7\x4b\x37\xf4\x5a\x26\x8f\x7d\xa8\x13\xd7\xd4\xaa\xbe\x92\x28\x36\x95\x86\xa1\x30\xa8\x8d\x54\xcc\x61\xbd\xa0\x8e\x01\x45\x61\xb9\xc6\x27\x4d\x05\x13\x92\x4c\xea\xb5\xe3\xb4\x17\x37\xec\xcc\x7d\xbe\x54\x64\x95\xd3\x19\xc4\x03\x28\xa6\x21\x30\x74\x51\x89\x5f\x70\xa4\xee\x45\xce\x59\x1c\xae\xbd\x6e\xcf\x17\xe4\x9c\x40\xdb\x41\xc2\xb1\x24\x0d\xb6\xff\xee\x12\x9a\x6e\xba\x93\xbb\xb1\x47\xdd\x9e\x6d\x5f\x72\xd7\x95\x15\xe4\x62\x9c\x35\x55\xe2\xea\x0b\x57\x95\x30\xc6\x80\x2e\x32\xad\x83\x79\xdd\x81\x6d\x3c\x95\x2a\xb2\x85\x92\x86\x2e\x34\x93\x3a\x2b\x4e\x10\x96\x41\x7a\x6a\x79\x50\x69\xc5\xa0\xec\xbd\xe5\x95\x3a\x1f\x1e\x17\x01\x94\x52\x01\x77\x85\xf8\xda\x19\x55\x80\x64\x34\xe1\x59\x7a\x5c\x13\x24\x8f\xa2\x2f\x14\x33\x0c\x30\xb9\x43\x06\x48\x98\xb0\xe3\x58\x38\x1c\xe3\x77\xc2\xdc\x43\x3b\xc3\xdc\x10\x16\x8a\xc3\x71\xed\x2c\x8a\x15\x49\xa2\xc4\x2f\x4a\xe2\xd3\xd7\x36\x13\xaf\xe6\x17\x4d\x40\x0a\xdf\x3e\x9f\x28\xad\xd9\x3a\x7c\xe2\xae\x6c\x9a\xf5\xa7\x86\x8a\xc0\x39\x9a\x96\x4a\x0f\xd0\xae\xfa\x02\x09\x06\x45\xfa\xbb\x9e\xd1\x27\xe1\xc2\x16\x37\x2a\x06\xb2\x1e\x7f\xa8\x47\x68\xb3\xfc\xa1\xf2\xa4\x8c\x16\x8f\x1a\x89\xe1\x01\x96\xa2\x15\xe1\xef\x40\xa1\xd8\x22\xd7\xb8\xd0\x89\xfb\xa2\x50\x21\x34\x79\x62\x59\x66\xff\x9b\x54\x19\xb7\xd3\x11\x52\x08\xfd\x61\x2d\x1f\x63\xe7\xf2\x53\x9c\xe6\x7a\x3c\xa4\x50\xb8\xa6\x09\xfe\x7f\xe1\x34\xef\xab\x90\x5e\x42\x93\x09\x1b\xd8\xa1\xe5\x1b\x04\x62\x39\x2c\xfb\x33\xfb\xf1\x2d\x7e\xbb\xf4\x32\xa3\x33\x93\x2b\xe7\x49\xc6\xbe\xc0\x4d\x46\xb1\x38\x7f\xb0\x9f\xaf\x3a\xde\x09\x76\x3b\x78\x60\x1b\x80\xb8\xba\xb1\xd6\x6b\xeb\x05\x18\x0d\xc0\x70\x86\x28\xaf\x84\x2a\xe5\x5d\xdf\xae\x57\x42\x95\xe1\x23\x9a\x94\x14\xec\xb5\x32\x0c\x4b\x37\x24\xb6\xa8\xc1\xde\x57\xa0\xa5\x7b\x56\x8e\x95\x3d\x8b\x08\xe2\xda\xfd\xaf\x0d\xbb\xd8\x87\x76\xd8\x7b\xfe\x42\x9c\xf5\x8b\x52\x14\x32\x6d\x9e\x7a\x04\x9e\xbb\xc3\x5c\xb7\x0c\x46\xda\x0c\x03\x20\x42\xb4\x5d\x9f\xc3\x2d\xe0\x8c\x38\x34\x57\x30\xb3\xa5\x51\x7d\xb2\x52\x68\x27\x2c\x61\x51\xbf\x2d\x84\xbd\x46\xb9\x4f\xf6\x8a\xa2\x63\x46\xa6\x2c\xe5\x79\x15\x62\x62\x79\x80\xcd\x81\xb1\xbc\x22\xc6\xd2\xbc\x6f\xcf\xc6\x10\x5e\xa2\x34\x6f\x11\x5f\x22\x55\x11\x70\x7b\x09\x4a\xfe\x93\x95\xb6\x31\x99\x01\x2c\xd8\xf5\x30\x7d\x51\x42\x11\x35\xdf\xe9\x10\x59\x55\xa6\x74\xef\x2f\xb8\xe0\xda\xfc\x5c\xa9\x99\xb5\x05\x02\x45\x96\x3f\x5f\x16\x89\x1f\x2a\x0e\x33\xfa\x62\x69\xb6\xc4\x8d\xd3\x1b\x9c\x2d\xdd\x32\x07\x34\xec\x42\xb4\xb1\xc7\xe6\xb0\xe3\xde\x44\xf0\xfa\x6b\x58\xaf\xbf\xe2\x05\xf5\xa4\xe8\x6c\xc6\x94\x37\x9b\xd2\xa0\xaf\x14\xfd\xba\x5e\xfa\x02\x15\x9d\xff\xbc\xbd\xba\x2c\x24\xae\xc2\xfe\x51\x69\x1a\x5e\x83\xa5\x6b\xd7\xef\xdc\x65\x9e\x65\x8d\x3b\xb7\x06\xfe\xf4\xfd\xc5\xc5\xe0\xe7\xce\xc5\x7d\x77\x39\xbe\x73\xf1\x5a\xe3\x9a\x84\x91\xb8\x35\x41\xf1\xd3\x80\xc8\x99\x4f\x99\xf3\x46\x80\x12\xe1\x66\x8d\xb7\x7c\x9e\x65\x65\xac\x82\xbe\xf8\xab\x6b\x07\x52\x29\x72\x81\xea\x61\x5f\x90\xa5\x0b\x57\xee\x1f\x5e\xfb\xab\x6d\xfc\xaf\xbe\x40\x52\x31\x89\x53\x72\x19\x7a\x6d\x58\x57\xe7\x41\xdb\xe1\x38\xa0\xd9\xfb\xa5\xd0\x58\xb6\x3b\x1e\xf7\xc2\x43\xaf\x3b\x10\x95\xbd\x9c\x0e\x5c\xbb\xbf\x96\x4d\x0f\x81\xdd\xa7\x78\x3f\x43\xbb\x2d\xc4\xd0\xd0\xc6\x85\x1c\xe2\x9a\xf5\x05\x0a\x81\x76\x4c\x46\x36\x8f\x89\xf4\x04\xe6\xc8\x64\x54\x8c\x73\x3a\x66\xba\x45\x7c\xe7\x7d\x31\xe5\xe3\x09\x24\x1d\x39\xc8\xc7\x50\xee\x95\x42\x71\xbb\x32\x09\xa1\x53\x88\x7d\xa1\xd3\x19\xf8\xd3\x45\x5f\xb8\x39\x89\x71\xd1\x3c\xfa\x8b\xfe\xf3\x36\x4c\xc7\x52\x5a\x68\xc8\xc1\x80\x88\xbe\xc0\xcd\xc5\xdc\xe6\xff\x8f\xb5\x2b\xc9\x75\x10\x86\xa1\x7b\x4e\xf1\x0f\xc0\x25\xfe\x3d\xd8\x84\x0a\x55\x48\x95\xa9\x18\x96\xbd\x7b\x15\xfb\x39\x21\x11\x19\x28\x2c\xba\xe9\x20\x9e\x12\xe7\x79\xa8\xe3\xa7\x39\x19\x17\x6e\xcd\x1a\x9b\xae\x99\x07\x9d\x3c\xc4\x9c\xfe\xe4\xec\x50\x54\x7f\xb4\x5f\xc4\x32\xfd\x6e\x6c\xa5\xfc\x7b\x28\x90\xca\x7c\xa2\x9b\xa1\x67\x02\xd8\x8e\xad\xfe\xb2\x0f\xb0\x07\xee\x58\x7d\x31\x6f\xb6\x9e\xc6\x0a\x6c\xee\x0d\x8a\xe2\x23\xfc\x17\x77\x76\x72\x27\xd2\x0d\x4a\x93\xd5\x90\xe4\xfb\x59\x50\x27\x04\x2a\xab\x1f\x8b\x01\x56\xb9\xc7\xf6\xd3\x94\xd8\x97\x1b\x4b\x1b\x01\x28\xfc\xa0\xb4\x18\xdb\x23\xa1\x05\x7a\xb9\xc1\x21\x5e\x22\x65\x9f\x1c\xa0\xd7\xb8\xfc\x04\xc7\xc7\x4f\xd5\x88\x5c\x84\x00\x67\x77\x8a\x61\xe1\xe7\x02\x82\x4d\xd0\x24\x12\x6a\x94\x53\x87\x51\xe8\x85\x78\x40\xbc\x41\xb7\x5e\xeb\x8c\xa8\xf5\x3b\xd7\x8a\x62\xd5\x36\x2f\x96\x2e\xc1\x77\x60\x6d\x9b\x9e\x76\xa4\x17\x51\x95\x8e\xff\x55\x58\x7b\x76\xef\x4a\xd3\xc8\x5b\xae\x71\x71\xc4\xba\x7a\x45\x76\xb3\x76\xc4\xd3\xbe\x88\x4b\x3f\xfd\xc2\xf7\xf0\x31\xd3\x0a\x1f\xec\x06\x04\x1b\x72\xaa\x59\x05\xce\x8b\xc2\x80\xc0\xcf\x37\xf6\xf5\x69\xbe\x01\x00\x00\xff\xff\x02\xc6\x4a\xc6\x6e\x54\x03\x00") func adminSwaggerJsonBytes() ([]byte, error) { return bindataRead( @@ -93,7 +93,7 @@ func adminSwaggerJson() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "admin.swagger.json", size: 217505, mode: os.FileMode(420), modTime: time.Unix(1562572800, 0)} + info := bindataFileInfo{name: "admin.swagger.json", size: 218222, 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/ScheduleOuterClass.java b/flyteidl/gen/pb-java/flyteidl/admin/ScheduleOuterClass.java index a430385125..805b1b4717 100644 --- a/flyteidl/gen/pb-java/flyteidl/admin/ScheduleOuterClass.java +++ b/flyteidl/gen/pb-java/flyteidl/admin/ScheduleOuterClass.java @@ -701,6 +701,791 @@ public flyteidl.admin.ScheduleOuterClass.FixedRate getDefaultInstanceForType() { } + public interface CronScheduleOrBuilder extends + // @@protoc_insertion_point(interface_extends:flyteidl.admin.CronSchedule) + com.google.protobuf.MessageOrBuilder { + + /** + *
+     * Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+     * Also supports nonstandard predefined scheduling definitions
+     * as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+     * except @reboot
+     * 
+ * + * string schedule = 1; + */ + java.lang.String getSchedule(); + /** + *
+     * Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+     * Also supports nonstandard predefined scheduling definitions
+     * as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+     * except @reboot
+     * 
+ * + * string schedule = 1; + */ + com.google.protobuf.ByteString + getScheduleBytes(); + + /** + *
+     * ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+     * 
+ * + * string offset = 2; + */ + java.lang.String getOffset(); + /** + *
+     * ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+     * 
+ * + * string offset = 2; + */ + com.google.protobuf.ByteString + getOffsetBytes(); + } + /** + * Protobuf type {@code flyteidl.admin.CronSchedule} + */ + public static final class CronSchedule extends + com.google.protobuf.GeneratedMessageV3 implements + // @@protoc_insertion_point(message_implements:flyteidl.admin.CronSchedule) + CronScheduleOrBuilder { + private static final long serialVersionUID = 0L; + // Use CronSchedule.newBuilder() to construct. + private CronSchedule(com.google.protobuf.GeneratedMessageV3.Builder builder) { + super(builder); + } + private CronSchedule() { + schedule_ = ""; + offset_ = ""; + } + + @java.lang.Override + public final com.google.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private CronSchedule( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + this(); + if (extensionRegistry == null) { + throw new java.lang.NullPointerException(); + } + int mutable_bitField0_ = 0; + com.google.protobuf.UnknownFieldSet.Builder unknownFields = + com.google.protobuf.UnknownFieldSet.newBuilder(); + try { + boolean done = false; + while (!done) { + int tag = input.readTag(); + switch (tag) { + case 0: + done = true; + break; + case 10: { + java.lang.String s = input.readStringRequireUtf8(); + + schedule_ = s; + break; + } + case 18: { + java.lang.String s = input.readStringRequireUtf8(); + + offset_ = 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.ScheduleOuterClass.internal_static_flyteidl_admin_CronSchedule_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.ScheduleOuterClass.internal_static_flyteidl_admin_CronSchedule_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.ScheduleOuterClass.CronSchedule.class, flyteidl.admin.ScheduleOuterClass.CronSchedule.Builder.class); + } + + public static final int SCHEDULE_FIELD_NUMBER = 1; + private volatile java.lang.Object schedule_; + /** + *
+     * Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+     * Also supports nonstandard predefined scheduling definitions
+     * as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+     * except @reboot
+     * 
+ * + * string schedule = 1; + */ + public java.lang.String getSchedule() { + java.lang.Object ref = schedule_; + 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(); + schedule_ = s; + return s; + } + } + /** + *
+     * Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+     * Also supports nonstandard predefined scheduling definitions
+     * as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+     * except @reboot
+     * 
+ * + * string schedule = 1; + */ + public com.google.protobuf.ByteString + getScheduleBytes() { + java.lang.Object ref = schedule_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + schedule_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + + public static final int OFFSET_FIELD_NUMBER = 2; + private volatile java.lang.Object offset_; + /** + *
+     * ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+     * 
+ * + * string offset = 2; + */ + public java.lang.String getOffset() { + java.lang.Object ref = offset_; + 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(); + offset_ = s; + return s; + } + } + /** + *
+     * ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+     * 
+ * + * string offset = 2; + */ + public com.google.protobuf.ByteString + getOffsetBytes() { + java.lang.Object ref = offset_; + if (ref instanceof java.lang.String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + offset_ = 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 (!getScheduleBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 1, schedule_); + } + if (!getOffsetBytes().isEmpty()) { + com.google.protobuf.GeneratedMessageV3.writeString(output, 2, offset_); + } + unknownFields.writeTo(output); + } + + @java.lang.Override + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) return size; + + size = 0; + if (!getScheduleBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, schedule_); + } + if (!getOffsetBytes().isEmpty()) { + size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, offset_); + } + 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.ScheduleOuterClass.CronSchedule)) { + return super.equals(obj); + } + flyteidl.admin.ScheduleOuterClass.CronSchedule other = (flyteidl.admin.ScheduleOuterClass.CronSchedule) obj; + + if (!getSchedule() + .equals(other.getSchedule())) return false; + if (!getOffset() + .equals(other.getOffset())) return false; + if (!unknownFields.equals(other.unknownFields)) return false; + return true; + } + + @java.lang.Override + public int hashCode() { + if (memoizedHashCode != 0) { + return memoizedHashCode; + } + int hash = 41; + hash = (19 * hash) + getDescriptor().hashCode(); + hash = (37 * hash) + SCHEDULE_FIELD_NUMBER; + hash = (53 * hash) + getSchedule().hashCode(); + hash = (37 * hash) + OFFSET_FIELD_NUMBER; + hash = (53 * hash) + getOffset().hashCode(); + hash = (29 * hash) + unknownFields.hashCode(); + memoizedHashCode = hash; + return hash; + } + + public static flyteidl.admin.ScheduleOuterClass.CronSchedule parseFrom( + java.nio.ByteBuffer data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.ScheduleOuterClass.CronSchedule parseFrom( + java.nio.ByteBuffer data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.ScheduleOuterClass.CronSchedule parseFrom( + com.google.protobuf.ByteString data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.ScheduleOuterClass.CronSchedule 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.ScheduleOuterClass.CronSchedule parseFrom(byte[] data) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static flyteidl.admin.ScheduleOuterClass.CronSchedule parseFrom( + byte[] data, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static flyteidl.admin.ScheduleOuterClass.CronSchedule parseFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.ScheduleOuterClass.CronSchedule 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.ScheduleOuterClass.CronSchedule parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseDelimitedWithIOException(PARSER, input); + } + public static flyteidl.admin.ScheduleOuterClass.CronSchedule 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.ScheduleOuterClass.CronSchedule parseFrom( + com.google.protobuf.CodedInputStream input) + throws java.io.IOException { + return com.google.protobuf.GeneratedMessageV3 + .parseWithIOException(PARSER, input); + } + public static flyteidl.admin.ScheduleOuterClass.CronSchedule 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.ScheduleOuterClass.CronSchedule 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; + } + /** + * Protobuf type {@code flyteidl.admin.CronSchedule} + */ + public static final class Builder extends + com.google.protobuf.GeneratedMessageV3.Builder implements + // @@protoc_insertion_point(builder_implements:flyteidl.admin.CronSchedule) + flyteidl.admin.ScheduleOuterClass.CronScheduleOrBuilder { + public static final com.google.protobuf.Descriptors.Descriptor + getDescriptor() { + return flyteidl.admin.ScheduleOuterClass.internal_static_flyteidl_admin_CronSchedule_descriptor; + } + + @java.lang.Override + protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable + internalGetFieldAccessorTable() { + return flyteidl.admin.ScheduleOuterClass.internal_static_flyteidl_admin_CronSchedule_fieldAccessorTable + .ensureFieldAccessorsInitialized( + flyteidl.admin.ScheduleOuterClass.CronSchedule.class, flyteidl.admin.ScheduleOuterClass.CronSchedule.Builder.class); + } + + // Construct using flyteidl.admin.ScheduleOuterClass.CronSchedule.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(); + schedule_ = ""; + + offset_ = ""; + + return this; + } + + @java.lang.Override + public com.google.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return flyteidl.admin.ScheduleOuterClass.internal_static_flyteidl_admin_CronSchedule_descriptor; + } + + @java.lang.Override + public flyteidl.admin.ScheduleOuterClass.CronSchedule getDefaultInstanceForType() { + return flyteidl.admin.ScheduleOuterClass.CronSchedule.getDefaultInstance(); + } + + @java.lang.Override + public flyteidl.admin.ScheduleOuterClass.CronSchedule build() { + flyteidl.admin.ScheduleOuterClass.CronSchedule result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + @java.lang.Override + public flyteidl.admin.ScheduleOuterClass.CronSchedule buildPartial() { + flyteidl.admin.ScheduleOuterClass.CronSchedule result = new flyteidl.admin.ScheduleOuterClass.CronSchedule(this); + result.schedule_ = schedule_; + result.offset_ = offset_; + 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.ScheduleOuterClass.CronSchedule) { + return mergeFrom((flyteidl.admin.ScheduleOuterClass.CronSchedule)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(flyteidl.admin.ScheduleOuterClass.CronSchedule other) { + if (other == flyteidl.admin.ScheduleOuterClass.CronSchedule.getDefaultInstance()) return this; + if (!other.getSchedule().isEmpty()) { + schedule_ = other.schedule_; + onChanged(); + } + if (!other.getOffset().isEmpty()) { + offset_ = other.offset_; + 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.ScheduleOuterClass.CronSchedule parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (com.google.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (flyteidl.admin.ScheduleOuterClass.CronSchedule) e.getUnfinishedMessage(); + throw e.unwrapIOException(); + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + + private java.lang.Object schedule_ = ""; + /** + *
+       * Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+       * Also supports nonstandard predefined scheduling definitions
+       * as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+       * except @reboot
+       * 
+ * + * string schedule = 1; + */ + public java.lang.String getSchedule() { + java.lang.Object ref = schedule_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + schedule_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+       * Also supports nonstandard predefined scheduling definitions
+       * as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+       * except @reboot
+       * 
+ * + * string schedule = 1; + */ + public com.google.protobuf.ByteString + getScheduleBytes() { + java.lang.Object ref = schedule_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + schedule_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+       * Also supports nonstandard predefined scheduling definitions
+       * as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+       * except @reboot
+       * 
+ * + * string schedule = 1; + */ + public Builder setSchedule( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + schedule_ = value; + onChanged(); + return this; + } + /** + *
+       * Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+       * Also supports nonstandard predefined scheduling definitions
+       * as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+       * except @reboot
+       * 
+ * + * string schedule = 1; + */ + public Builder clearSchedule() { + + schedule_ = getDefaultInstance().getSchedule(); + onChanged(); + return this; + } + /** + *
+       * Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+       * Also supports nonstandard predefined scheduling definitions
+       * as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+       * except @reboot
+       * 
+ * + * string schedule = 1; + */ + public Builder setScheduleBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + schedule_ = value; + onChanged(); + return this; + } + + private java.lang.Object offset_ = ""; + /** + *
+       * ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+       * 
+ * + * string offset = 2; + */ + public java.lang.String getOffset() { + java.lang.Object ref = offset_; + if (!(ref instanceof java.lang.String)) { + com.google.protobuf.ByteString bs = + (com.google.protobuf.ByteString) ref; + java.lang.String s = bs.toStringUtf8(); + offset_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + *
+       * ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+       * 
+ * + * string offset = 2; + */ + public com.google.protobuf.ByteString + getOffsetBytes() { + java.lang.Object ref = offset_; + if (ref instanceof String) { + com.google.protobuf.ByteString b = + com.google.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + offset_ = b; + return b; + } else { + return (com.google.protobuf.ByteString) ref; + } + } + /** + *
+       * ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+       * 
+ * + * string offset = 2; + */ + public Builder setOffset( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + + offset_ = value; + onChanged(); + return this; + } + /** + *
+       * ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+       * 
+ * + * string offset = 2; + */ + public Builder clearOffset() { + + offset_ = getDefaultInstance().getOffset(); + onChanged(); + return this; + } + /** + *
+       * ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+       * 
+ * + * string offset = 2; + */ + public Builder setOffsetBytes( + com.google.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + checkByteStringIsUtf8(value); + + offset_ = 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.CronSchedule) + } + + // @@protoc_insertion_point(class_scope:flyteidl.admin.CronSchedule) + private static final flyteidl.admin.ScheduleOuterClass.CronSchedule DEFAULT_INSTANCE; + static { + DEFAULT_INSTANCE = new flyteidl.admin.ScheduleOuterClass.CronSchedule(); + } + + public static flyteidl.admin.ScheduleOuterClass.CronSchedule getDefaultInstance() { + return DEFAULT_INSTANCE; + } + + private static final com.google.protobuf.Parser + PARSER = new com.google.protobuf.AbstractParser() { + @java.lang.Override + public CronSchedule parsePartialFrom( + com.google.protobuf.CodedInputStream input, + com.google.protobuf.ExtensionRegistryLite extensionRegistry) + throws com.google.protobuf.InvalidProtocolBufferException { + return new CronSchedule(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.ScheduleOuterClass.CronSchedule getDefaultInstanceForType() { + return DEFAULT_INSTANCE; + } + + } + public interface ScheduleOrBuilder extends // @@protoc_insertion_point(interface_extends:flyteidl.admin.Schedule) com.google.protobuf.MessageOrBuilder { @@ -711,18 +1496,18 @@ public interface ScheduleOrBuilder extends * e.g. for a schedule that runs every 15 minutes: "0/15 * * * ? *" * * - * string cron_expression = 1; + * string cron_expression = 1 [deprecated = true]; */ - java.lang.String getCronExpression(); + @java.lang.Deprecated java.lang.String getCronExpression(); /** *
      * Uses AWS syntax: "Minutes Hours Day-of-month Month Day-of-week Year"
      * e.g. for a schedule that runs every 15 minutes: "0/15 * * * ? *"
      * 
* - * string cron_expression = 1; + * string cron_expression = 1 [deprecated = true]; */ - com.google.protobuf.ByteString + @java.lang.Deprecated com.google.protobuf.ByteString getCronExpressionBytes(); /** @@ -738,6 +1523,19 @@ public interface ScheduleOrBuilder extends */ flyteidl.admin.ScheduleOuterClass.FixedRateOrBuilder getRateOrBuilder(); + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + boolean hasCronSchedule(); + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + flyteidl.admin.ScheduleOuterClass.CronSchedule getCronSchedule(); + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + flyteidl.admin.ScheduleOuterClass.CronScheduleOrBuilder getCronScheduleOrBuilder(); + /** *
      * Name of the input variable that the kickoff time will be supplied to when the workflow is kicked off.
@@ -828,6 +1626,20 @@ private Schedule(
               kickoffTimeInputArg_ = s;
               break;
             }
+            case 34: {
+              flyteidl.admin.ScheduleOuterClass.CronSchedule.Builder subBuilder = null;
+              if (scheduleExpressionCase_ == 4) {
+                subBuilder = ((flyteidl.admin.ScheduleOuterClass.CronSchedule) scheduleExpression_).toBuilder();
+              }
+              scheduleExpression_ =
+                  input.readMessage(flyteidl.admin.ScheduleOuterClass.CronSchedule.parser(), extensionRegistry);
+              if (subBuilder != null) {
+                subBuilder.mergeFrom((flyteidl.admin.ScheduleOuterClass.CronSchedule) scheduleExpression_);
+                scheduleExpression_ = subBuilder.buildPartial();
+              }
+              scheduleExpressionCase_ = 4;
+              break;
+            }
             default: {
               if (!parseUnknownField(
                   input, unknownFields, extensionRegistry, tag)) {
@@ -864,8 +1676,9 @@ private Schedule(
     private java.lang.Object scheduleExpression_;
     public enum ScheduleExpressionCase
         implements com.google.protobuf.Internal.EnumLite {
-      CRON_EXPRESSION(1),
+      @java.lang.Deprecated CRON_EXPRESSION(1),
       RATE(2),
+      CRON_SCHEDULE(4),
       SCHEDULEEXPRESSION_NOT_SET(0);
       private final int value;
       private ScheduleExpressionCase(int value) {
@@ -883,6 +1696,7 @@ public static ScheduleExpressionCase forNumber(int value) {
         switch (value) {
           case 1: return CRON_EXPRESSION;
           case 2: return RATE;
+          case 4: return CRON_SCHEDULE;
           case 0: return SCHEDULEEXPRESSION_NOT_SET;
           default: return null;
         }
@@ -905,9 +1719,9 @@ public int getNumber() {
      * e.g. for a schedule that runs every 15 minutes: "0/15 * * * ? *"
      * 
* - * string cron_expression = 1; + * string cron_expression = 1 [deprecated = true]; */ - public java.lang.String getCronExpression() { + @java.lang.Deprecated public java.lang.String getCronExpression() { java.lang.Object ref = ""; if (scheduleExpressionCase_ == 1) { ref = scheduleExpression_; @@ -930,9 +1744,9 @@ public java.lang.String getCronExpression() { * e.g. for a schedule that runs every 15 minutes: "0/15 * * * ? *" * * - * string cron_expression = 1; + * string cron_expression = 1 [deprecated = true]; */ - public com.google.protobuf.ByteString + @java.lang.Deprecated public com.google.protobuf.ByteString getCronExpressionBytes() { java.lang.Object ref = ""; if (scheduleExpressionCase_ == 1) { @@ -977,6 +1791,32 @@ public flyteidl.admin.ScheduleOuterClass.FixedRateOrBuilder getRateOrBuilder() { return flyteidl.admin.ScheduleOuterClass.FixedRate.getDefaultInstance(); } + public static final int CRON_SCHEDULE_FIELD_NUMBER = 4; + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public boolean hasCronSchedule() { + return scheduleExpressionCase_ == 4; + } + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public flyteidl.admin.ScheduleOuterClass.CronSchedule getCronSchedule() { + if (scheduleExpressionCase_ == 4) { + return (flyteidl.admin.ScheduleOuterClass.CronSchedule) scheduleExpression_; + } + return flyteidl.admin.ScheduleOuterClass.CronSchedule.getDefaultInstance(); + } + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public flyteidl.admin.ScheduleOuterClass.CronScheduleOrBuilder getCronScheduleOrBuilder() { + if (scheduleExpressionCase_ == 4) { + return (flyteidl.admin.ScheduleOuterClass.CronSchedule) scheduleExpression_; + } + return flyteidl.admin.ScheduleOuterClass.CronSchedule.getDefaultInstance(); + } + public static final int KICKOFF_TIME_INPUT_ARG_FIELD_NUMBER = 3; private volatile java.lang.Object kickoffTimeInputArg_; /** @@ -1042,6 +1882,9 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (!getKickoffTimeInputArgBytes().isEmpty()) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, kickoffTimeInputArg_); } + if (scheduleExpressionCase_ == 4) { + output.writeMessage(4, (flyteidl.admin.ScheduleOuterClass.CronSchedule) scheduleExpression_); + } unknownFields.writeTo(output); } @@ -1061,6 +1904,10 @@ public int getSerializedSize() { if (!getKickoffTimeInputArgBytes().isEmpty()) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, kickoffTimeInputArg_); } + if (scheduleExpressionCase_ == 4) { + size += com.google.protobuf.CodedOutputStream + .computeMessageSize(4, (flyteidl.admin.ScheduleOuterClass.CronSchedule) scheduleExpression_); + } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; @@ -1088,6 +1935,10 @@ public boolean equals(final java.lang.Object obj) { if (!getRate() .equals(other.getRate())) return false; break; + case 4: + if (!getCronSchedule() + .equals(other.getCronSchedule())) return false; + break; case 0: default: } @@ -1113,6 +1964,10 @@ public int hashCode() { hash = (37 * hash) + RATE_FIELD_NUMBER; hash = (53 * hash) + getRate().hashCode(); break; + case 4: + hash = (37 * hash) + CRON_SCHEDULE_FIELD_NUMBER; + hash = (53 * hash) + getCronSchedule().hashCode(); + break; case 0: default: } @@ -1293,6 +2148,13 @@ public flyteidl.admin.ScheduleOuterClass.Schedule buildPartial() { result.scheduleExpression_ = rateBuilder_.build(); } } + if (scheduleExpressionCase_ == 4) { + if (cronScheduleBuilder_ == null) { + result.scheduleExpression_ = scheduleExpression_; + } else { + result.scheduleExpression_ = cronScheduleBuilder_.build(); + } + } result.kickoffTimeInputArg_ = kickoffTimeInputArg_; result.scheduleExpressionCase_ = scheduleExpressionCase_; onBuilt(); @@ -1358,6 +2220,10 @@ public Builder mergeFrom(flyteidl.admin.ScheduleOuterClass.Schedule other) { mergeRate(other.getRate()); break; } + case CRON_SCHEDULE: { + mergeCronSchedule(other.getCronSchedule()); + break; + } case SCHEDULEEXPRESSION_NOT_SET: { break; } @@ -1412,9 +2278,9 @@ public Builder clearScheduleExpression() { * e.g. for a schedule that runs every 15 minutes: "0/15 * * * ? *" * * - * string cron_expression = 1; + * string cron_expression = 1 [deprecated = true]; */ - public java.lang.String getCronExpression() { + @java.lang.Deprecated public java.lang.String getCronExpression() { java.lang.Object ref = ""; if (scheduleExpressionCase_ == 1) { ref = scheduleExpression_; @@ -1437,9 +2303,9 @@ public java.lang.String getCronExpression() { * e.g. for a schedule that runs every 15 minutes: "0/15 * * * ? *" * * - * string cron_expression = 1; + * string cron_expression = 1 [deprecated = true]; */ - public com.google.protobuf.ByteString + @java.lang.Deprecated public com.google.protobuf.ByteString getCronExpressionBytes() { java.lang.Object ref = ""; if (scheduleExpressionCase_ == 1) { @@ -1463,9 +2329,9 @@ public java.lang.String getCronExpression() { * e.g. for a schedule that runs every 15 minutes: "0/15 * * * ? *" * * - * string cron_expression = 1; + * string cron_expression = 1 [deprecated = true]; */ - public Builder setCronExpression( + @java.lang.Deprecated public Builder setCronExpression( java.lang.String value) { if (value == null) { throw new NullPointerException(); @@ -1481,9 +2347,9 @@ public Builder setCronExpression( * e.g. for a schedule that runs every 15 minutes: "0/15 * * * ? *" * * - * string cron_expression = 1; + * string cron_expression = 1 [deprecated = true]; */ - public Builder clearCronExpression() { + @java.lang.Deprecated public Builder clearCronExpression() { if (scheduleExpressionCase_ == 1) { scheduleExpressionCase_ = 0; scheduleExpression_ = null; @@ -1497,9 +2363,9 @@ public Builder clearCronExpression() { * e.g. for a schedule that runs every 15 minutes: "0/15 * * * ? *" * * - * string cron_expression = 1; + * string cron_expression = 1 [deprecated = true]; */ - public Builder setCronExpressionBytes( + @java.lang.Deprecated public Builder setCronExpressionBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); @@ -1647,6 +2513,142 @@ public flyteidl.admin.ScheduleOuterClass.FixedRateOrBuilder getRateOrBuilder() { return rateBuilder_; } + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.ScheduleOuterClass.CronSchedule, flyteidl.admin.ScheduleOuterClass.CronSchedule.Builder, flyteidl.admin.ScheduleOuterClass.CronScheduleOrBuilder> cronScheduleBuilder_; + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public boolean hasCronSchedule() { + return scheduleExpressionCase_ == 4; + } + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public flyteidl.admin.ScheduleOuterClass.CronSchedule getCronSchedule() { + if (cronScheduleBuilder_ == null) { + if (scheduleExpressionCase_ == 4) { + return (flyteidl.admin.ScheduleOuterClass.CronSchedule) scheduleExpression_; + } + return flyteidl.admin.ScheduleOuterClass.CronSchedule.getDefaultInstance(); + } else { + if (scheduleExpressionCase_ == 4) { + return cronScheduleBuilder_.getMessage(); + } + return flyteidl.admin.ScheduleOuterClass.CronSchedule.getDefaultInstance(); + } + } + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public Builder setCronSchedule(flyteidl.admin.ScheduleOuterClass.CronSchedule value) { + if (cronScheduleBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + scheduleExpression_ = value; + onChanged(); + } else { + cronScheduleBuilder_.setMessage(value); + } + scheduleExpressionCase_ = 4; + return this; + } + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public Builder setCronSchedule( + flyteidl.admin.ScheduleOuterClass.CronSchedule.Builder builderForValue) { + if (cronScheduleBuilder_ == null) { + scheduleExpression_ = builderForValue.build(); + onChanged(); + } else { + cronScheduleBuilder_.setMessage(builderForValue.build()); + } + scheduleExpressionCase_ = 4; + return this; + } + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public Builder mergeCronSchedule(flyteidl.admin.ScheduleOuterClass.CronSchedule value) { + if (cronScheduleBuilder_ == null) { + if (scheduleExpressionCase_ == 4 && + scheduleExpression_ != flyteidl.admin.ScheduleOuterClass.CronSchedule.getDefaultInstance()) { + scheduleExpression_ = flyteidl.admin.ScheduleOuterClass.CronSchedule.newBuilder((flyteidl.admin.ScheduleOuterClass.CronSchedule) scheduleExpression_) + .mergeFrom(value).buildPartial(); + } else { + scheduleExpression_ = value; + } + onChanged(); + } else { + if (scheduleExpressionCase_ == 4) { + cronScheduleBuilder_.mergeFrom(value); + } + cronScheduleBuilder_.setMessage(value); + } + scheduleExpressionCase_ = 4; + return this; + } + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public Builder clearCronSchedule() { + if (cronScheduleBuilder_ == null) { + if (scheduleExpressionCase_ == 4) { + scheduleExpressionCase_ = 0; + scheduleExpression_ = null; + onChanged(); + } + } else { + if (scheduleExpressionCase_ == 4) { + scheduleExpressionCase_ = 0; + scheduleExpression_ = null; + } + cronScheduleBuilder_.clear(); + } + return this; + } + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public flyteidl.admin.ScheduleOuterClass.CronSchedule.Builder getCronScheduleBuilder() { + return getCronScheduleFieldBuilder().getBuilder(); + } + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + public flyteidl.admin.ScheduleOuterClass.CronScheduleOrBuilder getCronScheduleOrBuilder() { + if ((scheduleExpressionCase_ == 4) && (cronScheduleBuilder_ != null)) { + return cronScheduleBuilder_.getMessageOrBuilder(); + } else { + if (scheduleExpressionCase_ == 4) { + return (flyteidl.admin.ScheduleOuterClass.CronSchedule) scheduleExpression_; + } + return flyteidl.admin.ScheduleOuterClass.CronSchedule.getDefaultInstance(); + } + } + /** + * .flyteidl.admin.CronSchedule cron_schedule = 4; + */ + private com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.ScheduleOuterClass.CronSchedule, flyteidl.admin.ScheduleOuterClass.CronSchedule.Builder, flyteidl.admin.ScheduleOuterClass.CronScheduleOrBuilder> + getCronScheduleFieldBuilder() { + if (cronScheduleBuilder_ == null) { + if (!(scheduleExpressionCase_ == 4)) { + scheduleExpression_ = flyteidl.admin.ScheduleOuterClass.CronSchedule.getDefaultInstance(); + } + cronScheduleBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< + flyteidl.admin.ScheduleOuterClass.CronSchedule, flyteidl.admin.ScheduleOuterClass.CronSchedule.Builder, flyteidl.admin.ScheduleOuterClass.CronScheduleOrBuilder>( + (flyteidl.admin.ScheduleOuterClass.CronSchedule) scheduleExpression_, + getParentForChildren(), + isClean()); + scheduleExpression_ = null; + } + scheduleExpressionCase_ = 4; + onChanged();; + return cronScheduleBuilder_; + } + private java.lang.Object kickoffTimeInputArg_ = ""; /** *
@@ -1793,6 +2795,11 @@ public flyteidl.admin.ScheduleOuterClass.Schedule getDefaultInstanceForType() {
   private static final 
     com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
       internal_static_flyteidl_admin_FixedRate_fieldAccessorTable;
+  private static final com.google.protobuf.Descriptors.Descriptor
+    internal_static_flyteidl_admin_CronSchedule_descriptor;
+  private static final 
+    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
+      internal_static_flyteidl_admin_CronSchedule_fieldAccessorTable;
   private static final com.google.protobuf.Descriptors.Descriptor
     internal_static_flyteidl_admin_Schedule_descriptor;
   private static final 
@@ -1810,13 +2817,15 @@ public flyteidl.admin.ScheduleOuterClass.Schedule getDefaultInstanceForType() {
       "\n\035flyteidl/admin/schedule.proto\022\016flyteid" +
       "l.admin\"G\n\tFixedRate\022\r\n\005value\030\001 \001(\r\022+\n\004u" +
       "nit\030\002 \001(\0162\035.flyteidl.admin.FixedRateUnit" +
-      "\"\206\001\n\010Schedule\022\031\n\017cron_expression\030\001 \001(\tH\000" +
-      "\022)\n\004rate\030\002 \001(\0132\031.flyteidl.admin.FixedRat" +
-      "eH\000\022\036\n\026kickoff_time_input_arg\030\003 \001(\tB\024\n\022S" +
-      "cheduleExpression*.\n\rFixedRateUnit\022\n\n\006MI" +
-      "NUTE\020\000\022\010\n\004HOUR\020\001\022\007\n\003DAY\020\002B3Z1github.com/" +
-      "lyft/flyteidl/gen/pb-go/flyteidl/adminb\006" +
-      "proto3"
+      "\"0\n\014CronSchedule\022\020\n\010schedule\030\001 \001(\t\022\016\n\006of" +
+      "fset\030\002 \001(\t\"\301\001\n\010Schedule\022\035\n\017cron_expressi" +
+      "on\030\001 \001(\tB\002\030\001H\000\022)\n\004rate\030\002 \001(\0132\031.flyteidl." +
+      "admin.FixedRateH\000\0225\n\rcron_schedule\030\004 \001(\013" +
+      "2\034.flyteidl.admin.CronScheduleH\000\022\036\n\026kick" +
+      "off_time_input_arg\030\003 \001(\tB\024\n\022ScheduleExpr" +
+      "ession*.\n\rFixedRateUnit\022\n\n\006MINUTE\020\000\022\010\n\004H" +
+      "OUR\020\001\022\007\n\003DAY\020\002B3Z1github.com/lyft/flytei" +
+      "dl/gen/pb-go/flyteidl/adminb\006proto3"
     };
     com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
         new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
@@ -1836,12 +2845,18 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors(
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_flyteidl_admin_FixedRate_descriptor,
         new java.lang.String[] { "Value", "Unit", });
-    internal_static_flyteidl_admin_Schedule_descriptor =
+    internal_static_flyteidl_admin_CronSchedule_descriptor =
       getDescriptor().getMessageTypes().get(1);
+    internal_static_flyteidl_admin_CronSchedule_fieldAccessorTable = new
+      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
+        internal_static_flyteidl_admin_CronSchedule_descriptor,
+        new java.lang.String[] { "Schedule", "Offset", });
+    internal_static_flyteidl_admin_Schedule_descriptor =
+      getDescriptor().getMessageTypes().get(2);
     internal_static_flyteidl_admin_Schedule_fieldAccessorTable = new
       com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
         internal_static_flyteidl_admin_Schedule_descriptor,
-        new java.lang.String[] { "CronExpression", "Rate", "KickoffTimeInputArg", "ScheduleExpression", });
+        new java.lang.String[] { "CronExpression", "Rate", "CronSchedule", "KickoffTimeInputArg", "ScheduleExpression", });
   }
 
   // @@protoc_insertion_point(outer_class_scope)
diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts
index 1da1e73a24..a727798efb 100644
--- a/flyteidl/gen/pb-js/flyteidl.d.ts
+++ b/flyteidl/gen/pb-js/flyteidl.d.ts
@@ -9146,6 +9146,64 @@ export namespace flyteidl {
             public static verify(message: { [k: string]: any }): (string|null);
         }
 
+        /** Properties of a CronSchedule. */
+        interface ICronSchedule {
+
+            /** CronSchedule schedule */
+            schedule?: (string|null);
+
+            /** CronSchedule offset */
+            offset?: (string|null);
+        }
+
+        /** Represents a CronSchedule. */
+        class CronSchedule implements ICronSchedule {
+
+            /**
+             * Constructs a new CronSchedule.
+             * @param [properties] Properties to set
+             */
+            constructor(properties?: flyteidl.admin.ICronSchedule);
+
+            /** CronSchedule schedule. */
+            public schedule: string;
+
+            /** CronSchedule offset. */
+            public offset: string;
+
+            /**
+             * Creates a new CronSchedule instance using the specified properties.
+             * @param [properties] Properties to set
+             * @returns CronSchedule instance
+             */
+            public static create(properties?: flyteidl.admin.ICronSchedule): flyteidl.admin.CronSchedule;
+
+            /**
+             * Encodes the specified CronSchedule message. Does not implicitly {@link flyteidl.admin.CronSchedule.verify|verify} messages.
+             * @param message CronSchedule message or plain object to encode
+             * @param [writer] Writer to encode to
+             * @returns Writer
+             */
+            public static encode(message: flyteidl.admin.ICronSchedule, writer?: $protobuf.Writer): $protobuf.Writer;
+
+            /**
+             * Decodes a CronSchedule message from the specified reader or buffer.
+             * @param reader Reader or buffer to decode from
+             * @param [length] Message length if known beforehand
+             * @returns CronSchedule
+             * @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.CronSchedule;
+
+            /**
+             * Verifies a CronSchedule 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 Schedule. */
         interface ISchedule {
 
@@ -9155,6 +9213,9 @@ export namespace flyteidl {
             /** Schedule rate */
             rate?: (flyteidl.admin.IFixedRate|null);
 
+            /** Schedule cronSchedule */
+            cronSchedule?: (flyteidl.admin.ICronSchedule|null);
+
             /** Schedule kickoffTimeInputArg */
             kickoffTimeInputArg?: (string|null);
         }
@@ -9174,11 +9235,14 @@ export namespace flyteidl {
             /** Schedule rate. */
             public rate?: (flyteidl.admin.IFixedRate|null);
 
+            /** Schedule cronSchedule. */
+            public cronSchedule?: (flyteidl.admin.ICronSchedule|null);
+
             /** Schedule kickoffTimeInputArg. */
             public kickoffTimeInputArg: string;
 
             /** Schedule ScheduleExpression. */
-            public ScheduleExpression?: ("cronExpression"|"rate");
+            public ScheduleExpression?: ("cronExpression"|"rate"|"cronSchedule");
 
             /**
              * Creates a new Schedule instance using the specified properties.
diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js
index 7ba0522a70..b2bafa21b7 100644
--- a/flyteidl/gen/pb-js/flyteidl.js
+++ b/flyteidl/gen/pb-js/flyteidl.js
@@ -21889,6 +21889,133 @@ export const flyteidl = $root.flyteidl = (() => {
             return FixedRate;
         })();
 
+        admin.CronSchedule = (function() {
+
+            /**
+             * Properties of a CronSchedule.
+             * @memberof flyteidl.admin
+             * @interface ICronSchedule
+             * @property {string|null} [schedule] CronSchedule schedule
+             * @property {string|null} [offset] CronSchedule offset
+             */
+
+            /**
+             * Constructs a new CronSchedule.
+             * @memberof flyteidl.admin
+             * @classdesc Represents a CronSchedule.
+             * @implements ICronSchedule
+             * @constructor
+             * @param {flyteidl.admin.ICronSchedule=} [properties] Properties to set
+             */
+            function CronSchedule(properties) {
+                if (properties)
+                    for (let keys = Object.keys(properties), i = 0; i < keys.length; ++i)
+                        if (properties[keys[i]] != null)
+                            this[keys[i]] = properties[keys[i]];
+            }
+
+            /**
+             * CronSchedule schedule.
+             * @member {string} schedule
+             * @memberof flyteidl.admin.CronSchedule
+             * @instance
+             */
+            CronSchedule.prototype.schedule = "";
+
+            /**
+             * CronSchedule offset.
+             * @member {string} offset
+             * @memberof flyteidl.admin.CronSchedule
+             * @instance
+             */
+            CronSchedule.prototype.offset = "";
+
+            /**
+             * Creates a new CronSchedule instance using the specified properties.
+             * @function create
+             * @memberof flyteidl.admin.CronSchedule
+             * @static
+             * @param {flyteidl.admin.ICronSchedule=} [properties] Properties to set
+             * @returns {flyteidl.admin.CronSchedule} CronSchedule instance
+             */
+            CronSchedule.create = function create(properties) {
+                return new CronSchedule(properties);
+            };
+
+            /**
+             * Encodes the specified CronSchedule message. Does not implicitly {@link flyteidl.admin.CronSchedule.verify|verify} messages.
+             * @function encode
+             * @memberof flyteidl.admin.CronSchedule
+             * @static
+             * @param {flyteidl.admin.ICronSchedule} message CronSchedule message or plain object to encode
+             * @param {$protobuf.Writer} [writer] Writer to encode to
+             * @returns {$protobuf.Writer} Writer
+             */
+            CronSchedule.encode = function encode(message, writer) {
+                if (!writer)
+                    writer = $Writer.create();
+                if (message.schedule != null && message.hasOwnProperty("schedule"))
+                    writer.uint32(/* id 1, wireType 2 =*/10).string(message.schedule);
+                if (message.offset != null && message.hasOwnProperty("offset"))
+                    writer.uint32(/* id 2, wireType 2 =*/18).string(message.offset);
+                return writer;
+            };
+
+            /**
+             * Decodes a CronSchedule message from the specified reader or buffer.
+             * @function decode
+             * @memberof flyteidl.admin.CronSchedule
+             * @static
+             * @param {$protobuf.Reader|Uint8Array} reader Reader or buffer to decode from
+             * @param {number} [length] Message length if known beforehand
+             * @returns {flyteidl.admin.CronSchedule} CronSchedule
+             * @throws {Error} If the payload is not a reader or valid buffer
+             * @throws {$protobuf.util.ProtocolError} If required fields are missing
+             */
+            CronSchedule.decode = function decode(reader, length) {
+                if (!(reader instanceof $Reader))
+                    reader = $Reader.create(reader);
+                let end = length === undefined ? reader.len : reader.pos + length, message = new $root.flyteidl.admin.CronSchedule();
+                while (reader.pos < end) {
+                    let tag = reader.uint32();
+                    switch (tag >>> 3) {
+                    case 1:
+                        message.schedule = reader.string();
+                        break;
+                    case 2:
+                        message.offset = reader.string();
+                        break;
+                    default:
+                        reader.skipType(tag & 7);
+                        break;
+                    }
+                }
+                return message;
+            };
+
+            /**
+             * Verifies a CronSchedule message.
+             * @function verify
+             * @memberof flyteidl.admin.CronSchedule
+             * @static
+             * @param {Object.} message Plain object to verify
+             * @returns {string|null} `null` if valid, otherwise the reason why it is not
+             */
+            CronSchedule.verify = function verify(message) {
+                if (typeof message !== "object" || message === null)
+                    return "object expected";
+                if (message.schedule != null && message.hasOwnProperty("schedule"))
+                    if (!$util.isString(message.schedule))
+                        return "schedule: string expected";
+                if (message.offset != null && message.hasOwnProperty("offset"))
+                    if (!$util.isString(message.offset))
+                        return "offset: string expected";
+                return null;
+            };
+
+            return CronSchedule;
+        })();
+
         admin.Schedule = (function() {
 
             /**
@@ -21897,6 +22024,7 @@ export const flyteidl = $root.flyteidl = (() => {
              * @interface ISchedule
              * @property {string|null} [cronExpression] Schedule cronExpression
              * @property {flyteidl.admin.IFixedRate|null} [rate] Schedule rate
+             * @property {flyteidl.admin.ICronSchedule|null} [cronSchedule] Schedule cronSchedule
              * @property {string|null} [kickoffTimeInputArg] Schedule kickoffTimeInputArg
              */
 
@@ -21931,6 +22059,14 @@ export const flyteidl = $root.flyteidl = (() => {
              */
             Schedule.prototype.rate = null;
 
+            /**
+             * Schedule cronSchedule.
+             * @member {flyteidl.admin.ICronSchedule|null|undefined} cronSchedule
+             * @memberof flyteidl.admin.Schedule
+             * @instance
+             */
+            Schedule.prototype.cronSchedule = null;
+
             /**
              * Schedule kickoffTimeInputArg.
              * @member {string} kickoffTimeInputArg
@@ -21944,12 +22080,12 @@ export const flyteidl = $root.flyteidl = (() => {
 
             /**
              * Schedule ScheduleExpression.
-             * @member {"cronExpression"|"rate"|undefined} ScheduleExpression
+             * @member {"cronExpression"|"rate"|"cronSchedule"|undefined} ScheduleExpression
              * @memberof flyteidl.admin.Schedule
              * @instance
              */
             Object.defineProperty(Schedule.prototype, "ScheduleExpression", {
-                get: $util.oneOfGetter($oneOfFields = ["cronExpression", "rate"]),
+                get: $util.oneOfGetter($oneOfFields = ["cronExpression", "rate", "cronSchedule"]),
                 set: $util.oneOfSetter($oneOfFields)
             });
 
@@ -21983,6 +22119,8 @@ export const flyteidl = $root.flyteidl = (() => {
                     $root.flyteidl.admin.FixedRate.encode(message.rate, writer.uint32(/* id 2, wireType 2 =*/18).fork()).ldelim();
                 if (message.kickoffTimeInputArg != null && message.hasOwnProperty("kickoffTimeInputArg"))
                     writer.uint32(/* id 3, wireType 2 =*/26).string(message.kickoffTimeInputArg);
+                if (message.cronSchedule != null && message.hasOwnProperty("cronSchedule"))
+                    $root.flyteidl.admin.CronSchedule.encode(message.cronSchedule, writer.uint32(/* id 4, wireType 2 =*/34).fork()).ldelim();
                 return writer;
             };
 
@@ -22010,6 +22148,9 @@ export const flyteidl = $root.flyteidl = (() => {
                     case 2:
                         message.rate = $root.flyteidl.admin.FixedRate.decode(reader, reader.uint32());
                         break;
+                    case 4:
+                        message.cronSchedule = $root.flyteidl.admin.CronSchedule.decode(reader, reader.uint32());
+                        break;
                     case 3:
                         message.kickoffTimeInputArg = reader.string();
                         break;
@@ -22048,6 +22189,16 @@ export const flyteidl = $root.flyteidl = (() => {
                             return "rate." + error;
                     }
                 }
+                if (message.cronSchedule != null && message.hasOwnProperty("cronSchedule")) {
+                    if (properties.ScheduleExpression === 1)
+                        return "ScheduleExpression: multiple values";
+                    properties.ScheduleExpression = 1;
+                    {
+                        let error = $root.flyteidl.admin.CronSchedule.verify(message.cronSchedule);
+                        if (error)
+                            return "cronSchedule." + error;
+                    }
+                }
                 if (message.kickoffTimeInputArg != null && message.hasOwnProperty("kickoffTimeInputArg"))
                     if (!$util.isString(message.kickoffTimeInputArg))
                         return "kickoffTimeInputArg: string expected";
diff --git a/flyteidl/gen/pb-protodoc/flyteidl/admin/schedule.proto.rst b/flyteidl/gen/pb-protodoc/flyteidl/admin/schedule.proto.rst
index bfdffb6a5d..24ec3b4061 100644
--- a/flyteidl/gen/pb-protodoc/flyteidl/admin/schedule.proto.rst
+++ b/flyteidl/gen/pb-protodoc/flyteidl/admin/schedule.proto.rst
@@ -31,12 +31,44 @@ unit
   
 
 
+.. _api_msg_flyteidl.admin.CronSchedule:
+
+flyteidl.admin.CronSchedule
+---------------------------
+
+`[flyteidl.admin.CronSchedule proto] `_
+
+
+.. code-block:: json
+
+  {
+    "schedule": "...",
+    "offset": "..."
+  }
+
+.. _api_field_flyteidl.admin.CronSchedule.schedule:
+
+schedule
+  (`string `_) Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+  Also supports nonstandard predefined scheduling definitions
+  as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+  except @reboot
+  
+  
+.. _api_field_flyteidl.admin.CronSchedule.offset:
+
+offset
+  (`string `_) ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+  
+  
+
+
 .. _api_msg_flyteidl.admin.Schedule:
 
 flyteidl.admin.Schedule
 -----------------------
 
-`[flyteidl.admin.Schedule proto] `_
+`[flyteidl.admin.Schedule proto] `_
 
 Defines complete set of information required to trigger an execution on a schedule.
 
@@ -45,6 +77,7 @@ Defines complete set of information required to trigger an execution on a schedu
   {
     "cron_expression": "...",
     "rate": "{...}",
+    "cron_schedule": "{...}",
     "kickoff_time_input_arg": "..."
   }
 
@@ -56,7 +89,7 @@ cron_expression
   
   
   
-  Only one of :ref:`cron_expression `, :ref:`rate ` may be set.
+  Only one of :ref:`cron_expression `, :ref:`rate `, :ref:`cron_schedule ` may be set.
   
 .. _api_field_flyteidl.admin.Schedule.rate:
 
@@ -64,7 +97,15 @@ rate
   (:ref:`flyteidl.admin.FixedRate `) 
   
   
-  Only one of :ref:`cron_expression `, :ref:`rate ` may be set.
+  Only one of :ref:`cron_expression `, :ref:`rate `, :ref:`cron_schedule ` may be set.
+  
+.. _api_field_flyteidl.admin.Schedule.cron_schedule:
+
+cron_schedule
+  (:ref:`flyteidl.admin.CronSchedule `) 
+  
+  
+  Only one of :ref:`cron_expression `, :ref:`rate `, :ref:`cron_schedule ` may be set.
   
 .. _api_field_flyteidl.admin.Schedule.kickoff_time_input_arg:
 
diff --git a/flyteidl/gen/pb_python/flyteidl/admin/schedule_pb2.py b/flyteidl/gen/pb_python/flyteidl/admin/schedule_pb2.py
index 44d99683a6..4658231a34 100644
--- a/flyteidl/gen/pb_python/flyteidl/admin/schedule_pb2.py
+++ b/flyteidl/gen/pb_python/flyteidl/admin/schedule_pb2.py
@@ -21,7 +21,7 @@
   package='flyteidl.admin',
   syntax='proto3',
   serialized_options=_b('Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/admin'),
-  serialized_pb=_b('\n\x1d\x66lyteidl/admin/schedule.proto\x12\x0e\x66lyteidl.admin\"G\n\tFixedRate\x12\r\n\x05value\x18\x01 \x01(\r\x12+\n\x04unit\x18\x02 \x01(\x0e\x32\x1d.flyteidl.admin.FixedRateUnit\"\x86\x01\n\x08Schedule\x12\x19\n\x0f\x63ron_expression\x18\x01 \x01(\tH\x00\x12)\n\x04rate\x18\x02 \x01(\x0b\x32\x19.flyteidl.admin.FixedRateH\x00\x12\x1e\n\x16kickoff_time_input_arg\x18\x03 \x01(\tB\x14\n\x12ScheduleExpression*.\n\rFixedRateUnit\x12\n\n\x06MINUTE\x10\x00\x12\x08\n\x04HOUR\x10\x01\x12\x07\n\x03\x44\x41Y\x10\x02\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3')
+  serialized_pb=_b('\n\x1d\x66lyteidl/admin/schedule.proto\x12\x0e\x66lyteidl.admin\"G\n\tFixedRate\x12\r\n\x05value\x18\x01 \x01(\r\x12+\n\x04unit\x18\x02 \x01(\x0e\x32\x1d.flyteidl.admin.FixedRateUnit\"0\n\x0c\x43ronSchedule\x12\x10\n\x08schedule\x18\x01 \x01(\t\x12\x0e\n\x06offset\x18\x02 \x01(\t\"\xc1\x01\n\x08Schedule\x12\x1d\n\x0f\x63ron_expression\x18\x01 \x01(\tB\x02\x18\x01H\x00\x12)\n\x04rate\x18\x02 \x01(\x0b\x32\x19.flyteidl.admin.FixedRateH\x00\x12\x35\n\rcron_schedule\x18\x04 \x01(\x0b\x32\x1c.flyteidl.admin.CronScheduleH\x00\x12\x1e\n\x16kickoff_time_input_arg\x18\x03 \x01(\tB\x14\n\x12ScheduleExpression*.\n\rFixedRateUnit\x12\n\n\x06MINUTE\x10\x00\x12\x08\n\x04HOUR\x10\x01\x12\x07\n\x03\x44\x41Y\x10\x02\x42\x33Z1github.com/lyft/flyteidl/gen/pb-go/flyteidl/adminb\x06proto3')
 )
 
 _FIXEDRATEUNIT = _descriptor.EnumDescriptor(
@@ -45,8 +45,8 @@
   ],
   containing_type=None,
   serialized_options=None,
-  serialized_start=259,
-  serialized_end=305,
+  serialized_start=368,
+  serialized_end=414,
 )
 _sym_db.RegisterEnumDescriptor(_FIXEDRATEUNIT)
 
@@ -95,6 +95,44 @@
 )
 
 
+_CRONSCHEDULE = _descriptor.Descriptor(
+  name='CronSchedule',
+  full_name='flyteidl.admin.CronSchedule',
+  filename=None,
+  file=DESCRIPTOR,
+  containing_type=None,
+  fields=[
+    _descriptor.FieldDescriptor(
+      name='schedule', full_name='flyteidl.admin.CronSchedule.schedule', index=0,
+      number=1, type=9, cpp_type=9, label=1,
+      has_default_value=False, default_value=_b("").decode('utf-8'),
+      message_type=None, enum_type=None, containing_type=None,
+      is_extension=False, extension_scope=None,
+      serialized_options=None, file=DESCRIPTOR),
+    _descriptor.FieldDescriptor(
+      name='offset', full_name='flyteidl.admin.CronSchedule.offset', index=1,
+      number=2, type=9, cpp_type=9, label=1,
+      has_default_value=False, default_value=_b("").decode('utf-8'),
+      message_type=None, enum_type=None, containing_type=None,
+      is_extension=False, extension_scope=None,
+      serialized_options=None, file=DESCRIPTOR),
+  ],
+  extensions=[
+  ],
+  nested_types=[],
+  enum_types=[
+  ],
+  serialized_options=None,
+  is_extendable=False,
+  syntax='proto3',
+  extension_ranges=[],
+  oneofs=[
+  ],
+  serialized_start=122,
+  serialized_end=170,
+)
+
+
 _SCHEDULE = _descriptor.Descriptor(
   name='Schedule',
   full_name='flyteidl.admin.Schedule',
@@ -108,7 +146,7 @@
       has_default_value=False, default_value=_b("").decode('utf-8'),
       message_type=None, enum_type=None, containing_type=None,
       is_extension=False, extension_scope=None,
-      serialized_options=None, file=DESCRIPTOR),
+      serialized_options=_b('\030\001'), file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
       name='rate', full_name='flyteidl.admin.Schedule.rate', index=1,
       number=2, type=11, cpp_type=10, label=1,
@@ -117,7 +155,14 @@
       is_extension=False, extension_scope=None,
       serialized_options=None, file=DESCRIPTOR),
     _descriptor.FieldDescriptor(
-      name='kickoff_time_input_arg', full_name='flyteidl.admin.Schedule.kickoff_time_input_arg', index=2,
+      name='cron_schedule', full_name='flyteidl.admin.Schedule.cron_schedule', index=2,
+      number=4, type=11, cpp_type=10, label=1,
+      has_default_value=False, default_value=None,
+      message_type=None, enum_type=None, containing_type=None,
+      is_extension=False, extension_scope=None,
+      serialized_options=None, file=DESCRIPTOR),
+    _descriptor.FieldDescriptor(
+      name='kickoff_time_input_arg', full_name='flyteidl.admin.Schedule.kickoff_time_input_arg', index=3,
       number=3, type=9, cpp_type=9, label=1,
       has_default_value=False, default_value=_b("").decode('utf-8'),
       message_type=None, enum_type=None, containing_type=None,
@@ -138,19 +183,24 @@
       name='ScheduleExpression', full_name='flyteidl.admin.Schedule.ScheduleExpression',
       index=0, containing_type=None, fields=[]),
   ],
-  serialized_start=123,
-  serialized_end=257,
+  serialized_start=173,
+  serialized_end=366,
 )
 
 _FIXEDRATE.fields_by_name['unit'].enum_type = _FIXEDRATEUNIT
 _SCHEDULE.fields_by_name['rate'].message_type = _FIXEDRATE
+_SCHEDULE.fields_by_name['cron_schedule'].message_type = _CRONSCHEDULE
 _SCHEDULE.oneofs_by_name['ScheduleExpression'].fields.append(
   _SCHEDULE.fields_by_name['cron_expression'])
 _SCHEDULE.fields_by_name['cron_expression'].containing_oneof = _SCHEDULE.oneofs_by_name['ScheduleExpression']
 _SCHEDULE.oneofs_by_name['ScheduleExpression'].fields.append(
   _SCHEDULE.fields_by_name['rate'])
 _SCHEDULE.fields_by_name['rate'].containing_oneof = _SCHEDULE.oneofs_by_name['ScheduleExpression']
+_SCHEDULE.oneofs_by_name['ScheduleExpression'].fields.append(
+  _SCHEDULE.fields_by_name['cron_schedule'])
+_SCHEDULE.fields_by_name['cron_schedule'].containing_oneof = _SCHEDULE.oneofs_by_name['ScheduleExpression']
 DESCRIPTOR.message_types_by_name['FixedRate'] = _FIXEDRATE
+DESCRIPTOR.message_types_by_name['CronSchedule'] = _CRONSCHEDULE
 DESCRIPTOR.message_types_by_name['Schedule'] = _SCHEDULE
 DESCRIPTOR.enum_types_by_name['FixedRateUnit'] = _FIXEDRATEUNIT
 _sym_db.RegisterFileDescriptor(DESCRIPTOR)
@@ -162,6 +212,13 @@
   ))
 _sym_db.RegisterMessage(FixedRate)
 
+CronSchedule = _reflection.GeneratedProtocolMessageType('CronSchedule', (_message.Message,), dict(
+  DESCRIPTOR = _CRONSCHEDULE,
+  __module__ = 'flyteidl.admin.schedule_pb2'
+  # @@protoc_insertion_point(class_scope:flyteidl.admin.CronSchedule)
+  ))
+_sym_db.RegisterMessage(CronSchedule)
+
 Schedule = _reflection.GeneratedProtocolMessageType('Schedule', (_message.Message,), dict(
   DESCRIPTOR = _SCHEDULE,
   __module__ = 'flyteidl.admin.schedule_pb2'
@@ -171,4 +228,5 @@
 
 
 DESCRIPTOR._options = None
+_SCHEDULE.fields_by_name['cron_expression']._options = None
 # @@protoc_insertion_point(module_scope)
diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md
index 4c875a58c1..e579352983 100644
--- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md
+++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/README.md
@@ -125,6 +125,7 @@ Class | Method | HTTP request | Description
  - [AdminAuth](docs/AdminAuth.md)
  - [AdminAuthRole](docs/AdminAuthRole.md)
  - [AdminClusterResourceAttributes](docs/AdminClusterResourceAttributes.md)
+ - [AdminCronSchedule](docs/AdminCronSchedule.md)
  - [AdminDomain](docs/AdminDomain.md)
  - [AdminEmailNotification](docs/AdminEmailNotification.md)
  - [AdminExecution](docs/AdminExecution.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 cb726909ed..92e3ff241d 100644
--- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py
+++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/__init__.py
@@ -27,6 +27,7 @@
 from flyteadmin.models.admin_auth import AdminAuth
 from flyteadmin.models.admin_auth_role import AdminAuthRole
 from flyteadmin.models.admin_cluster_resource_attributes import AdminClusterResourceAttributes
+from flyteadmin.models.admin_cron_schedule import AdminCronSchedule
 from flyteadmin.models.admin_domain import AdminDomain
 from flyteadmin.models.admin_email_notification import AdminEmailNotification
 from flyteadmin.models.admin_execution import AdminExecution
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 8e8fac5857..67d4029a70 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
@@ -20,6 +20,7 @@
 from flyteadmin.models.admin_auth import AdminAuth
 from flyteadmin.models.admin_auth_role import AdminAuthRole
 from flyteadmin.models.admin_cluster_resource_attributes import AdminClusterResourceAttributes
+from flyteadmin.models.admin_cron_schedule import AdminCronSchedule
 from flyteadmin.models.admin_domain import AdminDomain
 from flyteadmin.models.admin_email_notification import AdminEmailNotification
 from flyteadmin.models.admin_execution import AdminExecution
diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_cron_schedule.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_cron_schedule.py
new file mode 100644
index 0000000000..7f86dcaafb
--- /dev/null
+++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_cron_schedule.py
@@ -0,0 +1,141 @@
+# 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 AdminCronSchedule(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 = {
+        'schedule': 'str',
+        'offset': 'str'
+    }
+
+    attribute_map = {
+        'schedule': 'schedule',
+        'offset': 'offset'
+    }
+
+    def __init__(self, schedule=None, offset=None):  # noqa: E501
+        """AdminCronSchedule - a model defined in Swagger"""  # noqa: E501
+
+        self._schedule = None
+        self._offset = None
+        self.discriminator = None
+
+        if schedule is not None:
+            self.schedule = schedule
+        if offset is not None:
+            self.offset = offset
+
+    @property
+    def schedule(self):
+        """Gets the schedule of this AdminCronSchedule.  # noqa: E501
+
+
+        :return: The schedule of this AdminCronSchedule.  # noqa: E501
+        :rtype: str
+        """
+        return self._schedule
+
+    @schedule.setter
+    def schedule(self, schedule):
+        """Sets the schedule of this AdminCronSchedule.
+
+
+        :param schedule: The schedule of this AdminCronSchedule.  # noqa: E501
+        :type: str
+        """
+
+        self._schedule = schedule
+
+    @property
+    def offset(self):
+        """Gets the offset of this AdminCronSchedule.  # noqa: E501
+
+
+        :return: The offset of this AdminCronSchedule.  # noqa: E501
+        :rtype: str
+        """
+        return self._offset
+
+    @offset.setter
+    def offset(self, offset):
+        """Sets the offset of this AdminCronSchedule.
+
+
+        :param offset: The offset of this AdminCronSchedule.  # noqa: E501
+        :type: str
+        """
+
+        self._offset = offset
+
+    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(AdminCronSchedule, 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, AdminCronSchedule):
+            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_schedule.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_schedule.py
index 3ee7cee02b..835766fa8b 100644
--- a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_schedule.py
+++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/flyteadmin/models/admin_schedule.py
@@ -16,6 +16,7 @@
 
 import six
 
+from flyteadmin.models.admin_cron_schedule import AdminCronSchedule  # noqa: F401,E501
 from flyteadmin.models.admin_fixed_rate import AdminFixedRate  # noqa: F401,E501
 
 
@@ -35,20 +36,23 @@ class AdminSchedule(object):
     swagger_types = {
         'cron_expression': 'str',
         'rate': 'AdminFixedRate',
+        'cron_schedule': 'AdminCronSchedule',
         'kickoff_time_input_arg': 'str'
     }
 
     attribute_map = {
         'cron_expression': 'cron_expression',
         'rate': 'rate',
+        'cron_schedule': 'cron_schedule',
         'kickoff_time_input_arg': 'kickoff_time_input_arg'
     }
 
-    def __init__(self, cron_expression=None, rate=None, kickoff_time_input_arg=None):  # noqa: E501
+    def __init__(self, cron_expression=None, rate=None, cron_schedule=None, kickoff_time_input_arg=None):  # noqa: E501
         """AdminSchedule - a model defined in Swagger"""  # noqa: E501
 
         self._cron_expression = None
         self._rate = None
+        self._cron_schedule = None
         self._kickoff_time_input_arg = None
         self.discriminator = None
 
@@ -56,6 +60,8 @@ def __init__(self, cron_expression=None, rate=None, kickoff_time_input_arg=None)
             self.cron_expression = cron_expression
         if rate is not None:
             self.rate = rate
+        if cron_schedule is not None:
+            self.cron_schedule = cron_schedule
         if kickoff_time_input_arg is not None:
             self.kickoff_time_input_arg = kickoff_time_input_arg
 
@@ -101,6 +107,27 @@ def rate(self, rate):
 
         self._rate = rate
 
+    @property
+    def cron_schedule(self):
+        """Gets the cron_schedule of this AdminSchedule.  # noqa: E501
+
+
+        :return: The cron_schedule of this AdminSchedule.  # noqa: E501
+        :rtype: AdminCronSchedule
+        """
+        return self._cron_schedule
+
+    @cron_schedule.setter
+    def cron_schedule(self, cron_schedule):
+        """Sets the cron_schedule of this AdminSchedule.
+
+
+        :param cron_schedule: The cron_schedule of this AdminSchedule.  # noqa: E501
+        :type: AdminCronSchedule
+        """
+
+        self._cron_schedule = cron_schedule
+
     @property
     def kickoff_time_input_arg(self):
         """Gets the kickoff_time_input_arg of this AdminSchedule.  # noqa: E501
diff --git a/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_cron_schedule.py b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_cron_schedule.py
new file mode 100644
index 0000000000..f423f248dc
--- /dev/null
+++ b/flyteidl/gen/pb_python/flyteidl/service/flyteadmin/test/test_admin_cron_schedule.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_cron_schedule import AdminCronSchedule  # noqa: E501
+from flyteadmin.rest import ApiException
+
+
+class TestAdminCronSchedule(unittest.TestCase):
+    """AdminCronSchedule unit test stubs"""
+
+    def setUp(self):
+        pass
+
+    def tearDown(self):
+        pass
+
+    def testAdminCronSchedule(self):
+        """Test AdminCronSchedule"""
+        # FIXME: construct object with mandatory attributes with example values
+        # model = flyteadmin.models.admin_cron_schedule.AdminCronSchedule()  # noqa: E501
+        pass
+
+
+if __name__ == '__main__':
+    unittest.main()
diff --git a/flyteidl/package.json b/flyteidl/package.json
index a39deddef5..9a2e80a5bc 100644
--- a/flyteidl/package.json
+++ b/flyteidl/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@lyft/flyteidl",
-  "version": "0.18.7",
+  "version": "0.18.8",
   "description": "Compiled protocol buffers and gRPC service clients/servers for Flyte IDLs",
   "repository": {
     "type": "git",
diff --git a/flyteidl/protos/flyteidl/admin/schedule.proto b/flyteidl/protos/flyteidl/admin/schedule.proto
index 50798774fa..b16fdd4737 100644
--- a/flyteidl/protos/flyteidl/admin/schedule.proto
+++ b/flyteidl/protos/flyteidl/admin/schedule.proto
@@ -16,14 +16,25 @@ message FixedRate {
     FixedRateUnit unit = 2;
 }
 
+message CronSchedule {
+    // Standard/default cron implementation as described by https://en.wikipedia.org/wiki/Cron#CRON_expression;
+    // Also supports nonstandard predefined scheduling definitions
+    // as described by https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/ScheduledEvents.html#CronExpressions
+    // except @reboot
+    string schedule = 1;
+    // ISO 8601 duration as described by https://en.wikipedia.org/wiki/ISO_8601#Durations
+    string offset = 2;
+}
+
 // Defines complete set of information required to trigger an execution on a schedule.
 message Schedule {
 
     oneof ScheduleExpression {
         // Uses AWS syntax: "Minutes Hours Day-of-month Month Day-of-week Year"
         // e.g. for a schedule that runs every 15 minutes: "0/15 * * * ? *"
-        string cron_expression = 1;
+        string cron_expression = 1 [deprecated=true];
         FixedRate rate = 2;
+        CronSchedule cron_schedule = 4;
     }
 
     // Name of the input variable that the kickoff time will be supplied to when the workflow is kicked off.
diff --git a/flyteidl/setup.py b/flyteidl/setup.py
index 4cba40aed6..6193d912a3 100644
--- a/flyteidl/setup.py
+++ b/flyteidl/setup.py
@@ -1,6 +1,6 @@
 from setuptools import setup, find_packages
 
-__version__ = '0.18.7'
+__version__ = '0.18.8'
 
 setup(
     name='flyteidl',